@charset "utf-8";
/*
construction.css
各ページ固有のCSS
*/

/******************************************

header

*******************************************/
header {
	height: 100px;
}


@media screen and (max-width: 768px) {
header {
	padding: 0 10px;
}

}

#contact_fixed{
	display: none;
}

@media screen and (max-width: 768px) {
	#contact_fixed{
		display: block;
		position: fixed;
		bottom: 0;
		background-color: #0c326b;
		width: 100%;
		height: 90px;
		font-size: 1.2rem;
	}
	#contact_fixed a{
		color: #FFF;
	}
	#contact_fixed span{
		color: #FFF;
		font-size: 0.7rem;
	}
	.contact_fixed_txt {
		color: #FFF;
		font-size: 0.7rem;
	}
	.contact_fixed_att {
		color: #FFF;
		font-size: 0.6rem;
	}
	.contact_fixed_cont {
		display: flex;
		justify-content: center;
	}
	.contact_fixed_cont div{
		margin: 0 8px;
	}
	.contact_fixed_cont div img{
		width: auto;
		max-height: 32px;
	}
}



/* nav */	

#header{
	height: 100px;
	width:100%;
	display: flex;
	justify-content: space-between;
	background:#f6f3ee;
	text-align: center;
	padding: 0;
	margin: 0;
	filter:drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}

/*HeightMinというクラス名がついたら上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:100px;
	animation: DownAnime 0.5s forwards;
	top:0;
	background:#f6f3ee;
	margin: 0;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

#navArea{ 
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#navArea h1{ 
	display: block;
	width: 200px;
	height: auto;
	font-size: 0.7rem;
	line-height: 1.4rem;
	text-align: left;
	position: absolute;
	top:24px;
	left: 0;
}
#header.HeightMin #navArea h1{ 

}
nav ul{
list-style: none;
display: flex;
	justify-content: flex-start;
	margin: 0 0 0 230px;
}
nav ul li{
	height: 100px;
	padding: 34px 18px 0 18px;
}
nav ul li a{
    display: block;
    height: 100%;
    width: 100%;
text-decoration: none;
color: #222;
	border-bottom: solid 3px #f6f3ee;
}
nav ul li a:hover{
text-decoration: none;
color: #222;
	border-bottom: solid 3px #0c326b;
	padding: 0 0 20px 0;
   /* transition: none; */
}

#header.HeightMin nav ul li a{

}
#header.HeightMin nav ul{

}
#header.HeightMin nav ul li{

}
.uketsuke{
	position: absolute;
	top:20px;
	right: 0px;
	border-left: 2px solid #222;
	line-height: 1.2rem;
	text-align: left;
	padding-left: 16px;
}
.uketsuke a{
	font-size: 1.6rem;
	font-weight: 700;
}
.uketsuke span{
	font-size: 0.7rem;
	font-weight: normal;
    line-height: 90%;
}

@media screen and (max-width: 768px) {
/* nav */
#header,
#header.HeightMin{
	position: fixed;
	height: 52px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#f6f3ee;
	color:#fff;
	text-align: center;
	padding: 0;
    z-index: 999;/*最前面へ*/
	animation: none;
	margin: 0;
	filter: none;
}

#navArea,
#header.HeightMin #navArea{ 
	width: 100%;
	margin: 0 auto;
	position: static;
}

#navArea h1,
#header.HeightMin #navArea h1{ 
	display:block;
	width: 200px;
	height: 52px;
	float: left;
background: url("../img/common/img_logo.svg") no-repeat;	
background-size: 120px auto;
	background-position:  top 0 left 10px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
	
nav {
	display: block;
	position: fixed;
	top: 0;
	left: -220px;
	bottom: 0;
	width: 220px;
	background: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}
.open nav {
	left: 0;
	opacity: 1;
}
nav .inner {
	padding: 25px;
}
nav .inner ul,
#header.HeightMin nav .inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
nav .inner ul li,
#header.HeightMin nav .inner ul li  {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #222;
	width: 100%;
	padding:0;
	border-right: none;
}
nav ul li:first-child,
#header.HeightMin nav ul li:first-child{
	border-left: none;
	border-top: 1px solid #222;
}
nav .inner ul li a,
#header.HeightMin nav .inner ul li a{
	display: block;
	color: #222;
	font-size: 14px;
	padding: 30px 0 10px 0;
	text-decoration: none;
	transition-duration: 0.2s;
	border-bottom: none;
}
nav .inner ul li a:hover,
#header.HeightMin nav .inner ul li a:hover{
	color: #0c326b;
}
.uketsuke{
	display: none;
}
	
/* .toggle_btn */
.toggle_btn {
	display: block;
	position: fixed;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #222;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 4px;
}
.toggle_btn span:nth-child(2) {
	top: 14px;
}
.toggle_btn span:nth-child(3) {
	bottom: 4px;
}
.open .toggle_btn span {
	background-color: #FFF;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
/* #mask */
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}
}
/******************************************

footer

*******************************************/

.privacypolicy{
	padding: 15px 0;
	background-color: #f6f3ee;
	font-size: 0.9rem;
	margin-top: 100px;
}
.privacypolicy a{
	text-decoration: underline;
}
.privacypolicy a:hover{
	text-decoration: none;
}
footer {
	padding: 40px 0;
	background-color: #0c326b;
	color: #FFFFFF;
}
footer #ft_cont {
	width: 1000px;
	margin: 0 auto;
}
footer #ft_cont .ft_logo {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, "sans-serif";
	margin-bottom: 10px;
}
footer #ft_cont .ft_copy {
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}
footer #ft_cont .copyright {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 0.8rem;
	text-align: center;
	color: #FFFFFF;
}
#ft_contact{
	background-color: #ececec;
	padding: 60px 0;
	margin-top: 120px;
}

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

.privacypolicy{
	padding: 10px 0;
	background-color: #f6f3ee;
	font-size: 0.9rem;
}
	
