@charset "UTF-8";
html {
    width: 100%;
    height: 100%;
    margin:  0 auto;
    text-align: center;
    animation: loading 1s;
    scroll-behavior: smooth;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
.body{
  width:100%;
  margin:0 auto;
  overflow: hidden;
}
img {
    width: 100%;
    vertical-align: bottom;
}
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width: 769px) {
    .pc { display: none;}
    .sp { display: block;}
}
.or{
  color:#ff7000;
  font-size:120%;
}
/*header**/
header {
width:100%;
margin:0 auto;
}
@media screen and (max-width: 769px) {
  header{
    height:100px;
    background:#fff;
  }
}
.inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.logo {
    width:250px;
    top:15px;
    left:15px;
    position: absolute;
}
.mail_l {
  text-align: left;
  padding: 15px 0px 15px 0;
  position: relative;
  font-weight: bold;
  font-size: 128%;
  width: 30%;
    min-width: 10em;
    float: left;
}

.mail_nec {
  position: absolute;
  left: inherit;
  right: 0;
  top: 16px;
  font-size: 87%;
  line-height: 1.0;
  color: #FFFFFF;
  background: #dd040e;
  padding: 3px 12px 3px 12px;
  font-weight: normal;
  border-radius: 5px;
}

.mail_free {
  position: absolute;
  left: inherit;
  right: 0;
  top: 16px;
  font-size: 87%;
  line-height: 1.0;
  color: #FFFFFF;
  background: #ccc;
  padding: 3px 12px 3px 12px;
  font-weight: normal;
}

.mail_r {
  width: 65%;
  float: right;
  text-align: left;
  padding: 0px;
  position: relative;
  font-size: 128%;
  display: flex;
  margin-left: 4%;
  align-items: center;
}

.mail_r.text {
  width: 65%;
  float: right;
  text-align: left;
  padding: 0px;
  position: relative;
  font-size: 128%;
  display: flex;
  margin-left: 4%;
  align-items: flex-start;
}

textarea{
  width: 65%;
  float: right;
  text-align: left;
  padding: 0px;
  position: relative;
  font-size: 128%;
  display: flex;
  align-items: center;
  font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    width: 10%;
    height: 21px;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    color: #726659;
    border: solid 1px #b3aca7;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.brand{
  max-width:300px;
  position:absolute;
  left:0;
  z-index:3;
}
@media screen and (max-width: 769px) {
  .brand{
    max-width:150px;
    top:35px;
    left:15px;
  }
}
@media screen and (max-width: 361px) {
  .brand{
    max-width:120px;
  }
}
.menu {
  max-width:300px;
  position: absolute;
  right: 0;
  z-index:5;
}

@media screen and (max-width: 769px) {
  .menu {
    width:50%;
    top:10px;
    right:10px;
  }
}
.flex{
width:100%;
margin:0 auto;
}

.mail{
  flex:1;
background:#ff7000;
padding:25px 10px 0 10px;
text-align:center;
}
.mail p{
  font-size:23px;
  color:#fff;
  font-weight:bold;
}
.mail_f{
background:#ff7000;
padding:25px 10px;
text-align:center;
}
@media screen and (max-width: 700px) {
  .mail_f{
    flex:1;
    padding:10px;
  }
  .line_f{
    flex:1;
    background:#50e03b;
    padding:5px 0 0 0;
  }
}
.mail_f p{
  font-size:23px;
  color:#fff;
  font-weight:bold;
}
@media screen and (max-width: 700px) {
  .mail_f p{
    font-size:18px;
    letter-spacing:-1px;
  }
}
.number{
  font-size:23px;
  font-weight:bold;
  color:#fff;
}
.small{
  color:#fff;
  font-size:15px;
  display: block;
}
@media screen and (max-width: 770px) {
  .small{
    font-size:11px;
  }
}
/*header**/
.float{
  position: fixed;
  width:350px;
  bottom:5%;
  right:1%;
  z-index:999;
}
@media screen and (max-width: 769px) {
  .float{
    width:90%;
    margin:0 auto;
    right:0;
    left:0;
    display:-webkit-flex;
    display:flex;
  }
}
.wrapper{
width:100%;
margin:0 auto;
}
@media screen and (max-width: 769px) {
  .wrapper{
    overflow:hidden;
  }
}
.fv{
  width:100%;
  margin:0 auto;
  position: relative;
}
.fv_point{
  width:40vw;
  position:absolute;
margin:0 auto;
top:10vh;
bottom:0;
left:10vw;
}

