
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://use.fontawesome.com/releases/v5.7.0/css/all.css");
/*-- Recruit --*/
.recruit #contents .recruit-menu {
  display: block;
  float: left;
  width:1000px;
}
.recruit #contents .recruit-menu li {
  display: block;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 42px;
  box-sizing: border-box;
  width: 231px;
  margin: 10px 0 0 12px;
  border: 1px solid #135893;
}
.recruit #contents .recruit-menu li:nth-child(-n+4) {
  margin-top: 0;
}
.recruit #contents .recruit-menu li:nth-child(4n-3) {
  margin-left: 0;
}
.recruit #contents .recruit-menu li a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.recruit #contents .recruit-menu li a[target]::after {
  content: url(../../../common/img/ico_ext_on.gif);
  display: inline-block;
  margin-left: 10px;
}
.recruit #contents .recruit-menu li a:hover {
  text-decoration: none;
  background: rgba(19, 88, 147, 0.2);
}
.recruit #contents .recruit-menu li.active {
  border: 1px solid #bc2658;
}
.recruit #contents .recruit-menu li.active a {
  background: #bc2658;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.recruit.index #contents .news-pane {
  width: 600px;
}
.recruit.index #contents .banner {
  display: block;
  float: right;
  width: 330px;
}
.recruit.index #contents .banner li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.recruit.index #contents .banner li a {
  display: block;
  float: left;
  background-color: transparent;
  transition: 0.3s all;
}
.recruit.index #contents .banner li a > img {
  transition: 0.3s all;
}
.recruit.index #contents .banner li a:hover > img {
  opacity: 0.5;
}
.recruit.index #contents .banner li a.youtube-box {
  width: 100%;
  height: 240px;
}

.department #contents h4 {
  display: block;
  float: left;
  text-align: center;
  font-size: 1.4285714286rem;
  width: 100%;
  letter-spacing: 1px;
  color: #bc2658;
  padding: 20px;
  border-top: 1px solid #bc2658;
  border-bottom: 1px solid #bc2658;
}
.department #contents h4 small {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.department #contents h4.sub-title {
  color: #135893;
  padding: 0;
  border: none;
}
.department #contents h4.sub-title::before, .department #contents h4.sub-title::after {
  content: '\25CF';
}
.department #contents h4.sub-title::before {
  margin-right: 0.5em;
}
.department #contents h4.sub-title::after {
  margin-left: 0.5em;
}
.department #contents table td > * {
  display: block;
/*  float: left;*/
  clear: left;
  margin-bottom: 10px;
}
.department #contents table td > *:last-child {
  margin-bottom: 0;
}
.department #contents table td > hr {
  margin: 10px 0 20px;
}
.department #contents blockquote .float-left {
  margin-bottom: 0;
  max-width: 680px;
}
.department #contents blockquote .float-left > * {
  width: 100%;
}
.department #contents blockquote .float-left > *:not(h6) {
  margin-bottom: 10px;
}
.department #contents blockquote .float-left > *:last-child {
  margin-bottom: 0;
}
.department #contents blockquote .float-left > table {
  width: auto;
}
.department #contents .youtube-box {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.department #contents .youtube-box:after {
  content: '';
  display: table;
  clear: both;
}
.department #contents .list-hospital {
  width: 100%;
}
.department #contents .list-hospital li {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.department #contents .list-hospital li::before {
  content: '\2022';
  margin-right: 0.75em;
}
.department #contents .list-hospital li a::after {
  padding-left: 0.75em;
}
.department #contents .list-hospital li a[href*=".pdf"]::before {
  display: none;
}
.department #contents .list-hospital li a[href*=".pdf"]::after {
  content: url(../../../common/img/ico_pdf.gif);
  display: inline-block;
  vertical-align: middle;
  /*margin-left: 10px;*/
}

.rec_msg{
	font-weight:bold;
	color:red;
	font-size:1.1em;
}


.department #contents .reha_tbl{
	border-collapse: collapse;
	width:100%;
}
.department #contents .reha_tbl th{
	padding: 6px;
	font-weight:bold;
	vertical-align:central;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	text-align:center;
}
.department #contents .reha_tbl td{
	padding: 12px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align:center;
}


/*# sourceMappingURL=parts.css.map */

.session_h{
	font-weight:bold;
	font-size:1.0em;
	background:#135893;
	padding:10px;
	color:#fff;
}


a.button_02 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #439FD0;
	color: #333;
	overflow: hidden;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#439FD0:;
	display:block;
	width:37%;
	float:right;
	padding:10px 0;
	font-size:18px;
	
}
a.button_02::before,
a.button_02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.button_02,
a.button_02::before,
a.button_02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.button_02:hover {
	color: #fff;
}
a.button_02::after {
	top: -100%;
	width: 100%;
	height: 100%;
	content:'' !important;
display: block !important;
margin-left: 0px !important;
}
a.button_02:hover::after {
	top: 0;
	background-color: #439FD0;
}

.contents h4 .ttl01 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
}

/* 追加 */

/*#contents > section > div {
    display: block;
    float: left;
    margin-top: 0px;
     width: auto; 
}
#contents > section > h4 ,
#contents > section > h5 {
	width:100%;
}

#contents > section > * {
    display: block;
    float: left;
    margin-top: 50px;
     width: auto !important; 
}
*/

#contents #recruit h4.recruit {
	padding: 0 !important;
color: #FFF;
text-align: left;
border-top: none !important;
border-bottom: none;
margin-top:-240px;
padding-top:240px !important;
position:relative;
	z-index:-1;
}
#contents #recruit h4.recruit span{
	background-color: #9aca42;
