.mainButton { padding: 0 0 30px; }
.mainButton__halfWrap { margin-bottom: 30px; }
.subButton { margin-bottom: 20px; }
.subButton__text { font-size: 20px; }
.subButton dl {
    float: left;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 12px;
    padding-left: 120px;
    color: #333;
    background: url(../images/main_button_banner_logo.png) 12px 0 no-repeat;
    background-size: 90px;
}
.subButton__text span {
    display: inline;
    font-size: 22px;
    color: #e60012;
}
@media screen and (max-width: 667px) {
    .mainButton {
        min-width: 320px;
        padding: 0 0 35px;
    }
    .mainButton__title { margin: 0 auto; }
    .mainButton h2 {
        font-size: 30px;
        min-width: 320px;
        line-height: 1.3;
    }
    .mainButton__halfWrap { margin-bottom: 0; }
    .subButton {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 15px 0 0;
        padding: 10px;
    }
    .subButton__text {
        float: none;
        line-height: 1.2;
        width: 100%;
        padding: 0 5px;
    }
    .subButton dl {
        float: none;
        padding-left: 60px;
        background-size: 50px;
        background-position: 0 0;
    }
    .subButton__text dt img { width: 100%; }
    .subButton .primaryBtn {
        float: none;
        width: 100%;
        margin: 5px 0;
        padding: 25px 0;
    }
}
/*----------メインビジュアル----------*/
/*----------メインビジュアル背景----------*/
.main-visual {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 950px;
    background-image: url("../images/renew_main_visual_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.main-visual__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    padding-top: 50px;
    background-image: url("../images/renew_main_visual_head_logo.png");
    background-repeat: no-repeat;
    background-position: top right;
}
/*----------見出の位置調整----------*/
.main-visual__head {
    font-weight: bold;
    margin-bottom: 45px;
    padding-left: 30px;
}
.main-visual__title {
    width: 685px;
    margin: 0 0 10px -10px;
}
.main-visual__read-title {
    font-size: 22px;
    letter-spacing: 2px;
    color: #2660ad;
    text-shadow: #fff 1px 1px 0,
    #fff -1px 1px 0,
    #fff -1px -1px 0,
    #fff 1px -1px 0,
    #fff 1px 0 0,
    #fff 0 1px 0,
    #fff -1px 0 0,
    #fff 0 -1px 0;
}
.main-visual__read {
    font-size: 20px;
    width: 625px;
    letter-spacing: 2px;
    color: #333;
    text-shadow: #fff 1px 1px 0,
    #fff -1px 1px 0,
    #fff -1px -1px 0,
    #fff 1px -1px 0,
    #fff 1px 0 0,
    #fff 0 1px 0,
    #fff -1px 0 0,
    #fff 0 -1px 0;
}
.main-visual__images {
    overflow: hidden;
    width: 100%;
}
.main-visual_image__item {
    float: left;
    width: 25%;
}
.main-visual__image { width: 100%; }
/*---------メインビジュアルSP用スタイル----------------*/
@media screen and (max-width: 667px) {
    .main-visual {
        width: 100%;
        min-width: 320px;
        height: auto;
        margin: 60px 0 0;
        background-size: cover;
    }
    .main-visual__wrapper {
        width: 100%;
        height: auto;
        padding: 20px 10px 0;
        background-image: none;
    }
    /*---------SP-見出位置調整----------*/
    .main-visual__head {
        font-size: .6em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .main-visual__title {
        width: 100%;
        margin: 0 0 10px -5px;
    }
    .main-visual__read-title {
        font-size: 2em;
        margin: 0 0 10px 0;
    }
    .main-visual__read {
        font-size: 1.8em;
        width: 100%;
        margin: 0 0 3px 0;
        padding: 0 0 0 3px;
    }
    .main-visual_image__item {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%;
        padding: 0 5px;
    }
}
/*--------------------------メインコンテンツ-----------------------------------*/
/*----3×2カラム（yurtecのサービス）背景色変更のサイトあり---*/
.service__title { color: #2660ad; }
.checksheet-header { background: #0b9e9e; }
/*チェックリスト*/
.checksheet { background: #d3eff0; }
.checksheet__title { color: #036289; }
.checksheet__read-title { color: #036289; }
.formSection {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-width: 950px;
    padding: 60px 0;
    background: #f9f3cc;
}
.formSection__wrap {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* width: 950px; */
    width: 850px;
    margin: 0 auto; /* 20230131変更(bottom30px) */
    padding: 0 10px 0;
}
.formSection__wrap > h2 {
    font-size: 42px;
    line-height: 1.4;
    padding-bottom: 16px;
    text-align: center;
    color: #333;
    background: url(../images/icon_dl.png) 0 0 no-repeat;
}
.formSection__wrap h2 span {
    display: block;
    font-size: 30px;
    color: #d12b2b;
}
.formSection__wrap > p {
    font-size: 18px;
    margin: 0 10px 50px;
    text-align: center;
}
.formSection__column > :first-child {
    float: left;
    width: 47%;
}
.formSection__column > :last-child {
    float: right;
    width: 47%;
}
.halfColumn__Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.formSection__column > :first-child h3 {
    font-size: 24px;
    line-height: 46px;
    height: 46px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    background-color: #d12b2b;
}
.formSection__column > :last-child h3 {
    position: relative;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 46px;
    padding: 11px 0;
    text-align: center;
    color: #fff;
    background-color: #d12b2b;
}
.formSection__column > :last-child h3::after {
    display: inline-block;
    position: absolute;
    width: 29px;
    height: 27px;
    margin-left: 10px;
    content: "";
    background: url("../../images/icon_dl.png") 0 0 no-repeat;
}
.halfColumn h4 {
    position: relative;
    font-size: 20px;
    padding: 13px 10px 10px 40px;
    background-color: #fbdada;
}
.halfColumn h4::after {
    position: absolute;
    top: 13px;
    left: 21px;
    width: 6px;
    height: 26px;
    content: "";
    background-color: #e60012;
}
.halfColumn ul {
    float: left;
    font-size: 18px;
    padding: 20px 20px 20px 23px;
}
.halfColumn li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.halfColumn li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 3px;
    background: #e60012;
}
.halfColumn li.no_disc { margin-top: 25px; }
.halfColumn li.no_disc::before { display: none; }
.halfColumn img {
    float: right;
    margin: 20px;
}
.halfColumn img {
    margin: 0;
    width: 117px;
}
.halfColumn > p {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    color: #d12b2b;
    border: solid 1px #d12b2b;
    background-color: #fff;
}
.form__Wrap {
    padding: 0 20px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background: #fff;
}
@media screen and (max-width: 667px) {
    .formSection {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-width: 320px;
        padding: 25px 10px 40px;
    }
    .formSection__wrap {
        width: 100%;
        padding: 0;
    }
    .formSection__wrap > h2 {
        font-size: 24px;
        padding-bottom: 8px;
        background: none;
        background-size: 50px;
    }
    .formSection__wrap h2 span { font-size: 16px; }
    .formSection__wrap > p {
        font-size: 14px;
        margin: 0 0 15px;
        text-align: center;
    }
    .formSection__column {
        margin-top: 30px;
    }
    .formSection__column > .halfColumn {
        float: none;
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .formSection__column > :first-child h3 { font-size: 20px; }
    .halfColumn__Wrap {
        margin-bottom: 45px
    }
    .halfColumn h4 {
        font-size: 18px;
        padding: 10px 10px 8px 30px;
    }
    .halfColumn h4::after {
        left: 15px;
        height: 19px;
    }
    .halfColumn ul {
        font-size: 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%;
        padding: 20px 20px 20px 16px;
    }
    .halfColumn li {
        line-height: 1;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .halfColumn li::before { top: 3px; }
    .halfColumn li.no_disc { margin-top: 20px; }
    .halfColumn img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 147px;
        margin: 0;
        padding: 15px;
    }
    .halfColumn > p {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .formSection__column > :last-child h3 {
        height: auto;
        padding: 10px 40px 10px 15px;
    }
}


/*--------------------------リニューアル追記2021.05ここから-----------------------------------*/

.header__logo {
    display: table;
    float: left;
}
.header__logo a {
    display: table-cell;
    width: 200px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
.header__logo a img {
    max-width: 135px;
    vertical-align: middle;
}
.tabSection__navi {
    width: 950px;
    margin: 0 auto;
}
.tabSection__navi_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tab_btn {
    width: 49%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 15px;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #2660ad;
    z-index: 1;
}
.tab_btn01 {
    color: #2660ad;
    background: #eaf1fb;
    border-bottom: 2px solid #036289;
}
.tab_btn01:not(.active):hover {
    background: #caddf8;
}
.tab_btn01.active {
    border: 2px solid #2660ad;
    border-bottom: 2px solid #eaf1fb;
}
.tab_btn02 {
    color: #036289;
    background: #d3eff0;
}
.tab_btn02:not(.active):hover {
    background: #a9eaee;
}
.tab_btn02.active {
    border: 2px solid #036289;
    border-bottom: 2px solid #d3eff0;
}
.tab_btn_ttl {
    font-size: 32px;
}
.tab_btn .small {
    font-size: 19px;
    line-height: 1.2;
}
.tabContent {
    position: relative;
    display: none;
}
.tabContent01 {
    display: block;
}
.tabContent::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #2660ad;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
}
.tabContent02.active::before {
    background: #036289;
}
.comment_txt {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
    color: #333;
}
.mainButton__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    background: url(../images/lp_common/main_contents_bg2.png) repeat-x top center / contain;
    height: 115px;
}
.mainButton__imgWrap {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.37);
            box-shadow: 3px 3px 5px 0 rgba(0,0,0,.37);
}

@media screen and (max-width: 667px) {
    .header__logo a {
        width: 50%;
        height: 65px;
    }
    .header__logo a img {
        max-width: 80px;
    }
    .tabSection {
        min-width: 320px;
    }
    .tabSection__navi_btn {
        width: 97%;
        margin: 0 auto;
    }
    .tabSection__navi {
        width: 100%;
    }
    .tab_btn_ttl {
        font-size: 18px;
    }
    .tab_btn .small {
        font-size: 11px;
        line-height: 1.4;
    }
    .tab_btn {
        padding: 15px 10px 10px;
    }
    .comment_txt {
        font-size: 20px;
    }
    .halfColumn p {
        font-size: 16px;
    }
    .title-caotion {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .mainButton__text {
        padding: 0 10px;
    }
    .mainButton__imgWrap img {
        width: 117px;
        padding: 0;
    }

}
/* 調整用 */

@media screen and (max-width: 354px) {
    .tab_btn_ttl {
        font-size: 16px;
    }
    .tab_btn .small {
        font-size: 10px;
    }

}

/*-------------------------- 2022.01.18追加 ↓ -----------------------------------*/
.halfColumn2 img {
    float: right;
}
.halfColumn2 img {
    margin: 0;
    height: 117px;
}
.halfColumn2 {
    float: left;
    width: 47%;
    padding-bottom: 30px;
}

@media screen and (max-width: 667px) {
    .halfColumn2 {
        float: none;
        width: 100%;
        padding: 0 15px 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .halfColumn2 img {
        box-sizing: border-box;
        height: 117px;
 		width: auto;
		margin: 0;
    }
	.halfColumn2 p {
        font-size: 16px;
    }
	
}

/*-------------------------- 2023.01.31追加 ↓ -----------------------------------*/
.imgH {
	margin-top: 55px;
}
.imgW img{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 117px;
	margin: 0;
}
.imgH img{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: auto;
	height: 117px;
	margin: 0;
}
