@charset "utf-8";
/* chokutai */

/* sub_box

-------------------------*/

.sub_box {
	letter-spacing: .2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff3c3;
	margin: 4rem 0 7rem 0rem;
	padding: 0 0 0 5rem;
}

.sub_box dl dt {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 3.5rem;
	margin-bottom: 1rem;
}

.sub_box dl dd {
	line-height: 2.8rem;
}

.sub_box dl dd span {
	font-size: 1.5rem;
}

.sub_box figure {
	margin: 0 0 0 3rem;
	padding: 0;
}

.sub_box img {
	max-width: 250px;
}

@media screen and (orientation: portrait) and (max-width: 767px){
		
.sub_box {
	display: block;
	padding: 2rem 2rem 2rem 2rem;
}
	
.sub_box dl dt {
	font-size: 2rem;
	line-height: 3.2rem;
}
	
.sub_box dl dd {
	line-height: 2.5rem;
}
	
.sub_box figure {
	margin: 2rem 0 0 0rem;
		text-align: center;
}
	
.sub_box img {
	max-width: 250px;
}	
	
	
}

/* contents

-------------------------*/

.br_sp {display: none;}
.bs_pc {display: block;}

.contents {
	letter-spacing: .1rem;
	line-height: 3rem;
}

.contents figure.kv_1 {
	margin-bottom: 2rem;
}

.contents figure.kv_2 {
	margin: 3rem 0 6rem;
}

.contents figure.kv_2 p {
	font-size: 1.5rem;
	line-height: 1.7rem;
	padding: .4rem .5rem;
}

.contents figure.kv_2 p:first-of-type {
	margin-top: 2rem;
}

.contents figure.kv_2 p:last-of-type {
	background-color: #F9FF19;
}

.contents figure.kv_2 img:nth-child(1) {
	display: block;
}

.contents figure.kv_2 img:nth-child(2) {
	display: none;
}

section.main_message {
	padding: 4rem 0 1rem;
}

section.main_message p {
	text-align: justify;
}

section.outline {
	padding-bottom: 2rem;
}

section.outline table {
	width: fit-conrtent;
	margin: 1rem auto;
} 

section.outline table th,
section.outline table td {
	padding: 1rem 3rem;
	border: 1px solid gray;
}

section.outline table td span {
		font-size: .9em;
	}

section.outline table td span.asta_link_pdf::after {
    content: "\f1c1";
    font-family: FontAwesome;
}

section.outline table th {
	background-color: #ebeff0;
	font-weight: normal;
	text-align: center;
}



section.outline table td ul.time_table {
	display: flex;
	justify-content: space-between;
}

section.conte_list {
	padding: 4rem 0 3rem;
}

section.conte_list dl {
	margin-bottom: 3rem;
}

section.conte_list dl dt {
	font-size: 1.2em;
	color: #0093bf;
	margin-bottom: .5rem;
	text-indent: -3rem;
	margin-left: 3rem;
}

section.conte_list dl dd {
	margin-left: 3rem;
}

section.benefit .booklet {
	padding: 2rem 0;
	display: flex;
}

section.benefit .booklet dl {

}

section.benefit .booklet dl dt {
	font-size: 1.2em;
	color: #0093bf;
	margin: 1.5rem 0;
}

section.benefit .booklet dl dd {
	text-align: justify;
}

section.benefit .booklet dl dd.asta {
	font-size: .9em;
}

section.benefit .booklet figure {
	margin-left: 3rem;
}

section.benefit .booklet:nth-child(3) figure {
	margin-top: 2rem;
}

section.benefit .booklet figure img {
	max-width: 270px;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	.br_sp {display: block;}
    .br_pc {display: none;}
	
	.contents figure.kv_2 {
	margin: 3rem 0 3rem;
}
	.contents figure.kv_2 p {
	margin-top: 1rem;
	line-height: 1.6rem;
}
	
	.contents figure.kv_2 img:nth-child(1) {
	display: none;
}

.contents figure.kv_2 img:nth-child(2) {
	display: block;
}
	
	section.main_message {
	padding: 1.5rem 0 0rem;
}
	
	section.outline table th,
section.outline table td {
	padding: .5rem 1rem;
}
	
	section.outline table td ul.time_table {
	display: block;
}
	
	section.conte_list {
	padding: 4rem 0 .1rem;
		margin-bottom: 1rem;
}
	
	section.benefit .booklet {
	padding: 0rem 0;
	display: block;
}
	section.benefit .booklet figure {
	margin-left: 0rem;
		text-align: center;
}

section.benefit .booklet figure img {
	max-width: 250px;
}
	
	
}

/* univ_list

-------------------------*/

section.univ_list p {
	width: 95%;
	font-size: 1.2em;
    color: #0093bf;
    margin: 2rem auto 1rem;
}

section.univ_list table { 
	width: 95%;
	margin: 1rem auto 2rem;
} 

section.univ_list table th,
section.univ_list table td {
	padding: 1rem 3rem;
	border: 1px solid gray;
}

section.univ_list table th {
	background-color: #ebeff0;
	font-weight: normal;
	text-align: center;
}

@media screen and (orientation: portrait) and (max-width: 767px){ 
	
	h4.ttl-2 {
		padding: 0.5em 2em;
	}

	section.univ_list p {
	width: 100%;
	font-size: 1.05em;
    margin: 2rem auto 1rem;
}

section.univ_list table { 
	width: 100%;
	margin: 1rem auto 2rem;
} 

section.univ_list table th,
section.univ_list table td {
	padding: .5rem 1rem;
}

section.univ_list table th {
	background-color: #ebeff0;
	font-weight: normal;
	text-align: center;
	width: 100px;
}

}


/* achievement_banner

-------------------------*/

figure.achievement_banner {
	margin: 0 0 7rem 0;
}

figure.achievement_banner img {
	width: 100%;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	figure.achievement_banner {
	margin: 0 0 5rem 0;
}
	
}


/* 兵庫医科大学医学部 一般選抜対策 個別指導特別講座

-------------------------*/


.fukidashi_title {
	text-align: center;
	margin-bottom: 3rem;
}

.fukidashi_title h3 {
	font-size: 2.5rem;
	background-color: #fff3c3;
	padding: 2rem;
	margin: 0;
}

.fukidashi_title .fu_triangle {
	width:0;
height:0;
border-style:solid;
border-width:20px 20px 0 20px;
border-color: #FFF3C3 transparent transparent transparent;
	margin: 0 auto;
}

figure.kv_3 {
	margin-bottom: 5rem;
}

table ul.t_indent {
		margin-left: 1.5rem;
}

table ul.t_indent li {
	text-indent: -1.5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	.fukidashi_title {
	margin-bottom: 1rem;
}
	
	.fukidashi_title h3 {
	font-size: 2rem;
}
	
}


