.btnAreaC a{
    color:#fff;
}
.kakunin {
    cursor: pointer;
    
}
.kakunin:hover {
    opacity: 0.8;
}
.contact{
    background-color: #f5f5f5;
    color:#5a5a5a;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
}
.contact .ttl{
    padding-left: 1em;
    background-color: #fff;
    border-top:5px solid #0099cc;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
}
.contact .contents{
    max-width:925px;
    width:100%;
    margin:0 auto;
}
.contact .btnAreaC{
    display: flex;
    
}
.contact .btnAreaC .lineBtnC{
    border-radius: 20px;
    color:#fff;
    background-color: #00c300;
    display: inline-block;
    padding:8px;
    width:195px;
    margin-right:1em;
    font-size: 16px;
    font-weight: bold;
}
.contact .btnAreaC .telBtnC{
    border-radius: 20px;
    color:#fff;
    background-color: #969696;
    display: inline-block;
    padding:8px;
    width:195px;
    font-size: 16px;
    font-weight: bold;
}

.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_r_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
 right: 7px;
  margin-top: -9px;
}
.arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.contact .txtBtmTtl{
    margin:1em 0;
    
}
.contact .circleBle::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 15px; 
    background-color: #0099cc;
    border-radius: 50%;
    margin-right: 0.5%;
    }
.contact .txtBtm{
    color:#5a5a5a;
    font-size: 12px;
}
.contact .ble{
    color:#0099cc;
}










#formWrap {
	max-width:100%;
	margin:0 auto;
	color:#000;
	line-height:120%;
	font-size:90%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    table-layout: fixed;
}
table.formTable td,table.formTable th{
	padding:10px;
    width:auto;

}
table.formTable td{
    font-size: 1.2rem;
}
table.formTable td input{
    width:572px;
    height: 35px;
    font-size: 14px;
        padding: 5px;
}
table.formTable th{
	width:200px;
	font-weight:normal;
	text-align:left;
    vertical-align: middle;
    font-size: 14.4px;
}
table.formTable tr{
    width:100%;
    display: block;
    margin-bottom:1em;
    background-color:#f5f5f5;
}
#formWrap .toptxt{
    padding:2em 0;
}
.form_wrap{
    padding-bottom:3em;
}
.contact .content{
    background-color:#fff;
    padding: 2%;
    margin-top: 1em;

}
.contact .txtmil{
    padding:3% 0;
    line-height: 1.5;
    font-size: 16px;
}

.kakunin{
    background-color:#0099cc;
    border:none;
    color:#fff;
    width:360px;
    border-radius: 5px;
    padding:12px 0;
    font-size:17px;
    font-weight: bold;
    margin: 40px auto 24px;
    
}






/*ここからコンタクトページ*/
.contact .mainArea{
    background: url(../images/common/cttTop.jpg)no-repeat top center;
    background-size: auto;
    height: 0;
    background-size: 100% auto;
    padding-top: 24.030388%;
    position: relative;
}

.contact .txtArea{
    margin:2em 0;
}

.form_wrap h3{
    font-size: 1.2rem;
    margin-bottom:1em;
    margin-top:2em;
    line-height: 1.5;
}
.txtArea p,.txtBox ul li{
    line-height: 2;
}
.txtBox{
    margin-bottom:2em;
}
.bdrtxt{
    border-bottom:1px solid #000;
    padding-bottom: 2em;
}
textarea{
    width: 572px;
    height: 100px;
    font-size: 14px;
        padding: 5px;
  }


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

@media screen and (max-width:800px) {
    table.formTable tr{
    width:100%;
    margin:0 auto 1em;
    }
    table.formTable td input{
        width:95%;
        font-size: 14px;
        padding: 5px;
    }
    
    #formWrap .toptxt{
        text-align: center;
    }
    .form_wrap{
        padding:2em;
    }

#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:98%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
    line-height: 8px;
	height:40px;
}
    .contact .ttl{
        margin: 0 1em;
    }
  
    .form_wrap{
        padding:0;
    }
    
    
}
@media screen and (max-width:480px) {
    .contact .ttl{
        font-size: 20px;
    }
    .kakunin:{width:100%;}
    .contact .btnAreaC{
        display: block;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 32px;
        
    }
    .contact .btnAreaC .lineBtnC{
        margin-right:0;
        margin-bottom:1em;
        font-size: 14px;
    }
    .contact .btnAreaC .telBtnC{
        font-size: 14px;
    }
}