#wrap {
	padding: 20px 0 0;
	max-width: 600px;
    margin: 0 auto;
    }
#wrap h2.headh2 {display: flex; width: 90%; max-width: 450px; margin: 0 auto;}
#wrap h2.headh2 img.h2_img { width: 50%;}
#wrap h2.headh2 p.h2_txt {
    width: 100%;
    align-items: center;
    display: grid;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    line-height: 20px;
    font-size: 15px;
}

/*マーカー*/
#wrap .marker { background: linear-gradient(0deg, #faff96 50%, transparent 50%);    font-weight: bold;}

#wrap .top_regist_bt { padding: 30px 0;}
#wrap .top_regist_bt .trk_bt { width: 90% !important;     max-width: 450px;}
#wrap .first_text { width: 90%; margin: 0 auto; font-size: 15px;}

#wrap .section_title {
    text-align: center;
    font-size: 21px;
    font-family: serif;
    font-weight: bold;
    margin: 25px auto;
    letter-spacing: 1px;
    color: #275bb1;
}
#wrap .nayami_box {
width: 90%;
max-width: 550px;
margin: 0 auto 20px;
}
#wrap .nayami_box .nayami_title {
display: flex;
margin: 0 auto;
}
#wrap .nayami_box .nayami_title img { width:30%;}
#wrap .nayami_box .nayami_title p {
    width: 70%;
    background-color: #bb84c5;
    align-items: center;
    display: grid;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
#wrap .nayami_box ul {
    background-color: #f6f6f6;
    padding: 15px 10px;
}
#wrap .nayami_box ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: url(../../img/first/divi_dia_icn.webp);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
#wrap .nayami_box ul li:last-child {
    margin-bottom: 0;
}
#wrap .midh2 {
    background-color: #ff6665;
    padding: 20px 0;
    text-align: center;
    margin: 20px auto 70px;
    position: relative;
}
#wrap .midh2::after {
    content: '';
    border-top: 40px solid #ff6665;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
}
#wrap .midh2 h2 {
    font-size: 19px;
    letter-spacing: 0;
    font-weight: bold;
	color:#fff;
}

#wrap .reason_box {
    width: 90%;
    margin: 50px auto;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
}
#wrap .reason_box dl {
    border: solid 1px #aaa;
    outline: solid 2px #aaa;
    outline-offset: 1px;
    padding: 14px 10px 10px 10px;
    position: relative;
}
#wrap .reason_box dl::before {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background-color: #92509e;
    padding: 1px 3px;
    position: absolute;
    top: -10px;
}
#wrap .reason_box dl.re_1::before { content: '理由1';}
#wrap .reason_box dl.re_2::before { content: '理由2';}

#wrap .reason_box dl dt {
font-weight: bold;
    font-size: 16px;
    margin: 5px auto 8px;
    color: #742f8d;
    font-family: serif;
}
#wrap .reason_box dl dd p {
    font-size: 14px;
    line-height: 20px;
}


#wrap .campmo { background-color:#f8f9f2; padding: 30px 0;}
#wrap .campmo .for_snk {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 1px;
    font-family: serif;
    color: #814298;
}
#wrap .campmo .snk_intr {
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
}
#wrap .campmo ul {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}
#wrap .campmo ul li {
    width: 90%;
    padding: 25px 5px;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    margin: 0 auto;
	position:relative;
}
#wrap .campmo ul li:first-child{border:none;}
#wrap .campmo ul li:nth-child(2)::before { top: -10px;}
#wrap .campmo ul li:nth-child(2)::after { bottom: -10px;}
#wrap .campmo ul li:nth-child(2)::before, #wrap .campmo ul li:nth-child(2)::after {
    content: '▼';
    font-size: 10px;
    color: #fff;
    background-color: #bb85c5;
    display: grid;
    width: 19px;
    height: 19px;
    text-align: center;
    align-items: center;
    line-height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index:10;
}