border-top: 1px solid #9aca42 !important;
border-bottom: 3px solid #6a9c0f;
display: block;
border-radius: 3px;
padding: .5em .9em;
margin-bottom:-20px;
margin-top:10px;
}
/*
#contents #recruit h4.recruit{
    position: relative;
	color:#135893;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #Fff;
    border-top: 1px solid #FFF;
	text-align:left;
}
 
#contents #recruit h4.recruit:before{
    content: "";
    position: absolute;
    background: #4f9fe4;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
#contents #recruit h4.recruit:after{
    content: "";
    position: absolute;
    background:#1f6aab;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
*/
#contents #recruit h5.recruit {
	padding: .5em .75em;
	border-bottom: 1px dotted #124c33;
	color:#135893;
	text-align:left;
}

a#intern {
	margin-top:-235px;
	padding-top:235px;
}

/*-----------------------------アコーディオンCSSここから！-----------------------------*/
.inter_title {
	font-size:16px;
	font-weight:bold;
}
label {
    background: green;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 15px 0 0 0;
    border: 1px solid #fff;
	border-radius:4px;
	font-size:16px;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
	 overflow: hidden;
}

.menu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0 ;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}
/*
input[type="checkbox2"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox2"].on-off:checked + ul{
    height: 1900px;
}
*/
/*-----------------------------アコーディオンCSSここまで！-----------------------------*/

.inter_main{
	padding-bottom:20px;
	margin-top:20px;
}

.inter_box{
	margin-top:20px;
}

.inter_main{
	margin-bottom:30px;
	overflow: hidden;
}

/*#recruit h7.inter{
	padding:.5em .75em;
	font-size:18px;
	padding-top:10px;
	color:#0571b0;
	border-bottom:3px dotted #36F;
	font-weight:bold;
	margin:10px 0 10px 0;
	}*/

	
.leftImg{
	float:left;
	margin:0 20px 20px 0;
}
.rightImg img,
.leftImg img{
	border:1px solid #ccc;
	 padding:2px;

}

.rightImg{
	float:right;
	margin:0 0 20px 20px;
}

.rec_btn_01 {
	display: inline-block;
	padding:0 20px;
 width:370px;
	height: 150px;
	text-align: center;
	text-decoration: none;
 line-height:48px;
	outline: none;
/*	margin-top:10px;*/
 margin-bottom:30px;
 margin-left:50px;
}
.rec_btn_01::before,
.rec_btn_01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.rec_btn_01,
.rec_btn_01::before,
.rec_btn_01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.rec_btn_01 {
	background-color: #FFF;
	color: #fe7f24;
	border-radius:30px;
	border:3px solid #fe7f24;
}
.rec_btn_01:hover {
	background-color: #ee6401;
	color:#FFF;
}

.rec_link {
	color:#135893;
}

a.rec_link:hover {
	text-decoration:underline;

}

.rec_btn_02 {
	display: inline-block;
	padding:0 20px;
 width:370px;
	height: 150px;
	text-align: center;
	text-decoration: none;
 line-height:48px;
	outline: none;
/*	margin-top:10px;*/
 margin-bottom:30px;
 margin-left:50px;
}
.rec_btn_02::before,
.rec_btn_02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.rec_btn_02,
.rec_btn_02::before,
.rec_btn_02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.rec_btn_02 {
	background-color: #FFF;
	color: #9aca42;
	border-radius:30px;
	border:3px solid #9aca42;
}
.rec_btn_02:hover {
	background-color: #9aca42;
	color:#FFF;
}

.rec_link {
	color:#135893;
}

a.rec_link:hover {
	text-decoration:underline;

}

.rec_btn_text{
	font-size:20px;
	font-weight:bold;
}


.rec_btn_text01{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	padding-top:24px;
}

.rec_btn_text02{
		font-size:20px;
 	font-weight:bold;
		margin-top:22px;
		}
	


.rec_btn_text_03{
	font-size:30px;
	font-weight:bold;
}

.rec_btn_text_04{
		font-size:30px;
	 font-weight:bold;
		line-height:144px;
}

.rec_box_after{
	float:right;
	overflow:hidden;
	padding:0 34px;
}

/*.rec_box_before{
	padding:20px 0;
}
	*/


.right {
	float:right !important;
}

.rec_btn {
	display: inline-block;
	padding:0 20px;
	/*width: 200px;*/
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-top:10px;
}
.rec_btn::before,
.rec_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.rec_btn,
.rec_btn::before,
.rec_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.rec_btn {
	background-color: #FFF;
	color: #135893;
	border-radius:2px;
	border:3px solid #c13664;
	width: 300px;
	font-weight: 900;
}
.rec_btn a{
		color: #c13664;
		font-weight: 900;

}
.rec_btn:hover {
	background-color: #c13664;
	color:#FFF;
}

.rec_btn:hover a{
	color:#FFF;
}

.rec_link {
	color:#135893;
}

a.rec_link:hover {
	text-decoration:underline;

}


#contents .textbox {
	clear:both;
	margin: 0 auto 30px auto;
	width:920px;
	overflow: hidden;
}
#contents .textbox .popbox {
	display:block;
	color: #439FD0;
    padding: 10px 20px;
    margin: 10px 0;
    background: #FDFDF5;
    border: solid 2px #4BBFCF;
    width: 650px;	
}

#contents .textbox .course {
	display:block;
	color: #7e6b5a;
    padding: 10px 20px;
    margin: 10px 0;
    /*background: #FDFDF5;*/
    border: solid 2px #9aca42;
    width: 650px;
}

