@charset "utf-8";

/*=====================================================
 * Style URL: /common/css/contents.css
 * Version: 1.0
 * Last Up Date: 2017/03/xx
 *
 * Markup Reference:
 *
=====================================================*/


/*
===== index ===========================*/

#index h2 {
	width: 631px;
	height: 82px;
	margin: 0 auto;
	background: url(../../img/bg_h2.png) no-repeat 0 0;
	color: #09c8d4;
	font-size: 30px;
	font-weight: bold;
	line-height: 68px;
	text-align: center;
}

#index h2 + .en {
	padding: 8px 0 0;
	color: #ec71c6;
	font-size: 26px;
	line-height: 1;
	text-align: center;
}

/* sec_slide
--------------------*/
#index .sec_slide_wrapper {
	position: relative;
	margin: 34px 0 0;
	width: 100%;
/*	height: 500px;*/
	height: 400px;
	
	
	
	overflow: hidden;
}

#index .sec_slide {
	position: absolute;
	left: 50%;
	width: 3402px;
	height: 449px;
	margin-left: -1701px;

}

#index .sec_slide ul {
	margin-left: 1200px;

}

#index .sec_slide li {
/*	width: 1100px !important;*/
	width: 930px !important;/*修正コード*/
	padding: 0 15px;

}

/* sec_news
--------------------*/
#index .sec_news {
	padding: 63px 0 80px;
	background: url(../../img/bg_sec_news.png) repeat 0 0;
}

#index .sec_news .nav {
	width: 825px;
	margin: 45px auto 0;
}

#index .sec_news .nav li {
	float: left;
	width: 275px;
	height: 48px;
}

#index .sec_news .nav li.current {
	background: url(../../img/bg_sec_news_nav.png) no-repeat 50% 100%;
}

#index .sec_news .nav li a {
	display: block;
	height: 39px;
	background: #09c8d4;
	border-right: 1px solid #02b5c0;
	color: #ffffff;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

#index .sec_news .nav li.current a,
#index .sec_news .nav li a:hover {
	background: #02b5c0;
}

#index .sec_news .nav li:first-child a {
	border-radius: 3px 0 0 3px;
}

#index .sec_news .nav li:last-child a {
	border-right: none;
	border-radius: 0 3px 3px 0;
}

#index .sec_news .content {
	display: none;
	width: 825px;
	margin: 0 auto;
}

#index .sec_news #opencampus.content {
	display: block;
}

#index .sec_news .content dl {
	display: table;
	width: 100%;
	border-top: 1px solid #9ce2e5;
}

#index .sec_news .content dl:first-child {
	border-top: none;
}

#index .sec_news .content dl dt {
	display: table-cell;
	width: 110px;
	padding: 17px 0;
	color: #02b5c0;
	font-weight: bold;
	vertical-align: top;
}

#index .sec_news .content dl dd {
	display: table-cell;
	padding: 17px 0;
	vertical-align: top;
}
#index .sec_news .content dl:first-child dt,
#index .sec_news .content dl:first-child dd {
	padding-top: 20px;
}

#index .sec_news .content dl dd a {
	display:block;
	color: #333333;
	overflow:hidden;
}
#index .sec_news .content dl dd a div.cat{
	width:180px;
	float:left;
}
#index .sec_news .content dl dd a p{
	overflow:hidden;
	zoom:1;
}

#index .sec_news .content dl dd a:hover {
	text-decoration: underline;
}

#index .sec_news .sec_bt_01 {
	padding: 17px 0 0;
}

/* sec_pickup
--------------------*/
#index .sec_pickup {
	padding: 63px 0 100px;
	background: url(../../img/bg_sec_pickup.png) repeat 0 0;
}

#index .sec_pickup ul {
	width: 1100px;
	margin: -8px auto 0;
}

#index .sec_pickup ul li {
	float: left;
	margin: 40px 40px 0 0;
}

#index .sec_pickup ul li a {
	position: relative;
	display: block;
	width: 245px;
	height: 245px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

#index .sec_pickup ul li.open_campus a {
	width: 530px;
	height: 530px;
}
#index .sec_pickup ul li.panel_2block a {
	width: 530px;
	height: 245px;
}

#index .sec_pickup ul li a img.thumb {
	width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

#index .sec_pickup ul li a img.h {
	position: absolute;
	top: 0;
	left: 0;
}
#index .sec_pickup ul li a img.h_2block {
	position: absolute;
	bottom: 15px;
	right: 17px;
}
 
#index .sec_pickup ul li a figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
 
#index .sec_pickup ul li a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
 
#index .sec_pickup ul li a figcaption.h_2block img{
	position: absolute;
	bottom: 15px;
	right: 17px;
}
 
#index .sec_pickup ul li a figcaption span {
	display: inline-block;
	margin: 100px 0 0;
	padding: 0 17px;
	background-color: rgba(2,181,192,0.85);
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
 
#index .sec_pickup ul li a figcaption img {
	display: none;
}
 
#index .sec_pickup ul li a:hover > figure img.thumb {
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
 
#index .sec_pickup ul li a:hover > figure img.h,
#index .sec_pickup ul li a:hover > figure img.h_2block {
	display: none;
}
 
#index .sec_pickup ul li a:hover > figure figcaption {
	background-color: rgba(0,0,0,0.55);
	opacity: 1;
}
 
#index .sec_pickup ul li a:hover > figure figcaption span {
	background-color: rgba(255,255,255,0.85);
	color: #02b5c0;
}
 
#index .sec_pickup ul li a:hover > figure figcaption img {
	display: block;
}

#index .sec_pickup ul li.pickup_clear {
	margin-right: 0;
}


/*
===== admission ===========================*/

.admission #wrapper {
	padding: 0 0 100px;
}

/* sec_headline
--------------------*/
.admission .sec_headline {
	height: 360px;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}

.admission .sec_headline_inner {
	display: table;
	height: 360px;
	margin: 0 auto;
}

.admission .sec_headline h1 {
	display: table-cell;
	vertical-align: middle;
}

