@charset "utf-8";
.sp{
	display: none!important;
}
.container{
	width: 80%;
	margin-left:auto!important;
	margin-right:auto!important;
	max-width: 1024px;
}
main{
	overflow: hidden;
	padding-top: 60px;
	/*width: 100%;*/
}
header{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	background: #FFFFFF;
	justify-content: space-between;
	z-index: 3000;
}
header h1{
	padding: 0 25px;
	display: flex;
	align-items: center;
}
header h1 img{
	max-height: 50px;
}

header nav ul{
	display: flex;

}
header nav ul li a{
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: 500;
	background: #B18247;
}
header nav ul li a span{
	display: block;
	text-align: center;
	width: 100%;
	line-height: 100%;
}

header nav ul li a img{
	height: 18px;
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
}
header nav ul li:nth-child(2) a{
	background: #4783B1;
}
header nav ul li:nth-child(3) a{
	background: #B94040;
}

#mv{
	background: url(../images/mv_pc.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 350px;
}
#mv .wrap{
	display: inline-block;
	padding: 20px 25px;
	background: #FFFFFF;
	border-radius: 0 5px 0 0;
}
#mv h2{
	font-size: 1.7em;
	color: #B18247;
	font-weight: bold;
	margin-bottom: 5px;
}

.btBox .container{
	border-radius: 5px;
	background: url(../images/bg01.jpg) top right no-repeat;
	background-size: cover;
	padding: 20px;
}
.btBox h2{
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
.btBox h2 strong{
	font-size: 0.7em;
	display: block;
	text-align: center;
	line-height: 180%;
}
.btBox ul{
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
    font-size: 1.2rem;
}
.btBox ul li{
	width: 100%;
}

.btBox ul li a{
	background: #4783B1;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 15px 15px 15px 440px;
	text-decoration: none;
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
}
.btBox ul li a img{
	height: 30px;
	margin-right: 10px;
}
.btBox ul li:last-child a{
	background: #4783B1;
}
.cont{
}
.cont h2{
	font-size: 2.2em;
	color: #B18247;
	font-weight: bold;
	margin-bottom: 30px;
}
.cont h2 br{
	display: none;
}

.cont p{
	line-height: 280%;
}
.cont h2 span{
	font-size: 3em;
	display: block;
	position: absolute;
	color: #F5F5F5;
	top: 0;
	right: -25px;
	z-index: -1;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-weight: 500;
}

.cont.pt h2 span{
	top: -45px;
}

.cont figure{
}

.review .sc_body{
  display: block;
  position: relative;
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  overflow: hidden;
}

.review .sc_body ul{
	width: calc(640vw + 50px);
	display: flex;
	align-items: flex-start;
	overflow-y: hidden;
}
.review .sc_body ul li{
	width: calc(30vw - 65px);
	margin: 0 0 0 25px;
	border: 1px solid #AFAFAF;
	border-radius: 5px;
	padding: 20px;
	display: block;
	background: #FFFFFF;

}
.review .sc_body ul li h3{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.review .sc_body ul li h3 span{
	display: block;
	color: #F8B016;
	font-size: 1.3em;
}
.cont.review .sc_body ul li p{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 200%;
}
.review ul.control{
	display: block;
	text-align: center;
	margin-top: 25px;
	text-align: center;
}
.review ul.control li{
	display: inline-block;
}

.review ul.control li a{
	width: 12px;
	height: 12px;
	display: block;
	border: 1px solid #707070;
	margin: 0 5px;
	border-radius: 100px;
}
.review ul.control li.ac a{
	background: #B18247;
	border-color: #B18247;
}


p.bt{
	text-align: center;
	margin-top: 50px;
}
p.bt a{
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #B18247;
	border-radius: 5px;
	font-weight: bold;
	color: #B18247;
	font-size: 1.2em;
	line-height: 100%;
	text-decoration: none;
}
p.bt a img{
	height: 15px;
	margin-left: 10px;
}

.bggrad .container{
	margin: 0 15px 0 0;
	padding: 60px 15px 60px 25px;
	border-radius: 0 5px 5px 0;
	background: linear-gradient(#F9EDE3,#FFF0BC);
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	box-shadow: 0 3px 6px rgba(147,139,139,0.16);
}
.bggrad .container h2 span{
	z-index: 0;
	right: 5px;
	color: #FAF2EA;
	font-weight: 500;
}
.cont .container h2 strong{
	position: relative;
	z-index: 2;
}

.ccbox{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
	margin: 30px 0;
	position: relative;
	z-index: 2;
}
.ccbox h3{
	text-align: center;
}
.ccbox h3 span{
	display: inline-block;
	padding: 0 14px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}
.ccbox h3 strong{
	position: relative;
	z-index: 1;
}

.ccbox h3 span:after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 20px;
	background: #F9F4E3;
	position: absolute;
	bottom: -5px;
	left: 0;
}

ul.check{
	margin-top: 40px;
}

ul.check li{
	font-size: 1.1em;
	padding-left: 40px;
	position: relative;
	line-height: 30px;
	margin-top: 20px;
}
ul.check li:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ic04.png) center center no-repeat #F5F5F5;
	border-radius: 100px;
	background-size: auto 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.cont p strong{
	color: #B18247;
	font-weight: normal;
}

.bggrad{
	background: #F5F5F5;
	position: relative;
	top: 60px;
	margin-bottom: 60px;
}
.bggrad .container{
	top: -60px!important;
}


.bgg{
	background: #F5F5F5;
}
.bgg.cont h2 span{
	color: #F0F0F0;
	z-index: 0;
}
.bgg.cont h2 span{
}

.check.check2{
	margin-top: 0;
}
.check.check2 li:last-child{
	margin-bottom: 0;
}
.check.check2 li{
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECE8E8;
}
.check.check2 li strong{
	color: #B18247;
}

.bgharf{
	position: relative;
}
.bgharf:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background: #F5F5F5;
	z-index: -1;
}

