@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	overflow: hidden;
}

body.open {
	
}
.wrapper {
	height: 100%;
	display: flex;
	width: 100%;
	-webkit-align-items: stretch; /* Safari */
  align-items:         stretch;
}
main {
	display: flex;
	flex-grow: 1;
	position: relative;
	height: 100%;
}

.inner-content {
	padding: 3% 5%;
}

.f-web {

	font-family: 'Tenor Sans', sans-serif;

}

.red {
	color: red;
}

.u-p-xl {
    padding: 2rem 5rem !important;
}

#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}


.bg-light {
	background-color: #EBF6FF;
	background-image: url(../images/bg-light.png);
}

.bg-gray {
	background-color:#F2F2F2;
}

.bg-kousei {
	background-color: #1F437B;
	color:#FFF;
}
.bg-hiragishi {
	background-color: #8B6CAE;
	color:#FFF;
}
.bg-nishi {
	background-color: #F9BE00;
	color:#FFF;
}
.bg-hisyo {
	background-color: #009FDF;
	color:#FFF;
}
.bg-kitashiroishi {
	background-color: #EC6C00;
	color:#FFF;
}
.bg-makiba {
	background-color: #6EB92B;
	color:#FFF;
}
.bg-yuai {
	background-color: #E40077;
	color:#FFF;
}

.bg-sougou {
	background-color: #0067B5;
	color:#FFF;
}
.bg-pegasus {
	background-color: #F55A5A;
	color:#FFF;
}
.bg-orion {
	background-color: #EBA2DF;
	color:#FFF;
}
.bg-cassiopeia {
	background-color: #6fc2aa;
	color:#FFF;
}

.col-mainimg {
    flex-basis: auto;
    flex-grow: 1;
	height: 100%;
    overflow: hidden;
    position: relative;
}




.col-mainimg-logo {
}
.col-mainimg-logo img {
}

.col-content{
	flex-basis: 810px;
	position: relative;
	box-shadow: -70px 0 120px rgba(0, 0, 0, 0.15);
	background-color: rgba(255,255,255,0.7);
}

.sidebar-inquiry {
	background-image: url(../images/bg-sidebar-inquiry.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	flex-basis: 280px;
	min-width: 280px;
	overflow-y: auto;
}

.sidebar-inquiry h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.sidebar-inquiry h2::before {
	content: url(../images/icon-sidebar-inquiry.png);
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
#list-sidebar-inquiry::after {
	content: url(../images/img-sidebar-inquiry-mark.png);
	display: block;
	margin: 40px auto 0;
	text-align: center;
}

#list-sidebar-inquiry li {
	background-color: #fff;
	margin-bottom: 1px;
	position: relative;
	font-size: 14px;
}

#list-sidebar-inquiry > li:first-child {
	border-radius: 4px 4px 0 0;
}
#list-sidebar-inquiry > li:last-child {
	border-radius: 0 0 4px 4px;
}

#list-sidebar-inquiry li > a {
	display: block;
	padding: 0.5em 0.7em;
    line-height: 1;
}
#list-sidebar-inquiry li:hover > a {
	opacity: 0.8;
}
#list-sidebar-inquiry li > a img {
    line-height: 1;
    margin-right: 7px;
    width: 28px;
}




#list-sidebar-inquiry li > a img[src$="icon-pegasus.png"] {
    margin-bottom: 5px;
    margin-top: 5px;
}
.sidebar-tel {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
}

body.open .col-mainimg {
	display: none;
}


.bg-hover:hover {
	box-shadow:  30px 30px rgba(255,0,0,0.13);
}

.bg-texture {
	background-image: url(../images/bg-texture.png);
}

.u-mlr--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.u-mb-5 {
	margin-bottom: 5%;
}
.u-pb-5 {
	padding-bottom: 5%;
}

.u-p-5 {
	padding: 5%;
}


.flex-container {
  display: -webkit-inline-flex; /* Safari */
  display: inline-flex;
}
.flex-item {
  -webkit-flex-shrink: 2; /* Safari */
  flex-shrink:         2;
}

#nav-header {
}
.nav-header {
  background-image: -moz-linear-gradient( 0deg, rgb(0,104,182) 0%, rgb(0,104,182) 33%, rgba(0,107,182,0.50196) 69%, rgba(0,107,182,0.5) 70%, rgba(0,107,182,0.50196) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,104,182) 0%, rgb(0,104,182) 33%, rgba(0,107,182,0.50196) 69%, rgba(0,107,182,0.5) 70%, rgba(0,107,182,0.50196) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,104,182) 0%, rgb(0,104,182) 33%, rgba(0,107,182,0.50196) 69%, rgba(0,107,182,0.5) 70%, rgba(0,107,182,0.50196) 100%);

	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-right: 5%;
}

