@charset "UTF-8";
body{
    color: #333333;
    font-size: 14px;
    font-family: "BIZ UDPMincho", serif;
    background-image: url(../img/background.webp);
    background-size: cover;
    background-attachment: fixed;
    background-color: #ffffff;
    background-position: 0% 70%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 0;
    letter-spacing: 1.5px;
}

a{
    text-decoration: none;
}

.container{
    background-color: #fdfdfc;
    max-width: 480px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#header_area{
    height: 80px;
}

.non_logo_image{
    padding-top: 25px;
}

.non_logo{
    height: 30px;
    vertical-align: middle;
}

.img1{
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}

/* トップスライダー */

.top-slider-wrapper{
    padding: 40px 0;
    background-color: #ffffff;
}

.slider-img{
    backface-visibility: hidden; /*追加*/
    margin: 0px;
}

.slider-pic{
    height: 40px;
    margin: 0 20px;
}




#faq_area{
    padding-bottom: 90px;
    background-color: #ffffff;
}

.faq_wrapper{
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
}

.faq_content{
    margin-bottom: 15px;
}

/* アコーディオン開始 */
/* ベース */
.faq_item{
	display: none;
    text-align: center;
    padding: 10px;
}

/* タイトル */
.faq_title{
    display: block;
	padding: 20px;
	color: #ffffff;
	background: #00487f;
    border-radius: 3px;
}

