@charset "UTF-8";
/*==================================================================
	Style setting
===================================================================*/
.mincho {
    font-family: 'Noto Serif JP';
}
#steps {
	margin: 0 auto 4rem;
	max-width: 1000px;
	width: 100%;
	/*padding: 35px 0;*/
}
#steps .step_inner {
	margin: 0 auto;
	/*max-width: 730px;
	width: calc(100% - 2rem);*/
}

.benefits_box {
	margin: 0 0 30px;
}
#steps .txt_step01 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.6;
}
#steps .txt_step01 a {
	color: #c83b33;
	font-weight: 600;
	text-decoration: none;
}
#steps .txt_step03 {
	color: #936f29;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
#steps .txt_step01 a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 750px) {
	.benefits_box {
		/* margin: 0 -1rem 30px; */
	}
	#steps {
		background-size: 200px auto;
		/*padding: 25px 0 0;*/
	}
  #steps .txt_step03 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

/* blk__select-field  */
/* august 12 2024 */
.station.blk__select-field {
    width: 97vw;
    margin: 5vw auto;
    border-radius: .53vw;
    overflow: hidden;
}

.station .form_title {
    background-color: #002c52;
    border-bottom: .27vw solid #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 15px 10px;
}

.station .form_field {
    padding: 4.67vw 5.0666vw 4vw;
    background-color: #0e4679
}

.station .form_field li {
    position: relative;
    width: 78vw;
    height: 10.6666vw;
    margin: 0 0 4.2666vw;
    padding: .4vw;
    background: linear-gradient(#022e55 0,#578fc0 100%)
}
.station .form_field li:first-child {
    margin-left: 0;
}

.station .form_field li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-bottom: .4vw solid #000;
    border-left: .4vw solid #000;
    transform: rotate(-45deg) translate(50%,-50%)
}

.station .form_field li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8.67vw;
    width: 6.93vw;
    height: 6.93vw;
    background-image: url(../img/cv_check_off.png),url(../img/cv_check_on.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    background-size: 100% 100%,0 0;
    transform: translate(0,-50%)
}

.station .form_field li.is-success:after {
    background-image: url(../img/cv_check_on.png),url(../img/cv_check_off.png)
}

.station .form_field li:not(.is-disabled):not(.is-success) {
    background: #a77d09;
    -ms-animation-name: pulse;
    -ms-animation-duration: .6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-direction: alternate;
    -ms-animation-delay: 0s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
    -moz-animation-name: pulse;
    -moz-animation-duration: .6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0s
}

.station .form_field li select {
    width: 100%;
    height: 100%;
    padding: 0 3.3333vw;
    background: #fff;
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 4.27vw;
    font-family: "A?A|A?Ai??A?Ai??A?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?AAﾃつｴA?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?Aa?ﾃ｢窶ｰﾂｫA?Ai?!Aa??a??Aa??a??A?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?Ai?ﾃｯﾂｿﾂ｡A?A?A?A?Ai??a?i?ﾃｯﾂｿﾂ�Aa??",YuGothic,"A?A|A?Ai??A?Ai??A?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?AAﾃつｴA?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?Aa?ﾃ｢窶ｰﾂｫA?Ai?!Aa??a??Aa??a??A?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?Ai?ﾃｯﾂｿﾂ｡","Yu Gothic","A?Ai?!Aa??a??A?A!A?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?A?A?Ai?!Aa??a??A?AaA?Ai?!Ai??a?i?ﾃｯﾂｿﾂ�A!A?Aa",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer
}

.station select::-ms-value {
    background: 0 0;
    color: #000
}

.station ::-ms-expand {
    display: none
}

.station .form_field select[disabled] {
    cursor: not-allowed
}

.station .form_field li option {
    font-weight: 500
}

.station .__assessment {
    position: relative;
    margin: 10vw 0 0
}

.station .__assessment:before {
    content: "";
    position: absolute;
    top: -6.67vw;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4vw solid #87a3bc;
    border-left: 6.67vw solid rgba(255,255,255,0);
    border-right: 6.67vw solid rgba(255,255,255,0);
    transform: translate(-50%,0)
}

