﻿@charset "utf-8";
/* ▼固定 -------------------------------------------------------------------- */

#main_content {
	float:none;
	width:100%;
}
#h1title {
  	padding: .5em;
	line-height:1.1;
	margin-top:10px;
	font-size:2em;
	text-align:center;
}

#main_content p {
	margin-bottom: 20px;
	font-size: 1rem;
}
#main_content h2 {
	position: relative;
	color:6cb4e4;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
	clear:both;
	color: #6cb4e4;
	border:solid 2px #6cb4e4;
}
#main_content h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f072";
	position: absolute;
	left : 0.5em;
}
#main_content h3 {
	clear:both;
	color: #6cb4e4;
	padding: 0.25em;
	border: solid 1px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
/* SNS */
#share-btn {
	clear:both;
	padding-top:10px;
}

#share-btn ul {
	display:flex;
	justify-content:flex-end;
}
#share-btn ul li {
	margin-left:5px;
	vertical-align:middle;
}
/*#share-btn ul li:nth-child(1) {
	margin-top:-3px;
}*/
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#main_content .table {
	width:100%;
	margin:10px 0;
}
#main_content .table tr th,
#main_content .table tr td {
	border:solid 1px #ccc;
	font-weight:normal;
	padding:5px;
}
#main_content .blue tr th {
	background-color:#ecf5fc;
}
#main_content .orange tr th {
	background-color:#fcf6df;
}
@media screen and (max-width:600px){
#share-btn ul {
	flex-wrap: wrap;
	justify-content:flex-start;
	margin-top:15px;
}
}
/* ▲固定 -------------------------------------------------------------------- */

.textc {
	clear:both;
	padding-top:25px;
	text-align:center;
}
.imgc {
	clear:both;
	float:right;
	margin:0 0 10px 10px;
}
.top-img {
	text-align: center;
	margin: 10px 0;
}
.ad-banner {
	text-align: center;
	margin-top: 10px;
}


/*=====関連リンク=======*/
@media screen and (min-width:920px){
#related {
	width: 720px;
	margin: 0 auto;
}
}
#related ul li{
	float: left;
	width: 45%;
	margin: .3rem;
}

#related dl{
	width: 95%;
	margin : .5em !important;
}
#related dt{
	float: left;
	clear: left;
	width: 30%;
	background-color: transparent !important;
	margin: .5em !important;
}
#related img{
	max-width: 100%;
}
#related dd{
	float: left;
	width: 65%;
	font-size: 1rem;
	font-weight:bold;
}
.clear{
	clear:both;
}
.clear hr{
	display:none;
}
/*=====基礎情報リンク２=======*/
#related2 {
	clear: both;
}
#related2 dl{
	width: 95%;
	margin : .5em !important;
}
#related2 dt{
	float: left;
	clear: left;
	width: 30%;
	background-color: transparent !important;
	margin: .5em !important;
}
#related2 img{
	max-width: 100%;
}
#related2 dd{
	float: left;
	width: 65%;
	font-size: 1rem;
	font-weight:bold;
}

/* 黄色ハイライト赤字 */
.hl_ylw {
	background: linear-gradient(transparent 40%, #ffff66 40%) !important;
	color: #ff0000 !important;
}
/* 黄色ハイライトのみ */
.hl {
	background: linear-gradient(transparent 40%, #ffff66 40%) !important;
}
/* 強調 */
.blackb {
	font-weight:bold;
	font-size: 1rem;
	color:#000;
}
.redb {
	font-weight:bold;
	font-size: 1rem;
	color: #F00;
}
.blueb {
	font-weight:bold;
	font-size: 1rem;
	color:#009;
}
/*note*/
.note {
	background-color:#e3fcff;
	border-style: solid;
	border-color: #009;
	border-radius: 5px;
	margin: 1rem 1.4rem;
	padding: .5em .5em;
}
.note p{
	font-weight:bold;
}

/* ピンク背景 */
.pink-haikei {
	background-color: #FCF;
	margin: 1rem;
	padding: 1rem;
	border-radius: 5px;
        line-height: 1.4rem;
}

blockquote {
	margin: 1.5rem 1rem;
	padding: 1rem;
	background-color: #BAF8FE;
	border-radius: 5px;
	font-style: italic;
}
/*赤太文字*/
.large-r {
	font-size: 1.3rem;
	color: #F00;
	font-weight:bold;
}

div.otoiawse {
	text-align:center;
	margin-bottom: -15px;
}
/*リスト*/
.check-list ul {
	margin: 20px 2rem;
}
.check-list ul li {
	margin-bottom: 7px;
	list-style: disc;
	padding-right: 3px;
}
/*--- mokuji ---*/
#mokuji {
	background-color: rgb(204, 255, 214);
	margin: 20px auto;
	max-width: 80%;
	padding: 10px;
	border: 1px solid rgb(226, 233, 229);
}
#mokuji p {
	font-size: 1rem;
	font-weight: bold;
	margin: 5px auto;
	text-align: center;

}
#mokuji ol {
	counter-reset: item;
  counter-reset: item 0;
}
#mokuji ol li {
	margin: 7px 2em 7px .5em;
}
#mokuji ol li:before {
	counter-increment:item;
	content: counter(item)'.';
}
#mokuji ol li a {
	text-decoration: none;
}

div.cities {
	margin-bottom: 80px;
}
div.cities ul {
	display:inline-flex;
}
div.cities img {
	width: 90%;
}
div.cities ul li:nth-child(2n){
	width: 95%;
}

table.basics th {
	background-color: rgb(153, 255, 176);
	font-weight: bold;
}

