@charset "UTF-8";

/*==================================================
  base layout
==================================================*/

body {
	background: url(../img/patterns_01.png) center top;
}
header .inner {
	text-align: center;
	width: 100%;
	height: 100px;
	padding: 10px 0 0;
	box-sizing: border-box;
	background-color: #1E7EC7;
}

#container {
	position: relative;
	width: 1000px;
	padding: 30px 20px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}

#main {
	float: left;
	width: 740px;
}

#sub {
	float: right;
	width: 200px;
}
#sub ul.banner { margin-bottom: 30px;}
#sub ul.banner li {	 margin-bottom: 10px;}
#sub h2 {
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	padding: 8px 0;
	background-color: #1e7ec7;
}
#sub h2.nav02 { background-color: #f87924;}
#sub h2.nav03 { background-color: #36b24c;}
#sub h2.nav05 { background-color: #ff5963;}
#sub h2.nav04 { margin-bottom: 10px;}
#sub ul.nav01,#sub ul.nav02,#sub ul.nav03,#sub ul.nav05 { margin-bottom: 30px;}
#sub ul.nav01 li { border-bottom: 1px solid #1e7ec7;}
#sub ul.nav02 li { border-bottom: 1px solid #f87924;}
#sub ul.nav03 li { border-bottom: 1px solid #36b24c;}
#sub ul.nav05 li { border-bottom: 1px solid #ff5963;}
#sub ul.nav01 li a,
#sub ul.nav02 li a,
#sub ul.nav03 li a,
#sub ul.nav04 li a,
#sub ul.nav05 li a {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1em;
	padding: 10px 25px 10px 15px;
	box-sizing: border-box;
}
#sub ul.nav01 li a { color: #1e7ec7;}
#sub ul.nav02 li a { color: #f87924;}
#sub ul.nav03 li a { color: #36b24c;}
#sub ul.nav05 li a { color: #ff5963;}
#sub ul.nav04 li a { padding-top: 5px; padding-bottom: 5px;}
#sub ul.nav01 li a::after,
#sub ul.nav02 li a::after,
#sub ul.nav03 li a::after,
#sub ul.nav05 li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: 14px;
	margin: -7px 0 0;
	background: url(../img/arrow_b.png) no-repeat right center;
	background-size: 16px 14px;
}
#sub ul.nav02 li a::after {	background-image: url(../img/arrow_o.png);}
#sub ul.nav03 li a::after {	background-image: url(../img/arrow_g.png);}
#sub ul.nav05 li a::after {	background-image: url(../img/arrow_p.png);}
#sub ul.nav01 li a:hover { background-color: #D2E7F7;}
#sub ul.nav02 li a:hover { background-color: #FFE6D6;}
#sub ul.nav03 li a:hover { background-color: #dcf8e1;}
#sub ul.nav05 li a:hover { background-color: #fcc9cc;}

#sub #kaiho {
	margin-bottom: 30px;
}
#sub #kaiho ul {
	padding: 15px 0;
	border: 1px solid #1e7ec7;
}
#sub #kaiho li {
	font-size: 12px;
	text-align: center;
}
#sub #kaiho li img {
	display: block;
	width: 80%;
	max-width: 160px;
	height: auto;
	margin: 0 auto 5px;
}
#sub #kaiho .bottom {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #1e7ec7;
}
#sub #kaiho .bottom a {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size: 12px;
	padding-right: 20px;
	background: url(../img/sankaku.png) no-repeat right center;
}

footer {
	color: #fff;
	width: 100%;
	padding-bottom: 20px;
	background-color: #1e7ec7;
}
footer .inner {
	position: relative;
	width: 1000px;
	padding: 30px 15px 10px; 
	margin: 0 auto;
	box-sizing: border-box;
}
footer h2,footer p,footer a { color: #fff;}
footer h2 { font-size: 14px; line-height: 1em; margin-bottom: 10px;
}
footer p { font-size: 12px;}
footer a { color: #fff;}
footer a:hover { opacity: 0.7;}

#inq {
    position: absolute;
    right: 15px;
    top: 20px;
}
#inq a {
    display: block;
    color: #fff;
    line-height: 1em;
    height: 1em;
}
#inq a img {
    vertical-align: bottom;
    margin-right: 3px;
}