footer {
	padding: 20px  20px 80px 20px;
}
footer #ft_cont {
	width: 100%;
	margin: 0 auto;
}
footer #ft_cont .ft_logo {
	text-align: center;
	font-weight: 900;
	font-size: 1.4rem;
	color: #2f4c8b;
	font-family: Arial, Helvetica, "sans-serif";
	margin-bottom: 10px;
}

footer #ft_cont .copyright {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 0.8rem;
	text-align: center;
}
.comp_link {
	position: fixed;
	bottom: 14px;
	right: 14px;
	z-index: 1000;
}
.comp_link img {
	height: 50px;
	width: auto;
}
	
}
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -60px;
	padding-top: 16px;
	cursor: pointer;
background: url("../img/common/img_pagetop.png") no-repeat center right;
    background-size: 100%; 
}
@media screen and (max-width: 768px) {
#page_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: -50px;
	padding-top: 16px;
	cursor: pointer;
background: url("../img/common/img_pagetop.png") no-repeat center right;
    background-size: 100%; 
}
}

#btn_contact {
	width: 80px;
	height: 250px;
	position: fixed;
	right: 0;
	top: 300px;
	cursor: pointer;
	filter:drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
#btn_contact  {
	display: none;
}
}
/******************************************

common

*******************************************/

.txt-justify{text-align: justify;}



.button_basic{
min-width:600px;
	display: inline-block;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: #0c326b;
	padding: 20px 50px;
    text-align: center;
    position: relative;
	border-radius: 100px;



}
.button_basic a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.button_basic::after{
    content: "";
    display: block;
    width: 22px;
    height: 22px;
	background: url('../img/common/img_arrow.png') no-repeat top 0 right 0 ;
	background-size: 22px 12px;
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
}

@media screen and (max-width: 768px) {
.button_basic{
	min-width:0;
    display: inline-block;	
    box-sizing: border-box;
	color: #FFF;
	line-height: 1.3rem;
	width: 100%;
	font-size: 0.9rem;
	background-color: #0c326b;
	padding: 20px 5px;
    text-align: center;
    position: relative;
	border-radius: 300px;

}
.button_basic span{
	color: #FFF;
	font-weight: 500;
	padding: 0;
    text-align: center;
}
.button_basic::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
	background: url('../img/common/img_arrow.png') no-repeat top 2px right 0 ;
	background-size: 16px 9px;
    position: absolute;
    top: calc(50% - 5px);
    right: 14px;
}
}

@media screen and (min-width: 768px) {
.sp_br {
	display: none;
}
}

#main {
	width: 1100px;
	height: auto;
	margin: 100px auto 0 auto;
}
#ttl_2nd {

}
h2 {
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	text-align: left;
	color: #FFF;
}
h2 p{
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-align: left;
	color: #FFF;
	margin-top: 20px;
}
h3 {
  position: relative;
  margin-bottom: 90px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}

h3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

h4 {
	color: #002f7b;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 15px;
	text-align: left;
  position: relative;
	padding-left: 30px;
}
h4:before {
  content: '';
  position: absolute;
  top: 50%;
	left: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #2f4c8b;

}

.txt_eng_ArialBlack{
	font-family: "Arial Black", Gadget, "sans-serif";
}
.ttl_2nd {
	margin: 0 0 50px 0;
}
.ttl_2nd_logo{
	margin: 0 auto;
	padding: 30px 50px;
	text-align: left;
}
.ttl_2nd_logo img{
	width: 240px;
	height: auto;
}

@media screen and (max-width: 768px) {
#main {
	width: 100%;
	margin: 40px auto;
	padding: 0 20px;
}
#ttl_2nd {
	padding: 52px 0 0 0;
}
h2 {
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	text-align: left;
	color: #FFF;
	padding: 0 20px;
}
h2 p{
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4rem;
	text-align: left;
	color: #FFF;
	margin-top: 10px;
}
h3 {
  position: relative;
  margin-bottom: 50px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

h3:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

h4 {
	color: #002f7b;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 15px;
	text-align: left;
  position: relative;
	padding-left: 30px;
}
h4:before {
  content: '';
  position: absolute;
  top: 50%;
	left: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #2f4c8b;

}
.txt_eng_ArialBlack{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 900;
}
.ttl_2nd {
	margin: 0 0 50px 0;
	padding: 52px 0 0 0;
}

}
#chousei{
	width: 100%;
	height:1px;
}
#chousei.HeightMin2{
	height:57px;
}
/******************************************

top

*******************************************/

#mainvisual{
  width: 100%;
  height: 580px;
	background: url('../img/top/img_main.jpg') no-repeat top center #FFF;	
	background-size: cover;
}
@media screen and (min-width: 1200px) {
#mainvisual{
  width: 100%;
  height: 580px;
	background: url('../img/top/img_main.jpg') no-repeat top center #FFF;	
	background-size: cover;
}
}
#mv_top{
    margin: 70px auto 90px auto;
    width: 90%;
}
@media screen and (max-width: 768px) {
#mv_top{
    margin: 30px auto 50px auto;
    padding: 0 20px;
    width: 100%;
}
}
	.copy_cont{
		width: 1100px;
		margin: 0 auto;
		text-align: left;
		padding-top: 190px;
	}
	.copy01 span{
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.2rem;
		margin-bottom: 20px;
	}
	.copy02-1{
	margin-top: 20px;
	}
	.copy02-1 span{
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0.4rem;
		background-color: #0c326b;
		color: #FFF;
		padding: 20px 15px 20px 20px;
		display: inline-block;
	}
	.copy02-2{
	margin-top: 10px;
	}
	.copy02-2 span{
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0.4rem;
		background-color: #0c326b;
		color: #FFF;
		padding: 20px 15px 20px 20px;
		display: inline-block;
	}
#top_banner{
    width: 1200px;
    margin: 0 auto;
}
#top_banner .topbr_cont{ 
 display: flex;
    justify-content: space-between;
}
#top_banner .topbr_cont div img{ 
width: 380px;
    height: auto;
}
#top {
	width: 1020px;
	margin: 0 auto;
}

