﻿@charset "utf-8";


/***************************  内容部分  ***************************/
section.introduction {width:100%;height:auto;padding:3rem 0;}
section.introduction div {width:76rem;height:auto;padding:2rem;margin:0 auto;background:#ffffff80;}
section.introduction div name {width:100%;height:4rem;display:block;text-align:center;font-size:3rem;color:#1c1e20;line-height:4rem;}
section.introduction div p {width:100%;height:auto;margin-top:1rem;text-indent:1.5rem;font-size:1rem;color:#1c1e20;line-height:1.5rem;}
section.agent {width:80rem;height:auto;padding:3rem calc(50% - 40rem) 2rem;}
section.agent name {width:100%;height:4rem;display:block;text-align:center;font-size:3rem;color:#1c1e20;line-height:4rem;}
section.agent ul {width:calc(100% + 2rem);height:auto;margin-top:1rem;margin-left:-1rem;display:flex;flex-wrap:wrap;justify-content:flex-start;}
section.agent ul li {width:calc(25% - 6rem);height:auto;padding:3rem 2rem;margin:1rem;border-radius:0.5rem;cursor:pointer;}
section.agent ul li:hover {background:#fff;box-shadow:0 0 1rem #1c1e2040;}
section.agent ul li img {position:relative;left:50%;width:auto;max-width:100%;height:4rem;transform:translateX(-50%);}
section.agent ul li span {width:100%;height:auto;margin-top:2rem;display:block;text-align:center;font-size:1.5rem;color:#1c1e20;line-height:2rem;}
