@charset "utf-8";
body {
	font-size: 16px;
	color: #231815;
	background: #fff;
	line-height: 1.6;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	text-align:left;
}

a{color: #0688ff; text-decoration:underline;}
a:hover{position:relative; top:1px; left:1px; opacity: 0.9;}

.jump_button{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin:1.5em -2.25%;
}
.jump_button a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #0688ff;
	border-radius: 0.5em;
	margin: 0.25em 0.25em; 
	padding: 1.75em 1.25em 1.75em .5em;
	width: 23%;
	height: 5.5em;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #0688ff;
	text-align: center;
	position:relative;
}
.jump_button a::after{
	content: "";
	position: absolute;
	top: 48%;
	right: 0.65em;
	transform: translateY(-65%) rotate(45deg);
	width: 0.6em;
	height: 0.6em;
	border-right: 3px solid #0688ff;
	border-bottom: 3px solid #0688ff;
}
.link_banner{
	margin:1.5em auto;
	text-align:center;
}
.link_banner a{

}
.link_banner a img{
	width:31%;
	margin:3px;
}

ul.slick-box{
	margin:3em 0 0 0;
	padding:0;
}
.slick-box img{
	width:calc(100% - 1px);
	max-width:500px;
	margin:auto;
	/*border:3px #FFF solid;
	box-shadow:0 0 8px 0 #CCC;
	border-radius:10px;*/
}
.slick-box .item-box{margin:3px;display:none;}
.item-box img{max-width:100%;height:auto;}


.link_button a{
display:block;
text-decoration:none;
color: #fff;
background-color: #0688ff;
border:2px solid #0688ff;
border-radius:0.5em;
padding:1.25em 1em;
margin:1.5em auto 3em auto;
width:250px;
font-weight:bold;
line-height:1.2;
text-align:center;
}


ul.link_list {
	list-style:none;
	margin:-5px 0 2em 0;
	padding:0 0 0 0;
	line-height: 1.4;
}
ul.link_list li{
	margin-bottom:0.65em;
	text-indent: -0.5em;
	padding-left: 1.0em;
}
ul.link_list li::before{
	content: "▶ ";
	display: inline-block;
	color: #0688ff;
}
ul.link_list li a{

}

