@charset "UTF-8";
	.contact_contents + div{
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
	
	.contact_contents + div a{
		text-decoration: underline;
	}
	.contact_tel{
		color:  #233B68;
		font-weight: 500;
		line-height: 1.4;
		margin-bottom: 80px;

	}
	
	input[type="submit"] {
		display: flex;
        align-items: center;
        justify-content: center;
        max-width: 340px;
        height: 64px;
        padding: 0 16px 0;
        border-radius: 32px;
		border: none;
		font-size: 1.6rem;
        background: #233B68;
        margin: 0 auto;
        transition: ease .2s;
		width: 30%;
		color: #fff;
		cursor: pointer;
}

/*--hover--*/
input[type="submit"]:hover {
   	color: #fff;
	background: #56B3E7;

}


/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	.explanation{
		margin-bottom: 64px;
	}
	.contact_tel a{
		font-size: 5.0rem;
		font-weight: 700;
		color: #233B68;
	}
	.contact_contents{
		display: flex;
		flex-wrap: wrap;
		width: 70%;
		margin: 0 auto 64px;

	}
	
	.contact_contents dt{
		width: 260px;
		color: #233B68;
		font-weight: 500;
		border-bottom: solid 1px #233B68;
		padding: 24px;
		
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		justify-content: space-between;

		
	}
	
	.contact_contents dd{
		width: -webkit-calc(100% - 340px);
		width: calc(100% - 340px);
		padding:24px 0 24px 32px;
		border-bottom: solid 1px #C4C4C4;
		text-align: left;
		
	}
	.hissu{
		display: inline-block;
		background: #F84B38;
		color: #fff;
		padding: 4px;
		font-size: 1.3rem;
		font-weight: 300;
		float: right;
		line-height: 1;
	}
	.nini{
		display: inline-block;
		background: #233B68;
		color: #fff;
		padding: 4px;
		font-size: 1.3rem;
		font-weight: 300;
		float: right;
		line-height: 1;
	}
	input[type='text'],input[type='email'],input[type='tel'],select{
	width: 100%;
	height: 50px;
	border:solid 1px #D5D5D5;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New",'メイリオ,', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
	
	textarea{
	width: 100%;
	height: 100px;
	border:solid 1px #D5D5D5;
	border-radius: 5px;
	padding: 16px;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New",'メイリオ,', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
	.sub_title{
		font-size: 4.0rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 72px;
	}
}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
		.explanation{
			font-size: 1.3rem;
			margin-bottom: 24px;
			text-align: center;
			letter-spacing: -0.1px;
	}
	.contact_tel{
		margin-bottom: 40px;

	}
	.contact_tel a{
		font-size: 3.0rem;
		font-weight: 700;
		color: #233B68;
	}
	
	.contact_contents{
		margin: 0 auto 24px;

	}
	
	.contact_contents dt{
		color: #233B68;
		font-weight: 500;
		border-bottom: solid 1px #233B68;
		padding: 8px 0;
		
	}
	
	.contact_contents dd{
		padding: 8px 0;

		
	}
	.hissu{
		display: inline-block;
		background: #F84B38;
		color: #fff;
		padding: 4px;
		font-size: 1.2rem;
		font-weight: 300;
		float: right;
		line-height: 1;
	}
	.nini{
		display: inline-block;
		background: #233B68;
		color: #fff;
		padding: 4px;
		font-size: 1.2rem;
		font-weight: 300;
		float: right;
		line-height: 1;
	}
	input[type='text'],input[type='email'],input[type='tel'],select{
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	height: 50px;
	border:solid 1px #D5D5D5;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New",'メイリオ,', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
		textarea{
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	height: 100px;
	border:solid 1px #D5D5D5;
	border-radius: 5px;
	padding: 16px;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New",'メイリオ,', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
	.sub_title{
		font-size: 2.6rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 24px;
	}
	
	.sub_title + .explanation{
		text-align: left;
	}
	
	input[type="submit"] {
		width: 90%;
		 height: 48px;
	}
}/* End SP */