#totop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 160px;
}
#totop a {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 20px; 
	background-color: #1e7ec7;
}
#totop a:hover { background-color: #081B56;}


@media screen and (max-width: 1000px) {
#container { width: 100%;}

#main {
	float: none;
	width: 740px;
	margin: 0 auto;
}

#sub {
	float: none;
	width: 740px;
	margin: 0 auto;
}
#sub ul.banner li {
	float: left;
	min-height: 70px;
	padding-right: 20px;
	margin-bottom: 10px;
}

footer .inner {
	width: 740px;
	padding: 30px 0 10px; 
	margin: 0 auto;
}
}
@media screen and (max-width: 740px) {
header .inner {
	height: 45px;
	padding: 5px 0 0;
}
h1 img {
	width: 300px;
	height: auto;
}

#container { padding: 15px 0;}
#main { width: 100%;}
#sub {
	width: 100%;
	padding-top: 30px;
}
#sub ul.banner {
	width: 200px;
	margin: 0 auto 20px;
}
#sub ul.banner li {
	float: none;
	min-height: auto;
	padding-right: 0;
}

footer { padding-bottom: 10px;}
footer .inner {
	width: 100%;
	padding: 15px 15px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}	
footer h2 { font-size: 12px;}
footer p { font-size: 10px;}

#inq {
	top: auto;
	bottom: 15px;
}

#totop { bottom: 80px;}
}


/*==================================================
  Top Page
==================================================*/

#slider {
	width: 100%;
	min-height: 200px;
	margin-bottom: 35px;
}
#slider img {
	max-width: 100%;
	height: auto;
}
#slider p {
	position: absolute;
}

.newsBox,.kaiho { margin-bottom: 30px;}
.newsBox h2,
.kaiho h2,
.alumniWrap h2 {
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 15px;
}
.newsBox h2,.kaiho h2 { position: relative;}
.newsBox h2 a,.kaiho h2 a {
	position: absolute;
	right: 10px;
	color: #fff;
	font-size: 12px;
	padding-right: 20px;
	background: url(../img/sankaku.png) no-repeat right center;
}
.newsBox h2 a:hover,
.kaiho h2 a:hover { opacity: 0.7;}