.admission .sec_headline h1 span {
	display: block;
	min-width: 200px;
	margin: 0 20px;
	padding: 7px 20px;
	background: #ffffff;
	border-radius: 3px;
	color: #09c8d4;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#admission_exam .sec_headline { background-image: url(../../exam/img/bg_headline.png); }/*入試情報*/
#admission_change .sec_headline { background-image: url(../../exam/change/img/bg_headline.png); }/*入試の変更点*/
#admission_exam_data .sec_headline { background-image: url(../../exam_data/img/bg_headline.png); }/*前年度入試データ*/
#admission_news_data .sec_headline { background-image: url(../../exam_data/img/bg_headline.png); }/*NEWS*/
#employment .sec_headline { background-image: url(../../employment/img/bg_headline.png); }/*就職率*/
#expenses .sec_headline { background-image: url(../../expenses/img/bg_headline.png); }/*学費*/
#scholarship .sec_headline { background-image: url(../../scholarship/img/bg_headline.png); }/*奨学金制度*/
#qa .sec_headline { background-image: url(../../qa/img/bg_headline.png); }/*入試Q&A*/
#examination .sec_headline { background-image: url(../../examination/img/bg_headline.png); }/*入学検定料割引制度*/
#special_treatment .sec_headline { background-image: url(../../special_treatment/img/bg_headline.png); }/*特待奨学生制度*/
#student_interview .sec_headline { background-image: url(../../student_interview/img/bg_headline.png); }/*学生インタビュー*/
#faculty_interview .sec_headline { background-image: url(../../faculty_interview/img/bg_headline.png); }/*教員インタビュー*/
#prompt_report .sec_headline { background-image: url(https://admissions.iuhw.ac.jp/prompt_report/img/bg_headline.png); }/*合否速報サイト*/
#work_guide .sec_headline { background-image: url(../../work_guide/img/bg_headline.png); }/*医療福祉のお仕事ガイド*/

#admission_ao .sec_headline { background-image: url(../../exam/ao/img/bg_headline.png); }/*AO入試*/
#admission_recommend .sec_headline { background-image: url(../../exam/recommend/img/bg_headline.png); }/*高校推薦入試*/
#admission_return .sec_headline { background-image: url(../../exam/return/img/bg_headline.png); }/*帰国生徒特別選抜入試*/
#admission_scholarship .sec_headline { background-image: url(../../exam/scholarship/img/bg_headline.png); }/*特別奨学生特別選抜入試*/ 
#admission_general_first .sec_headline { background-image: url(../../exam/general_first/img/bg_headline.png); }/*一般入試　前期*/
#admission_center .sec_headline { background-image: url(../../exam/center/img/bg_headline.png); }/*大学入試センター試験利用入試*/
#admission_general_second .sec_headline { background-image: url(../../exam/general_second/img/bg_headline.png); }/*一般入試　後期*/
#admission_society .sec_headline { background-image: url(../../exam/society/img/bg_headline.png); }/*社会人特別選抜入試*/
#admission_International .sec_headline { background-image: url(../../exam/international/img/bg_headline.png); }/*留学生特別選抜入試*/
#admission_ce .sec_headline { background-image: url(../../exam/general_second/img/bg_headline.png); }/*臨床工学特別専攻科*/

#admission_qualify_passrate .sec_headline { background-image: url(../../exam/qualify_passrate/img/bg_headline.png); }/*国家資格合格率*/
#admission_inquiry .sec_headline { background-image: url(../../inquiry/img/bg_headline.png); }/*お問い合わせ*/

#movie .sec_headline { background-image: url(../../movie/img/bg_headline.png); }/*動画を見る*/
.estate { background-image: url(../../estate/img/bg_headline.png) !important; }/*住居について*/
/* sec_point
--------------------*/
.admission .sec_point {
	padding: 23px 0;
	background: url(../../exam/img/bg_sec_point.png) repeat 0 0;
}

.admission .sec_point_inner {
	width: 800px;
	margin: 0 auto;
}

.admission .sec_point dl {
	display: table;
}

.admission .sec_point dl dt {
	display: table-cell;
	width: 108px;
	height: 108px;
	background: url(../../exam/img/bg_sec_point_h.png) no-repeat 0 0;
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	/*vertical-align: middle;*/
	vertical-align: top;
	padding-top:30px;
}

.admission .sec_point dl dd {
	display: table-cell;
	padding: 5px 0 0 20px;
	text-align: left;
	vertical-align: top;
}

.admission .sec_point dl dd li {
	list-style: outside disc;
	margin: 4px 0 0 1.4em;
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
}
.admission .sec_point dl dd li.list_note {
	list-style:none;
	margin: 4px 0 0 1.4em;	
	padding-left:1.4em;
	position: relative;
}
.admission .sec_point dl dd li.list_note:before {
	content:"※";
	position: absolute;
	top:0;
	left:0;
}

/* sec_desc
--------------------*/
.admission .sec_desc {
	width: 800px;
	margin: 50px auto 0;
}

.admission .sec_point + .sec_desc {
	margin-top: 60px;
}

.admission .sec_desc h2 {
	padding: 5px 15px 5px 60px;
	background: #02b5c0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	line-height: 1.4;
}

.admission .sec_desc h2 span {
	display: block;
	padding: 0 45px 0 0;
	background: url(../img/bullet_arrow_06.png) no-repeat 100% 50%;
	background-size: 15px auto;
}

.admission .sec_desc h2.open span {
	background-image: url(../img/bullet_arrow_07.png);
}

.admission .sec_desc h2 small {
	font-size: 100%;
}

.admission .sec_desc .content {
	display: none;
	padding: 22px 0 12px;
	
	/*display:block; ←←←←←←←←テスト表示用*/
}
@media print{
.admission .sec_desc .content {
display:block;
}
}

.admission .sec_desc .content a{
	font-weight:bold;
}
.admission .sec_desc .content a[href^="http"]{
	padding-right:19px;
	background: url(../img/icon_win.png) no-repeat right 4px center;
}
.admission .sec_desc .content a[href $='.pdf']{
	padding-right:17px;
	background: url(../img/icon_pdf.png) no-repeat right 2px center;
}

#admission_news_data .sec_desc .content a[href $='.pdf'],
#admission_news_data .sec_desc .content a[href^="http"]{ /*アイコントリ*/
	padding-right:0;
	background:none;
}
.admission .sec_desc .content .sec_list_square_01 {
	margin: 0;
	padding: 0 0 11px;
	border-bottom: 1px solid #b3e9ec;
}

.admission .sec_desc .content .sec_list_square_01 li {
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
}

.admission .sec_desc .content .sec_list_num_01 .sec_list_disc_01 {
	margin: 0;
}

.admission .sec_desc .content .sec_list_num_01 .sec_list_disc_01 li {
	margin-left: 0;
}

.admission .sec_desc .content .sec_table_01 td.num {
	width: 13%;
}

.admission .sec_desc .content .sec_table_01 td.num + td {
	width: 37%;
}

.admission .sec_desc .content .sec_table_03 td.req_sel{
	width: 8%;
}

.admission .sec_desc .content .sec_table_03 td.time_point{
	width: 13%;	
}

.admission .sec_desc .content .sec_info_box_01{
	margin-top:50px;
	padding:10px;
	border: 1px solid #090204;
}

.admission .sec_desc .content .sec_info_box_02{
	width:95%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 0;
	border: 1px solid #F864CA;
}

.admission .sec_desc .content .sec_info_box_02 a{
	display:block;	
	color:#333;
	padding: 10px;
	background-color: #FEE9F8;
}
.admission .sec_desc .content .sec_info_box_02 a:hover{	
	background-color: #ffffff;
}

.admission .sec_desc .content p,
.admission .sec_desc .content ul,
.admission .sec_desc .content ol { margin-top: 25px; }

.admission .sec_desc .content p + ul,
.admission .sec_desc .content p + ol,
.admission .sec_desc .content p.lead { margin-top: 0; }

.admission .sec_desc .content ul.sec_list_square_01 + p,
.admission .sec_desc .content ul.sec_list_square_01 + ul,
.admission .sec_desc .content ul.sec_list_square_01 + ol { margin-top: 12px; }

.admission .sec_desc .content p + ul.sec_list_square_01,
.admission .sec_desc .content ul + ul.sec_list_square_01,
.admission .sec_desc .content ol + ul.sec_list_square_01 { margin-top: 35px; }

.admission .sec_desc .content .sec_table_01 + .sec_list_note_01,
.admission .sec_desc .content .sec_table_01 + .sec_list_note_02 { margin-top: 17px; }

.admission .sec_desc .content .sec_table_01 { margin-top: 5px; }

.admission .sec_desc .content p + .sec_table_01 { margin-top: 17px; }

