@charset "utf-8";
/*////////////////////////////////////////////////////

ヘッダーボタン

////////////////////////////////////////////////////*/
#page__contact .btn__contact__support{
  display: none;
}
#page__contact .sp__contact__support{
  display: none;
}
#page__contact .sp__contact_support{
	display: none;
}
input[type="submit"], input[type="button"] { -webkit-appearance: none; }
/* フォームパーツの装飾 */
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	width:95%;
	padding: 7px 2%;
	border: #D3DCE0 solid 1px;
	border-radius: 3px;
	background: #D3DCE0;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
form textarea {
	display: block;
	width: 94%;
	max-width: 94%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #D3DCE0;
	border-radius: 3px;
	background: #D3DCE0;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
/* フォーカス持のスタイリング */
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
	outline: 0;
  box-shadow: none;
	border: 1px solid #D3DCE0;
	background: #eee;
}
.check__privacy{
	width:650px;
	padding: 20px;
	margin: 20px auto 0;
	text-align: center;
	border:solid 1px #ccc;
	border-radius: 5px;
}
/* エラー文の装飾 */
label.error{
	display: block;
	color: #f00;
	font-weight: 500;
}
.check__privacy > label{
    position: relative;
}
input[type="checkbox"] + label{
    position: absolute;
    top:0;
    right:-130px;
}
/* 送信ボタンの装飾 */
#form_submit_button.w20{
	margin: 0  0 0 30px;
	padding: 15px 25px;
	background: #ccc;
	border-color: #ccc;
}
#form_submit{
	text-align: center;
}
.mt100{
	margin: 100px 0 0 0;
}
#form_submit_button{
	display: block;
	border:none;
	color: #fff;
	margin:  40px auto;
	position:  relative;
	transition:  all 0.1s;
	top:0;
	left:0;
	cursor: pointer;
	background: url(../_img/arrow.png) no-repeat center right #F29600;
	display:  inline-block;
	padding:  15px 70px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
#form_submit.bg__green input{
	background: url(../_img/arrow.png) no-repeat center right #3a8798;
}
#form_submit_button:hover{
	opacity: 0.8;
}
.p__tac{
	text-align: center;
	line-height: 1.8;
	padding: 40px 0!important;
}
.box__privacy{
	width:650px;
	height:250px;
	overflow-y:scroll;
	margin: 0 auto;
	border:solid 1px #ccc;
	padding: 20px;
	line-height: 1.8;
}
.box__privacy h4{
	font-weight: 700;
	margin: 10px 0 0 0;
	font-size: 18px;
}
.links__medical__btn{
	width:100%;
	max-width:400px;
	margin: -40px auto 100px;
	display: block;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
	padding: 15px 30px 12px 80px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 700;
	background: url(/_common/_img/ic_mail_wh.png) no-repeat 25px center / 40px auto #f7931e ;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s;
}
.links__medical__btn:hover{
	opacity: 0.8;
}
.links__medical__btn:after{
	content:"";
	display: block;
	position: absolute;
	right:20px;
	top:50%;
	margin: -9px 0 0 0;
	width:12px;
	height:12px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
.links__medical__btn:hover:after{
	right:14px;
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////

SP対応

//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/
@media screen and (max-width: 640px) {

.check__privacy,
.box__privacy {
    width:100%;
}
input[type="checkbox"] + label {
    position: absolute;
    top: 20px;
    right: 70px;
}
#form_submit_button.w20{
	margin: 0  0 0;
}
.p__tac {
    text-align: left;
}
.links__medical__btn{
	font-size: 4vw;
}
}