.top_service {
	margin: 0 0 120px 0;
}
.top_service_cont {
	display: flex;
	justify-content: space-between;
	width: 1020px;
	margin: 0 auto 45px 0;
}

.top_service_cont .top_service_box,
.top_service_cont .top_service_boxL{
	position: relative;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}
.top_service_cont .top_service_box img{
  width: 486px;
  height: 240px;
	border-radius: 8px;
	filter:  brightness( 0.8 ) ;
	transition: none;
	opacity: 1 !important;
}
.top_service_cont .top_service_boxL img{
  width: 1020px;
  height: 240px;
	border-radius: 8px;
	filter:  brightness( 0.8 ) ;
	transition: none;
}
.top_service_cont .top_service_box img:hover,
.top_service_cont .top_service_boxL img:hover{
	filter:  brightness( 0.9 ) ;
	opacity: 1 !important;
}

.top_service_cont .top_service_box a,
.top_service_cont .top_service_boxL a{
	position: absolute;
  top:0;
  left:0;	
	width: 100%;
	height: 100%;
}

.top_service_cont .top_service_box .top_service_arrow img,
.top_service_cont .top_service_boxL .top_service_arrow img{
	position: absolute;
       top: 50%;
        transform: translate(0, -50%);
  right:-10px;
	width: 50px;
	height: 50px;
}
.top_service_cont .top_service_box .top_service_ttl,
.top_service_cont .top_service_boxL .top_service_ttl{
	position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	color:#FFF;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	width: 100% ;
}

.top_option {
	margin-bottom: 100px;
}
.top_option_cont {
	display: flex;
	width: 800px;
	flex-wrap: wrap;
	margin: 0 auto 30px auto;
justify-content: space-between;
}
.top_option_cont .top_option_box{
	font-size: 0.8rem;
	background-color: #FFF;
	width: calc(33.3% - 20px);
	margin-bottom: 30px;

}
.top_option_cont .top_option_box:after{
    content: "";
    display: block;
	width: calc(33.3% - 20px);
    height: 0;
}
.top_option_txt{
	width: 242px;
	height: 40px;
	font-size: 1rem;
	font-weight: 500;
	background: url('../img/common/img_arrowcircle.png') no-repeat top 4px left 0 ;
	background-size: 22px 22px;
	text-align: left;
	padding: 0 0 0 30px;
	margin: 14px 0 0 0;
}
.top_option_ph img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
}
.top_option_btn{
	border-radius: 100px;
	color: #FFF;
	background-color: #0c326b;
	padding: 20px 30px;
	display: inline-block;
}
.top_option_btn span{
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0 40px;
}
.top_option_btn::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
	background: url('../img/common/img_arrow.png') no-repeat top 2px right 0 ;
  background-size: contain;
  vertical-align: middle;
	transition: .4s;
}
.top_area_cont{
	width: 750px;
	height: 219px;
	margin: 0 auto;
	position: relative;
		background: url('../img/common/btn_area.jpg') no-repeat top 0 right 0 ;
	background-size: 750px 219px;
	cursor: pointer;
}
.top_area_cont:hover{
	opacity: 0.9;
}
.top_area_txt{
	position: absolute;
	top:140px;
	left: 400px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #4c4332;
}
.top_area_SP{
	display: none;
}
@media screen and (max-width: 768px) {
	#mainvisual{
  width: 100%;
  height: 50vh;
	background: url('../img/top/img_mainSP.jpg') no-repeat top center #FFF;	
	background-size: cover;
		padding-top: 52px;
}
	.copy_cont{
  width: 100%;
		margin: 0 auto;
		text-align: left;
		padding-top: 110px;
	}
	.copy01 span{
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0.2rem;
		margin-bottom: 0;
		margin-left: 10px;
	}
	.copy02-1{
	margin-top: 10px;
	}
	.copy02-1 span{
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0.2rem;
		background-color: #0c326b;
		color: #FFF;
		padding: 10px 5px 10px 10px;
		display: inline-block;
	}
	.copy02-2{
	margin-top: 5px;
	}
	.copy02-2 span{
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0.2rem;
		background-color: #0c326b;
		color: #FFF;
		padding: 10px 5px 10px 10px;
		display: inline-block;
	}
#top_banner{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
#top_banner .topbr_cont{ 
 display: block;
}
#top_banner .topbr_cont div img{ 
max-width: 380px;
    width: 100%;
    height: auto;
    margin: 10px 0;
}
#top {
	width: 100%;
	margin: 0 auto;
}

.top_service {
	margin: 0 0 60px 0;
}
.top_service_cont {
	display: block;
	width: 100%;
	margin: 0 auto ;
}

.top_service_cont .top_service_box,
.top_service_cont .top_service_boxL{
	position: relative;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	margin: 0 0 20px 0;
}
.top_service_cont .top_service_box img{
	width: 100%;
  height: auto;
	border-radius: 8px;
	filter:  brightness( 0.8 ) ;
	transition: none;
	opacity: 1 !important;
}
.top_service_cont .top_service_boxL img{
	width: 100%;
  height: auto;
	border-radius: 8px;
	filter:  brightness( 0.8 ) ;
	transition: none;
}
.top_service_cont .top_service_box img:hover,
.top_service_cont .top_service_boxL img:hover{
	filter:  brightness( 0.9 ) ;
	opacity: 1 !important;
}

.top_service_cont .top_service_box a,
.top_service_cont .top_service_boxL a{
	position: absolute;
  top:0;
  left:0;	
	width: 100%;
	height: 100%;
}

.top_service_cont .top_service_box .top_service_arrow img,
.top_service_cont .top_service_boxL .top_service_arrow img{
	position: absolute;
       top: 50%;
        transform: translate(0, -50%);
  right:-10px;
	width: 40px;
	height: 40px;
}
.top_service_cont .top_service_box .top_service_ttl,
.top_service_cont .top_service_boxL .top_service_ttl{
	position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	color:#FFF;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	line-height: 2rem;
	width: 100% ;
}