.admission .sec_desc .content .canvas_data li a{
	width:240px;
}
.admission .sec_desc .content .btn_exam_data a{
	display:block;
	width:50%;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:15px auto 0;
	padding:8px 0;
	border:#09c8d4 1px solid;
	border-radius:5px;
	background:url(https://admissions.iuhw.ac.jp/img/bullet_arrow_08.png) no-repeat right 5% center;
	background-size:10px;
	box-sizing:border-box;
}
.admission .sec_desc .content .btn_exam_data a:hover{
	color:#09c8d4;
	background-color:#d6fdff;
}

/*
===== news 受験生へのお知らせ 記事一覧 ===========================*/
.admission .sec_desc .sec_news {
	padding: 0 0 25px;
}
.admission .sec_desc .sec_news .year_navi{
	width: 800px;
	margin:auto;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: center; /* Safari */
	-ms-justify-content: center; /* IE10 */
 justify-content:	center;
}
.admission .sec_desc .sec_news .year_navi li{
	display:inline-block;
}
.admission .sec_desc .sec_news .year_navi li a{
	display:block;
	color:#98ecf8;
	font-size:18px;
	font-weight:500;
	margin:0 5px;
	padding:0 10px 0 0;
	border-right:#98ecf8 1px solid;
}
.admission .sec_desc .sec_news .year_navi li:first-child a,
.admission .sec_desc .sec_news .year_navi li:nth-last-child(2) a,
.admission .sec_desc .sec_news .year_navi li:last-child a{
	border-right:none;
}
.admission .sec_desc .sec_news .year_navi li a:hover{
	color: #02b5c0;
}
.admission .sec_desc .sec_news .year_navi li a.act{
	color: #02b5c0;
	font-weight: 700;
}

.admission .sec_desc .sec_news .nav {
	width: 800px;
	margin: 25px auto 0;
}

.admission .sec_desc .sec_news .nav li {
	float: left;
	width: 267px;
	height: 48px;
}
.admission .sec_desc .sec_news .nav li:nth-child(2) {
	width: 266px;
}

.admission .sec_desc .sec_news .nav li.current {
	background: url(../../img/bg_sec_news_nav.png) no-repeat 50% 100%;
}

.admission .sec_desc .sec_news .nav li a {
	display: block;
	height: 39px;
	background: #09c8d4;
	border-right: 1px solid #02b5c0;
	color: #ffffff;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

.admission .sec_desc .sec_news .nav li.current a,
.admission .sec_desc .sec_news .nav li a:hover {
	background: #02b5c0;
}

.admission .sec_desc .sec_news .nav li:first-child a {
	border-radius: 3px 0 0 3px;
}

.admission .sec_desc .sec_news .nav li:last-child a {
	border-right: none;
	border-radius: 0 3px 3px 0;
}

.admission .sec_desc .sec_news .content {
	display: none;
	width: 800px;
	margin: 0 auto;
	padding:20px 0 0;
}

.admission .sec_desc .sec_news #opencampus.content {
	display: block;
}

.admission .sec_desc .sec_news .content dl {
	display: table;
	width: 100%;
	border-top: 1px solid #9ce2e5;
}

.admission .sec_desc .sec_news .content dl:first-child {
	border-top: none;
}

.admission .sec_desc .sec_news .content dl dt {
	display: table-cell;
	width: 110px;
	padding: 17px 0;
	color: #02b5c0;
	font-weight: bold;
	vertical-align: top;
}

.admission .sec_desc .sec_news .content dl dd {
	display: table-cell;
	padding: 17px 0;
	vertical-align: top;
}

.admission .sec_desc .sec_news .content dl:first-child dt,
.admission .sec_desc .sec_news .content dl:first-child dd {
	padding-top: 20px;
}

.admission .sec_desc .sec_news .content dl dd a {
	display:block;
	color: #333333;
	font-weight:normal;
	overflow:hidden;
}

.admission .sec_desc .sec_news .content dl dd a div.cat{
	width:180px;
	float:left;
}
.admission .sec_desc .sec_news .content dl dd a p{
	margin:0;
	overflow:hidden;
	zoom:1;
}

.admission .sec_desc .sec_news .content dl dd a:hover {
	text-decoration: underline;
}

.admission .sec_desc .sec_news .sec_bt_01 {
	padding: 17px 0 0;
}

/*
===== exam/qualify_passrate 国家試験合格率 ===========================*/
.admission .sec_desc .content .qualify_passrate_table{
	margin-bottom:20px;
}
.admission .sec_desc .content .qualify_passrate_table thead th{
	background-color: #FFE1FF;
}
.admission .sec_desc .content .qualify_passrate_table tbody th{
	background-color:#FFF;
	font-weight:normal;
	white-space: nowrap;
	width:224px;
}
.admission .sec_desc .content .qualify_passrate_table tbody td{
	text-align:left;
	border-right:none;
	padding:0 0 0 5px;
}
.admission .sec_desc .content .qualify_passrate_table .graph_national{
	color:#afafaf;
	width:60%;
}
.admission .sec_desc .content .qualify_passrate_table .graph_course{
	color: #FF0000;
	font-weight: bold;
	width:60%;
}
.admission .sec_desc .content .qualify_passrate_table .graph_national div,
.admission .sec_desc .content .qualify_passrate_table .graph_course div{
	display:inline-block;
	width:35%;
	background-color:#e6e6e6;
	margin-right:10px;
}
.admission .sec_desc .content .qualify_passrate_table .graph_national div span{
	display: block;
	background-color:#afafaf;
}
.admission .sec_desc .content .qualify_passrate_table .graph_course div span{
	display:block;
	background-color:#09c8d4;
	color:#09c8d4;
}
.admission .sec_desc .content .qualify_passrate_table strong{
	font-weight:bold;
}

/*
===== exam/index 入試情報 ===========================*/
#admission_exam .sec_desc h2 {
	cursor:default;
}
.admission .sec_desc .sec_exam_index{
	padding: 0 0 25px;
}
.admission .sec_desc .sec_exam_index ul{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
}
.admission .sec_desc .sec_exam_index ul li{
	width:45%;
	margin-top:38px;
	border-bottom:#02b5c0 1px solid;
}
.admission .sec_desc .sec_exam_index ul li a{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 30px;
	background:url(../img/bullet_arrow_08.png) no-repeat left 5px center;
	background-size:10px auto;
	box-sizing:border-box;
}
.admission .sec_desc .sec_exam_index ul li a[href $='.pdf']{
	padding:10px 20px 10px 30px;
	background-image:
		url(../img/icon_pdf.png),
		url(../img/bullet_arrow_08.png);
	background-position:
		right center,
		left 5px center;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		auto,
		10px auto;
}
.admission .sec_desc .sec_exam_index .igakubu{
	margin-top:40px;
}
.admission .sec_desc .sec_exam_index .igakubu p{
	padding-bottom:10px;
	border-bottom:#02b5c0 1px solid;
}
.admission .sec_desc .sec_exam_index .igakubu a[href^="http"]{
	font-size:16px;
	font-weight:bold;
	padding:10px 20px 10px 30px;
	background-image:
		url(../img/icon_win.png),
		url(../img/bullet_arrow_08.png);
	background-position:
		right center,
		left 5px center;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		auto,
		10px auto;
}
.admission .sec_desc .sec_exam_index .igakubu ol{
	width:80%;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
	margin:15px 0 0 25px;
}
.admission .sec_desc .sec_exam_index ol li{
	width:50%;
	font-size:14px;
	margin-top:15px;
}

/*
===== exam/change 2018年度入試の変更点 ===========================*/
.admission .sec_desc .content .select_method{
	width:100%;
	margin:30px 0 50px;
	padding:13px 15px;
	background-color:#f7f7f7;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row-reverse; /* Safari */
	-ms-flex-direction: row-reverse; /* IE10 */
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
}
.admission .sec_desc .content .select_method dl.this_year,
.admission .sec_desc .content .select_method dl.last_year{
	width:48%;
}
.admission .sec_desc .content .select_method dl.this_year dt{
	display:table-cell;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:85px;
	height:85px;
	color:#FFF;
	border-radius:5px;
 background-color:#02b5c0;
	box-sizing:border-box;
}
.admission .sec_desc .content .select_method dl.last_year dt{
	display:table-cell;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:85px;
	height:85px;
	color:#02b5c0;
	border-radius:5px;
 background-color:#fff;
	border:#02b5c0 1px solid;
	box-sizing:border-box;
 position:relative;
}
.admission .sec_desc .content .select_method dl dd{
	width:300px;
	font-size:13px;
	display:table-cell;
	vertical-align:middle;
	padding:0 15px;
}
.admission .sec_desc .content .select_method dl dd span{
	color:#02b5c0;
}
.admission .sec_desc .content .select_method .arrow {
	position:absolute;
	display:inline-block;
	width:19px;
	height:14px;
	background-color:#02b5c0;
	top:40%;
	left:-25px;
}
@media all and (-ms-high-contrast: none){
  .admission .sec_desc .content .select_method .arrow{
    top:34px; /* IE10以上 */
  }
}
.admission .sec_desc .content .select_method .arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:15px solid transparent;
	border-right:20px solid #02b5c0;
	top:-53%;
	left:-35px;
}

/*
===== exam_data 前年度入試データ ===========================*/
.admission .sec_desc .content .canvas_data{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
}
.admission .sec_desc .content .canvas_data,
.admission .sec_desc .content .pr_data{
	width: 100%;
	margin-top:30px;	
}
.admission .sec_desc .content .canvas_data li{
	/*display: inline-block;*/
	margin-bottom:25px;
}
.admission .sec_desc .content .canvas_data li:nth-child(3n-1){
	margin:0 30px 25px;
}
.admission .sec_desc .content .pr_data li{
	display: inline-block;
}
.admission .sec_desc .content .pr_data li:last-child{
	margin:0 0 0 20px;
}
.admission .sec_desc .content .canvas_data li a{
	display:table-cell;
	width:240px;
	height:70px;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	text-align:center;
	/*padding:8px 0;*/
	vertical-align:middle;
	border:#09c8d4 1px solid;
	border-radius:5px;
	box-sizing:border-box;
	position: relative;
}
.admission .sec_desc .content .pr_data li a{
	width:380px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:8px 0;
	border:#09c8d4 1px solid;
	border-radius:5px;
	box-sizing:border-box;
	position: relative;
}
.admission .sec_desc .content .canvas_data li a[href $='.pdf'],
.admission .sec_desc .content .pr_data li a[href $='.pdf']{
	background:url(../../exam_data/img/icon_pdf.png) no-repeat right 10px center;
}
.admission .sec_desc .content .canvas_data a[href^="http"],
.admission .sec_desc .content .pr_data a[href^="http"]{
	background: url(../../exam_data/img/icon_win.png) no-repeat right 10px center;
}
.admission .sec_desc .content .canvas_data li a:hover,
.admission .sec_desc .content .pr_data li a:hover{
	color:#09c8d4;
	background-color:#d6fdff;
}

/*
===== inquiry お問い合わせ ===========================*/
#admission_inquiry .sec_desc h2 {
	cursor:default;
}
.admission .sec_desc .sec_inquiry{
	padding: 0 0 25px;
}
.admission .sec_desc .sec_inquiry dl{
	margin-top:40px;
}
.admission .sec_desc .sec_inquiry dl dt {
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 11px;
	border-bottom: 1px solid #b3e9ec;
}
.admission .sec_desc .sec_inquiry dl dd {
	margin:5px 5px 30px;
}
.admission .sec_desc .sec_inquiry dl dd span{
	padding-left:23px;
	background: url(../../inquiry/img/icon_mail.png) no-repeat left center;
}
.admission .sec_desc .sec_inquiry dl dd span a{
	color:#333;
}

