@charset "UTF-8";

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

common

-------------------- */
* {
  box-sizing: border-box;
  padding: 0;
}
body{
  min-width: 1400px;
  font-size: 17px;
  line-height: 1.6;
	background: #C6E2F7!important;
}
ul {
  list-style-type: none;
}
a:link{
  color: #337ab7;
}
.sp{
  display: none!important;
}
.pc{
  display: block!important;
}
.d-block{
  display: block!important;
}
.d-inline-Block{
  display: inline-block!important;
}
.underHeadline{
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.txtC{
  text-align: center;
}
.txtL{
  text-align: left;
}
.txtR{
  text-align: right;
}
.red{
  color: #FF0000 !important;
}
/*　　テキスト　　*/

.bold {font-weight: bold;}
.style8 {color: #0072A8}
.style21 {color: #FF6600}
.style22 {color: #0076ae}
.style23 {
  color: #FF0000;
}
.style24 {color: #FF8914}
.text1 {
	font-size: 75%;
	line-height: 150%;
	text-decoration: none;
}
.text1_blue {
	font-size: 75%;
	line-height: 150%;
	color: #0000FF;
	text-decoration: none;
}
.text1_blue1 {
	font-size: 90%;
	line-height: 150%;
	color: #0369A7;
	text-decoration: none;
	font-weight: bold;
}
.text1_yel {
	font-size: 75%;
	line-height: 150%;
	color: #FF8914;
	text-decoration: none;
}
.text1_yel1 {
	font-size: 90%;
	line-height: 150%;
	color: #FF8914;
	text-decoration: none;
	font-weight: bold;
}
.text1_w {
	font-size: 75%;
	line-height: 150%;
	color: #ffffff;
	text-decoration: none;
}
.text2 {
	font-size: 120%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text3 {
	font-size: 85%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text3_w {
	font-size: 95%;
	line-height: 160%;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.text4 {
	font-size: 75%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
.text5 {
	font-size: 75%;
	line-height: 150%;
	color: #004566;
	text-decoration: none;
}
.text6 {
	font-size: 130%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text7 {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text8 {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
.text9 {
	word-spacing: -1px;
	letter-spacing: -1px;
}
.text12_blue {
	font-size: 100%;
	line-height: 150%;
	color: #0076ae;
	text-decoration: none;
}
a.imgWrap,
.imgWrap a{
	width: 100%;
	display: block;
}
.imgWrap a:hover{
  opacity: .7;
}
.icon-pdf::after{
  content: url(/assets/img/icon/icon-pdf.gif);
  display: inline-block;
  margin-left: 10px;
}
.inlineBlock{
  display: inline-block !important;
}

#main{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 30px 100px;
	min-height: 70vh;
}
.entry-title{
  font-size: 24px;
  border-bottom: 2px solid #0369A7;
  color: #0369A7;
}
.entry-title a{
  color: #0369A7;
}
.entry-title a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.fBold{
  font-weight: bold;
}
.red{
  color: red;
}
.blue{
  color: #004B99;
}
ul{
  list-style: none;
  margin: 10px 0 0;
}
.imgWrap img{
  width: 100%;
  height: auto;
  display: block;
}
.entry-content p{
  font-size: 16px;
}

/*テーブル*/
table tr td:first-of-type{
  width: 74px;
}
.tb-01 {
margin-top: 15px;
width: 100%;
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
}
.tb-01 th {
padding: 5px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background: #F5F5F5;
font-weight: bold;
line-height: 1.2;
text-align: center;
}
.tb-01 td {
padding: 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
text-align: left;
}
.tb-02 {
margin-top: 8px;
margin-bottom: 8px;
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
}
.tb-02 tr {
padding: 5px;
border: 1px solid #2865D0;
background: #F5F5F5;
font-weight: bold;
line-height: 120%;
}
.tb-02 th {
padding: 5px;
border: 1px solid #2865D0;
background-color: #31A5F8;
font-weight: bold;
line-height: 120%;
width: 33%;
color: #FFFFFF;
}
.tb-02 td {
padding: 5px;
border: #2865D0 1px solid;
border-width: 0 0 1px 1px;
text-align: center;
}
.commonSec{
  margin: 0 0 60px;
}
.commonSec:last-of-type{
  margin: 0;
}
.commonSec h3{
  font-size: 20px;
  color: #fff;
  background-color: #0C94D0;
  padding: 0.4em 10px;
}
.subSec{
  margin: 0 0 40px;
}
.subSec h4{
  font-size: 16px;
}
.subSec:last-of-type{
  margin: 0;
}
.flexWrap{
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.flexWrap .imgWrap{
  max-width: 140px;
  width: 100%;
  text-align: center;
}
.flexWrap .imgWrap p{
  font-size: 13px;
  margin-top: .3em;
  color: #FF8914;
}
.flexWrap .textWrap{
  font-size: 13px;
  width: calc(100% - 160px);
}
.textWrap p{
  margin: 0;
}
.textWrap p + p:nth-of-type(n+1){
  margin-top: 10px;
}
.colorWrap{
  padding: 10px;
  margin-top: 20px;
}
.colorWrap.aqua{
  background-color: #E0F3FE;
  border: 2px solid #66B5E2;
}
.colorWrap h5{
  font-weight: bold;
  color: #0369A7;
}
/* ----------------------------
#news
---------------------------- */
#news{
  margin-top: 20px;
  padding: 0;
}
#news h3{
  font-weight: bold;
  background-color: #FF0000;
}
#news .textWrap{
  margin: 0;
  padding: 0.5em 0;
}

#branding{
	background: #075FB9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#57CDE7, #075FB9);
	background: -o-linear-gradient(#57CDE7, #075FB9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#57CDE7), to(#075FB9)); /* older webkit syntax */
	background: -webkit-linear-gradient(#57CDE7, #075FB9);
}
#site-title a{
  color: #fff;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0 -1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #fff;
  opacity: .8;
}
#primary{
  max-width: 650px;
  width: 100%;
  margin-right: 30px;
}
.mainImg{
  margin: 0;
}

/* ----------------------------
#swiper slider
---------------------------- */
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../img/icon/left-arrow.svg);
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/icon/right-arrow.svg);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* ----------------------------
#nav
---------------------------- */
#access {
	background: #CEE3F4; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FFFAFF, #CEE3F4);
	background: -o-linear-gradient(#FFFAFF, #CEE3F4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFAFF), to(#CEE3F4)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFFAFF, #CEE3F4);
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access ul.menu a {
  color: #373B3E;
  font-weight: bold;
	line-height: 3em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access .menu .current-menu-item > a,
#access .menu .current-menu-ancestor > a,
#access .menu .current_page_item > a,
#access .menu .current_page_ancestor > a {
	font-weight: bold;
  color: #FBA047;
}
#access ul.menu li:hover > a,
#access ul.menu a:focus{
  color: #FBA047;
  font-weight: bold;
}

/* ----------------------------
#secondary
---------------------------- */
#anchor-nav{
  display: none;
}
#anchor-nav,
#secondary{
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  width: 260px;
  height: 100%;
  word-wrap: break-word;
  padding: 20px;
}
#anchor-nav .imgWrap,
#secondary .imgWrap{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#anchor-nav .commonSec,
#secondary .commonSec{
  width: 100%;
  margin-bottom: 20px;
}
#anchor-nav .commonSec:last-of-type,
#secondary .commonSec:last-of-type{
  margin-bottom: 0;
}
#anchor-nav .commonSec .subSec,
#secondary .commonSec .subSec{
  margin-bottom: 20px;
}
#anchor-nav .commonSec .subSec:last-of-type,
#secondary .commonSec .subSec:last-of-type{
  margin-bottom: 0;
}
#anchor-nav.bg-blue{
  background-color: #0AAFE7;
}
#anchor-nav.bg-blue h2{
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#anchor-nav.bg-blue .subSec h3{
  font-size: 15px;
  font-weight: bold;
}

