@charset "utf-8";

/* *{
	outline: 1px solid red !important;
} */

/* Common
-----------------------------------*/
.pc{display: block;}
.sp{display: none;}
.pc_i{display: inline;}
.sp_i{display: none;}
html{
	font-size: 14px;
	height: 100%;
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 180%;
	height: 100%;
	font-weight: 500;
}
html body{
	height: 100%;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle;
}
svg{
	max-width: 100%;
	height: auto;
}
.inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* clearfix
-----------------------------------*/
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

/* Common
-----------------------------------*/
header{
	z-index: 9999;
	width: 100%;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
}
header .logo_area{
	float: left;
}
header .logo_area .logo{
	float: left;
	max-width: 180px;
}
header .logo_area h1{
	margin-top: 10px;
	padding-left: 15px;
	font-size: 1rem;
	float: left;
}
header .switch{
	cursor: pointer;
	width: 100%;
	margin-top: 5px;
	float: right;
	max-width: 110px;
}

/* mainVisual
-----------------------------------*/
#mainVisual{
	background: url(../images/bg_mainvisual.jpg);
	height: 1200px;
	text-align: center;
}
#mainVisual .new_text{
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 150px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
	margin-bottom: 40px;
}
#mainVisual .main01{
	max-width: 590px;
	margin: 0 auto;
}
#mainVisual h2{
	color: #FFF;
	font-size: 2.86rem;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 25px;
}
#mainVisual .txt{
	color: #FFF;
	font-size: 1.29rem;
	margin-bottom: 40px;
}
#mainVisual .list01{
	max-width: 620px;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 1.14rem;
}
#mainVisual .list01 li p{
	width: 130px;
	background: #FFF;
	font-weight: bold;
	padding: 5px;
	box-sizing: border-box;
	-webkit-border-radius: 70px;
	        border-radius: 70px;
}

#mainVisual .list01 li .sp_img{
	display: none;
}

#mainVisual .list02{
	max-width: 680px;
	margin: 0 auto 70px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 1.14rem;
}
#mainVisual .mainVisual_contact{
	background: rgba(255,255,255,0.85);
	padding: 30px 0 35px 0;
}
#mainVisual .mainVisual_contact h3{
	color: #0A8BBB;
	font-size: 1.93rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#mainVisual .mainVisual_contact .list02{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#mainVisual .mainVisual_contact .list02 li{
	width: 480px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}

/* Content01
-----------------------------------*/
#content01{
	padding: 110px 0 70px 0;
	background: linear-gradient(180deg, #fff 0%, #fff 40%, #F9FCFF 40%, #F9FCFF 100%);
}

#content01 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.57rem;
	line-height: 140%;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	color: #2D2D2D;
}
#content01 h3{
	font-size: 1.71rem;
	line-height: 140%;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	color: #2D2D2D;
}
#content01 .list01{
	width: 830px;
	margin: 100px auto 65px auto;
	display: flex;
	gap: 40px;
}

#content01 .list01 li{
	margin-right: 0;
}
#content01 .list01 li .list_container{
	color:#2D2D2D;
	position: relative;
	float: left;
	width: 204px;
	height: 159px;
	padding: 65px 20px 20px 20px;
	text-align: center;
	margin-bottom: 30px;
	background: rgba(255,255,255,0.8);
	border: 3px solid  #358CCE;
	-webkit-border-radius: 125px;
	        border-radius: 125px;
}

#content01 .list01 li h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#content01 .list01 li h4 span{
	font-size: 24px;
	padding-left: .2em;
}
#content01 .list01 li .txt01{
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
}
#content01 .list01 li .image{
	position: absolute;
	left: 50%;
	top: -35px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#content01 .list01 li .price{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2D2D2D;
}

#content01 .list01 li .price span{
	font-size: 24px;

}

#content01 .list01 li .triangle{
	text-align: center;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #519CD4;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#content01 .list01 li figure.last_price{
	text-align: center;
}

#content01 .price_up_img{
	text-align: center;
	margin-bottom: 30px;
}

#content01 .price_up_bottom_text{
	color: #2D2D2D;
	max-width: 850px;
	margin: 0 auto;
}


.btn_area .btn_title{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #0A8BBB;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 15px;
}

.btn_area .btn_box{
	display: flex;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	align-items: center;
}

.btn_area .btn_box .container_left{
	width: 40%;
	padding-right: 50px;
	padding: 20px 50px 10px 55px;
}

.btn_area .btn_box .container_left .small_text{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333333;
}

.btn_area .btn_box .container_left .line_btn_area a{
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #0BCF74;
	color: #fff;
	border-radius: 10px;
	padding: 20px 0;
	text-decoration: none;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.20);
}

.btn_area .btn_box .container_left .line_btn_area a:hover{
	opacity: 0.5;
}


.btn_area .btn_box .container_left .line_btn_area a span{
	display: block;
}

.btn_area .btn_box .container_left .line_btn_area a span.text{
	padding-left: 10px;
}

.btn_area .btn_box .container_right{
	width: 70%;
}



.btn_area .btn_box .container_right figure a{
	text-align: right;
	font-size: 40px;
	font-weight: bold;
}