.newsBox ul { padding: 10px 15px;}
.newsBox ul li { font-size: 14px;}
.newsBox.type01,.kaiho { border: 1px solid #1e7ec7;}
.newsBox.type01 h2,
.kaiho h2,
.alumniWrap h2 { background-color: #1e7ec7;}
.newsBox.type02 { border: 1px solid #f87924;}
.newsBox.type02 h2 { background-color: #f87924;}
.newsBox.type03 { border: 1px solid #990033;}
.newsBox.type03 h2 { background-color: #990033;}
.newsBox.type04 { border: 1px solid #36b24c;} 
.newsBox.type04 h2 { background-color: #36b24c;}
.newsBox.type05 { border: 1px solid #ff5963;} 
.newsBox.type05 h2 { background-color: #ff5963;}


.newsBox.imgBox ul { padding-bottom: 0;}
.newsBox.imgBox li {
	width: 50%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.newsBox.imgBox li:nth-of-type(2n+1) { padding-right: 5px;}
.newsBox.imgBox li:nth-of-type(2n) { padding-left: 5px;}

.newsBox.imgBox li a {display: block; height: 65px;}
.newsBox.imgBox li a span.title {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}
.newsBox.imgBox li a span.date { font-size: 11px;}
.newsBox.imgBox li .text {
    line-height: 1em;
	width: 239px;
	padding-left: 10px;
}

.newsBox.imgBox li .img {
	position: relative;
	width: 100px;
	height: 60px;
	overflow: hidden;
}
.newsBox.imgBox li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: auto;
}


.new em {
    display: inline-block;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    vertical-align: 1px;
    font-weight: bold;
    font-style: normal;
    padding: 3px 4px;
    margin: 0 3px 0 5px;
    background-color: #da2a00;
}

.fixnews a {
	color: #f00 !important;
}

.kaiho ul { 
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 20px 34px;
}
.kaiho ul li {
	/*float: left;*/
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	width: 142px;
	padding-right: 34px;
	margin-bottom: 15px;
}
.kaiho ul li p {
  margin: 0;
}
.kaiho ul li p a {
  display: block;
}
.kaiho ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
	

.alumniWrap { margin-bottom: 20px;}
.alumniWrap h2 { margin-bottom: 20px;}
.alumniWrap .unit {
	float: left;
	width: 176px;
	margin-right: 12px;
	margin-bottom: 10px;
	border: 1px solid #1e7ec7;
	box-sizing: border-box;
}
.alumniWrap .unit h3 {
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	padding: 5px 0;
}
.alumniWrap .unit ul {
	height: 120px;
	overflow: hidden;
	padding: 10px 10px 5px;
	background-color: #fff;
}
.alumniWrap .unit li {
	font-size: 12px;
	line-height: 1.4em;
	min-height: 50px;
}
.alumniWrap .unit li .date {
	font-size: 11px;
	line-height: 1em;
	margin-bottom: 3px;
}
.alumniWrap .unit li .title_sp { display: none;}
.alumniWrap .unit li:nth-of-type(2) {
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px solid #ddd;
}
.alumniWrap .unit:nth-of-type(1) {
	border-color: #762f4d;
	background-color: #762f4d;
}
.alumniWrap .unit:nth-of-type(2) {
	border-color: #5159aa;
	background-color: #5159aa;
}
.alumniWrap .unit:nth-of-type(3) {
	border-color: #244b50;
	background-color: #244b50;
}
.alumniWrap .unit:nth-of-type(4) {
	border-color: #94971f;
	background-color: #94971f;
	margin-right: 0;
}
.alumniWrap .unit:nth-of-type(5) {
	border-color: rgb(255,157,25);
	background-color: rgb(255,157,25);
}
.alumniWrap .unit:nth-of-type(6) {
	border-color: #1b7c2c;
	background-color: #1b7c2c;
}
.alumniWrap .unit:nth-of-type(7) {
	border-color: #121b2e;
	background-color: #121b2e;
}

.newsBox a .date,.alumniWrap a .date { color: #081B56;}

@media screen and (max-width: 740px) {
	
#slider { min-height: 80px;}
	
.newsBox,.kaiho {
	margin-bottom: 0;
	border: none !important;
}
.newsBox.type03 { border-bottom: 1px solid #ddd !important;}
.newsBox h2,.alumniWrap h2 {
	font-size: 14px;
	padding: 10px 10px;
}
.newsBox h2 a span,
.kaiho h2 a span { display: none;}

.newsBox h2 a { background-size: 12px 12px;}
.newsBox ul { padding: 0;}
.newsBox ul li {
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px;
}
.newsBox ul li:nth-of-type(2n) { background-color: #ddd;}
.newsBox ul li a { display: block; height: auto;}
.newsBox ul li span.title {
	display: block;
	margin-top: 3px;
}

.newsBox.imgBox ul { padding-bottom: 10px;}
.newsBox.imgBox li {
	float: none;
	width: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
}
.newsBox.imgBox li:nth-of-type(2n+1) { padding: 5px 10px;}
.newsBox.imgBox li:nth-of-type(2n) { padding: 5px 10px;}

.newsBox.imgBox li a span.title {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}
.newsBox.imgBox li a span.date { font-size: 11px;}
.newsBox.imgBox li .text {
	float: none;
	width: 100%;
	padding-left: 110px;
	box-sizing: border-box;
}

.newsBox.imgBox li .img {
	position: relative;
	width: 100px;
	height: 60px;
	overflow: hidden;
}
.newsBox.imgBox li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: auto;
}

.kaiho ul { padding: 15px 10px;}
.kaiho ul li {
	font-size: 10px;
	width: 25%;
	padding-right: 0;
	margin-bottom: 10px;
}
.kaiho ul li img {
	width: 95%;
	height: auto;
}

.alumniWrap { margin-bottom: 0;}
.alumniWrap h2 { margin-bottom: 10px;}
.alumniWrap div.clearfix {
	padding: 0 15px;
}
.alumniWrap .unit {
	float: none;
	width: 100%;
}
.alumniWrap .unit ul {
	height: auto;
	padding-bottom: 10px;
}
.alumniWrap .unit li {	min-height: auto;}
.alumniWrap .unit li .title_sp { display: block;}
.alumniWrap .unit li .title { display: none;}
}


/*==================================================
  single&category
==================================================*/

#breadcrumb_list {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 12px;
	line-height: 1em;
}

.page #main h2,
.single #main h2,
.category #main h2 {
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 15px;	
	background-color: #1e7ec7;	
}
.single #main h2.member,
.category #main h2.member { background-color: #f87924;}
.single #main h2.branch-news,
.category #main h2.branch-news { background-color: #36b24c;}
.single #main h2.fixnews,
.category #main h2.fixnews { background-color: #903;}
.single #main h2.student,
.category #main h2.student { background-color: #ff5963;}
.single #main h2.godai,
.category #main h2.godai { background-color: #908c9d;}
.single #main h2.kaiko,
.category #main h2.kaiko { background-color: #a36851;}
.single #main h2.sin,
.category #main h2.sin { background-color: #990033;}


.category #main .setumei.godai,
.category #main .setumei.kaiko,
.category #main .setumei.sin {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 10px;
}
.category #main .setumei.godai {
    border: 1px solid #908c9d;
}
.category #main .setumei.kaiko {
    border: 1px solid #a36851;
}
.category #main .setumei.sin {
    border: 1px solid #990033;
}

.page.wpc #main h2 {
    background-color: #F875C9 !important;
}


.category #main ul.list {
	padding: 20px 15px 5px;
	border-bottom: 1px solid #ddd;
}
.category #main ul.list li {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 1em;
}
.category #main ul.list li span.date { margin-right: 15px;}

.category #main .pager {
	padding: 15px;
}

#bottomMenu {
	padding: 10px 15px;
	background-color: #efefef;
}
#bottomMenu h3 {
	font-size: 16px;
	line-height: 1em;
	margin: 5px 0;
}
#bottomMenu h3.branch-news { color: #36b24c;}
#bottomMenu ul.branch-news li,
#bottomMenu ul.club ul.children li {
	display: inline-block;	
	font-size: 14px !important;
	line-height: 1em;
	margin: 0 0.5em 0.5em 0;
}
#bottomMenu ul.club li { font-size: 16px;}
#bottomMenu ul.club ul {
	padding: 0 0 0 5px;
}