/*
===== employment 就職率 ===========================*/
#employment .sec_desc h2 {
	cursor:default;
	padding:5px 0;
}
.admission .sec_desc .sec_employment{
	margin-top:40px;
	padding: 0 0 25px;
}
#employment .sec_desc .sec_employment h2 {
	cursor:pointer;
}
.admission .sec_desc .sec_employment h2{
	height:35px;
	color: #02b5c0;
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	padding:8px 0 8px 0;
	margin-bottom:40px;
	vertical-align:middle;
	background:#FFF;
	border:#09c8d4 1px solid;
	border-radius:5px;
	box-sizing:border-box;
}
.admission .sec_desc .sec_employment h2 span{
	display: block;
	padding:0;
	background: url(../img/bullet_arrow_09.png) no-repeat 98% 50%;
	background-size: 15px auto;
}
.admission .sec_desc .sec_employment h2.open span {
	background-image: url(../img/bullet_arrow_10.png);
}
.admission .sec_desc .sec_employment h3{
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	margin-bottom:30px;
	border-bottom: 1px solid #b3e9ec;
}
.admission .sec_desc .sec_employment h3 span{
	color: #ec71c6;
	font-weight: 700;
}
.admission .sec_desc .sec_employment h3 span strong{
	font-size: 26px;
	font-weight: 700;
}
.admission .sec_desc .sec_employment dl{
	margin:25px 0 25px;
}
.admission .sec_desc .sec_employment dl dt{
	color: #000;
	font-weight: 700;
	margin-bottom:15px;
}
.admission .sec_desc .sec_employment dl dd{
	width:525px;
	margin:0 auto 50px;
}
.admission .sec_desc .sec_employment dl dd.prefectures_att_txt{
	width:100%;
}
.admission .sec_desc .sec_employment dl dd.prefectures{
	width:100%;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
}
.admission .sec_desc .sec_employment dl dd.prefectures div{
	width:48%;
}
.admission .sec_desc .sec_employment dl dd.prefectures div span{
	color: #02b5c0;
}

/*
===== expenses 学費 ===========================*/
#expenses .sec_desc h2 {
	cursor:default;
	padding:5px 0;
}
#expenses .sec_desc .medical_expenses a{
	display:block;
	width:220px;
	color:#FFF;
	text-align:center;
	border-radius:20px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom:16px;
	padding:5px 20px 5px 0;
	background:#ec71c6 url(../img/icon_win_w.png) no-repeat right 20px center;
}
#expenses .sec_desc .btn_exam a{
	display:block;
	width:320px;
	color:#FFF;
	text-align:center;
	border-radius:20px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom:16px;
	padding:5px 10px 5px 0;
	background:#ee90e6 url(../img/bullet_arrow_05.png) no-repeat right 15px center;
	background-size:5px auto;
}
#expenses .sec_desc .medical_expenses a:hover,
#expenses .sec_desc .btn_exam a:hover{
	opacity:0.9;
}
.admission .sec_desc .sec_expenses{
	margin-top:40px;
	padding: 0 0 25px;
}
.admission .sec_desc .sec_expenses h3{
	font-weight:700;
}
.admission .sec_desc .expenses_table{
	margin-bottom: 20px;
	font-weight: bold;
}
.admission .sec_desc .expenses_table thead th{
	white-space: nowrap;
}
.admission .sec_desc .expenses_table thead th:nth-child(1){
	width:127px;
}
.admission .sec_desc .expenses_table th,
.admission .sec_desc .expenses_table td {
	width:auto;
	white-space: nowrap;
 padding: 7px 5px;
}
.admission .sec_desc .sec_expenses h3.payment {
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b3e9ec;
	margin:80px 0 10px;
	padding-bottom:12px;
}
.admission .sec_desc .sec_expenses a[href^="http"]{
	padding-right:19px;
	background: url(../img/icon_win.png) no-repeat right 4px center;
}

/*
===== scholarship 奨学金制度 ===========================*/
#scholarship .sec_desc h2 {
	cursor:default;
	padding:5px 0;
}
#scholarship .sec_desc .medical_scholarship a{
	display:block;
	width:220px;
	color:#FFF;
	text-align:center;
	border-radius:20px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom:16px;
	padding:5px 20px 5px 0;
	background:#ec71c6 url(../img/icon_win_w.png) no-repeat right 20px center;
}
#scholarship .sec_desc .medical_scholarship a:hover{
	opacity:0.9;
}
.admission .sec_desc .scholarship_table{
	margin-bottom: 20px;
	font-weight: bold;
}
.admission .sec_desc .scholarship_table thead th{
	white-space: nowrap;
}
.admission .sec_desc .scholarship_table thead th:nth-child(1),
.admission .sec_desc .scholarship_table tbody td.name{
	width:185px;
}
.admission .sec_desc .scholarship_table thead th.form{
	width:70px;
}
.admission .sec_desc .scholarship_table thead th.price,
.admission .sec_desc .scholarship_table tbody td.price{
	width:240px;
}
.admission .sec_desc .scholarship_table thead th.persons,
.admission .sec_desc .scholarship_table tbody td.persons{
	width:80px;
}
.admission .sec_desc .scholarship_table th,
.admission .sec_desc .scholarship_table td {
	width:auto;
 padding: 7px 5px;
}
.admission .sec_desc .scholarship_table a[href $='.pdf']{
	font-weight:bold;
	padding-right:12px;
	background:url(../img/icon_pdf.png) no-repeat right 3px center;
}
.admission .sec_desc .scholarship_info{
	width:90%;
	margin:40px auto 0;
}
.admission .sec_desc .scholarship_info p{
	text-align:center;
	margin-bottom:10px;
}
.admission .sec_desc .scholarship_info ul{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
}
.admission .sec_desc .scholarship_info ul li{
	width:48%;
	margin:5px 0;
}
.admission .sec_desc .scholarship_info ul.pc_hidden{
	display:none;
}


@media print{ /*IE Print*/
	.admission .sec_desc .scholarship_table .print_br td{
		border-collapse: collapse;
		border-bottom:#090204 1px solid;
	}
}

/*
===== qa 入試Q&A ===========================*/
#qa .sec_desc h2 {
	cursor:default;
	padding:5px 0;
}
#qa .sec_desc h2 small{
	font-size:16px;
}
#qa .sec_desc .medical_scholarship a{
	display:block;
	width:180px;
	color:#FFF;
	text-align:center;
	border-radius:20px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom:16px;
	padding:5px 20px 5px 0;
	background:#ec71c6 url(../img/icon_win_w.png) no-repeat right 20px center;
}
#qa .sec_desc .qa_link a{
	display:block;
	width:230px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	border-radius:20px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom:16px;
	padding:5px 0 5px;
	background:#ec71c6;
}
#qa .sec_desc .medical_scholarship a:hover,
#qa .sec_desc .qa_link a:hover{
	opacity:0.9;
}
.admission .sec_desc .sec_qa{
	margin-top:40px;
	padding: 0 0 25px;
}
.admission .sec_desc .sec_qa h2{
	color: #02b5c0;
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	padding:8px 0 8px 0;
	margin-bottom:40px;
	vertical-align:middle;
	background:#FFF;
	border:#09c8d4 1px solid;
	border-radius:5px;
	box-sizing:border-box;
}
.admission .sec_desc .sec_qa h2 span{
	cursor:pointer;
	display: block;
	padding:0;
	background: url(../img/bullet_arrow_09.png) no-repeat 98% 50%;
	background-size: 15px auto;
}
.admission .sec_desc .sec_qa h2.open span {
	background-image: url(../img/bullet_arrow_10.png);
}
#qa .sec_desc .sec_qa h2 span small{
	display:block;
	font-size:14px;
}
#qa .sec_desc .sec_qa h3 {
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b3e9ec;
	margin:20px 0 30px;
	padding-bottom:12px;
}
.admission .sec_desc .sec_qa dl{
	margin-bottom:30px;
}
.admission .sec_desc .sec_qa dl dt{
	color: #02b5c0;
	font-size:16px;
	font-weight:700;
	display:table;
	box-sizing:border-box;
}
.admission .sec_desc .sec_qa dl dd{
	margin:20px 0 40px;
}
.admission .sec_desc .sec_qa dl dt i,
.admission .sec_desc .sec_qa dl dd i{
	display:table-cell;
	width:70px;
	color: #02b5c0;
	font-size:26px;
	font-style: italic;
	font-weight:700;
	line-height:1.0em;
	vertical-align:top;
	box-sizing:border-box;
}
.admission .sec_desc .sec_qa dl dt span,
.admission .sec_desc .sec_qa dl dd div{
	display:table-cell;
	width:728px;
	box-sizing:border-box;
}
.admission .sec_desc .sec_qa dl.list_no{
	margin-top:10px;
	margin-bottom:20px;
	display:table;
}
.admission .sec_desc .sec_qa dl.list_no dt{
	width:40px;
	margin:0;
	vertical-align:middle;
	box-sizing:border-box;
}
.admission .sec_desc .sec_qa dl.list_no dt img{
	display:table-cell;
	width:40px;
}
.admission .sec_desc .sec_qa dl.list_no dd{
	display:table-cell;
	width:750px;
	padding-left:23px;
	margin:0;
	vertical-align:middle;
	box-sizing:border-box;
}
.admission .sec_desc .sec_qa a[href $='.pdf']{
	font-weight:bold;
	padding-right:12px;
	background:url(../img/icon_pdf.png) no-repeat right 3px center;
}
.admission .sec_desc .sec_qa .theme{
	color: #02b5c0;
	font-weight:700;	
}

