
@charset "utf-8";

.field {
	font-weight:bold;
	width:100%;
	margin: 0 auto;
    padding: 0 20px;
	max-height:0px;
}
.field.is-visible{
	max-height:10000px;
}
.field p{
	font-weight:normal;
}
.field .example {
	color:#979797;
	font-weight:normal;
    font-size: 14px;
}
.field .red {
	color:red;
	font-weight:bold;
}

.field .input-field {
	width: 100%;
	margin:20px 0;
}
.field .input-title {
	width: 25%;
}
.field .input-content {
	width: 75%;
	line-height:1.7;
    padding-top: 7px;
}
.field .btns {
	text-align: center;
}
.field input[type="number"],
.field input[type="tel"],
.field input[type="email"],
.field input[type="text"]{
	font-size: 1rem;
	padding:5px;
	margin-bottom:7px;
	box-sizing:border-box;
	border: 1px solid #7E7E7E;
    border-radius: 5px;
}
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field input[type="email"]:focus,
.field input[type="text"]:focus{
    background-color: #ebebeb;
}
input[type=radio]{
    width: 20px;
    margin-right: 10px;
}
input[type="checkbox"] {
    margin-right: 15px;
}
.field .red.sp{
	display:none;
}

/*radio*/

input[type="radio"] {
  display: none;
}
.radio label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.radio label::before,
.radio label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.radio label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.radio label:hover::before {
  background: #fff;
}
.radio label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #959595;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #959595;
}
input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*check*/
input[type="checkbox"] {
  display: none;
}
.check label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
    width: 282px;
}
.check label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #ebebeb;
  border: 1px solid #a1a09c;
}
input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 11px;
    left: 3px;
    width: 9px;
    height: 4px;
    border-left: 2px solid #ff1116;
    border-bottom: 3px solid #ff1116;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/*追加*/
.form{
    padding: 90px 0;
    margin: 0 auto;
    border: 1px solid #eb6a3c;
    background: rgba(255,255,255,0.8);
}

.form h2{
    margin-bottom: 80px;
    text-align: center;
}

.btn_all{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.btn{
    width: 370px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    height: 60px;
    position: relative;
    margin: 0 10px;
    color: white;
    font-size: 20px;
    vertical-align: middle;
}

.btn a{
    color: white;
    text-decoration: none;
    width: 370px;
    display: block;
    line-height: 60px;
    cursor: pointer;
}

.btn a:hover{
    opacity: 0.7;
}

.btn a::after{
    position: absolute;
    right: 10px;
    top: 23px;
    content: "";
    width: 0px;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #ffffff;
}

.mgb75{
    margin-bottom: 75px;
}

p {
    font-size:16px;
    text-align:left;
}
.green{
    background-color: #009944;
}

.pink{
/*    background-color: #e43998;*/
    background-color: #fe6ea1;
}

.blue{
/*    background-color: #0569a4;*/
    background-color: #3177e9;
}

.orange{
/*    background-color: #eb6100;*/
    background-color: #fb7e2c;
}

.blue02{
    background-color: #2c73e9;
}

.title{
    text-align: center;
    margin-bottom: 50px;
}


body {
    background: url(../img/pc_sien_img.jpg)no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.main{
    background: none;
}

.header-fixed{
    position: static;
}

.main-header{
    padding: 0;
}


@media screen and (max-width:768px){
    body {
    background:none;
  }
.field .red.pc{
	display:none;
}
.field .red.sp{
	display:inline;
}
.field{
    padding: 0;
}
.field ,
.field .input-title ,
.field .input-content {
	width: 90%;
    margin: 0 auto;
}
.field input[type="number"],
.field input[type="email"],
.field input[type="text"]{
	width:100% !important;
}
    
    .field input[type="text"].yubin{
        width: 40% !important;
    }
.field input[type="tel"],{
	width:80% !important;
}



.form{
    padding: 0 0 50px 0;
    border: none;
    background-color: white;
}
    
.form h2{
    width: 80%;
    margin: 0 auto 40px;
}
    
.form h2 img{
    width: 100%;
}

.btn{
    width: 44%;
    margin: 0;
}
    
    button.btn{
        width: 60%;
    }
    

.btn a{
    width: auto;
    font-size: 12px;
}
    
    .btn a::after{
        right: 1%;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #ffffff;
        top: 24px;
    }

    .block{
        background: none;
    }

}

@media screen and (max-width:321px){
    .btn a::after{
        right: -5px;
    }
}







