@charset "UTF-8";

/* cTitle
**************************************** */
.cTitle { background: url(/fa/events-seminars/factories/nagoya/outline/img/bg_title.jpg) center center no-repeat; background-size: cover; }
@media only screen and (max-width:640px){
.cTitle { background-image: url(/fa/events-seminars/factories/nagoya/outline/img/bg_title_sp.jpg); }
}

/* cRelation
**************************************** */
.cRelation { margin-top: 90px; }
@media only screen and (max-width:640px){
}

/* index_overview
**************************************** */
.index_overview .lead { line-height: 2; margin-top: 40px; }
.index_overview .list { margin-top: 50px; }
.index_overview .list a { color: #098ae5; }
.index_overview .list a:hover { text-decoration: none; }
.index_overview .list a dt { font-size: 0; line-height: 0; }
.index_overview .list a dt img { width: 100%; }
.index_overview .list a dd { font-weight: 700; line-height: 1.6; margin-top: 15px; }
.index_overview .cColumn { margin-left: -20px; margin-right: -20px; }
.index_overview .cColumn > a,
.index_overview .cColumn > div { margin-left: 20px; margin-right: 20px; width: calc(50% - 40px); }
@media (min-width:641px){
.index_overview .cColumn > a:nth-of-type(n+3),
.index_overview .cColumn > div:nth-of-type(n+3) { margin-top: 40px; }
}
@media only screen and (min-width:641px){
.index_overview .list a { transition: opacity .25s ease-out; }
.index_overview .list a:hover { opacity: 0.7; }
}
@media only screen and (max-width:640px){
.index_overview .lead { line-height: 1.7272; margin-top: 25px; }
.index_overview .list { margin-top: 25px; }
.index_overview .list a dd { margin-top: 10px; }
.index_overview .cColumn { display: block; margin-left: 0; margin-right: 0; }
.index_overview .cColumn > a,
.index_overview .cColumn > div { margin-left: 0; margin-right: 0; width: auto; }
}

/* index_access
**************************************** */
.index_access .map { display: flex; justify-content: flex-end; margin-top: 60px; }
.index_access .map iframe { border: none; width: calc(50% + 600px); height: 530px; }
.index_access .address { margin-top: 40px; }
.index_access .address dl { display: flex; align-items: center; margin-top: 20px; }
.index_access .address dl dt { font-size: 150%; font-weight: 700; margin-right: 50px; }
.index_access .address dl dd { flex: 1; line-height: 2; }
@media only screen and (max-width:640px){
.index_access .map { margin-top: 30px; }
.index_access .map iframe { width: calc(100% - 10px); height: 315px; }
.index_access .address { margin-top: 20px; }
.index_access .address dl { display: block; margin-top: 15px; }
.index_access .address dl dt { font-size: 114.2857%; margin-right: 0; }
.index_access .address dl dd { flex: initial; line-height: 1.7272; margin-top: 5px; }
}

