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

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
input[type="submit"] {
  -webkit-appearance: none;
}
.only_sp{
	display:block!important;
}
.only_pc{
	display:none!important;
}
	/*common*/
	.logo{
		width:50%;
	}
	.pageHeader{
		height:70px;
		padding:10px 0;
		position:relative;
	}
	.icn_menu,
	.icn_close {
    	width: 40px;
   		position: absolute;
    	top: 25px;
		right: 5%;
		font-size:25px;
		color:#666;
		background:#fff5e9;
		text-align:center;
	}
	.gsnav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 70px;
		z-index: 1000;
		display:none;
	}
	.gsnav ul {
		background: #fff;
	}
	.gsnav > ul > li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
	.gsnav ul li a,
	.gsnav ul li span{
		color: #333;
		display: block;
		padding: 1em 16px;
		/*border-bottom:1px solid #eee;*/
		position:relative;
		font-size:14px;
	}
	.gsnav ul li:nth-child(odd){
		background:#ebf5ff;
	}
	.gsnav ul > li a:after{
		display:block;
		content:"\f105";
		font-family:FontAwesome;
		color:#ccc;
		position:absolute;
		top:50%;
		right:1em;
		transform: translateY(-50%);
	}
	.fnav li{
		display:block;
		width:100%;
		padding:0;
	}
	.fnav li a{
		width:100%;
		padding:0.5em 0;
		display:block;
	}
	.fnav li a:after{
		content: "\f105";
		font-family:FontAwesome;
		padding-left:1em;
	}
	.copyright{
		font-size:12px;
	}
	
	/*page_common*/
	.com_box{
		padding:5em 0;
	}
	.com_ttl01{
		font-size:22px;
	}
	.com_ttl01_en{
		font-size:14px;
		margin-bottom:54px;
	}
	.com_ttl01_en:after {
		bottom:-10px;
	}
	.com_btn01{
		margin: 3em auto 0;
	}
	.com_btn01 a{
		font-size:22px;
	}
	
	/*top*/
	.top_about{
		padding-bottom: calc(810 / 1920 * 100vw);
	}
	.top_consultation_inner01 h3{
		font-size:22px;
		line-height:1.4;
	}
	.top_consultation_inner01{
		margin-bottom:40px;
		padding:2em;
	}
	.top_consultation_inner02{
		margin-top:40px;
	}
	.top_consultation_inner02 h3{
		font-size:22px;
		line-height:1.4;
	}
	.top_residence_inner01{
		padding:2em;
		margin-top:40px;
	}
	.top_residence_inner01 h3{
		font-size:22px;
		line-height:1.4;
	}
	.top_residence_box,
	.top_other_box{
		width:100%;
		margin-bottom:4em;
	}
	.top_residence_box h4,
	.top_other_box h4{
		font-size:20px;
	}
	.top_residence2_ttl{
		font-size:24px;
		line-height:1.4;
		margin-bottom:50px;
	}
	.top_residence2_inner h3{
		font-size:22px;
		line-height:1.4;
	}
	.top_other_inner01{
		padding:2em;
	}
	.top_other_inner01 h3{
		font-size:22px;
		line-height:1.4;
	}
	.top_other_inner03{
		margin:2em auto 4em;
	}
	.top_other_txt01{
		font-size:22px;
	}
	.submit_btn button{
		font-size:22px;
	}
	.top_contact_ttl01{
		font-size:20px;
	}


}