.btn_area .btn_box .container_right figure a:hover{
	opacity: 0.5;
}

.btn_wrapper01 {
	padding: 100px 0;
}

.btn_wrapper02 .btn_area{
	padding:30px 0;
}



/* #content01 .list02{
	width: 610px;
	margin: 0 auto 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#content01 .list02 li{
	width: 183px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.7);
	border: 2px solid  #22A2D3;
	-webkit-border-radius: 90px;
	        border-radius: 90px;
} */
#content01 h5{
	padding: 10px;
	background: #E5E5E5;
	color: #21A2D2;
	font-weight: bold;
	font-size: 2.57rem;
	text-align: center;
	line-height: 180%;
	margin-bottom: 20px;
}

/* Content02
-----------------------------------*/
#content02{
	padding: 200px 0 160px 0;
	background: url(../images/bg_content02.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#content02 h2{
	margin-bottom: 120px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	color: #FFF;
}
#content02 h2 img,
#content02 h2 span{
	vertical-align: bottom;
}
#content02 h2 span{
	padding-left: 15px;
}
#content02 .content02_slider{
	position: relative;
}
#content02 .content02_slider .owl-item{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
#content02 .content02_slider .slider_navi{
	max-width: 1080px;
	width: 100%;
	position: absolute;
	z-index: 9998;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	   -moz-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	     -o-transform: translate(-50%);
	        transform: translate(-50%);
}
#content02 .owl-prev{
	float: left;
	margin-left: -40px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
}
#content02 .owl-next{
	float: right;
	margin-right: -40px;
	cursor: pointer;
	appearance: none;
	background: none;
	border: none;
	outline: none;
}


/* Content03
-----------------------------------*/
#content03 .content03_box01{
	padding: 120px 0;
}
#content03 .content03_box01 h2{
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	color: #2D2D2D;
}
#content03 .content03_box01 ul{
	margin: 0 auto 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#content03 .content03_box01 ul li{
	width: 490px;
}
#content03 .content03_box01 .txt01{
	font-size: 1.57rem;
	font-weight: bold;
	line-height: 272%;
	text-align: center;
	color: #2D2D2D;
}
#content03 .content03_box02{
	padding: 170px 0 180px 0;
	background: url(../images/bg_content03.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#content03 .content03_box02 h2{
	margin-bottom: 120px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	color: #2C2F31;
}
#content03 .content03_box02 h2 img,
#content03 .content03_box02 h2 span{
	vertical-align: bottom;
}
#content03 .content03_box02 h2 span{
	padding-left: 15px;
	padding-top: 3px;
}
#content03 .content03_box02 nav.case_nav{
	max-width: 760px;
	margin: 0 auto 55px;
}

#content03 .content03_box02 nav.case_nav div{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}


#content03 .content03_box02 nav.case_nav div button{
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 25px;
	color: #2C2F31;
	background-color: #fff;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
}

#content03 .content03_box02 nav.case_nav div button.selected{
	color: #fff;
	background-color:#0095CC;
}

#content03 .content03_box02 nav.case_nav div button.disabled{
	color: #2C2F31;
	background-color:#DDD;
	pointer-events: none;
}


#content03 .content03_box02 .case_list {
	position: relative;
}

#content03 .content03_box02 .case_list_wrapper{
	position: relative;
}

#content03 .content03_box02 .case_slider_navi {
    max-width: 1000px;
	width: 100%;
    position: absolute;
    z-index: 9998;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

#content03 .content03_box02 .case_slider_navi.disabled {
	visibility: hidden;
}


#content03 .content03_box02 .case_slider_navi button {
	background-color: transparent;
	border: none;
	position: absolute;
	cursor: pointer;
}


#content03 .content03_box02 .case_slider_navi button.owl-next {
	right: 0;
}


#content03 .content03_box02 .case_list .case_item{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    min-width: 450px;
	max-width: 450px;
    width: 100%;
    box-sizing: border-box;
}


#content03 .content03_box02 .owl-stage{
	display: flex;
}

#content03 .content03_box02 .owl-stage-outer{
	overflow: hidden;
}

#content03 .content03_box02 .case_list .case_item .case_top_area .case_name{
	background-color: #404040;
	color: #fff;
	font-weight: bold;
	padding: 7px 12px;
	border-radius: 10px;
	font-size: 18px;
}

#content03 .content03_box02 .case_list .case_item .case_top_area .case_name span{
	display: inline-block;
}

#content03 .content03_box02 .case_list .case_item .case_top_area{
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 25px;
}

#content03 .content03_box02 .case_list .case_item .case_top_area .day{
	padding: 0 .5em;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	margin-left: .5em;
}

#content03 .content03_box02 .case_list .case_item .case_top_area .remote{
	margin-left: .5em;
}

#content03 .content03_box02 .case_list .case_item .case_title{
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 20px;
}

#content03 .content03_box02 .case_list .case_item .case_text{
	color: #404040;
	margin-bottom: 25px;
}

#content03 .content03_box02 .case_list .case_item .case_price{
	padding: 15px 15px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	font-weight: bold;
	color: #404040;
}

#content03 .content03_box02 .case_list .case_item .case_price img{
	vertical-align: top;
}

