@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_sp_min.css";
/*******************
LP style
********************/
.hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
}
.hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}

/*-- fv -------------------------------------*/
#fv {
  position: relative;
  /*   background: url(../img/fv_bg.jpg) repeat-x top center; */
  width: 1200px;
  margin: 0 auto;
}
.content {
  background: #f9a66f;
  padding: 2em 0 2em;
}
.content-box {
  position: relative;
  margin-bottom: 3%;
}

.content-box .q-num {
  width: 469px;
  position: absolute;
  top: -16%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1
}
.q5 .q-num {
  width: 469px;
  position: absolute;
  top: -4%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
/* .content-box .q-num {
width: 469px;
margin: 0 auto;
} */
.content-box .q-icon {
  position: absolute;
  top: 2.4em;
  left: 2em;
  width: 10%;
}
.content-txt {
  position: relative;
  width: 1000px;
  border: 3px solid #4c3222;
  border-radius: .6em;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 2%;
}
.q-txt {
	color: #fff;
	font-size: 1.55em;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4em;
	background: #4c3222;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	/*margin-top: 3%;*/
	text-align: center;
}

/* .owl-stage {
height: 1800px;
position: relative;
}
.owl-item:nth-of-type(1) {
height: 800px!important;
}
.owl-stage-outer {
height: auto;
position: relative;
} */

/* .owl-stage .owl-item:nth-of-type(5) .owl-stage-outer {
height: auto!important;
} */
.content-select .navdot {
  text-align: center;
  margin: .5em auto .3em;
}
.content-txt-box {
	position: relative;
	margin-bottom: 2em;
	font-size: 18px;
}
.content-txt-box p:nth-of-type(1) {
  position: relative;
  width: 680px;
  margin: 0 auto;
}
.content-txt-box p:nth-of-type(2) {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #eb4e17;
  font-size: 1.5em;
  line-height: 1.3em;
}
.content-txt-box p:nth-of-type(3) {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #4c3222;
  font-size: .8em;
}
.content-select li {
  display: inline-block;
  color: #bbb9b3;
  font-size: 0.8em;
  margin: auto 0.25em;
}
.content-select li {
  display: inline-block;
  color: #bbb9b3;
}
.content-select .navdot-active{
  color: #f28c48;
}
.content-select-text {
  text-align: center;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1em;  
}
.content-select-text span {
  font-size: .5em;
}
.content-select .q-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding: 0 10%;
}
.content-select .q1-item {
  width: 45%;
  margin: 2% auto;
  cursor: pointer;
}
.content-select .q1-item input{
  display: none;
}

.content-select .q1-item span {
  display: block;
  width: 100%;
  background-color: rgb(244, 220, 163);
  text-align: center;
  font-size: 1.4em;
  box-sizing: border-box;
  padding: .5em 0 .7em;;
  letter-spacing: 0.1em;
  color: #4c3222;
  border-radius:.3em;
  border: 2px solid transparent;
  line-height: 1.5em;
  box-shadow: -5px -5px 10px #e4b23d inset;
}
.content-select .q1-item input:checked + span{
  background-color: rgb(242, 140, 72);
  box-shadow: -5px -5px 10px #e75d0a inset;
  color: #fffcf0;
}
.content-select .q1-item span:hover {
  background-color: rgb(242, 140, 72);
  box-shadow: -5px -5px 10px #e75d0a inset;
  color: #fffcf0;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
footer {
  background: #f9a66f;
}
.footer-link {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 2em;
  width: 100%;
}
.footer-link li {
  color: #290602;
  display: inline-block;
  padding-left: .8em;
}
.footer-link li a {
  color: #290602;
}
.footer-link li:after {
  content: "";
  border-right: 1px solid;
  display: inline-block;
  padding-left: .8em;
  height: 1.2em;
  vertical-align: middle;
}
.footer-link li:last-child:after {
  content: "";
  padding-left: 0;
  border:none;
}
#copy {
  background: #4c3222;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 3.5;
  font-size: .75rem;
}
#lpbox {
  /*   background: #0f417f; */
}
#fv .num-txt {
  position: absolute;
  top: 10.8%;
  left: 8.2%;
  color: #fff;
  font-size: 0.95em;
  opacity: 1;
  width: 55.5%;
  text-align: center;
  -webkit-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#fv .num-txt .calcnow {
  display: inline-block;
}
#fv .num-txt .calcfinish {
  display: none;
}
#fv.lastblock .num-txt .calcnow {
  display: none;
}
#fv.lastblock .num-txt .calcfinish {
  display: inline-block;
}