#head-logo {
	height: 40px
}
#head-logo::before {
    content: url("../images/mark.png");
    display: inline-block;
    margin: -25px 15px 10px;
    vertical-align: top;
}
#head-logo img {
	 margin-top: 11px;
}

.nav-header ul {
	float: right;
}

.nav-header li > a{
	padding: 10% 0;
	display: block;
	color: #FFF;
	font-size: 16px;
}

.nav-header li > a:after {
	content: " | ";
	padding-left: 0.5em;
}
.nav-header li:last-child > a:after {
	content: none;
}
.nav-footer {
	background-color: #fff;
}
.nav-footer .list-pages {
	padding: 5px;
}
.nav-footer .list-pages li {
	text-align: center;
	display: block;
	padding: 5px;
}
.nav-footer .list-groupsite {
	padding: 5px;
}

.nav-footer .list-groupsite li {
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
.nav-footer .list-groupsite img{
	display: block;
	margin: auto;
}
.nav-footer p.h4 {
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}

.title-content {
    padding: 2rem 5rem;
}
.title-content h1 {
	font-size: 5rem;
    margin-bottom: 2rem;
}
.title-content h2 {
    line-height: 1.6;
}
#home-main-slider {
	position: relative;
	height: 100%;
	 z-index: 0;
}
#home-main-slider .inner {
}

#home-main-slider .f-min {
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
#home-main-slider .bx-wrapper,
#home-main-slider .bx-viewport,
#home-main-slider .bx-slider,
#home-main-slider .bx-slider > section {
	height: 100% !important;
}
#home-main-slider .bx-slider > section {
	color: #FFF;
}

#mainimg-slide-1 {
	background-image: url(../images/img-mainimg-home-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	background-position: 50% 50%;
	width: 100%;
}

#mainimg-slide-2 {
	background-image: url(../images/img-mainimg-home-2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	background-position: 50% 50%;
	width: 100%;
}

#mainimg-slide-3 {
	background-image: url(../images/img-mainimg-home-3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	background-position: 50% 50%;
	width: 100%;
}

body.page-id-2 .col-mainimg {
	background-image: url(../images/img-mainimg-entrance.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 0% 50%;
}
body.post-type-archive-topics .col-mainimg {
	background-image: url("../images/img-main-topics.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
body.page-id-5 .col-mainimg {
}
body.page-id-14 .col-mainimg {
	background-image: url(../images/img-mainimg-feature.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
body.page-id-7 .col-mainimg {
	background-image: url(../images/img-mainimg-policy.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
body.page-id-9 .col-mainimg {
	background-image: url(../images/img-mainimg-onetime.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
body.page-id-16 .col-mainimg {
	background-image: url(../images/img-mainimg-inquiry.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
body.page-id-50 .col-mainimg {
	background-image: url(../images/img-mainimg-disclosure.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
body.single-topics .col-mainimg {
	background-image: url(../images/img-mainimg-single-topics.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

.home-main-slider-title {
    bottom: 100px;
    left: 60px;
    position: absolute;
}

#home-content-link img {
	margin-bottom: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

#home-list h3 {
	color: #0068b6;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

#home-list-table {
	font-size: 16px;
	border-color: #b7d1e3;
}
#home-list-table th ,
#home-list-table td {
	border-color: #b7d1e3;
	padding: 10px 15px;
}
#home-list-table thead {
	background-color: #ebebeb;
	text-align: center;
}

#home-list-table p {
	margin-bottom: 0;
}

#home-today-topics {
	
}
#home-today-topics a {
	text-decoration: underline;
}
#home-today-topics a::before {
	content: "● ";
}

#home-disclosure {
	border: 3px solid #0068b6;
}
#home-disclosure:hover {
	background-color: #0068b6;
}


#home-disclosure a {
	color: #0068b6;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
}
#home-disclosure h4 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#home-disclosure h4,
#home-disclosure p {
	margin: 0;
}
#home-disclosure:hover a {
	color: #FFF;
}



.article-page,
.article-single,
.nav-archive {
    padding-top: 100px;
}


.article-page > .inner,
.article-single > .inner,
.nav-archive > .inner {
	padding: 5rem !important;
}


.section-page {
	padding: 20px 0;
	border-top: 1px solid #EEE;
}
.section-page h2 {
    background-color: #3087d5;
    border-left: 10px solid #80c1e5;
    border-radius: 25px 0 0;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 16px 25px;
}
.section-page > h3 {
    background-color: #f6f6f6;
    border-left: 10px solid #0067b5;
    color: #0067b5;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.panel {
}
.panel-title {
	background-color: inherit !important;
}
.section-feature h3 {
	margin-bottom: 20px;
}
.section-feature h3::before {
}
.list-en-icon img {
	width: 32px;
}

.list-en-icon {
    border: 1px solid #cbc6bf;
    border-radius: 52px;
    margin-top: 20px;
    padding: 0.2em 1.3em;
    width: auto;
}


#list-hoikuen h3 {
	margin-top: 0;
}
#list-hoikuen h3 img {
	margin-right: 0.5em;
}
#list-hoikuen table td {
	padding: 3px 10px;
}