.page #main .content,
.single #main .content {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-top: none;
}
.page #main .content h3,
.single #main .content h3 {
    position: relative;
	font-size: 16px;
	line-height: 1.2em;
    height: 1.2em;
    padding-bottom: 3px;    
	margin-bottom: 1em;
    border-bottom: 2px solid #ddd;
}
.single #main .content h3 span {
	display: inline-block;
    position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
    line-height: 1.2em;
	padding-bottom: 3px;
	border-bottom: 2px solid #1e7ec7;
}
.page.wpc #main h3 {
	color: #F875C9;
    font-size: 16px;
    line-height: 1em;
	height: 1em;
}
.page.wpc #main h3 span {
	display: inline-block;
    position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
    line-height: 1em;
	padding-bottom: 3px;
	border-bottom: 2px solid #F875C9;
}


.page #main .content p,
.single #main .content p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.page #main .content img,
.single #main .content img {
	max-width: 100%;
	height: auto;
}
.single #main .content .bottom {
	color: #666;
	font-size: 12px;
	line-height: 1em;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
.single #main .content .bottom .cat { float: left;}
.single #main .content .bottom .posted { float: right;}
.single #main .pager-single { font-size: 12px;}

.page #main .content li {
	line-height: 1.4em;
	margin-bottom: 8px;
}

.page.wpc #main a.btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
    line-height: 1em;
    padding: 10px 35px;
    margin: 0 15px;
    background-color: #F875C9;
	border-radius: 5px;
}

.table01 {
 width: 100%;
 border: 1px solid #ddd;
}
.table01 th,.table01 td {
 font-size: 11px;
 padding: 5px;
 border: 1px solid #ddd;
}

.table02 {
 width: 100%;
 border: 1px solid #ddd;
}
.table02 th,.table02 td {
 font-size: 13px;
 padding: 5px;
 border: 1px solid #ddd;
}