.station .btn__assessment {
    display: block;
    width: 78.6666vw;
    height: 16vw;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/sp_cv_btn_on.png),url(../img/sp_cv_btn_off.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    background-size: 100% 100%,0 0;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 6.13vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    outline: 0
}

.station .btn__assessment:disabled {
    background-image: url(../img/sp_cv_btn_off.png),url(../img/sp_cv_btn_on.png)
}

@-ms-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}

@-webkit-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}

@-moz-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}
@media all and (-ms-high-contrast:none) {
    .station .form_field li select {
        padding: 1.33vw 4vw 0
    }
}
@media (max-width: 750px) {
    .station .form_title {
        font-size: 18px;
    }
}
@media (min-width: 751px) {
    .station.blk__select-field {
        width: 95.24vw;
        margin: 7.62vw auto;
        border-radius: .38vw
    }

    .station .form_title {
        border-bottom: .19vw solid #000;
        font-size: 20px;
		margin-bottom: 0;
    }

    .station .form_field {
		display: block;
        padding: 1.9vw 0
    }

    .station .form_field ul {
        display: flex;
        justify-content: center;
        align-items: center;
		width: 100%
    }

    .station .form_field li {
        width: 20vw;
        height: 5.71vw;
        margin: 0 5.71vw 0 .95vw;
        padding: .19vw
    }

    .station .form_field li:before {
        right: 1.43vw;
        width: .95vw;
        height: .95vw;
        border-bottom: .29vw solid #000;
        border-left: .29vw solid #000;
        transform: rotate(-45deg) translate(50%,-50%)
    }

    .station .form_field li:after {
        right: -5.24vw;
        width: 4.57vw;
        height: 4.57vw
    }

    .station .form_field li select {
        padding: 0 1.9vw;
        font-size: 2.1vw
    }

    .station .__assessment {
        margin: 4.76vw 0 0
    }

    .station .__assessment:before {
        top: -3.62vw;
        border-top: 2.38vw solid #87a3bc;
        border-left: 4.29vw solid rgba(255,255,255,0);
        border-right: 4.29vw solid rgba(255,255,255,0)
    }

    .station .btn__assessment {
        width: 66.67vw;
        height: 7.14vw;
        font-size: 3.33vw;
    }
	
    .station .btn__assessment {
		background-image: url(../img/pc_cv_btn_on.png),url(../img/pc_cv_btn_off.png)
    }
	
    .station .btn__assessment:disabled {
		background-image: url(../img/pc_cv_btn_off.png),url(../img/pc_cv_btn_on.png)
    }
}
@media all and (min-width: 751px) and (-ms-high-contrast:none) {
    .station .form_field li select {
        padding: .76vw 1.9vw 0
    }
}
@media (min-width: 1050px) {
    .station.blk__select-field {
        width: 790px;
        margin: 40px auto 40px;
        border-radius: 4px;
    }

    .station .form_title {
        border-bottom: 2px solid #000
    }

    .station .form_field {
        padding: 18px 0
    }

    .station .form_field li {
        width: 188px;
        height: 55px;
        margin: 0 50px 0 15px;
        padding: 2px
    }

    .station .form_field li:before {
        right: 15px;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #000;
        border-left: 3px solid #000
    }

    .station .form_field li:after {
        right: -50px;
        width: 40px;
        height: 40px
    }

    .station .form_field li select {
        padding: 0 20px;
        font-size: 20px
    }

    .station .__assessment {
        margin: 43px 0 0;
		width: 100%;
	}
    .station .__assessment:before {
        top: -35px;
        border-top: 25px solid #87a3bc;
        border-left: 45px solid rgba(255,255,255,0);
        border-right: 45px solid rgba(255,255,255,0)
    }

    .station .btn__assessment {
        width: 630px;
        height: 68px;
        font-size: 35px
    }
}
@media all and (min-width: 1050px) and (-ms-high-contrast:none) {
    .station .form_field li select {
        padding: 8px 20px 0
    }
}