.top_option {
	margin-bottom: 40px;
}
.top_option_cont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 30px auto;
justify-content: space-between;
}
.top_option_cont .top_option_box{
	font-size: 0.8rem;
	background-color: #FFF;
	width: calc(50% - 10px);
	margin-bottom: 30px;

}
.top_option_cont .top_option_box:after{
    content: "";
    display: block;
	width: calc(50% - 10px);
    height: 0;
}

.top_option_txt{
	width: 100%;
	height: auto;
	font-size: 0.9rem;
	font-weight: 500;
	background: url('../img/common/img_arrowcircle.png') no-repeat top 6px left 0 ;
	background-size: 16px 16px;
	text-align: left;
	padding: 0 0 0 22px;
	margin: 10px 0 0 0;
}
.top_option_ph img{
	width: 100%;
	height: auto;
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
}
.top_option_btn{
	width: 100%;
	border-radius: 100px;
	color: #FFF;
	background-color: #0c326b;
	background-image: url('../img/common/img_arrow.png') no-repeat top 12px right 10px ;
	padding: 20px 0;
	display: inline-block;
	line-height: 1.4rem;
}
.top_option_btn span{
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0;
}

.top_option_btn::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
	background: url('../img/common/img_arrow.png') no-repeat top 2px right 0 ;
  background-size: contain;
  vertical-align: middle;
	transition: .4s;
}
	.top_area{
	margin: 0 auto;		
	}
.top_area_cont{
	width: 96%;
	height: auto;
	position: relative;
	background: none;
	cursor: pointer;
}
.top_area_cont:hover{
	opacity: 0.9;
}
.top_area_txt{

	display: none;
}
	.top_area_SP{
	display: block;
		width: 100%;
		height: auto;
	}
	.top_area_SP img{
		width: 100%;
		height: auto;
	}
}

/**SERVICE TOP**/