/* タイトル横の矢印 */
.faq_title::before{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	top: calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.faq_title, .faq_text{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .3s;
    font-weight: bold;
}

/* 本文 */
.faq_text{
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 1rem;
}

/* 開閉時 */
.faq_item:checked + .faq_title + .faq_text{
	height: auto;
	padding: 20px;
	transition: all 0.3s;
}

.faq_item:checked + .faq_title::before{
	transform: rotate(-45deg) !important;
}

.faq_detail{
    display: flex;
    line-height: 1.6;
}

.question_q, .answer_a{
    margin: 0;
}

.question_text{
    padding-right: 1.5rem;
}

.question_text, .answer_text{
    margin: 0;
    padding-left: 0.5rem;
    text-align: left;
}

.link_icon{
    width: 14px;
    margin-left: 7px;
}

.copyright{
    background-color: #333333;
    color: #ffffff;
    line-height: normal;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.8rem;
}

/* お問い合わせ開始 */

.req_text{
    color: #f14a34;
}

.contact_heading{
    line-height: normal;
    color: #ffffff;
    background-color: #00487f;
    padding: 20px 30px;
}

.contact_heading h1{
    text-align: center;
    font-size: 1.4rem;
}

.contact_heading p{
    text-align: left;
    font-size: 0.9rem;
    margin: 0;
}

.contact_contents{
    background-color: #fdfdfc;
    line-height: normal;
}

.contact_wrapper{
    padding: 45px 0 90px;
    width: 90%;
    margin: 0 auto;
}

.contact_method{
    margin-bottom: 60px;
}

.contact_method_heading{
    line-height: 1.6;
    border-left: 5px solid #00487f;
    margin-bottom: 20px;
    font-size: 0.6rem;
    padding-left: 10px;
}

.contact_method_heading h1{
    margin: 0;
    text-align: left;
    font-size: 1.3rem;
}

.contact_method_detail{
    text-align: left;
}

.tel-img{
    width: 300px;
}

.contact_table{
    width: 100%;
    border-collapse: collapse;
}

.contact_table th, .contact_table td{
    font-weight: bold;
    display: block;
}

.contact_table th{
    padding: 15px 0;
    font-size: 1.1rem;
}

.contact_header{
    color: #252525;
    margin: 0;
    text-align: left;
}

.contact_title{
    margin: 10px 0;
    text-align: left;
    font-weight: normal;
}

.contact_data{
    margin: 0 0 10px;
    text-align: left;
    font-size: 1.2rem;
}

.contact_detail{
    margin: 0 0 10px;
    text-align: left;
}

.contact_name, .contact_select, .contact_tel, .contact_date{
    padding: 12px;
}

.contact_select, .contact_tel{
    font-size: 1rem;
}

.contact_name{
    width: -webkit-fill-available;
    font-size: 1rem;
}

.contact_radio{
    display: grid;
}

.contact_address, .data_in{
    margin: 0;
}

.contact_text{
    font-size: 1rem;
    width: -webkit-fill-available;
    padding: 12px;
    margin: 0 0 10px;
}

.req{
    font-size: 1.1rem;
	color: #f14a34;
	font-weight: bold;
}

.form_wrapper{
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact_textarea{
    font-size: 1rem;
    resize: vertical;
    width: 100%;
    height: 200px;
    padding: 10px;
}

.g-recaptcha{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn_area{
    text-align: center;
}

.form_btn{
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.1rem;
    background-color: #f96712;
    padding: 15px 40px;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #f96712;
    border-radius: 3px;
    letter-spacing: 1.5px;
}

.subtext_area{
    margin: 0 auto;
    width: 90%;
    padding: 30px 0;
    line-height: 1.6;
    text-align: left;
}

.subtext_wrapper p{
    font-size: 1rem;
    text-align: left;
    margin: 0;
    line-height: 1.6;
}

.subtext_area_line{
    width: 30%;
}

.confirm_area{
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 60px;
    line-height: 1.6;
    text-align: left;
}

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

.confirm_item{
    border-bottom: 1px solid #989898;
}

.confirm_item h3{
    font-size: 1.1rem;
    margin: 20px 0 10px 0;
}

.confirm_item h4{
    font-size: 1.1rem;
    margin: 15px 15px 5px 15px;
}

.confirm_item p{
    font-size: 1.1rem;
    font-weight: bold;
    color: #00487f;
    margin-bottom: 15px;
    margin-top: 0;
}

.confirm_btn_area{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.confirm_next_btn, .confirm_prev_btn{
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 3px;
    color: #ffffff;
    letter-spacing: 1.5px;
}

.confirm_prev_btn{
    background-color: #585858;
    border: 2px solid #585858;
}

.confirm_next_btn{
    background-color: #f96712;
    border: 2px solid #f96712;
    margin-bottom: 8px;
}

.complete_area{
    width: 90%;
    padding: 60px 0 90px;
    margin: 0 auto;
}

.complete_img img{
    width: 30%;
}

.complete_title{
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.6;
}

.complete_title p{
    margin: 30px 0;
}

.return_area{
    line-height: normal;
    width: 60%;
    margin: 40px auto 0;
}

.return_to_top{
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.1rem;
    background-color: #ffffff;
    padding: 15px 40px;
    color: #333333;
    font-weight: bold;
    border: 2px solid #333333;
    border-radius: 3px;
}

.confirm_prev_btn{
    color: #ffffff;
    background-color: #585858;
    border: 2px solid #585858;
}

.fixed_banner{
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #ffffff00;
    border: none;
    padding: 0;
    width: 17%;
}

.fixed_banner_link{
    display: block;
    text-align: center;
}

.fixed_banner_pc{
    width: 100%;
    vertical-align: top;
}

.fixed_banner_sp{
    display: none;
    vertical-align: top;
}

@media screen and (min-width:541px){
    body{
        font-size: 1.2rem;
    }

    .form_btn:hover{
        background-color: #ffffff;
        color: #f96712;
        transition: all 0.3s;
        border: 2px solid #f96712;
    }

    .confirm_prev_btn:hover{
        color: #585858;
        background-color: #f9f9f9;
        transition: all 0.3s;
        border: 2px solid #585858;
    }

    .confirm_next_btn:hover{
        color: #f96712;
        background-color: #f9f9f9;
        transition: all 0.3s;
        border: 2px solid #f96712;
    }

    .return_to_top:hover{
        color: #ffffff;
        background-color: #333333;
        transition: all 0.3s;
        border: 2px solid #333333;
    }
}

@media screen and (max-width:540px){
    body{
        font-size: 1rem;
    }

    .fixed_banner{
        width: 100%;
    }

    .fixed_banner_pc{
        display: none;
    }
    
    .fixed_banner_sp{
        display: inline-block;
        width: 70%;
    }
}