@charset "UTF-8";
/* CSS Document */


.contents-box p.tel{
	color: #00ae95;
	font-size: 35px;
	margin-top: 25px;
}
.tel::before{
	content: "\f095";
    font-family: FontAwesome;
    margin-right: 5px;
}



/* contents01 */

.contents01 h6 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	font-size: 38px;
	color: #0071bc;
	padding-top: 15px;
	margin-bottom:15px;
}






.text01 {
	margin-bottom: 40px;
}






/* contact-box */


.cbn {
	vertical-align: top;
	display: inline-block;
	float: left;
	margin-right: 10px;
}


/*contact*/



form.contact {
	clear: both;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	font-size: 12px;
	color: #333;
	display: block;
}

label {
	font-size: 12px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}

.contact div.button {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	
}


.contact button {
	border: none;
	border-radius: 6px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
cursor: hand;
	font-size: 15px;
	color: #fff;
	background-color: #ccc;
	width: 150px;
	height: 30px
}

.contact button:hover{
	color: #000;
}

/* dl
---------------------------------------------------- */

dl {
}

dl dt,dd {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	line-height: 1.6em;
}




.com01 {
	width: 630px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

	.com01 dt {
		float:left;
		width:198px;
		padding:10px 3px 8px 10px;
		line-height: 150%;
		clear:left;
		
	}
		
	.com01 dd {
	line-height: 150%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 195px;
	}
	
.com01:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.com02 {
	width:630px;
	margin:0 0 0 0px;
}

	.com02 dt {
		float:left;
		width:198px;
		padding:10px 3px 8px 10px;
		line-height: 150%;
		clear:left;
	}
		
	.com02 dd {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 212px;
	}
	
.com02:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.com03 {
	width:630px;
	margin:0 0 0 0px;
}

	.com03 dt {
		float:left;
		width:198px;
		padding:10px 3px 8px 10px;
		line-height:1.8;
		clear:left;
	}
		
	.com03 dd {
		padding:10px 10px 8px 125px;
		line-height:1.8;
	}
	
.com03:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* お問い合わせページ
---------------------------------------------------- */
form,input,textarea,button{
	margin:0;
	padding:2px;
	font-size:100%;
}

.frm_p01 {
	margin:0 5px 0 0;
}

.frm_s01 {
	width:300px;
	font-size:12px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



@media screen and (max-width: 737px) {


	.contents-box p.tel{
	
	font-size: 10vw;
	margin-top: 25px;
}
	
	
/* contents01 */

.contents01 h6 {
	font-size: 30px;
}


.text01 {
	margin-bottom: 6%;
}





/*contact*/



form.contact {
	width: 90%;
}

label {
}

.contact div.button {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.contact button {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	margin-bottom: 3%;
	width: 90vw;
    height: 8vh;
}

.contact button img {
	width: 100%;
	height:auto;
}



/* dl
---------------------------------------------------- */

dl {
}

dl dt,dd {
}


.com02 {
	width: 100%;
}

	.com02 dt {
	float: none;
	width: 100%;
	line-height: 150%;
	clear: both;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 2%;
	padding-left: 0px;
	}
		
	.com02 dd {
	line-height: 150%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 0px;
	padding-left: 0px;
	}
	
.com02 input {
	width: 100%;
	height:6vh;
}

.com02 .dd-radio input {
	width: 4%;
	clear: both;
}

.com02 .dd-radio2 {
	clear: both;
	width: 100%;
}

.com02 .dd-radio2 input {
	width: 7%;
}

.com02 textarea {
	width: 100%;
}
	
	

/* お問い合わせページ
---------------------------------------------------- */
form,input,textarea,button{
	margin:0;
	padding:0.1%;
	font-size:100%;
}



   .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }  
   
}