#fv .num-anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 21%;
  left: 11em;
  /*   right: 19%; */
  /*   margin: 0 auto; */
  width: 7.8em;
}
#fv .num-anim-item {
  display: block;
  width: 19em;
  height: 0;
  margin: 0 1.2%;
  /*   padding-bottom: 29.8%; */
  padding: 0 9% 29%;
  background-image: url(../img/num.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation-name: numreel;
  -o-animation-name: numreel;
  animation-name: numreel;
  -webkit-animation-timing-function: steps(10);
  -o-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-position: 0 0;
}
#fv .num-anim-item:nth-child(2) {
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s;
}
#fv .num-anim-item:nth-child(3) {
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
#fv .num-anim-item:nth-child(4) {
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
}
#fv .num-anim-item:nth-child(5) {
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
@-webkit-keyframes numreel {
  0% ,from {
    background-position: 0 0;
  }
  100% ,to {
    background-position: 0 111%;
  }
}

@keyframes numreel {
  0% ,from {
    background-position: 0 0;
  }
  100% ,to {
    background-position: 0 111%;
  }
}
@-webkit-keyframes blink {
  0% ,from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% ,to {
    opacity: 1;  }

}
@keyframes blink {
  0% ,from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% ,to {
    opacity: 1;  }

}
#fv.lastblock .num-anim-item {
  display: block;
  width: 18.6%;
  height: 0;
  padding-bottom: 29.8%;
  background-image: url(../img/num.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  background-position: bottom left;
  opacity: 1;
}

/* お問い合わせフォーム */
.q5-box {
  width: 80%;
  margin: 0 auto;
}
.q5-box .pink-color {
  color: #eb4e17;
  font-size: 1em;
  margin-left: .5em;
}
.q5-box .item-list div {
  margin-bottom: 1em;
}
.contact-tel option:nth-of-type(1) {

}
.error {
  color: #eb4e17;
  font-size: .8em;
}
.q5-box .item-list label {
  display: inline-block;
  /*   margin-bottom: 1%; */
  display: block;
  text-align: left;
  vertical-align: top;
  color: #4c3222;
  font-size: .8em;
}
.q5-box .item-list select {
  border: none;
  border-radius: .5em;
  padding: 1em 3em 1em;
  display: block;
  width: 100%;
  font-size: 18px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*   background: #eee; */
  background: #ffc9b6 url(../img/arrow01.png) left 50% no-repeat;
  background: #ffc9b6 url(../img/arrow01.png) left 50% no-repeat;
  background-size: 3em, 100%;
}
/* .q5-box select optgroup {
background: #eee;
} */
.q5-box .contact-email input {
  border: none;
  border-radius: .5em;
  padding: .8em 0 .8em 1.1em;
  width: 96.5%;
  text-align: left;
  background: #ffc9b6;
  font-size: .8em;
}
.q5-box .contact-tel select {
  width: 24%;
  display: inline-block;
  font-size: .8em;
  padding: .8em 0 .7em 3.0em;
}
/* .q5-box .contact-tel select option:nth-of-type(1) {
color: #a89990!important;
} */
.q5-box .item-list .contact-tel input {
  border: none;
  border-radius: .5em;
  padding: .8em 0 .8em 1.1em;
  text-align: left;
  background: #ffc9b6;
  font-size: .8em;
  width: 70%;
}
.q5-box .item-list .contact-sex input {
  border: none;
  border-radius: .5em;
  padding: .8em 0 .8em 1.1em;
  text-align: left;
  background: #ffc9b6;
  font-size: .8em;
  width: 78%;
}

.form-btn {
  text-align: center;
  margin: 0 auto;
}
.content-select .form-btn button {
  border: none;
  font-size: 1.5em;
  color: #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-note-text {
  width: 80%;
  font-size: .6em;
  margin: 3% auto 0;
}
#lpbox .q-box-back .ar-prev {
  width: 1em;
  display: inline;
  vertical-align: middle;
  padding-right: .6em;
}
#lpbox .q-box-back {
  font-size: .8em;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: .5em;
  margin-bottom: -2em;
  display: inline-block;
  z-index: 5;
}
.q-back {
  width: 80%;
  margin: 0 auto;
}


.priv {
  width: 780px;
  margin: 0 auto 3%;
}
.priv dt {
  border: 3px solid #4c3222;
  box-sizing: border-box;
  border-radius: 0.5em;
  padding: 4%;
  color: #4c3222;
  position: relative;
  display: block;
  margin: 0 auto 0;
  width: 70%;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  z-index: 10;
}
.info-box1 {

}
#lpbox .priv dt .ar-priv {
  display: block;
  width: 1.2em;
  position: absolute;
  top: 40%;
  margin-top: -0.3em;
  right: 6%;
}