#contents .textbox p.img {
	margin-bottom:30px;
	float:right !important;
	
}

#contents .textbox table.schedule  {
	width:650px;
	padding: 5px 10px;
	border:#ccc 1px solid;
}
#contents .textbox table.schedule th {
	background-color:#f2f2f2;
	padding: 5px 15px;
	width:150px;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	text-align:right;
}
#contents .textbox table.schedule_02 th{
	text-align: center;
	width: 150px;
}
#contents .textbox table.schedule td {
	padding: 5px 10px;
	border-bottom:#ccc 1px solid;
}

#contents .textbox ul.entry {
	width: auto;
	padding:0;
	font-size:0px;
	margin-top:10px;
}

#contents .textbox ul.entry li {
	width: 400px;
	display: inline-block;
	font-size:16px;
 
}

#contents .textbox ul.entry li a {
  display: block;
}

#contents .textbox ul .list-dot {
	width: 700px;
	padding:0;
	font-size:0px;
	margin-top:10px;
}
.recruit #contents #recruit_head {
	width:100%;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.recruit #contents .recruit-menu2 {
	display: block;
	/*position:fixed;*/
	width:960px;
	margin: 0px auto;
}
.recruit #contents .recruit-menu2 li {
  display: block;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 42px;
  box-sizing: border-box;
  width: 231px;
  margin: 10px 0 0 12px;
  border: 1px solid #135893;
  border-radius:20px;
	background-color:#FFFFFF;
}
.recruit #contents .recruit-menu2 li:nth-child(-n+4) {
  margin-top: 0;
}
.recruit #contents .recruit-menu2 li:nth-child(4n-3) {
  margin-left: 0;
}
.recruit #contents .recruit-menu2 li a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.recruit #contents .recruit-menu2 li a[target]::after {
  content: url(../../../common/img/ico_ext_on.gif);
  display: inline-block;
  margin-left: 10px;
}
.recruit #contents .recruit-menu2 li a:hover {
  text-decoration: none;
  background: rgba(19, 88, 147, 0.2);
    border-radius:20px;

}
.recruit #contents .recruit-menu2 li.active {
  border: 1px solid #bc2658;
}
.recruit #contents .recruit-menu2 li.active a {
  background: #bc2658;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.recruit #contents #recruit_head .back {
	/*background-color:#9aca42;*/
	background:#135893;
	width:100%;
	margin:10px auto;
	padding: 10px ;
	overflow:hidden;
}

/*161022tashiro追記*/
.scroll {
  position: relative;
  width: 100%;
  z-index:1000;
}
.fixed {
  position: fixed;
  top: 115px;
  /* box-shadow */
box-shadow:0px 9px 22px -8px #e5e5e5;
-moz-box-shadow:0px 9px 22px -8px #e5e5e5;
-webkit-box-shadow:0px 9px 22px -8px #e5e5e5;
}
.rec_btn{
	z-index:500;
	
}
#recruit .box{
	position:relative;
	z-index:99;
	
}
.session_box1{
	float:left;
	width:50%;
}

.session_box2 img{
	float:right;
	margin-bottom:40px;
}

.entry_txt{
	width: 100%;
	text-align: center;
	padding: 14px;
	margin-bottom: 28px;
	border-top: 2px solid #055ca7;
	border-bottom: 2px solid #055ca7;
	color: #055ca7;
	line-height: 2.8em;
}

.entry_txt_date{
	font-size: 1.6em;
}

.entry_txt_count{
	font-weight: bold;
	font-size: 2.6em;
}

#contents .textbox ul.engi_image li{
	display:block;
	float:left;
	overflow:hidden;
	margin-right:20px !important;
}


#contents .textbox ul.rnu_image li{
	display:block;
	float:left;
	margin-right:20px !important;
	margin-bottom:20px;
}


/*薬剤部門 テーブルデザイン
---------------------------------------------------------------------------*/
#contents table.ph_tbl_1{
	width: 95%;
	margin: 0 auto 20px;
	border:none;
	border-collapse: collapse;
	box-sizing:border-box;
}
#contents table.ph_tbl_1 th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #cff3ff;
	border: 2px solid #74d0e9 !important;
	font-weight:bold;
	width:auto;
	box-sizing:border-box;
}

#contents table.ph_tbl_1 th.tate{
}

#contents table.ph_tbl_1 th.month{
	width:5%;
}

#contents table.ph_tbl_1 th.seminar{
	text-align:left;
}

#contents table.ph_tbl_1 td{
	padding: 5px;
	background-color: #fff;
	border: 2px solid #74d0e9 !important;
	text-align:center;
	box-sizing:border-box;
	font-size: 2.5em;
}


#contents table.ph_tbl_2{
	width: 100%;
	margin: 0 auto 20px;
	border:none;
	border-collapse: collapse;
	box-sizing:border-box;
}
#contents table.ph_tbl_2 th{
	width: 36%;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #cff3ff;
	border: 2px solid #74d0e9 !important;
	font-weight:bold;
	box-sizing:border-box;
}

#contents table.ph_tbl_2 td{
	padding: 5px;
	background-color: #fff;
	border: 2px solid #74d0e9 !important;
	text-align:center;
	box-sizing:border-box;
}


#contents table.ph_tbl_3{
	width: 100%;
	margin: 0 auto 20px;
	border:none;
	border-collapse: collapse;
	box-sizing:border-box;
}
#contents table.ph_tbl_3 th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #cff3ff;
	border: 2px solid #74d0e9 !important;
	font-weight:bold;
	box-sizing:border-box;
}