div.cont2{
	padding: 30px 15px 0 15px;
	border-radius: 5px;
	background: linear-gradient(#F9EDE3,#FFF0BC);
	margin-top: 40px;
}
div.cont2 figure{
	width: calc(100% + 30px);
	position: relative;
	left: -15px;
}

div.cont2 h3{
	font-size: 1.6em;
	color: #B18247;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

div.cont2 p{
	line-height: 220%;
}

.bggrad.bgo .container{
	background: linear-gradient(#F2DFCB,#FFEAD5);
}

ul.circle li{
	font-size: 1.1em;
	padding-left: 18px;
	position: relative;
	line-height: 18px;
	margin-top: 20px;
}
ul.circle li:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #B18247;
	border-radius: 100px;
	background-size: auto 10px;
	position: absolute;
	top: 4px;
	left: 0;
}
.bgo .ccbox h3{
	text-align: left;
}
.mtop{
position: relative;
top: -50px;
margin-bottom: -50px;
}

.ccbox2{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
	padding-top: 50px;
	margin: 30px 0;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.ccbox2 h3{
	color: #FFFFFF;
	line-height: 100%;
	font-size: 1.8em;
	font-weight: bold;
	padding: 12px 30px;
	border-radius: 100px;
	background: #B18247;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 20px;
}
.ccbox2 p{
	line-height: 200%;
}

.ccbox2 h4{
	margin-top: 30px;
	margin-bottom: 20px;
}
.ccbox2 h4:first-of-type{
	margin-top: 0;
}

.ccbox2 h4 span{
	display: inline-block;
	padding: 0 14px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}
.ccbox2 h4 strong{
	position: relative;
	z-index: 1;
}

.ccbox2 h4 span:after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 20px;
	background: #F9F4E3;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.pt2{
	padding-top: 69px;
	margin-top: -30px;
	position: relative;
	top: -50px;
	z-index: 0;
	background: #FFF;
}

.ccbox2.nm{
	margin-bottom: 0;
}
ol.flow li{
	border-radius: 5px;
	background: #F1EDE9;
	width: calc(100% - 15px);
	padding: 40px 20px 0 20px;
	list-style: none;
	margin-top: 0;
	margin-top: 60px;
	position: relative;
}
ol.flow li h3{
	margin-bottom: 20px;
}

ol.flow li h3 span{
	display: inline-block;
	padding: 0 14px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}
ol.flow li h3 strong{
	position: relative;
	z-index: 1;
}

ol.flow li h3 span:after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 20px;
	background: #F9F4E3;
	position: absolute;
	bottom: -5px;
	left: 0;
}
ol.flow li p{
	line-height: 200%;
}

ol.flow li figure{
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
	margin-top: 20px;!important;
}
.ol.flow {
  counter-reset: count 1;
}
ol.flow li {
  counter-increment: count;
}
ol.flow li:before {
  content: "0"counter(count);
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  border-radius: 120px;
  position: absolute;
  top: -30px;
  left: 20px;
  background: #B18247;
  font-size: 2em;
  font-weight: bold;
}

div.point{
	background: #FFFFFF;
	border-radius: 5px 0 0 5px;
	padding: 48px 20px 30px 20px;
	position: relative;
	z-index: 10;
	width: calc(100% - 10px);
	margin-top: 60px;
}

div.point h3{
	color: #FFFFFF;
	line-height: 100%;
	font-size: 1.8em;
	font-weight: bold;
	padding: 12px 30px;
	border-radius: 100px;
	background: #B18247;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 20px;
}
ol.nlm{
	list-style: none;
}
ol.nlm li{
	display: block;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #F5F5F5;
}
ol.nlm li h4{
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 20px;
}
ol.nlm li h4 strong{
	font-size: 2em;
	color: #B18247;
	padding-left: 5px;
}
.point p strong{
	font-size: 1.4em;
	font-weight: bold;
}

.point2 h4{
	margin-top: 30px;
	margin-bottom: 20px;
}
.point2 h4:first-of-type{
	margin-top: 0;
}
.point2 h4.nft{
	margin-top: 30px!important;
}

.point2 h4 span{
	display: inline-block;
	padding: 0 14px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}
.point2 h4 strong{
	position: relative;
	z-index: 1;
}

.point2 h4 span:after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 20px;
	background: #F9F4E3;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.point2 p{
	font-weight: bold;
}
ul.anot{
	margin-top: 10px;
}

