.only_pc {
    display: block;
}

.only_sp {
    display: none;
}

.only_400 {
    display: none;
}

.redT {
    font-size: 24px;
    color: #bf1d38;
}

.redBold {
    font-weight: bold !important;
    color: #bf1d38 !important;
}

h1 {
    padding: 3% 3% 2% !important;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
}
h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0;
    background: #F47F98;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
}
.pink_line,.gray_line {
    padding: 5%;
    background: #ffffff;
}

.gray_line h1 {
    background: white;
    border: solid 2px #cccccc;
    width: 80%;
    margin: 0 auto;
}

.pink_line h2 {
    background: white;
    border: solid 4px #F47F98;
}

.condition_inner {
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
}

.checkBtn{
    margin-top: 5% !important;
    margin-bottom: 5% !important;
}

.pink_line .condition_inner {
    border: solid 4px #F47F98;
    border-top: unset;
}

.ttl_text {
    padding: 3% 3% 2% !important;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.pink_line .ttl_text {
    color: #333333;
}

.grey_box .numList {
    font-size: 16px;
}

.numList, .noteList, .numList_small {
    padding-left: 1em;
    text-indent: -1em;
}

.grey_box a {
    font-size: 16px;
}

.link02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 18px 0 13px;
    border-radius: 70px;
    background-color: #555;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
}

.link02._02 {
    background-color: #bf1d38;
}

.link02._03 {
    max-width: 420px;
    margin: 25px auto;
    background-color: #6c8bc5;
    border-radius: 38px;
}

.ico-arrow {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: -7px;
    margin-left: 10px;
    transform: rotate(-45deg);
}

.ico-arrow:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #fff;
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
}

.ico-arrow:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}

.grey_box .ico-arrow {
    width: 16px;
    height: 16px;
}



@media only screen and (max-width: 800px) {
    .only_pc {
        display: none;
    }

    .only_800 {
        display: block;
    }

    .only_sp {
        display: none;
    }

    .only_400 {
        display: none;
    }
}



@media only screen and (max-width: 640px) {
    .only_pc {
        display: none;
    }

    .only_800 {
        display: block;
    }

    .only_sp {
        display: block;
    }

    .only_400 {
        display: none;
    }
    h1 {
        font-size: 26px;
        padding-top: 30px;
    }
    h2 {
        height: unset;
    }

    h3 {
        font-size: 14px;
    }
    .ttl_text {
        font-size: 24px;
    }
    .redT {
        font-size: 16px;
    }
    .desc p {
        font-size: 14px
    }

    .numList,
    .cautionList,
    .cautionList_02 {
        font-size: 14px
    }

    .noteList {
        font-size: 14px;
    }

    .numList_small {
        font-size: 12px;
    }

    .grey_box .cautionList_02 {
        font-size: 13px;
        padding-left: 1.8em;
        text-indent: -1.8em;
    }

    .grey_box .numList {
        font-size: 13px;
    }

    .grey_box a {
        font-size: 13px;
    }

    .grey_box .ico-arrow {
        width: 13px;
        height: 13px;
    }

    .btnCheck .labelText {
        width: 100%;
    }

    .btnCheck .lT_01,
    .btnCheck .lT_02 {
        margin-top: 15px;
    }

    .btnCheck input[type="checkbox"]+label {
        width: 20px;
        height: 20px;
    }

    .link02 {
        padding: 10px 0 8px;
        border-radius: 50px;
        font-size: 16px;
    }

    .link02._03 {
        margin: 15px auto;
    }

    .ico-arrow {
        display: block;
        position: relative;
        width: 14px;
        height: 14px;
        margin-top: -1px;
        margin-left: 10px;
        transform: rotate(-45deg);
    }

    .ico-arrow:before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 2px;
        background-color: #fff;
        width: 3px;
        height: 100%;
        top: 0;
        right: 0;
    }

    .ico-arrow:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 2px;
        background-color: #fff;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
    }

    #questAcoordion .accordion_ttl {
        height: unset;
        background-image: url('../img/ico_on.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 3.5vw;
        cursor: pointer;
    }
}

@media only screen and (max-width: 400px) {
    .only_pc {
        display: none;
    }

    .only_800 {
        display: block;
    }

    .only_sp {
        display: block;
    }

    .only_400 {
        display: block;
    }
}

@media only screen and (min-width: 361px) {
    .fsXXS {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/*checkbox*/
.desc p {
    font-size: 20px;
	}
	@media only screen and (max-width: 640px) {
		.desc p {
			font-size: 14px;
		}
	}
	.btnCheck input[type="checkbox"] {
		display: none;
	}
	input[type=checkbox] {
		-webkit-appearance: button;
	}

	.btnCheck input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #707070;
    background: #fff;
}
@media only screen and (max-width: 640px) {
    .btnCheck input[type="checkbox"]+label {
        width: 20px;
        height: 20px;
    }
}
.btnCheck input[id="checkbox"]:checked+label::after, .btnCheck input[id^="checkbox_"]:checked+label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/ico_check.png) no-repeat center center;
    background-size: 80%;
    transform: translate(-50%, -50%);
}
.check_form_txt{
    font-size: 18px;
}
.font-b{
    font-weight:bold;
}
.condition_inner>p:nth-child(2){
    padding-bottom: 5%;
}
.condition_inner>p:nth-child(3){
    padding-bottom: 5%;
}
.btnCheck .labelText p:first-of-type {
    margin-right: 0.5em;
}
.btnCheck .labelText p:last-of-type {
    text-align: left;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 640px) {
    .check_form_txt,.btnCheck .labelText p:last-of-type{
        font-size: 16px;
    }
}
.btnCheck .labelText{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
}
.btnCheck .labelText label {
    cursor: pointer;
}

.checkBtn.off {
    filter: grayscale(1) brightness(1.1) contrast(100%);
    pointer-events: none;
    cursor: default;
}

.contsTxt{
    margin-top: 5%;
}

.labelText.expired label {
    cursor: default;
    pointer-events: none;
}