#contents table.ph_tbl_3 th.ryou{
	width: 20%;
}
#contents table.ph_tbl_3 th.year{
	width: 20%;
}
#contents table.ph_tbl_3 th.theme{
	width: 60%;
}

#contents table.ph_tbl_3 td{
	padding: 5px;
	background-color: #fff;
	border: 2px solid #74d0e9 !important;
	text-align:center;
	box-sizing:border-box;
	vertical-align:middle;
}

#contents table.ph_tbl_3 td span{
	font-size:2.0em;
	font-weight:bold;
	display: inline-block;
  float: none;
}

#contents table.ph_tbl_3 td.theme_tl{
	text-align:left;
}

.career_bnr{
	-webkit-transition: all .3s;
	transition: all .3
}
.career_bnr:hover{
	opacity:0.8;}
	.department #contents table table.inner {
		display:table;	
	}
.department #contents table table.inner tbody{
	width:100% !important;
}
.department #contents table table.inner th{
width: 10%;
padding: 10px;
text-align: center;
}
.department #contents table table.inner td{
	width:auto !important;
	padding:10px;
	text-align: center;

}

/*20170327追加*/
.moji{
	font-size:17px;
	color:#FF9D25;
	text-align:center;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}
.midashi{
	font-size:17px;
	color:#135893;
	font-weight:bold;
	margin-top:20px;
}

.inline{
display: inline-block;
width: 7em;
}
.midashi_02{
	font-size:17px;
	font-weight:bold;
}
.jimu_box{
	padding-top:20px;
}
.jimu_inner{
	margin-top:90px;
	margin-bottom:20px;
}
.imgfloat{
	float:left;
	margin:10px;
	padding:3px;
	border:1px solid #ccc;
	background:#fff;

}


.box_color{
   background-color: #FF8A42;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #FF8A42;
	border-radius: 8px;
    color: #FFFFFF;
    margin: 2em 0;
    padding: 2em;
	font-size:17px;
	width:400px;
	}
	
	
.box_color_float{
   background-color: #FF8A42;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #FF8A42;
	border-radius: 8px;
    color: #FFFFFF;
    margin: 2em 0;
	margin-left:20px;
    padding: 2em;
	font-size:17px;
	width:400px;
	float:left;
	height:180px;
	}
.midashi_03{
	text-decoration:underline;
	color:#2084FC;
	text-align:center;
}
.center_img{
	text-align: center;
}
.center_img img{
		display: inline;
		float: none;
	}
#contents .menu label{
	cursor: pointer;
}
/*20170327追加*/


@media only screen and (max-device-width: 736px) {
	#contents .textbox{
		width:98%;
		
	}
	#contents .textbox p.img{
		float:none !important;
		width:98%;
		margin:15px auto;
		
		
	}
	#contents .textbox p.img a{
		float:none !important;
	}
	#contents .textbox p.img a img{
		float:none !important;
		margin: 0 auto;
	}
	#contents .textbox .popbox{
		width:98%;	
	}
	#contents .textbox table.schedule{
		width:98%;	
	}
	#contents .textbox .course{
		
		width:98%;	
	}
	.fixed {
  position: fixed;
  top: 50px;
}
.recruit #contents .recruit-menu2 {
	width:100%;
	margin:0 auto;
}
.recruit #contents .recruit-menu2 li{
	display:none;
	
}

.recruit #contents .recruit-menu2 li:last-child{
	display: block;
	width:100%;
	margin:0 auto;
	
}
.rec_btn_long{
	height:auto;
	line-height:2.5;
	
}
.recruit #contents .recruit-menu {
    width: 100%;
}
.session_box1{
	float:none;
	width:100%;
	margin:0 auto;
	
}

.session_box2 img{
	float:none;
	width:96%;
	margin:0 auto;
	display:block;
}
.recruit #contents .recruit-menu li>p{
display: table-cell;
float: none;
vertical-align: middle;
padding: 10px;
font-size: 1.0714285714rem;
}

.entry_txt_count{
	font-weight: bold;
	font-size: 2.4em;
}
}

/*180221追記*/
#contents > section .interview_index{
		overflow: hidden;
}

#contents > section .interview_index .index_box{
	width: 44%;
		overflow: hidden;
	background: #DDDDDD;
	padding: 10px 1%;
	margin: 10px 2%;
	position: relative;
	float: left;
	min-height: 198px;
}

#contents > section .interview_index .index_box img{
	width: 26%;
}

#contents > section .interview_index .index_box .float-right{
	width: 280px;
}
#contents > section .interview_index .index_box p{
	text-align: center;
	font-size: 1.22rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-weight: 900;
	color: #135893;
padding: 0.25em;
border-top: solid 2px #135893;
border-bottom: solid 2px #135893;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

#contents > section .interview_index .index_box dl{
text-align: center;	
	font-weight: 400;
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: block;
top:0;
	width: 250px;
	margin: 15px auto;
}

#contents > section .interview_index .index_box dl:before,
#contents > section .interview_index .index_box dl:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}

#contents > section .interview_index .index_box dl:before{
  border-top: dotted 1px #535aaa;
border-left: dotted 1px #535aaa;
border-bottom: dotted 1px #535aaa;
  left: 0;
}

#contents > section .interview_index .index_box dl:after{
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}
#contents > section .interview_index .index_box dl dt{
	font-size: 1.1rem;
		font-weight: 600:

}
#contents > section .interview_area{
	display: none;
}
.interview_box h3{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
	font-size: 1.4rem;
}