ul.anot li{
	padding-left: 1.5em;
	position: relative;
	font-size: 0.8em;
}
ul.anot li:before{
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

table.price{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  }
table.price th{
	padding: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	background: #FAE2D5;
}
table.price td{
	padding: 20px;
	background: #F5F5F5;
	text-align: center;
	font-size: 1.8em;
	color: #D77037;
	font-weight: bold;
}
table.price td span{
	font-size: 1.6em;
}
table.price.pt02 th{
	background: #E9F1F0;
}
table.price.pt02 td{
	color: #5FAFA5;
}
table.price.pt03 th{
	background: #F0E9F1;
}
table.price.pt03 td{
	color: #C165CE;
}

ul.anot.nlm li:before{
	display: none;
}
ul.anot.nlm li{
	padding-left: 0;
}
.bggrad.bgo.bggrad2 .container {
  background: linear-gradient(#F9EDE3,#FFF0BC);
  margin-bottom: -60px;
}
dl.faq{
	position: relative;
	z-index: 10;
	padding: 20px;
	border-radius: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
div.container dl.faq:last-child{
	margin-bottom: 0;
}


dl.faq dt{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	cursor: pointer;
}
dl.faq dt span{
	display: block;
	padding: 0 10px;
	width: calc(100% - 80px);
}

dl.faq dt:before{
	content: "Q";
	text-align: center;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 60px;
	color: #B18247;
	background: #F1EDE9;
}
dl.faq dt:after{
	content: "+";
	color: #B18247;
	font-weight: bold;
}
dl.faq.ac dt:after{
	content: "-";
}

dl.faq.ac dd{
	height: auto;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #EAEAEA;
}
dl.faq dd{
	overflow: hidden;
	height: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.company .ccbox h3:first-of-type{
	margin-top: 0;
}

.company .ccbox h3{
	margin-top: 30px;
}
ul.disc li{
	list-style: disc outside;
	margin-left: 1em;
	margin-top: 10px;
	font-size: 1.1em;
}
ul.disc{
	margin-top: 20px;
}
.bggrad.company{
}
.copyright{
	background: #F5F5F5;
	padding: 20px;
	color: #B18247;
	font-size: 0.8em;
	position: relative;
	top: -60px;
	display: block;
}

#foot_inq{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #B18247;
	z-index: 1000;
}
#foot_inq a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 25px;
	display: block;
	text-align: center;
}
footer{
}
#foot_inq a h2{
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
}
#foot_inq a h2 span{
	display: inline-block;
	background: url(../images/ic01.png) center left no-repeat;
	background-size: 25px auto;
	padding-left: 30px;
	line-height: 30px;
}
#foot_inq table{
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  background: #FFFFFF;
  width: calc(100% - 190px);
}
#foot_inq a table th{
	color: #B18247;
	text-align: center;
	padding: 0 10px;
	font-weight: bold;
	font-size: 0.8em;
}
#foot_inq a table td{
	font-size: 0.8em;
	color: #555555;
	padding: 0 10px 0 0;
}
#foot_inq a table tr.bb *{
	border-bottom: 1px solid #B18247;
}
ol.form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

ol.form li{
	list-style: none;
	width: calc(100% / 3 - 20px);
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
}
ol.form li div{
	border: 1px solid #AFAFAF;
	padding: 30px 7px 15px 7px;
	border-radius: 5px;
	position: relative;
}
ol.form li.ac div{
	border-color: #B18247;
}
ol.form li.ac h3{
	color: #B18247;
}
ol.form li.ac p{
	color: #B18247;
}
ol.form li div:after{
	content: "";
	width: 35px;
	height: 1px;
	background: #AFAFAF;
	display: block;
	position: absolute;
	top: 50%;
	right: -35px;
	z-index: -1;
}
ol.form li.ac div:after{
	background: #B18247;
}

