@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size:100%;*/
    vertical-align: baseline;
    background: transparent;
    /*font-weight: normal;*/
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul, ul, ol, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

html {
    /*font-size: 62.5%;
	scroll-behavior:smooth;*/
    font-size: 10px;
}

body {
    width: 100%;
    background-color: #fff;
    color: #4D4D4D;
    font-family: 'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.0;
}

.pointer {
    cursor: pointer;
}

.c {
    text-align: center;
}

/* common css*/

.ck_list {
    font-weight: 700;
    font-size: 1.8rem;
    color: #087C83;
}

.ck_list li {
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}

.ck_list li::before, .ck_list li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}

.ck_list li::before {
    height: 14px;
    width: 14px;
    border: 2px solid #ECB821;
}

.ck_list li::after {
    height: 8px;
    width: 4px;
    border: solid #ECB821;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 6px;
    left: 5px;
}

.ck_list li:last-child {
    margin-bottom: 0;
}

.dropcap:first-letter {
    font-size: 2.4em;
    line-height: 1;
    float: left;
    margin: 0.1em .1em 0 0;
    padding: 0;
    font-weight: 700;
    color: #087C83;
}

.about_box03 .about_txt::before {
    content: "＆";
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1;
    float: left;
    margin: 0.1em .1em 0 0;
    padding: 0;
    color: #087C83;
}

.txt_base {
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: left;
}

.no_pc {
    display: none;
}

.no_sp {
    display: block;
}

@media screen and (max-width: 958px) {
    .ck_list {
        font-weight: 700;
        font-size: 1.5rem;
        color: #087C83;
    }
    .ck_list li::before, .ck_list li::after {
        top: 0;
        left: 0;
    }
    .ck_list li::after {
        top: 2px;
        left: 5px;
    }
    .resp {
        width: 100%;
    }
    .no_pc {
        display: block;
    }
    .no_sp {
        display: none;
    }
    .txt_base {
        line-height: 1.6;
        margin-bottom: 1em;
        padding: 0 20px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .txt_base {
        padding: 0;
    }
}

/* container */

.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.form_contents {
    background: #fff;
    width: 100%;
}

.contents_inner {
    width: 100%;
    margin: 0 auto;
}

main {
    background: #fff;
    padding-top: 50px;
}

.fixed {
    position: fixed;
    top: 0;
}

.cols {
    display: flex;
    justify-content: space-around;
}

.sections {
    width: 800px;
    margin: 40px auto 50px;
}

/*@media screen and (max-width: 958px){
	.sp_cols{
		display: flex;
		align-items: center;
	}
	.sp_cols .marks{
		width: 150px;
	}
}
@media screen and (max-width: 480px){
	.sp_cols .marks{
		width: 120px;
	}
}*/

@media screen and (max-width: 958px) {
    .contents {
        position: static;
        top: 100vh;
        background: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .contents_inner {
        width: 100%;
        display: block;
    }
    header {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    main {
        background: #fff;
        padding-top: 50px;
        width: 100%;
    }
    .sections {
        max-width: 800px;
        width: 100%;
        margin: 20px auto 50px;
        padding: 0 20px;
    }
}

/* heading txt */

.hd_en {
    font-family: 'Boogaloo', cursive;
    font-size: 2.8rem;
    font-weight: normal;
}

.hd_lv1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    background: #ECB821;
    color: #fff;
}

.hd_lv2 {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.2;
}

.hd_lv3 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #087C83;
    text-align: center;
    margin-bottom: 35px;
}

.hd_lv4 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 736px) {
    .hd_lv1 {
        height: 90px;
    }
}

/* header */

