@media screen and (max-width:828px) {

    table th,
    table td{
        display: block;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
}

.kv__image img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.l-head{
    text-align: center;
    margin-bottom: 80px;
}

.l-head h1{
    font-size: 3.2rem;
}
.l-head small{
    font-size: 1.6rem;
}

.l-anchor{
    margin-bottom: 40px;
}

.l-anchor ul{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 24px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
.l-anchor a{
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

.l-news{
    padding-bottom: 56px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 56px;
    box-sizing: border-box;
}
.l-news:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.l-news_time{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.l-news_head{
    font-size: 2rem;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 24px;
}
.l-news_head a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}
.l-news_inner{
    font-size: 1.6rem;
}

.l-news_btn{
    display: flex;
    margin-top: 32px;
    gap: 16px;
    flex-wrap: wrap;
}
.l-news_btn.--center{
    justify-content: center;
}
.l-news_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 56px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    background-color: #ddd;
}

@media screen and (min-width: 829px) {
    .l-news_column{
        display: flex;
        gap: 72px;
    }
    .l-news_pic{
        width: 40%;
    }
    .l-news_text{
        flex: 1;
    }
}

@media screen and (max-width: 828px) {
    .l-head{
        margin-bottom: 40px;
    }

    .l-head h1{
        font-size: 2.4rem;
    }

    .l-news_pic{
        margin-bottom: 24px;
    }
}

/* Contact
*********************************************************/
.l-contact_wrap{
    text-align: center;
    background-color: rgba(0, 183, 238, 0.05);
    margin-bottom: 56px;
    padding: 32px;
    box-sizing: border-box;
}
.l-contact_wrap h3{
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 500;
}
.l-contact_address{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    font-size: 3.5rem;
    font-weight: bold;
}
.l-contact_wrap time{
    font-size: 1.6rem;
}

.form__head{
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
}

.mw_wp_form table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.mw_wp_form table table{
    margin:0;
}

.mw_wp_form table th,
.mw_wp_form table td {
    padding: 24px 27px;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: left;
    border: solid 3px #fff;
    border-left: none;
    border-top: none;
    background: #FAFAFA;
    box-sizing: border-box;
}

.mw_wp_form table th {
    width: 250px;
    background: #aecde6;
    font-weight: 700;
}

.mw_wp_form table td{
    padding: 14px 23px;
}

.mw_wp_form table table th,
.mw_wp_form table table td{
    background: none !important;
    border: none !important;
    padding: 2px !important;
}

.mw_wp_form table table th{
    font-weight: normal;
    width: 174px;
    vertical-align: middle;
}

.mw_wp_form table th span {
    padding-right: 1em;
}

.mw_wp_form table th span.red {
    color: #FF0000;
}

.mw_wp_form table th span.gray {
    color: #999999;
}

.mw_wp_form table th span::before{
    content: "※";
    font-size: 1.6rem;
}

.mw_wp_form .check-agree{
    font-size: 1.6rem;
}

.mw_wp_form_confirm .check-agree,
.mw_wp_form_preview .check-agree{
    display: none;
}

.mw_wp_form .agree-wrap{
    font-size: 1.6rem;
    background:#f9f9f9;
    margin: 32px 0 64px;
    padding: 24px;
    box-sizing: border-box;
}

.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=tel] {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    box-sizing: border-box;
}

.mw_wp_form .var01 {
    width: 10em;
}

.mw_wp_form input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

.mw_wp_form input[type=checkbox] + label {
    display: inline-block;
    margin-bottom: 5px;
}

.mw_wp_form input.var02 {
    width: 10em;
}

.mw_wp_form .var03 {
    width: 8em;
}

.mw_wp_form select{
    height: 48px;
    max-width: 210px;
    width: 100%;
    text-align: center;
}

.mw_wp_form textarea {
    max-width: 777px;
    width: 100%;
    height: 10em;
    padding: 10px;
    box-sizing: border-box;
}

.mw_wp_form .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

.mw_wp_form .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

.mw_wp_form .btnWrap01 p {
    font-size: 1.4rem;
}

.mw_wp_form input[type=submit],
.mw_wp_form .btnWrap01 a,
.mw_wp_form .fm-modoru {
    appearance: none;
    border: none;
    width: 240px;
    line-height: 56px;
    color: #fff;
    border-radius: 40px;
    background: #116cb6;
    display: block;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.mw_wp_form input[type=submit]:hover,
.mw_wp_form .btnWrap01 a:hover,
.mw_wp_form .fm-modoru:hover{
    opacity: 0.6;
}

.mw_wp_form .fm-modoru{
    margin:0 auto;
    background: #666;
}

.mw_wp_form input[name=policy] {
    transform: scale(1.5);
}

.mw_wp_form label[for=policy] {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

.mwform-checkbox-field input,
.mwform-radio-field input{
	margin-right: 21px;
}
input[type=checkbox],
input[type=radio]{
	width: 20px;
	height: 20px;
	vertical-align: -4px;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell;
  width: auto;
}
.ui-datepicker th {
  padding: 0;
  font-size: 1.2rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 1.2rem;
}

.btn__wrap {
    margin: 80px auto 0;
}
.btn__wrap a{
    display: block;
    width: 240px;
    line-height: 56px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #116cb6;
    color: #fff;
    margin: 0 auto;
}

/* accordion */

.accbox label.acotitle {
    display: block;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label.acotitle h2:before {
    content: '▶';
    padding-right: 8px;
    color:#ccc;
    font-size:1.5rem;
}

.cssacc:checked + label.acotitle h2:before {
    content: '▼';
}

.accbox input.cssacc {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + label.acotitle + .accshow {
    height: auto;
    opacity: 1;
}

.error {
    background: pink;
    padding: 10px;
    margin-top: 10px;
}

.mw_wp_form table table .error {	
    margin-bottom: 20px;	
}	

@media screen and (min-width:829px) {
    .mw_wp_form .check-agree{
        line-height: 2;
    }
}

@media screen and (max-width:828px) {
    .l-contact_wrap .l-contact_address{
        display: flex;
        flex-direction: column;
    }
    .mw_wp_form input[type="file"] {
        box-sizing: border-box;
        width: 100%;
    }

    .form__head{
        font-size: 2rem;
    }
    .mw_wp_form table th,
    .mw_wp_form table td {
        display: block;
        width: 100%;
        border: none;
        box-sizing: border-box;
        padding: 20px;
    }
    .mw_wp_form table td{
        padding: 10px 15px;
    }
    .mw_wp_form input.var02 {
        width: 6em;
    }
    .mw_wp_form input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    .mw_wp_form .var03 {
        width: 4em;
    }

    .mw_wp_form .var03 + br + .var01 {
        margin-top: 20px;
    }

    .btnWrap01{
        text-align: center;
    }

    .mw_wp_form .check-agree{
        text-align: left;
    }
    .mw_wp_form .agree-wrap{
        text-align: center;
        margin: 20px 0 48px;
    }
}

@media screen and (max-width: 450px) {
    .l-contact_wrap h3{
        font-size: 2rem;
        line-height: normal;
    }
    .l-contact_wrap .l-contact_address{
        font-size: 2.6rem;
    }
    .l-contact_wrap time{
        font-size: 1.5rem;
    }
    .mw_wp_form input.var02{
        width: 5em;
    }
}


/* privacy-policy
*********************************************************/

.l-policy dt{
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 700;
}
.l-policy dd {
    margin-bottom: 40px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.l-policy dd:last-child{
    margin-bottom: 0;
}
.l-policy li{
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 2;
}
.l-policy li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}
.l-policy-link{
    display: inline;
    text-decoration: underline;
}