/*
===== examination 入学検定料割引制度 ===========================*/
#examination .sec_desc .medical_examination a{
	display:block;
	width:250px;
	color:#FFF;
	text-align:center;
	border-radius:20px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom:16px;
	padding:5px 20px 5px 0;
	background:#ec71c6 url(../img/icon_win_w.png) no-repeat right 20px center;
}
#examination .sec_desc .medical_examination a:hover{
	opacity:0.9;
}
#examination .sec_desc h2 small{
	display:block;
	font-size:16px;
}
#examination .sec_desc h3 {
	color: #02b5c0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b3e9ec;
	margin:20px 0 30px;
	padding-bottom:12px;
}
#examination ul li strong{
	color:#02b5c0;
	font-weight:700;
}
#examination p strong{
	color:#ec71c6;
	font-size:24px;
	font-weight:700;
}
#examination .price{
	position:relative;
}
#examination .price p{
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
#examination .price p.pharmacy{
	top:25px;
}


/*
===== special_treatment 特待奨学生制度 ===========================*/
#special_treatment .sec_desc h3 {
	color: #02b5c0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #b3e9ec;
	margin:20px 0 30px;
	padding-bottom:12px;
}
#special_treatment .sec_desc h4{
	position:relative;
	color:#02b5c0;
	font-size: 16px;
	font-weight:700;
	background-color:#f7f7f7;
	margin-top:40px;
}
#special_treatment .sec_desc h4 span.no{
	display:inline-block;
	width:50px;
	color:#fff;
	font-size: 24px;
	text-align:center;
	background-color:#02b5c0;
	border-right:#FFF 3px solid;
	box-sizing:border-box;
	margin-right:12px;
}
#special_treatment .sec_desc h4 span.balloon{
	position: absolute;
	display:inline-block;
	color:#FFF;
	font-size: 14px;
	text-align: center;
	padding:3px 10px;
	background-color: #02b5c0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	top:5px;
	right:5px;
}
/*#special_treatment .sec_desc h4 span.balloon:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: 30px;
	left: 25px;
	border: 5px solid;
	border-right: 10px solid;
	border-left: 10px solid;
	border-color: #02b5c0 transparent transparent #02b5c0;
}*/
#special_treatment .point p.p_txt{
	color:#02b5c0;
	font-size: 16px;
	font-weight: bold;
}
#special_treatment .point p.p_txt strong{
	color:#ec71c6;
	font-size:24px;
	font-weight:700;
	padding:0 3px;
}
#special_treatment .point p.p_txt span{
	display:inline-block;
	color:#000;
	font-size:18px;
	padding:5px 10px;
	margin:5px 5px 0 0;
	background-color:#f19db5;
}
#special_treatment .point h3.ttl_01{
	color:#000;
	font-size:18px;
	padding:10px;
	margin:45px 0 5px;
	border-bottom:none;
	background-color:#f19db5;
	position:relative;
}
#special_treatment .point h3.ttl_02{
	color:#000;
	font-size:18px;
	padding:10px;
	margin:45px 0 5px;
	border-bottom:none;
	background-color:#abc808;
	position:relative;
}
#special_treatment .point h3.ttl_03{
	color:#000;
	font-size:18px;
	padding:10px;
	margin:45px 0 5px;
	border-bottom:none;
	background-color:#f5ad3c;
	position:relative;
	vertical-align:middle;
}
#special_treatment .point h3.ttl_01 strong,
#special_treatment .point h3.ttl_02 strong,
#special_treatment .point h3.ttl_03 strong{
	display:inline-block;
	font-size:24px;
	font-weight:700;
	padding:0 3px 0 5px;
}
#special_treatment .point h3.ttl_01 strong.mr25,
#special_treatment .point h3.ttl_02 strong.mr25,
#special_treatment .point h3.ttl_03 strong.mr25{
	font-size:30px;
	vertical-align:middle;
}
#special_treatment .point h3.ttl_01 span,
#special_treatment .point h3.ttl_02 span,
#special_treatment .point h3.ttl_03 span{
	position:absolute;
	top:25%;
	right:20px;
}
#special_treatment .point .st_table th,
#special_treatment .point .st_table td{
	padding:7px 5px;	
}
#special_treatment .point .st_table th:nth-child(1){
	width:60%;
	white-space: nowrap;	
}
#special_treatment .point .st_table th.price{
	white-space: nowrap;	
}
#special_treatment .point .st_table th.before,
#special_treatment .point .st_table th.after{
	font-weight:normal;
	width:13%;
}
#special_treatment .point .st_table td.bold_txt{
	text-align:left;
}
#special_treatment .point .st_table td.bold_txt span,
#special_treatment .point .abbreviation_list li span{
	display:inline-block;
	margin:0 2px;
	padding:2px 5px 0;
	border:#000 1px solid;
	border-radius:14px;
}
#special_treatment .point .st_table .r_txt{
	font-weight:700;
}
#special_treatment .point .st_table td strong{
	font-weight:bold;
}
#special_treatment .point .st_table_02{
	
}
#special_treatment .point .st_table_02 th,
#special_treatment .point .st_table_02 td{
	padding:7px 5px;	
}
#special_treatment .point .st_table_02 thead th,
#special_treatment .point .st_table_02 tbody th,
#special_treatment .point .st_table_02 tbody td{
	white-space: nowrap;	
}
#special_treatment .point .st_table_02 .total{
	text-align:center;
	font-weight:bold;
}
#special_treatment .point .st_table_02 .sell_none{
	border-left:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
}
#special_treatment .point .abbreviation_list li{
	display:inline-block;
	margin-bottom:5px;
}
#special_treatment .point .border{
	border-bottom: 1px solid #b3e9ec;
	padding:0 0 25px;
}

/*
===== student_interview 学生インタビュー ===========================*/
#student_interview .interview_index{
	width:900px;
}
#student_interview .sec_desc h2 {
	color: #02b5c0;
	border-bottom: 1px solid #b3e9ec;
	background-color:#FFF;
	margin:20px 0 30px;
	padding-bottom:12px;
	cursor:auto;
}
#student_interview .sec_interview_index{
	margin-top:20px;
}
#student_interview .sec_interview_index ul{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;	
}
#student_interview .sec_interview_index li{
/*	width:440px;*/
	margin-bottom:20px;
}
#student_interview .sec_interview_index ul li a img.thumb {
	width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#student_interview .sec_interview_index ul li a img.h {
	position: absolute;
	top: 0;
	left: 0;
}
#student_interview .sec_interview_index ul li a figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#student_interview .sec_interview_index ul li a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#student_interview .sec_interview_index ul li a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}	
#student_interview .sec_interview_index ul li a figcaption img {
	display: none;
}
#student_interview .sec_interview_index ul li a:hover > figure img.thumb {
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
#student_interview .sec_interview_index ul li a:hover > figure img.h {
	display: none;
}
#student_interview .sec_interview_index ul li a:hover > figure figcaption {
	background-color: rgba(0,0,0,0.55);
	opacity: 1;
}
#student_interview .sec_interview_index ul li a:hover > figure figcaption img {
	display: block;
}
/*--interview--*/
#student_interview .interview_cont_ttl{	height: 420px; }
#student_interview .interview01 { background-image: url(../../student_interview/img/interview01/bg_headline.png); }
#student_interview .interview02 { background-image: url(../../student_interview/img/interview02/bg_headline.png); }
#student_interview .interview03 { background-image: url(../../student_interview/img/interview03/bg_headline.png); }
#student_interview .interview04 { background-image: url(../../student_interview/img/interview04/bg_headline.png); }
#student_interview .interview05 { background-image: url(../../student_interview/img/interview05/bg_headline.png); }
#student_interview .interview06 { background-image: url(../../student_interview/img/interview06/bg_headline.png); }
#student_interview .interview07 { background-image: url(../../student_interview/img/interview07/bg_headline.png); }
#student_interview .interview08 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview08/bg_headline.png); }
#student_interview .interview09 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview09/bg_headline.png); }
#student_interview .interview10 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview10/bg_headline.png); }
#student_interview .interview11 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview11/bg_headline.png); }
#student_interview .interview12 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview12/bg_headline.png); }
#student_interview .interview13 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview13/bg_headline.png); }
#student_interview .interview14 { background-image: url(../../student_interview/img/interview14/bg_headline.png); }
#student_interview .interview15 { background-image: url(../../student_interview/img/interview15/bg_headline.png); }
#student_interview .interview16 { background-image: url(../../student_interview/img/interview16/bg_headline.png); }
#student_interview .interview17 { background-image: url(../../student_interview/img/interview17/bg_headline.png); }
#student_interview .interview18 { background-image: url(../../student_interview/img/interview18/bg_headline.png); }
#student_interview .interview19 { background-image: url(../../student_interview/img/interview19/bg_headline.png); }
#student_interview .interview20 { background-image: url(../../student_interview/img/interview20/bg_headline.png); }
#student_interview .interview21 { background-image: url(../../student_interview/img/interview21/bg_headline.png); }
#student_interview .interview22 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview22/bg_headline.png); }
#student_interview .interview23 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview23/bg_headline.png); }
#student_interview .interview24 { background-image: url(https://admissions.iuhw.ac.jp/student_interview/img/interview24/bg_headline.png); }
#student_interview .interview_cont_ttl div.student {
	width:800px;
	text-align:left;
}
#student_interview .interview_cont_ttl div p{
	display: inline-block;
	margin: 49px 0 50px;
	padding: 7px 10px;
	background: #ffffff;
	border-radius: 3px;
	color: #09c8d4;
	font-size: 19px;
	font-weight: bold;
	text-align:center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#student_interview .interview_cont_ttl div p.zaikousei{
	display: inline-block;
	margin: 49px 0 50px;
	padding: 7px 10px;
	background: #00CC99;
	border-radius: 3px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align:center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#student_interview .interview_cont_ttl div p.sotsugyosei{
	display: inline-block;
	margin: 49px 0 50px;
	padding: 7px 10px;
	background: #FE8A4C;
	border-radius: 3px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align:center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}


