@charset "utf-8";

.mb10{
	margin-bottom: 10px !important;
}
.flex{
	display: flex;
	align-items: center;
}
.flex.col3 input{
	width: 33.3%;
}
.flex.col2 input{
	width: 49.5%;
}
.w100{
	width: 100%;
}
.w120{
	width: 120px;
}
.w350{
	width: 350px;
}
.w620{
	width: 620px;
}
.mr10{
	margin-right: 10px;
}
.ml10{
	margin-left: 10px;
}
.flex_wrap{
	flex-wrap: wrap;
}
.sp{
	display: none;
}

@media screen and (max-width: 767px){
	.flex{width: 100%;}
	.w120{
		width: 25%;
	}
	.w620{
		width: 100%;
	}
	.sp{
		display: block;
	}
}
.hospital_names {
	display: flex;
	align-items: center;
}
.hospital_names .img{
    background-color: #cccccc;
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}
.hospital_header .point dt{
	background-color: #ffffff;
	border: 1px solid #333333;
	text-align: center;
	min-width: 78px;
	font-weight: bold;
	margin-right: 10px;
}
.hospital_header .point dd{
	margin-right: 15px;
	font-weight: bold;
}
.hospital_header .point{
	display: flex;
	font-size: 14px;
	margin-top: 12px;
}
.hospital_form table{
	width: 100%;
}
.hospital_form .des{
	text-align: center;
	letter-spacing: 1px;
}
.hospital_form .des span{
	color: #ff82b7;
	font-weight: bold;
}
.hospital_form .flow{
	margin-top: 15px;
	list-style: none;
	display: flex;
	font-weight: bold;
	width: 100%;
}
.hospital_form .flow {
	background-image: url(../../img/global/icon_flow01.svg);
	background-repeat: no-repeat;
	background-position: top right;
}
.hospital_form .flow li{
	background-color: #fff6fb;
	color: #ffbeda;
	height: 50px;
	width: 33.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hospital_form .flow .active:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 17px;
	border-color: transparent transparent transparent #ff82b7;
	position: absolute;
	right: -17px;
	top: 0;
	z-index: 1;
}
.hospital_form .flow .active{
	background-image: none;
}
.hospital_form .flow li:nth-child(3){
	background-image: none;
}
.hospital_form .flow li:nth-child(3):after{
	display: none;
}
.hospital_form .flow li:nth-child(2).active:before,
.hospital_form .flow li:nth-child(3).active:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 17px;
	border-color: transparent transparent transparent #fff6fb;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.hospital_form .flow .active{
	background-color: #ff82b7;
	color: #ffffff;
}
.hospital_form th{
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 0;
	text-align: left;
	width: 20%;
}
.hospital_form td{
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px;
	width: 80%;
}
.hospital_form textarea,
.hospital_form input[type="password"],
.hospital_form input[type="text"],
.hospital_form input[type="number"],
.hospital_form input[type="tel"],
.hospital_form select{
	border:none;
	background-color: #f3f3f3;
	padding: 10px;
	font-size: 16px;
}
.hospital_form textarea,.hospital_form input,.hospital_form select{
	border-radius: 0;
}
.hospital_form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px 35px 10px 15px;
	cursor: pointer; 
}
.hospital_form .select_info{
	position: relative;
}
.hospital_form .select_info::before{
	position: absolute;
	padding: 0;
	content: '';
	pointer-events: none;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 6px 0 6px;
	border-color: #2a2a2a transparent transparent transparent;
}
_:lang(x)::-ms-backdrop, .hospital_form .select_info::before {
	display: none;
}
.hospital_form .select_info.type1::before{
	top: 1em;
	left: 5.5em;
}
.hospital_form .select_info.type2::before{
	top: 1em;
	left: 4.2em;
}
.hospital_form input[type="radio"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
}
.hospital_form input[type="radio"]+label span{
	padding-left: 35px;
}
.hospital_form input[type="radio"]:checked+label{
	background-color: #ff82b7;
}
.hospital_form input[type="radio"]+label {
    position: relative;
    margin: 0 8px 8px 0;
    background-color: #f3f3f3;
    padding: 10px 20px 10px 10px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.hospital_form input[type="radio"]{
	display: none;
}
.hospital_form input[type="radio"]:checked+label{
	color: #ffffff;
}
.hospital_form input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 23px;
    width: 8px;
    height: 8px;
    background: #ff82b7;
    border-radius: 50%;
}
.hospital_form input[type="checkbox"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
}
.hospital_form input[type="checkbox"]+label span{
	padding-left: 35px;
}
.hospital_form input[type="checkbox"]:checked+label{
	background-color: #ff82b7;
}
.hospital_form input[type="checkbox"]+label {
    position: relative;
    margin: 0 8px 8px 0;
    background-color: #f3f3f3;
    padding: 10px 20px 10px 10px;
    font-weight: bold;
    cursor: pointer;
}
.hospital_form input[type="checkbox"]{
	display: none;
}
.hospital_form input[type="checkbox"]:checked+label{
	color: #ffffff;
}
.hospital_form input[type="checkbox"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 22px;
    width: 8px;
    height: 4px;
    border-left: 3px solid #ff82b7;
    border-bottom: 3px solid #ff82b7;
    transform: rotate(-45deg);
}
.hospital_form input:focus,.hospital_form textarea:focus,.hospital_form select:focus{
	outline: 1px #ffa65e solid;
	background-color: #fffbe8;
}
.hospital_form .rule{
	color: #2a2a2a;
	text-decoration: none;
	display: block;
	margin: 30px auto 0 auto;
	width: 150px;
}
.hospital_form .rule:before{
	content: "";
	background-image: url(../../img/global/icon_newwindow.svg);
	background-repeat: no-repeat;
	height: 13px;
	width: 12px;
	margin-right: 8px;
	display: inline-block;
}
.hospital_form .caution{
	color: #969696;
	text-align: center;
	list-style: none;
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.hospital_form .require{
	font-size: 12px;
	color: #ea0000;
}
.input_eror {
	background-color: #ffd3d3 !important;
}
.btnBox {
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
/*
_:lang(x)::-ms-backdrop, .btnBox {
	display: block;
}
*/
.btnBox .serch_btn {
	margin-right: 16px;
	color: #2a2a2a;
	background-image: url(../../img/global/bg_1.png);
	font-size: 16px;
	border: none;
	/*margin: auto;*/
	cursor: pointer;
}
.btnBox .serch_btn:hover {
	color: #ffa010;
}
.exec_btn {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	background-color: #ffffff;
	width: 220px;
	height: 50px;
	display: block;
}


@media screen and (max-width: 800px){
	.hospital_form th{
		border-bottom: none;
		padding: 11px 0 10px 0;
	}
	.hospital_form td{
		padding: 0 0 10px 0;
	}
	.hospital_form th,.hospital_form td{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.hospital_names .img{
		display: none;
	}
	.hospital_header .point{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0;
		font-size: 12px;
	}
	.hospital_header .point dt{
		width: 20%;
		margin-right: 0;
		margin-top: 5px;
		align-items:center;
	}
	.hospital_header .point dd{
		width: 73%;
		margin-right: 0;
		margin-top: 5px;
	}
	.hospital_header{
		padding: 4vw;
	}
	.hospital_main{
		padding-top: 20px;
	}
	.hospital_form .des{
		font-size: 12px;
		letter-spacing: 0;
	}
	.hospital_form .flow{
		font-size: 12px;
	}
	.hospital_form .caution{
		font-size: 12px;
		text-align: left;
	}
	.hospital_form .caution li{
		margin-bottom: 5px;
	}
	.hospital_form .caution li:last-child{
		margin-bottom: 0;
	}
	main{
		padding-bottom: 50px;
	}
	
	.hospital_main.complete p {
		margin: 4vw 0 0 0;
		padding: 5vw;
		border: solid 1px #dddddd;
		text-align: left;
		text-align: justify;
	}
	.hospital_main.complete p small{
	    border-top: solid 1px #DDD;
		display: block;
		padding: 2vw 0 0 0;
		margin: 2vw 0 0 0;
		line-height: 1.4;
		font-size: 3vw;
		color: #808080;
	}
	
}

.input_eror::placeholder {
	color: #bbb;
}

.group_err {
	color: #DB0003;
	margin-bottom: 10px;
}

.addition {
	font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}

.hospital_form input[type=text]:disabled,
.hospital_form input[type=password]:disabled {
	background-color: #ebebe4;
	cursor: no-drop;
}

.btnBox.confirm .serch_btn {
	margin: 0;
}
.btnBox.confirm button {
	cursor: pointer;
}
.btnBox.confirm button:not(:last-of-type) {
	margin-right: 20px;
}

.btnBox .back_btn {
	border: 1px solid #333;
	color: #333;
}
.btnBox .back_btn:hover {
	opacity: 0.7;
}


.complete h3 {
	text-align: center;
	font-size: 30px;
	color: #ff82b7;
	margin-top: 120px;
}
.request_form.complete h3 {
	margin-top: 80px;
}

.complete p {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.complete .btnBox {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.complete .btnBox li {
	list-style: none;
}

.complete .btnBox li:not(:last-of-type) {
	margin-right: 20px;
}

.complete .btnBox a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.complete h3 {
		font-size: 24px;
		margin-top: 30px;
	}
	.request_form.complete h3 {
		margin-top: 30px;
	}
	.complete p {
		font-size: 4vw;
	}
	.complete .btnBox li {
		width: 48.5%;
	}
	.complete .btnBox li:not(:last-of-type) {
		margin-right: 3%;
	}
	.complete .btnBox a {
		width: 100%;
	}
}

@media screen and (min-height: 875px) and (min-width: 768px) {
	body.form_comp {
		min-height: 100vh;
	}
	body.form_comp footer {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}