#content03 .content03_box02 .case_list .case_item .case_price .price{
	font-size: 30px;
	padding-left: 10px;

}

#content03 .content03_box02 .case_list .case_item .case_price .yen{
	font-size: 18px;
}


#content03 .content03_box02 .case_list .case_item .place_area{
	padding: 15px 15px;
	border-bottom: 1px solid #707070;
	font-weight: bold;
	color: #404040;
	margin-bottom: 15px;
}

#content03 .content03_box02 .case_list .case_item .place_area img{
	vertical-align: top;
}


#content03 .content03_box02 .case_list .case_item .place_area .text{
	font-size: 18px;
	padding-left: 0.5em;

}


#content03 .content03_box02 .case_list .case_item .btn_area{
	text-align: center;
	margin-bottom: 15px;
}

#content03 .content03_box02 .case_list .case_item .btn_area a img{
	vertical-align: sub;
}

#content03 .content03_box02 .case_list .case_item .btn_area a .text{
	padding-left: 8px;
}

#content03 .content03_box02 .case_list .case_item .btn_area a{
	display: inline-block;
	background-color:#0B9ACF;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	max-width: 325px;
	padding: 20px 0;
	font-size: 28px;
	border-radius: 10px;
	border: 1px solid #0B9ACF;
}

#content03 .content03_box02 .case_list .case_item .btn_area a:hover{
	opacity: 0.5;
}

#content03 .content03_box02 .case_list .case_item .bottom_text{
	text-align: center;
	color: #AAAAAA;
	font-size: 14px;
}


/* Content04
-----------------------------------*/
#content04 .content04_box01{
	min-height: 500px;
	background: #F8F8F8;
}
#content04 .content04_box01 .images{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
#content04 .content04_box01 .images img{
	height: 100%;
	width: auto;
	max-width: none;
}
#content04 .content04_box01 .txt{
	width: 40%;
	height: 100%;
}
#content04 .content04_box01:nth-of-type(1) .images,
#content04 .content04_box01:nth-of-type(2) .txt{
	float: left;
}

#content04 .content04_box01:nth-of-type(2) .images,
#content04 .content04_box01:nth-of-type(1) .txt{
	float: right;
}
#content04 .content04_box01 .txt{
	padding: 4% 5%;
}
#content04 .content04_box01 .txt h3{
	font-size: 2.29rem;
	margin-top: 100px;
	margin-bottom: 30px;
	font-weight: bold;
}
#content04 .content04_box01 .txt table{
	width: 500px;
	margin-bottom: 50px;
	float: right;
}
#content04 .content04_box01 .txt table:last-of-type{
	margin-bottom: 0;
}
#content04 .content04_box01 .txt table th{
	width: 145px;
	vertical-align: middle;
}
#content04 .content04_box01 .txt table td{
	padding-left: 30px;
	vertical-align: middle;
}
#content04 .content04_box01 .txt table td h4{
	font-size: 1.71rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#content04 .content04_box01 .txt table td .txt02{
	font-size: 1.14rem;
}
#content04 .content04_box01 .txt .txt01{
	font-size: 1.14rem;
	max-width: 350px;
}

/* Content05
-----------------------------------*/
#content05{
	padding: 80px 0 140px 0;
}
#content05 h2{
	font-size: 2.29rem;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 20px;
	text-align: center;
}
#content05 p{
	text-align: center;
	font-size: 1.14rem;
	line-height: 160%;
	margin-bottom: 40px;
}
#content05 ul{
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#content05 ul li{
	width: 460px;
	margin-bottom: 20px;
	padding: 10px;
	border: 5px solid  #E6E6E6;
	font-size: 1.57rem;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
#content05 ul li span{
	color: #358CCE;
}

/* Content06
-----------------------------------*/
#content06{
	padding: 200px 0 170px;
	background: url(../images/bg_content06.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#content06 .content06_box01{
	padding: 60px;
	background: rgba(255,255,255,0.8);
}
#content06 .content06_box01 h2{
	color: #333333;
	font-size: 2.29rem;
	margin-bottom: 40px;
	padding: 10px 0;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	border: 2px solid  #ccc;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
}
#content06 .content06_box01 h3{
	font-size: 1.71rem;
	text-align: center;
	line-height: 160%;
	margin-bottom: 40px;
	color: #2D2D2D;
	font-weight: bold;
}
#content06 .content06_box01 ul{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#content06 .content06_box01 ul li{
	width: 205px;
	position: relative;
}
#content06 .content06_box01 ul li h4{
	font-size: 1.29rem;
	text-align: center;
	font-weight: bold;
	color: #0B8CBC;
	margin-bottom: 10px;
}
#content06 .content06_box01 ul li .thumb{
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
#content06 .content06_box01 ul li p{
	font-size: 1rem;
	color: #373A3C;
	font-weight: bold;
}