#wrap .campmo .ade_mas {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 15px auto;
	color: #ff6666;;
}
#wrap .campmo .laresult {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #ff3671;
    font-family: serif;
	margin: 20px auto 0;
}
#wrap .campmo .laresult span { font-size: 30px;}

#wrap .campmo .more_tbc {
    text-align: right;
    width: 90%;
    margin: 0 auto;
}
#wrap .campmo .more_tbc a {
    font-size: 14px;
    color: #814298;
    text-decoration: underline;
}
#wrap .campmo .more_tbc a::after {    content: '>';}

#wrap .ossm .knnkt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #814298;
    font-family: serif;
	margin: 20px auto;
}
#wrap .ossm .case_box {
    width: 90%;
    margin: 0 auto;
}
#wrap .ossm h3 {
    display: flex;
    justify-content: space-around;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 20px 10px;
}
#wrap .ossm h3 .oss_img_box {
    width: 20%;
    max-width: 60px;
}
#wrap .ossm h3.case1 .oss_img_box::before {    content: 'case1';}
#wrap .ossm h3.case2 .oss_img_box::before {    content: 'case2';}
#wrap .ossm h3.case3 .oss_img_box::before {    content: 'case3';}
#wrap .ossm h3.case4 .oss_img_box::before {    content: 'case4';}
#wrap .ossm h3 .oss_img_box::before {
    text-align: center;
    display: block;
	color:#ba93c8;
	font-size: 15px;
}

#wrap .ossm h3 .oss_img_box img { width:100%;}
#wrap .ossm h3 .nayami {
    width: 75%;
	font-size: 15px;
}
#wrap .ossm .case_box .answer {
    margin: 5px auto 30px;
    font-size: 14px;
    padding: 0 9px;
}
#wrap .ossm .case_box .answer .ans_txt_r { text-align: right; margin-top: 3px;}
#wrap .ossm .case_box .answer .ans_txt_r a {
    color: #814298;
    font-weight: bold;
    text-decoration: underline;
}

#wrap .price {
    width: 90%;
    margin: 0 auto;
}
#wrap .price h2 {
    padding: 10px 10px 10px 22px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #945c9f;
    position: relative;
}
#wrap .price h2::before {
    content: '';
    width: 5px;
    height: 17px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

#wrap .price table {
    width: 100%;
	margin-top:15px;
	max-width: 400px;
}
#wrap .price table th, #wrap .price table td {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
}
#wrap .price table th {
    background-color: #bb85c5;
    color: #fff;
    font-weight: bold;
    padding-left: 33px;
    position: relative;
}

#wrap .price table th.p_tel::before {    background-image: url(../../img/first/icn_tel.webp);}
#wrap .price table th.p_mail::before {    background-image: url(../../img/first/icn_mail.webp);}
#wrap .price table th::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 8px;
}
#wrap .price p {
    font-size: 14px;
    margin: 10px auto;
}

/* 支払い */
#wrap .price ul li span {
	background-color: #f7f7f7;
    padding: 2px 0;
    font-size: 12px;
    color: #81419b;
    font-weight: bold;
    display: block;
    text-align: center;
}
#wrap .price ul li img {
    width: 90%;
    display: block;
    margin: 5px auto;
}
#wrap .price ul {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    max-width: 400px;
}
#wrap .price a {
    color: #814298;
    font-weight: bold;
    text-decoration: underline;
}

#wrap .letsgo {
    background-color: #f8f9f2;
    padding: 20px 0;
    margin: 40px auto 0;
}
#wrap .letsgo .gotitle {
    font-size: 20px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    color: #814299;
}
#wrap .letsgo p {
    margin: 14px auto 0;
    font-size: 14px;
    width: 90%;
}
#wrap .letsgo .already_regi {
    text-align: center;
    margin: 20px auto 0;
}
#wrap .letsgo .already_regi a {
    text-decoration: underline;
    color: #4f4f4f;
}

@media print, (min-width: 768px) {
#wrap .nayami_box ul {
    padding: 20px 30px;
}
#wrap .reason_box dl {
    padding: 20px;
}
}