header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 958px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.fixed {
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.header_tel {
    text-align: right;
    padding: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.hd_tel_no {
    color: #087C83;
    font-weight: 700;
    margin-bottom: 0;
}

.hd_tel_no span {
    background: url(../images/ico_tel.png) no-repeat 0 center;
    background-size: auto 14px;
    padding-left: 15px;
}

.hd_opentime {
    font-size: 1.2rem;
}

.logo_co {
    display: none;
}

.header_btn_area {
    padding-right: 50px;
}

.header_btn_area img {
    display: none;
}

.header_btn_area .btn {
    width: 220px;
    height: 42px;
    line-height: 40px;
    margin-top: 3px;
}

@media screen and (max-width: 958px) {
    .header_inner {
        width: 100%;
    }
}

/*-------------------------------------
    present_area
-------------------------------------*/

.present_area {
    text-align: center;
    background: #f2f2f2;
    margin: 0 auto;
}

.present_area .hd_en {
    color: #FF6161;
    margin-bottom: 10px;
}

.present_box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.present_box .cols {
    padding: 0 80px 20px;
}

.present_col figure {
    position: relative;
    margin-bottom: 5px;
    width: 190px;
    height: 190px;
}

.present_col figure img {
    width: 100%;
    pointer-events: none;
}

.present_col figure .ico_number {
    width: 50px;
    position: absolute;
    top: -20px;
    left: -15px;
    z-index: 2;
}

.present_col p {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.presentdesc {
    max-width: 400px;
    width: 58%;
}

.col43 {
    width: 300px!important;
    margin-left: auto;
    margin-right: auto;
}

.form_area .btn {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form_area p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 20px 60px;
}

.sp_view {
    display: none;
}

@media screen and (max-width: 958px) {
    .present_area {
        text-align: center;
        bottom: 35px;
        left: 0;
        margin-left: 0;
    }
    .present_area .cols {
        flex-wrap: wrap;
    }
    .present_box .cols {
        padding: 0 20px 20px;
    }
    .present_box {
        padding: 40px 0 20px;
        margin: 0 auto;
    }
    .present_box .txt_point {
        display: none;
    }
    .bg_area .present_box {
        width: 90%;
        margin: 0 auto;
    }
    .present_col{
        width: calc(100%/3);
        padding: 0 5px;
    }
    .present_col2 {
        width: 66%;
        max-width: 500px;
    }

    .present_col p {
        font-size: 1.4rem;
        max-width: 190px;
    }
    .present_col figure {
        position: relative;
        margin-bottom: 5px;
        width: auto;
        max-width: 190px;
        height: auto;
    }
    .present_col figure.col43{
        position: relative;
        margin-bottom: 5px;
        width: auto;
        max-width: 300px;
        height: auto;
    }

    .sp_view {
        display: inherit;
    }
    .present_col figure .ico_number {
        width: 20%;
        min-width: 36px;
    }
    .form_area .btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 701px) {
    .col43 {
        width: unset!important;
    }
}
@media screen and (max-width: 580px) {
    .present_col p {
        font-size: 1.1rem;
    }
}

/*-------------------------------------
    form
-------------------------------------*/

.form_hd {
    background: #feeeee;
    color: #FF6161;
}

.form_hd h2 {
    font-size: 3.6rem;
    line-height: 1.2;
}

.form_hd span {
    background: url(../form_images/&mny_ks12.png) no-repeat 0 center;
    padding-left: 40px;
    font-size: 2.1rem;
}

.form_ttl {
    font-size: 2.0rem;
    margin: 8px 0;
}

.form_ttl span {
    color: #FF6161;
}

.form_box {
    margin: 20px 0 30px;
}

.form_zip {
    width: 440px;
}

.form_zip .cols {
    justify-content: space-between;
}

.ajaxzip3 {
    font-size: 2.0rem;
    color: #4d4d4d;
}

.form_cols {
    justify-content: flex-start;
    margin-top: 20px;
}

.date_cols li {
    flex: 1;
}

.date_cols li:first-child {
    padding-right: 20px;
}

.date_cols li:nth-child(2) {
    padding-left: 20px;
}

.consent {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.privacy_box {
    overflow-y: scroll;
    height: 240px;
    border: 2px solid #f2f2f2;
}


.pp_hd {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pp_txt dt {
    font-size: 2.4rem;
    font-weight: 700;
    color: #087C83;
    margin-bottom: 5px;
}

.pp_txt dd {
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.btn {
    display: block;
    width: 220px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 8px;
    color: #fff;
    background: #FF6161;
    border: 1px solid #fff;
    text-align: center;
}

.prev {
    text-align: center;
    margin: 20px 0;
}

.prev button {
    color: #087C83;
    font-size: 1.8rem;
    font-weight: 700;
}

.prev a {
    color: #087C83;
    font-size: 1.8rem;
    font-weight: 700;
}

@media screen and (max-width: 736px) {
    .form_hd span {
        font-size: 1.4rem;
    }
    .form_hd h2 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 480px) {
    .form_hd h2 {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .form_ttl {
        font-size: 1.6rem;
    }
    .ajaxzip3 {
        font-size: 1.6rem;
    }
    .form_zip {
        width: 100%;
    }
    .pp_hd, .pp_txt dt, .pp_txt dd {
        font-size: 1.6rem;
    }

}

@media screen and (max-width: 400px) {
    .consent {
        font-size: 1.4rem;
    }
    .err_msg {
        font-size: 12px!important;
    }
}


/*-------------------------------------
    form_parts
-------------------------------------*/

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

button, input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

input[type="text"].txtline {
    background: #F2F2F2;
    width: 100%;
    font-size: 1.8rem;
    padding: 12px;
    color: #4d4d4d;
}

input[type="text"].line_s {
    width: 480px;
}

input[type="text"].cal {
    background: #F2F2F2 url(../form_images/&mny_ks13.png) no-repeat right 5px center;
    width: 100%;
    font-size: 1.8rem;
    padding: 12px;
}

.selectbox {
    width: 100%;
    font-size: 1.8rem;
    overflow: hidden;
    position: relative;
}

.selectbox select {
    background: #F2F2F2;
    font-size: 1.8rem;
    padding: 12px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-overflow: ellipsis;
    position: relative;
}

.selectbox select::-ms-expand {
    display: none;
}

.selectbox::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 50px;
    padding: 0;
    pointer-events: none;
    background: #676767;
    z-index: 1;
}

.selectbox::after {
    content: "";
    display: inline-block;
    border: 10px solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 13px;
    z-index: 2;
    pointer-events: none;
}

.select_consul {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 35px 0;
}

.select_consul .cols {
    margin: 10px 0;
}

.select_consul span {
    margin: 0 10px;
}

.selects input[type="radio"], .selects input[type="checkbox"] {
    display: none;
}

.selects input[type="radio"]+label, .selects input[type="checkbox"]+label {
    display: inline-block;
    width: 110px;
    height: 160px;
    position: relative;
    cursor: pointer;
}

/*.selects input[type="radio"] + label img {
    border-radius: 10px;
}*/

.selects input[type="radio"].no_select+label img {
    opacity: 0.4;
}

.selects input[type="radio"].no_select+label p {
    opacity: 0.4;
}

.no_select {
    opacity: 0.4;
}

.present_box.selects input[type="radio"]+label {
    margin: 0;
    width: 100%;
    height: 100%;
    /*position: absolute;
    top:0;
    left: 0;*/
}

.selects input[type="checkbox"]:checked+label img {
    outline: 3px solid #FF6161;
    outline-offset: -3px;
}

/*css radio02*/

.radiobtn {
    display: none;
}

.radiobtn+label {
    padding-left: 24px;
    position: relative;
    margin-right: 70px;
    font-size: 2.0rem;
}

.radiobtn+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
}

.radiobtn+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
}

/*.radiobtn:checked + label{
    color: #FF6161;
}*/

.radiobtn:checked+label::after, .radiobtn:checked+label::before {
    border: 1px solid #FF6161;
}

/* ckbox */

.ckbox input[type=checkbox] {
    display: none;
}

.ckbox label {
    font-size: 2.0rem;
    line-height: 1;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em 1em 1em 2.5em;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ckbox label:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 1em;
    width: 20px;
    height: 20px;
    border: 1px solid #4d4d4d;
}

.ckbox input:checked+label:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 27px;
    width: 6px;
    height: 10px;
    border: #4d4d4d solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 958px) {
    .select_consul {
        background: #f2f2f2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 35px 20px;
    }
    .selects input[type="radio"]+label, .selects input[type="checkbox"]+label {
        margin: 0 0 20px;
        /*padding: 0 10px;*/
        height: auto;
        position: relative;
        cursor: pointer;
    }
    .selects input[type="radio"]+label img {
        max-width: 190px;
        width: 100%;
    }
    .selects input[type="checkbox"]+label img {
        max-width: 110px;
        width: 100%;
    }
    .selects input[type="radio"]+label img.ico_number {
        width: 30px;
    }
    .select_consul span {
        margin: 0 5px;
        max-width: 110px;
        width: calc((100% - 30px) / 3);
    }
    .select_consul span img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .select_consul {
        padding: 10px 10px;
    }
    .cols.date_cols {
        display: block;
    }
    .date_cols li:first-child {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .date_cols li:nth-child(2) {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .radiobtn+label {
        margin-right: 50px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 415px) {
    .selects input[type="checkbox"]+label img {
        width: 100%;
        max-width: 100px;
    }
    .selects input[type="checkbox"]+label {
        margin: 0 0 0;
        width: 100%;
    }

}

/*-------------------------------------
    confirm
-------------------------------------*/

.confirm .hd_lv3 {
    color: #4D4D4D;
}

.confirm .input_line {
    font-size: 2.0rem;
    padding: 12px 10px;
}

.confirm .date_cols, .confirm .form_cols {
    font-size: 2.0rem;
    padding: 12px 10px;
}

.confirm .form_cols li:first-child {
    margin-right: 60px;
}

.confirm .radio {
    position: relative;
    padding-left: 25px;
}

.confirm .radio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
}

.confirm .radio::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
}

.confirm .radio.checked_radio::before, .confirm .radio.checked_radio::after {
    border-color: #FF6161;
}

.confirm .ckbox .checked {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.confirm .ckbox .checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #4d4d4d;
}

.confirm .ckbox .checked:after {
    position: absolute;
    display: block;
    content: '';
    display: block;
    position: absolute;
    left: 0.6em;
    width: 0.5em;
    height: 1em;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    border-bottom: 3px solid #ff141e;
    border-right: 3px solid #ff141e;
    top: -14%;
}

.confirm .select_consul span img {
    opacity: 0.2;
}

.confirm .select_consul .checked img {
    opacity: 1;
}

.confirm .present_col {
    opacity: 0.2;
}

.confirm .present_col.checked, .confirm .present_col.icon {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .confirm .hd_lv3 {
        font-size: 2.0rem;
    }
    .confirm .input_line {
        font-size: 1.8rem;
    }
    .confirm .date_cols, .confirm .form_cols {
        font-size: 1.8rem;
    }
}

/*-------------------------------------
    complete
-------------------------------------*/

.complete {
    padding-top: 40px;
}

.comp_box {
    background: #f2f2f2;
    font-size: 2.4rem;
    padding: 30px 50px;
    margin-bottom: 240px;
    text-align: center;
}

.comp_box p {
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 500;
}

@media screen and (max-width: 736px) {
    .complete .hd_lv3 {
        font-size: 2.4rem;
    }
    .comp_box {
        font-size: 2.0rem;
        padding: 30px 30px;
    }
    .comp_box p {
        margin-bottom: 15px;
        line-height: 1.3;
        font-weight: 500;
    }
}

@media screen and (max-width: 480px) {
    .comp_box {
        margin-bottom: 50px;
    }
}

/*-------------------------------------
    copyright
-------------------------------------*/

small {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #087C83;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

@media screen and (max-width: 958px) {
    small {
        margin-left: 0;
    }
}

/*-------------------------------------
    err
-------------------------------------*/

.err_msg {
    font-size: 1em;
    background-color: #ffffff;
    color: #ff0000;
    font-weight: bold;
    border-radius: 0.3em;
    margin: 0.5em 1em 0 0;
}

.err_msg2 {
    font-size: 1em;
    color: #ff0000;
    font-weight: bold;
    border-radius: 0.3em;
    margin: 0.5em 1em 0 1em;
}

.err_msg>p {
    position: relative;
    padding: 0.5em 0.5em;
}

.err_msg>p:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    left: 0.3em;
    bottom: 100%;
    border-style: solid;
    border-width: 0 0.7em 0.7em 0.7em;
    border-color: transparent transparent rgb(0, 130, 180) transparent;
}

.err_msg>p:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    left: 0.5em;
    bottom: 100%;
    border-style: solid;
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent #ffffff transparent;
}

#err2 {
    margin-bottom: 5%;
}

/*チェックボックス*/

.checkbox {
    display: flex;
    justify-content: center;
}

.checkbox label {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 2em;
    width: auto;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.checkbox label span.txt {
    display: inline-block;
    line-height: 1.3;
    position: relative;
}

.checkbox label input {
    display: none;
}

.checkbox label input+span.txt::before {
    content: '';
    display: block;
    background: #fff;
    width: 1em;
    height: 1em;
    box-shadow: none;
    margin-right: 0.7em;
    position: absolute;
    left: -1.5em;
    border: 1px solid #001932;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox label input:checked+span.txt::after {
    position: absolute;
    display: block;
    content: '';
    display: block;
    position: absolute;
    left: -1.1em;
    width: 0.5em;
    height: 1em;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    border-bottom: 3px solid #ff141e;
    border-right: 3px solid #ff141e;
    top: -14%;
}

.checkbox2 label {
    content: '';
    display: block;
    background: #fff;
    width: 1em;
    height: 1em;
    box-shadow: none;
    margin-right: 0.7em;
    position: absolute;
    left: -1.5em;
    border: 1px solid #001932;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



/*特定商・プライバシーポリシー*/

.white_box {
    padding: 5%;
    text-align: justify;
	/*border: 2px solid #4b4b4b;*/
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
}

.confi .white_box.inputdata>div {
	padding-bottom: 1em;
}

.confi .white_box.inputdata>div:last-child {
	padding-bottom: 0;
}

.confi .white_box.inputdata>div>div {
	float: left;
}

.confi .white_box.inputdata>div>div:first-child {
	width: 9em;
}

.confi .white_box.inputdata>div>div:last-child {
	word-break: break-all;
	width: calc(100% - 9em);
}

.confi .white_box.lawtext {
	padding: 2%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.confi .white_box.lawtext>div {
	padding: 1%;
	height: 15em;
	overflow-y: scroll;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.confi .lawtext .scroll::-webkit-scrollbar-thumb {
	background: #FF7566;
	box-shadow: 0px 0px 0px 2px #ccc inset;
}

.confi .lawtext .scroll::-webkit-scrollbar-track-piece:start, .confi .lawtext .scroll::-webkit-scrollbar-track-piece:end {
	box-shadow: none;
	background: #ccc;
}

.lawtext .c2 {
	padding-top: 5em;
}

.lawtext h2 {
	font-size: 1.5em;
	font-weight: bold;
	/*display: none;*/
}

.lawtext h3 {
	font-size: 1em;
	/*font-weight: bold;*/
	font-weight: normal;
	padding-top: 1em;
}

.lawtext h3:first-letter {
	padding-right: 0.3em;
}

.lawtext p, .lawtext ul {
	padding-bottom: 0.5em;
}

.lawtext ul ul {
	padding-bottom: 0;
}

.lawtext li {
	position: relative;
}

.lawtext>div>ul {
	padding-left: 1.5em;
}

.lawtext ul span.dot {
	position: absolute;
	left: -1em
}

.lawtext ul span.num {
	position: absolute;
	left: -1.5em
}

.lawtext>div ul.num2_ul {
	padding-left: 2em;
}

.lawtext ul span.num2 {
	position: absolute;
	left: -2.5em
}

.lawtext>div ul.num3_ul {
	padding-left: 1.5em;
}

.lawtext ul span.num3 {
	position: absolute;
	left: -1em
}

.lawtext>div ul.num4_ul {
	padding-left: 1em;
}

.lawtext ul span.num4 {
	position: absolute;
	left: -1em
}

.lawtext>div ul.num5_ul {
	padding-left: 1em;
}

.lawtext ul span.num5 {
	position: absolute;
	left: -1em
}

@media screen and (max-width: 400px) {
    .lawtext h2 {
        font-size: 1.4em;
    }
}