﻿@charset "utf-8";


/***************************  内容部分  ***************************/
section.technology {width:76rem;height:auto;padding:2rem;margin:3rem calc(50% - 40rem);background:#fff;}
section.technology ul {width:100%;height:auto;}
section.technology ul li {width:calc(100% - 4rem - 2px);height:auto;padding:2rem;margin-bottom:2rem;border:solid 1px #1c1e2040;cursor:pointer;}
section.technology ul li:hover {box-shadow:0 0 1rem #1c1e2040;}
section.technology ul li span {width:100%;height:auto;display:block;font-size:1.5rem;color:#1c1e20;line-height:2rem;white-space:nowrap;overflow:hidden;}
section.technology ul li i {width:100%;height:auto;margin:1rem 0;display:block;font-size:0.8rem;font-style:normal;color:#1c1e2080;line-height:1rem;}
section.technology ul li p {width:100%;height:auto;display:block;text-indent:2rem;font-size:1rem;color:#1c1e20;line-height:1.5rem;overflow:hidden;}