.blue {
	color: rgb(75, 168, 237);
}
div.questions dl {
	margin: 20px 5px;
	clear: both;
}
div.questions dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
div.questions dl dd.btn{
	display: block;
	float: right;
	margin-bottom: 20px;
}

/*===学校の並び==*/
div.schools ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.schools li {
	width:45%;
	margin: 10px 5px;
}
div.schools li dl dd {
	font-size: .8em;
	padding: 0 5px 5px 5px;
}
div.schools li dl dd a{
	text-decoration: none;
	color: rgb(1, 4, 147);
}
div.schools ul li dl {
    border: 1px solid #f2f4f4;
    box-shadow: 6px 8px 5px -3px #f2f4f4;
}

table.basics a {
	text-decoration: none;
}
div.school-list ul {
	margin: 10px;
}
div.school-list ul li {
	margin-bottom: 10px;
	font-size: .8em;
}
div.school-list i {
	color: rgb(252, 38, 10);
	margin-right: 5px;
}
div.school-list ul li a{
	text-decoration: none;
}

/*===学校一覧ページ===*/
#tags {
	margin: 1.2rem 1rem;
	border-bottom: 2px solid rgb(134, 136, 136);
	padding-bottom: 1rem;
	padding-top: .5rem;
}
#tags span {
	display: inline-block;
	margin-right: .8rem;
	margin-top: .5rem;
	border: 1px solid rgb(0, 171, 32);
	padding: 3px 5px;
	border-radius: 5px;
	color: rgb(0, 171, 32);
	font-size: 1rem;
}
div#tags p {
    margin-bottom: -10px;
    margin-top: 10px;
}
.active {
  background-color: rgb(0, 171, 32);
  color: rgb(255, 255, 255) !important;
	font-weight: bold;
}
#schoolslist {
	margin: 10px 5px;
}
#schoolslist div {
	border-bottom: dashed 2px rgb(112, 112, 112);
	padding: 5px;
	margin-bottom: 10px;
}
#schoolslist div a:link {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
#schoolslist div a:visited {
	color: rgb(0, 0, 0);
	text-decoration: none;
}


#schoolslist dl dt {
	float: left;
	clear: left;
	max-width: 40%;
	display: block;
	margin-right: 4px;
}
#schoolslist dl dd {
	float: left;
	width: 54%;
	height: 95px;
	display: block;
	background-color: rgba(171, 242, 214, 0.5);
	border-radius: 3px;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(0, 41, 186);
	padding: 3px 5px;
}


#schoolslist p {
	margin: 2px 0 4px;
	clear: both;
	font-size: .9em !important;
}
#schoolslist ul {
	margin: 2px 2px 10px;
}
#schoolslist ul li {
	display: inline-block;
	margin-right: .5rem;
	margin-top: .5rem;
	border: 1px solid rgb(3, 124, 168);
	padding: 3px 5px;
	border-radius: 7px;
	color: rgb(3, 124, 168);
	font-size: .7rem;
}
#schoolslist2 ul {
	margin: 10px 5px;
}
#schoolslist2 ul li {
	display: block;
	margin: 15px 0;
	background-color: rgba(250, 245, 245, 0.87);
	border-radius: 2px;
	padding: 5px 5px 5px 10px;
}
#schoolslist2 ul li a:link {
	display: block;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

/* ---ditu--- */
.ditu {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 auto;
}

.ditu iframe,
.ditu object,
.ditu embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nations-pattern{
	margin: 5px 5px 15px 5px;
	padding: 10px;
	background-color: rgb(228, 228, 228);
	border-radius: 8px;
}
#p1 ul, #p2 ul, #p3 ul, #p4 ul {box-sizing: border-box;margin: 10px 3rem 20px} #p1 ul li, #p2 ul li, #p3 ul li, #p4 ul li {margin-bottom: 5px;list-style: disc} #p1 li a, #p2 li a, #p3 li a, #p4 li a {text-decoration: none}
div.top {position: relative;margin-bottom:1em}
div.top h1 {position: absolute;color: black;font-weight: bold;font-family :Quicksand, sans-serif;top: 45%;left: 50%;-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);margin:0;background-color:#fbfbfbab;border-radius: 10px;width: 80%}
div.top img {width: 100%}
#page-title {padding: .5em;line-height: 1.5;margin-top: 10px;font-size: 2em;text-align: center;}
div.link-button {
	clear:both;
	display: block;
	border: 2px solid rgb(0, 96, 0);
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 20%;
}
div.link-button p{
	display: block;
	margin: 15px 10% 5px;
	font-weight: bold;
}
div.link-button p a{
	color: rgb(0, 96, 0);
	text-decoration: none;
	display: block;
}
div.button-right{
	display:block;
	margin-top: -10px;
	margin-bottom:25px;
	clear: both;
}
div.button-right a{
	display:block;
	margin: 15px 0;
}

@media screen and (min-width:768px) {
	#schoolslist dl dt {
		float: left;
	}
	#schoolslist dl dd {
		float: left;
		width: 100%;
		max-width: 72%;
		height: 114px;
		display: block;
		background-color: rgba(171, 242, 214, 0.5);
		border-radius: 3px;
		font-weight: bold;
		text-decoration: underline;
		color: rgb(0, 41, 186);
		padding: 3px 5px;
	}
	#schoolslist img {
		max-width: 180px;
	}}

@media screen and (max-width: 920px) {
  div.schools ul li dl {
    height:150px;
}
div.link-button {
	margin: 10px 5%;
}
}

@media screen and (min-width: 920px) {
  div.schools {
    width: 750px;
    margin: 0 auto;
}div.schools li {
    width: 331px;
    margin: 10px;
}}