#business-information h2{
  background-color: #FF7401;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#business-information h3{
  font-weight: bold;
  color: #FF7401;
  padding: 0;
  margin: 0.5em 0;
  background-color: initial;
}
#business-information h4{
  font-weight: bold;
  margin: 0.4em 0;
}
#business-information p{
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
#business-information a {
  color: #7FBAD6;
  text-decoration: underline;
}
#feed{
  border: 1px solid #FF4999;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
#feed h4 {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 18px;
  background: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/img/icon/circle-pink.gif) no-repeat 0px 2px;
}
#feed ul{
  margin: 0;
}
#feed li{
  font-size: 14px;
  list-style: none;
  margin: 0px;
  padding: 5px 0px;
  border-bottom: 1px dotted #999;
}
#feed li:nth-child(even){
  display: none;
}
#feed li:last-of-type,
#feed li:nth-last-of-type(2){
  padding: 5px 0 0;
  border-bottom: 0;
}
#feed li div {
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
}
#feed li a {
  color: #7FBAD6;
  text-decoration: underline;
}

#anchor-link ul li{
  margin: 0 0 10px;
}
#anchor-link ul li:last-of-type{
  margin: 0;
}
#anchor-link a {
  display: block;
  line-height: 1.3;
  background-color: #EEF2FB;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
