@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,span{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1.5;
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
	font-size: 1rem;
	word-break: normal;
	color:#333;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
input{
border:none;
background:none;
	-webkit-appearance:none;
}




/*a:hover{
	opacity: 0.8;
}*/

.pc { 
	display: block !important; 
}
.sp {
	display: none !important; 
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 }
:focus {
    outline: none;
}
#container {
    position: relative;
	width: 100%;
    margin: auto;
    background-color: #fff;
}

/*---header---*/
header {
	position: relative;
	width: 1000px;
    height: 80px;
    margin: auto;
	padding-left: 0%;
    padding-bottom: 0%;
}
header .logo {
	width: 270px;
    padding: 20px 0 0;
}
.contents .main-title {
	background: linear-gradient(to right, #71CF4A, #B3F233);
	padding: 30px 0;
}

.contents .main-title h1{
	background: #fff;
	padding: 30px 20px;
	width: 85%;
	max-width: 500px;
	font-size: 32px;
	color:#71cf4a;
	margin: 0 auto;
}

}
.contents .bread {
	width: 1000px;
    margin: auto;
	padding: 10px 0 25px 0;
	font-size: 10px;
	color: #777777;
}
.contents .bread a {
	text-decoration: underline;
	font-size: 12px;
}

.contents .bread  span {
	font-size: 12px;
}
.contents  .bread .arrow {
	padding: 0 10px;
}
.contents  .title {
    padding-bottom: 30px;
	color: #fff;
	font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.contents .map {
	position: relative;
	width: 1000px;
	background: url("../img/map.png") no-repeat center 20px;
    margin: 30px auto 100px;
    height: 515px;
}
.contents .map .txt {
	position: absolute;
	left: 120px;
	width: 327px;
	height: 245px;
	padding: 56px 0 0 56px;
	background: url("../img/balloon.png") no-repeat;
}
.contents .map a:hover {
	opacity: 0.8;
}
.contents .bnr-list {
	width: 1000px;
	margin: 0 auto 800px;
}
.contents .bnr-list h2 {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 0 5px 10px;
	font-size: 2.5rem;
	font-weight: bold;
}

footer{
	position: absolute;
	bottom:0;

	width: 100%;
	height: 30px;
	margin:50px auto 0;
	color: #555;
	background-color: #ddd;
	text-align: center;
}
footer p {
	font-size: 12px;
	line-height: 30px
}
#page-top {
    position: fixed;
    bottom: 1.5%;
    right: 4%;
	z-index: 10;
}
#page-top a:hover {
    opacity: 0.7;
}
#page-top img {
	width: 40px;
	height: auto;
}

th{background-color: #E8E8E8;
	color:#000;
	border: 1px #fff solid;
	padding:5px;
}

td{
	border:1px solid #ddd;
	padding:3px 5px;	
	vertical-align: middle;
}

tr{
	vertical-align: middle;
}

tr:nth-child(even){
	background: #FFF9D2;
}

.school_type{
	width:auto;
	padding:5px 10px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	color:#000;
}