@media screen and (max-width: 769px) {
  .fv_point{
    width:80%;
    top:2%;
    left:0;
    right:0;
  }
}
/*castamer**/
.castamer{
  width:100%;
  margin:0 auto;
  padding:70px 0;
}
@media screen and (max-width: 769px) {
  .castamer{
    padding:5% 0 15% 0;
  }
}
.midasi{
  max-width:700px;
  margin:0 auto;
}
@media screen and (max-width: 769px) {
  .midasi img{
    width:90%;
    margin:5% 0;
  }
}
.box{
  max-width:900px;
  margin:0 auto;
}
.box h2{
  font-size:41px;
  font-weight:bold;
  margin:20px 0 50px 0;
}
@media screen and (max-width: 769px) {
  .box h2{
    font-size:31px;
    margin:20px 0;
  }
}
.three_clm{
  display: flex;
  margin:30px 0 0 0;

}
@media screen and (max-width: 769px) {
  .three_clm{
    width:90%;
    margin:0 auto;
    -webkit-flex-direction:column;
    flex-direction:column;
  }
}
.three_clm_chi{
  width:100%;
  margin:0 auto;
  flex:1;
  background:#fff;
  padding:30px 10px;
  border-radius:10px;
  border:solid 3px #b4843d;
}
@media screen and (max-width: 769px) {
  .three_clm_chi{
    width:90%;
    margin:0 auto;
  }
}
.three_clm_chi p{
  font-weight:bold;
  font-size:27px;
  color:#b4843d;
}
@media screen and (max-width: 769px) {
  .three_clm_chi p{
    font-size:21px;
  }
}
.three_clm_chi img{
  width:80%;
  margin:0 10% 3% 10%;
}
.three_clm_mid img{
  width:80%;
  margin:0 10% 3% 10%;
}
@media screen and (max-width: 769px) {
  .three_clm_chi img,.three_clm_mid img{
    width:90%;
    margin:0 5% 20px 5%;
  }
  }

.three_clm_mid{
  flex:1;
  margin:0 30px;
  background:#fff;
  padding:30px 10px;
  border-radius:10px;
  border:solid 3px #b4843d;
}

.mail_lr .mail_r {
  width: 68%;
  float: right;
}
@media screen and (max-width: 769px) {
  .three_clm_mid{
    width:90%;
    margin:3% 5%;
  }
}

.three_clm_mid p{
  font-weight:bold;
  font-size:27px;
  color:#b4843d;
}
@media screen and (max-width: 769px) {
  .three_clm_mid p{
    font-size:21px;
  }
}
/*moyamoya**/
.moyamoya{
  width:100%;
  margin:0 auto;
  padding:70px 0;
  background:#f3ebe0;
}
@media screen and (max-width: 769px) {
  .moyamoya{
    padding:15% 0;
  }
}
.moyamoya h2{
  font-size:41px;
  font-weight:bold;
}
@media screen and (max-width: 769px) {
  .moyamoya h2{
    font-size:31px;
  }
}
.moya_a{
  flex:1;
  padding:30px 10px;
}
@media screen and (max-width: 769px) {
  .moya_a{
    padding:0;
  }
}
.moyapo{
text-align:left;
}
@media screen and (max-width: 769px) {
  .moyapo{
    margin:15px 0 0 0;
  }
}
.moya_b{
  flex:1;
  margin:0 30px;
  padding:30px 10px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .moya_b{
    margin:0 auto;
    padding:0;
  }
}
p.point_txt{
  font-size:18px;
  margin:15px 0 0 0;
  text-align:left;
}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #f3ebe0;;
  line-height: 1;
  width:100px;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width:50px;
  border-top-color: currentColor;
  border-bottom: 0;
}
/*kaiketu**/
.kaiketu{
  width:100%;
  margin:0 auto;
  background:#fff;
  padding:0 0 5% 0;
}
p.point{
  font-size:25px;
  color:#000;
  font-weight:bold;
}
@media screen and (max-width: 769px) {
  p.point{
    display: inline-block;
  }
}
p.number{
  font-size:51px;
  color:#ff7000;
}
@media screen and (max-width: 769px) {
  p.number{
    font-size:41px;
    display: inline-block;
  }
}