/* Contact Wrap
-----------------------------------*/
.contact_wrap{
	background: #F8F8F8;
	padding: 60px 0;
}
.contact_wrap h3{
	color: #0A8BBB;
	font-size: 1.93rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.contact_wrap .list02{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.contact_wrap .list02 li{
	width: 480px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
.contact_wrap table{
	width: 100%;
}
.contact_wrap table th,
.contact_wrap table td{
	padding: 10px;
	border: 1px solid  #323232;
}
.contact_wrap table th{
	width: 220px;
	text-align: center;
	color: #fff;
	background: #323232;
	vertical-align: middle;
	font-size: 1.29rem;
	font-weight: bold;
}
.contact_wrap table td{
	text-align: center;
	font-size: 1.14rem;
	font-weight: bold;
	vertical-align: middle;
}
#contact div#mfp_phase_confirm h4{
	margin-bottom: 30px;
	font-size: 2.5rem;
}
#contact table{
	margin-bottom: 60px;
}
#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td{
	font-size: 1rem;
	padding: 15px;
}
#contact table td input[type="radio"]{
	width: 20px;
	height: 20px;
}
#contact .txt table td label{
	/*font-size: 1.14rem;*/
	font-size: 1.29rem;
}

/* Contact
-----------------------------------*/
#contact{
	padding: 100px 0 50px 0;
}
#contact h2{
	font-weight: bold;
	text-align: center;
	font-size: 2.57rem;
	margin-bottom: 40px;
	color: #333333;
}
#contact .form_area table{
	width: 100%;
	margin-bottom: 30px;
}
#contact .form_area{
	margin-bottom: 70px;
}
#contact .form_area table th,
#contact .form_area table td{
	padding: 20px 5px;
	vertical-align: middle;
}
#contact .form_area table th{
	width: 235px;
	font-weight: bold;
	line-height: 120%;
	background: #22A3D3;
	color: #fff;
	font-size: 1.14rem;
	border: 1px solid  #22A3D3
}
#contact .form_area table td{
	border: 1px solid  #a3a3a3;
	font-size: 24px;
	color: #333;
}
#contact .form_area table td .p01{
	margin-bottom: 5px;
	font-size: 0.86rem;
}
#contact .form_area table td input[type="text"],
#contact .form_area table td input[type="tel"],
#contact .form_area table td input[type="email"],
#contact .form_area table td textarea{
	display: block;
	width: 100% !important;
	font-size: 24px;
	max-width: 100%;
	padding: 10px;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact .form_area table td textarea{
	height: 180px !important;
}
#contact .form_area table td input[type="checkbox"]{
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
#contact .form_area table td label.mfp_not_checked {
	border: none;
}
#contact .form_area table td label.mfp_checked {
	border: none;
	background-color: #E8EEF9;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contact .form_area table td label {
	border-top-style: none;
	margin: 3px;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}
#contact .form_area table td label span{
	vertical-align: middle;
}
#contact div.mfp_err{
	font-size: 1rem;
	font-weight: bold;
	padding-left: 5px;
	background: none;
}
#contact .txt01{
	text-align: center;
	font-size: 1.43rem;
	margin-bottom: 40px;
	font-weight: bold;
}
#contact .txt01 a{
	color: #000;
}
#contact button{
	padding: 15px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #EB5700;
	color: #fff;
	text-shadow: none;
	border: none;
	outline-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	cursor: pointer;
}

#contact button:hover{
	opacity: 0.5;
}

#contact button.submit_btn .icon{
	display: block;
	padding-right: 10px;
}

#contact button.submit_btn .text{
	display: block;
	color: #fff;
	font-size: 24px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

#contact .info_text{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-bottom: 50px;
}

#contact .info_text a{
	color: #333333;
}


/* Thanks
-----------------------------------*/
#thanks{
	padding: 100px 0 50px 0;
}
#thanks h2{
	font-weight: bold;
	text-align: center;
	font-size: 2.57rem;
	margin-bottom: 40px;
}
#thanks p{
	font-size: 1.14rem;
}

/* Footer
-----------------------------------*/
footer{
}
footer .logo_area{
	text-align: center;
	width: 450px;
	margin: 0 auto 60px auto;
}
footer .logo_area .logo{
	float: left;
	max-width: 180px;
}
footer .logo_area h2{
	margin-top: 10px;
	padding-left: 15px;
	font-size: 1rem;
	float: left;
}
footer .fNav{
	background: #358CCE;
	line-height: 120%;
	padding: 10px;
}
footer .fNav ul{
	text-align: center;
}
footer .fNav ul li{
	display: inline-block;
	font-size: 0.86rem;
	border-left: 1px solid  #fff;
}
footer .fNav ul li:last-child{
	border-right: 1px solid  #fff;
}
footer .fNav ul li a{
	padding: 0 10px;
	display: block;
	color: #fff;
}


/* Slidebars
-----------------------------------*/
.sb-slidebar{
	color: #fff;
	background: #358CCE !important;
}
.sb-slidebar .sb-close{
	width: 10%;
	cursor: pointer;
	float: right;
	text-align: right;
}
.sb-slidebar ul{
	clear: both;
	border-top: 1px solid  #ccc;
}
.sb-slidebar ul li{
	border-bottom: 1px solid  #ccc;
	font-size: 14px;
	font-weight: bold;
}
.sb-slidebar ul li a{
	position: relative;
	display: block;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
/*.sb-slidebar ul li a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	content:'\f105';
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 900;
}*/
.sb-slidebar ul li a:hover{
	color: #fff;
}
.sb-slidebar ul li a:hover:after{
	color: #fff;
}


/* TOP question
-----------------------------------*/

#new_content_question{
	background-color: #FCF4E8;
	padding: 90px 0;
}