.interview_box h3:after {/*タブ*/
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ INTERVEW';
background: #80c8d1;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }
.interview_box h3 span{
	margin-left: 30px;
	font-size: 1.1rem;
}
.interview_box h4{
border-bottom: solid 3px skyblue;
position: relative;
	margin: 15px 0 20px;
	display: block;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
padding-bottom: 10px;
}


.interview_box h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}

.interview_box .read{
	margin-bottom: 20px;
}
.interview_box .read img{
	float: none;
	width: 100%;
}
.interview_box p.read{
position: relative;
display: block;
padding: 0 45px;
	width: 80%;
	margin: 10px auto;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.5;
}
.interview_box p.read:before,
.interview_box p.read:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.interview_box p.read:before {left:0;}
.interview_box p.read:after {right: 0;}

.interview_box p{
	margin: 10px 0 30px;
}

.interview_box .photo_box{
	overflow: hidden;
	display: flex;
	  justify-content: center;
}

.interview_box .photo_box img{
	float: none;
	width: 21%;
	margin: 20px 2%;
}
ul.wel{
	overflow: hidden;
}
ul.wel li{
	text-align: center;
	width: 240px;
	float: left;
}
ul.wel li img{
	width: 40px;
	margin: 20px auto 10px;
	display: block;
	float: none;
}
ul.bosyu{
	overflow: hidden;
	
}
ul.bosyu li{
	text-align: center;
	width: 308px;
	float: left;
	margin: 5px;
	border: 1px solid #1870A6;
	box-sizing: border-box;
	padding: 15px 0;
}
table.normal{
	width: 95%;
	margin: 10px auto;
}

table.normal tr{
margin-bottom: 15px;	
}
table.normal th,
table.normal td{
	text-align: left;
}
table.normal th{
	font-weight: bold;
	
}

table.company {
	width: 96%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company th {
	background: #295890;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #295890;
	border-width: 10px;
	margin-top: -10px;
}

.font_l{
    font-size: 16px;
line-height: 23px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.company th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.company td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}

@media only screen and (max-device-width: 736px) {
#contents > section .interview_index {
    width: 100%;
}
#contents > section .interview_index .index_box{
    width: 100%;
	float: none;
	margin: 15px auto;
}
	#contents > section .interview_index .index_box img {
    width: 80%;
		float: none;
		margin: 10px auto;
		margin-bottom: 10px;
}
#contents > section .interview_index .index_box .float-right {
    width: 100%;
	float: none !important;
}	
	.interview_box h3 span {
    margin-left: 0;
		display: block;
}
table.company th,
	table.company td{
		display: block;
		width: 100%;
	}
	
	table.company th:after{
		display: none;
		
	}
	.interview_box .photo_box{
		display: block;
		
	} 
		.interview_box .photo_box img {
    width: 96%;
}
	ul.wel li {
width: 48%;
margin: 3px 1%;
float: left;
height: 87px;}
}


/*190204たしろ*/

.sports h4.title_h4{
	text-align: center;
	margin-bottom: -10px;
}
.sports h4.title_h4 img{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	float: none;
}
.sports section .interview_index .index_box {
    min-height: 138px !important;
	border-top: 3px solid #135893;
	border-bottom: 3px solid #135893;
	position: relative !important;
}
.sports section .interview_index .index_box:after{
	content: "More　Info　＞＞＞"; 
	position: absolute !important;
	bottom: 5px;
	right: 3px;
	color: #135893;
	font-weight: bold;
	z-index: 998;
}

.sports section .interview_index .index_box a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 999;
}
.sports section .interview_index .index_box dl{
	overflow: hidden;
	padding: 0px 5px !important;
	width: 300px !important;
	margin: 0 auto !important;
	text-align: left !important;
}
.sports section .interview_index .index_box dl:before,
.sports section .interview_index .index_box dl:after{
	display: none !important;
}
.sports .index_box dl dt,
	.sports .index_box dl dd{
			line-height: 30px;

	}
.sports .index_box dl dt{ 
	float: left;
	width:120px;
	font-size: 15px !important;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
}

.sports .index_box dl dt:before{
	content: "　";
	background:url(../img/other/icon_baseball.png) no-repeat 50% 0;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	top: 5px;
	
}
.sports .index_box dl dd{ 
	float: left;
	width: 160px;
		font-size: 15px !important;

}

.sports table.senseki{
	
}
.sports table.senseki th,
.sports table.senseki td{
	padding: 10px 5px;
	border: 1px solid #ccc;
}
.sports table.senseki td:first-child{
	width: 250px;
}
.sports table.senseki td:nth-child(3){
	width: 100px;
}
.sports table.senseki td.lose,
.sports table.senseki td.win{
	position: relative;
	padding-right: 30px;
}
.sports table.senseki td.lose:after,
.sports table.senseki td.win:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	color: #fff;
	text-align: center;
}

.sports table.senseki td.lose:after{
	content: "負";
	background: #44589E;
}
.sports table.senseki td.win:after{
	content: "勝";
	background: #A31316;
}
.sports .spo_sche{
	height: 300px;
	overflow-y: scroll;
}

.sports .spo_sche dl{
	border-bottom: 2px dashed #135893;
	padding: 10px 0;
}
.sports .spo_sche dl dt{
	position: relative;
	font-weight: 900;
	padding: 5px 10px 5px 30px;
	display: inline-block;
	background: #135893;
	color: #fff;
	border-radius: 5px;
}
.sports .spo_sche dl dt:before{
	position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a1';
font-weight: 900;
	color: #fff;
	left: 10px;
	top: 5px;
}