/*互い違いレスポンシブ**/
.bbox {
  display:flex;
  flex-direction: column;
  margin-bottom: 40px;
  background:#fff;
  border:solid 5px #ccc;
  border-radius:11px;
}
@media screen and (max-width: 769px) {
  .bbox {
    width:80%;
    margin:5% 10%;
    padding:5% 0 0 0;
  }
}
.text {
  width: 100%;
  text-align: center;
  flex:1;
  position:relative;
}
.text h3{
  font-size:27px;
  font-weight:bold;
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 70%;
  left: 0;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 769px) {
  .text h3{
    font-size:17px;
    position:unset;
    margin:0 auto;
  }
}
.text p{
  font-size:21px;
  line-height:31px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom:50%;
  left: 0;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 769px) {
  .text p{
    position:unset;
    font-size:15px;
    line-height:25px;
  }
}
.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
  flex:1;
}

@media (min-width:768px) {
  .bbox {
    flex-direction: row;
    justify-content: space-between;
    height:250px;
    overflow:hidden;
  }
  .bbox:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .text {
    text-align: left;
  }
  .bbox:nth-child(even) .text {
    text-align: right;
  }

  .bbox:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 3%;
  }
}
/*logic**/
#logic{
  width:100%;
  margin: auto;
  padding:5% 0;
  background:#f1ebe0;
}
@media screen and (max-width: 769px) {
  #logic{
    padding:5% 0 15% 0;
}
}
.two_column{
  display: flex;
}
@media screen and (max-width: 769px) {
  .two_column{
    width:80%;
    margin:0 auto;
  -webkit-flex-direction:column;
  flex-direction:column;
}
}

.child_a{
  flex:1;
}
.child_a p{
  font-size:21px;
  line-height:38px;
  text-align:left;
}
@media screen and (max-width: 769px) {
  .child_a p{
    font-size:15px;
    line-height:25px;
  }
}
.child_b{
  flex:1;
}
@media screen and (max-width: 769px) {
  .child_b img{
    margin:5% 0 0 0;
  }
}
/*nagare**/
#nagare{
  width:100%;
  padding:5% 0;
}
.step_123{
  width:100%;
  margin:0 auto;
}
@media screen and (max-width: 769px) {
  .step_123{
    width:80%;
  }
}
/*case**/
#case{
width:100%;
margin:0 auto;
padding:8% 0;
background: #f1ebe0;
}
@media screen and (max-width: 769px) {
  #case{
    padding:10% 0 15% 0;
  }
}