ol.form li:last-child div:after{
	display: none;
}


ol.form li h3{
	position: absolute;
	width: 50px;
	height: 50px;
	top: -25px;
	left: calc(50% - 25px);
	background: #F5F5F5;
	border-radius: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
ol.form li h3 strong{
	font-size: 0.5em;
	display: block;
	text-align: center;
	line-height: 100%;
	font-weight: normal;
}
ol.form li h3 span{
	font-size: 1.4em;
	display: block;
	text-align: center;
	line-height: 90%;
	font-weight: bold;
	position: relative;
	top: -3px;
}
ol.form li p{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 120%;
}
#form table{
	width: 100%;
}
#form th,#form td{
	padding: 15px;
}
#form th{
	width: 10em;
}
#form tr{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
#form tr:last-child{
	border: none;
	margin: 0;

}

#form th{
	color: #B18247;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	position: relative;
	margin-bottom: 25px;
}

#form th.required:before{
	content: "必須";
	display: block;
	color: #B18247;
	border: 1px solid #B18247;
	border-radius: 50px;
	padding: 5px 10px;
	line-height: 100%;
	font-weight: 500;
	font-size: 0.8em;
	width: 2.5em;
	margin-bottom: 5px;
	text-align: center;
}

#form div.flx{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#form div.flx span{
	display: block;
	padding-right: 20px;
}

#form input[type="text"]{
	border-radius: 5px;
	background: #F5F5F5;
	padding: 10px;
	border: 1px solid #F5F5F5;
	width: calc(100% - 22px);
}
#form .flx input[type="text"]{
	width: calc(100% - 42px - 1em);
}

#form input[type="text"].zip{
	width: calc(100% - 150px - 1em);
}
#form td p.bt{
	width: 150px;
	margin-top: 0;
	text-align: right;
}
#form td p.bt a{
	padding: 10px;
}
p.bt.btl a{
	width: 50%;
}
form table input.error, form table textarea.error, form table select.error {
    background: #FFE7F3!important;
}
#form .hd{
	display: none;
}

/*global*/
.mt{
	margin-top: 39px;
}
.pt{
	padding-top: 39px;
}
.mb{
	margin-bottom: 21px;
}
.pb{
	padding-bottom: 39px;
}
.container{
	margin: 0 25px;
	position: relative;
	left: 0!important;
	top: 0!important;
}
.container2{
	margin: 0 25px;
}
.container3{
	margin: 0;
}
.rrrr,.rrrr img{
	border-radius: 5px;
}
.rssr,.rssr img{
	border-radius: 5px 0 0 5px;
}
.ssrr,.ssrr img{
	border-radius: 0 0 5px 5px;
}
.sssr,.sssr img{
	border-radius: 0 0 0 5px;
}
.ssrs,.ssrs img{
	border-radius: 0 0 5px 0;
}
.srss,.srss img{
	border-radius: 0 5px 0 0;
}
.rsss,.rsss img{
	border-radius: 5px 0 0 0;
}
.container .rt{
}

.pcflx{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pcflx>*{
	width: 48%;
}


.pcflx>div.cont2{
	width: calc(48% - 30px);
	position: relative;
}
.pcflx>div.ccbox{
	width: calc(48% - 60px);
}
.pcflx>div.ccbox{
	margin-bottom: 0;
}

.pcflx>div.cont2 figure{
	margin-top: 30px;
}
.pcflx.pcf1>div.cont2:nth-child(2) figure,.pcflx.pcf1>div.cont2:nth-child(3) figure{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
ol.flow.pcflx li{
	width: calc(48% - 40px);
	position: relative;
}
ol.flow.pcflx li:nth-child(1) figure,ol.flow.pcflx li:nth-child(3) figure{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.point ol.pcflx li{
	width: calc(48% - 40px);
}
.point .pcflx>*:nth-child(3),.point .pcflx>*:nth-child(4){
	margin-top: 20px;
}
.pcflx table.price{
	width: 48%;
}
.mbpc{
	margin-bottom: 30px;
}

/*20220906 45kai added*/
.ch h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}
.ch h3:first-of-type{
	margin-top: 10px;
}
.ch > div{
	display: flex;
	flex-wrap: wrap;
}
.ch label{
	font-size: 1.1em;
	display: inline-block;
  padding: 10px 30px 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ch label input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ch label input:checked + span.di {
  border: solid 2px #EBEBEB;
  background: #FFFFFF;
}
.ch label input:checked + .di::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #998661;
}
.ch label input:checked + .di::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #998661;
}
.di{
	position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: solid 2px #EBEBEB;
  border-radius: 4px;
}
span.dt {
  margin-left: 12px;
  display: block;
  font-weight: bold;
}
td.error label .di{
    background: #FFE7F3!important;
}