.sports .spo_sche dl dd{
	line-height: 1.8;
	padding: 5px 10px;
}
.sports .spo_sche a.mail{
	color: #FF8F28;

}
.sports .spo_sche a.mail:before{
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '\f0e0';
font-weight: 100;
	margin-right: 10px;
}

p.p_prof{
	font-size: 1.3rem;
	margin-bottom: 30px;
	line-height: 2rem;
}

.session_btn{
	width: 100%;
	margin: 0 auto 20px;
}
.session_img_box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.session_img_box li img{
	width: 100%;
}

.interview_photo{
	display: flex; ms-flex-pack: distribute; justify-content: space-around; margin: 20px auto;
	
}
.interview_photo img{
	boder:1px solid #ccc;
	width: 30%;
	height: 100%;
}

.recipe_box ul{
	overflow: hidden;
	
}
.recipe_box ul.normal{
	padding: 15px;
	background: #E9E7E0;
	margin: 20px auto;
	border-radius: 10px;
}
	.recipe_box ul.normal li{
	float: left;
	width: 290px;
	margin-right: 20px;
	margin-bottom: 10px;
}
	.recipe_box ul.normal li{
}
.recipe_box ul.num{
	overflow: visible;
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
	display: flex;
	   justify-content: row;
	   flex-wrap: wrap;
}

.recipe_box ul.num li{
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	width: 48%;
	margin: 10px 1% 20px;
	
}
.recipe_box ul.num li p{
	float: left;
	width: 50%;
}
.recipe_box ul.num li img{
	float: right;
	width: 48%;
}
.recipe_box ul.num li:before {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) " ";      /* 表示形式を指定 */
	position: absolute;
	background: #c13765;
	border-radius: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	left: 0;
}
.recipe_box img{
	width: 100%;
	box-sizing: border-box;
}
.recipe_main{
	
}
.recipe_main .float-left{
	width: 400px;
	
}
.recipe_main .float-right{
	width: 500px;
	
}
.recipe_me{

	margin-top: 30px;
}
.recipe_me .float-left{
	width: 300px;
	
}

.recipe_me .float-right{
	width: 600px;
	
}

.recipe_me .float-right{
	/*width: 600px;*/
	width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 15px;
	box-sizing: border-box;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

/*.recipe_me .float-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.recipe_me .float-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}*/
.recipe_me .float-right p.name{
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	border-left: 5px solid #cd5c82;
	padding-left: 15px;
	
}
.recipe_me .float-right p.name span{
	font-size: 80%;
	letter-spacing: 1;
	display: block;
	margin-bottom: 10px;
}
.recipe_box h4,
.recipe_box h5{
	float: none !important;
}

.recipe_box h5{
	margin-bottom: 20px;
	margin-top: 30px;
}
table.recipe_bk{
	width: 100%;
	float: none !important;
}
table.recipe_bk th,
table.recipe_bk td{
	
	text-align: left;
	vertical-align: top;
	padding: 10px 5px !important;
	background: #fff;
}
table.recipe_bk th{
	font-size: 80%;
	width: 170px !important;
}
table.recipe_bk th span{
	font-size: 130%;
	background: #CE5C82;
	color: #fff;
	line-height: 1.5;
	display: block;
	padding: 0 10px;
}
table.recipe_bk td{

	
}

#contents table.recipe_bk a[href*=".pdf"]::before {
display:none !important;
}

.link_btn {
overflow: hidden;	
}
.link_btn p{
	float: left;
	width: 48%;
	margin: 20px 1%;
	box-sizing: border-box;
	text-align: center;
	border: 3px solid #135892;
	padding: 10px 0;
}
.link_btn p span{
	position: relative;
}
.link_btn p span:after{
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a9';
	color: #135892;
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	right: -27px;

}
.link_btn p a{
		color: #135892;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
}
.link_btn p a[target]::after {
  display: none !important;
}
h5.point {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
	border: none !important;
	color: #CA3D6B !important;
}

h5.point:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
.recipe_01{
	background: url("../img/other/bg_recipe_01.jpg") ;
	background-size: contain;
}

.information_shiken{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.information_shiken a{
	display: block;
	margin-left: 20px;
}

.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f3e390;
	border-radius: 10px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f3e390;
}
.balloon1-top span{
	display: block;
	color: #D22265;
}
.kengaku a::before {
	content: none !important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
    
}

/*タブのスタイル*/
.tab_item {
  width: 12%;
  height: 50px;
  border-bottom: 3px solid #135893;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
 padding: 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tokyo:checked ~ #tokyo_content,
#saitama:checked ~ #saitama_content,
#kanagawa:checked ~ #kanagawa_content,
#chiba:checked ~ #chiba_content,
#gunma:checked ~ #gunma_content,
#touhoku:checked ~ #touhoku_content,
#hokkaido:checked ~ #hokkaido_content{
  display: block;
}



/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #135893;
  color: #fff;
}

.ml2em{
    margin-left:4em;
}

.seminer_img{
	width: 100%;
	float: none !important;
	display: block;
}

.seminer_img img{
	margin-bottom: 20px;
}
a.entry_btn{
	padding: 10px;
	box-sizing: border-box;
	width: 200px;
	background: #D57620;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
a.entry_btn::after{
	display: none !important;
}
a.sp_only{
	display: none;
}

ul.num li{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 900;
}

ul.num li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
	color: #bc2658;
	margin-right: 10px;
	font-weight: 100;
}
#contents .no_gaive  a[target]::after{
	display: none;
}
#contents #recruit h4.acc{
	float: none !important;
	z-index: 999;
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 35px;
}
#contents #recruit h4.acc span:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0fe';
	color: #fff;
	margin-right: 10px;
	font-weight: 100;
}
#contents #recruit h4.open span:before {
  content: '\f146';
}
#contents #recruit div.acc_box{
	display: none;
	float: none !important;
}

