@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/


/* 初期設定 */
* {
    margin: 0;
    padding:0
}

main {
    display:block
}

html {
    height: 100%;
    -webkit-text-size-adjust:100%
}


body {
    font-size: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 400;
    width: 100%;
    height:100%
}

img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
}

a:link {
text-decoration: none;
}

.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom

}
.wp-post-image {
display: block;
margin: 0 auto;
max-width: 100%;
}
ul, ol {
margin: 0;
margin-left: 1.5em;
margin-bottom: 0;
padding: 0;
}

@media screen and (max-width: 834px){
ul, ol {
margin-left: 0em;
}
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.sp_only {
	display: none !important;
}

.entry-content h3, .entry-content h4, .entry-content h5,
.article h3, .article h4, .article h5 {
    margin: 0;
    margin-bottom: 16px;
    border: none;
    padding: 0;
}

/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
    display: none;
} 
/*エントリーカードカテゴリー名非表示*/
.cat-label {
    display: none;
}

/*パンくず*/
#breadcrumb {
border-top: 1px solid#CCC;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
body {
line-height: 160%;
}

div table th, div table td {
font-size: 1em;
}
.sp_only {
	display: block !important;
}
.pc_only {
	display: none !important;
}
.main {
padding: 0 0;
}
#breadcrumb {
	display: none;
}
}

/*480px以下*/
@media screen and (max-width: 560px){
  /*必要ならばここにコードを書く*/
}

article,
.entry-content_main {
width: auto !important;
max-width: inherit !important;
min-width: inherit !important;
}

.entry-content_main {
margin-bottom: 32px;
}
@media screen and (max-width: 831px){
.entry-content_main {
margin-bottom: 24px;
}
}


.content-bottom-in .inner {
margin: 0 15px;
}


#container #content, #main,
.container .content, .main {
background: none;
	margin: 0;
	padding: 0;
	width: auto !important;
	max-width: none !important;
}



.article-header,
.entry-header {
margin: 0;
padding: 0;
}

#container {
position: relative;
overflow: hidden;
}

.content-in {
  display: block;
}
.entry-card {
height: auto;
}

body, dl, dt, dd, th, td, td p,
ul.foot_menu li, .bt,
.entry-content_main,
.entry-content_main p,
.daytime_blog,
.footer p, .footer p a, .navi-in a,
.list_page_menu p {
line-height: 1.8;
/*
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
*/
font-family: 'Noto Sans JP', sans-serif;
color: #000;
font-size:16px
}
p, .entry-content_main p,
.footer p, .footer p a {
margin: 0;
padding: 0;
margin-bottom: 16px;
}
.font120, .title02_midashi p, .title02_midashi_sp p {
font-size: 20px;
}
.font110 {
font-size: 18px;
}
.font_mini {
font-size: 12px;
line-height: 1.5;
}


@media screen and (max-width: 1366px) {
body, dl, dt, dd, th, td, td p,
ul.foot_menu li, .bt,
.entry-content_main,
.entry-content_main p,
.daytime_blog,
.footer p, .footer p a, .navi-in a,
.list_page_menu p {
font-size:1.171vw
}
.font120, .title02_midashi p, .title02_midashi_sp p {
font-size: 1.464vw
}
.font110 {
font-size: 1.318vw;
}
.font_mini {
font-size: 0.878vw;
}
}

@media screen and (max-width: 1280px) {
body, dl, dt, dd, th, td, td p,
ul.foot_menu li, .bt,
.entry-content_main,
.entry-content_main p,
.daytime_blog,
.footer p, .footer p a, .navi-in a,
.list_page_menu p {
font-size:1.250vw
}
.font120, .title02_midashi p, .title02_midashi_sp p {
font-size: 1.563vw
}
.font110 {
font-size: 1.406vw
}
.font_mini {
font-size: 0.938vw;
}
}

@media screen and (max-width: 834px) {
body, dl, dt, dd, th, td, td p,
ul.foot_menu li, .bt,
.entry-content_main,
.entry-content_main p,
.daytime_blog,
.footer p, .footer p a, .navi-in a,
.list_page_menu p {
font-size:3.271vw
}
.font120, .title02_midashi p, .title02_midashi_sp p {
font-size: 3.738vw
}
.font110 {
font-size: 3.505vw
}
.font_mini {
font-size: 2.103vw
}
}
@media screen and (max-width: 560px) {
body, dl, dt, dd, th, td, td p,
ul.foot_menu li, .bt,
.entry-content_main,
.entry-content_main p,
.daytime_blog,
.footer p, .footer p a, .navi-in a,
.list_page_menu p {
font-size: 14px
}
.font120, .title02_midashi p, .title02_midashi_sp p {
font-size: 16px;
}
.font110 {
font-size: 15px;
}
.font_mini {
font-size: 9px
}
}
@media screen and (max-width: 375px) {
body, dl, dt, dd, th, td, td p,
ul.foot_menu li, .bt,
.entry-content_main,
.entry-content_main p,
.daytime_blog,
.footer p, .footer p a, .navi-in a,
.list_page_menu p {
font-size:3.733vw
}
.font120, .title02_midashi p, .title02_midashi_sp p {
font-size: 4.267vw;
}
.font110 {
font-size: 4vw;
}
.font_mini {
font-size: 2.400vw
}
}



h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 150%;
	background: none;
	border: none;
}
h2, .entry-content_main h2 {
font-size: 42px;
}

h3, .entry-content_main h3 {
font-size: 30px;
}
h4, .entry-content_main h4 {
font-size: 24px;
}
h5, .entry-content_main h5 {
font-size: 20px;
}


@media screen and (max-width: 1366px) {
h2, .entry-content_main h2 {
font-size: 3.075vw;
}
h3, .entry-content_main h3 {
font-size: 2.196vw;
}
h4, .entry-content_main h4 {
font-size: 1.757vw
}
h5, .entry-content_main h5 {
font-size: 1.464vw;
}
}
@media screen and (max-width: 1280px) {
h2, .entry-content_main h2 {
font-size: 3.281vw;
}
h3, .entry-content_main h3 {
font-size: 2.344vw;
}
h4, .entry-content_main h4 {
font-size: 1.875vw
}
h5, .entry-content_main h5 {
font-size: 1.563vw;
}
}

@media screen and (max-width: 834px) {
h2, .entry-content_main h2 {
font-size: 5.036vw
}
h3, .entry-content_main h3 {
font-size: 4.673vw
}
h4, .entry-content_main h4 {
font-size: 4.206vw
}
h5, .entry-content_main h5 {
font-size: 3.738vw
}
}
@media screen and (max-width: 560px) {
h2, .entry-content_main h2 {
font-size: 24px;
}
h3, .entry-content_main h3 {
font-size: 20px;
}
h4, .entry-content_main h4 {
font-size: 18px;
}
h5, .entry-content_main h5 {
font-size: 16px;
}
}
@media screen and (max-width: 375px) {
h2, .entry-content_main h2 {
font-size: 6.400vw;
}
h3, .entry-content_main h3 {
font-size: 5.333vw;
}
h4, .entry-content_main h4 {
font-size: 4.800vw
}
h5, .entry-content_main h5 {
font-size: 4.267vw
}
}


/************************************
** ヘッダートップ
************************************/
header {
clear: both;
margin-bottom: 0;
}
#header_top {
clear: both;
display: block;
width: 100%;
margin: 0 auto;
color: #FFF;
background: #191;
font-size: 90%;
letter-spacing: 0.1em;
}
.header_top {
clear: both;
display: block;
max-width: 1100px;
margin: 0 auto;
}
@media screen and (max-width: 1023px){
#header_top, .header_top {
	display: none;
}
}

ul.head_topmenu {
	display: inline-block;
	margin: 0;
	margin-left: 20px;
	padding: 5px;
}
ul.head_topmenu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	line-height: 100%;
	padding-right: 16px;
	border-right: 1px solid #FFF;
font-weight: 300;
font-size: 90%;
letter-spacing: 0;
}
ul.head_topmenu li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.head_topmenu li a:hover {
	text-decoration: underline;
}


ul.head_contact {
	margin: 0;
	padding: 0;
	text-align: right;
}
@media screen and (max-width: 1023px){
ul.head_contact {
	display: none;
}
}
ul.head_contact li {
	display: inline-block;
	list-style: none;
	margin: 5px 0;
	padding: 0;
	text-align: center;
font-weight: 300;
font-size: 90%;
letter-spacing: 0;
	border-left: 1px solid #FFF;
}
ul.head_contact li i {
font-weight: 900;
}
ul.head_contact li a {
	display: block;
	color: #FFF;
	padding: 0 15px;
	border-left: 0.5px solid #FFF;
	text-decoration: none;
}

ul.head_contact li a:hover {
text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/************************************
** ヘッダー
************************************/

.head_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
@media screen and (max-width: 1023px){
.head_flex {
display: none;
}
}
.head_flex_logo {
display: inline-block;
}

.head_flex_bt {
display: flex;
justify-content: flex-end;
}

.head_flex_bt_in {
display: inline-block;
margin-left: 0;
}

.flex_logo {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.flex_logomark,
.flex_logotitle {
display: inline-block;
padding: 0;
margin: 0;
margin-right: 8px;
}




.head_contactlist {
float: right;
margin-top: 20px;
margin-right: 0;
position: relative;
padding-bottom: 15px;
}
/*
.head_contactlist:after {
    content: "※感染拡大防止及び職員の安全確保の観点から、人数を減らして対応しております。";
    color: red;
    display: block;
    width: 100%;
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    bottom: 0;
    text-align:center;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
*/
@media screen and (max-width: 1023px){
.head_contactlist {
display: none;
}
}

.head_contact_tel_img {
display: block;
width: auto;
height: 40px;
margin: 0;
padding: 0;
margin-right: 5px;
}
a:hover .head_contact_tel_img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.head_contact_tel a {
display: block;
font-family: PT Sans Narrow, sans-serif;
color: #191;
font-size: 150%;
font-weight: 600;
}

.head_contact_bt {
display: inline-block;
margin: 0 5px;
margin-left: 3px;
}

.head_contact_bt a {
display: block;
background-color: #191;
color: #FFF;
font-weight: 600;
text-decoration: none;
padding: 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.head_contact_bt a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


.head_contact_bt002 {
display: inline-block;
margin: 0 5px;
margin-left: 3px;
}
.head_contact_bt002 a {
display: block;
background-color: #F60;
color: #FFF;
font-weight: 600;
text-decoration: none;
padding: 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
letter-spacing: -0.5px;
}
.head_contact_bt002 a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}



#header-container {
	padding: 0;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	border-bottom: 2px solid #C8F;
	width: auto;
}
#header-container-in {
display: block;
	padding: 0;
	margin: 0 auto;
	width: auto;
	max-width: 1280px;
}
@media screen and (max-width: 1280px){
#header-container-in {
	margin: 0 16px;
}
}

@media screen and (max-width: 834px){
#header-container {
	z-index: 1000;
	border: none;
	padding: 0;
	margin: 0;
}
#header-container-in {
	width: auto;
	max-width: inherit;
	padding: 0;
	margin: 0;
}
.mobile-header-menu-buttons { 
	border-bottom: 2px solid #C8F;
}
}

@media screen and (max-width: 1023px){
#header {
	background: none;
}
}



#header-in {
	padding: 16px 0;
	margin: 0;
	width: auto;
	min-width: inherit;
	max-width: inherit;
}
.header-in {
	padding: 0;
	margin: 0;
	width: auto;
	min-width: inherit;
	max-width: inherit;
}


img.site-logo-image {
	padding-left: 0;
	padding-top: 0;
	width: auto;
	height: 50px;
	margin: 0;
}
h1, h1.logo-header, h1.logo-image, h1.logo {
	display: inline-block;
width: auto;
max-width: inherit;
	padding: 0 0 !important;
	margin: 0 0 !important;
	text-align: left !important;
}
h1.logo-header.logo-image.logo {
	display: block;
	padding: 0 0 !important;
	margin: 0 0 !important;
	text-align: left !important;
}
.site-name-text-link {
	padding: 0 0 !important;
	margin: 0 0 !important;
}



h1 {
	margin: 0;
	padding: 0;
}
h1.logo {
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: inherit;
	min-width: inherit;
}
h1.logo img {
	display: block;
	max-width: 100%;
}

/* スマホロゴ */
table.table_logo_sp {
table-layout: auto;
width: auto;
margin: 0 auto;
padding: 0;
}
table.table_logo_sp tr, table.table_logo_sp th, table.table_logo_sp td {
margin: 0;
padding: 0;
border: none;
background: none;
vertical-align: middle;
}

table.table_logo_sp th {
text-align: left;
margin: 0;
padding: 0;
}
table.table_logo_sp th img {
display: block;
width: 50px;
max-height: inherit;
height: auto;
}
table.table_logo_sp td {
text-align: left;
margin: 0;
padding: 5px;
padding-top: 0;
}
table.table_logo_sp td img {
width: 150px;
max-height: inherit;
height: auto;
}