#new_content_question .inner{
	max-width: 1100px;
}


#new_content_question .question_container{
	display: flex;
	justify-content: space-between;
}

#new_content_question .question_container .container_right h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}

#new_content_question .question_container .container_right h2 span{
	font-size:  50px;
}

#new_content_question .question_container .container_right .question_text{
	line-height: 1.625;
	margin-bottom: 60px;
}

#new_content_question .question_container .container_right .question_list{
	margin-bottom: 60px;
	counter-reset: count;
	position: relative;
	padding-left: 70px;
	box-sizing: border-box;
}

#new_content_question .question_container .container_right .question_list li{
	position: relative;
	border-bottom: 1px solid #B2B2CF;
	padding: 30px 0;
}

#new_content_question .question_container .container_right .question_list li p{
	padding-left: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;
}

#new_content_question .question_container .container_right .question_list li p span{
	color: #358CCE;
}

#new_content_question .question_container .container_right .question_list li::before{
	content: counter(count);
	counter-increment: count 1;
	position: absolute;
	top: 40px;
	left: 0;
	font-weight: bold;
	font-size: 40px;
	color: #0B8CBC;
}

#new_content_support{
	padding: 80px 0 30px;
	background-color: #F9FCFF;
}

#new_content_support h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	color: #2D2D2D;
}

#new_content_support p.sub_text{
	text-align: center;
	line-height: 1.625;
	margin-bottom: 40px;
	color: #2D2D2D;
}

#new_content_support .support_container{
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

#new_content_support .support_container .main_img{
	margin-bottom: 25px;
}

#new_content_support .support_container .img_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#new_content_support .support_container .text_container .img_title{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
	color: #2D2D2D;
}

#new_content_support .support_container .text_container .img_text{
	color: #2D2D2D;
}

#new_content_support h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	color: #2D2D2D;
}

#new_content_support .feature_container{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#new_content_support .feature_container .container_left,
#new_content_support .feature_container .container_right,
#new_content_support .feature_container .container_center{
	width: calc( 100% / 3);
	color: #2D2D2D;
}

#new_content_support .feature_container .container_left{
	width: ;
}

#new_content_support .feature_container .container_center{
	transform: translate(0,80px);
	width: 38%;
}


#new_content_support .feature_container .container_left .text_container,
#new_content_support .feature_container .container_right .text_container{
	margin-bottom: 100px;
}


#new_content_support .feature_container .container_left .text_container .img_title,
#new_content_support .feature_container .container_right .text_container .img_title{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
	color: #2D2D2D;
}

#new_content_support .feature_container .container_left .text_container .img_text,
#new_content_support .feature_container .container_right .text_container .img_text{
	color: #2D2D2D;
}

#voice{
	background-color: #FCF4E8;
	padding: 90px 0 100px;
}

#voice h2{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 30px;
	color: #2D2D2D;
}

#voice .sub_text{
	text-align: center;
	margin-bottom: 50px;
	color: #2D2D2D;
}

#voice .voice_list li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	justify-content: center;
	gap: 25px;
}

#voice .voice_list li .text_area{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	max-width: 630px;
	position: relative;
	border: 1px solid #EEEEEE;
	color: #404040;

}

#voice .voice_list li .text_area::before{
	position: absolute;
	top: 50px;
	left:-25px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 25px 12.5px 0;
	border-color: transparent #fff transparent transparent;
}


#voice .voice_list li .text_area .title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}


