@charset "UTF-8";
/* CSS Document */

.content{
  margin: 70px 0 0;
  /*background: url("../common/se_hed_logo_bk.png") -55px top no-repeat;
  background-size: 345px auto;*/
}

.content h1{
  font-size: 32px;
  line-height: 1;
  padding: 45px 0 0 85px;
}

.content h1 span{
  font-size: 13px;
  color: #806a16;
  letter-spacing: 0.5em;
  margin-top: 15px;
  display: block;
}

.content .inner > div{
  margin: 120px 0 110px 500px;
}

.content .txt p{
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.3em;
  position: relative;
}

.content .txt p::before{
  content: "";
  width: 12px;
  height: 60px;
  border-left: 3px solid #c32229;
  border-right: 3px solid #c32229;
  box-sizing: border-box;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 1;
}

.content .txt p + p{
  margin-top: 30px;
}

.content .txt p + p::before{
  display: none;
}

.content p a{
  color: #806a16;
  text-decoration: underline;
}

.content p a.blank{
  display: inline-block;
  padding-right: 20px;
  background: url("../common/icon_blank.png") right center no-repeat;
  background-size: 15px auto;
  margin-right: 0.3em;
}

.bg{
  padding: 105px 0 120px;
  background: #f7f7f2;
}

.form_box{
  width: 870px;
  margin: 0 auto;
}

.form_box dl div{
  width: 100%;
  display: flex;
}

.form_box dl div + div{
  margin-top: 50px;
}

.form_box dl dt,
.form_box dl dd{
  font-size: 16px;
  line-height: 1;
}

.form_box dl dt{
  width: 185px;
  padding-top: 25px;
}

.form_box dl dt span{
  font-size: 14px;
  color: #c5252e;
  padding-left: 0.4em;
}

.form_box dl dd{
  width: 685px;
}

.form_box dl dd.sht{
  width: 440px;
}

.form_box dl dd.sht2 input{
  width: 115px;
  display: inline-block;
  margin-right: 0.5em;
}

.form_box dl dd p{
  display: none;
}

.form_box dl dd p.error{
  font-size: 14px;
  line-height: 1;
  margin: 5px 0;
  color: #fe0000;
  display: block;
  text-align: left;
}

form input[type="text"] ,
form input[type="email"],
form input[type="tel"],
form input[type="number"],
textarea{
	width: 100%;
	font-size: 16px;
	line-height: 1;
	padding: 25px 20px;
	background: #FFF;
	border-radius: 5px; 
  border: 1px solid #9d9d8f; 
  box-sizing: border-box;
	display: block;
}

form input[type="text"] + input[type="text"]{
  margin-top: 10px;
}

textarea {
  font-size:16px;
	line-height: 1.5;
  resize: vertical;
	height:230px;
	outline:none;
	width:100%;
  box-sizing: border-box;
}

form input[type="text"].error,
form input[type="email"].error,
form input[type="tel"].error,
form input[type="number"].error,
textarea.error{
  border: 1px solid #fe0000; 
}

.form_box > p{
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin: 60px 0 70px;
}

.sub_btn{
  text-align: center;
}

.sub_btn a{
  width: 315px;
  height: 75px;
  font-size: 18px;
  line-height: 78px;
  box-sizing: border-box;
  border: 1px solid #ad9f68;
  background: #FFF;
  display: block;
  margin: 55px auto 0;
}


input[type="submit"],
input[type="button"] {
  font-family: source-han-serif-japanese, serif;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 24px;
	line-height: 1;
	color: #FFF;
	letter-spacing: 0.1em;
	background: #8d1111;
	padding: 40px 130px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	transition:0.3s linear;

}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline: none;
}

form input[type="button"]:hover,
form input[type="submit"]:hover{
	opacity: 0.7;
	transition:0.3s;
}

form input[type="button"]:focus,
form input[type="submit"]:focus{
	outline: none;
}

.bk_btn{
  text-align: center;
  margin: 120px 0 165px;
}

.bk_btn a{
  width: 315px;
  height: 75px;
  font-size: 18px;
  line-height: 78px;
  box-sizing: border-box;
  border: 1px solid #ad9f68;
  display: block;
  margin: 0 auto;
}

.thanks .bk_btn{
  margin: 140px 0 265px;
}

/*.pic_box{
  width: 100%;
  height: 500px;
  background: url("../img/contact/pic.jpg") center center no-repeat;
  background-size: cover;
}*/

.form_box.check dl{
  margin-bottom: 90px;
}

.form_box.check dl dd p{
  font-size: 16px;
  line-height: 1;
  padding: 25px 20px;
  background: #efefe8;
  border-radius: 5px; 
  display: block;
}

.form_box.check dl dd p + p{
  margin-top: 10px;
}

.form_box.check dl dd p.texta{
  min-height: 230px;
  font-size: 16px;
  line-height: 1.5;
}

.form_box.check dl dd.sht2 p{
  width: 115px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.3em;
}


/* radio */

.radiobox{
	padding: 25px 5px;
	position: relative;
}

.radiobox label {
	position: relative;
	margin: 0 30px 20px 0;
	cursor: pointer;
	display: inline-block;
}
.radiobox input[type="radio"] {
	position: relative;
	margin: 0 1em 0 0;
	cursor: pointer;
	vertical-align: middle;
}

@supports (-ms-ime-align:auto) {
  .radiobox input[type="radio"]  {
        margin: 0 5px 0 0;
	}
}

*::-ms-backdrop, .radiobox input[type="radio"]  {
        margin: 0 5px 0 0;
}