.table02.type2 tr td:nth-of-type(1) {
    width: 15%;
}
.table02.type2 tr td:nth-of-type(2) {
    width: 85%;
}

.notfound {
	text-align: center;
	padding: 10em 0;
	border: 1px solid #ddd;
}


.grecaptcha-badge { visibility: hidden !important; }

@media screen and (max-width: 1000px) {
    .page #main .content,
    .single #main .pager-single,
    .category #main .pager { margin-bottom: 30px;}
}

@media screen and (max-width: 740px) {
    #breadcrumb_list { display: none;}

    .page #main .content,
    .single #main .content {
        border-left: none;
        border-right: none;
    }
    .page #main h2,
    .single #main h2,
    .category #main h2 {
        font-size: 15px;
        line-height: 1.2em;
        padding: 5px 10px;
    }
    .page #main .content h3,
    .single #main .content h3 {
        position: relative;
        font-size: 14px;
        line-height: 1.2em;
        height: 1.2em;
        padding-bottom: 3px;    
        margin-bottom: 1em;
        border-bottom: 2px solid #ddd;
    }
    .single #main .content h3 span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 1.2em;
        padding-bottom: 3px;
        border-bottom: 2px solid #1e7ec7;
    }
    .page.wpc #main h3 {
        color: #F875C9;
        font-size: 14px;
        line-height: 1em;
        height: 1em;
    }
    .page.wpc #main h3 span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 1em;
        padding-bottom: 3px;
        border-bottom: 2px solid #F875C9;
    }
    .page #main .content img,
    .single #main .content img {
        max-width: 100%;
        height: auto;
    }

    .page #main .content,
    .single #main .pager-single,
    .category #main .pager { margin-bottom: 0;}

    .single #main .pager-single,
    .category #main .pager {
        padding: 0 15px;
    }

    #bottomMenu { margin-bottom: 15px;}

    .category #main .setumei.godai,
    .category #main .setumei.kaiko,
    .category #main .setumei.sin {
        font-size: 12px;
    }
}


#top_banner {
  width: 100%;
  margin-bottom: 30px;
}
#top_banner ul li {
  float: left;
  width: 140px;
  margin: 0 10px 10px 0;
}
#top_banner ul li:nth-of-type(5n) {
  margin-right: 0;
}
#top_banner ul li a {
  display: block;
  width: 100%;
}
#top_banner ul li a p {
  font-size: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
#top_banner ul li a p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 740px) {
  #top_banner {
    width: 290px;
    margin: 0 auto 15px;
  }
  #top_banner ul li {
    float: left;
    width: 140px;
    margin: 0 0 5px 0;
  }
  #top_banner ul li:nth-of-type(2n) {
    float: right;
  }
}


#s_box {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #8ADDEC;
}
#s_box h2 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}
#s_box h2 span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
#searchform {
  padding: 2px 0;
  margin: 0;
  width: calc(100% - 2px);
  height: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
}
#searchform #s {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 1em;
  width: calc(100% - 24px - 20px);
  height: 14px;
  padding: 5px;
  border: none;
}
#hitnum {
  padding: 5px 10px;
  margin-top: 10px;
  background-color: #E4D89E;
}


/*==================================================
  font&link
==================================================*/

body {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 -webkit-text-size-adjust: 100%;
}
p,th,td {
 color: #333;
 font-size: 14px;
 line-height: 1.6em;
}

.flex1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* font-size */
.fs09 { font-size: 9px !important;}
.fs10 { font-size: 10px !important;}
.fs11 { font-size: 11px !important;}
.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs15 { font-size: 15px !important;}
.fs16 { font-size: 16px !important;}
.fs18 { font-size: 18px !important;}
.fs24 { font-size: 24px !important;}
.fs36 { font-size: 36px !important;}


/* link */
a { color: #1e7ec7;}
a,a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
a {
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}
a:hover,
a.wpc:hover { color: #081B56;}
a.op:hover,
a:hover img { opacity: 0.7;}

a.wpc {
	color: #F875C9;
}

a.tokubetsu {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	width: 50%;
	padding: 20px 0;
	background-color: #ED4E65;
}
a.tokubetsu:hover { opacity: 0.7;}