/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*========= メインコンテンツ ===============*/
div.center_maincontent{
	padding:0 30px;
}
@media(max-width: 1100px) {
    div.center_maincontent {
		padding:0 20px;
    }
}
@media screen and (max-width: 767px){
    div.center_maincontent {
		min-height: 100vh;
    }
}
/*CONTACT
----------------------------*/
#contact{
    margin-top:30px;
}
#contact .main-text{
	line-height: 1.9em;
}
#contact .text-title{
	margin-bottom:30px;
}
#contact .form-title{    
	font-family: Yu Gothic Pr6N D;
}
/* contact form */
#form1{
	margin-top:30px;
}
#form1 dl:first-child{
    margin-top:40px;
}
#form1 dl{
    margin-top:20px;
}
/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
	background: #595757;
}

/* 任意マーク */
.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;
  	background: #fff;
    border-radius: 50%;
}
.form-radio .form-list-item-label:before {
    left: 5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #595757;
    border-radius: 50%;
    opacity: 0;
	z-index: 2;
}
.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:#595757!important;
    border:1px solid #595757;
    letter-spacing: 0.13em;
    line-height: 1em;
    display: block;
    width: 100%;
	margin-left:auto;
	margin-right:auto;
    padding:15px 32px;
    transition: 0.8s;
    cursor: pointer;
    border-radius: 0!important;
}
/* 確認ボタンホバー */
 .kakunin input[type="submit"]:hover{
    background-color: #595757;
    color:#fff!important;
}
/* 送信ボタン */
.send input[type="submit"]{
    background-color: #fff;
    color:#595757!important;
    border:1px solid #595757;
    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:#595757!important;
    border:1px solid #595757;
    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;
	}
}
/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 1099px){
	/*CONTACT
	----------------------------*/
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
}