.futago{
display: flex;
border:solid 5px #c9bba6;
padding:30px;
margin:30px 0 0 0;
border-radius:11px;
background:#fff;
}
@media screen and (max-width: 769px) {
  .futago{
    width:90%;
    margin:5% 5% 0 5%;
    -webkit-flex-direction:column;
    flex-direction:column;
  }
}
.futago_a{
  flex:1;
}
.futago_b{
  flex:2;
  padding:0 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .futago_b{
    padding:0;
    text-align: center;
    margin:10px 0 0 0;
  }
}
.futago_b h3{
  font-size:25px;
  font-weight:bold;
  text-align: left;
  margin:0 0 20px 0;
  letter-spacing: -2px;
}
@media screen and (max-width: 769px) {
.futago_b h3{
  font-size:18px;
  margin:15px 0;
  
}
}
.futago_b p{
  text-align:left;
  font-size:18px;
  line-height:31px;
  margin:10px 0 0 0;
}
.pro{
  background:#ff8a00;
  display: inline-block;
  padding:5px 10px;
  color:#fff;
  font-weight:bold;
  text-align: left;
}
.namae{
  background:#555;  display: inline-block;
  padding:5px 10px;
  color:#fff;
  font-weight:bold;
}
/*アコーディオンメニュー**/
.acd_menu{
	padding-top:3%;
	width:100%;
}
@media screen and (max-width: 769px) {
  .acd_menu{
    width:90%;
    margin:0 auto;
  }
}
.acd-check{
	display: none;
  }
  .acd-label{
	background: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
  }
  .acd-content{
    height:100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    background:#ff9b58;
    color:#fff;
  }

  .acd-content p{
	  text-align:left;
  }
  .acd-check:checked + .acd-label + .acd-content{
      height: 0;
      opacity: 0;
      padding: 0 10px;
      transition: .5s;
      visibility: hidden;
  }
  .q_icon{
    font-size:31px;
    color:#ff9b58;
    margin:0 15px 0 0;
  }
  .a_icon{
    font-size:23px;
    color:#fff;
    margin:0 10px;
  }
/*qa**/
#qa{
  width:100%;
  margin:0 auto;
  padding:5% 0;
  background:#fff5e2;
}
@media screen and (max-width: 770px) {
  #qa{
    padding:10% 0;
  }
}
.fakutari_fuki{
  max-width:200px;
  margin:0 auto;
}

@media screen and (max-width: 769px) {
  .fakutari_fuki img{
    width:80%;
  }
}
#qa h2{
  font-size: 41px;
  font-weight: bold;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 769px) {
  #qa h2{
    font-size:31px;
  }
}
/*toiawase**/
#toiawase{
  width:100%;
  margin:0 auto;
  padding:5% 0;
}
@media screen and (max-width: 770px) {
  #toiawase{
    padding:10% 0 50% 0;
  }
}
#toiawase h2{
  font-size: 41px;
    font-weight: bold;
    margin: 20px 0 50px 0;
}
@media screen and (max-width: 769px) {
  #toiawase h2{
    font-size: 28px;
}
}
/*form**/
.contact_form{
	max-width:1000px;
	margin:0 auto;
	text-transform: uppercase;

}

.contact-form:required{
	text-transform: uppercase;
}

input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 70%;
	margin: 8px 5% 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}

input[type=tel]{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 70%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}

input[type=email]{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 70%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;

}

input[type=message]{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 70%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}

.kousin_box{
	width:100%;
	margin:0 auto;
	padding-top:5%;
	 overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 

}
.toi_txt{
	font-size:15px;
	text-align:center;	
	display: block;
	margin-top:3%;
  margin-bottom: 3%;
  width: 90%;
  margin:3% auto;

}

.doui {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width:700px){
	.doui{
		margin:0 0 0 -1%;
	}
}
#c_agree input{
	margin-left:8%;
	text-align: center;
display: inline-block;

}

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width:10%;
  height:21px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #726659;  
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  
  width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;  
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  border: 1px solid #1b2538;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

.pri {
  background-color: #fff;
  border: 1px solid #828282;
  text-align: left;
  width: 90%;
  font-size: 1.15em;
  margin: 0 auto 0 auto;
  height: 200px;
  overflow: auto;
  padding: 2%;
  line-height: 200%;
}

#submit {
  width: 502px;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}
.form-group{
  display: flex;
	width:100%;
	text-align:left;
	margin-bottom:3%;
	margin:0 auto;
	margin-top:3%;
  justify-content: flex-start;
}

.form-group.con{
  display: flex;
	width:100%;
	text-align: center;
	margin-bottom:3%;
	margin:0 auto;
	margin-top:3%;
  justify-content: center;
}
.form-group.select{
  display: flex;
	width:100%;
	text-align:left;
	margin-bottom:3%;
	margin:0 auto;
	margin-top:3%;
  justify-content: flex-start;
}