#contents #recruit .anc{
	margin-top: -240px;
padding-top: 240px;
	z-index: -1 !important;

position: relative;
}

.table_engineer_sche{
    width: 50%!important;  
    
}

.table_engineer_sche td{
    padding: 3px 5px 3px!important;
    border: none!important;
    vertical-align: middle!important;
    padding-top: 15px;
    display: block;
}

.engineer_sche_p{
    background: hsla(210,47%,63%,1.00);
    color: white;
    padding: 15px;
    margin-right: 5px;
    width: 70px;
    float: none;
}

.engineer_sche_p span{
    display: inline-block!important;
}

.flex{
    display: flex!important;
}

.bg_term{
    background: hsla(69,100%,97%,1.00);
    padding: 15px!important;
}

@media only screen and (max-device-width: 736px) {

a.pc_only{
	display: none;
}
a.sp_only{
	display: block;
}
    
    .sp_8{
        font-size: 8px;
    }
}

#contents > section > p.rec_cont_btn{
	width: 100%;
	margin: 50px auto;
}
#contents > section > p.rec_cont_btn a{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	background: #f39b3d;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 1.4rem;
	position: relative;
}
#contents > section > p.rec_cont_btn a::after{
	content:">";
	position: absolute;
	right:20px;
}
#contents > section > p.rec_cont_btn a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
	text-decoration: none;
}




/* =================================説明動画=========================================== */

/*ご挨拶
-------------------------------------------------------------------------*/
#contents > section > div.movie_greeting{
	margin: 0 auto;
}
#contents > section > div.movie_greeting .copy{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 20px auto 30px;
	color: #135893;
}
#contents > section > div.movie_greeting p{
	margin: 0 auto 20px;
}
#contents > section > div.movie_greeting ul{
	margin: 0 auto 20px;
}
#contents > section > div.movie_greeting ul li{
	padding-left: 2em;
	text-indent: -2em;
}
#contents > section > div.movie_greeting .name{
	margin: 0 auto;
	text-align: right;
}

/*動画
-------------------------------------------------------------------------*/
#contents > section > div.movie_wrapp{
	margin: 0 auto 30px;
	text-align: center;
}
#contents > section > div.movie_wrapp iframe{
	width: 100%;
	max-width: 560px;
}

#contents > section > h5.fuki{
	position: relative;
	margin-top: 50px;
}
#contents > section > h5.fuki span{
	display: inline-block;
	position: absolute;
	font-size: 1.0rem;
	background: #fb9a01;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
    top: -58px;
	left: 155px;
}
#contents > section > h5.fuki span::before{
	content: "▲";
	color: #fb9a01;
	font-size: 2.0rem;
	position: absolute;
	left: -5px;
	top:55px;
	transform:rotate(-125deg); 
}

.menu_boshu table td{
    padding: 5px!important;
    font-size: 13px;
}

.ok{
    background: #BDF2FF;
}

.cp{
    background: #FFFED5;
}

.ng{
     background: #FFD8FF;
}

.w50p{
    width: 50%;
    margin-left: 2em;
}
@media only screen and (max-device-width: 736px) {

.w50p{
    width: 98%;
    margin-left: 0;
}
    
.flex{
    display: block!important;
}
    .table_engineer_sche   {
      width: 100%!important;  
    }
}




/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 700px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4.1);
  height: 60px;
  line-height: 60px;
  border: 2px solid #135893;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

/*.tab_item.flow{
	width: calc(100%/4);
}*/

/*ラジオボタンを全て消す*/
input[name="tab_item"],
input[name="tab_flow_item"],
input[name="tab_flow_item_2"],
input[name="tab_flow_item_3"]{
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#cont1:checked ~ #cont1_content,
#cont2:checked ~ #cont2_content,
#cont3:checked ~ #cont3_content,
#cont4:checked ~ #cont4_content,
#flow1:checked ~ #flow1_content,
#flow2:checked ~ #flow2_content,
#flow3:checked ~ #flow3_content,
#flow4:checked ~ #flow4_content,
#flow2_1:checked ~ #flow2_1_content,
#flow2_2:checked ~ #flow2_2_content,
#flow2_3:checked ~ #flow2_3_content,
#flow2_4:checked ~ #flow2_4_content,
#flow2_5:checked ~ #flow2_5_content,
#flow3_1:checked ~ #flow3_1_content,
#flow3_2:checked ~ #flow3_2_content,
#flow3_3:checked ~ #flow3_3_content,
#flow3_4:checked ~ #flow3_4_content,
#flow3_5:checked ~ #flow3_5_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #135893;
  color: #fff;
}

@media only screen and (max-device-width: 736px) {
    .tab_item {
        width: calc(100%/4.2);
        height: 60px;
        line-height: inherit;
    }
}

/*-------臨床工学画像----------------*/
.engi_image_6{
	display: flex;
}
.engi_image_6 img{
	width: 60%;
}

.engi_image_1 img{
	width: 30%;
}

.engi_image_3 img{
	width: 40%;
}

.engi_image_4 img{
	width: 80%;
}

.engi_image_4{
	display: flex;
}

.engi_image_5 img{
	width: 70%;
}

.engi_image_5{
	display: flex;
}

.table_k{
    table-layout: auto!important;
}
.table_k > .wauto{
    width: 30%;
    
}

#contents blockquote h5.yaku_seminer{
	padding: 10px;
	background: #135893;
    color: #fff;
}