.radiobox input[type="radio"]::before,
.radiobox input[type="radio"]::after {
	position: absolute;
	z-index: 1;
  top: -9px;
	left: -5px;
  width: 25px;
  height: 25px;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	border-radius: 51%;
	background: #FFF;
	border: 1px solid #babab0;
	box-sizing: border-box;
}
.radiobox input[type="radio"]::after {
	z-index: 0;
	background: #FFF;
	transform: scale(1,1);
	transform-origin:center center;
}
.radiobox input[type="radio"]:checked::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	border-width: 7px;
	border-color: #FFF;
	border-style: solid;
	background: #3b3b3b;
	box-sizing: border-box;
}

.radiobox input[type="radio"]:checked::after {
	transform: scale(1.1,1.1);
}

@media screen and (max-width: 768px) {
    
  .content{
    margin: 10vw 0 0;
    /*background: url("../common/se_hed_logo_bk.png") -22% top no-repeat;
    background-size: 65% auto;*/
  }

  .content h1{
    font-size: 5vw;
    line-height: 1;
    text-align: center;
    padding: 24vw 0 15vw;
    position: relative;
  }
  
  .content h1::before{
    content: "";
    width: 15vw;
    height: 40vw;
    background: url("../common/logo_shisen2.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -5vw;
    left: 1vw;
  }

  .content h1 span{
    font-size: 2.5vw;
    letter-spacing: 0.5em;
    margin-top: 6vw;
    display: block;
  }

  .content .inner > div{
    margin: 15vw 8vw 25vw;
  }

  .content p{
    font-size: 4vw;
    line-height: 1.5;
  }

  .content .txt p{
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
  }

  .content .txt p::before{
    width: 11px;
    height: 10vw;
    top: -15vw;
    left: 0;
  }

  .content .txt p + p{
    margin-top: 5vw;
  }

  .content p a.blank{
    padding-right: 5vw;
    background: url("../common/icon_blank.png") right center no-repeat;
    background-size: 3.5vw auto;
  }

  .bg{
    padding: 15vw 6vw;
  }

  .form_box{
    width: 100%;
    margin: 0 auto;
  }

  .form_box dl div{
    width: 100%;
    display: block;
  }

  .form_box dl div + div{
    margin-top: 8vw;
  }

  .form_box dl dt,
  .form_box dl dd{
    font-size: 4vw;
    line-height: 1;
  }

  .form_box dl dt{
    width: 100%;
    padding-top: 0;
    margin-bottom: 3vw;
  }

  .form_box dl dt span{
    font-size: 3.5vw;
    padding-left: 0.1em;
  }

  .form_box dl dd{
    width: 100%;
  }
  
  .form_box dl dd.sht{
    width: 100%;
  }
  
  .form_box dl dd.sht2 input{
    width: 30%;
  }

  .form_box dl dd p.error{
    font-size: 3.5vw;
    line-height: 1;
    margin: 1vw 0;
  }

  form input[type="text"] ,
  form input[type="email"],
  form input[type="tel"],
  form input[type="number"],
  textarea{
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    padding: 3vw 3vw;
    background: #FFF;
    border-radius: 1vw; 
    border: 1px solid #9d9d8f; 
    box-sizing: border-box;
    display: block;
  }

  form input[type="text"] + input[type="text"]{
    margin-top: 1vw;
  }

  textarea {
    font-size: 4vw;
    line-height: 1.5;
    height: 40vw;
  }
  
  form input.sht{
    width: 100%;
  }
    
  .form_box > p{
    font-size: 3.8vw;
    line-height: 1.6;
    text-align: left;
    margin: 10vw 0;
  }
  
  .sub_btn a{
    width: 65%;
    height: 13vw;
    font-size: 3.8vw;
    line-height: 13vw;
  }

  input[type="submit"],
  input[type="button"] {
    width: 80%;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    padding: 7vw 0;
    display: block;
    margin: 0 auto;
  }
  
  .bk_btn{
    text-align: center;
    margin: 15vw 0 20vw;
  }

  .bk_btn a{
    width: 65%;
    height: 13vw;
    font-size: 3.8vw;
    line-height: 13vw;
  }  
  
  .thanks .bk_btn{
    margin: 15vw 0 30vw;
  }

  /*.pic_box{
    height: 100vw;
    background: url("../img/contact/sp_pic.jpg") center center no-repeat;
    background-size: cover;
  }*/
  
  .form_box.check dl{
    margin-bottom: 10vw;
  }

  .form_box.check dl dd p{
    font-size: 4vw;
    line-height: 1;
    padding: 3vw 3vw;
    border-radius: 1vw; 
  }

  .form_box.check dl dd p + p{
    margin-top: 1vw;
  }

  .form_box.check dl dd p.texta{
    min-height: 40vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  
  .form_box.check dl dd.sht2 p{
    width: 20vw;
  }
  
  /* radio */

  .radiobox{
    padding: 2.5vw 1.5vw;
  }

  .radiobox div{
    margin-bottom: 0;
  }

  .radiobox label {
    margin: 0;
    display: flex;
    padding: 3vw 3vw;
    background: #FFF;
    border-radius: 1vw; 
    border: 1px solid #9d9d8f; 
    box-sizing: border-box;
  }
  .radiobox label + label{
    margin-top: 1.5vw;
  }

  .radiobox input[type="radio"] {
   margin: 0;
   margin-right: 3vw;
  }

  .radiobox input[type="radio"]::before,
  .radiobox input[type="radio"]::after {
    position: absolute;
    z-index: 1;
    top: -0.45vw;
    left: -0.5vw;
    width: 5.2vw;
    height: 5.2vw;
  }
  .radiobox input[type="radio"]::after {
    z-index: 0;
  }
  .radiobox input[type="radio"]:checked::before {
    border-width: 1.2vw;
  }
  

}






