@charset "UTF-8";

/*------------------------------------------------------------
	◆読み込みHTML
	/history/index.html。01〜06.html
------------------------------------------------------------*/


/*------------------------------------------------------------
	上書き
------------------------------------------------------------*/

.contTitle_h2:first-child {
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .contTitle_h2:first-child {
        margin-top: 60px;
    }
}


/*------------------------------------------------------------
	沿革
------------------------------------------------------------*/
.history_imgBox_txt p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}
.history_imgBox_img {
    display: block;
    margin: 30px auto 0;
}
.history_video {
    width: 80%;
    margin: 20px auto 0;
}
.history_video video {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .history_imgBox_txt {
        width: 610px;
    }    
    .history_imgBox_txt p {
        font-size: 16px;
    }
        .history_imgBox {
        display: flex;
        gap: 40px;
    }
    .history_imgBox_img {
        display: block;
        width: 270px;
        margin: 0 auto;
    }
    .history_video {
        width: 270px;
        margin: 0;
    }
    
}
a.history_link {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    color: #1556A3;
    padding-left: 1em;
    margin-top: 20px;
}
a.history_link::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f054";
    color: var(--main-blue);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s;
}