.photo_flex{
	display: flex;
justify-content: center;
align-content: center;
}
.photo_flex>img{
	width: 200px;
margin: 10px;
float: none !important;
object-fit: contain;
height: 200px;
}
ul.msw_syonin{
display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
ul.msw_syonin li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	border:1px solid #bc2658;
	text-align: center;
	display: flex;
	justify-content: center;
	background: #C08397;
	color: #fff;
}
ul.msw_syonin li:before{
display: none;
}
ul.msw_syonin li span{
	display: flex;
	align-self: center;
}

#contents .cosul P{
		margin-bottom: 10px;
	margin-top: 10px;

}
#contents .cosul h5{
	margin-bottom: 20px;
	margin-top: 20px;
}
#contents .cosul h5.acc{
	border-left: none;
	padding-left: 0;
	border-bottom: 1px dashed #135893;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 10px !important;
	margin-top: 10px !important;

}
#contents .cosul h5.acc:after{
    font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
    width:90px;
    text-align:center;
    margin-left: 10px;
	
}
#contents .cosul h5.open:after{
  content: "\f077";
}
#contents .cosul .acc_box{
	background: #E9E9E9;
	padding: 10px 20px;
	line-height: 1.8;
	box-sizing: border-box;
	font-size: 16px;
	clear: both;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
	padding-top: 45px;
}
#contents .cosul .acc_box p{
	font-weight: bold;
}
#contents .cosul .acc_box:before{
content: "Answer";
	position: absolute;
	background: #c33e6b;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	width: 100px;
	left: 0;
	top: 0;
}

.saiyou_info .tab_item{
	width: calc(100% / 5) !important;
}
.syoukai .tab_item{
	width: calc(100% / 3) !important;
}
#contents .cosul .tabs{
	box-shadow: none;
}
#contents .cosul h3{
	margin: 30px auto;
}
#contents .cosul h4{
	margin-bottom: 20px;
	margin-top: 30px;
	float: none;
}
#contents .cosul h5{
	margin-bottom: 10px;
	margin-top: 30px;
	float: none;
}
#contents .cosul h6{
	margin-bottom: 0px;
	margin-top: 25px;
}
#contents .cosul>div.anc,
#contents .cosul .tab_content_description div.anc {
    margin-top: -90px !important;
    padding-top: 90px !important;
}
#contents .cosul .flex>p{
	width: 600px;
	margin-right: 55px;
}
#contents .cosul>*{
	margin-top: 0;
	float: none;
}

#contents .cosul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
#contents .cosul li:before{
	position: absolute;
	    font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
	left: 0;
	top: 0;
	color: #135893;

}
#contents table.tbl_in{

}
#contents table.tbl_in tbody{
	display: flex;
justify-content: flex-start;
	flex-wrap: wrap;
}
#contents table.tbl_in tbody tr{
	width: calc(100% / 3);
		display: flex;
	justify-content: center;
}
#contents table.tbl_in tbody tr.area{
width: 100%;
}
#contents table.tbl_in tbody tr th{
width: 100%;
	display: flex;
	justify-content: center;
}
#contents table.tbl_in tbody tr td{
width: 100%;
	display: flex;
	justify-content: center;
}
.zoom_photo>img{
	margin: 10px;
	width: calc(100% / 2 - 20px);
}
#contents .graduation_table{
	width: 100%;
}
#contents .graduation_table tbody th,
#contents .graduation_table tbody td{
	width: 100%;
}
#contents .graduation_table tbody td{
	line-height: 1.6em;
	padding: 14px 10px;
}
#contents .graduation_table tbody td ul{
	display: flex;
	flex-wrap: wrap;
}
#contents .graduation_table tbody td ul li{
	width: 25%;
}
@media only screen and (max-device-width: 736px) {

#contents .cosul .flex>p{
	width: 100%;
}#contents table.tbl_in tbody tr {
    width: calc(100% / 2);
	}
	#contents table.tbl_in tbody tr th{
	width: 100% !important;
	}
	#contents iframe {
    width: 100%;
	}
}

.flow img.flow_no{
	
	width:100%;
}
.flow p{
	margin-top:10px;
	margin-left:80px;
	margin-right:20px;
	margin-bottom:13px;
	font-size:1.5em;;
	letter-spacing:0.1em;
	line-height:1.3;
	width:90%;
}
.flow .flow_box{
	padding:20px;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius:8px;
	width:90%;
	margin:0 auto;
	box-shadow:0px 4px 14px -8px #a4a4a4;
-moz-box-shadow:0px 4px 14px -8px #a4a4a4;
-webkit-box-shadow:0px 4px 14px -8px #a4a4a4;
	
}

.flow .img_Farrow{
	width:15%;
	margin:20px auto 10px;
	float: none;
}
.flow_no{
	float: none;
}
@media only screen and (max-device-width: 736px) {
	.flow p{
		margin-left: 0;
	}
}

.btn_green{
	background-color: #2b7b3b;
	width: max-content!important;
	padding: 10px 20px;
}
.btn_green a{
	color: #fff;
}



/*栄養部門 適性診断
-------------------------------------------------------------------------*/
.qu_box,
.ans_box{
	display: block;
	animation: show 0.5s linear 0s;
}

.qu_box.hide,
.ans_box.hide{
	display: none;
}

@keyframes show{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.qu_box p{
	background: #ccc;
	padding: 10px;
}
.qu_box label{
	display: inline-block;
	cursor: pointer;
	width: 200px;
	text-align: center;
}
.qu_box label input{
	display: none;
}

.ans_box p{
	font-weight: bold;
	color: red;
}