form label {
  width: 30%;
  min-width:6em;
  float: left;
}

h3 {
  font-size: 0.75en;
}

select{
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 20%;
  margin: 8px 0 8px 4%;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #1b2538;
  border-radius: 4px;
  outline: none;
  text-align: center;
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  appearance: menulist!important
}

@media screen and (max-width: 768px) {
	.form-group{
		width:90%;
		margin:0 auto;
    display: flex;
    text-align: left;
    margin-bottom: 3%;
    margin: 0 auto;
    margin-top: 3%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .form-group.select {
    display: flex;
    width: 90%;
    text-align: left;
    margin-bottom: 3%;
    margin: 0 auto;
    margin-top: 3%;
    justify-content: flex-start;
}

.mail_l {
  text-align: left;
  padding: 15px 0px 15px 0;
  position: relative;
  font-weight: bold;
  font-size: 128%;
  width: 100%;
  min-width: 10em;
  float: left;
}

.mail_r {
  width: 100%;
  float: right;
  text-align: left;
  padding: 0px;
  position: relative;
  font-size: 128%;
  display: flex;
  margin-left:0%;
  align-items: center;
}

input[type="text"] {
  height: 38px;
  width: 45%;
  padding: 7px;
}

input[type="message"] {
  height: 38px;
  width: 100%;
  padding: 7px;
  line-height: 10%;
}

select {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 50%;
  margin: 8px 0 8px 0%;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #1b2538;
  border-radius: 4px;
  outline: none;
  text-align: center;
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  appearance: menulist!important;
}

textarea {
  width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  border: 1px solid #1b2538;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.mail_r.text {
  width: 100%;
  float: right;
  text-align: left;
  padding: 0px;
  position: relative;
  font-size: 128%;
  display: flex;
  margin-left: 0;
  align-items: center;
}

.form-group.con {
  display: flex;
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
  margin: 0 auto;
  margin-top: 3%;
  align-items: center;
}

.pri {
  background-color: #fff;
  border: 1px solid #828282;
  text-align: left;
  width: 90%;
  font-size: 1.15em;
  margin: 0 auto 0 auto;
  height: 200px;
  overflow: auto;
  padding: 2%;
  line-height: 130%;
}

.pri_b {
  width: 100%;
  
}

form label {
  width: 30%;
  min-width: 8em;
  font-size: 1rem;
  float: left;
}

.doui {
  margin: 2% 1% 0 1%;
}


.mail_nec {
  position: absolute;
  left: inherit;
  right: initial;
  top: 16px;
  font-size: 87%;
  line-height: 1.0;
  color: #FFFFFF;
  background: #dd040e;
  padding: 3px 12px 3px 12px;
  font-weight: normal;
  border-radius: 5px;
  margin-left: 3%;
}

.mail_free {
  position: absolute;
  left: inherit;
  top: 16px;
  right: initial;
  font-size: 87%;
  line-height: 1.0;
  color: #FFFFFF;
  background: #ccc;
  padding: 3px 12px 3px 12px;
  font-weight: normal;
  margin-left: 3%;
}

}
.contact-form {
	width:100%;
	margin:0 auto;
  }
  label{
	  display: block;
	  margin-bottom:1%;
	  text-align:left;
  }

  input[type="text"]{
	  height:38px;
	  width:35%;
	  padding:7px;
  }





.nama {
	  height:38px;
	  width: 40% !important;;
	  padding:7px;
  }

  input[type="email"]{
	height:38px;
	width:100%;
	padding:7px;
}
input[type="tel"]{
	height:38px;
	width:100%;
	padding:7px;
}

input[type="message"]{
	height:38px;
	width:100%;
	padding:7px;
line-height: 10%
}

.btn-primary{
	font-size:21px;
	font-family:'Roboto','system-ui', serif;
	padding:5px 21px;
	margin-top:3%;
}

.attend_p{
	font-size:18px;
	color:#ff0000;
	transition: 0.7s;	
}

.attend_p:hover{
	border-bottom:solid 1px #afafaf;
}

.form-group .mail_r .mail {
  width: 40%;
  margin: 0 auto;
}

button {
  cursor: pointer;
    border: none;
    width: 300px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    background: #ed7d31;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
}

/*thanksページ**/
.thanks_zone{
  width:100%;
  margin:0 auto;
  background:#fff8f1;
  padding:8% 0;
  position: relative;
}
.thanks_box{
  max-width:1000px;
  margin:0 auto;
}
.thanks_midasi{
  max-width:250px;
  margin:0 auto;
}
p.thanks_main_txt{
  font-size:37px;
  color:#ff8a00;
  text-align:center;
  font-weight:bold;
  margin:20px 0 10px 0;
}
@media screen and (max-width: 768px) {
  p.thanks_main_txt{
    font-size:31px;
  }
}
p.thanks_sub_txt{
  font-size:18px;
  line-height:31px;
  margin:20px 0 50px 0;
}
.thanks_btn{
  max-width:300px;
  margin:0 auto;
  padding:15px 0;
  background:#ff8a00;
  color:#fff;
  border-radius: 7px;
}
footer{
  width:100%;
  background:#000;
  padding:10px 0;
  position:absolute;
  bottom:0;
  z-index:1;
}

footer p{
  color:#fff;
  font-size:15px;
}

.cvr_box{
  max-width:900px;
  margin:0 auto;
  background:#ffa800;
}
.space{
  display: block;
  margin:3% 0 0 0;
}
.cvr_zone{
  max-width:800px;
  margin:0 auto;
  padding:5% 0;
}
@media screen and (max-width: 768px) {
  .cvr_zone{
    padding:13% 0;
    margin:15% 0 0 0;
  }
}
p.cvr_midasi{
  font-size:2em;
  font-weight:bold;
}
@media screen and (max-width: 768px) {
  p.cvr_midasi{
    font-size:1.7em;
    margin:0 0 15px 0;
    color:#fff;
    
  }
}
p.cvr_komidasi{
  font-size:21px;
  line-height:31px;
  text-align: left;
}
@media screen and (max-width:700px){
  p.cvr_komidasi{
    width:90%;
    margin:0 5% 3% 5%;
    font-size:17px;
    line-height:25px;
  }
}
.cvr_column{
  width:100%;
  margin:3% 0 0 0;
  display:-webkit-flex;
  display:flex;
}
@media screen and (max-width:700px){
  .cvr_column{
    -webkit-flex-direction:column;
    flex-direction:column;
  }
}
.cvr_child{flex:1;}
@media screen and (max-width:700px){
  .cvr_child{
    width:90%;
    margin:0 auto;
  }
}
.free_d{
  width:100%;
  padding:8px 15px 0 15px;
  background:#fff;
  height:80px;
  overflow: hidden;
}
@media screen and (max-width:700px){
  .free_d{
    width:90%;
    margin:0 auto;
  }
}
.free_d img{
width:60px;
}
.free_txt{
  font-size:25px;
  font-weight:bold;
  display: inline-block;
  margin:0 0 5px 0;
  color:#00a02d;
}
.join{
  width:100%;
  margin:20px 0 0 0;
  padding:25px 15px 15px 15px;
  background:#ffe341;
  height:80px;
  overflow: hidden;
}
@media screen and (max-width:700px){
  .join{
    width:90%;
    margin:0 auto;
  }
}
.join p{
  font-size:25px;
  font-weight:bold;
  display: block;
  color:#ff0000;
}

.time{
font-size:18px;
color:#00a02d;
text-align: center;
display: block;
margin:5px 0 0 0;
}
.cvr_title{
  max-width:200px;
  text-align: left;
}
@media screen and (max-width:700px){
  .cvr_title{
    width:150px;
    margin:0 auto;
    
  }
}
.cvr_title img{
  margin:0 0 15px 0;
}