ul.mobile-header-menu-buttons.mobile-menu-buttons li:first-child,
ul.mobile-header-menu-buttons.mobile-menu-buttons li:last-child {
width: 12%;
}
ul.mobile-header-menu-buttons.mobile-menu-buttons li:first-child ul li,
ul.mobile-header-menu-buttons.mobile-menu-buttons li:last-child ul li {
width: auto;
}


ul.head_contact, ul.head_contact02 {
	margin: 0;
	padding: 0;
	float: right;
}
@media screen and (max-width: 1023px){
ul.head_contact, ul.head_contact02 {
	display: none;
}
}
ul.head_contact li {
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	border-left: 1px solid #CCC;
}
ul.head_contact02 li {
	display: inline-block;
	list-style: none;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #FFF;
}
ul.head_contact li a {
	display: block;
	color: #191;
	background-color: #F5F5F5;
	padding: 5px 15px;
	text-decoration: none;
}
ul.head_contact02 li a {
	display: block;
	color: #FFF;
	padding: 0 15px;
	border-left: 0.5px solid #FFF;
	text-decoration: none;
}

ul.head_contact02 li a:hover {
text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.head_contact li a:hover {
	background-color: #F60;
	color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.top_mail {
	display: inline-block;
}
.top_mail a {
	font-size: 85%;
	display: block;
	margin: 0;
	padding: 12px 20px;
	background-color: #6C5;
	color: #FFF !important;
	text-decoration: none;
}
.top_mail a:hover {
	background-color: #F60;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon_mail {
	display: inline-block;
	background: url("../../uploads/2021/01/icon_mail_wh.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 30px;
	padding-top: 30px;
}



/************************************
** グローバルメニュー
************************************/
#navi {
  background: none;
}
#navi-in {
  width: auto;
  margin: 0;
  padding: 0;
}

.navi .item-label,
.navi .item-description {
  display: block;
  overflow: inherit;
}


@media screen and (max-width: 1366px){
#navi-in {
  padding: 0 16px;
}
}
@media screen and (max-width: 1023px){
.navi {
	display: none;
}
}
.navi-in > ul {
max-width: 1280px;
margin: 0 auto;
}
.navi-in > ul li {
  display: inline-block !important;
  margin: 0 0 !important;
  padding: 0 0 !important;
  position: relative;
font-weight: 600;
letter-spacing: 0.1em;
}
.navi-in > ul li a {
  display: block !important;
  padding: 15px 15px;
border-right: 1px solid #CCC;
  line-height: 120%;
  height: auto !important;
}

.navi-in > ul li.gyou02 a {
  padding: 5px 15px;
}
.navi-in > ul li:last-child a {
border-right: none;
}
@media screen and (max-width: 1280px){
.navi-in > ul li {
letter-spacing: 0em;
width: auto;
}
.navi-in > ul li a {
  padding: 15px 24px;
}
.navi-in > ul li.gyou02 a {
  padding: 5px 24px;
}
}

.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in a:hover {
	text-decoration: none;
}
.navi-in .has-icon {
  right: 5px;
  top: 0;
  font-size: 11px;
  display: none;
}
.navi-in a {
	color: #000;
}
.navi-in a:hover {
	color: #6C5;
}
.navi-in > ul li ul li {
  height: auto !important;
  width: auto;
  padding: 5px !important;
  margin: 0 !important;
  min-width: 100%;
  min-height: inherit !important;
  line-height: 130%;
font-weight: normal;
	border-top: 1px dotted #999;
}

.navi-in > ul li ul li a {
border: none;
}


.navi-in > ul li ul li:last-child {
	border-bottom: 1px dotted #999;
}
.navi-in > ul .sub-menu {
  background-color: rgba(255,255,255,0.9);
  min-width: 320px;
}
.navi-in > ul .sub-menu a {
  padding-left: 10px;
  padding-right: 10px;
}
.sub-menu {
margin-bottom: 0 !important;
margin-top: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.navi-menu-button {
color: #191;
}
.navi-menu-button .navi-menu-icon.menu-icon {
font-size: 150%;
margin-top: 5px;
}

/************************************
** フッター
************************************/

/*フッターモバイルポップアップ*/
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button {
  background-color: rgba(255 255 255 0.9);
  border-right: 1px solid #CCC;
  color: #333;
  padding-bottom: 10px;
  margin-top: 0;
}
.mobile-footer-menu-buttons .menu-button,
.mobile-footer-menu-buttons .menu-button:hover,
.mobile-footer-menu-buttons .menu-button a {
  color: #C8F;
}

#footer {
	position: relative;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: 0 !important;
	font-size: 90%;
	line-height: 130%;
	background-color: #FFF;
	padding: 0;
	padding-top: 24px;
	padding-bottom: 0;
}
#footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
}
#footer-in {
	display: block;
	margin: 0 auto;
}
.footer-bottom-content {
	float: none;
	margin: 0 auto !important;
	background-color: #191;
	padding: 15px 0;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 90%;
}
.copyright {
	line-height: 120%;
}

@media screen and (max-width: 834px){
#footer {
	width: auto;
	margin: 0 auto;
	padding: 0 !important;
	padding-top: 10px !important;
}
#footer-in {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.footer-bottom {
	margin: 0;
	padding: 0;
}
}
table.foot_table {
	table-layout: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	margin-bottom: 30px;
}
table.foot_table tr, table.foot_table th, table.foot_table td {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
table.foot_table td {
	vertical-align: top;
	padding-right: 5%;
	margin: 0;
	padding: 0 15px;
}
table.foot_table td:last-child {
	padding-right: 0;
}
@media screen and (max-width: 834px){
table.foot_table {
	margin-bottom: 0;
}
table.foot_table td {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 100%;
}
}


#foot_bottom_menu {
background-color: #F5F5F5;
padding: 30px 0;
}

@media screen and (max-width: 834px){
#foot_bottom_menu {
padding: 20px 5px;
}
}
ul.foot_bottom {
margin: 0;
padding: 0;
}
ul.foot_bottom li {
position: relative;
display: inline-block;
margin: 0;
margin-bottom: 10px;
padding: 0;
min-width: 16%;
min-width: 18%
}

ul.foot_bottom li a {
display: block;
padding: 1.5%;
color: #000;
}
@media screen and (max-width: 834px){
ul.foot_bottom li {
margin-left: 0;
margin-bottom: 10px;
padding: 0;
min-width: 47%
}
ul.foot_bottom li a {
padding: 0;
}
}


#foot_add {
	text-align: left;
	display: block;
	margin: 0 auto;
	background-color: #555;
	color: #FFF !important;
	font-size: 90%;
	padding: 16px 0;
}

#foot_add a {
color: #FFF !important;
	text-decoration: none;
}
.foot_logo {
display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 283px;
}
.foot_logo img {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
#foot_add p {
text-align: right;
	color: #FFF !important;
	margin: 0;
	padding: 0;
}
.foot_add_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.foot_add_flex_half {
display: block;
width: 50%;
}

@media screen and (max-width: 834px){
#foot_add {
	text-align: center;
}
.foot_logo {
display: block;
	margin: 0 auto !important;
	width: 40%;
}
.foot_logo img {
display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}
#foot_add p {
	text-align: center;
display: block;
}
.foot_add_flex {
display: block;
}
.foot_add_flex_half {
width: auto;
}
}

.footer-site-logo-image {
	position: relative !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
@media screen and (max-width: 834px){
.footer-site-logo-image {
	display: block;
	float: none;
	position: relative;
	padding: 0;
	margin: 0;
}
}


ul.foot_menu {
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.foot_menu li {
	position: relative;
	display: block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.05em;
}

ul.foot_menu li a {
	display: block;
	color: #000;
	text-decoration: none;
}

ul.foot_menu li a:hover {
	text-decoration: underline;
}


ul.foot_menu li ul {
	margin: 0;
	padding: 0;
}
ul.foot_menu li ul li {
	display: block;
	list-style: none;
	margin: 0;
	margin-left: 0;
	margin-top: 15px;
	font-size: 90%;
	font-weight: 500;
	padding: 0;
	line-height: 130%;
	letter-spacing: 0em;
}

ul.foot_menu li ul li:before {
	display: none;
}

@media screen and (max-width: 834px){
ul.foot_menu li {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	border-top:  1px solid #CCC;
}
ul.foot_menu li a {
	display: block;
	padding: 15px;
	padding-left: 30px;
	color: #C8F;
	background-color: #FFF;
	text-decoration: none;
}
ul.foot_menu li a:hover {
background-color:  #F5F5F5;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
ul.foot_menu li ul {
display: none;
	margin: 0;
	padding: 0;
}
ul.foot_menu li ul li {
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 130%;
}
ul.foot_menu li ul li a {
	font-weight: normal;
	padding: 10px 20px;
	padding-left: 30px;
	line-height: 130%;
	color: #FFF;
	background-color: #6ECB67;
	text-decoration: none;
}
ul.foot_menu li ul li a:before{
	display: none;
}
}

/************************************
** ページ全体
************************************/

.content {
position: relative;
	margin: 0 auto;
	padding: 0;
}

.content-in  {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 24px;
	width: auto;
	max-width: 1280px;
}
.content_box {
position: relative;
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 0;
}

@media only screen and (max-width: 1366px) {
.content-in {
	padding: 0 16px;
	margin-bottom: 24px;
}
}
@media only screen and (max-width: 1280px) {
.content-in {
	padding: 0 16px;
	margin-bottom: 24px;
}
}
@media only screen and (max-width: 834px) {
.content-in {
	padding: 0 16px;
	margin-bottom: 24px;
}
}
.content_box {
position: relative;
	margin: 0 auto;
	margin-bottom: 16px;
	padding: 0;
}


.content_page {
display: block;
	margin-bottom: 24px;
}
@media only screen and (max-width: 1366px) {
.content_page {
	margin-bottom: 24px;
}
}
@media only screen and (max-width: 1280px) {
.content_page {
	margin-bottom: 24px;
}
}
@media only screen and (max-width: 834px) {
.content_page {
	margin-bottom: 24px;
}
}


/************************************
** タイトル
************************************/
/** 通常タイトル **/
#title {
position: relative;
	background-image: url(../../uploads/2021/03/title_back.jpg);
	background-size: cover;
	background-position: center center;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 150px 0;
	box-shadow: -5px 0 5px rgba(0,0,0,0.5);
}
#title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
}
.title {
	display: block;
	width: 1080px;
	margin: 0 auto;
	text-shadow: 
      1px  1px 1px rgba(255,255,255,0.8),
      2px  2px 1px rgba(255,255,255,0.8),
      -1px  -1px 1px rgba(255,255,0,0.2),
      -2px  -2px 1px rgba(255,255,255,0.2),
	   0 0 5px rgba(255,255,255,0.8),
	   0 0 10px rgba(255,255,255,1.0);
}
#title h2 {
	font-size: 200%;
	margin: 15px 0;
	color: #C8F;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 834px){
#title {
	padding: 100px 0;
	margin-bottom: 20px;
	background-position: center right -20%;
}
.title {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 10px;
}
#title h2 {
	font-size: 130%;
	margin: 0;
	padding: 0;
}
}
@media screen and (max-width: 640px){
#title {
	padding: 60px 0;
	background-position: right bottom;
}
}

/** 写真代タイトル **/
#title02 {
position: relative;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
	line-height: 150%;
	padding: 0;
	padding-bottom: 380px;
	overflow: hidden;
}
#title02::before {
  position: absolute;
  z-index: 2;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffff',GradientType=1 );
}
#title02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
}
.title02_img {
position: absolute;
z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1120px){
#title02 {
	padding-bottom: 280px;
	margin-bottom: 24px;
}
}
@media screen and (max-width: 980px){
#title02 {
	margin-bottom: 16px;
}
}
@media screen and (max-width: 780px){
#title02 {
	padding: 0;
	padding-bottom: 220px;
	margin-bottom: 16px;
}
}
@media screen and (max-width: 540px){
#title02 {
	padding: 0;
	padding-bottom: 200px;
	margin-bottom: 16px;
}
.title02_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: translateY(0) translateX(0);
}
}
@media screen and (max-width: 640px){
#title02 {
	padding: 0;
	padding-bottom: 200px;
	margin-bottom: 16px;
}
}