#privbox .priv-txt {
  box-sizing: border-box;
  padding: 5% 3%;
  width: 100%;
}
#privbox .priv-txt p {
  font-size: .6em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
#privbox .priv-txt p + p {
  margin-top: 1.5em;
}
#privbox .priv-ttl {
  font-weight: 800;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  display: block;
  margin-left: 0;
  margin-bottom: 1em;
}

.info {
  width: 680px;
  display: block;
  margin: 0 auto;
  border: 3px solid #4c3222;
  border-radius: 15px;
  padding: 0 2%;
}
.info h3 {
  text-align: center;
  margin: 0 auto 0;
}
.info h3 img {
  width: 34%!important;
  display: block;
  padding: 5% 0;
}
.info-box2 {
  margin-top: 6%;
}
.info dt {
  vertical-align: top;
  background: #4c3222;
  color: #f9a66f;
  width: 200px;
  display: inline-block;
  margin-bottom: 2%;
  padding-left: 1%;
  font-size: .8em;
}
.info dd {
  width: 460px;
  display: inline-block;
  font-size: .7em;
  line-height: 1.5em;
}
/* お問い合わせフォーム */
.thanks-box {
  text-align: center;
  color: #4c3222;
  font-size: .8em;
  font-weight: 400;
  margin-top: 1em;
}

.thanks-box h3 {
    text-align: center;
    color: #eb4e17;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 25px;
}
.content-txt .thanks-box .txt01 {
    font-size: 38px;
    color: #FF0004;
    text-decoration: underline;
    background-color: #F9E454;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inherit;
    line-height: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
}