#student_interview .interview_cont_ttl div p.n{
	display: inline-block;
	margin: 0 0 20px;
	padding: 7px 10px;
    /*background: #ffffff;*/
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	color: #0bba8e;
	font-size: 29px;
	font-weight: bold;
	text-align:left;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#student_interview .interview_cont_ttl div p.n span{
	font-size:25px;
	}
#student_interview .interview_cont_ttl div p.ns{
	display: inline-block;
	margin: 0 0 20px;
	padding: 7px 10px;
    /*background: #ffffff;*/
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	color: #fa7f3c;
	font-size: 29px;
	font-weight: bold;
	text-align:left;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#student_interview .interview_cont_ttl div.name{
	color: #09c8d4;
	font-size: 52px;
	margin-bottom:20px;
}
#student_interview .interview_cont_ttl div.name2{
	color: #f2668e;
	font-size:30px;
	font-weight: bold;
	margin-bottom:10px;
}


#student_interview .interview_cont_ttl div.profile{
	font-size: 16px;
}
#student_interview .interview_cont_ttl div.profile span{
	display:block;
	margin-top:26px;
	font-size: 14px;
}
#student_interview .sec_interview_cont{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;
	margin-bottom:60px;
}
#student_interview .replace{
	-webkit-flex-direction: row-reverse; /* Safari */
	-ms-flex-direction: row-reverse; /* IE10 */
	flex-direction: row-reverse;
}
#student_interview .sec_interview_cont div{
	width:380px;
}
#student_interview .sec_interview_cont div.center_box{
	width:760px;
}

#student_interview .sec_interview_cont div h2.subtitle{
	font-size:34px;
	text-align:left;
	font-weight:normal;
	border:none;
	margin:0;
	padding:0;
}
#student_interview .sec_interview_cont div h2.subtitle img{
	width:287px;
	-webkit-backface-visibility: hidden;
}
#student_interview .sec_interview_cont div.left_box h2.subtitle img{
	margin-left:69px;
}
#student_interview .sec_interview_cont div img.picture{
	margin-top:25%;
}
#student_interview .sec_interview_cont div img.picture2{
	
	margin-top:1em;
	margin-left: 110px;
	
}
#student_interview .sec_interview_cont div h3 {
	display:table;
	margin:50px auto 30px;
	background-image:
		url(../../student_interview/img/bg_top_left.png),
		url(../../student_interview/img/bg_bottom_right.png);
	background-position:
		left top,
		right bottom;
	background-repeat:
		no-repeat,
		no-repeat;
		padding:5px 5px;
}
#student_interview .sec_interview_cont div h3 span{
	display:inline-block;
	color:#e89500;
	font-size:18px;
	text-align: center;
	margin:auto;
	padding:10px 23px;
	background-color:#fff1d8;
	background-image:
		url(../../student_interview/img/bg_top_left_inner.png),
		url(../../student_interview/img/bg_bottom_right_inner.png);
	background-position:
		left top,
		right bottom;
	background-repeat:
		no-repeat,
		no-repeat;
}
#student_interview .sec_interview_cont div.column3_ttl{
	width:287px;
}
#student_interview .sec_interview_cont div.column3_txt{
	width:510px;
	display:table;
}
#student_interview .sec_interview_cont div.column3_txt div{
	display:table-cell;
	width:230px;
}
#student_interview .sec_interview_cont div.column3_txt div.column3_txt_left{
	width:280px;
	padding-right:50px;
	box-sizing:border-box;
}
#student_interview .sec_interview_cont .column3_txt div h3{
	margin:35px 0 30px;
}
#student_interview #message div.left_box{
	width:290px;
}
#student_interview #message div.right_box{
	width:444px;
}
#student_interview #message div.center_box{
	width:734px;
}
#student_interview #message div.left_box img{
	width:290px;
	margin-left:5%;
	margin-bottom:5%;
}


#student_interview .sec_desc .index_link a{
	display:block;
	width:80%;
	color:#09c8d4;
	text-align:center;
	margin:0  auto 16px;
	padding:5px 0 5px 0;
	border:#09c8d4 1px solid;
	border-radius:20px;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#student_interview .sec_desc .index_link a:hover{
	color:#FFF;
	background-color:#09c8d4;
}
#student_interview .sec_desc p.att{
	margin-top:10px;
	font-size:12px;
 padding-left: 1em;
 text-indent: -1em;
}

/*
===== faculty_interview 教員インタビュー ===========================*/
#faculty_interview .interview_index{
	width:900px;
}
#faculty_interview .sec_desc h2 {
	color: #02b5c0;
	border-bottom: 1px solid #b3e9ec;
	background-color:#FFF;
	margin:20px 0 30px;
	padding-bottom:12px;
	cursor:auto;
}
#faculty_interview .sec_interview_index{
	margin-top:20px;
}
#faculty_interview .sec_interview_index ul{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;	
}
#faculty_interview .sec_interview_index li{
	width:440px;
	margin-bottom:20px;
}
#faculty_interview .sec_interview_index ul li a img.thumb {
	width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#faculty_interview .sec_interview_index ul li a img.h {
	position: absolute;
	top: 0;
	left: 0;
}
#faculty_interview .sec_interview_index ul li a figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#faculty_interview .sec_interview_index ul li a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#faculty_interview .sec_interview_index ul li a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}	
#faculty_interview .sec_interview_index ul li a figcaption img {
	display: none;
}
#faculty_interview .sec_interview_index ul li a:hover > figure img.thumb {
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
#faculty_interview .sec_interview_index ul li a:hover > figure img.h {
	display: none;
}
#faculty_interview .sec_interview_index ul li a:hover > figure figcaption {
	background-color: rgba(0,0,0,0.55);
	opacity: 1;
}
#faculty_interview .sec_interview_index ul li a:hover > figure figcaption img {
	display: block;
}
/*--interview--*/
#faculty_interview .interview_cont_ttl{	height: 420px; }
#faculty_interview .interview01 { background-image: url(../../faculty_interview/img/interview01/bg_headline.png); }
#faculty_interview .interview02 { background-image: url(../../faculty_interview/img/interview02/bg_headline.png); }
#faculty_interview .interview03 { background-image: url(../../faculty_interview/img/interview03/bg_headline.png); }
#faculty_interview .interview04 { background-image: url(../../faculty_interview/img/interview04/bg_headline.png); }
#faculty_interview .interview05 { background-image: url(../../faculty_interview/img/interview05/bg_headline.png); }
#faculty_interview .interview06 { background-image: url(../../faculty_interview/img/interview06/bg_headline.png); }
#faculty_interview .interview07 { background-image: url(../../faculty_interview/img/interview07/bg_headline.png); }
#faculty_interview .interview_cont_ttl div.faculty {
	width:800px;
	text-align:left;
}
#faculty_interview .interview_cont_ttl div p{
	display: inline-block;
	margin: 49px 0 37px;
	padding: 7px 10px;
	background: #09c8d4;
	border-radius: 3px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align:center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#faculty_interview .interview_cont_ttl div.catch{
	color: #09c8d4;
	font-size: 28px;
	margin-bottom:20px;
}
#faculty_interview .interview_cont_ttl div.undergraduate{
	font-size: 16px;
}
#faculty_interview .interview_cont_ttl div.name{
	font-size: 52px;
	color: #09c8d4;
}
#faculty_interview .interview_cont_ttl div.name span{
	font-size: 32px;
	padding-left:10px;
}
#faculty_interview .interview{
	width:100%;
	margin-top:0;
}
#faculty_interview .subtitle{
	width:100%;
	background-size: cover;
	background-position: 50% 50%;
}
#faculty_interview .sec_interview_cont .subtitle h2{
	position:relative;
	width:800px;
	border-bottom:none;
	background-color:rgba(255,255,255,0);
	margin:0 auto;
	padding: 0;
}
#faculty_interview #student .subtitle,
#faculty_interview #message .subtitle{
	height: 420px;
}
#faculty_interview .subtitle h2 img{
	position:absolute;
	width:322px;
	left:-28px;
	-webkit-backface-visibility: hidden;
}
#faculty_interview #study .subtitle h2 img{
	top:-35px;
}
#faculty_interview #student .subtitle h2 img,
#faculty_interview #message .subtitle h2 img{
	bottom:-510px;
}

