@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　contact

**********************************************************************************************/
/*---------------------------------------------
contact  page_titArea2
---------------------------------------------*/
.page_titArea2 {
  text-align: center;
  margin: 0;
}
  @media (max-width: 750px) {
    .page_titArea2 {
      margin: 0; } }
.page_titArea2 h1 {
	width: 35%;
	margin: auto;
}
.article {
	background: url("../img/top/service_img02.jpg") no-repeat center center;
	background-size: cover;
}


#form_container {
	padding: 50px 2%;
}
#form_container dt {
	width:28%;
	margin-right: 2%;
	display:inline-block;
}@media (max-width: 750px) {
	#form_container dt{width:100%; display: block; margin: 0 0 4px;}}
#form_container dd {width:62%;display:inline-block;padding-bottom: 30px;}
@media (max-width: 750px) {
	#form_container dd{width:100%; display: block; margin: 0 0 15px; padding-bottom: 15px; border-bottom: 1px dotted gray;}}

#form_container dt span {display:inline-block; background-color: red;color: white;margin-left: 10px;padding: 2px 5px;border-radius:30px; font-size: 70%;}

#form_container dd.radio {padding-bottom: 30px;}
#form_container dd.names input{width: 300px;}
#form_container dd.full input{width: 100%;}
#form_container dd.full textarea{width: 100%;}
#form_container dd.yu input{width: 200px;}
/* animations */
@-webkit-keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

#non {display: none;}
.radio label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.radio .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  background: #F3F3F3;
}

.radio .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #c0a062;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.radio .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}


.radio input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}
.no-transforms .radio input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}
.mfp_rows {
	text-align: center;
}
.mfp_rows .mfp_col10{font-size: 110%;}
.mfp_rows p { padding: 15px 0 45px;}
.thanks {
	text-align: center;
	padding: 50px 0;
}
/*
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #c0a062;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #c0a062;
  border-right: 3px solid #c0a062;
}
/*
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}


*/