/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*共通*/
.common-h{
	width:280px;
	text-align: center;
	line-height: 1em;
	display: inline-block;
	letter-spacing: 0.08em;
	border-bottom:2px solid #000;
	padding-bottom:2px;
}
.common-hs{
	display: block;
	letter-spacing: 0.12em;
	margin-top:5px;
}
.common-hs.l-space100{
	letter-spacing: 0.1em;
}
/*CONTACT
----------------------------*/
#contact{
    margin-top:160px;
}
#contact h1{
    margin-bottom:92px;
}
#contact .main-text{
   letter-spacing: 0.06em;
	line-height: 1.9em;
}
#contact .text-title{
	margin-bottom:33px;
}
/* contact form */
#form1{
	margin-top:33px;
}
#form1 dl:first-child{
    margin-top:40px;
}
#form1 dl{
    margin-top:20px;
}
/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
	background: #4d4d4d;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 1px;
	font-size: 12px;
	margin-right: 10px;
	padding: 3px 5px 4px 5px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
/* エラー設定 */
#form1 .inp_error {
    background: #F4D4D4;
}
#form1 .error {
    font-weight: bold;
    color: #FF4040;
    display: block;
    margin: 0;
}
/* フォーム入力項目 */
#form1 input[type="checkbox"],
#form1 input[type="radio"],
#form1 input[type="text"],
#form1 input[type="tel"],
#form1 input[type="email"],
#form1 textarea  {
	 width: 100%;
	 padding: 8px 15px;
	 border: 1px solid #979797;
	 border-radius: 3px;
}
#form1 input[type="text"],
#form1 input[type="tel"],
#form1 input[type="email"],
#form1 input[name="your-Lname"],
#form1 input[name="your-Fname"],
#form1 input[name="name1"],
#form1 input[name="name2"],
#form1 input[name="kana1"],
#form1 input[name="kana2"],
input[type="name"],
input[type="kana"]{
    height:65px;
}
#form1 textarea{
  display:block;
}
#form1 label{
  cursor: pointer;	
}
#form1 input[name="name1"],
#form1 input[name="name2"],
#form1 input[name="kana1"],
#form1 input[name="kana2"],
#form1 input[name="your-Lname"],
#form1 input[name="your-Fname"],
#form1 input[name="your-Lname-kana"],
#form1 input[name="your-Fname-kana"],
input[type="name"],
input[type="kana"] {
    float:left;
	 width: 49%;
	 padding: 8px 15px;
	 border: 1px solid #979797;
	 border-radius: 3px;
}
#form1 input[name="name2"],
#form1 input[name="kana2"],
#form1 input[name="your-Fname"],
#form1 input[name="your-Fname-kana"],
input[type="name"]:last-child,
input[type="kana"]:last-child {
    margin-left:2%;
}
/* checkbox */
.form-check input[type="checkbox"],.form-check input[type=radio]:checked{ 
  display: none;
}

	
.form-check .form-list-item-label {
  position: relative;
  padding-left: 33px;
    padding-right:33px;
}
		
.form-check .form-list-item-label:before{
  width: 20px;
  height: 20px;
    border-radius:20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #979797;
}

.form-check .form-list-item-label:after{
    width: 10px;
    height: 5px;
    border: 2px solid #000;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    top: 6px;
    border-top: none;
    border-right: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	  
}
			
.form-check input[type="checkbox"]:checked + .form-list-item-label:after {
    opacity: 1;			
}

.form-check span.form-list-item{
  margin-left: 0!important;
  margin-right: 20px!important;  
}


/* radio */
.form-radio input[type=radio] {display: none;}
.form-radio .form-list-item-label {
    position: relative;
    padding-left: 33px;
}
.form-radio .form-list-item-label:after,.form-radio .form-list-item-label:before {
    position: absolute;
    content: "";
    display: block; 
    top: 50%;
}
.form-radio .form-list-item-label:after {
    margin-top: -10px;
    width: 20px;
    height: 20px;
   border: 1px solid #979797;
    border-radius: 50%;
}
.form-radio .form-list-item-label:before {
    left: 5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    opacity: 0;
}
.form-radio input[type=radio]:checked + .form-list-item-label:before {
    opacity: 1;
}
/* ラジオボタンを縦並びに */
.form-radio .form-list-item {
    display: block;
}
/* 確認ボタン */
.kakunin input[type="submit"]{
    background-color: #fff;
    color:#000!important;
    border:1px solid #000;
    letter-spacing: 0.13em;
    line-height: 1em;
    display: block;
    display: inline-block;
    padding:15px 32px;
    transition: 0.8s;
    cursor: pointer;
    border-radius: 0!important;
}
/* 確認ボタンホバー */
 .kakunin input[type="submit"]:hover{
    background-color: #3e3a39;
    color:#fff!important;
}
/* 送信ボタン */
.send input[type="submit"]{
    background-color: #fff;
    color:#000!important;
    border:1px solid #000;
    letter-spacing: 0.13em;
    line-height: 1em;
    display: block;
    display: inline-block;
    padding:15px 32px;
    transition: 0.8s;
    cursor: pointer;
    border-radius: 0!important;
}
/* 送信ボタンホバー */
.send input[type="submit"]:hover{
    background-color: #3e3a39;
    color:#fff!important;
}
/* 戻るボタン */
 .back input[type="button"]{
    background-color: #fff;
    color:#000!important;
    border:1px solid #000;
    letter-spacing: 0.13em;
    line-height: 1em;
    display: block;
    display: inline-block;
    padding:15px 32px;
    transition: 0.8s;
    cursor: pointer;
    border-radius: 0!important;
}
/* 戻るボタンホバー */
 .back input[type="button"]:hover{
    background-color: #3e3a39;
    color:#fff!important;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	input[type="submit"],input[type="button"]{
    	padding:20px 32px 5px 32px!important;
	}
}
/*other-section
----------------------------*/
#other-section{
	margin-top:98px;
}
/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
    #form1 dt{width:30%;padding-right:3rem;vertical-align: top;}
    #form1 dd{width:70%;vertical-align: top;}
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 1099px){8
	/*CONTACT
	----------------------------*/
    #contact h1{
		margin-bottom:63px;
	}
	/*その他
	----------------------------*/
	#other-section{
		margin-top:98px;
	}
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
    /*共通*/
    .common-h{
	   width:180px;
    }
	.common-hs{
		letter-spacing: 0.1em;
	}
	/*CONTACT
	----------------------------*/
    #contact{
        margin-top:45px;
    }
    #contact h1{
		margin-bottom:60px;
	}
    #contact .form-title{    
        font-family: Yu Gothic Pr6N B;
    }
	/*その他
	----------------------------*/
	#other-section{
		margin-top:40px;
	}
    /*contactform*/
    #form1 dt{
        font-weight:bold;
    }
}