.thanks-box .contact-text {
	margin: 1em auto;
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
}
.thanks-box .consultation-text {
  font-size: 42px;
}
.sp-item {
  display: block;
}
.pc-item {
  display: none;
}
.tel-btn-box {
    margin: 1em;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.tel-btn-box p {
  display: inline-block;
  margin: 0 .3em;
  width: 45%;
}
.thanks-text {
  text-align: center;
  color: #eb4e17;
  font-size: 30px;
  font-weight: 400;
}

.error-txt {
  display: none;
  color: #e00;
  font-size: .8em;
  line-height: 1.3em;
}
.error.error-txt {
  display: block;
}
.content-txt .thanks-box .tel-btn-box-tg {
    font-size: 20px;
    line-height: 1.2em;
    border: 3px solid #FB5154;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    max-width: 600px;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .tel-btn-box-tg p a span {
    font-weight: normal;
    font-size: 25px;
}


.thanks-box .tel-btn-box-tg a {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    color: #FB5154;
}
.content-txt .thanks-box .tel-box-flm {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.content-txt .thanks-box .consultation-text-tel {
    font-size: 45px;
    font-weight: bold;
}
.thanks-box .consultation-text-tel a {
    background-color: #FF330E;
    line-height: 1.8em;
    color: #FFFFFF;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .px {
    margin-bottom: 10px;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .contact-text span {
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 15px;
}



.content-select .content-txt-box .m1 {
	border: 2px solid #FF3639;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 25px;
	color: #FF3639;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	line-height: 1.4em;
}
.content-txt-box .m1 .m1-2 {
	font-size: 18px;
	color: #000000;
}
.header {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
	width: 100%;
}
.header img {
	width: 300px;
	float:left;
}
.content-txt .q-txt span {
	font-size: 50%;
	display: block;
}



.content-txt-box .m1 .m1-3 {
	font-size: 18px;
}
.content-txt .content-select .ca02 {
	font-size: 16px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1.2em;
}


.details {
	height: 71px;
	transition: all ease-in-out .3s;
	border-left: 2px solid #00a5a0;
	border-right: 2px solid #00a5a0;
	box-sizing: border-box;
	&:last-of-type {
		border-bottom: 2px solid #00a5a0;
	}
}
.details[open] {
	height: 200px;
	background-color: #bee1de;
}
.details-summary {
	display: block;
	padding: 20px;
	border-top: 1px solid #00a5a0;
	font-size: 20px;
	font-weight: bold;
	transition: all ease-in-out .3s;
	&:hover {
		cursor: pointer;
		background-color: #bee1de;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details-content {
	margin: 0 20px 20px;
	padding: 20px;
	height: 70px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
}

.details[open] .details-content {
  	animation: fadeIn .3s ease;
}
.content.q5 .content-box .prv_contents {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.modal_open{
	
	text-decoration: underline;
	color: #0000EE;
	cursor:pointer;

}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 800px;
    margin: 0;
    padding: 60px 2vw 80px;
    border: 2px solid #aaa;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
	max-height:80%;
	overflow-y: auto;
}
 
.modal_close {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
.content .content-box .fmenu {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
td span .modal_open {
	border: 3px solid #704008;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#lpbox .char  {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-radius: 0.6em;
}
.content-txt .char img {
	max-width: 70%;
}
.content-select .q-m-box img {
	float: left;
	width: 80px;
	margin-right: 20px;
}
.content-select .q-m-box {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.content-select .q-m-box span {
	font-size: 60%;
}
.q5-box .item-list .kakunin {
	font-size: 70%;
	line-height: 1.1em;
}














@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}




@media screen and (min-width:750px){
  html {
    font-size: 28px;
    margin: 0 auto;
  }
  .sp-item {
    display: none;
  }
  .pc-item {
    display: block;
  }
}
/*--------------------------------------------*/
/* PC用のCSSはメディアクエリの外に記述する */

@media screen and (max-width: 959px) {
  #fv {
    position: relative;
    background: url(../img/fv_bg.jpg) repeat-x top center;
    width: 100%;
    margin: 0 auto;
  }
  #fv .num-anim-item {
    width: 19em;
    height: 0;
    margin: 0 2%;
    /*   padding-bottom: 29.8%; */
    padding: 0 9.8% 29.8%;
  }
  #fv .num-anim {
    position: absolute;
    bottom: 22%;
    left: 25.5%;
    width: 16%;
  }
  .content-txt {
    width: 100%;
  }


}
@media screen and (max-width: 749px) {
  #fv {
    position: relative;
    background: url(../img/fv_bg.jpg) repeat-x top center;
    width: 100%;
    margin: 0 auto;
  }
  #fv .num-anim-item {
    width: 19em;
    height: 0;
    /*     margin: 0 1%; */
    /*   padding-bottom: 29.8%; */
    padding: 0 9% 29.8%;
  }
  #fv .num-anim {
    position: absolute;
    bottom: 22%;
    left: 11%;
    width: 27%;
  }
  .content-box .q-num {
    width: 80%;
    position: absolute;
    top: -16%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .q5 .q-num {
    width: 80%;
    position: absolute;
    top: -5.5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
  }
  footer #pagetop {
    width: 23%;
    text-align: center;
    margin: 0 auto;
  }
  .content-txt {
    width: 90%;
  }
  .content-select-text {
    text-align: left;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1em; 
    width: 75%;
    margin-left: 22%;
    font-size: 1.4em;
  }
  .content-select-text span {
    font-size: .5em;
  }
  .content-select .q-box {
    padding: 0 5%;
  }
  .content-select .q1-item {
    width: 100%;
  }
  .content-box .q-icon {
    position: absolute;
    top: 5.3em;
    left: 1em;
    width: 13%;
  }

  .content-txt-box p:nth-of-type(1) {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .content-txt-box p:nth-of-type(2) {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #eb4e17;
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .content-txt-box p:nth-of-type(3) {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #4c3222;
    font-size: .7em;
  }
  .content-txt-box p:nth-of-type(3) span {
    display: block;
    line-height: .5em;
  }

  .q5-box .item-list select {
    border: none;
    border-radius: .5em;
    padding: 1em 3em 1em;
    display: block;
    width: 100%;
    font-size: 1em;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*   background: #eee; */
    background: #ffc9b6 url(../img/arrow01.png) left 50% no-repeat;
    background: #ffc9b6 url(../img/arrow01.png) left 50% no-repeat;
    background-size: 2em, 100%;
  }
  .content-txt-box {
    position: relative;
    margin-bottom: 1em;
  }
  .q5-box .contact-email input {
    border: none;
    border-radius: .5em;
    padding: .6em 0 .6em .6em;
    width: 96.5%;
    text-align: left;
    background: #ffc9b6;
    font-size: 1.3em;
  }

  .q5-box .contact-tel select {
    width: 30%;
    display: inline-block;
    font-size: 1.3em;
    padding: .5em 0 .5em 2em;
  }
  .q5-box .item-list .contact-tel input {
    border: none;
    border-radius: .5em;
    padding: .5em 0 .5em .7em;
    text-align: left;
    background: #ffc9b6;
    font-size: 1.3em;
    width: 64%;
  }
  .q5-box .item-list .contact-sex input {
    border: none;
    border-radius: .5em;
    padding:.5em 0 .5em .7em;
    text-align: left;
    background: #ffc9b6;
    font-size: 1.3em;
    width: 95%;
  }
  .form-note-text {
    width: 80%;
    font-size: .9em;
    margin: 3% auto 3%;
  }
  .priv {
    width: 100%;
    margin: 0 auto 3%;
  }
  .priv dt {
    border: 3px solid #4c3222;
    box-sizing: border-box;
    border-radius: 0.5em;
    padding: 4%;
    color: #4c3222;
    position: relative;
    display: block;
    margin: 0 auto 0;
    width: 70%;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
    z-index: 10;
  }


  #privbox .priv-txt {
    box-sizing: border-box;
    padding: 5% 3%;
    width: 100%;
  }
  #privbox .priv-txt p {
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }
  #privbox .priv-txt p + p {
    margin-top: 1.5em;
  }
  #privbox .priv-ttl {
    font-weight: 800;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    display: block;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .info {
    width: 90%;
    margin: 0 auto;
    border: 3px solid #4c3222;
    border-radius: 15px;
    padding: 4% 0;
  }
  .info h3 {
    text-align: center;
    margin: 0 auto 0%;
  }
  .info h3 img {
    width: 34%;
    text-align: center;
    padding: 0;
  }

  .info-box2 {
    margin-top: 5%;
  }
  .info dt {
    vertical-align: top;
    background: #4c3222;
    color: #f9a66f;
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.2em;
    padding: 2% 0;
    text-align: center;
  }
  .info dd {
    text-align: center;
    width: 100%;
    display: block;
    font-size: .9em;
    padding: 2%;
    line-height: 1.5em;
  }
  .info .txt-l {
    text-align: left;
  }
  .q5-box .item-list label {
    display: inline-block;
    /*   margin-bottom: 1%; */
    display: block;
    text-align: left;
    vertical-align: top;
    color: #4c3222;
    font-size: .85em;
  }


  .thanks-box {
    text-align: center;
    color: #4c3222;
    font-size: 1em;
    font-weight: 400;
    margin-top: 1em;
  }
  .thanks-box h3 {
    text-align: center;
    color: #eb4e17;
    font-size: 1.3em;
    font-weight: 400;
  }
  .content {
    background: #f9a66f;
    padding: 2em 0 2em;
  }
  .q5 {
    padding: 4em 0 7em;
  }
  .contact-text span {
    display: block;
  }
  .thanks-box .contact-text {
    margin: 1em auto;
  }
  .thanks-box .consultation-text {
    font-size: 1.3em;
    font-weight: bold;
  }
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none;
  }
  .tel-btn-box {
    margin: 1em;
  }
  .tel-btn-box p {
    display: inline-block;
    margin: 0 auto 1em;
    width: 100%;
    display: block;
  }
  .thanks-text {
    text-align: center;
    color: #eb4e17;
    font-size: 1.2em;
    font-weight: 400;
    margin: 1em 0;
  }
  .q5-box {
    width: 95%;
    margin: 0 auto;
  }
  .lemes-inner {
    width: 90%;
  }

  .content-select .form-btn button {
    border: none;
    font-size: 1.5em;
    color: #fff;
    position: relative;
    padding: 0;
    width: 95%;
  }
.content-txt .thanks-box .txt01 {
    font-size: 1.4em;
    font-weight: bold;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .tel-box-flm .tel-btn-box-tg p a {
    font-size: 1.2em;
}

.content-txt .thanks-box .consultation-text-tel {
    font-size: 1.8em;
}
.content-txt .thanks-box h3 {
    margin-bottom: 10px;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .tel-box-flm .tel-btn-box-tg p a span {
    display: block;
    font-size: 0.8em;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .tel-box-flm .tel-btn-box-tg .tel_text span {
    display: block;
}
#lpbox .content-carousel.owl-carousel .content .content-box .content-box.q1 .content-txt .thanks-box .consultation-text-tel a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-select .content-txt-box .m1 {
	max-width: 80%;
	font-size: 12px;
}


.content-select .q-m-box img {
	float: left;
	width: 40px;
	margin-right: 20px;
}


#lpbox .char  {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-radius: 0.6em;
}
.content-txt .char img {
	max-width: 90%;
}

.content-select .q-m-box {
	font-size: 120%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.content-select .q-m-box span {
	font-size: 60%;
}

.header {
	width: auto;
}
	

.header img {
	max-width: 300px;
	float:none;
}
.modal_open {
	font-size: 60%;
}





}