.wrap{
	max-width: 65vw;/*max-width: 50vw;*/
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.wrap_inner{
	background-color: #dae3f3;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

img{
	max-width: 100%;
	height:auto;}
img.mainimg{
	max-width: 100%;
	height:auto;
	position: relative;
	z-index: 0;
	vertical-align: bottom;
	margin: auto;
	display: block;
}
img.dpshadow{filter: drop-shadow(1px 2px 3px rgb(0, 0, 0, .5));}
img.icom{
	float:left;
	margin: 0 15px 15px 0;
}
.clearboth::after{
	content: "";
	clear: both;
	display: block;
}

.object{
	text-align:center;
	margin:4em auto 2em auto;
	width:50px;
	height:auto;
}

.c-red{font-weight: bold; color:#EA5532;}
.c-blue{font-weight: bold; color:#4472c4;}
.c-green{font-weight: bold; color:#009944;}
.c-pink{font-weight: bold; color:#ff0066;}
.c-orange{font-weight: bold; color:#ed7d31;}

h1.top{
	margin: 0;
	padding: 0;
}
h2{
	color:#0688ff;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border:2px solid #0688ff;
	border-radius:.35em;
	margin:2em 0 1em 0;
	padding: 11px 10px 10px 10px;
}
h2::after{
	clear: both;
	content: "";
	display: block;
}

h3{
	color: #ff5c41;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.1;
	border-left:7px solid #ff5c41;
	margin:1em 0 -0.25em 0;
	padding-left:0.5em;
}


div.m_flow{
	background-image: url("./img/cork.jpg");
	padding:.75em;
}
div.m_flow div{
	background-color:#fff;
	padding:1em;
	border-radius:.5em;
}
div.m_flow div ul{
	display: flex;
	flex-flow:row wrap;
	align-items:center;
	align-content:center;
	justify-content: center;
	list-style: none;
	margin:0.25em 0 0 0;
	padding:0;
}
div.m_flow div ul li{
	margin:0.45em 0.25em;
	padding:1.75em 1.25em;
	border:2px solid #ff5c41;
	color:#ff5c41;
	font-weight: bold;
	font-size:1.3rem;
	height:4.5em;
	line-height:1.2;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: center;
}
div.m_flow div ul li:nth-of-type(2n){
	border:0 solid #ff5c41;
	margin:0.45em 0;
	padding: 0;
	color:#808080;
	
}
div.m_flow div ul li:nth-of-type(1){width:35%;}
div.m_flow div ul li:nth-of-type(3){width:54%;}
div.m_flow div ul li:nth-of-type(5){width:24.5%;}
div.m_flow div ul li:nth-of-type(7){width:24.5%;}
div.m_flow div ul li:nth-of-type(9){width:38.5%;}
div.m_flow div ul li:nth-of-type(11){
	width:80%;
	background-color:#ff5c41;
	color:#fff;
	height:3.5em;
}



div.search{
	background-color:#fff;
	border-radius:.5em;
	margin:1.5em auto 3em auto;
	padding:0.25em 1.5em;
	filter: drop-shadow(1px 2px 3px rgb(0, 0, 0, .5));
}
div.search div{

}

.arealink_button{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin:0 -2%;
}
.arealink_button a{
	display:inline-block;
	text-decoration:none;
	color: #fff;
	background-color: #0688ff;
	border-radius:0.5em;
	padding:1.25em 1em;
	margin:.5%;
	width:31%;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}


div.search .midashi{
	color: #ff5c41;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	padding:0;
	margin:.5em auto .25em auto;
}
div.search .midashi::before{
	content: "⸺ ";
	color: #ff5c41;
	font-feature-settings: "palt";
}
div.search .midashi::after{
	content: " ⸺";
	color: #ff5c41;
	font-feature-settings: "palt";
}



.qa{margin-bottom:.5em;}
.qa div{
background-color: #daedff;
padding:1.5em;
}
.qa div:nth-of-type(2n){
background-color: #fff;

}
.qa div h3{
	margin-top:0;
	padding:0 0 .5em 0;
	font-size:1.6rem;
	color: #0688ff;
	border-bottom:2px dotted #0688ff;
	border-left:0;
	text-indent: -0.8em;
	padding-left: 1.75em;
	line-height: 1.3;
}
.qa div h3::before{
	content: "Q.";
	padding-right:.5em;
	font-size:1.6rem;
	color: #0688ff;
	display: inline-block;

}
.qa div p{
	margin-bottom:0;
}
.qa div p::before{
	content: "A.";
	padding-right:.5em;
	padding-left:.25em;
	font-size:1.2rem;
}


footer{
	background-color: #44546a; 
	color:#fff;
	padding: 15px 3px 9px 3px;
	margin: 30px 0 0 0;
}
small{
	font-size:.6em;
	display: block;
	margin: 5px auto;
}

.clearfix {
  clear: both;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*PCのみスマホのみの表示切替*/
.pc_only {display: inline;}
.sp_only {display: none;}
/*改行調整*/
.textbr_none {white-space: nowrap;}
/*.textbr_none {display: inline-block;}*/





@media screen and (max-width: 1080px) {
.wrap{
	max-width: 95vw;
}


div.m_flow div ul li:nth-of-type(1){width:35%;}
div.m_flow div ul li:nth-of-type(3){width:54%;}
div.m_flow div ul li:nth-of-type(5){width:39.5%;}
div.m_flow div ul li:nth-of-type(7){width:39.5%;}
div.m_flow div ul li:nth-of-type(9){width:90.5%;}
div.m_flow div ul li:nth-of-type(11){
	width:80%;
	background-color:#ff5c41;
	color:#fff;
	height:3.5em;
}
}


@media screen and (max-width: 768px) {
body {
	font-size: 14px;
	line-height: 1.6;
}
.wrap{
	max-width: 95vw;
}
footer{
	padding: 5px 3px 3px 3px;
	margin: 20px 0 0 0;
}
/*PCのみスマホのみの表示切替*/
.pc_only {display: none;}
.sp_only {display: inline;}

/*///////////////////////////
初期研修病院サーチ2次募集LP
///////////////////////////*/
.jump_button{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin:1.5em -5%;
}
.jump_button a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #0688ff;
	border-radius: 0.5em;
	margin: 0.25em 0.25em; 
	padding: 1.75em 1.5em 1.75em .75em;
	width: 43%;
	height: 3.5em;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
	color: #0688ff;
	text-align: center;
	position:relative;
}
.jump_button a::after{
	content: "";
	position: absolute;
	top: 48%;
	right: 0.65em;
	transform: translateY(-65%) rotate(45deg);
	width: 0.6em;
	height: 0.6em;
	border-right: 3px solid #0688ff;
	border-bottom: 3px solid #0688ff;
}

ul.slick-box{
	margin:3em -3em 0 -3em;
	padding:0;
}

div.m_flow div ul{
	display: flex;
	flex-flow:row wrap;
	align-items:center;
	align-content:center;
	justify-content: center;
	list-style: none;
	margin:0.25em 0 0 0;
	padding:0;
}
div.m_flow div ul li{
	margin:0.45em 0.25em;
	padding:1.75em 0.75em;
	border:2px solid #ff5c41;
	color:#ff5c41;
	font-weight: bold;
	font-size:0.9rem;
	height:4.5em;
	line-height:1.2;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: center;
}
div.m_flow div ul li:nth-of-type(2n){
	border:0 solid #ff5c41;
	margin:0.45em 0;
	padding: 0;
	color:#808080;
	
}
div.m_flow div ul li:nth-of-type(1){width:35%;}
div.m_flow div ul li:nth-of-type(3){width:54%;}
div.m_flow div ul li:nth-of-type(5){width:39.5%;}
div.m_flow div ul li:nth-of-type(7){width:39.5%;}
div.m_flow div ul li:nth-of-type(9){width:90.5%;}
div.m_flow div ul li:nth-of-type(11){
	width:80%;
	background-color:#ff5c41;
	color:#fff;
	height:3.5em;
}

.arealink_button{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin:0 -2%;
}
.arealink_button a{
	display:inline-block;
	text-decoration:none;
	color: #fff;
	background-color: #0688ff;
	border-radius:0.5em;
	padding:2.1em 1em;
	margin:.5%;
	width:31%;
	font-size:.8rem;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}
div.search .midashi{
	color: #ff5c41;
	text-align:center;
	font-size:.9rem;
	font-weight:bold;
	padding:0;
	margin:.5em auto .25em auto;
}
img.icom{
	width:80px;
	height: auto;
	margin: 0 15px 5px 0;
}

.qa div h3{
	font-size:1.2rem;

}
.qa div h3::before{
	content: "Q.";
	font-size:1.2rem;

}

}


