.title02 {
width: 100%;
position: absolute;
z-index: 3;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
	color: #FFF;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.title02 {
width: 100%;
max-width: 1280px;
margin: 0 auto;
display: block;
position: absolute;
z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
@media screen and (max-width: 1380px){
.title02 {
	padding: 0 16px;
}
}


.title02_midashi {
margin-top: 16px;
}
.title02_midashi p {
margin-top: 16px;
}
.title02_midashi h3 {
font-weight: 600;
	line-height: 150%;
	margin-bottom: 16px;
}
.title02_midashi_sp {
display: none;
}
@media screen and (max-width: 1120px){
.title02 {
	padding: 0 4px;
text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.title02_midashi {
display: none;
}
.title02_midashi_sp {
display: block;
margin: 0 16px;
padding: 16px 0;
	letter-spacing: 0.15em;
text-align: center;
/* border-bottom: 1px solid #CCC; */
}
.title02_midashi_sp p {
margin-bottom: 0;
}
.title02_midashi_sp h3 {
	margin-bottom: 8px;
}
}
.title02 h2 {
	line-height: 150%;
	margin: 0;
	padding: 0;
	font-weight: 600;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.title02 h2.title_gazou_h2 {
display: block;
margin: 0 0;
padding: 0 0;
}
.title02 h2 img {
max-width: 1280px;
max-height: 320px;
filter:drop-shadow(0 0 5px rgba(255, 255, 255, 0.85));
}

@media screen and (max-width: 1380px){
.title02 h2 img {
max-width: 99.8%;
}
}
@media screen and (max-width: 1120px){
.title02 h2 img {
max-height: 300px;
}
}
@media screen and (max-width: 1023px){
.title02 h2.title_gazou_h2 {
padding-top: 40px;
}
.title02 h2 img {
max-height: 280px;
}
}
@media screen and (max-width: 780px){
.title02 h2 {
	line-height: 150%;
	letter-spacing: 0.05em;
}
.title02 h2.title_gazou_h2 {
padding-top: 20px;
}
.title02 h2 img {
max-height: 280px;
}
}
@media screen and (max-width: 640px){
.title02 h2.title_gazou_h2 {
padding-top: 0;
}
.title02 h2 img {
max-height: 280px;
}
}


/** 写真代タイトル **/
#title03 {
position: relative;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}
#title03::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
}


.title03 {
position: relative;
	display: block;
text-align: center;
	background-color: #C8F;
	color: #FFF;
	padding: 0;
	padding-bottom: 180px;
	letter-spacing: 0.2em;
	overflow: hidden;
}
.layer-01,
.layer-02,
.layer-03 {
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    width: 100%;
    height: 100%;
    opacity: .2;
}
.layer-01 {
    left: 40%; 
    background-color: #FFF;
    z-index: 1;
    -webkit-transform: skewY(45deg) skewX(-45deg) translateX(0);
    transform: skewY(45deg) skewX(-45deg) translateX(0);
}
.layer-02 {
    right: -30%;
    height: 140%;
    background-color: #FFF;
    z-index: 2;
    -webkit-transform: skewY(120deg) skewX(12deg) translateX(0);
    transform: skewY(120deg) skewX(12deg) translateX(0);
}
.layer-03 {
    left: -40%; 
    background-color: #FFF;
    z-index: 1;
    -webkit-transform: skewY(45deg) skewX(-45deg) translateX(0);
    transform: skewY(45deg) skewX(-45deg) translateX(0);
}

.title03_title {
position: absolute;
z-index: 3;
width: 100%;
text-align: center;
font-size: 130%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.title03 h2 {
	font-size: 180%;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.title03 p {
	margin: 0;
	margin-top: 15px;
}
@media only screen and (max-width: 834px) {
.title03 {
	padding-bottom: 140px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.title03_title {
font-size: 100%;
}
.title03 p {
	margin-top: 5px;
}
}

.title03_img {
position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 460px;
	overflow: hidden;
}
.title03_img img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 834px) {
.title03_img {
height: auto;
	padding: 0;
	overflow: inherit;
}
.title03_img img {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
position: static;
object-fit: contain;
  top: 0;
  left: 0;
  transform: none;
}
}

@media only screen and (max-width: 1023px) {
#title, #title02, #title03 {
margin-top: 23px;
}
}
@media only screen and (max-width: 834px) {
#title, #title02, #title03 {
margin-top: 23px;
}
}
@media only screen and (max-width: 640px) {
#title, #title02, #title03 {
margin-top: 23px;
}
}
/************************************
** トップページ
************************************/

/*** メイン 全面***/

#main_top {
	position: relative;
	display: block;
	clear: both;
width: 100%;
max-width: 1285px;
	margin: 0 auto;
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_top_back {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 834px){
#main_top {
margin-top: 23px;
	margin-bottom: 24px;
width: 100%;
max-width: inherit;
}
.main_top {
display: block;
}
}

.main_top_txt02 {
position: absolute;
top: 25%;
left: 5%;
width: 75%;
}
.symbol_txt {
font-size: 230%;
line-height: 130%;
color: #08C;
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff,
2px 2px 5px rgba(255,255,255,0.9);
}
@media screen and (max-width: 834px){
.main_top_txt02 {
top: 5%;
left: 5%;
width: auto;
}
.symbol_txt {
font-size: 130%;
}
}

.main_top_txt {
position: absolute;
width: 40%;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px){
.main_top_txt {
width: 55%;
  top: 40%;
  left: 0%;
}
}
.main_top_txt img {
display: block;
width: 100%;
}





.main_newsbox {
position: absolute;
right: 5%;
bottom: 0;
line-height: 130%;
display: inline-block;
width: 40%;
font-size: 90%;
background-color: rgba(255,255,255,0.8);
}
.main_newsbox h5 {
display: block;
background-color: rgba(0,136,204,0.85);
color: #FFF;
font-size: 100%;
font-weight: 600;
letter-spacing: 0.1em;
margin: 0;
padding: 1.5% 3%;
}
.main_newsbox .inner {
display: block;
clear: both;
padding: 2% 3%;
padding-bottom: 0;
}
@media screen and (max-width: 834px){
.main_newsbox {
position: static;
border: 1px solid #CCC;
margin: 0 auto;
margin-top: 15px;
display: block;
width: 95%;
}
.main_newsbox h5 {
padding: 1% 2%;
}
}

dl.main_top_news {
	margin: 0;
	padding: 0;
}
dl.main_top_news dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 3px 5px;
	width: 100px;
	background-color: #C8F;
	color: #FFF;
	font-size: 90%;
	font-weight: 600;
	text-align: center;
}
dl.main_top_news dd {
	margin: 0;
	margin-left: 110px;
	padding: 5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 834px){
dl.main_top_news dt {
	float: none;
}
dl.main_top_news dd {
	margin: 0;
	margin-bottom: 5px;
}
}
.main_top_news a {
	display: block;
	color: #000;
	text-decoration: none;
}
.main_top_news a:hover {
	text-decoration: underline;
}

/*** メイン下 ***/

.box_top_school {
display: block;
font-size: 110%;
text-align: center;
line-height: 180%;
letter-spacing: 0.1em;
}
.box_top_school h3 {
font-weight: bold;
font-size: 280%;
margin-bottom: 20px;
}
.box_top_school h4 {
font-size: 160%;
font-weight: 600;
margin-bottom: 20px;
line-height: 180%;
}
.box_top_school p {
font-size: 90%;
margin-bottom: 0;
}
p.top_school_english {
font-family:Gelasio, serif;
font-size: 120%;
letter-spacing: 0.1em;
color: #C8F;
margin-bottom: 15px;
}
@media screen and (max-width: 834px){
.box_top_school {
font-size: 100%;
line-height: 130%;
}
.box_top_school h3 {
font-size: 180%;
margin-bottom: 15px;
}
.box_top_school h4 {
font-size: 110%;
margin-bottom: 15px;
line-height: 130%;
}
.box_top_school p {
font-size: 90%;
line-height: 130%;
margin-bottom: 0;
}
p.top_school_english {
font-size: 90%;
margin-bottom: 10px;
}
}

/*** 特徴 ***/
ul.list_top_features {
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
ul.list_top_features li {
position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% / 2 - 16px);
}