#anchor-link a::before {
  content: "▶";
  font-size: 12px;
  color: #333;
  margin-right: 0.4em;
}
#anchor-link a:hover {
  opacity: 0.7;
}

/* ----------------------------
#pool
---------------------------- */
#page-pool .flexWrap .imgWrap{
  max-width: 212px;
  width: 100%;
  text-align: center;
}
#page-pool .flexWrap .imgWrap p{
  font-size: 13px;
  margin-top: .3em;
  color: #FF8914;
}
#page-pool .flexWrap .textWrap{
  font-size: 13px;
  width: calc(100% - 232px);
}
#page-pool .textWrap p{
  margin: 0;
}
#page-pool .textWrap p + p:nth-of-type(n+1){
  margin-top: 0;
}

/* ----------------------------
#school
---------------------------- */
#page-school #sec01 .imgWrap{
  max-width: 212px;
}
#page-school #sec01 .textWrap {
  width: calc(100% - 232px);
}

#page-school #sec01 ul{
  margin: 30px 0 0;
}
#page-school #sec01 ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0C94D0;
  padding: 0.4em 10px;
  text-decoration: none;
  margin: 0 0 10px;
}
#page-school #sec01 ul li:last-of-type a {
  margin: 0;
}
#page-school #sec01 ul li a:hover{
  opacity: 0.7;
}

/* ----------------------------
#school　下層
---------------------------- */
/*　申込みボタン　　*/
a.btn-web {
	display: flex;
  justify-content: space-evenly;
  align-items: center;
	text-align: center;
	text-decoration: none;
	width: 260px;
	margin: 1em auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn-web::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn-web:hover {
	background: #44c6f2;
	color: #fff;
}

/* ----------------------------
#access
---------------------------- */
#page-access #sec01 .imgWrap{
  max-width: 212px;
  width: 100%;
}
#page-access #sec01 .textWrap {
  width: calc(100% - 232px);
}
#page-access p{
  margin: 0;
  line-height: 1.7;
}

/* ----------------------------
#contact
---------------------------- */
#page-contact p{
  margin: 0;
  line-height: 1.7;
}
#page-contact #transportation{
  margin: 30px 0 60px;
}
#page-contact #form {
  font-size: 13px;
}
#page-contact .necessary {
  font-size: 12px;
  color: #FF0000;
  margin-left: 0.5em;
}
#page-contact .submit {
  margin: 12px 0;
}
#page-contact table tr td:first-of-type{
  width: 130px;
  vertical-align: top;
}

/* ----------------------------
#footer
---------------------------- */
#copyright{
  background-color: #0A7ABF;
  color: #fff;
  padding: 0.6em 1em;
}
.flexWrap{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#copyright p{
  font-size: 13px;
  margin: 0;
}