.all{background:#EFEFEF;}

.senmon{background: #EFEFEF;}

.daigaku{background:#EFEFEF;}

.tandai{background:#EFEFEF;}

.list_box{max-width: 626px;
	width:90%;
	margin: auto;
}

.list_box table{
	width:100%;
	margin: auto;
}

.school_search{
	border:#aaa 2px solid;
	border-radius: 5px;
	padding:8px;
	width:95%;
	max-width: 400px;
	font-size: 16px;
}


.search_box{
	text-align:center;
}
.search_title {
    margin:  0;
    display: inline-block;
	font-size:1.2rem;
	font-weight: bold;
}

.search_title img{
    margin-bottom: -9px;
}

.search_title02{
	font-size:1.2rem;
		font-weight: bold;

}

.search_box p{margin-top:15px;}

.search{
	margin: 10px auto;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 80%;
	max-width: 300px;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #2E2E2E;
	border: 3px solid #27acd9;
	box-shadow:0px  5px #27acd9;
	transition: 0.3s ease-in-out;
}
.search a:hover {
	box-shadow: none;
	transform: translate(0px, 5px);
	color: #27acd9;
}


.radio {
  display: none;
}
.radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #000;
  font-size: 18px;
	font-weight: normal;
	margin-right: 3px;
}
.radio:checked + .radio-icon:before {
  content: "\f3a7";
  color: #0A90BE;
}

a.banner{
	display: block;
	text-align: center;
	margin: auto;
	max-width:600px;
	width:90%;
}
a.banner:hover{
	opacity: 0.8;
}

.banner img{
	max-width:600px;
	width:100%;
}


.cp_ipselect {
	overflow: hidden;
	width:95%;
	max-width: 400px;
	margin:auto;
	text-align: center;
}
.cp_ipselect select {
	border-radius: 5px;
	padding:8px;
	width:95%;
	max-width: 400px;
	font-size: 16px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 5px;
	border: 2px solid #aaa;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #333;
}



#explanation h2
{
  font-size: 1.4em;
  text-align: center;
  line-height: 1.4em;
  font-weight: 700;
  color: #000;
  margin:50px auto 10px auto;
}



#explanation h3
{
  padding: 0.5em;/*文字周りの余白*/
  color: #000;/*文字色*/
  font-weight: 700px;
  font-size: 1.2em;
  background: #E4F3F8;/*背景色*/
  border-left: solid 5px #27acd9;/*左線（実線 太さ 色）*/
  margin-top: 20px;
}

#explanation p
{
  line-height: 1.4;
  padding:15px 15px 0 15px;
}

#explanation ul
{
  font-weight: 700;
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 1em 0.5em 0.5em 1em ;
  margin:15px 15px 0 15px; 
  width: 90%;
  max-width: 450px;
}

#explanation li
{
  line-height: 1.5;
  padding-bottom: 0.5em;
}



#explanation span{
	background: linear-gradient(transparent 50%, #F8FF9A 50%);

}

.bottom-btn a{
	margin: 20px auto 0 auto;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 90%;
	max-width: 400px;
	padding: 1rem 20px;
	font-weight: bold;
	border-radius: 10px;
	color: #2E2E2E;
	border: 3px solid #27acd9;
	box-shadow:0px  5px #27acd9;
	transition: 0.3s ease-in-out;
}
.bottom-btn a:hover {
	box-shadow: none;
	transform: translate(0px, 5px);
	color: #27acd9;
}

section{
	width: 95%;
	max-width: 1000px;
	margin:20px auto;
}

@media screen and (min-width: 769px) {
	#container {
    min-height: calc(100vh - 24px);
	padding-bottom: 40px;
}
.cp_ipselect.cp_sl03::before {
	top: 1em;
}	
}

nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items:center;
	width: 100%;
	max-width: 800px;
	margin:30px auto 10px auto;
}

nav a{
	width: 95%;
	max-width: 350px;
}

nav a img{
	width: 100%;
	max-width: 350px;
}

nav a:hover{
	opacity: 0.7;
}

/*-- SP --*/
@media screen and (max-width: 768px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	img {
		max-width: 100%;
		height: auto;
	}	
	.cp_ipselect.cp_sl03::before {
	top: 1.2em;
}
	#container {
	margin-bottom: 4.5vw;
	min-height: calc(100vh - 5vw);
 }
	header {
		width: 100%;
		height: auto;		
	}
	header .logo {
		width: 50.8%;
		padding: 3.5% 4%;
		box-sizing: border-box;
	}
	.contents .bread {
		width: 92%;
		max-width: 1000px;
		margin:5px auto;
	}
	.contents .main-title .title {
		font-size: 1.2rem;
	}
	.contents .link-menu {
		width: 92%;
		margin: 30px auto 50px;
	}
	.contents .link-menu form {	
		display: inline-block;
		width: 40%;
	}
	.contents .link-menu select {
		width: 100%;
		height: 36px;
		color: #5a6f7a;
		font-size: 15px;
		line-height: 36px;
		background: #fff;
		border: solid 1px #bdccd3;
		border-radius: 3px;
	    box-sizing: border-box;
	}
	.contents .link-menu p {
		display: inline-block;
		padding: 10px 0 0 5px;
		font-size: 15px;
		font-weight: bold;
		color: #5a6f7a;
		box-sizing: border-box;
	}
	.contents .bnr-list {
		width: 92%;
		margin: 0 auto 800px;
	}
	.contents .bnr-list h2 {
		margin-bottom: 18px;
		padding: 0 0 2px;
		font-size: 1.8rem;
	}



.contents .main-title h1{
	font-size: 17px;
}


	.contents .bnr-list h2#HOKKAIDO_TOHOKU {
		border-bottom: solid 2px #3c75d3;
	}
	.contents .bnr-list h2#KANTO {
		border-bottom: solid 2px #00b559;
	}
	.contents .bnr-list h2#KOSHINETSU_HOKURIKU {
		border-bottom: solid 2px #3ecea0;
	}
	.contents .bnr-list h2#TOKAI {
		border-bottom: solid 2px #9fd439;
	}
	.contents .bnr-list h2#KANSAI {
		border-bottom: solid 2px #e9cd30;
	}
	.contents .bnr-list h2#CHUGOKU {
		border-bottom: solid 2px #f39440;
	}
	.contents .bnr-list h2#SHIKOKU {
		border-bottom: solid 2px #d34a4a;
	}
	.contents .bnr-list h2#KYUSHU_OKINAWA {
		border-bottom: solid 2px #d848d6;
	}
	.contents .bnr-list ul {
		width: 100%;
		margin-bottom: 40px;
	}
	.contents .bnr-list ul li {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.contents .bnr-list ul > li:nth-child(3n) {
		margin: 0 4% 4% 0;
	}
	.contents .bnr-list ul > li:nth-child(2n) {
		margin: 0 0 4%;
	}
	.contents .bnr-list ul li img {
		width: 100%;
	}
footer{
	position: absolute;
	bottom:0;
	width: 100%;
	margin:3.4vw auto 0;
	height:9vw;
	padding:1vw;
}
footer p {
	font-size: 3.5vw;
	line-height:3.6vw;
}
	
	td:nth-child(2),td:nth-child(3){
	width:22%;
}
	td,th{font-size:4vw;
	}

.school_type{
	width:auto;
	padding:8px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	font-size:3.5vw;
}

.radio + .radio-icon:before {
	font-size:3.3vw;
}

#explanation li
{
  font-size: 14px;
}


}

#explanation img{
	width: 90%;
	max-width: 450px;
	margin: 10px auto;
	display: block;
}

