@charset "UTF-8";

/*------------------------------------------------------------
	history
------------------------------------------------------------*/
.page_title_txt_h1{
    font-size: 3.125vw;
}
@media only screen and (max-width: 820px) {
    .page_title_txt_h1{
        font-size: 6.4vw;
    }
}

/* .history_top */
.history_top .table_normal table tbody tr th{
    width: 300px;
}
@media only screen and (max-width: 820px) {
    .history_top .table_normal table tbody tr th{
        width: 100%;
    }
}


/* .history_main */
.history_main{
    padding-top:150px;
    margin-top: -50px;
    background-image: 
        url(../images/bg_wave_top.png),
        linear-gradient(-90deg,rgba(227, 240, 255, 1) 0%, rgba(206, 244, 229, 1) 100%);
    background-size: 
        100% auto,100% auto;
    background-repeat: 
        no-repeat,
        repeat-x;
    background-position: 
        center top,center center;
}
.history_main_img{
    position: relative;
    margin-bottom: 40px;
}
.history_main_img img{
    width: 100%;
    height: auto;
}
.history_main_img p{
    padding-top: 20px;
    margin-bottom: 10px;
}
.history_main_box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}
.history_main_box > .box_blue {
    width:calc(100% - 205px);
    padding: 30px;
}
.history_main_box_img{
    width:190px;
}
.history_main_box_img img{
    width: 100%;
    height: auto;
}
.history_main_box_img .box_blue {
    text-align: center;
    padding: 10px;
}
.history_main .inner > .box_blue {
	margin-bottom: 100px;
}

@media only screen and (max-width: 820px) {
    .history_main{
        padding-top:20.533333vw;
        margin-top: 0;
    }
    .history_main_img{
        margin-bottom: 2.666667vw;
    }
    .history_main_img p{
        padding:1.333333vw 0;
        font-size: 3.2vw;
    }
    .history_main_box{
        display: block;
        margin-bottom: 21.333333vw;
    }
    .history_main_box > .box_blue {
        width:100%;
        padding: 8vw 5.333333vw;
        margin-bottom: 2.666667vw;
    }
    .history_main_box_img{
        width:50.666667vw;
        margin: 0 auto;
    }
    .history_main_box_img .box_blue {
        text-align: center;
        padding: 1.333333vw;
    }
    .history_main .inner > .box_blue {
        margin-bottom: 21.333333vw;
    }
}

/* motto */
.title_m{
    text-align: center;
}
.history_main_motto{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}
.history_main_motto p{
    font-size:15px;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 30px;
}
.history_main_motto dl{
    width:909px;
    margin: 0 auto 20px;
    display: flex;
    align-items: stretch;
    background-color: #D4E7F4;
}
.history_main_motto dl dt{
    width:175px;
    background-image: url("../images/history/history_motto_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding: 6px 81px 6px 65px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.history_main_motto dl dd{
    color: #0C64A0;
    font-size: 20px;
    padding:10px 30px;
}
@media only screen and (max-width: 820px) {
    .history_main_motto{
        border-radius: 5.333333vw;
        padding: 8vw 2.666667vw;
    }
    .history_main_motto p{
        font-size:4vw;
        margin-bottom: 8vw;
    }
    .history_main_motto dl{
        width:100%;
        margin: 0 auto 2.666667vw;
        display: flex;
        align-items: stretch;
        background-color: #D4E7F4;
    }
    .history_main_motto dl dt{
        width:10.666667vw;
        background-image: url("../images/history/history_motto_bg_sp.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        padding: 3.2vw 2.933333vw 3vw 1.866667vw;
        font-size: 4.8vw;
    }
    .history_main_motto dl dd{
        font-size: 3.733333vw;
        padding:4vw 2.666667vw;
    }
}

/* links */
.links{
    padding-top: 100px;
}
.links_txt01{
    padding:70px 0 100px;
}

@media only screen and (max-width: 820px) {
    .links{
        padding-top: 21.333333vw;
    }
    .links .inner{
        padding: 0;
    }
    .links_txt01{
        padding:21.333333vw 5.333333vw;
    }
    .links_img ul li.sp_line1 figure figcaption{
        padding-top: 3.8vw;
    }
}