#faculty_interview .iw01 #student .subtitle{ background-image: url(../../faculty_interview/img/interview01/img_student.png); }
#faculty_interview .iw01 #message .subtitle{ background-image: url(../../faculty_interview/img/interview01/img_message.png); }

#faculty_interview .iw02 #student .subtitle{ background-image: url(../../faculty_interview/img/interview02/img_student.png); }
#faculty_interview .iw02 #message .subtitle{ background-image: url(../../faculty_interview/img/interview02/img_message.png); }

#faculty_interview .iw03 #student .subtitle{ background-image: url(../../faculty_interview/img/interview03/img_student.png); }
#faculty_interview .iw03 #message .subtitle{ background-image: url(../../faculty_interview/img/interview03/img_message.png); }

#faculty_interview .iw04 #student .subtitle{ background-image: url(../../faculty_interview/img/interview04/img_student.png); }
#faculty_interview .iw04 #message .subtitle{ background-image: url(../../faculty_interview/img/interview04/img_message.png); }

#faculty_interview .iw05 #student .subtitle{ background-image: url(../../faculty_interview/img/interview05/img_student.png); }
#faculty_interview .iw05 #message .subtitle{ background-image: url(../../faculty_interview/img/interview05/img_message.png); }

#faculty_interview .iw06 #student .subtitle{ background-image: url(../../faculty_interview/img/interview06/img_student.png); }
#faculty_interview .iw06 #message .subtitle{ background-image: url(../../faculty_interview/img/interview06/img_message.png); }

#faculty_interview .iw07 #student .subtitle{ background-image: url(https://admissions.iuhw.ac.jp/faculty_interview/img/interview07/img_student.png); }
#faculty_interview .iw07 #message .subtitle{ background-image: url(../../faculty_interview/img/interview07/img_message.png); }


#faculty_interview .sec_interview_cont .interview_txt{
	width:800px;
	margin:0 auto 80px;
	padding-top:110px;
}
#faculty_interview .sec_interview_cont .interview_txt .subhead {
	display:table;
	margin:40px auto 0;
	background-image:
		url(../../faculty_interview/img/bg_top_left.png),
		url(../../faculty_interview/img/bg_bottom_right.png);
	background-position:
		left top,
		right bottom;
	background-repeat:
		no-repeat,
		no-repeat;
		padding:5px 5px;
}
#faculty_interview .sec_interview_cont .interview_txt .subhead span{
	display:inline-block;
	color:#7ba108;
	font-size:18px;
	text-align: center;
	margin:auto;
	padding:10px 23px;
	background-color:#ebf0c0;
	background-image:
		url(../../faculty_interview/img/bg_top_left_inner.png),
		url(../../faculty_interview/img/bg_bottom_right_inner.png);
	background-position:
		left top,
		right bottom;
	background-repeat:
		no-repeat,
		no-repeat;
}
#faculty_interview .sec_interview_cont .interview_txt h3{
	color: #09c8d4;
	font-size: 28px;
	text-align:center;
	margin:28px 0 30px;
}
#faculty_interview #message .interview_txt h3{
	margin:0 0 30px;
}
#faculty_interview #message dl{
	display:table;
	width:100%;
	margin:60px 0 37px;
	padding-top:60px;
	border-top:#09c8d4 1px solid;
	box-sizing:border-box;
}
#faculty_interview #message dl dt{
	display:table-cell;
	width:250px;
}
#faculty_interview #message dl dd{
	display:table-cell;
	vertical-align:middle;
	padding-left:72px;
}
#faculty_interview #message dl dd div{
	color: #09c8d4;
	font-size:32px;
	margin-bottom:23px;
}
#faculty_interview #message dl dd div span{
	display:block;
	font-size:16px;
}
#faculty_interview #message .faculty_box{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;	
}
#faculty_interview #message .faculty_box div{
	width:370px;
	margin-bottom:50px;
}
#faculty_interview #message .faculty_box h4{
	font-size:18px;
	font-weight:500;
	margin-bottom:18px;
}
#faculty_interview #message .faculty_box .mb0{
	margin-bottom:0;
}
#faculty_interview .sec_desc .index_link{
	width:800px;
	margin:auto;
}
#faculty_interview .sec_desc .index_link a{
	display:block;
	width:80%;
	color:#09c8d4;
	text-align:center;
	margin:0  auto 16px;
	padding:5px 0 5px 0;
	border:#09c8d4 1px solid;
	border-radius:20px;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#faculty_interview .sec_desc .index_link a:hover{
	color:#FFF;
	background-color:#09c8d4;
}

/*
===== prompt_report 合否速報サイト ===========================*/
#prompt_report .sec_desc h2 {
	cursor:default;
	padding:5px 0;
}
.admission .sec_desc .sec_prompt_report{
	margin-top:40px;
	padding: 0 0 25px;
}
.admission .sec_desc .sec_prompt_report p{ margin-top: 25px; }
.admission .sec_desc .sec_prompt_report a{
	width:60%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:8px 0;
	margin:25px auto 25px;
	border:#09c8d4 1px solid;
	border-radius:5px;
	box-sizing:border-box;
}
.admission .sec_desc .sec_prompt_report a[href^="http"]{
	background: url(https://admissions.iuhw.ac.jp/prompt_report/img/icon_win.png) no-repeat right 10px center;
}
.admission .sec_desc .sec_prompt_report a:hover{
	color:#09c8d4;
	background-color:#d6fdff;
}

/*
===== work_guide 医療福祉のお仕事ガイド ===========================*/
#work_guide .sec_point_inner h2{
	color:#02b5c0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:17px 0 37px;
}
#work_guide .sec_point_inner p{
	color:#02b5c0;
	font-size:16px;
	font-weight:600;
	margin-bottom:17px;
}
#work_guide .sec_wg_desc {
	width: 800px;
	margin: 50px auto 0;
}
#work_guide .sec_wg_desc h2 {
	padding: 5px 15px 5px 60px;
	background: #02b5c0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	line-height: 1.4;
}
#work_guide .sec_wg_desc h2.nolink {
	cursor:default;
	padding:5px 0;
}
#work_guide .sec_wg_desc h2.link{
	padding:5px 0;
}
#work_guide .sec_wg_desc h2.link a{
	display:block;
	color:#FFF;
	background:url(../img/bullet_arrow_05.png) no-repeat right 15px center;
}
#work_guide .sec_wg_desc .sec_wg_teamcare{
	width:425px;
	margin:48px auto 0;
}
#work_guide .sec_wg_desc .sec_wg_teamcare a{
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:8px 0;
	border:#09c8d4 1px solid;
	border-radius:5px;
	box-sizing:border-box;
	position: relative;
}
#work_guide .sec_wg_desc .sec_wg_teamcare a[href $='.pdf']{
	background:url(../../exam_data/img/icon_pdf.png) no-repeat right 10px center;
}
#work_guide .sec_wg_desc .sec_wg_guide{
	margin-top:40px;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	box-sizing:border-box;	
}
#work_guide .sec_wg_desc .sec_wg_guide li{
	width:173px;
}
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(1),
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(5),
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(9),
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(13),
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(15) {
	margin:0 30px 36px 0;
}
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(3),
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(7), 
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(11),
#work_guide .sec_wg_desc .sec_wg_guide li:nth-child(15) {
	margin:0 36px 30px 36px;
}
#work_guide .sec_wg_desc .sec_wg_guide li a{
	width:100%;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:8px 0 6px 30px;
	background:url(../img/bullet_arrow_08.png) left 5px center no-repeat;
	background-size:10px auto;
	border-bottom:#09c8d4 1px solid;
	box-sizing:border-box;
}

