@charset "utf-8";


/* overwrite
-------------------------------------------------------------------------------------------------------- */
/* pageTitle */
#pageTitle                     { background-image: url(../images/company/pagetitle_bg.jpg) ;}


/* company
-------------------------------------------------------------------------------------------------------- */


/* sec01 */
#sec01 .txt-box					{ margin-top: 2rem;}
#sec01 .txt-box dl				{ padding: 1.5rem 0; border-top: #b7b7b7 1px solid;}
#sec01 .txt-box dl:last-child	{ border-bottom: #aaaaaa 1px solid;}
#sec01 dt						{ font-weight: bold; font-size: 1.4rem;}
#sec01 dd						{ flex: 1; font-size: 1.4rem;}

@media print, screen and (min-width: 768px) {
#sec01 .inner					{ max-width: 960px; }
#sec01 .txt-box					{ margin-top: 40px;}
#sec01 .txt-box dl				{ padding: 30px 0; display: flex;}
#sec01 dt						{ width: 225px; padding-left:20px; font-size: 16px;}
#sec01 dd						{ flex: 1; font-size: 16px;}
}



/* sec02 */
#sec02 .map						{ margin-top: 2rem;}
#sec02 p						{ margin-top: 0.5rem; font-size: 1.4rem;}

@media print, screen and (min-width: 768px) {
#sec02 .inner					{ max-width: 960px; }
#sec02 .map						{ margin-top: 40px;}
#sec02 p						{ margin-top: 15px; font-size: 16px; line-height: 1.4;}
}







