@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	index.html
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.introTxt { margin-top: 12px; }
.subheadingColorTxt { margin-top: 43px; }
.definitionList + .subheadingColorTxt { margin-top: 75px; }
.definitionList + .subheadingUnderLine { margin-top: 48px; }
.definitionList li .definitionDescription .recruitAttention { margin-top: 0; margin-left: 0; font-size: 0.87rem; }

#indexTable { margin-top: 28px; }
#indexTable col.indexCol01 { width: 150px; }
#indexTable th { padding: 24px 15px; vertical-align: middle; }
#indexTable td { padding: 24px 22px; vertical-align: middle; }
#indexTable td#tableLocationCell { padding-right: 0; }
#indexTable td#tableLocationCell > div { display: flex; justify-content: space-between; }
#indexTable td#tableLocationCell div .commonIframe { border: none; width: 63%; height: 205px; margin: 10px 0 10px 15px; }
.contactArea { margin-top: 80px; }

@media screen and (max-width: 750px) {
    
    .subheadingColorTxt { margin-top: 18px; }
    .definitionList + .subheadingColorTxt { margin-top: 33px; }
    .definitionList + .subheadingUnderLine { margin-top: 20px; }
    .definitionList li .definitionDescription .horizontalList li { display: block; margin-right: 0; }
    
    #indexTable { margin-top: 15px; }
    #indexTable col.commonCol01 { width: 102px; }
    #indexTable th { padding: 13px 5px 13px 15px; }
    #indexTable td { padding: 13px 5px 13px 10px; }
    #indexTable td .horizontalList.mr2em { margin-right: 0; }
    #indexTable td .horizontalList li { margin-right: 0; display: block; padding-left: 1em; text-indent: -1em; }
    #indexTable td#tableLocationCell > div { display: block; }
    #indexTable td#tableLocationCell div .commonIframe { width: 100%; margin: 10px 0 0; }
    .contactArea { margin-top: 40px; }
}