.ttl_service{
  width: 100%;
  height: 300px;
	background: url('../img/service/img_ttl_service.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;

}
.service_recommend{
	width: 1020px;
	margin: 0 auto 120px auto;
}
.service_recommend_ttl{
	background-color: #0c326b;
	color: #FFF;
	padding: 15px 8rem;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.service_recommend_box{
	width: 33.3%;
	border-left: #a3a3a3 solid 1px;
	padding: 20px 0;
}
.service_recommend_box:last-child{
	border-right: #a3a3a3 solid 1px;
}
.service_recommend_cont{
	display: flex;
	margin-top: 60px;
}
.service_recommend_txt{
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 30px;
}
.service_flow_outer{
	width: 850px;
	margin: 0 auto 120px auto;
}
.service_flow_cont{
	display: flex;
}
.service_flow_img img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
	margin-right: 75px;
}
.service_flow_txt{
	text-align: left;
}
.service_flow_arrow{
	padding: 40px 170px 40px 0;
	text-align: right;
}
.service_flow_step{
	font-size: 2.2rem;
	font-weight: 700;
	color: #406296;
	margin-bottom: 30px;
}
.service_flow_ttl{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 20px;	
}
.service_jirei_outer{
		width: 850px;
	margin: 0 auto 120px auto;
	text-align: left;
}
.service_jirei_arrow{
	text-align: center;
}
.service_beforeafter{
	margin: 0 auto 60px auto;
}
.service_beforeafter img{
	width: 100%;
	height: auto;
}
.service_beforeafter div{
	margin: 0 auto 60px auto;
}
.service_beforeafter_label{
	background-color: #0c326b;
	color: #FFF;
	display: inline-block;
	padding: 8px 30px;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0 20px 0;
	text-align: left;
}
.service_price{
	margin: 0 auto 120px auto;
}
.service_payment{
	border: #999999 solid 3px;
	border-radius: 8px;
	padding: 40px 50px;
	display: inline-block;

}
.service_payment_ttl{
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.service_pricelist{
	width: 1020px;
	text-align: center;
	margin: 0 auto 50px auto;
}
table.t-service{
  border-collapse:separate;
  border-spacing: 0;
	font-size: 1.2rem;
	margin: 0 auto;
}

table.t-service th.tb_rowF{
  border-radius: 5px 0 0 0;
  border-top: 3px solid #999999!important;
}
table.t-service th.tb_rowL {
  border-radius: 0 0 0 5px;
	  border-bottom: 3px solid #999999!important;
}

table.t-service th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 3px solid #999999;
}

table.t-service th.tb_top{
  text-align: center;
  background: #f6f3ee;
  border-left: 1px solid #999999;
  border-top: 3px solid #999999;
  border-bottom: 1px solid #999999;

  padding: 15px 60px;
}
table.t-service th.tb_row,
table.t-service th.tb_rowF,
table.t-service th.tb_rowL{
  text-align: center;
  background: #776b56;
	color: #FFF;
  border-left: 3px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;

  padding: 15px 60px;
}

table.t-service td{
  text-align: center;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top:none;

  padding: 15px 120px;
}
table.t-service td:last-child{
  border-right: 3px solid #999999;
}


table.t-service tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.t-service td.tb_tdL {
  border-bottom: 3px solid #999999!important;
}

@media screen and (max-width: 768px) {
	
.ttl_service{
  width: 100%;
  height: 200px;
	background: url('../img/service/img_ttl_service.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;

}
.service_recommend{
  width: 100%;
	margin: 0 auto 60px auto;
}
.service_recommend_ttl{
	background-color: #0c326b;
	color: #FFF;
	padding: 15px 2rem;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.service_recommend_box{
  width: 100%;
	display: flex;
	align-items: center;
	border-left: none;
	border-top: #a3a3a3 solid 1px;
	padding: 20px 0;
}
.service_recommend_box:last-child{
	border-right: none;
	border-bottom: #a3a3a3 solid 1px;
}
.service_recommend_cont{
	display: block;
	margin-top: 30px;
}
	.service_recommend_icn{
		width: 20%;
	}
	.service_recommend_icn img{
		width: 100%;
		height: auto;
	}
.service_recommend_txt{
	width: 80%;
	font-size: 1.1rem;
	font-weight: 500;
	margin-top: 0;
	padding-left:20px;
	text-align: left;
}
.service_flow_outer{
  width: 100%;
	margin: 0 auto 60px auto;
}
.service_flow_cont{
	display: block;
}

.service_flow_img img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
	margin-right: 0;
  width: 100%;
	height: auto;
}
.service_flow_txt{
	text-align: left;
}
.service_flow_arrow{
	padding: 30px  0;
	text-align: center;
}
.service_flow_arrow img{
	width: 10%;
	height: auto;
}
.service_flow_step{
	font-size: 1.8rem;
	font-weight: 700;
	color: #406296;
	margin-bottom: 20px;
	margin-top: 20px;
}
.service_flow_ttl{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 10px;	
}
.service_jirei_outer{
  width: 100%;
	margin: 0 auto 60px auto;
	text-align: left;
}
.service_jirei_arrow{
	text-align: center;
}
.service_jirei_arrow img{
	width: 40px;
	height: auto;
	margin: 30px 0;
}
.service_beforeafter{
	display: block;
	margin: 0 auto 0 auto;
}
.service_beforeafter img{
  width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.service_beforeafter div{
	margin: 0 auto 10px auto;
}
.service_beforeafter_label{
	background-color: #0c326b;
	color: #FFF;
	display: inline-block;
	padding: 6px 30px;
	font-size: 0.8rem;
	font-weight: 500;
	margin: 10px 0 15px 0;
	text-align: left;
	
}
.service_price{
	margin: 0 auto 60px auto;
}
.service_payment{
	border: #999999 solid 3px;
	border-radius: 8px;
	padding: 30px 20px;
	display: inline-block;

}
.service_payment_ttl{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.service_pricelist{
  width: 100%;
	text-align: center;
	margin: 0 auto 50px auto;
}
table.t-service{
  border-collapse:separate;
  border-spacing: 0;
	font-size: 1rem;
	margin: 0 auto;
	width: 100%;
}

table.t-service th.tb_rowF{
  border-radius: 5px 0 0 0;
  border-top: 3px solid #999999!important;
vertical-align: middle;
}
table.t-service th.tb_rowL {
  border-radius: 0 0 0 5px;
	  border-bottom: 3px solid #999999!important;
}

table.t-service th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 3px solid #999999;
}

table.t-service th.tb_top{
  text-align: center;
  background: #f6f3ee;
  border-left: 1px solid #999999;
  border-top: 3px solid #999999;
  border-bottom: 1px solid #999999;

  padding: 10px 10px;
}
table.t-service th.tb_row,
table.t-service th.tb_rowF,
table.t-service th.tb_rowL{
  text-align: center;
  background: #776b56;
	color: #FFF;
  border-left: 3px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;

  padding: 10px 10px;
}

table.t-service td{
  text-align: center;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top:none;

  padding: 10px 10px;
}
table.t-service td:last-child{
  border-right: 3px solid #999999;
}


table.t-service tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.t-service td.tb_tdL {
  border-bottom: 3px solid #999999!important;
}	
	
}


/**IHIN**/

.ttl_ihin{
  width: 100%;
  height: 300px;
	background: url('../img/service/img_ttl_ihin.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;

}

@media screen and (max-width: 768px) {
	
.ttl_ihin{
  width: 100%;
  height: 200px;
	background: url('../img/service/img_ttl_ihin.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;

}
	
}

/**SEIZEN**/

.ttl_seizen{
  width: 100%;
  height: 300px;
	background: url('../img/service/img_ttl_seizen.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}

@media screen and (max-width: 768px) {
	
.ttl_seizen{
  width: 100%;
  height: 200px;
	background: url('../img/service/img_ttl_seizen.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
	
}

/**REMOVAL**/

.ttl_removal{
  width: 100%;
  height: 300px;
	background: url('../img/service/img_ttl_removal.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}

@media screen and (max-width: 768px) {
	
.ttl_removal{
  width: 100%;
  height: 200px;
	background: url('../img/service/img_ttl_removal.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
	
}

/**CLEANING**/

.ttl_cleaning{
  width: 100%;
  height: 300px;
	background: url('../img/service/img_ttl_cleaning.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}

@media screen and (max-width: 768px) {
	
.ttl_cleaning{
  width: 100%;
  height: 200px;
	background: url('../img/service/img_ttl_cleaning.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
	
}

/**OPTION**/

#option {
	width: 1020px;
	margin: 0 auto 120px auto;
}
.ttl_option{
  width: 100%;
  height: 300px;
	background: url('../img/option/img_ttl_option.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;

}
.ttl_txt {
	width: 1020px;
	margin: 0 auto;
	padding: 140px 0 0 0;
}
.option_cont_outer{

}
.option_cont {
	display: flex;
	width: 800px;
	flex-wrap: wrap;
	margin: 0 auto 0 auto;
justify-content: space-between;

}
.option_cont .option_box{
	background-color: #FFF;
	width: 370px;


}
.option_ttl{
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
	padding: 0 ;
	margin: 30px 0 0 0;
	color: #003a90;
}
.option_txt{
	width: 370px;
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	color: #222;
	margin-top: 15px;
	
	padding-bottom: 30px;
}
.option_txt div{
	font-size: 1.2rem;
	font-weight: 500;
	text-align: left;
	color: #222;
	margin-bottom: 5px;
}
.option_ph img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
}

@media screen and (max-width: 768px) {
	
#option {
	width: 100%;
	margin: 0 auto;
}
.ttl_option{
  width: 100%;
  height: 200px;
	background: url('../img/option/img_ttl_option.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;

}
.ttl_txt {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;

}

.option_cont {
	display: block;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto 30px auto;
}
.option_cont .option_box{
	background-color: #FFF;
	width: 100%;
	margin-bottom: 40px;
}
.option_ttl{
	font-size: 1.2rem;
	font-weight: 500;
	text-align: left;
	padding: 0 ;
	margin: 20px 0 0 0;
	color: #003a90;
}
.option_txt{
	width: 100%;
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	color: #222;
	margin-top: 10px;
}
.option_txt div{
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	color: #222;
}
.option_ph img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
	width: 100%;
	height: auto;
}	
	
}



/**WithPRIEST**/

#withpriest {
	width: 880px;
	margin: 0 auto 120px auto;
}
.ttl_withpriest{
  width: 100%;
  height: 300px;
	background: url('../img/service/img_ttl_kuyou.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}
.withpriest_outer{
	margin: -20px 0 120px 0;
}

.withpriest_cont{
 text-align: left;
	margin:  0 0 40px 0;
}
.withpriest_cont_flex{
 text-align: left;
	display: flex;
	justify-content: space-between;
	margin:  0 0 40px 0;
}
.withpriest_cont span{
	    background:linear-gradient(transparent 60%, #f8f3e6 60%);
}
.withpriest_cont_flex img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
}
.withpriest_imgL{
	margin-right: 30px;
}
.withpriest_imgR{
	margin-left: 30px;
}

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

#withpriest {
  width: 100%;
	margin: 0 auto 120px auto;
}
.ttl_withpriest{
  width: 100%;
  height: 200px;
	background: url('../img/service/img_ttl_kuyou.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.withpriest_outer{
	margin: 0 0 60px 0;
}

.withpriest_cont{
 text-align: left;
	margin:  30px 0 0 0;
}
.withpriest_cont_flex{
 text-align: left;
	display: block;
	margin:  30px 0 0 0;
}
.withpriest_cont span{
	    background:linear-gradient(transparent 60%, #f8f3e6 60%);
}
.withpriest_cont_flex img{
	filter:  drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
	border-radius: 8px;
  width: 100%;
	height: auto;
}
.withpriest_imgL{
	margin-right: 0;
	margin-bottom: 30px;
}
.withpriest_imgR{
	margin-left: 0;
	margin-top: 30px;
}
	
}

/**AREA**/

.ttl_area{
  width: 100%;
  height: 300px;
	background: url('../img/area/img_ttl_area.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}
.service_area_top_outer{
	background-color: #f6f3ee;
	padding: 60px 0;
}
.service_area_top_cont{
	width: 1020px;
	margin: 0 auto;
	display: flex;
	align-items:flex-start;
}
.service_area_top_taiou{
	width: 150px;
}
.service_area_top_map{
	width: 400px;
	margin-right: 40px;
}
.service_area_top_name{
	width: 430px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
	padding-top: 40px;
}
.service_area_top_name div{
   width: 208px;
	height: 3rem;
	font-size: 1.1rem;
	color: #FFF;
	border-radius: 100px;
	background-color: #0c326b;
	padding: 10px 0;
	margin-bottom: 16px;	
    position: relative;
	cursor: pointer;
}
.service_area_top_name div a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service_area_top_name div::before{
    content: "";
    width: 20px;
    height: 20px;
	background: url('../img/common/img_arrow.png') no-repeat top 0 right 0 ;
	background-size: 18px 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
}

.service_area_placename_cont{
	width: 1020px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
}
.service_area_placename_box{
	width: 480px;
	margin-bottom: 60px;
  padding-top: 220px;
  margin-top: -220px
}
.service_area_placename{
	font-size: 1.4rem;
	font-weight: 500;
	border-bottom: 2px solid #a69881;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.service_area_placename_detail{
	font-size: 0.9rem;
	text-align: left;
}
@media screen and (max-width: 768px) {
	
.ttl_area{
  width: 100%;
  height: 200px;
	background: url('../img/area/img_ttl_area.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.service_area_top_outer{
	background-color: #f6f3ee;
	padding: 60px 20px;
}
.service_area_top_cont{
  width: 100%;
	margin: 0 auto;
	display: block;
}
.service_area_top_taiou{
  width: 100%;
}
.service_area_top_taiou img{
  width: 30%;
	height: auto;
}
.service_area_top_map{
  width: 100%;
	margin-right: 0;
	margin-top: 20px;
}
.service_area_top_map img{
  width: 70%;
	height: 100%;
}
.service_area_top_name{
  width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
	padding-top: 40px;
}
.service_area_top_name div{
  width: calc( 50% - 5px );
	height: 3rem;
	font-size: 0.9rem;
	color: #FFF;
	border-radius: 100px;
	background-color: #0c326b;
	padding: 10px 0;
	margin-bottom: 16px;	
    position: relative;
	cursor: pointer;
}
.service_area_top_name div a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service_area_top_name div::before{
    content: "";
    width: 16px;
    height: 16px;
	background: url('../img/common/img_arrow.png') no-repeat top 0 right 0 ;
	background-size: 16px 9px;
    position: absolute;
    top: calc(50% - 5px);
    right: 16px;
}

.service_area_placename_cont{
  width: 100%;
	margin: 0 auto;
	padding: 80px 20px 0 20px;
	display: block;

}
.service_area_placename_box{
  width: 100%;
	margin-bottom: 60px;
  padding-top: 80px;
  margin-top: -80px;
}
.service_area_placename{
	font-size: 1.4rem;
	font-weight: 500;
	border-bottom: 2px solid #a69881;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.service_area_placename_detail{
	font-size: 0.9rem;
	text-align: left;
}
}


/**COMPANY**/

.ttl_company{
  width: 100%;
  height: 300px;
	background: url('../img/company/img_ttl_company.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}
.company_outer{
	width: 1020px;
	margin: 80px auto 0 auto;
}
table.t-company {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 100px;
}
table.t-company tbody th {
	padding: 14px 1rem;
	border-bottom: #303030 solid 1px;
	border-top:  #303030 solid 1px;
	vertical-align: top;
	white-space: nowrap;
	width: 10rem;
}
table.t-company tbody tr:last-child th {
	border-bottom: #303030 solid 1px;
	white-space: nowrap;
}
table.t-company tbody td {
	text-align: left;
	padding: 0;
	border-bottom: #939393 solid 1px;
	border-top: #939393 solid 1px;
	vertical-align: top;
}
table.t-company tbody td span {
	padding: 14px 0 14px 1rem;
	display: table-cell;
}


@media screen and (max-width: 768px) {
	
.ttl_company{
  width: 100%;
  height: 200px;
	background: url('../img/company/img_ttl_company.jpg') no-repeat top center #FFF;	
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.company_outer{
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 0 20px;
	font-size: 0.9rem;
}
table.t-company {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
}
table.t-company tbody th {
	padding: 7px 1rem 0 1rem;
	border-bottom: none;
	border-top:  #303030 solid 1px;
	vertical-align: top;
	white-space: nowrap;
	display: block;
	width: 100%;
}
table.t-company tbody tr:last-child th {
	border-bottom: none;
	white-space: nowrap;
	display: block;
}
table.t-company tbody td {
	text-align: left;
	padding: 0;
	border-top: none;
	border-bottom: none;
	vertical-align: top;
	display: block;
}
table.t-company tbody tr:last-child td {
	border-bottom:  #303030 solid 1px;
}
table.t-company tbody td span {
	padding: 0 0 7px 1rem;
	display: table-cell;
	display: block;
}

}

/**FAQ**/

.ttl_faq{
  width: 100%;
  height: 300px;
	background: url('../img/faq/img_ttl_faq.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
	border-bottom: 1px solid #ccc;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border-top: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.1rem;
    font-weight: 500;
    padding: 40px 0 30px 50px;
    transition: all .5s ease;
	text-align: left;
	background: url('../img/faq/img_Q.png') no-repeat top 38px left 0 ;
	background-size: 30px 30px;	
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 18px;
    height: 2px;
    background-color: #0c326b;
    
}
.title::before{
    top:50px;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:50px;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
	padding: 0 0 30px 50px;
	background: url('../img/faq/img_A.png') no-repeat top 0 left 0 ;
	background-size: 30px 30px;	
}

@media screen and (max-width: 768px) {
	
.ttl_faq{
  width: 100%;
  height: 200px;
	background: url('../img/faq/img_ttl_faqSP.jpg') no-repeat top center #FFF;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
	border-bottom: 1px solid #ccc;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border-top: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: 500;
    padding: 20px 36px 10px 36px;
    transition: all .5s ease;
	text-align: left;
	background: url('../img/faq/img_Q.png') no-repeat top 22px left 0 ;
	background-size: 22px 22px;	
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 14px;
    height: 2px;
    background-color: #0c326b;
    
}
.title::before{
    top:32px;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:32px;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
	padding: 0 36px 5px 36px;
	background: url('../img/faq/img_A.png') no-repeat top 0 left 0 ;
	background-size: 22px 22px;	
}
}

/**PRIVACYPOLICY**/
#privacypolicy {
	width: 1020px;
	margin: 0 auto 120px auto;
}
.ttl_privacypolicy{
  width: 100%;
  height: 300px;
	background: url('../img/privacypolicy/img_ttl_privacypolicy.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}
#privacypolicy div{
	margin-bottom: 30px;
	text-align: left;
}
#privacypolicy p{
	font-weight: 500;
}
@media screen and (max-width: 768px) {
#privacypolicy {
	width: 100%;
	margin: 0 auto;
}	
.ttl_privacypolicy{
  width: 100%;
  height: 200px;
	background: url('../img/privacypolicy/img_ttl_privacypolicy.jpg') no-repeat top center #FFF;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}

}




/**CONTACT**/

#contact {
	width: 720px;
	margin: 0 auto 120px auto;
}
.ttl_contact{
  width: 100%;
  height: 300px;
	background: url('../img/contact/img_ttl_contact.jpg') no-repeat top center #FFF;	
	background-size: cover;
 position: relative;
}



.contact_tel{
	border-top: solid 1px #222;
	text-align: left;
	padding: 50px 0 ;
	margin: 60px 0 0 0;
}
.contact_tel_ttl{
	font-size: 1.4rem;
	font-weight: 700;
	padding: 5px 0 40px 55px;
	background: url('../img/common/icn_tel.png') no-repeat top left ;
background-size: 40px 40px;
}
.contact_telno a{
	font-weight: 700;
	font-size: 2.8rem;
	color: #2f4c8b;
	font-family: "Arial Black", Gadget, "sans-serif";

}
.contact_tel .contact_tel_att{
    display: flex;
}
.contact_mail{
	border-bottom: solid 1px #222;
	border-top: solid 1px #222;
	text-align: left;
	padding: 50px 0 0 0;
}
.contact_mail_ttl{
	font-size: 1.4rem;
	font-weight: 700;
	padding: 5px 0 40px 55px;
	background: url('../img/common/icn_contact.png') no-repeat top left ;
background-size: 40px 40px;
}
.form_hissu{
	color: #fff; 
	margin-left: 10px;
	background-color: #2b4c8b;
	font-size: 0.7rem;
	padding: 3px 5px;
}
.form_lead p { padding-top: 10px;}
.form_box { padding:  0;
	margin: 40px 0 30px 0;

}
.form_ttl_eng{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 700;
	font-size: 1.2rem;
	margin-left: 10px;
}
.form_ttl_jp{
	font-size: 1.1rem;
	font-weight: 700;
}

.inquiry_telno{ font-size:1.6rem;}
a.historyback { color:#000; font-weight:bold;}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus{
  background: #f7f7f7; /*フォーカス時背景色*/
}
textarea:focus {
  background: #f7f7f7; /*フォーカス時背景色*/
	
}
input[type="text"],
textarea {
    padding: 0.8rem;
    outline: none;
    border: solid 1px #2b4c8b;
    font-size: 1rem;
}
input::placeholder {
  color: #cccccc;
}

input.sysNextSubmit {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1rem 5rem;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	color: #FFF;
	background: #2b4c8b;
	border-radius: 6px;
	border:solid 1px #2b4c8b;
	transition: .4s;
	margin: 20px 0 60px 0;
 cursor:pointer;
}
input.sysNextSubmit:hover {
	color: #2b4c8b;
	background: #FFF;
}

.radio-input + label{
  padding-left: 2rem;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
	background-color: #FFF;
}
.radio-input:checked + label{

}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #d0946f;
  border-radius: 50%;
}
/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #214c8d;
    border-bottom: 3px solid #214c8d;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 10px 30px 10px 10px;
	font-size: 1rem;
	line-height: 1.1em;
	border-radius: 5px;
	border: 2px solid #968476;
	background-image: url(../img/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #FFF;
	color: #321600;

}
.toiform_shimei,
.toiform_mailaddress,
.toiform_mailaddress2,
.toiform_tel
{width: 30rem;}
.toiform_address1,
.toiform_address2
{width: 30rem;}
.toiform_naiyou{width:100%; height:15rem}

.tb_st01{
	width:100%;
margin:40px 0;
			border-left:solid 1px #dadada;
			border-right:solid 1px #dadada;
			border-top:solid 1px #dadada;
		border-bottom:solid 1px #dadada;
}
    table.tb_st01 th,
    table.tb_st01 td {
        display: block;

	padding:15px 20px;
    }
.tb_st01 th{
	width: 100%;
	background-color: #f5f3ed;
}

.tb_st01 td{
text-align:left;
vertical-align:top;
padding:0;

}
.tb_st02{
	width:100%;
margin:-15px -20px;
}

.tb_st02 th{
padding:0;
vertical-align:middle;
}

.tb_st02 td{
text-align:left;
vertical-align:middle;

}
.tb_st02 div{
	margin: 10px 0;
}
.contact_address{
	display: flex;
	align-items: center;
}
.contact_address_ttl{
	width: 6rem;
}
.tb_st01_ttl{
	color: #FFF;
	background-color: #0c326b;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center !important;
}
.error{ margin: 30px 0;}

@media screen and (max-width: 768px) {
#contact {
	width: 100%;
	margin: 0 auto;
}	
.ttl_contact{
  width: 100%;
  height: 200px;
	background: url('../img/contact/img_ttl_contact.jpg') no-repeat top center #FFF;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
	

.contact_tel{
	border-top: solid 1px #222;
	text-align: left;
	padding: 30px 0 ;
	margin: 40px 0 0 0;
}
.contact_tel_ttl{
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 0 20px 40px;
	background: url('../img/common/icn_tel.png') no-repeat top left ;
background-size: 30px 30px;
}
.contact_telno a{
	font-weight: 900;
	font-size: 2rem;
	color: #2f4c8b;
	font-family: Arial, Helvetica, "sans-serif";
}

.contact_mail{
	border-bottom: solid 1px #222;
	border-top: solid 1px #222;
	text-align: left;
	padding: 30px 0 0 0;
}
.contact_mail_ttl{
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 0 20px 40px;
	background: url('../img/common/icn_contact.png') no-repeat top left ;
background-size: 30px 30px;
}
.form_hissu{
	color: #fff; 
	margin-left: 10px;
	background-color: #2b4c8b;
	font-size: 0.7rem;
	padding: 3px 5px;
}
.form_lead p { padding-top: 10px;}
.form_box { padding:  0;
	margin: 40px 0 30px 0;
}
.form_ttl_eng{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 900;
	font-size: 1rem;
}
.form_ttl_jp{
	font-size: 1rem;
}
.inquiry_telno{ font-size:1.6rem;}
a.historyback { color:#000; font-weight:bold;}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus{
  background: #f7f7f7;
}
textarea:focus {
  background: #f7f7f7;
}
input[type="text"],
textarea {
    padding: 0.8rem;
    outline: none;
    border: none;
    font-size: 1rem;
	border: solid 1px  #2b4c8b;
}


input.sysNextSubmit {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1rem 2rem 1rem 2rem;
	text-decoration: none;
	text-align: center;
	font-size: 0.9rem;
	width: 100%;
	color: #FFF;
	background: #2b4c8b;
	border: solid 1px #2b4c8b;;
	transition: .4s;
	margin: 10px 0;
 cursor:pointer;
}
input.sysNextSubmit:hover {
	color: #2b4c8b;
	background: #FFF;
}
input.sysNextSubmit:before {
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f105";
 margin-right: 10px;
}
	.radio-input{border: none;}
.radio-input + label{
  padding-left: 2rem;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
	background-color: #FFF;
}
.radio-input:checked + label{

}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #d0946f;
  border-radius: 50%;
}
	select{width: 100%;}
.toiform_shimei,
.toiform_mailaddress,
.toiform_mailaddress2,
.toiform_tel
{width: 100%;}
	
.toiform_address1,
	.toiform_address2{
width: 100%;		
	}
.toiform_naiyou{width:100%; height:15rem}
.tb_st01{
	width:100%;
*border-collapse:collapse;
margin:20px 0;

}
    table.tb_st01 th,
    table.tb_st01 td {
        display: block;
    }
.tb_st01 th{
padding:5px 0;
	width: 100%;
}

.tb_st02{
	width:100%;
margin: 0;
}
.tb_st02 td{
margin: 0;
	padding: 0!important;
}
.tb_st02 div{
	margin: 10px 0;

}
.contact_address{
	display: block;

}
.contact_address_ttl{
	width: 100%;
}
.tb_st01 td{
text-align:left;
vertical-align:top;
padding:5px 0 20px 0;
}
.error{ margin: 30px 0;}
}