@media screen and (max-width: 768px){

	/* Common
	-----------------------------------*/
	.pc{display: none;}
	.sp{display: block;}
	.pc_i{display: none;}
	.sp_i{display: inline;}
	html{
		font-size: 14px;
	}
	.inner{
		width: auto;
		padding: 0 5%;
	}

	.mainvisual_box .inner{
		padding:  0 5% 1% 5%;
	}

	/* Common
	-----------------------------------*/
	header{
		z-index: 9999;
		width: 100%;
		padding: 10px 0;
		position: fixed;
		top: 0;
		left: 0;
		background: none;
		-webkit-transition: background 0.2s;
		   -moz-transition: background 0.2s;
		    -ms-transition: background 0.2s;
		     -o-transition: background 0.2s;
		        transition: background 0.2s;
	}
	header.active{
		background: rgba(255,255,255,0.9);
	}
	header .logo_area{
		max-width: 35%;
	}
	header .logo_area .logo{
		float: none;
		max-width: 100%;
		line-height: 100%;
	}
	header.active #logo_txt path,
	header.active #menu_group rect{
		fill: #000;
	}
	header .logo_area h1{
		display: none;
		font-size: 0.77rem;
		margin-top: 0;
		padding-left: 0;
		float: none;
	}
	header .switch{
		width: 100%;
		line-height: 100%;
		margin-top: 0.5%;
		max-width: 6%;
		text-align: right;
	}

	/* mainVisual
	-----------------------------------*/
	#mainVisual{
		background: none;
		height: 100%;
	}
	#mainVisual .mainvisual_box{
		height: 100%;
		background: url(../images/bg_mainvisual_sp.jpg);
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	#mainVisual .new_text{
		padding-top: 25%;
		margin: 0 auto;
		font-size: 1.4rem;
		margin-bottom: 5%;
		width: 100vw;
		margin: 0 calc(50% - 50vw) 5%;
	}
	#mainVisual .main01{
		max-width: 75%;
		margin: 0 auto 20px auto;
	}
	#mainVisual h2{
		font-size: 1.2rem;
		margin: 0 auto 30px auto;
		writing-mode: vertical-rl;
		text-align: left;
	}
	#mainVisual .txt{
		color: #FFF;
		font-size: 1rem;
		line-height: 160%;
		margin-bottom: 20px;
		text-align: left;
	}
	#mainVisual .txt br{
		display: none;
	}
	#mainVisual .list01{
		margin: 0 auto 10px auto;
		font-size: 1rem;
	}
	#mainVisual .list01 li{
		width: 48%;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#mainVisual .list01 li p{
		width: 100%;
		margin-bottom: 5px;
	}

	#mainVisual .list01 li .sp_img{
		display: block;
		text-align: center;
	}

	#mainVisual .list02 {
		display: none;
	}
	#mainVisual .mainVisual_contact{
		background: #eee;
	}
	#mainVisual .mainVisual_contact h3{
		line-height: 140%;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	#mainVisual .mainVisual_contact .list02{
		display: block;
	}
	#mainVisual .mainVisual_contact .list02 li{
		font-size: 1rem;
		width: auto;
		margin-bottom: 20px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#mainVisual .mainVisual_contact .list02 li:last-child{
		margin-bottom: 0;
	}
	#mainVisual .scroll{
		max-width: 15%;
		margin: 0 auto 40px auto;
		text-align: center;
	}

	/* Content01
	-----------------------------------*/
	#content01{
		padding: 60px 0;
		background: none;
	}
	#content01 h2{
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	#content01 h2 span{
		padding-top: 10px;
		font-size: 1rem;
	}
	#content01 h3{
		text-align: left;
		font-size: 1rem;
		margin-bottom: 30px;
	}
	#content01 h3 br{
		display: none;
	}
	#content01 .list01{
		width: auto;
		margin: 0 0 40px 0;
	}


	#content01 .list01{
		width: auto;
		margin: 0 0 40px 0;
		flex-direction: column;
	}
	#content01 .list01 li{
		display: flex;
		flex-direction: column;
	}

	#content01 .list01 li .list_container{
		float: none;
		width: auto;
		height: auto;
		padding: 15px;
		margin-bottom: 30px;
		margin-right: 0;
		background: rgba(255,255,255,0.8);
		border: 3px solid  #358CCE;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	#content01 .list01 li h4{
		font-size: 1.2rem;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid  #333;
	}
	#content01 .list01 li .image{
		max-width: 20%;
		margin: 0 auto 10px auto;
		position: static;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	#content01 .list01 li .txt01{
		text-align: left;
		line-height: 160%;
	}
	#content01 .price_up_img {
		margin-bottom: 15px;
	}
	#content01 .price_up_bottom_text {
		font-size: 12px;
		line-height: 1.5;
	}
	#content01 .list02{
		width: auto;
		margin: 0 auto 30px auto;
	}
	#content01 .list02 li{
		width: 48%;
		font-size: 0.79rem;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#content01 h5{
		font-size: 1.2rem;
		margin-bottom: 0;
	}

	.btn_area .btn_box {
		flex-direction: column;
		padding: 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			 box-sizing: border-box;
	}

	.btn_area .btn_box .container_right {
		width: 100%;
	}

	
	.btn_area .btn_box .container_left {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.btn_area .btn_box .container_left .small_text{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.btn_area .btn_box .container_left .line_btn_area a{
		font-size: 16px;
		padding: 10px 0;
		width: 98%;
		margin: 0 auto;
	}

	.btn_area .btn_box .container_left .line_btn_area a span.small_text{
		padding-left: 15px;
	}


	.btn_area .btn_title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.btn_area .btn_box .container_left .big_text {
		text-align: center;
		margin-bottom: 20px;
		font-size: 24px;
	}

	.btn_wrapper01 {
		padding: 50px 0;
	}


	/* Content02
	-----------------------------------*/
	#content02{
		padding: 60px 0 60px 0;
	}
	#content02 h2{
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	#content02 h2 img{
		max-width: 40%;
	}
	#content02 h2 span{
		padding-left: 5px;
	}
	#content02 .content02_slider .slider_navi{
		width: 100%;
		position: static;
		margin-top: 20px;
		text-align: center;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	#content02 .owl-prev{
		float: none;
		display: inline-block;
		max-width: 15%;
		margin-left: 0;
		padding: 0;
	}
	#content02 .owl-next{
		float: none;
		display: inline-block;
		max-width: 15%;
		margin-right: 0;
		padding: 0;
	}

	/* Content03
	-----------------------------------*/
	#content03 .content03_box01{
		text-align: left;
		padding: 60px 0;
	}
	#content03 .content03_box01 h2{
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	#content03 .content03_box01 ul{
		margin-bottom: 20px;
		/*display: block;*/
		text-align: center;
	}
	#content03 .content03_box01 ul li{
		width: 48%;
		margin-bottom: 20px;
	}
	#content03 .content03_box01 .txt01{
		text-align: left;
		font-size: 1rem;
		line-height: 140%;
	}
	#content03 .content03_box02{
		padding: 60px 0;
	}
	#content03 .content03_box02 h2{
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	#content03 .content03_box02 h2 img{
		max-width: 40%;
	}
	#content03 .content03_box02 h2 span{
		padding-left: 5px;
	}
	#content03 .content03_box02 .txt02{
		text-align: left;
		font-size: 1rem;
	}

	#content03 .content03_box02 nav.case_nav div {
		gap: 10px;
		justify-content: center;
	}


	#content03 .content03_box02 nav.case_nav div button {
		padding: 2.5px 10px;
		font-size: 16px;
		margin-bottom: 5px;
	}

	#content03 .content03_box02 nav.case_nav {
		margin: 0 auto 25px;
	}

	#content03 .content03_box02 .case_list .case_item {
		max-width: unset;
		min-width: unset;
		padding: 15px;
	}

	#content03 .content03_box02 .case_list .case_item .case_top_area .case_name {
		padding: 3px 8px;
		border-radius: 5px;
		font-size: 14px;
	}

	#content03 .content03_box02 .case_list .case_item .case_title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#content03 .content03_box02 .case_list .case_item .case_price .price {
		font-size: 24px;
		padding-left: 5px;
	}

	#content03 .content03_box02 .case_list .case_item .case_price .yen {
		font-size: 14px;
	}

	#content03 .content03_box02 .case_list .case_item .place_area .text {
		font-size: 14px;
		padding-left: 0.5em;
	}

	#content03 .content03_box02 .case_list .case_item .tag_area .tag {
		border-radius: 10px;
		padding: 2.5px 5px;
		margin-left: 5px;
		font-size: 13px;
	}

	#content03 .content03_box02 .case_list .case_item .btn_area a {
		max-width: 325px;
		padding: 10px 0;
		font-size: 24px;
		border-radius: 10px;
	}
	#content03 .content03_box02 .case_list .case_item .bottom_text {
		font-size: 12px;
	}


	#content03 .content03_box02 .case_list .case_item .case_top_area {
		font-size: 12px;
		margin-bottom: 10px;

	}

	#content03 .content03_box02 .case_slider_navi button {
		position: static;
	}

	#content03 .content03_box02 .case_slider_navi button.owl-next {
		right: unset;
		float: none;
		display: inline-block;
		max-width: 15%;
		margin-right: 0;
		padding: 0;
	}

	#content03 .content03_box02 .case_slider_navi button.owl-prev {
		float: none;
		display: inline-block;
		max-width: 15%;
		margin-left: 0;
		padding: 0;
	}



	/* Content04
	-----------------------------------*/
	#content04 .content04_box01{
		min-height: auto;
	}
	#content04 .content04_box01 .images{
		width: auto;
		height: 100%;
		overflow: hidden;
	}
	#content04 .content04_box01 .images img{
		height: auto;
		width: 100%;
	}
	#content04 .content04_box01:nth-of-type(1) .images,
	#content04 .content04_box01:nth-of-type(2) .txt,
	#content04 .content04_box01:nth-of-type(2) .images,
	#content04 .content04_box01:nth-of-type(1) .txt{
		float: none;
	}
	#content04 .content04_box01 .txt{
		width: auto;
		padding: 10% 5%;
	}
	#content04 .content04_box01 .txt h3{
		font-size: 1.2rem;
		margin-top: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#content04 .content04_box01 .txt table{
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}
	#content04 .content04_box01 .txt table th{
		width: 20%;
	}
	#content04 .content04_box01 .txt table td{
		padding-left: 3%;
	}
	#content04 .content04_box01 .txt table td h4{
		font-size: 1.2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#content04 .content04_box01 .txt table td .txt02{
		font-size: 1rem;
	}
	#content04 .content04_box01 .txt .txt01{
		font-size: 1rem;
		max-width: 100%;
	}

	/* Content05
	-----------------------------------*/
	#content05{
		padding: 60px 0;
	}
	#content05 h2{
		font-size: 1.38rem;
	}
	#content05 p{
		text-align: left;
		font-size: 1rem;
		margin-bottom: 30px;
	}
	#content05 ul{
		display: block;
	}
	#content05 ul li{
		text-align: left;
		width: auto;
		font-size: 1rem;
	}
	#content05 ul li br{
		display: none;
	}

	/* Content06
	-----------------------------------*/
	#content06{
		padding: 60px 0;
	}
	#content06 .content06_box01{
		padding: 10% 5%;
	}
	#content06 .content06_box01 h2{
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	#content06 .content06_box01 h3{
		text-align: left;
		font-size: 1rem;
		margin-bottom: 30px;
	}
	#content06 .content06_box01 h3 br{
		display: none;
	}
	#content06 .content06_box01 ul{
		display: block;
	}
	#content06 .content06_box01 ul li{
		width: auto;
		margin-bottom: 40px;
	}
	#content06 .content06_box01 ul li h4{
		font-size: 1rem;
		margin-bottom: 10px;
	}
	#content06 .content06_box01 ul li .thumb{
		text-align: center;
		background: #ECECEC;
	}

	/* Contact Wrap
	-----------------------------------*/
	.contact_wrap{
		padding: 30px 0 35px 0;
	}
	.contact_wrap h3{
		line-height: 140%;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_wrap .list02{
		display: block;
	}
	.contact_wrap .list02 li{
		font-size: 1rem;
		width: auto;
		margin-bottom: 20px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.contact_wrap .list02 li:last-child{
		margin-bottom: 0;
	}

	/* Contact
	-----------------------------------*/
	#contact{
		padding: 60px 0;
	}
	#contact h2{
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	#contact .form_area table{
		margin-bottom: 20px;
	}
	#contact .form_area{
		margin-bottom: 40px;
	}
	#contact .form_area table th,
	#contact .form_area table td{
		display: block;
		padding: 10px 5px;
	}
	#contact .form_area table th{
		width: auto;
		font-size: 1rem;
		border: 1px solid  #606060;
	}
	#contact .form_area table th br{
		display: none;
	}
	#contact .form_area table td{
		border: 1px solid  #a3a3a3;
		border-top: 1px solid  #606060;
	}
	#contact .form_area table td input{
		font-size: 1rem;
	}
	#contact .txt01{
		font-size: 1rem;
		margin-bottom: 40px;
	}

	/* Footer
	-----------------------------------*/
	footer{
	}
	footer .logo_area{
		width: auto;
		margin: 0 auto 40px auto;
	}
	footer .logo_area .logo{
		float: none;
		text-align: center;
		max-width: 45%;
		margin: 0 auto;
	}
	footer .logo_area h2{
		font-size: 0.77rem;
		margin-top: 0;
		padding-left: 0;
		float: none;
	}

	/* Slidebars
	-----------------------------------*/
	.sb-slidebar .sb-close{
		width: 15%;
	}

	/* TOP question
	-----------------------------------*/

	#new_content_question {
		padding: 35px 0 45px;
	}

	#new_content_question .inner {
		width: auto;
	}

	#new_content_question .question_container {
		flex-direction: column;
		gap: 30px;
	}

	#new_content_question .question_container .container_left figure{
		text-align: center;
	}

	#new_content_question .question_container .container_left figure img{
		width: 45%;
	}

	#new_content_question .question_container .container_right .question_list {
		margin-bottom: 30px;
		padding-left: 0;
	}

	#new_content_question .question_container .container_right h2 {
		font-size: 17px;
		margin-bottom: 40px;
		text-align: center;
	}

	#new_content_question .question_container .container_right .question_text {
		margin-bottom: 30px;
	}

	#new_content_question .question_container .container_right h2 span {
		font-size: 38px;
		line-height: 1.8;
	}

	#new_content_question .question_container .container_right .question_list li {
		padding: 15px 0;
	}

	#new_content_question .question_container .container_right .question_list li p {
		padding-left: 36px;
		font-size: 16px;
	}

	#new_content_question .question_container .container_right .question_list li::before {
		top: 20px;
		left: 10px;
		font-size: 20px;
	}

	#new_content_support {
		padding: 40px 0;
	}

	#new_content_support h2 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	#new_content_support .support_container {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 60px;
	}

	#new_content_support .support_container .text_container .img_title {
		font-size: 18px;
		margin-bottom: 7px;
	}

	#new_content_support h3 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	#new_content_support .support_container .main_img {
		text-align: center;
		margin-bottom: 10px;
	}

	#new_content_support .feature_container .container_left .text_container .img_title,
	#new_content_support .feature_container .container_right .text_container .img_title {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#new_content_support .support_container .img_container {
		justify-content: center;
		gap: 20px;
	}

	#new_content_support .feature_container {
		flex-direction: column;
	}

	#new_content_support .feature_container .container_left,
	#new_content_support .feature_container .container_right {
		width: 100%;
		display: flex;
		gap: 10px;
	}

	#new_content_support .feature_container .container_left .text_container,
	#new_content_support .feature_container .container_right .text_container {
		margin-bottom: 25px;
		width: 50%;
	}

	#new_content_support .feature_container .container_center {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		transform: translate(0,0);
	}

	#new_content_support .feature_container .container_center img{
		width: 45%;
	}

	#voice {
		padding: 45px 0 50px;
	}

	#voice h2 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	#voice .sub_text {
		margin-bottom: 15px;
	}

	#voice .voice_list li {
		flex-direction: column-reverse;
		gap: 35px;
	}

	#voice .voice_list li .text_area::before {
		top: unset;
		bottom: -37px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		border-style: solid;
		border-width: 25px 12.5px 0 12.5px;
		border-color: #fff transparent transparent transparent;
	}

	#voice .voice_list li .text_area .title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	#contact .info_text {
		font-size: 14px;
		margin-bottom: 25px;
	}


}