.bg-yakusho {
    background: #eaf6f8 none repeat scroll 0 0;
}

.bg-kodomoen {
    background: #f6edf6 none repeat scroll 0 0;
}


.table-entrance th {
    width: 9em;
}

#list-topics li {
	border-bottom: 1px solid #F0F0F0;
}
#list-topics li > a {
	padding: 10px;
}

#list-topics li > a > .h4{
	text-decoration: underline;
}
#list-disclosure a {
	text-decoration: underline;
}
#list-disclosure a[href$=".pdf"]:before {
	content: url(../images/icon-pdf.png);
	margin-right: 5px;
	vertical-align: text-top;
	text-decoration: none;
	float: left;
}

#entrance-notfound .inner {
	background-color: #fff;
    border: 5px solid #ccc;
    border-radius: 10px;
}

#entrance-notfound h3 {
	color: #666;
}

#entrance-notfound .glyphicon-question-sign {
    display: block;
    font-size: 40px;
    margin-bottom: 12px;
    margin-top: -8px;
	color: #CCC;
}
.list-page-nav {
	margin-bottom: 0;
}
.list-page-nav li {
	display: inline-block;
	width: 30%;
	margin: 1%;
}
body.page-id-9 .list-page-nav li {
    width: 47%;
}
.list-page-nav a {
    background-color: #fff;
    border-radius: 6px;
    display: block;
    padding: 8px;
    text-align: center;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.list-page-nav a:hover {
    background-color: #f0faff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18) inset;
}

#list-disclosure dt {
    background-color: #f6f6f6;
    border-left: 10px solid #0067b5;
    color: #0067b5;
    margin-bottom: 20px;
    padding: 10px 15px;
	margin-top: 2em !important;
}

#list-disclosure dt:first-child {
	margin-top: 0 !important;
}

#list-disclosure dt img {
    margin-right: 5px;
    vertical-align: sub;
    width: 20px;
}

#list-disclosure dd {
    margin-bottom: 10px;
}

#content-footer {
	
}


.section-poricy {
	margin-bottom: 40px;
}

.section-poricy h3 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.nav-footer img.pull-right {
    width: 210px;
}

#link-inquiry-sougou {
	background-color: #007dda;
	color: #FFF;
	text-align: center;
	padding: 10px;
	width: 100%;
	display: block;
}

#list-map .firstHeading {
    font-size: 14px;
    margin: 0;
	font-weight: bold;
}

#list-map  {
	width:100%;
	height: 100%;
}


@media (max-width:1920px) {
	
	.col-content {
		flex-basis: 640px ;
	}
	
}

@media (max-width:1440px) {
	
	main {
		display: block;
		overflow-y:auto;
		flex-grow: 1;

	}

	.col-mainimg {
		height: 800px;
		flex-grow: 0;

	}
	body.page-id-5 .col-mainimg {
		height: 680px;
		flex-grow: 0;

	}
	.sidebar-inquiry {
		flex-basis: 420px;
	}
	
	.col-content {
		flex-grow:1;
		width: 100%;
	}

	.article-page {
		padding-top: 0;
		background-color: rgba(255,255,255,0.1);
	}

	.article-page,
	.article-single,
	.nav-archive {
		padding-top: 30px;
	}
	.article-home {
		padding-top: 20px;
	}
	
	.nav-header ul {
		float: left;
		margin-left: 140px;
		font-size: 14px;
	}
	
	
	.col-mainimg {
		background-position: 50% 50% ;
		box-shadow:inset 0 -13rem 13rem -4rem rgba(255,255,255,1);
		margin-bottom: -13rem;
	}

	body.page-id-5 .col-mainimg,
	body.home .col-mainimg {
		margin-bottom: 0;
	}

	.col-content {
		 box-shadow: none;
	}

	body.page-id-9 .col-mainimg {
		background-position: 50% 20% ;
	}
	
	
}

