@charset "utf-8";

/* 移管用追加ここから（常に先頭。下に Lab3 CSS をそのまま貼る） */
.transfer-page {
    width: 100%;
}

.transfer-page :where(h1, h2, h3, h4, h5,
    p, ul, ol, li, dl, dt, dd,
    form, table, div, a) {
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
}

.transfer-page *::before,
.transfer-page *::after {
    box-sizing: content-box;
}

.transfer-page :where(img) {
    max-width: none;
}

/* 移管用追加ここまで（常に先頭。下に Lab3 CSS をそのまま貼る） */

body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

/*/////////////グーグルフォントにする場合//////////////// */
#contents * {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

#contents {
    width: 100%;
}

/*-----------------------------------------------------------
reset
-----------------------------------------------------------*/
.h1_section {
    display: none;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/
#article {
    width: 100%;
    background-color: #fff;
}

.sec_ttl {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 57px;
    position: relative;
}

.mainCont h2::after {
    content: '';
    border-bottom: 6px solid #0E67B3;
    position: absolute;
    width: 78px;
    height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*-----------------------------------------------------------
mainCatch
-----------------------------------------------------------*/
.mainCatch {
    background: url(../images/catch_bg.webp) no-repeat center / cover;
    margin-bottom: 80px;
}

.mainCatch_ttl {
    font-size: 60px;
    font-weight: bold;
    padding: 133px 4px;
    text-align: center;
}

/*-----------------------------------------------------------
orde_sec
-----------------------------------------------------------*/
.orde_sec {
    width: 950px;
    margin: 0 auto 80px;
}

.orde_sec dt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.orde_sec ul {
    border: 1px solid #BADEEA;
    width: 307px;
    padding: 39px 0px 0 69px;
}

.orde_sec li {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
}

.orde_sec li span {
    font-size: 13px;
    color: #0E67B3;
    position: absolute;
    margin: 4px -21px;
}

.orde_sec img {
    width: 552px;
}

.orde_sec dd {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

/*-----------------------------------------------------------
renovate_sec
-----------------------------------------------------------*/
.renovate_sec {
    margin: 0 auto 80px;
    width: 1070px;
}

.renovate_sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.renovate_sec li {
    margin-bottom: 70px;
}

.renovate_sec dt {
    font-size: 22px;
    color: #0E67B3;
    margin-bottom: 15px;
    font-weight: 500;
}

.renovate_sec p {
    margin-top: 15px;
}

.renovate_sec p img {
    width: 515px;
}

.renovate_sec dd {
    font-size: 16px;
    line-height: 1.5;
    width: 515px;
    letter-spacing: -0.16px;
}

.renovate_item07 {
    margin-bottom: 70px;
}

.renovate_item07 dt {
    text-align: center;
    margin-bottom: 28px;
}

.renovate_item07 dd {
    display: flex;
    justify-content: space-between;
    width: 1070px;
}

.renovate_item07 li {
    width: 508px;
    margin-bottom: 16px;
}

.renovate_item07 p {
    color: #57A1BA;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0 8px;
}

.renovate_item07 .item_text {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.renovate_item07 img {
    height: 364px;
}

.renovate_item08 dt {
    text-align: center;
    margin-bottom: 15px;
}

.renovate_item08 dd {
    display: flex;
    width: 1070px;
    justify-content: space-between;
}

.renovate_item08 dd p {
    margin-top: 15px;
    line-height: 1.5;
}

.renovate_item08 .item_text {
    margin-right: 36px;
    margin-top: 10px;
}

/*-----------------------------------------------------------
contact1
-----------------------------------------------------------*/
.contact1 {
    width: 832px;
    margin: 0 auto 80px;
    border: 1px solid #BADEEA;
    height: 175px;
}

.contact1_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 91px;
}

.contact1_info {
    text-align: left;
    padding-left: 24px;
}

.contact1_tel {
    font-size: 32px;
    position: relative;
}

.contact1__icn--tel {
    background: url(../images/icn_contact01.webp) no-repeat center / contain;
    display: block;
    position: absolute;
    width: 20px;
    height: 50px;
    left: -28px;
}

.contact1_tel2 {
    font-size: 18px;
    margin: -3px 18px 1px;
}

.contact1_tel2 span {
    color: #0E67B3;
}

.contact1_time {
    font-size: 13px;
    margin: 0 5px;
}

.contact1_time span {
    color: #57A1BA;
}

.contact1_bt {
    margin-top: 10px;
}

.contact1_bt a {
    width: 291px;
    height: 70px;
    padding: 0px 0px 0 45px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #FB8724;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact1_bt a:hover {
    opacity: .8;
}

.contact1__icn--mail {
    background: url(../images/icn_contact02.webp) no-repeat center / contain;
    display: block;
    position: absolute;
    width: 35px;
    height: 23px;
    left: 66px;
}