@charset "UTF-8";
/* CSS Document */
.page_future{text-align: center}

.page_future dl.sec1{text-align: left;margin-top: 80px}
.page_future .sec1 dt{font-size: 2.3rem;font-weight: bold;letter-spacing: 0.1em;color: #f29300;margin-bottom: 20px}
.page_future .sec1 dd{border-left: 1px solid #f29300;padding-left: 12px;
box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;
}
.page_future .sec1 dd li{font-size: 1.4rem;padding: 8px 0}


.page_future dl.sec2{text-align: left;margin-top: 80px}
.page_future .sec2 dt{text-align: center; font-size: 3rem;font-weight: bold;letter-spacing: 0.1em;color: #3d468e;margin-bottom: 20px}

.page_future .sec2 dd{border-left: 1px solid #3d468e;padding-left: 12px;
box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;
}
.page_future .sec2 dd li{font-size: 1.4rem;padding: 8px 0}


@media screen and (max-width: 768px) {/*スマホのスタイル*/
.page_future .col4{width: 48%;margin-bottom: 30px}
.page_future .sec2 dd li{font-size: 1.2rem;padding: 5px 0;}
}

