﻿@charset "utf-8";


/***************************  内容部分  ***************************/
section.contact {width:76rem;height:auto;padding:2rem;margin:3rem calc(50% - 40rem);display:flex;flex-wrap:nowrap;justify-content:flex-start;background:#fff;}
section.contact > div {width:calc(50% - 2px);height:36rem;border:solid 1px #1c1e2040;}
section.contact > div * {transition:none;}
section.contact > dl {width:50%;height:calc(100% - 8rem);padding:2rem;}
section.contact > dl dt {width:100%;height:auto;padding-bottom:2rem;font-size:1.5rem;color:#1c1e20;line-height:2rem;}
section.contact > dl dd {width:100%;height:auto;font-size:1rem;color:#1c1e20;line-height:1.5rem;overflow:hidden;}