@media screen and (max-width: 834px){
ul.list_top_features {
    display: block;
}
ul.list_top_features li {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.list_top_features li:nth-child(n+2) {
margin-top: 16px;
}
}
.list_top_features h4 {
position: relative;
margin-top: -50px;
margin-left: -10px;
display: inline-block;
min-width: 65%;
padding: 3% 5%;
z-index: 2;
left: 0;
font-size: 120%;
line-height: 160%;
background-color: rgba(204,153,255,0.85);
color: #FFF;
font-weight: 600;
letter-spacing: 0.1em;
}

.list_top_features li:nth-child(even) h4 {
float: right;
margin-right: -10px;
}
.features_img {
position: relative;
z-index: 0;
display: block;
width: 100%;
height: 0;
padding-bottom: 63.2%;
overflow: hidden;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.top_features_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.features_txt {
clear: both;
letter-spacing: 0.1em;
}

@media screen and (max-width: 834px){
.features_img {
width: calc(100% - 16px);
padding-bottom: 58%;
margin: 0 auto;
}

.list_top_features h4 {
padding: 3% 5%;
font-size: 100%;
line-height: 130%;
margin-bottom: 10px;
}
.features_txt {
line-height: 130%;
}
}

/*** トップオープンキャンパス ***/
.bg_top_opencampus {
  background-color: #EDF;
  background-image:
  repeating-linear-gradient(transparent, transparent 50px,
  rgba(255,255,255, .25) 50px,
  rgba(255,255,255, .25) 100px),
  repeating-linear-gradient(90deg, rgba(255,255,255, .25),
  rgba(255,255,255, .25) 50px, transparent 50px, transparent 100px);
	padding: 50px 0;
	padding-bottom: 30px;
	margin-bottom: 50px;
  position: relative;
}

.bg_top_opencampus h4 {
display: inline-block;
text-align: center;
padding: 5px 2em;
font-size: 130%;
background-color: #C8F;
color: #FFF;
	margin-bottom: 20px;
font-weight: 600;
letter-spacing: 0.1em;
}

@media screen and (max-width: 834px){
.bg_top_opencampus {
	padding-top: 30px;
	padding-bottom: 2px;
	margin-bottom: 30px;
}
}

ul.list_top_openschool {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}
ul.list_top_openschool li {
position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	margin-right: 2.5%;
	padding: 0;
	width: 48.5%;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
ul.list_top_openschool li:nth-child(even), ul.list_top_openschool li:last-child {
	margin-right: 0;
}

ul.list_top_openschool li a {
position: relative;
display: block;
	padding: 5px 0;
color: #000;
}

ul.list_top_openschool li a:after {
position: absolute;
right: 20px;
top: 40%;
  content: '\f054';
  color: #C8F;
  z-index: 2;
  font-family: "Font Awesome 5 Free";
}

ul.list_top_openschool li a:hover {
background-color: rgba(191,210,240,0.3);
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.list_top_openschool li a:hover::after {
right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


@media screen and (max-width: 834px){
ul.list_top_openschool {
display: block;
	margin-bottom: 20px;
}
ul.list_top_openschool li {
	display: block;
	margin-right: 0;
	width: auto;
}
}



table.table_top_openschool {
margin: 0;
padding: 0;
border: none;
background: none;
table-layout: auto;
width: 100%;
line-height: 150%;
}
table.table_top_openschool tr, table.table_top_openschool th, table.table_top_openschool td {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_top_openschool th, table.table_top_openschool td {
margin: 0;
padding: 1% 2%;
}
table.table_top_openschool th {
font-family: PT Sans Narrow, sans-serif;
position: relative;
margin: 0;
color: #000;
width: 22%;
min-width: 80px;
border-right: 1px solid #CCC;
text-align: center;
overflow: hidden;
padding: 1% 1%;
font-size: 90%;
letter-spacing: 0;
white-space: nowrap;
}
table.table_top_openschool th .f200 {
font-size: 150%;
}
table.table_top_openschool td {
font-size: 110%;
font-weight: 600;
padding: 2% 3%;
}

@media screen and (max-width: 834px){
table.table_top_openschool th, table.table_top_openschool td {
padding: 2%;
}
table.table_top_openschool th {
width: auto;
max-width: 20%;
min-width: inherit;
}
table.table_top_openschool td {
font-size: 90%;
padding: 2%;
}
table.table_top_openschool th .f200 {
font-size: 130%;
}
}

table.table_top_openschool h5 {
font-weight: 600;
font-size: 100%;
margin-bottom: 5px;
}
table.table_top_openschool p {
margin-bottom: 0;
font-size: 90%;
}


/*** スモールコンテンツ ***/
.front900 {
	display: block;
max-width: 900px;
margin: 0 auto;
}
@media screen and (max-width: 834px){
.front900 {
max-width: none;
}
}
/*** コンテンツバナー ***/

ul.list_top_contents_banner {
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
}
ul.list_top_contents_banner li {
position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width:calc(100% / 2 - 16px);
}
ul.list_top_contents_banner li:nth-child(n+3) {
margin-top: 32px;
}

@media screen and (max-width: 834px){
ul.list_top_contents_banner {
	display: block;
}
ul.list_top_contents_banner li {
	display: block;
	width: auto;
}

ul.list_top_contents_banner li:nth-child(n+2) {
margin-top: 16px;
}
}
ul.list_top_contents_banner li a {
display: block;
}
ul.list_top_contents_banner li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0.70;
}
/*
.list_top_contents_banner h5 {
text-align: center;
font-size: 120%;
letter-spacing: 0.1em;
font-weight: 600;
}
*/
.top_contents_bnner_pic {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 64%;
overflow: hidden;
margin-bottom: 15px;
}
.top_contents_bnner_pic img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.top_contents_bnner_pic a img {
display: block;
}
	
.top_contents_bnner_pic a:hover img {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


table.table_topcontents {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
background: none;
height: 160px;
border: 1px solid #CCC;
}
table.table_topcontents a {
display: block;
color: #000 !important;
}
table.table_topcontents a:hover {
text-decoration: none;
	opacity:0.70;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
table.table_topcontents tr, table.table_topcontents th, table.table_topcontents td {
margin: 0;
padding: 0;
border: none;
background: none;
}

table.table_topcontents th {
position: relative;
background-color: #FFF;
color: #000;
width: 35%;
padding: 0 5px;
padding-top: 3%;
font-size: 90%;
text-align: center;
margin: 0;
}

table.table_topcontents th p {
font-family:Gelasio, serif;
font-weight: normal;
font-size: 85%;
margin: 0;
}
table.table_topcontents th h5 {
font-weight: 600;
line-height: 180%;
}
table.table_topcontents td {
position: relative;
padding: 0;
overflow: hidden;
}

@media screen and (max-width: 834px){
table.table_topcontents {
height: 100px;
}
table.table_topcontents th {
padding: 0 10px;
padding-top: 3%;
font-size: 90%;
width: 38%;
}

table.table_topcontents th p {
font-family:Gelasio, serif;
font-weight: normal;
font-size: 75%;
margin: 0;
}
table.table_topcontents th h5 {
font-size: 90%;
}
}
table.table_topcontents td img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

table.table_topcontents td img:hover {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

/*** 学費 ***/

.bg_top_gakuhi {
  background: linear-gradient(90deg, #C8F 0%, #C8F 50%, #FFF 50%, #FFF 100%);
	padding: 50px 0;
	padding-bottom: 10px;
	color: #FFF;
letter-spacing: 0.1em;
	margin-top: 100px;
	margin-bottom: 100px;
}

.bg_top_gakuhi #container {
position: relative;
}
.bg_top_gakuhi h3 {
font-size: 160%;
font-weight: 600;
}

.bg_top_gakuhi h4 {
font-weight: 600;
}
@media screen and (max-width: 834px){
.bg_top_gakuhi {
overflow: hidden;
  background: #C8F;
	padding: 30px 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.bg_top_gakuhi #main {
margin: 0;
padding: 0;
}

.bg_top_gakuhi h3 {
color: #C8F;
font-size: 120%;
margin-bottom: 0;
}

.bg_top_gakuhi h4 {
color: #C8F;
font-size: 100%;
margin-bottom: 0;
}
}



.pic_top_gakuhi001 {
position: absolute;
right: 1%;
top: -100px;
width: 55%;
z-index: 1;
}
.pic_top_gakuhi001img {
position: relative;
width: 100%;
height: 0;
padding-bottom: 64%;
overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pic_top_gakuhi001 img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 834px){
.pic_top_gakuhi001 {
position: relative;
display: block;
right: inherit;
left: -15px;
top: 0%;
width: 95%;
}

.pic_top_gakuhi001img {
padding-bottom: 56%;
}
}

.img_top_gakuhi {
position: absolute;
left: 35%;
z-index: 2;
bottom: -120px;
width: 35%;
}

.txt_top_gakuhi001 {
width: 34%;
}
.txt_top_gakuhi001 a {
color: #FFF;
}


@media screen and (max-width: 834px){
.txt_top_gakuhi001 {
position: relative;
width: 95%;
background-color: #FFF;
color: #000;
z-index: 2;
margin-left: 30px;
margin-top: -15%;
padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.txt_top_gakuhi001 p {
font-size: 90%;
}
.txt_top_gakuhi001 a {
color: #000;
}
.img_top_gakuhi {
position: inherit;
left: auto;
bottom: auto;
width: 100%;
margin: 0 auto;
display: block;
}
}
/*** ニュース ***/

.bg_top_info {
background-color: #F5F5F5;
	padding: 32px 0;
	padding-bottom: 0;
	margin-bottom: 32px;
}
@media screen and (max-width: 834px){
.bg_top_info {
	padding: 24px 0;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
}
h3.top_title_news {
font-family:Gelasio, serif;
    display: inline-block;
	font-size: 200%;
	margin-bottom: 24px;
	color: #C8F;
letter-spacing: 0.1em;
  
}
h4.top_title_news {
    display: inline-block;
	font-size: 160%;
	margin-bottom: 16px;
	color: #000;
font-weight: 600;
letter-spacing: 0.1em;
  
}

@media screen and (max-width: 834px){
h3.top_title_news {
	font-size: 150%;
}
h4.top_title_news {
	font-size: 130%;
}
}

dl.top_news {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
dl.top_news dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px;
	width: 330px;
font-weight: 600;
letter-spacing: 0.1em;
}
dl.top_news dd {
	margin: 0;
	margin-left: 330px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 12px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 834px){
dl.top_news {
	margin: 0;
	margin-bottom: 15px;
	font-size: 90%;
}
dl.top_news dt {
	border-top: none;
	float: none;
	padding: 0 5px;
	width: auto;
letter-spacing: 0em;
}
dl.top_news dd {
	border-bottom: 1px dotted #CCC;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	padding-bottom: 10px;
	line-height: 130%;
}
}

.top_news a {
	display: block;
	color: #000;
	text-decoration: none;
}
.top_news a:hover {
	text-decoration: underline;
}

p.daytime {
display: inline-block;
position: relative;
margin: 0;
margin-right: 40px;
}
p.daytime:after {
position: absolute;
left: 110%;
top:50%;
border-top:1px solid #111;
content:"";
width: 30px;
}

.tag_news {
	display: inline-block;
	margin: 0;
	margin-left: 15px;
	font-size: 80%;
	width: 120px;
	text-align: center;
	line-height: 100%;
}
.tag_news a {
	display: block;
	padding: 10px 15px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

.tag_news a:hover {
text-decoration: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 834px){
.tag_news a {
	padding: 5px 10px;
}
}


/*** ブログ ***/
ul.list_top_blog {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.list_top_blog li {
position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	margin-right: 1.8%;
	padding: 0;
	width: 31.5%;
	line-height: 130%;
}
ul.list_top_blog li:nth-child(3n), ul.list_top_blog li:lase-child {
	margin-right: 0;
}

ul.list_top_blog li p {
	font-weight: 600;
}
@media screen and (max-width: 834px){
ul.list_top_blog li {
	margin-right: 1.0%;
	padding: 0;
	width: 32%;
	line-height: 130%;
}

ul.list_top_blog li p {
	margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 90%;
	letter-spacing: 0;
}
}
ul.list_top_blog li .inner {
padding: 0 5%;
}
.daytime_blog {
font-size: 80%;
padding-bottom: 5px;
position: relative;
font-weight: normal !important;
}
.daytime_blog:after {
position: absolute;
content: "";
border-bottom: 1px solid #555;
left: 0;
bottom: 0;
width: 15%;
}
ul.list_top_blog li a {
color: #000;
}

.list_pic_blog {
position: relative;
display: block;
height: 0;
padding-bottom: 32%;
overflow: hidden;
margin-bottom: 10px;
background-color: #CCC;
}
.list_pic_blog img {
	position: absolute;
	object-fit: contain !important;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_blog a img {
display: block;
}
	
.list_pic_blog a:hover img {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.list_pic_top_blog {
position: relative;
display: block;
height: 0;
padding-bottom: 64%;
overflow: hidden;
border: 1px solid #CCC;
margin-bottom: 10px;
}
.list_pic_top_blog img {
	position: absolute;
	object-fit: contain !important;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_top_blog a img {
display: block;
}
	
.list_pic_top_blog a:hover img {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

/*** トップ下段バナー ***/

ul.list_top_bottom {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.list_top_bottom li {
position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	margin-right: 2.5%;
	margin-bottom: 20px;
	padding: 0;
	width: 30%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	overflow: hidden;
}
ul.list_top_bottom li:nth-child(even), ul.list_top_bottom li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 834px){
ul.list_top_bottom {
display: block;
}
ul.list_top_bottom li {
display: block;
	margin-right: 0;
	margin-bottom: 15px;
	width: auto;
}
}

ul.list_top_bottom li a {
display: block;
}
ul.list_top_bottom li a:hover {
text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0.70;
}

.list_top_bottom h5 {
text-align: center;
font-size: 110%;
margin: 0;
padding: 15px 10px;
letter-spacing: 0.1em;
font-weight: 600;
}
.list_top_bottom li a h5 {
color: #000;
}

@media screen and (max-width: 834px){
.list_top_bottom h5 {
font-size: 100%;
padding: 10px;
}
}
.top_bottom_pic {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 40%;
overflow: hidden;
}
.top_bottom_pic img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
	

/* アクセスマップ */

h3.title_access {
font-size: 260%;
color: #C8F;
text-align: center;
	margin-bottom: 30px;
font-weight: 600;
letter-spacing: 0.1em;

}
@media screen and (max-width: 834px){
h3.title_access {
font-size: 180%;
	margin-bottom: 20px;

}
}
ul.list_top_map {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.list_top_map li {
position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	margin-right: 2%;
	padding: 0;
	width: 48%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
ul.list_top_map li:nth-child(even), ul.list_top_map li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 834px){
ul.list_top_map li {
	display: block;
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}
}
ul.list_top_map li.top_map {
position: relative;
display: block;
height: 0;
padding-bottom: 40%;
overflow: hidden;
}
.top_map iframe {
position: absolute;
width: 100%;
height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 834px){
ul.list_top_map li.top_map {
padding-bottom: 80%;
}
}


.top_googlemap {
position: relative;
display: block;
height: 0;
padding-bottom: 40%;
overflow: hidden;
}
.top_googlemap iframe {
position: absolute;
width: 100%;
height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 834px){
.top_googlemap {
padding-bottom: 80%;
}
}


/* サテライトバナー */

ul.list_top_bottom_banner {
display: block;
	margin: 0 auto;
	padding: 0;
}
ul.list_top_bottom_banner li {
position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list_top_bottom_banner li:nth-child(n+2) {
margin-top: 16px;
}


@media screen and (max-width: 834px){
ul.list_top_bottom_banner li:nth-child(n+2) {
margin-top: 8px;
}

}
ul.list_top_bottom_banner li a {
display: block;
}
ul.list_top_bottom_banner li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0.70;
}

.top_contents_bnner_pic {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 64%;
overflow: hidden;
margin-bottom: 15px;
}
.top_contents_bnner_pic img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.top_contents_bnner_pic a img {
display: block;
}
	
.top_contents_bnner_pic a:hover img {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


table.table_topcontents {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
background: none;
height: 160px;
border: 1px solid #CCC;
}
table.table_topcontents a {
display: block;
color: #000 !important;
}
table.table_topcontents a:hover {
text-decoration: none;
	opacity:0.70;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
table.table_topcontents tr, table.table_topcontents th, table.table_topcontents td {
margin: 0;
padding: 0;
border: none;
background: none;
}

table.table_topcontents th {
position: relative;
background-color: #FFF;
color: #000;
width: 35%;
padding: 0 5px;
padding-top: 3%;
font-size: 90%;
text-align: center;
margin: 0;
}

table.table_topcontents th p {
font-family:Gelasio, serif;
font-weight: normal;
font-size: 85%;
margin: 0;
}
table.table_topcontents th h5 {
font-weight: 600;
line-height: 180%;
}
table.table_topcontents td {
position: relative;
padding: 0;
overflow: hidden;
}

@media screen and (max-width: 834px){
table.table_topcontents {
height: 100px;
}
table.table_topcontents th {
padding: 0 10px;
padding-top: 3%;
font-size: 90%;
width: 38%;
}

table.table_topcontents th p {
font-family:Gelasio, serif;
font-weight: normal;
font-size: 75%;
margin: 0;
}
table.table_topcontents th h5 {
font-size: 90%;
}

}
table.table_topcontents td img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

table.table_topcontents td img:hover {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


/************************************
** サテライト
************************************/
.entry-header h3 {
position: relative;
border:none;
font-size: 150%;
color: #C8F;
margin: 0;
padding: 10px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.entry-header h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #C8F, #C8F 2px, #fff 2px, #fff 4px);
}

@media screen and (max-width: 834px){
.entry-header h3 {
clear: both;
margin-top: 0;
}
}

h3.title_area {
font-size: 140%;
color: #C8F;
border-left: 10px solid #C8F;
border-top: 1px solid #C8F;
border-bottom: 1px solid #C8F;
padding: 15px;
padding-bottom: 10px;
margin: 0;
font-weight: 600;
line-height: 130%;
margin-bottom: 20px;
}
.entry-content {
max-width: 1080px;
width: auto;
padding: 0;
margin: 0 auto;
}
.entry-content h4 {
font-weight: 600;
position: relative;
font-size: 150%;
margin-bottom: 20px;
}
.entry-content h5 {
font-size: 130%;
margin-bottom: 15px;
}

@media screen and (max-width: 834px){
h3.title_area {
font-size: 120%;
padding: 10px;
margin-bottom: 15px;
}
.entry-content {
max-width: inherit;
}
.entry-content h4 {
font-size: 130%;
padding: 5px;
margin-bottom: 15px;
}
.entry-content h5 {
font-size: 120%;
}
}

dl.satellites_point {
margin: 0;
padding: 0;
margin-bottom: 20px;
}
dl.satellites_point dt {
clear: both;
float: left;
margin: 0;
padding: 3px 0;
background-color: #2C2;
color: #FFF;
width: 100px;
text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
dl.satellites_point dt.satellites_gaiyou {
background-color: #F60;
}
dl.satellites_point dd {
margin: 0;
padding: 3px 0;
margin-left: 120px;
}
@media screen and (max-width: 834px){
dl.satellites_point dt {
float: none;
margin-bottom: 4px;
}
dl.satellites_point dd {
margin: 0;
margin-bottom: 15px;
line-height: 130%;
}
}
.box_schooldata {
padding: 20px 50px;
background-color: #F5F5F5;
}
.box_openschool {
margin-top: 20px;
padding: 20px 50px;
background-color: #F5F5F5;
}
@media screen and (max-width: 834px){
.box_schooldata, .box_openschool {
padding: 15px;
}
}
.box_schooldata h5, .box_openschool h5 {
font-weight: 500;
color: #F60;
padding: 0;
}



dl.schooldata_add {
margin: 0;
padding: 0;
background-color: #FFF;
}						
dl.schooldata_add dt, dl.schooldata_add dd {
	padding: 10px;
margin: 0;
	font-weight: normal;
	border-top: 1px dotted #CCC;
	line-height: 130%;
}								
dl.schooldata_add dt {
float: left;
width: 100px;
}
								
dl.schooldata_add dd {
margin-left: 100px;
}
@media screen and (max-width: 834px){
dl.schooldata_add {
font-size: 90%;
}						
dl.schooldata_add dt, dl.schooldata_add dd {
	padding: 10px;
}								
dl.schooldata_add dt {
width: 80px;
}
								
dl.schooldata_add dd {
margin-left: 80px;
}
}

ul.list_satellites_bt {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_satellites_bt li {
	position: relative;
	display: inline-block;
	line-height: 130%;
	width: 23.8%;
	margin: 0;
	margin-right: 1.5%;
	margin-bottom: 15px;
	padding: 0;
}
ul.list_satellites_bt li:nth-child(4n), ul.list_satellites_bt li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 834px){
ul.list_satellites_bt {
	justify-content: left;
}
ul.list_satellites_bt li {
	width: 48.5%;
	margin-right: 2.5%;
}
ul.list_satellites_bt li:nth-child(even), ul.list_satellites_bt li:last-child {
	margin-right: 0;
}

}
ul.list_satellites_bt li a {
	position: relative;
	display: block;
	margin-right: 1.5%;
	padding: 10px 1.5%;
	text-align: center;
	color: #191;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
ul.list_satellites_bt li a::before {
    content: "";
    top: 1px;
    left: 1px;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #191; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 1;
}
ul.list_satellites_bt li a:hover {
text-decoration: none;
	color: #F60;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
ul.list_satellites_bt li a:hover::before {
    border-left: 1em solid #F60; /* ラベルの色はここで変更 */
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


/************************************
** ブログ
************************************/
ul.list_blog {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_blog li {
	position: relative;
	display: inline-block;
	line-height: 130%;
	width: 33.3%;
	margin: 20px 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-collapse: collapse;
}
ul.list_blog li .inner {
padding: 5%;
}

ul.list_blog li h5, ul.list_blog li h5 a {
font-size: 100%;
text-decoration: none;
color: #000;
margin: 0;
line-height: 130%;
}
@media screen and (max-width: 834px){
ul.list_blog li {
	width: 50%;
}
ul.list_blog li h5, ul.list_blog li h5 a {
font-size: 90%;
}
}
ul.list_blog li h5 a:hover {
text-decoration: underline;
color: #191;
}

.list_pic_blog {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 64%;
overflow: hidden;
}
.list_pic_blog img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_blog a img {
display: block;
}
	
.list_pic_blog a:hover img {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


/************************************
** インタビュー
************************************/
ul.list_interview {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_interview li {
	position: relative;
	display: inline-block;
	width: 33.3%;
	margin: 20px 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-collapse: collapse;
}
ul.list_interview li .inner {
padding: 5%;
}

ul.list_interview li h5, ul.list_interview li h5 a {
font-size: 120%;
text-decoration: none;
color: #000;
margin: 0;
}
ul.list_interview li h5 a:hover {
text-decoration: underline;
color: #191;
}
@media screen and (max-width: 834px){
ul.list_interview {
display: block;
}
ul.list_interview li {
	display: block;
	width: auto;
	margin: 0;
	margin-bottom: 15px;
}
}
p.tag_interview {
display: inline-block;
padding: 5px 20px;
background-color: #F60;
color: #FFF;
float: right;
}
p.interview_description {
clear: both;
margin-top: 10px;
}

/************************************
** オープンスクール
************************************/
.tag_category {
display: inline-block;
background-color: #090;
color: #FFF;
margin-bottom: 0;
padding: 2px 10px;
line-height: 130%;
float: right;
}


ul.list_openschool {
	margin: 20px 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_openschool li {
	position: relative;
	display: inline-block;
	line-height: 130%;
	width: 31.5%;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 10px 1.5%;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-collapse: collapse;
}
ul.list_openschool li:nth-child(3n), ul.list_openschool li:last-child {
	margin-right: 0;
}
ul.list_openschool li h4, ul.list_openschool li h4 a {
font-weight: 600;
font-size: 150%;
text-decoration: none;
color: #C8F;
margin: 0;
line-height: 130%;
text-align: center;
}
ul.list_openschool li h5, ul.list_openschool li h5 a {
font-weight: 600;
font-size: 100%;
text-decoration: none;
color: #C8F;
margin: 0;
line-height: 130%;
text-align: center;
}
@media screen and (max-width: 834px){
ul.list_openschool {
	margin: 20px 0;
	padding: 0;
display: block;
width: 100%;
}
ul.list_openschool li {
display: block;
width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 15px 15px;
}
ul.list_openschool li h5, ul.list_openschool li h5 a {
font-size: 90%;
}
}
ul.list_openschool li h5 a:hover {
text-decoration: underline;
color: #C8F;
}

.list_pic_openschool {
position: relative;
display: block;
border: 1px solid #999;
height: 0;
padding-bottom: 45%;
overflow: hidden;
margin-bottom: 15px;
background-color: #F5F5F5;
}
.list_pic_openschool img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_openschool a img {
display: block;
}
	
.list_pic_openschool a:hover img {
	object-fit: cover;
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


/************************************
** ページ
************************************/
.img_spscroll {
  display: flex;
position: relative;
width: 100%;
max-width: 1100px;
}
.img_spscroll div img {
display: block;
margin: 0 auto;
margin-bottom: 0;
max-width: 100%;
}

p.sp_scroll {
display: none;
}
@media screen and (max-width: 834px){
.img_spscroll {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.img_spscroll div img {
  max-width: 100%;
  min-width: 830px;
  vertical-align: top;
}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.img_spscroll::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.img_spscroll::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.top_flow::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.img_spscroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
p.sp_scroll {
position: relative;
display: block;
color: #000;
}
p.sp_scroll:before,
p.sp_scroll:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 15%;
  background: #555;
}
p.sp_scroll:before{
  width: 60%;
  transform: translate(45px, 0px);
}
p.sp_scroll:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(45px, 0px) rotate(25deg);
}
}

.bg_content_title {
  position: relative;
  overflow: hidden;
  margin: 0 0;
  margin-top: -80px;
  margin-bottom: 0;
  padding: 100px 0;
}
.bg_content_title_inner {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  }
.bg_content_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 3% -10% 0;
  background: #F5F5F5;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.bg_content_title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 3% -10% 0;
  background: #ECF;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -2;
}
.bg_content_title h3 {
position: relative;
margin: 0;
font-weight: 600;
font-size: 240%;
}
.bg_content_title h3:before {
  content: '';
  position: absolute;
  left: 47.5%;
  bottom: -20px;
  width: 5%;
  height: 3px;
  border-radius: 10px;
    flex-grow: 1;
  background-color: #C8F;
}
@media screen and (min-width: 1200px){
.bg_content_title_inner {
  padding-top: 70px;
}
}
@media screen and (min-width: 1380px){
.bg_content_title_inner {
  padding-top: 90px;
}
}
@media screen and (max-width: 834px){
.bg_content_title {
  padding: 50px 0;
  margin-top: -10px;	
}
.bg_content_title_inner {
  padding: 30px;
  background-color: #F5F5F5;
}
.bg_content_title:before {
  height: 60%;
  margin: 3% -10% 0;
}
.bg_content_title:after {
  height: 60%;
  margin: 3% -10% 0;
}
.bg_content_title h3 {
font-size: 150%;
}
.bg_content_title h3:before {
  left: 45%;
  bottom: -15px;
  width: 10%;
  height: 3px;
}
}

@media screen and (max-width: 640px){
.bg_content_title_inner {
  padding-top: 0;
  }
}


ul.list_subtitle {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_subtitle li {
	display: block;
	width: calc(100% / 3 - 16px);
text-align: center;
	margin: 0 8px;
	padding: 0;
  border-bottom: 1px solid #CCC;
}
ul.list_subtitle li:nth-child(n + 4) {
margin-top: 16px;
}


ul.list_subtitle li span {
position: relative;
z-index: 2;
}
ul.list_subtitle li a {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
  position: relative;
  overflow: hidden;
	padding: 8px 8px;
  color: #000;
  background: #FFF;
}
ul.list_subtitle li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #C8F;
}

ul.list_subtitle li a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

ul.list_subtitle li a:after {
position: absolute;
	display: block;
	right: 2%;
	top: 20%;
  content: '\f078';
  color: #C8F;
  font-family: "Font Awesome 5 Free";
}

ul.list_subtitle li a:hover {
text-decoration: none;
color: #FFF;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

ul.list_subtitle li a:hover:after {
  color: #FFF;
	top: 50%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


@media screen and (max-width: 834px){
ul.list_subtitle {
}
ul.list_subtitle li {
	flex-flow: column;
	width: 100%;
	margin: 0;
	min-height: 4em;
  border-top: 1px solid #CCC;
}
ul.list_subtitle li:nth-child(n + 2) {
margin-top: 8px;
}
ul.list_subtitle li a {
	padding: 4px 4px;
}
}


.main section {
clear: both;
margin-bottom: 40px;
}
@media screen and (max-width: 834px){
.main section {
margin-bottom: 24px;
}
}
.entry-content h5 {
    border: none;
	margin-bottom: 5px;
}
h5.title_boad {
position: relative;
padding-left: 1em;
font-weight: 500;
color: #C8F;
margin-bottom: 8px;
}
h5.title_boad:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -1em;
  content: '\f328';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}
h5.title_bookmark {
position: relative;
padding-left: 1.2em;
font-weight: 500;
color: #C8F;
margin-bottom: 8px;
}
h5.title_bookmark:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -1em;
  content: '\f02e';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}



.wp-posts-carousel-details h5 {
font-size: 100%;
color: #C8F;
margin-bottom: 0;
}
.wp-posts-carousel-desc {
line-height: 130%;
}

.compact-theme.wp-posts-carousel .wp-posts-carousel-image { 
padding-top:0 !important;
margin-bottom: 10px; }


ul.list_childpage {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_childpage li {
	position: relative;
	display: inline-block;
	width: 31.3%;
	margin: 0;
	margin-bottom: 20px;
	margin-right: 3%;
	padding: 0;
	padding-bottom: 20px;
	border: 1px solid #CCC;
}
ul.list_childpage li:nth-child(3n), ul.list_childpage li:last-child {
	margin-right: 0;
}
ul.list_childpage li .inner {
padding: 5%;
}

ul.list_childpage li h5, ul.list_childpage li h5 a {
font-size: 110%;
font-weight: 600;
text-decoration: none;
color: #000;
margin-bottom: 10px;
    border: none;
}

@media screen and (max-width: 834px){
ul.list_childpage li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
ul.list_childpage li:nth-child(3n) {
	margin-right: 4%;
}
ul.list_childpage li:nth-child(even), ul.list_childpage li:last-child {
	margin-right: 0;
}
ul.list_childpage li h5, ul.list_childpage li h5 a {
font-size: 100%;
margin-bottom: 5px;
}
ul.list_childpage p {
font-size: 90%;
}
}
.list_pic_childpage {
position: relative;
display: block;
height: 0;
padding-bottom: 64%;
overflow: hidden;
margin-bottom: 10px;
background-color: #CCC;
}
.list_pic_childpage img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_childpage a img {
display: block;
}
	
.list_pic_childpage a:hover img {
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


.bt_kuwashiku {
font-size: 95%;
color: #C8F;
}
.bt_kuwashiku a {
color: #C8F;
}

ul.list_childpage li .bt_kuwashiku {
position: absolute;
bottom: -8px;
left: 15px;
}



/** コース
*******************/
/** グローバル **/

ul.list_gloval {
margin: 0;
padding: 0;
}
ul.list_gloval li {
display: inline-block;
list-style: none;
margin: 0;
margin-right: 1.5%;
width: 31%;
margin-bottom: 5px;
padding: 0;
line-height: 130%;
}
ul.list_gloval li:nth-child(3n) {
margin-right: 0;
}


ul.list_gloval li h5 {
position: relative;
font-weight: 500;
margin-bottom: 0;
color: #191;
font-size: 100%;
padding-left: 22px;
}
ul.list_gloval li h5:before {
position: absolute;
left: 0;
top: -2px;
  content: '\f14a';
  color: #F60;
  font-size: 110%;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 834px){
ul.list_gloval li {
margin-right: 2%;
width: 48%;
}
ul.list_gloval li:nth-child(3n) {
margin-right: 2%;
}
ul.list_gloval li:nth-child(odd) {
width: 55%;
}
ul.list_gloval li:nth-child(even) {
width: 40%;
margin-right: 0;
}
}


/** よよこーについて
*******************/
ul.list_shingaku {
margin: 0;
padding: 0;
margin-bottom: 15px;
}
ul.list_shingaku li {
position: relative;
list-style: none;
display: inline-block;
margin: 0;
margin-right: 1%;
padding: 0;
padding-top: 2px;
padding-left: 25px;
min-width: 18%;
}
ul.list_shingaku li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -25px;
  content: '\f549';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}


ul.list_shingaku002 {
margin: 0;
padding: 0;
margin-bottom: 15px;
}
ul.list_shingaku002 li {
position: relative;
list-style: none;
display: inline-block;
margin: 0;
margin-right: 1%;
padding: 0;
padding-top: 2px;
padding-left: 25px;
min-width: 22%;
}
ul.list_shingaku002 li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -25px;
  content: '\f549';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}

@media screen and (max-width: 834px){
ul.list_shingaku li {
min-width: 45%;
font-size: 90%;
}
	
ul.list_shingaku002 li {
min-width: 45%;
font-size: 90%;	
}
}


/** キャンパスガイド
*******************/
ul.list_teikei {
margin: 0;
padding: 0;
clear: both;
}
ul.list_teikei li {
position: relative;
list-style: none;
display: block;
margin: 0;
padding: 10px;
padding-left: 25px;
font-size: 110%;
border-bottom: 1px dotted #CCC;
}
ul.list_teikei li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -25px;
  content: '\f02e';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 834px){
ul.list_teikei li {
min-width: 30%;
}
}
ul.list_honbu {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_honbu li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	width: 47.5%;
	margin: 0;
	margin-right: 5%;
	margin-bottom: 25px;
	padding: 0;
}
ul.list_honbu li:nth-child(even), ul.list_honbu li:last-child {
	margin-right: 0;
}

ul.list_honbu li h5 {
	position: relative;
padding-left: 25px;
font-weight: 500;
}

ul.list_honbu li h5 a {
color: #000;
}

ul.list_honbu li h5:before {
position: absolute;
	display: block;
	margin-left: -25px;
  content: '\f02e';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}


.guide_googlemap {
position: relative;
display: block;
height: 0;
padding-bottom: 50%;
overflow: hidden;
background: #CCC;
}
.guide_googlemap iframe {
position: absolute !important;
width: 100%;
height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 834px){
.guide_googlemap {
padding-bottom: 80%;
}
}



ul.list_gaiyou {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_gaiyou li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	margin-right: 5%;
	margin-bottom: 25px;
	padding: 0;
}
ul.list_gaiyou li:nth-child(even), ul.list_gaiyou li:last-child {
	margin-right: 0;
}

ul.list_gaiyou li h5 {
	position: relative;
padding-left: 25px;
font-weight: 500;
}

ul.list_gaiyou li h5 a {
color: #000;
}

ul.list_gaiyou li h5:before {
position: absolute;
	display: block;
	margin-left: -25px;
  content: '\f02e';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}

@media screen and (max-width: 834px){
ul.list_honbu {
display: block;
}
ul.list_honbu li {
display: block;
width: auto;
	margin-right: 0;
	margin-bottom: 15px;
}
ul.list_honbu li:nth-child(even), ul.list_honbu li:last-child {
	margin-right: 0;
}
	
	
ul.list_gaiyou {
display: block;
}
ul.list_gaiyou li {
display: block;
width: auto;
	margin-right: 0;
	margin-bottom: 15px;
}
ul.list_gaiyou li:nth-child(even), ul.list_gaiyou li:last-child {
	margin-right: 0;
}	
}

table.table_list_honbu {
table-layout: auto;
width: 100%;
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_list_honbu tr, table.table_list_honbu th, table.table_list_honbu td {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_list_honbu th, table.table_list_honbu td {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 10px 10px;
}

table.table_list_honbu th {
background-color: #F5F5F5;
min-width: 20%;
font-weight: 500;
}


table.table_list_gaiyou {
table-layout: auto;
width: 100%;
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_list_gaiyou tr, table.table_list_gaiyou th, table.table_list_gaiyou td {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_list_gaiyou th, table.table_list_gaiyou td {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 10px 10px;
}

table.table_list_gaiyou th {
background-color: #F5F5F5;
min-width: 20%;
font-weight: 500;
}

@media screen and (max-width: 834px){
table.table_list_gaiyou th, table.table_list_gaiyou td {
padding: 5px 5px;
}
	
table.table_list_gaiyou th {
background-color: #F5F5F5;
width: 25%;
font-weight: 500;
}	
	
	
}


/** よくある質問
*******************/

dl.faq {
clear: both;
margin: 0;
padding: 0;
line-height: 130%;
}
dl.faq dt {
margin: 0;
position: relative;
color: #C8F;
font-size: 120%;
padding: 5px;
padding-left: 40px;
border-bottom: 1px dotted #CCC;
margin-bottom: 10px;
}
dl.faq dt:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -40px;
	margin-top: 0;
  font-size: 150%;
  content: '\f059';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}

dl.faq dd {
margin: 0;
position: relative;
padding: 5px;
padding-left: 40px;
margin-bottom: 30px;
}
dl.faq dd:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -36px;
	margin-top: 0;
  font-size: 150%;
  content: '\f031';
  color: #C8F;
  font-family: "Font Awesome 5 Free";
}

@media screen and (max-width: 834px){
dl.faq {
font-size: 90%;
}
dl.faq dt {
padding: 5px;
padding-left: 25px;
margin-bottom: 10px;
}
dl.faq dt:before {
	margin-left: -25px;
	margin-top: 0;
  font-size: 130%;
}

dl.faq dd {
margin: 0;
position: relative;
padding: 5px;
padding-left: 25px;
margin-bottom: 20px;
}
dl.faq dd:before {
	margin-left: -25px;
	margin-top: 0;
  font-size: 130%;
}
}


/************************************
** 入学案内
************************************/

/* 学費について */

/* パソコンではタイル型で表示 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 834px){
/* スマホではスライダーで表示 */
  .slide-wrap {
	  max-width: 834px !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  margin-bottom: 20px;
  }
  .slide-box {
    flex: 0 0 70%;
  }
  .slide-wrap table {
	  table-layout: fixed !important;
	 min-width: 834px !important;
	  margin: 0;
	  padding: 0;
	  border: none;
	  background: none;
  }
  .slide-wrap table tr, .slide-wrap table td {
	  border: none;
	  margin: 0;
	  padding: 0;
  }
  .slide-wrap .sp_only img {
	display: block;
	width: 100%;
}
}

.mobile-scroll {width: 100%; overflow-x: scroll;}


.test {
overflow: auto; /* 横スクロールバーを表示 */
white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
}

.slide-wrap img {
	display: block;
	width: 100% !important;
}



ul.list_flow {
margin: 0;
padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: flex-start;
}
ul.list_flow li {
position: relative;
width: calc(100% / 4 - 20px);
border: 1px solid #C8F;
text-align: center;
padding: 16px 5px;
line-height: 150%;
min-height: 5em;
margin-right: 16px;

  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.list_flow li:nth-child(n + 5) {
margin-top: 16px;
}

ul.list_flow li:last-child {
margin-right: 0;
}

ul.list_flow li::after {
  position: absolute;
	top: 45%;
	right: -14px;
  content: ' ';
  width: 15px;
  height: 15px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
ul.list_flow li:last-child::after {
display: none;
}
ul.list_flow li p {
display: block;
margin: 0;
padding: 0;
  
}



/************************************
** フォーム
************************************/


table.form_table {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	border: none;
	background: none;
	overflow: hidden;
}
table.form_table tr, table.form_table th, table.form_table td {
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
table.form_table th, table.form_table td {
	text-align: left;
	padding: 15px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

table.form_table th {
	vertical-align: top;
	background-color: #F5F5F5;
	width: 25%;
	font-weight: 600;
}

table.form_table td {
	background-color: #FFF;
}

table.form_table .wpcf7-list-item {
	display: inline-block;
	margin-right: 15px;
	min-width: 15%;
}
@media screen and (max-width: 834px){
table.form_table {
	margin-bottom: 15px;
}
table.form_table th, table.form_table td {
display: block;
	width: auto;
	border: none;
}
table.form_table th {
padding: 5px 10px;
}
table.form_table td {
margin-bottom: 15px;
}
} 
 .hissu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #F00;
}
.nini {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	color: #FFF !important;
	background-color: #06F;
}
 
select,textarea,input[type="text"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 3px;
	width: auto;
}
select {
	display:inline-block !important;
	min-width: 80px;
	padding: 15px !important;
}

.input-mini { width:90px !important }
.input-small { width: 200px !important }
.input-medium { width: 70% !important }
.input-large { width: 80% !important }
.input-xlarge { width: 90% !important }
.input-xxlarge { width: 90% !important }

@media screen and (max-width: 834px){
.input-small { width: 50% !important }
.input-medium { width: 90% !important }
.input-large { width: 90% !important }
.input-xlarge { width: 90% !important }
}

.btn {
	display:inline-block !important;
	width: auto !important;
	padding: 10px 100px !important;
	font-size: 130%;
	margin: 5px;
	margin-bottom:0;
	color:#333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;border:1px solid #ccc;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.btn-primary{
	color:#fff !important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#369;
	background-image:-moz-linear-gradient(top,#F00,#900);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#F00),to(#900));
	background-image:-webkit-linear-gradient(top,#F00,#900);
	background-image:-o-linear-gradient(top,#F00,#900);
	background-image:linear-gradient(to bottom,#F00,#900);
	background-repeat:repeat-x;border-color:#F00 #900 #900;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F00',endColorstr='#900',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
@media only screen and (max-width: 834px) {
.btn {
	display:block !important;
	width: 100% !important;
	padding: 10px 0 !important;
	margin: 5px auto;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)

}
}



.box_online {
	display: block;
	margin: 5px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 30px;
}
.box_online h3, .box_online h4, .box_online h5 {
	line-height: 130%;
	margin-bottom: 5px;
	clear: none;
}
.box_online h3 {
	color: #06F;
}

.box_online h5 {
	color: #F60;
}

.box_online p {
	line-height: 130%;
}
.pic_online {
	max-width: 35% !important;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


@media screen and (max-width: 834px){
.box_online {
	padding: 15px;
}
.box_online h3, .box_online h4, .box_online h5 {
	clear: both;
}
.pic_online {
	max-width: 40% !important;
	float: right;
	margin-left: 10px;
}
}



/************************************
** ボックス
************************************/
.box_gray {
display: block;
padding: 24px 24px;
background-color: #F5F5F5;
margin-bottom: 16px;
}

.box_shadow {
display: block;
padding: 2% 3%;
background-color: #FFFFFF;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin-bottom: 16px;
}
@media screen and (max-width: 834px){
.box_gray {
padding: 16px 16px;
margin: 0 -16px;
margin-bottom: 16px;
}
.box_shadow {
padding: 16px;
margin: 0 -16px;
margin-bottom: 16px;
}
}
.box_gakuhi {
    padding: 1em 1.5em;
	margin-top: 10px!important;
    margin: 2em 0;
    background-color:#f3f3fb;/*背景色*/
    border:1px solid #cda7fb;/*枠線*/
    color:#000000;/*文字色*/
}
.box_gakuhi p {
    margin: 0; 
    padding: 0;
}

.box_gakuhi002 {
    padding: 16px;
    margin: 0;
    background-color:#fff;/*背景色*/
    border:1px solid #0387db;/*枠線*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
    color:#000000;/*文字色*/
}
.box_gakuhi002 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 834px){
.box_gakuhi002 {
padding: 16px 16px;
margin: 0 -16px;
margin-bottom: 16px;
}
}
/************************************
** liststyle
************************************/
ul.list_kome {
	margin: 0;
	padding: 0;
}
ul.list_kome li {
	position: relative;
	list-style: none;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
}
ul.list_kome li:before {
	content: "※";
	display: block;
	float: left;
	margin-left: -20px;
}

ul.list_check {
margin: 0;
padding: 0;
}
ul.list_check li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
}
ul.list_check li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f14a';
  color: #191;
  font-family: "Font Awesome 5 Free";
}




ul.list_check002 {
margin: 0;
padding: 0;
margin-top: 5px;	
}
ul.list_check002 li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
	color: #4c494f;
}
ul.list_check002 li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f14a';
  color: #6d0dd0;
  font-family: "Font Awesome 5 Free";
}



ul.list_double, ul.list_triple,
ul.list_pic_double, ul.list_pic_triple {
position: relative;
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}
ul.list_triple::after, ul.list_pic_triple::after {
content: "";
display: block;
	width: calc(100% / 3 - 8px);
}
ul.list_double li, ul.list_pic_double li {
	display: block;
	list-style: none;
	line-height: 130%;
	width: calc(100% / 2 - 8px);
	margin: 0;
	padding: 0;
}
ul.list_double li:nth-child(n + 3), ul.list_double li:nth-child(n + 3) {
margin-top: 16px;
}


ul.list_triple li, ul.list_pic_triple li {
  display: flex;
  flex-direction: column;
list-style: none;
	margin: 0;
	width: calc(100% / 3 - 8px);
	padding: 0;
}
ul.list_triple li:nth-child(n + 4), ul.list_pic_triple li:nth-child(n + 4) {
margin-top: 16px;
}

ul.list_triple li .bt_kuwashiku {
margin-top: auto;
padding-left: 16px;
padding-bottom: 16px;
}


ul.list_double li .inner, ul.list_triple li .inner {
padding: 16px;
}
@media screen and (max-width: 834px){
ul.list_double, ul.list_triple {
display: block;
}
ul.list_double li, ul.list_triple li {
display: block;
width: auto;
}
ul.list_double li:nth-child(n + 2), ul.list_pic_double li:nth-child(n + 2) {
margin-top: 16px;
}
ul.list_triple li:nth-child(n + 2), ul.list_triple li:nth-child(n + 2) {
margin-top: 16px;
}

ul.list_triple::after, ul.list_pic_triple::after {
display: none;
}
}


ul.list_fourth {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_fourth li {
	display: inline-block;
	list-style: none;
	line-height: 130%;
	width: 23%;
	margin: 0;
	margin-right: 2.5%;
	margin-bottom: 20px;
	padding: 0;
}
ul.list_fourth li:nth-child(4n), ul.list_fourth li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 834px){
ul.list_fourth li {
	width: 47.5%;
	margin: 0;
	margin-right: 5%;
	padding: 0;
}
ul.list_fourth li:nth-child(even), ul.list_fourth li:last-child {
	margin-right: 0;
}
}


/************************************
** ボタン
************************************/

.bt_center {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.bt_center:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0.70;
}



.bt_top, .bt_top_product {
	display: inline-block;
}
.bt_top a {
	position: relative;
	display: block;
	border: 2px solid #C8F;
	background-color: #FFF;
	padding: 8px 30px;
	padding-right: 50px;
	text-decoration: none;
	color: #C8F;
}
.bt_top a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C8F;
  border-right: 2px solid #C8F;
  transform: rotate(45deg);
  margin-top: -5px;
}
.bt_top a:hover {
	color: #FFF;
	border: 2px solid #FFF;
	background-color: #C8F;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bt_top a:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bt_top_product a {
	position: relative;
	display: block;
	border: 2px solid #FFF;
	background-color: #F00;
	padding: 8px 30px;
	padding-right: 50px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt_top_product a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin-top: -5px;
}
.bt_top_product a:hover {
	color: #090;
	border: 2px solid #F00;
	background-color: #FFF;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bt_top_product a:hover::after {
  border-top: 2px solid #F00;
  border-right: 2px solid #F00;
  right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bt_pdf {
display: inline-block;
margin: 5px;
}
.bt_pdf a {
display: block;
padding: 10px 20px;
padding-left: 50px;
border: 1px solid #999;
background-color: #FFF;
color: #000;
	background-image: url("../../uploads/2021/03/icon_pdf.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.bt_pdf a:hover {
text-decoration: none;
background-color: #F5F5F5;
	box-shadow: -2px -2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


/************************************
** flex
************************************/
.flex_double, .flex_triple {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.flex_triple::after {
content: "";
display: block;
width: calc(100% / 3 - 8px);
}
.flex_flex_triple_box {
display: block;
width: calc(100% / 3 - 8px);
}
.flex_double_txt, .flex_double_pic {
display: block;
width: 48%;
}

.flex_double_txt60 {
display: block;
width: 60%;
}

.flex_double_txt40 {
display: block;
width: 38%;
}



@media only screen and (max-width: 834px) {
.flex_double, .flex_triple {
display: block;
}
.flex_double_txt, .flex_double_pic {
width: auto;
}
.flex_flex_triple_box {
width: auto;
}
.flex_flex_triple_box:nth-child(n + 2) {
margin-top: 16px;
}
.flex_double_pic {
margin-bottom: 16px;
}
.flex_double_txt60 {
display: block;
width: auto;
}

.flex_double_txt40 {
display: block;
margin: 0 auto;
margin-bottom: 16px;
width: 75%;
}
}

.column-wrap {
padding-bottom: 0;
margin-bottom: 0;
}

.column-left,
.column-right {
padding-bottom: 0;
margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
.column-wrap {
padding-bottom: 0 !important;
margin-bottom: 16px !important;
}
.column-right {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.column-left {
margin-bottom: 16px !important;
}
}

/************************************
** table
************************************/
table.table_double, 
table.table_double_left,
table.table_double_leftover {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
table.table_double tr, table.table_double th, table.table_double td,
table.table_double_leftover tr, table.table_double_leftover th, table.table_double_leftover td,
table.table_double_left tr, table.table_double_left th, table.table_double_left td {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
table.table_double td:nth-child(odd) {
	padding-right: 3%;
}
table.table_double td:nth-child(even) {
	padding-left: 3%;
}
table.table_double_leftover td:nth-child(odd) {
width: 65%;
	padding-right: 3%;
}
table.table_double_leftover td:nth-child(even) {
	padding-left: 3%;
}
table.table_double_left td:nth-child(1) {
	display: none;
}
table.table_double_left td:nth-child(2) {
	padding-right: 3%;
}
table.table_double_left td:nth-child(3) {
	padding-left: 3%;
}

table.table_double td.w60 {
width: 60%;
}
table.table_triple td.w60 {
width: 60%;
}
table.table_triple td.w50 {
width: 50%;
}
table.table_double td.w75 {
width: 75%;
}

@media only screen and (max-width: 834px) {
table.table_double td,
table.table_double_leftover td {
	display: block;
	margin-bottom: 15px;
}
table.table_double td:nth-child(odd),
table.table_double_leftover td:nth-child(odd) {
	padding-right: 0;
}
table.table_double_leftover td:nth-child(odd) {
width: auto;
}
table.table_double td:nth-child(even),
table.table_double_leftover td:nth-child(even) {
	padding-left: 0;
}
table.table_double_left td {
	display: block;
	margin-bottom: 15px;
}
table.table_double_left td:nth-child(1) {
	display: block;
}
table.table_double_left td:nth-child(2) {
	padding-right: 0;
}
table.table_double_left td:nth-child(3) {
	display: none;
}
table.table_double td.w60, table.table_double td.w75,
table.table_triple td.w60, table.table_triple td.w75,
table.table_triple td.w50 {
width: auto;
}
}

table.table_triple {
	padding: 0;
	margin: 0;
	table-layout: fixed;
	width: 100%;
	border: none;
	background: none;
}
table.table_triple tr, table.table_triple th, table.table_triple td {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	vertical-align: top;
}
table.table_double_left th, table.table_double_left td {
	vertical-align: top;
}
table.table_triple td {
	padding: 0 1.5%;
	margin: 0;
	border: none;
	background: none;
}
table.table_triple td .inner {
	padding: 2%;
}


table.top_triple {
	table-layout: fixed;
	width: 100%;
}
table.top_triple tr, table.top_triple th, table.top_triple td {
	border: none;
	vertical-align: top;
}
table.top_triple td {
	margin: 0;
	padding: 0 0.75%;
}
table.top_triple td a {
	display: block;
}
@media only screen and (max-width: 834px) {
table.table_triple td {
	display: block;
	padding: 0;
	margin-bottom: 15px;
	vertical-align: top;
}
table.top_triple td {
	display: block;
	padding: 0;
	margin-bottom: 15px;
	vertical-align: top;
}
}

/************************************
** iframe
************************************/
.youtube {
	position: relative;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
  overflow: hidden;
	
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.googlemap {
	position: relative;
	display: block;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/************************************
** イメージ
************************************/

.pic_right_page {
	float: right;
	display: inline-block;
	max-width: 43%;
	margin-left: 5%;
}
.pic_right_page img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.pic_right_page30 {
	float: right;
	display: inline-block;
	max-width: 30%;
	margin-left: 5%;
}
.pic_right_page30 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 834px) {
.pic_right_page {
	float: none;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.pic_right_page30 {
	margin-left: 1.5%;
	max-width: 50%;
}
}

.imagecenter00 {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.imagecenter00_sp50 {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.imagecenter00_sp75 {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 834px) {
.imagecenter00_sp50 {
	display: block;
	margin: 0 auto;
	max-width: 50%;
}
.imagecenter00_sp75 {
	display: block;
	margin: 0 auto;
	max-width: 75%;
}
}

.imagecenter80 {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
.imagecenter_full {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.imagecenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
}
.imageleft, .imageleft_pc {
	float: left;
	margin-bottom: 20px;
	margin-right: 50px;
	max-width: 45%;
}
.imageright, .imageright_pc {
	float: right;
	margin-bottom: 20px;
	margin-left: 50px;
	max-width: 45%;
}

@media only screen and (max-width: 834px) {
 .imageleft_pc, .imageright_pc {
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}
.imageleft {
	margin-bottom: 10px;
	margin-right: 15px;
}
.imageright {
	max-width: 55%;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imagecenter80 {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
}


.pic_triple {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #CCC;
}
.pic_triple img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}


/************************************
** ボタン
************************************/

.bn_center {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
a .bn_center {
	display: block;
}
a:hover .bn_center  {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	opacity:0.70;
	background-color: #F00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bt_more, .bt_more_wh {
font-weight: 600;
	display: inline-block;
    font-family:Frank Ruhl Libre, serif;
}
.bt_more a, .bt_more_wh a {
position: relative;
	display: block;
	padding: 15px 80px;
	color: #FFF;
	background-color: #C8F;
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.bt_more_wh a {
    font-family:Frank Ruhl Libre, serif;
	color: #C8F;
	background-color: #FFF;
}
.bt_more a:after, .bt_more_wh a:after {
	content: "→";
	position: absolute;
	right: 15%;
	top: 30%;
}
.bt_more a:hover, .bt_more_wh a:hover {
	box-shadow: -1px -1px 5px rgba(0,0,0,0.5);
	background-color: #C8F;
	color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bt_more a:hover:after, .bt_more_wh a:hover:after {
	right: 5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
.bt_more, .bt_more_wh {
	display: block;
	margin: 0 30%;
}
.bt_more a, .bt_more_wh a {
	padding: 10px;
}
}

.bt_news_more, .bt_interview_more {
    font-family:Frank Ruhl Libre, serif;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.bt_news_more a  {
position: relative;
	display: block;
	padding: 10px 40px;
	color: #FFF;
	background-color: #000;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.bt_interview_more a  {
position: relative;
	display: block;
	padding: 5px 20px;
	color: #FFF;
	background-color: #C8F;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.bt_news_more a:hover {
	box-shadow: -1px -1px 5px rgba(0,0,0,0.5);
	background-color: #555;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bt_interview_more a:hover {
	box-shadow: -1px -1px 5px rgba(0,0,0,0.5);
	background-color: #F60;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 834px) {
.bt_news_more a, .bt_interview_more a {
	padding: 5px 20px;
	font-size: 90%;
}
}

.bt_otameshi {
	display: inline-block;
}
.bt_otameshi a {
	display: block;
	padding: 30px;
	color: #FFF;
	background-color: #F53;
	font-family: "MS Serif", "New York", serif;
	font-size: 180%;
	line-height: 130%;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.bt_otameshi a:after {
	content: "　>";
}

.bt_otameshi a:hover {
	box-shadow: -1px -1px 5px rgba(0,0,0,0.5);
	background-color: #F00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
.bt_otameshi {
	display: block;
}
.bt_otameshi a {
	padding: 15px;
	color: #FFF;
	font-size: 130%;
	line-height: 120%;
}
}

.bt_youtube {
	display: inline-block;
	margin: 10px;
}
.bt_youtube a {
	display: block;
	padding: 10px 20px;
	background-color: #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	color: #FFF;
	background-image: url(../../uploads/2020/11/icon_youtube.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	padding-left: 50px;
}
.bt_youtube a:hover {
	box-shadow: -2px -2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/************************************
** 個別
************************************/

.normal {
font-weight: 400 !important;
}
.bold {
font-weight: 600 !important;
}
.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.f200 {
	font-size: 200%;
}

.f10 {
	font-size: 10px;
	line-height: 110%;
}
.f50 {
	font-size: 50px;
}

.t_center {
	text-align: center !important;
}
.t_center_pc {
	text-align: center;
}

.purple {
	color: #4a1086 !important;
}

.mb001 {
	margin-bottom:30px;
}


@media only screen and (max-width: 834px) {
.t_center_pc {
	text-align: left;
}
}

.right {
float: right;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}




/* 映画「子どもたちをよろしく」 */
h4.title_cinema {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	 font-size: 160%;
	 color: #06F;
}
table.table_cinema {
	table-layout: auto;
	width: 100%;
	border: none;
	background: none;
	background-color: #FFF;
}
table.table_cinema th, table.table_cinema td {
	border-collapse: collapse;
	border: none;
	background: none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin: 0;
	padding: 10px 15px;
	vertical-align: top;
	line-height: 150%;
}
table.table_cinema th {
	font-weight: bold;
	text-align: left;
	width: 15%;
	color: #06F;
}
table.table_cinema h5 {
	margin: 0;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding: 0;
	font-size: 150%;
	font-weight: normal;
	color: #F60;
}
table.table_cinema h6 {
	margin: 0;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding: 0;
	font-size: 130%;
}
@media only screen and (max-width: 834px) {
table.table_cinema {
	padding: 15px;
}
h4.title_cinema {
	 font-size: 140%;
}
table.table_cinema th, table.table_cinema td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 10px 15px;
	vertical-align: top;
	line-height: 150%;
}
table.table_cinema th {
	width: 20%;
	padding: 5px 10px;
	background-color: #EEE;
}
table.table_cinema h5 {
	font-size: 130%;
}
table.table_cinema h6 {
	font-size: 120%;
}
}

table.table_hojokin {
	table-layout: fixed;
	width: 100%;
	background-color: #FFF;
}
table.table_hojokin th, table.table_hojokin td {
	border-collapse: collapse;
	margin: 0;
	padding: 5px;
	line-height: 150%;
}
table.table_hojokin th {
	width: 15%;
}
 table.table_hojokin td.boldline {
	 border: 5px solid #06F;
}
@media only screen and (max-width: 834px) {
table.table_hojokin {
	display: table;
	table-layout: fixed !important;
	width: 100% !important;
}
table.table_hojokin th, table.table_hojokin td {
	display: table-cell;
	font-size: 85%;
	width: auto !important;
	vertical-align: bottom !important;
}
}





.courses_box001 {
	position: relative;
    background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
    color: #4a1086;
    margin: 2em 0;
    padding: 16px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.courses_box001:before {
 position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #555555; /*クリップ色 */
 background: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #999;
 transform: rotate(10deg);
 z-index: 1;
}
.courses_box002 {
    background-color: #ebd8fe;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ebd8fe;
    color: #000;
    margin: 2em 0;
    padding: 2em;
}

@media only screen and (max-width: 834px) {
.courses_box001 {
    margin: 16px -16px;
    padding: 16px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.courses_box002 {
    margin: 16px -16px;
    padding: 16px;
}
}


ul.list_shougakukin_flex {
position: relative;
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}
ul.list_shougakukin_flex::after {
content: "";
display: block;
	width: calc(100% / 5 - 8px);
}
ul.list_shougakukin_flex li {
	position: relative;
	display: inline-block;
	line-height: 130%;
	width: calc(100% / 5 - 8px);
	margin: 0;
	padding: 16px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-collapse: collapse;
}
ul.list_shougakukin_flex li:nth-child(n + 6) {
margin-top: 16px;
}

@media only screen and (max-width: 1280px) {
ul.list_shougakukin_flex::after {
content: "";
display: block;
	width: calc(100% / 4 - 8px);
}
ul.list_shougakukin_flex li {
	width: calc(100% / 4 - 8px);
}
ul.list_shougakukin_flex li:nth-child(n + 5) {
margin-top: 16px;
}
}

@media only screen and (max-width: 834px) {
ul.list_shougakukin_flex::after {
content: "";
display: block;
	width: calc(100% / 3 - 8px);
}
ul.list_shougakukin_flex li {
	width: calc(100% / 3 - 8px);
}
ul.list_shougakukin_flex li:nth-child(n + 4) {
margin-top: 16px;
}
}
@media only screen and (max-width: 640px) {
ul.list_shougakukin_flex::after {
content: "";
display: block;
	width: calc(100% / 2 - 8px);
}
ul.list_shougakukin_flex li {
	width: calc(100% / 2 - 8px);
	padding: 8px;
}
ul.list_shougakukin_flex li:nth-child(n + 3) {
margin-top: 16px;
}
}




ul.list_shougakukin_flex li h5 {
font-size: 100%;
margin-bottom: 8px;
color: #08C;
}
ul.list_shougakukin_flex li p {
font-size: 90%;
margin-bottom: 0;
}

.list_shougakukin_pic {
position: relative;
display: block;
height: 0;
padding-bottom: 58%;
overflow: hidden;
margin-bottom: 16px;
background-color: #F5F5F5;
}
.list_shougakukin_pic img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}




ul.list_courses {
	margin: 20px 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_courses li {
	position: relative;
	display: inline-block;
	line-height: 130%;
	width: 31.5%;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 20px 1.5%;
	padding-bottom: 10px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-collapse: collapse;
}
ul.list_courses li:nth-child(3n), ul.list_courses li:last-child {
	margin-right: 0;
}
ul.list_courses li h4, ul.list_courses li h4 a {
font-weight: 600;
font-size: 150%;
text-decoration: none;
color: #C8F;
margin: 0;
line-height: 160%;
text-align: center;
}
ul.list_courses li h5, ul.list_courses li h5 a {
font-weight: 600;
font-size: 100%;
text-decoration: none;
color: #C8F;
margin: 0;
line-height: 150%;
text-align: center;
}

ul.list_courses li :before {
  content: "PICK UP";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 45px;
  line-height: 35px;
  margin: 0;
  padding: 15px 0 0 0;
  border-radius: 50%;
  background: #bd70e1; 
  background-image: radial-gradient(#fff 10%, transparent 10%), radial-gradient(#fff 10%, transparent 10%); 
  background-size: 10px 10px; 
  color: #fff;
  font-size: 10px;
  text-align: center;
  z-index: 1;
}


ul.list_courses li h3{
  display: block;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  line-height: 130%;
  font-size: 120%;
}



@media screen and (max-width: 834px){
ul.list_courses {
	margin: 0 auto;
	margin: 20px 0;
	padding: 0;
display: block;
width: 100%;
}
ul.list_courses li {
display: block;
width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 15px 15px;
}
ul.list_courses li h5, ul.list_courses li h5 a {
font-size: 90%;
}
}
ul.list_courses li h5 a:hover {
text-decoration: underline;
color: #C8F;
}

.list_pic_courses {
position: relative;
display: block;
border: 1px solid #999;
height: 0;
padding-bottom: 45%;
overflow: hidden;
margin-bottom: 15px;
background-color: #F5F5F5;
}
.list_pic_courses img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_courses a img {
display: block;
}
	
.list_pic_courses a:hover img {
	object-fit: cover;
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


.image_title_grobal {
display: block;
max-width: 75%;
}

@media screen and (max-width: 834px){
.image_title_grobal {
display: block;
max-width: 100%;
}
}



/************************************
** 時間講師 募集（登録制）
************************************/

.content_txt {
padding: 0 0.5em;
margin-bottom: 50px;
}

h3.title_boshuu {
font-size: 180%;
text-align: center;
	margin-bottom: 30px;
font-weight: 600;
letter-spacing: 0.1em;

}
@media screen and (max-width: 834px){
h3.title_boshuu {
font-size: 140%;
	margin-bottom: 20px;

}
}




table.table_boshuu {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
}

table.table_boshuu tr, table.table_boshuu th, table.table_boshuu td {
margin: 0;
padding: 0;
background: none;
border-left: none;
border-right: none;
}
table.table_boshuu th, table.table_boshuu td {
	text-align: left;
	padding: 15px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
table.table_boshuu th {
	vertical-align: top;
	background-color: #F5F5F5;
	width: 25%;
	font-weight: 600;
}
table.table_boshuu td {
	background-color: #FFF;
}
@media screen and (max-width: 834px){
table.table_boshuu th, table.table_boshuu td {
display: block;
	width: auto;
	border: none;
}
table.table_boshuu th {
padding: 5px 10px;
}
table.table_boshuu td {
margin-bottom: 15px;
}
}

ul.wrap_recruit_flow {
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
}

ul.wrap_recruit_flow li {
position: relative;
display: inline-block;
list-style: none;
  width : calc(100% / 6 - 1.5em) ;
	text-align: center;
background-color: #F5F5F5;
border: 3px solid #CCC;
padding: 0.5em;
white-space: nowrap;
}
ul.wrap_recruit_flow li:last-child {
color: #FFF;
background-color: #555;
border: 3px solid #999;
padding: 0.5em;
}
ul.wrap_recruit_flow li:after {
position: absolute;
right: -1.5em;
top: 20%;
  content: '\f105';
  color: #555;
  z-index: 2;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
ul.wrap_recruit_flow li:last-child::after {
  content: '';
}

@media screen and (max-width: 834px){
ul.wrap_recruit_flow {
margin: 0;
padding: 0;
display: block;
}

ul.wrap_recruit_flow li {
display: block;
width: auto;
margin-bottom: 20px;
}
ul.wrap_recruit_flow li:after {
  transform: translateX(-50%);
  left: 50%;
right: inherit;
top:  calc(100% + 0.02em) ;
  content: '\f107';
}
}


table.table_oubosaki {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
}

table.table_oubosaki tr, table.table_oubosaki th, table.table_oubosaki td {
margin: 0;
padding: 0;
background: none;
border-left: none;
border-right: none;
}
table.table_oubosaki th, table.table_oubosaki td {
padding: 0.5em 1.5em;
border: 1px solid #CCC;
line-height: 150%;
}
table.table_oubosaki th {
background-color: #F5F5F5;
}


table.table_oubosaki h4 {
font-size: 110%;
margin-bottom: 0;
font-weight: 600;
}
table.table_oubosaki h5 {
font-size: 110%;
margin: 0;
font-weight: 600;
}

p.txt_tablescroll {
display: none;
}

@media only screen and (max-width: 834px) {

.table_spwaku {
overflow-x: scroll;
margin-bottom: 10px;
}
table.table_oubosaki th {
display: none;
}
table.table_oubosaki td {
display: block;
border: none;
border-bottom: 1px dotted #CCC;
}
table.table_oubosaki h4 {
padding: 0.5em;
margin-top: 10px;
margin-bottom: 10px;
margin-left: -1em;
margin-right: -1em;
background-color: #F5F5F5;
}

p.txt_tablescroll {
display: block;
}
p.txt_tablescroll i {
font-weight: 900;
color: #c73743;
margin-right: 10px;
}

.table_spwaku table.table_oubosaki {
min-width: 1080px;
margin-bottom: 20px;
white-space: nowrap;
}

}


.cc_grid_3_2 {
display: grid;
grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.cc_grid_3_2_box {
    grid-column: span 4 / span 4;
}
.cc_grid_3_2_pic {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}

.cc_grid_3_2_txt {
    grid-column: span 8 / span 8;
}
.cc_grid_3_2_30 {
    grid-column: span 4 / span 4;
}
.cc_grid_3_2_70 {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
  
  
@media screen and (max-width: 834px){
.cc_grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 16px;
}

.cc_grid_3_2_box {
    grid-column: span 6 / span 6;
}
.cc_grid_3_2_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
}

.cc_grid_3_2_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}

.cc_grid_3_2_30 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
}
.cc_grid_3_2_70 {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}

}