#work_guide .btn_work_guide a{
	display:block;
	width:80%;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:45px auto 0;
	padding:8px 0;
	border:#09c8d4 1px solid;
	border-radius:20px;
	background:url(../img/bullet_arrow_08.png) no-repeat right 5% center;
	background-size:10px;
	box-sizing:border-box;
}
#work_guide .btn_work_guide a:hover{
	color:#09c8d4;
	background-color:#d6fdff;
}

/*--certificate--*/
.sec_wg_certificate{
	margin:30px auto 0;
}
.wg_certificate_ttl{
	position:relative;
	margin-bottom:20px;
}
.wg_certificate_ttl p{
	position:absolute;
	color:#333333;
	font-size:26px;
	font-weight:500;
	bottom:17px;
	left:60px;
}
.wg_certificate_inner{
	padding-bottom:40px;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;	
}
.wg_certificate_inner dl.job{
	width:431px;
	background-image:
		url(../../work_guide/img/certificate/certificate_line_b_m.png),
		url(../../work_guide/img/certificate/certificate_line_h_m.png);
	background-position:
		left bottom,
		left top 3px;
	background-repeat:
		no-repeat,
		repeat-y;
}
.wg_certificate_inner dl.work{
	width:357px;
	background-image:
		url(../../work_guide/img/certificate/certificate_line_b_s.png),
		url(../../work_guide/img/certificate/certificate_line_h_s.png);
	background-position:
		left bottom,
		left top 4px;
	background-repeat:
		no-repeat,
		repeat-y;
}
.wg_certificate_inner dl.future{
	display:block;
	width:800px;
	margin-top:25px;
	background-image:
		url(../../work_guide/img/certificate/certificate_line_b_l.png),
		url(../../work_guide/img/certificate/certificate_line_h_l.png);
	background-position:
		left bottom,
		left top;
	background-repeat:
		no-repeat,
		repeat-y;
}
.wg_certificate_inner dl dd{
	padding:20px 30px 25px 40px;
}
.wg_certificate_inner dl dd h5{
	color:#ed6c00;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	box-sizing:border-box;
	padding: 0;
	border: none;
	background: none;
}
.wg_certificate_inner dl.work dd ul{
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;	
}
.wg_certificate_inner dl.work dd ul li{
	width:140px;
	color:#FFF;
	font-size:13px;
	text-align:center;
	padding:6px 0;
	margin-bottom:8px;
	background-color:#f08200;
	border-radius:5px;	
}
.wg_certificate_inner dl.work dd ul li.long{
	width:287px;
}
.wg_certificate_inner dl.work dd span{
	display:block;
	text-align:right;
}
.sub_description{
	padding:30px 40px;
	margin-bottom:22px;
	border-radius:20px;	
}
.sub_description h3{
	margin-bottom:27px;
}
.sub_description h3 span{
	font-size:24px;
	font-weight:bold;
	padding:0 0 0 15px;	
}
.cert03{
	background-color:#d9e259;
}
.cert03 h3 span{
	color:#2ba639;
}
.cert04{
	background-color:#fff671;
}
.cert04 h3 span{
	color:#ec6100;
}
	
/*--team--*/
.sec_wg_team{
	margin:50px auto 0;
}
.wg_team_inner01{
	position:relative;
	height:1145px;
	background:url(../../work_guide/img/team/team_bg01.jpg) left top no-repeat;
}
.wg_team_inner01 h3{
	position:absolute;
	width:800px;
	color:#ed6c00;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	top:230px;
}
.wg_team_inner01 p{
	position:absolute;
	width:800px;
	font-size:15px;
	text-align:center;
	line-height:1.8em;
	top:288px;
}
.wg_team_inner02{
	position:relative;
	height:1111px;
	background:url(../../work_guide/img/team/team_bg02.jpg) left top no-repeat;
}
.wg_team_inner02 h3{
	position:absolute;
	width:560px;
	color:#ed6c00;
	font-size:40px;
	line-height:1.2em;
	font-weight:bold;
	text-align:right;
	top:186px;
	left:0;
	right:0;
	margin:auto;
}
.wg_team_inner02 p{
	position:absolute;
	width:615px;
	display:inline;
	font-size:15px;
	line-height:1.8em;
	top:300px;
	left:125px;
}
.wg_team_inner02 p.sub{
	position:absolute;
	width:800px;
	color:#515151;
	font-size:27px;
	text-align:center;
	font-weight:bold;
	top:120px;
	left:0;
}

/*--other--*/
.sec_wg_other{
	margin:50px auto 0;
}
.sec_wg_other .wg_other_inner{
	margin-top:55px;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	-ms-flex-direction: row; /* IE10 */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
 -webkit-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* IE10 */
 justify-content:	space-between;
	box-sizing:border-box;	
}
.sec_wg_other .wg_other_inner dl{
	width:382px;
	margin-bottom:36px;
}
.sec_wg_other .wg_other_inner dl dt img{
	width:382px;
	-webkit-backface-visibility: hidden;
}
.sec_wg_other .wg_other_inner dl dd{
	width:382px;
	padding:20px 24px;
	background:url(../../work_guide/img/other/other_line.png) left top repeat-y;
	background-size:6px 8px;
}
.sec_wg_other .wg_other_inner dl dd h4{
	font-size:20px;
	margin-bottom:20px;
}
.sec_wg_other .wg_other_inner dl.other{
	display:block;
	width:800px;
}
.sec_wg_other .wg_other_inner dl.other dt,
.sec_wg_other .wg_other_inner dl.other dt img,
.sec_wg_other .wg_other_inner dl.other dd{
	width:800px;
}

/*--Q&A--*/
#work_guide .sec_wg_qa{
	margin:50px auto 0;
}
#work_guide .sec_wg_qa dl{
	color:#333333;
	padding:37px 50px 45px 44px;
	margin-bottom:15px;
	background-image:url(../../work_guide/img/qa_bg_top.png), url(../../work_guide/img/qa_bg_bottom.png);
	background-position:left top, right bottom;
	background-repeat:no-repeat, no-repeat;	
}
#work_guide .sec_wg_qa dl dt{
	min-height:48px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	font-weight:bold;
	padding-left:66px;
	margin-bottom:20px;
	background:url(../../work_guide/img/icon_q.png) left top no-repeat;
}
#work_guide .sec_wg_qa dl dd{
	font-size:14px;
	padding-left:66px;
	background:url(../../work_guide/img/icon_a.png) left top no-repeat;
}

/*===== movie 動画一覧 ===========================*/


#movie_topics *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul.movie_list{
    display:block;
    overflow:hidden;
}


ul.movie_list > li{
    display:block;
    overflow:hidden;
    width:33%;
    padding:20px 0 0;
    float:left;
}

ul.movie_list > li > a{
    display:block;
    overflow:hidden;
    outline: none;
}

ul.movie_list > li > a[href^='http://www.youtube.com/embed/###']{
    background-color: #ff0000;
}

ul.movie_list > li h5{
    font-weight:bold;
}


ul.movie_list > li p{
    min-height:4em;
    line-height:125%;
}

a > .ytmov{
    display:inline-block;
    overflow:hidden;
    padding:5px;
    background-color: #f1f7f1;
    position:relative;
    /*border:1px solid #cccccc;*/
}

a:hover > .ytmov{
    background-color:#9adbdd;
}

.ytmov > iframe{
  width:200px;
  height:113px;
}

a.bg-none{
background-image:none;}

.movielist-cp{
text-align:center;
}





/*===== 動画一覧 ===========================*/



ul.ocguidance_list{
    display:block;
    overflow:hidden;
	margin: 20px 0;
}


ul.ocguidance_list > li{
    display:block;
    overflow:hidden;
    width:50%;
    padding:0;
    float:left;
}

ul.ocguidance_list > li {
    display:block;
    overflow:hidden;
    outline: none;
	text-align: center;
}

ul.ocguidance_list > li > a[href^='http://www.youtube.com/embed/###']{
    background-color: #ff0000;
}

ul.ocguidance_list > li h5{
    font-weight:bold;
}


ul.ocguidance_list > li p{
    min-height:4em;
    line-height:125%;
}


a > .mov{
    display:inline-block;
    overflow:hidden;
    padding:5px;
    background-color: #f1f7f1;
    position:relative;
    /*border:1px solid #cccccc;*/
}

a:hover > .mov{
    background-color:#9adbdd;
}

.mov > iframe{
  
  height:113px;
}



.mov img{
	text-align: center !important; 

}












