/*---base stylesheet---*/

font {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
}


/*1.共通設定
======================================*/
* {
	margin: 0;
	padding: 0;
	color: #362e2b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}
html {
	font-size: 62.5%;/* 10px */
}
body {
	line-height: 1.8;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
}
@media screen and (min-width: 769px) {
	body {
		font-size: 1.6rem;
	}
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #004986;
}
@media screen and (max-width: 1200px) {
	img {
		max-width: 100%;
		height: auto;
	}
	a:hover>img {
		opacity: 1;
	}
}
/*----マージン・パディング----*/
.mt5   { margin-top: 5px !important;}
.mt10  { margin-top: 10px !important;}
.mt15  { margin-top: 15px !important;}
.mt20  { margin-top: 20px !important;}
.mt25  { margin-top: 25px !important;}
.mt30  { margin-top: 30px !important;}
.mt40  { margin-top: 40px !important;}
.mt50  { margin-top: 50px !important;}
.mb00  { margin-bottom: 0px !important;}
.mb5   { margin-bottom: 5px !important;}
.mb10  { margin-bottom: 10px !important;}
.mb15  { margin-bottom: 15px !important;}
.mb20  { margin-bottom: 20px !important;}
.mb25  { margin-bottom: 25px !important;}
.mb30  { margin-bottom: 30px !important;}
.mb40  { margin-bottom: 40px !important;}
.mb50  { margin-bottom: 50px !important;}
.mb60  { margin-bottom: 60px !important;}
.mb70  { margin-bottom: 70px !important;}
.mb80  { margin-bottom: 80px !important;}
.mb90  { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}
/*----アライン----*/
.cen {	text-align: center !important; }
/*----クリア----*/
.clear { clear: both; }
/*--clearfix--*/
.cf, #main, .entry, .cont-area, #contents.entry {
 *zoom: 1;
}
.cf:before, .cf:after, main:before, main:after, .cont-area:before, .cont-area:after, #contents:before, #contents:after, .entry:before, .entry:after {
	content: " ";
	display: table;
}
.cf:after, main:after, .cont-area:after, #contents:after, .entry:after {
	clear: both;
}
/*2.レイアウト
======================================*/
/*responsive*/
.cont-p  { display: none; }
.cont-pt { display: none; }
.cont-po { display: none; }
.cont-pl { display: none; }
@media screen and (min-width:600px) {
	.cont-s  { display: none; }
	.cont-p  { display: block; }
}
@media screen and (min-width:768px) {
	.cont-st { display: none; }
	.cont-pt { display: block; }
}
@media screen and (min-width:960px){
	.cont-so { display: none; }
	.cont-po { display: block; }
}
@media screen and (min-width:1160px) {
	.cont-sl { display: none; }
	.cont-pl { display: block; }
}

/*--Layout--*/
#wrapper {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 0;
}
@media screen and (min-width: 960px) {
	#wrapper {
		padding: 70px 0 0;
	}
}

/*--Common--*/
/*bg*/
.bg01 {
	background: #eeeeee;
}

/*btn*/
.btn-m {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 40px;
}
.btn-m a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    border: 2px solid #2b3382;
    background: #2b3382;
	height: 65px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	letter-spacing: 0;
}
.btn-s {
	width: 90%;
	max-width: 240px;
	margin: 0 auto 40px;
}
.btn-s a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    border: 2px solid #2b3382;
    background: #2b3382;
	height: 45px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	letter-spacing: 0;
}
.btn-s a:hover{
	border: 2px solid #2b3382;
	background: #fff;
	color: #2b3382;
}
.member-icon a {
	background: url("../images/icon01-o.png") no-repeat 20px center #2b3382;
}
.member-icon a:hover {
	background: url("../images/icon01.png") no-repeat 20px center #fff;
}
@media screen and (min-width: 769px) {
	.btn-m {
		margin: 0 auto 40px;
	}
	.btn-m a{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 374px) {
	.btn-m a:hover{
		border: 2px solid #2b3382;
		background: #fff;
		color: #2b3382;
	}
}

/*--Header--*/
header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background: #e3d73f;
	z-index: 99999;
}
header .logo {
	position: absolute;
	width: calc( 100% - 70px );
	height: 70px;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 10px -3px #7e7f7f;
}
header .logo a{
	background: #2b3382;
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
}
.logo h1,.h-txt {
	position: absolute;
	top: 45px;
	left: 70px;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.0;
	color: #fff;
}
.logo .mark {
	position: absolute;
	width: 50px;
	top: 15px;
	left: 10px;
}
.logo .type {
	position: absolute;
	width: 120px;
	top: 15px;
	left: 70px;
}
@media screen and (min-width: 769px) {
	header .logo {
		width: 260px;
		height: 110px;
	}
	header .logo a{
		width: 260px;
		height: 110px;
	}
	.logo h1,.h-txt {
		top: 67px;
		left: 85px;
		font-size: 1.3rem;
	}
	.logo .mark {
		width: 60px;
		top: 30px;
		left: 15px;
	}
	.logo .type {
		width: 150px;
		top: 32px;
		left: 85px;
	}
	.g-nav {
		position: absolute;
		top: 0;
		left: 270px;
		padding: 0;
		height: 70px;
	}
	.g-nav li {
		display: inline-block;
		position: relative;
		margin: 0 5px 0 0;
	}
	.g-nav li:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 20px;
		background: #2b3382;
		top: calc( 50% - 10px );
		right: -5px;
		transform:rotate(35deg);
	}
	.g-nav li:last-child:before {
		display: none;
	}
	.g-nav li a {
		display: flex;
		justify-content: center;
		align-items: center; 
		text-decoration: none;
		padding: 0 5px;
		font-size: 1.3rem;
		color: #000;
		height: 70px;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		letter-spacing: 0.01em;
	}
	.g-nav li a:hover {
		color: #1d2088;
	}
}
@media screen and (min-width: 1200px) {
	header .logo {
		width: 420px;
		height: 140px;
	}
	header .logo a{
		width: 420px;
		height: 140px;
	}
	.logo h1,.h-txt {
		top: 88px;
		left: 150px;
		font-size: 1.5rem;
	}
	.logo .mark {
		width: 100px;
		top: 25px;
		left: 40px;
	}
	.logo .type {
		width: 208px;
		top: 37px;
		left: 150px;
	}
	.g-nav {
		left: 430px;
	}
	.g-nav li {
		margin: 0 15px 0 0;
	}
	.g-nav li:before {
		right: -10px;
	}
	.g-nav li a {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1300px) {
	.g-nav {
		left: 440px;
	}
	.g-nav li {
		margin: 0 25px 0 0;
	}
	.g-nav li:before {
		right: -15px;
	}
	.g-nav li a {
		font-size: 1.5rem;
	}
}

/*--プルダウンメニュー--*/	
header .h-menu {
	width: 70px;
	height: 70px;
	padding: 0;
	right: 0;
	top: 0;
	position: fixed;
	border: none;
	background: #e3d73f;
	display: block;
	z-index: 110;
	box-shadow: 0px 0px 10px -3px #7e7f7f;
}
header .h-menu .menu-trigger, header .h-menu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
header .h-menu .menu-trigger {
	position: relative;
	width: 70px;
	height: 70px;
}
header .h-menu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 4px;
}
header .h-menu .menu-trigger span:nth-of-type(1) {
	top: 25px;
	left: 21px;
	width: 28px;
	background: #2b3382;
}
header .h-menu .menu-trigger span:nth-of-type(2) {
	top: 33px;
	left: 21px;
	width: 28px;
	background: #2b3382;
}
header .h-menu .menu-trigger span:nth-of-type(3) {
	top: 41px;
	left: 21px;
	width: 28px;
	background: #2b3382;
}
#m-trigger01, #m-trigger02 {
	top: 37px;
	left: 0;
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
	color: #004986;
}
#m-trigger03 {
	color: #fff;
}
header .h-menu .menu-trigger span.show {
	display: block;
}
header .h-menu .menu-trigger span.hide {
	display: none;
}
header .h-menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	left: 22px;
}
header .h-menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
header .h-menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	left: 22px;
}
@media screen and (min-width: 769px) {	
	header .h-menu {
		width: 80px;
		height: 80px;
		background: #2b3382;
	}
	header .h-menu .menu-trigger {
		width: 80px;
		height: 80px;
	}
	header .h-menu .menu-trigger span:nth-of-type(1) {
		top: 30px;
		left: 26px;
		background: #e3d73f;
	}
	header .h-menu .menu-trigger span:nth-of-type(2) {
		top: 38px;
		left: 26px;
		background: #e3d73f;
	}
	header .h-menu .menu-trigger span:nth-of-type(3) {
		top: 46px;
		left: 26px;
		background: #e3d73f;
	}
	header .h-menu .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
		left: 27px;
	}
	header .h-menu .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .h-menu .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
		left: 27px;
	}
}
@media screen and (min-width: 960px) {	
	header .h-menu {
		width: 90px;
		height: 90px;
	}
	header .h-menu .menu-trigger {
		width: 90px;
		height: 90px;
	}
	header .h-menu .menu-trigger span:nth-of-type(1) {
		top: 35px;
		left: 31px;
	}
	header .h-menu .menu-trigger span:nth-of-type(2) {
		top: 43px;
		left: 31px;
	}
	header .h-menu .menu-trigger span:nth-of-type(3) {
		top: 51px;
		left: 31px;
	}
	header .h-menu .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
		left: 32px;
	}
	header .h-menu .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .h-menu .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
		left: 32px;
	}
}
.dl-menu {
	display:none;
	width:100%;
	height: 100%;
	position:fixed;
	padding: 100px 20px 20px;
	top:0;
	right:0;
	z-index:99999;
	background:rgba(43,51,130,0.9);
	padding-bottom:20px;
	box-shadow:0px 0px 13px 5px #e0dfdf;
}
.dl-close {
	width: 70px;
	height: 70px;
	padding: 0;
	right: 0;
	top: 0;
	position: fixed;
	border: none;
	background: #eee;
	display: block;
	z-index: 110;
}
.dl-close .menu-trigger, .dl-close .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dl-close .menu-trigger {
	position: relative;
	width: 70px;
	height: 70px;
}
.dl-close .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 4px;
}
.dl-close .menu-trigger span:nth-of-type(1) {
	top: 25px;
	left: 22px;
	width: 28px;
	background: #2b3382;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.dl-close .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.dl-close .menu-trigger span:nth-of-type(3) {
	top: 41px;
	left: 22px;
	width: 28px;
	background: #2b3382;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.dl-menu .dlContact {
	margin:0 auto 20px;
	width:100%;
	max-width: 500px;
}
.dl-menu .dlContact a {
	box-shadow:0px 0px 8px -3px #3e4040;
	background:#e50008;
	text-align:center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size:1.5rem;
	text-decoration:none;
	color:#fff;
	padding:15px;
	display:block;
	font-weight: 500;
	line-height: 1.2;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #e50008;
}
.dl-menu .dlContact a:hover {
	border: 2px solid #fff;
	background: none;
	color:#fff;
}
.dl-menu ul{
	margin:0 auto 30px;
	width:100%;
	max-width: 800px;
	display: flex;
	align-items: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
.dl-menu li {
	width: 49.5%;
	display: flex;
	}	
.dl-menu ul li ul{
	margin:0;
	width:100%;
	}
.dl-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 5px 15px 22px;
	position: relative;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.01em;
	}
.dl-menu li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
p.nav-close {
	clear: both;
	width: 200px;
	margin: 0 auto 20px;
	text-align:center;
	font-size:1.3rem;
	text-decoration:none;
	color:#fff;
	padding:10px;
	display:block;
	line-height: 1.2;
	cursor:pointer;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
p.nav-close:hover {
	border: 2px solid #fff;
	background: #fff;
	color:#323c99;
}
@media screen and (min-width: 769px) {
	.dl-menu {
		padding: 140px 20px 20px;
	}
	.dl-close {
		width: 80px;
		height: 80px;
	}
	.dl-close .menu-trigger {
		width: 80px;
		height: 80px;
	}
	.dl-close .menu-trigger span:nth-of-type(1) {
		top: 30px;
		left: 27px;
	}
	.dl-close .menu-trigger span:nth-of-type(2) {
		top: 38px;
		left: 26px;
		opacity: 0;
	}
	.dl-close .menu-trigger span:nth-of-type(3) {
		top: 46px;
		left: 27px;
	}
	.dl-menu .dlContact {
		margin:0 auto 30px;
	}
	.dl-menu .dlContact a {
		font-size:1.8rem;
		padding:25px;
	}
	.dl-menu ul{
		margin:0 auto 50px;
	}
	.dl-menu li a {
		font-size: 1.6rem;
		padding: 15px 20px 15px 22px;
	}
}
@media screen and (min-width: 960px) {	
	.dl-close {
		width: 90px;
		height: 90px;
	}
	.dl-close .menu-trigger {
		width: 90px;
		height: 90px;
	}
	.dl-close .menu-trigger span:nth-of-type(1) {
		top: 35px;
		left: 32px;
	}
	.dl-close .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.dl-close .menu-trigger span:nth-of-type(3) {
		top: 51px;
		left: 32px;
	}
}

/*--Main Visual--*/
.mv {
	width: 100%;
	height: 60vh;
	position: relative;
}
.mv-inner {
	width: 100%;
	height: 60vh;
	position: relative;
	overflow: hidden;
}
.mv-img.slick-slide {
	background: url("../images/mv_img01.jpg") no-repeat center center;
	background-size: cover; 
	width: 100%;
	height: 60vh;
	position: absolute;
}
.mv-img:nth-child(2) {
	background: url("../images/mv_img02.jpg") no-repeat center center;
	background-size: cover; 
}
.mv-img:nth-child(3) {
	background: url("../images/mv_img03.jpg") no-repeat center center;
	background-size: cover; 
}
.mv-img img{
	width: 100%;
	height: auto;
	opacity: 0;
}
.mv-catch {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	max-height: 400px;
	background: url("../images/mv_catch_bg.png") no-repeat 0 0;
	background-size: cover;
	bottom: 0;
	left: 0;
	z-index: 9999;
	padding: 100px 30px 50px;
}
.mv-catch span{
	display: block;
	font-size: 40px;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
	color: #2b3382;
	background: -webkit-linear-gradient(-30deg, #2b3382, #0d7198, #2b3382);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 500px) {
	.mv-catch {
		padding: 100px 40px 60px;
	}
	.mv-catch span{
		font-size: 50px;
	}
}
@media screen and (min-width: 769px) {
	.mv {
		height: 80vh;
	}
	.mv-inner {
		height: 80vh;
	}
	.mv-img.slick-slide {
		height: 80vh;
	}
	.mv-catch {
		max-height: 590px;
		padding: 250px 80px 90px;
	}
	.mv-catch span{
		font-size: 80px;
	}
}
@media screen and (min-width: 1350px) {	
	.mv-catch {
		padding: 250px 100px 90px;
	}
	.mv-catch span{
		font-size: 105px;
	}
}

/*--Sub Visual--*/
.page-ttl {
	width: 100%;
	height: 150px;
	background:url("../images/mv_catch_bg.png") no-repeat 0 center,url("../images/mv_img01.jpg") no-repeat center 0;
	background-size: 300px auto,cover;
	display: flex;
	align-items: center;
	padding: 0 0 0 30px;
}
.page-ttl .ttl{
	font-size: 1.6rem;
	color: #323c99;
}
.page-ttl .ttl span{
	display: block;
	font-size: 2.5rem;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
	color: #2b3382;
	background: -webkit-linear-gradient(-30deg, #2b3382, #0d7198, #2b3382);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 30px 0 0;
}
@media screen and (min-width: 769px) {
	.page-ttl {
		height: 250px;
		background:url("../images/mv_catch_bg.png") no-repeat 0 center,url("../images/mv_img01.jpg") no-repeat center -50px;
		background-size: 500px auto,cover;
		display: flex;
		align-items: center;
		padding: 0 0 0 50px;
	}
	.page-ttl .ttl{
		font-size: 1.8rem;
		padding: 50px 0 0;
	}
	.page-ttl .ttl span{
		font-size: 5.0rem;
	}
}
@media screen and (min-width:960px) {
	.page-ttl {
		height: 350px;
		background:url("../images/mv_catch_bg.png") no-repeat 0 center,url("../images/mv_img01.jpg") no-repeat center -50px;
		background-size: 1000px 590px,cover;
		padding: 0 0 0 100px;
	}
	.page-ttl .ttl{
		padding: 60px 0 0;
	}
	.page-ttl .ttl span{
		display: inline;
		font-size: 7.0rem;
	}
}

/*--footer--*/
.page-top {
	position: fixed;
	width: 33px;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
}
.page-top a{
	display: block;
}
.footer {
	background: url("../images/footer_bg.jpg") no-repeat center center;
	background-size : cover;
	padding: 40px 0 20px;
}
footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
footer ul {
	margin-bottom: 20px;
}
footer ul li{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
}
footer ul li a{
	font-size: 1.3rem;
	text-decoration: none;
	padding: 0 5px;
	color: #000;
	font-weight: 700;
}
footer ul li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #2b3382;
	top: calc( 50% - 10px );
	right: -5px;
	transform:rotate(35deg);
}
footer ul li:last-child:before {
	display: none;
}
footer .info {
	margin-bottom: 350px;
	letter-spacing: 0.3em;
}
footer .info .logo{
	width: 150px;
	margin:0 auto 10px;
}
footer .info .ttl{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #323c99;
	font-weight: 700;
}
.copy {
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.page-top {
		width: 43px;
		height: 66px;
	}
	footer ul {
		margin-bottom: 70px;
	}
	footer ul li{
		margin: 0 20px 0 0;
	}
	footer ul li a{
		font-size: 1.4rem;
		padding: 0 15px;
	}
	footer ul li:before {
		right: -15px;
	}
	footer .info {
		margin-bottom: 540px;
	}
	footer .info .logo{
		width: 207px;
		margin:0 auto 20px;
	}
	footer .info .ttl{
		font-size: 1.3rem;
	}
}

/*--Index--*/
/*--tp-info-area--*/
.tp-info-area {
	padding: 0 20px;
	position: relative;
	margin-bottom: 50px;
}
.tp-info-cont .ttl-area{
	margin-bottom: 15px;
	text-align: center;
}
.tp-info-cont .btn {
	height: 35px;
	width: 150px;
	margin: 0 auto;
}
.tp-info-cont .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #323c99;
	border: 2px solid #323c99;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-info-cont .btn a:hover {
	background: #fff;
	border: 2px solid #323c99;
	color: #323c99;
}
.tp-info-cont .btn01 {
	display: none;
}
.tp-info-cont .btn02 {
	display: block;
}
.tp-info-cont .ttl-area h3 {
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
}
.tp-info-cont .ttl-area h3 span {
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	padding: 0 0 10px 0;
}
@media screen and (min-width: 960px) {
	.tp-info-area {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 0 30px;
		margin-bottom: 100px;
	}
	.tp-info-cont {
		width: calc( 50% - 15px );
	}
	.tp-info-cont .ttl-area{
		display: flex;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}
	.tp-info-cont .btn01 {
		display: none;
	}
	.tp-info-cont .btn02 {
		display: block;
	}
	.tp-info-cont .ttl-area h3 {
		font-size: 1.3rem;
	}
	.tp-info-cont .ttl-area h3 span {
		font-size: 3.0rem;
	}
}
@media screen and (min-width: 1200px) {
	.tp-info-area {
		padding: 0 50px;
	}
	.tp-info-cont {
		width: calc( 50% - 25px );
	}
	.tp-info-cont .ttl-area h3 {
		font-size: 1.5rem;
	}
	.tp-info-cont .ttl-area h3 span {
		display: block;
		font-size: 4.0rem;
	}
}
@media screen and (min-width: 1400px) {
	.tp-info-area {
		padding: 0 100px;
		margin-bottom: 100px;
	}
	.tp-info-cont {
		width: calc( 50% - 25px );
	}
}
@media screen and (min-width: 1600px) {
	.tp-info-cont .btn01 {
		display: inline-block;
	}
	.tp-info-cont .btn02 {
		display: none;
	}
	.tp-info-cont .ttl-area h3 {
		font-size: 1.5rem;
		width: calc( 100% - 160px );
		text-align: left;
	}
	.tp-info-cont .ttl-area h3 span {
		display: inline-block;
		font-size: 3.8rem;
		padding: 0 10px 0 0;
	}
}

.tp-schedule {
	padding: 50px 0;
}
.tp-schedule .ttl-area h3 span {
	color: #40478e;
}
.tp-schedule-list {
	margin-bottom: 20px;
}
.tp-schedule-list div a{
	display: block;
	padding: 15px;
	background: #eeeeee;
	text-decoration: none;
}
.tp-schedule-list div:nth-child(2n) a{
	background: #fff ;
}
.tp-schedule-list .date{
	color: #40478e;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.tp-schedule-list a .ttl-s{
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-schedule-list a:hover .ttl-s{
	color: #40478e;
}
@media screen and (min-width: 960px) {
	.tp-schedule-list div a{
		display: block;
		padding: 17px 20px 15px 40px;
		background: url("../images/arrow01.png") no-repeat 20px center #eeeeee;
		display: flex;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-decoration: none;
	}
	.tp-schedule-list div:nth-child(2n) a{
		background: url("../images/arrow01.png") no-repeat 20px center    ;
	}
	.tp-schedule-list .date{
		font-size: 1.5rem;
		width: 175px;
		letter-spacing: 0.05em;
	}
	.tp-schedule-list a .ttl-s{
		font-size: 1.6rem;
		width: calc( 100% - 175px );
	}
}

.tp-results {
	background-color:rgba(43,51,130,0.95);
	box-shadow: 0px 0px 10px -3px #7e7f7f;
	padding: 30px 20px ;
	margin: -30px 0 0;
	position: relative;
	z-index: 9999;
}
.tp-results .ttl-area h3 {
	color: #fff;
}
.tp-results .ttl-area h3 span {
	color: #fff;
}
.tp-results .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #e3d73f;
	border: 2px solid #e3d73f;
	color: #323c99;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-results .btn a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #323c99;
}
.tp-result-cont p,.tp-result-cont p span{
	color: #fff;
}
.tp-result-cont .date{
	font-size: 1.3rem;
	margin-bottom: 20px;
	text-align: center;
}
.tp-result-cont .results-cont{
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
}
.tp-result-cont .results-cont .team .name{
	border: 1px solid #fff;
	padding: 3px 15px;
	font-size: 1.3rem;
}
.tp-result-cont .results-cont .team .score{
	font-size: 5.0rem;
	color: #e3d73f;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3;
}
.tp-result-cont .results-cont .team .half {
	display: flex;
	justify-content: center;
}
.tp-result-cont .results-cont .team .half span{
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1.0;
	position: relative;
	display: block;
	padding: 0 10px 0 0;
}
.tp-result-cont .results-cont .team .half span:nth-child(2) {
	padding: 0 0 0 10px;
}
.tp-result-cont .results-cont .team .half span:first-child:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
}
.tp-result-cont .results-cont .vs{
	font-size: 2.5rem;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	padding: 40px 0 0;
}
.tp-result-cont .next-cont{
	text-align: center;
}
.tp-result-cont .next-cont .ttl{
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	padding: 0 0 10px ;
	border-bottom: 1px solid #fff;
	position: relative;
	margin-bottom: 5px;
}
.tp-result-cont .next-cont .team{
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.tp-result-cont .next-cont .team span{
	font-size: 1.3rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
}
.tp-result-cont .next-cont .date{
	font-size: 1.8rem;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 20px;
	text-align: left;
	text-align: center;
}
@media screen and (min-width: 500px) {
	.tp-result-inner {
		display: flex;
		-webkit-box-align: center;
		 -ms-flex-align: center;
			align-items: center;
		margin-bottom: 20px;
	}
	.tp-result-cont .results-cont{
		width: 58%;
		border-right: 1px solid #fff;
		padding: 0 20px 0 0;
	}
	.tp-result-cont .next-cont{
		width: 42%;
		padding: 0 0 0 20px;
	}
}
@media screen and (min-width: 769px) {
	.tp-results {
		padding: 40px 20px ;
	}
	.tp-result-cont .results-cont .team .name{
		padding: 3px 15px;
		font-size: 1.4rem;
	}
	.tp-result-cont .results-cont .team .score{
		font-size: 6.0rem;
	}
	.tp-result-cont .next-cont{
		text-align: left;
	}
	.tp-result-cont .next-cont .date{
		text-align: left;
	}
}
@media screen and (min-width: 960px) {
	.tp-results {
		padding: 105px 40px 90px;
		margin: -60px 0 0;
	}
	.tp-result-cont .date{
		font-size: 1.4rem;
	}
	.tp-result-inner {
		display: block;
		margin-bottom: 20px;
	}
	.tp-result-cont .results-cont{
		width: 100%;
		padding: 0;
		border: none;
	}
	.tp-result-cont .results-cont .team .name{
		border: 1px solid #fff;
	}
	.tp-result-cont .results-cont .team .score{
		font-size: 5.0rem;
	}
	.tp-result-cont .results-cont .team .half span{
		font-size: 2.0rem;
	}
	.tp-result-cont .next-cont{
		padding: 0 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.tp-result-cont .next-cont .ttl{
		font-size: 2.2rem;
		padding: 0 0 10px 0;
		margin-bottom: 5px;
	}
	.tp-result-cont .next-cont .team{
		font-size: 2.0rem;
	}
	.tp-result-cont .next-cont .team span{
		font-size: 1.6rem;
	}
	.tp-result-cont .next-cont .date{
		font-size: 1.4rem;
		margin: 0;
		text-align: center;
	}
}
@media screen and (min-width: 1200px) {
	.tp-results {
		padding: 105px 30px 90px;
	}
	.tp-result-cont .date{
		font-size: 1.5rem;
		text-align: left;
	}
	.tp-result-inner {
		display: flex;
		-webkit-box-align: center;
		 -ms-flex-align: center;
			align-items: center;
		margin-bottom: 20px;
	}
	.tp-result-cont .results-cont{
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		align-items: center;
		width: 58%;
		border-right: 1px solid #fff;
		text-align: center;
		padding: 0 20px 0 0;
		margin: 0;
	}
	.tp-result-cont .results-cont .team .score{
		font-size: 6.0rem;
	}
	.tp-result-cont .next-cont{
		width: 42%;
		padding: 0 0 0 20px;
		text-align: left;
	}
	.tp-result-cont .next-cont .ttl{
		font-size: 2.2rem;
		padding: 0 0 15px 15px;
		margin-bottom: 10px;
	}
	.tp-result-cont .next-cont .ttl:before{
		position: absolute;
		content: "";
		width: 8px;
		height: 2px;
		top: 14px;
		left: 0;
		background: #e3d73f;
	}
	.tp-result-cont .next-cont .team{
		font-size: 2.2rem;
	}
	.tp-result-cont .next-cont .team span{
		font-size: 1.6rem;
	}
	.tp-result-cont .next-cont .date{
		font-size: 1.8rem;
		margin: 0;
		text-align: left;
	}
}
@media screen and (min-width: 1400px) {
	.tp-results {
		padding: 105px 50px 90px;
	}
	.tp-result-cont .results-cont{
		padding: 0 30px 0 0;
	}
	.tp-result-cont .results-cont .team .score{
		font-size: 7.0rem;
	}
	.tp-result-cont .next-cont{
		padding: 0 0 0 30px;
	}
	.tp-result-cont .next-cont .team{
		font-size: 2.4rem;
	}
	.tp-result-cont .next-cont .date{
		font-size: 2.0rem;
	}
}



/*--tp-sec01--*/
.tp-sec01 {
	position: relative;
	background: url("../images/sec01_ttl_bg.png") no-repeat center 0;
	padding: 60px 0 30px;
}
.tp-sec01:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/sec01_bg.jpg") no-repeat center center;
	background-size: cover; 
	z-index: -1;
	top: 0;
	left: 0;
}
.tp-sec01-area.cont-area {
	width: 100%;
	padding: 30px 20px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tp-sec01-cont {
	width: 47%;
	background: #fff;
	box-shadow: 0px 0px 10px -3px #b1b1b1;
	text-align: center;
	margin: 0 1% 15px;
}
.tp-sec01-cont .img {
	margin-bottom: 20px;
}
.tp-sec01-cont .img img{
	width: 100%;
	height: auto;
}
.tp-sec01-cont .ttl{
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.0;
	padding: 0 0 10px;
	border-bottom: 1px solid #eeeeee;
	margin: 0 10px 10px;
}
.tp-sec01-cont .ttl span {
	font-size: 1.0rem;
	color: #363d88;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
}
.tp-sec01-cont .txt{
	font-size: 1.3rem;
	margin: 0 10px 10px;
	letter-spacing: 0.01em;
}
.tp-sec01-cont .btn {
	display: inline-block;
	height: 35px;
	width: 80%;
	max-width: 200px;
	margin-bottom: 30px;
}
.tp-sec01-cont .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #fff;
	border: 2px solid #323c99;
	color: #323c99;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0.01em;
}
.tp-sec01-cont .btn a:hover {
	background: #323c99;
	border: 2px solid #323c99;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.tp-sec01 {
		padding: 70px 0 40px;
	}
	.tp-sec01:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 540px;
		background: url("../images/sec01_bg.jpg") no-repeat center center;
		background-size: cover; 
		z-index: -1;
		top: 0;
		left: 0;
	}
	.tp-sec01-area.cont-area {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.tp-sec01-cont {
		width: 23%;
		max-width: 350px;
	}
	.tp-sec01-cont .ttl{
		font-size: 2.2rem;
		margin: 0 30px 10px;
	}
	.tp-sec01-cont .txt{
		font-size: 1.4rem;
		margin: 0 30px 10px;
	}
	.tp-sec01-cont .btn {
		height: 45px;
	}
	.tp-sec01-cont .btn a{
		height: 45px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1200px) {
	.tp-sec01 {
		padding: 100px 0 60px;
	}
	#index .tp-sec01-area.cont-area {
		padding: 50px 100px;
	}
}

/*--tp-sec02--*/
.tp-sec02 .ttl-area {
	position: relative;
}
.tp-sec02 .ttl{
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0 0 20px;
	color: #004986;
}
.tp-sec02 .ttl span{
	color: #000;
	font-family: 'Oswald', sans-serif;
	line-height: 1.0;
	font-weight: 500;
	font-size: 3.0rem;
	padding: 0 10px 0 0;
}
.tp-news-list {
	border-top: 1px solid #d2d1d4;
	margin-bottom: 30px;
}
.tp-news-list a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #d2d1d4;
	text-decoration: none;
}
.tp-news-list a .date {
	color: #004986;
	font-size: 1.3rem;
}
.tp-news-list a .ttl-s {
	font-size: 1.5rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-news-list a:hover .ttl-s {
	color: #004986;
}

.tp-sec02-area .btn {
	height: 35px;
	width: 150px;
	margin: 0 auto;
}
.tp-sec02-area .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #323c99;
	border: 2px solid #323c99;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-sec02-area .btn a:hover {
	background: #fff;
	border: 2px solid #323c99;
	color: #323c99;
}
@media screen and (min-width: 769px) {
	.tp-sec02 .ttl{
		font-size: 1.4rem;
		padding: 0 10px 20px;
	}
	.tp-sec02 .ttl span{
		font-size: 4.0rem;
	}
	.tp-sec02 .list{
		position: absolute;
		top: 5px;
		right: 0;
		display: inline-block;
		height: 35px;
		width: 80%;
		max-width: 140px;
	}
	.tp-sec02 .list a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 35px;
		font-size: 1.4rem;
		font-weight: 500;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		background: #323c99;
		border: 2px solid #323c99;
		color: #fff;
		text-decoration: none;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		letter-spacing: 0.01em;
	}
	.tp-sec02 .list a:hover {
		background: #fff;
		border: 2px solid #323c99;
		color: #323c99;
	}
	.tp-news-list {
		margin-bottom: 0;
	}
	.tp-news-list a {
		display: flex;
		align-items: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 22px 20px 20px 50px;
		text-decoration: none;
		background: url("../images/arrow01.png") no-repeat 30px center;
	}
	.tp-news-list a .date {
		width: 170px;
		font-size: 1.5rem;
	}
	.tp-news-list a .ttl-s {
		width: calc( 100% - 170px);
		font-size: 1.6rem;
	}
}

/*--tp-sec03--*/
.tp-sec03 {
	position: relative;
	background: url("../images/sec03_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 50px 0 30px;
}
.tp-sec03-area {
	width: 100%;
	padding: 0 100px;
}
.tp-sec03-area ul {
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tp-sec03-area li {
	width: 32%;
	margin-bottom: 10px;
}
.tp-sec03-area li img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	.tp-sec03 {
		padding: 70px 0 60px;
	}
	.tp-sec03-area li {
		width: 16%;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1200px) {
	.tp-sec03 {
		position: relative;
		background: url("../images/sec03_bg.jpg") no-repeat center center;
		background-size: cover;
		padding: 100px 0 60px;
	}
}



/*--Ttl--*/
.sec-ttl01 {
	color: #40478e;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
}
.sec-ttl01 span {
	color: #000;
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
	font-weight: 600;
	font-size: 3.0rem;
}
.sec-ttl02 {
	color: #40478e;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.4rem;
	border-top: 5px solid #e3d73f;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 30px;
	padding: 15px 35px 20px;
	position: relative;
}
.sec-ttl02:before {
	position: absolute;
	content: "";
	top: calc( 50% - 2px );
	left: 0;
	width: 20px;
	height: 4px;
	background: #d2d2d2;
}
.sec-ttl02 span {
	color: #000;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	font-weight: 600;
	font-size: 2.8rem;
	margin: 0 0 5px 0;
	display: block;
}
.sec-ttl03 {
	font-size: 1.8rem;
	padding: 5px 0 5px 35px;
	background: url("../images/icon01.png") no-repeat 10px center #f0f0f0;
	color: #2b3382;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
	.sec-ttl01 {
		color: #40478e;
		line-height: 1.4;
		font-weight: 700;
		font-size: 1.5rem;
		text-align: center;
	}
	.sec-ttl01 span {
		color: #000;
		font-family: 'Oswald', sans-serif;
		line-height: 1.4;
		font-weight: 600;
		font-size: 4.0rem;
	}
	.sec-ttl02 {
		font-size: 1.5rem;
		padding: 25px 35px 30px;
	}
	.sec-ttl02 span {
		font-size: 3.2rem;
		margin: 0 20px 0 0;
		display: inline-block;
	}
	.sec-ttl03 {
		font-size: 2.0rem;
		padding: 10px 0 10px 35px;
	}
}


/*3.サブページ
======================================*/
#main {
	width: 100%;
	margin: 0 auto;
}
.cont-area {
	width: 100%;
	padding: 0 20px 30px;
	margin: 0 auto;
}
#index .cont-area {
	padding: 50px 20px;
}
@media screen and (min-width: 1200px) {
	.cont-area {
		width: 100%;
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px 60px;
	}
	#index .cont-area {
		max-width: 100%;
		padding: 60px 100px 70px;
	}
}
.entry {
	margin-bottom: 50px;
}
.txt-cont {
	margin-bottom: 30px;
}

/*--パンくず--*/
.breadcrumb-ul {
	margin:10px;
	width: 100%;
}
.breadcrumb-ul li{
	display:inline-block;
	font-size:1.2rem;
	letter-spacing: 0.05em;
}
.breadcrumb-ul li a {
	color:#323c99;
	font-size:1.2rem;
}
.breadcrumb-ul li:first-child{
	background: url(../images/home.png) no-repeat 0 8px    ;
	background-size: 13px 13px;
	padding: 0 0 0 25px;
}
*::-ms-backdrop,.breadcrumb-ul li:first-child {
	background: url(../images/home.png) no-repeat 0 5px ;
}
.breadcrumb-ul li:first-child {
	background: url(../images/home.png) no-repeat 0 5px    ;
}
@media screen and (min-width:768px) {
	.breadcrumb-ul {
		margin:0 auto 5px;
		max-width: 1240px;
		padding: 10px 20px;
	}
	.breadcrumb-ul li{
		font-size:1.3rem;
		letter-spacing: 0.1em;
	}
	.breadcrumb-ul li a {
		font-size:1.3rem;
	}
}

/*--Under Link--*/
.link-area {
	text-align: center;
	padding: 50px 5px;
	border-top: 1px solid #f0f0f1;
}
.link-area p {
	width: 80%;
	max-width: 240px;
	margin: 0 auto 10px;
}
.link-area a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 2px solid #2b3382;
	background: #2b3382;
	height: 45px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 0 0 2px;
}
.link-area a:hover{
	border: 2px solid #2b3382;
	background: #fff;
	color: #2b3382;
}
.inner-link-area {
	text-align: center;
	padding: 30px 5px;
	background: #f0f0f1;
	margin-bottom: 40px;
}
.inner-link-area p {
	width: 80%;
	max-width: 240px;
	margin: 0 auto 10px;
}
.inner-link-area a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 2px solid #2b3382;
	background:url("../images/pdf-icon.png") no-repeat 10px 5px #2b3382;
	height: 45px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 0 0 2px;
}
.inner-link-area a:hover{
	border: 2px solid #2b3382;
	background:url("../images/pdf-icon.png") no-repeat 10px 5px #fff;
	color: #2b3382;
}
@media screen and (min-width: 769px) {
	.link-area p {
		width: 30%;
		margin: 0 0.5%;
		display: inline-block;
	}
	.link-area p a{
		font-size: 1.6rem;
	}
	.inner-link-area p {
		width: 30%;
		margin: 0 0.5%;
		display: inline-block;
	}
	.inner-link-area p a{
		font-size: 1.6rem;
	}
}


/*--Introduction--*/
.intro-sec01 {
	background: url("../images/intro-bg.png") no-repeat center 0;
	background-size: 100% auto;
	padding: 50px 0 0;
}
.intro-sec01 .catch{
	margin: -30px 0 30px;
	position: relative;
	text-align: center;
}
.intro-sec01 .catch span {
	font-size: 5.0rem;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
	color: #2b3382;
	background: -webkit-linear-gradient(-30deg, #161c5b, #0d7198, #161c5b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 10px;
}
.intro-sec01 .txt-c{
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.01em;
	margin-bottom: 50px;
}
.intro-sec01 .txt-c span {
	display: block;
	text-align: right;
}
.intro-sec01-inner {
	margin-bottom: 50px;
}
.intro-sec01-cont {
	margin-bottom: 30px;
}
.intro-sec01-cont .ttl {
	font-size: 1.8rem;
	padding: 5px 0 5px 35px;
	background: url("../images/icon01.png") no-repeat 10px center #f0f0f0;
	color: #2b3382;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}
.intro-sec02-ttl {
	margin: 20px 0 ;
}
.intro-sec02-ttl .ttl{
	font-size: 1.8rem;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 20px;
}
.intro-sec02-ttl .ttl span{
	font-size: 1.2rem;
	color: #2b3382;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
}
.intro-sec02-ttl .spec span{
	display: block;
	padding: 0 0 0 15px;
	position: relative;
}
.intro-sec02-ttl .spec span:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: calc( 50% - 3px );
	left: 0;
	background: #2b3382;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@media screen and (min-width:769px) {
	.intro-sec01 .catch{
		margin: -60px 0 30px;
	}
	.intro-sec01 .catch span {
		font-size: 12.0rem;
		padding: 0 30px;
	}
	.intro-sec01 .txt-c{
		font-size: 1.6rem;
	}
	.intro-sec01-inner {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.intro-sec01-cont {
		width: 31%;
		margin: 0 3.5% 30px 0;
		text-align: left;
	}
	.intro-sec01-cont:nth-child(3n) {
		width: 31%;
		margin: 0 0 30px;
	}
	.intro-sec01-cont .ttl {
		font-size: 2.0rem;
		padding: 10px 0 10px 35px;
	}
	.intro-sec02-ttl {
		display: flex;
		align-items: center;
		margin: 30px 0 50px;
	}
	.intro-sec02-ttl .ttl{
		font-size: 2.4rem;
		padding: 0 40px 0 0;
		border-right: 1px solid #d2d2d2;
		margin: 0;
	}
	.intro-sec02-ttl .spec{
		padding: 0 0 0 40px;
	}
}


/*--Alumni--*/
.alumni-price {
	color: #2b3382;
	font-size: 3.0rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.alumni-price span {
	color: #2b3382;
	font-size: 1.8rem;
}
.bank-info {
	text-align: center;
	margin-bottom: 30px;
}
.bank-info span {
	border: 5px solid #f0f0f0;
	padding: 20px;
	font-size: 1.8rem;
	display: inline-block;
}
.alumni-report-cont {
	border-bottom: #d2d2d2 1px solid;
	margin-bottom: 20px;
}
.alumni-report-cont .date {
	color: #d1c0a5;
	font-weight: 700;
	font-size: 1.3rem;
}
.alumni-report-cont .ttl {
	color: #2b3382;
	font-weight: 700;
	font-size: 1.8rem;
	border-bottom: #d2d2d2 1px solid;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.alumni-report-cont .txt {
	padding-bottom: 20px;
}
.alumni-contact-txt {
	font-size: 1.3rem;
	text-align: center;
}
@media screen and (min-width:769px) {
	.alumni-price {
		color: #2b3382;
		font-size: 3.5rem;
		font-weight: 700;
		margin-bottom: 5px;
	}
	.alumni-price span {
		color: #2b3382;
		font-size: 2.0rem;
	}
	.bank-info {
		text-align: center;
		margin-bottom: 30px;
	}
	.bank-info span {
		border: 5px solid #f0f0f0;
		padding: 30px 50px;
		font-size: 2.0rem;
		display: inline-block;
	}
	.alumni-report-cont {
		border-bottom: #d2d2d2 1px solid;
		margin-bottom: 20px;
	}
	.alumni-report-cont .date {
		color: #d1c0a5;
		font-weight: 700;
		font-size: 1.3rem;
	}
	.alumni-report-cont .ttl {
		color: #2b3382;
		font-weight: 700;
		font-size: 2.0rem;
		border-bottom: #d2d2d2 1px solid;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.alumni-report-cont .txt {
		padding-bottom: 20px;
	}
}

/*--Result--*/
.next-match {
	background:url("../images/next-match-bg.png") no-repeat center center #e3d73f;
	background-size: cover; 
	padding: 10px 10px 30px;
	margin-bottom: 30px;
}
.next-match .ttl-area{
	width: 100%;
	border-bottom: 1px solid #2b3382;
	text-align: center;
	padding: 10px 0 20px;
}
.next-match .ttl-area .ttl {
	color: #363d88;
	font-size: 2.5rem;
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
}
.next-match .ttl-area .btn  {
	height: 35px;
	width: 150px;
	margin: 0 auto;
}
.next-match .ttl-area .btn  a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #323c99;
	border: 2px solid #323c99;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.next-match .ttl-area .btn  a:hover {
	background: #e3d73f;
	border: 2px solid #323c99;
	color: #323c99;
}
.next-match .info .name{
	font-size: 2.5rem;
	color: #363d88;
	font-weight: 700;
	text-align: center;
}
.next-match .info .name span{
	font-size: 1.6rem;
	color: #363d88;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	margin: 0 5px 0 0;
}
.next-match .info .date{
	font-size: 1.5rem;
	color: #363d88;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.next-match .info .date span{
	font-size: 2.0rem;
	color: #363d88;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
}
@media screen and (min-width:769px) {
	.next-match {
		padding: 20px 20px 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.next-match .ttl-area{
		width: 30%;
		max-width: 330px;
		border-right: 1px solid #2b3382;
		border-bottom: none;
		text-align: center;
		padding: 55px 0;
	}
	.next-match .ttl-area .ttl {
		font-size: 3.0rem;
	}
	.next-match .info{
		width: 70%;
		padding: 0 0 0 50px;
	}
	.next-match .info .name{
		font-size: 3.0rem;
	}
	.next-match .info .date span{
		font-size: 3.0rem;
	}
}
@media screen and (min-width:960px) {
	.next-match .ttl-area .ttl {
		font-size: 3.5rem;
	}
	.next-match .ttl-area .btn  {
		height: 35px;
		width: 150px;
		margin: 0 auto;
	}
	.next-match .info{
		width: 70%;
		padding: 0 0 0 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.next-match .info .name span{
		font-size: 2.0rem;
	}
}
@media screen and (min-width:1200px) {
	.next-match .ttl-area .ttl {
		font-size: 4.2rem;
	}
	.next-match .info .name{
		font-size: 4.0rem;
	}
	.next-match .info .date span{
		font-size: 4.0rem;
	}
}
.result .category {
	background: #2b3382;
	padding: 20px 10px 10px;
	margin-bottom: 20px;
}
.category-list {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.result .category p {
	width: 49%;
	height: 45px;
	margin-bottom: 10px;
}
.result .category p a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #2b3382;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0.01em;
}
.result .category p a:hover {
	background: #e3d73f;
	border: 2px solid #e3d73f;
	color: #323c99;
}
.result .category .archive {
	padding: 20px 0 5px ;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.result .category .archive .ttl{
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
}
.result .category .archive .select{
	font-size: 1.6rem;
    font-weight: 900;
    padding: 0 0 0 20px;
}
.result .category .archive .select select {
	padding: 8px 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    vertical-align: middle;
    margin-bottom:5px;
    background:#fff url(../images/select_down.png) no-repeat;
    background-size:8px 8px;
    background-position: 95% center;
}
@-moz-document url-prefix() { /* for firefox */
    .result .category .archive .select select {
        background:none;
        background-color: #FFF;
    }
}
@media screen and (min-width:640px) {
	.category-list {
		width: 100%;
	}
	.result .category p {
		width: 23%;
		max-width: 185px;
		height: 45px;
		margin: 0 0 20px;
	}
	.result .category p a{
		font-size: 1.4rem;
	}
}
@media screen and (min-width:960px) {
	.result .category {
		display: flex;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 20px;
	}
	.category-list {
		width: 71%;
	}
	.result .category p {
		margin-bottom: 0;
	}
	.result .category .archive {
		width: 27%;
		max-width: 330px;
		height: 45px;
		padding: 0 0 0 25px;
		border-left: 1px solid #fff;
		border-top: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.result-cont {
	position: relative;
	border: 5px solid #eeeeee;
	margin: 0 0 20px;
}
.result-cont .label{
	position: absolute;
	top: 10px;
	left: -15px;
	background: #e3d73f;
	padding: 3px 20px;
	color: #2b3382;
	font-size: 1.2rem;
	font-weight: 500;
}
.result-cont .label::before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.result-cont .label::before {
	left: 0;
	border-width: 0 10px 5px 0;
	border-right-color: #bbb022;
}
.result-cont-inner {
	padding: 5px 10px 10px;
}
.result-cont-inner .date {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #000;
	padding: 0 0 5px;
	margin-bottom: 10px;
}
.result-cont-inner .date span{
	font-size: 2.5rem;
}
.result-cont-inner .info-cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.result-cont-inner .info-cont .name {
	text-align: center;
	width: 27%;
}
.result-cont-inner .info-cont .name span{
	font-size: 1.3rem;
	font-weight: 700;
	border-bottom: 4px solid #2b3382;
}
.result-cont-inner .info-cont .score {
	width: 20%;
}
.result-cont-inner .info-cont .score .game {
	font-size: 3.5rem;
	color: #2b3382;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	line-height: 1.0;
	text-align: center;
}
.result-cont-inner .info-cont .score .half {
	font-size: 1.2rem;
	color: #2b3382;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
.result-cont-inner .info-cont .score .half span {
	position: relative;
	padding: 0 5px 0 0;
}
.result-cont-inner .info-cont .score .half span:before {
	position: absolute;
	content: "";
	width: 1px ;
	height: 16px;
	background: #000;
	top: calc( 50% - 8px );
	right: 0;
}
.result-cont-inner .info-cont .score .half span:nth-child(2) {
	position: relative;
	padding: 0 ;
}
.result-cont-inner .info-cont .score .half span:nth-child(2):before {
	display: none;
}
.result-cont-inner .info-cont .vs {
	font-size: 1.5rem;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	width: 6%;
	text-align: center;
}
.result-cont-inner .ground {
	text-align: center;
	font-size: 1.3rem;
}
@media screen and (min-width:769px) {
	.result-cont .label{
		top: 20px;
		font-size: 1.6rem;
	}
	.result-cont-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 20px 0;
	}
	.result-cont-inner .date {
		width: 20%;
		font-size: 2.0rem;
		border-right: 1px solid #000;
		border-bottom: none;
	}
	.result-cont-inner .date span{
		font-size: 4.2rem;
	}
	.result-cont-inner .info {
		width: 80%;
	}
	.result-cont-inner .info-cont {
		width: 80%;
		margin: 0 auto;
	}
	.result-cont-inner .info-cont .name {
		text-align: center;
		width: 25%;
	}
	.result-cont-inner .info-cont .name span{
		font-size: 2.5rem;
	}
	.result-cont-inner .info-cont .score .game {
		font-size: 7.5rem;
	}
	.result-cont-inner .info-cont .score .half {
		font-size: 2.0rem;
	}
	.result-cont-inner .info-cont .score .half span {
		padding: 0 10px 0 0;
	}
	.result-cont-inner .info-cont .vs {
		font-size: 2.5rem;
		width: 10%;
	}
	.result-cont-inner .ground {
		font-size: 1.5rem;
	}
}

.schedule-wrap {
	width: 100%;
	overflow-x: auto;
}
.schedule-table {
	width: 100%;
	min-width: 600px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.schedule-table th,.schedule-table td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 10px 5px 12px;
}
.schedule-table th {
	background: #e3d73f;
	color: #2b3382;
}
.schedule-table td {
	background: #eeeeee;
}
@media screen and (min-width:769px) {
	.schedule-table th,.schedule-table td{
		font-size: 1.6rem;
		text-align: center;
		padding: 10px 10px 12px;
	}
}


/*--Member--*/
.member-list-sec .cont-area{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.member-list-sec .cont-area:before,.member-list-sec .cont-area:after{
	display: none;
}
.member-list {
	width: 30%;
	margin-bottom: 40px;
}
.member-list a {
	text-decoration: none;
}
.member-list .img{
	margin-bottom: 15px;
}
.member-list .img img{
	width: 100%;
	height: auto;
}
.member-list .name{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
.member-list .spec{
	font-size: 1.2rem;
	color: #2b3382;
	font-weight: 700;
}
@media screen and (min-width:769px) {
	.member-list {
		width: 18%;
		margin-bottom: 40px;
	}
	.member-list .name{
		font-size: 2.0rem;
	}
	.member-list .spec{
		font-size: 1.3rem;
	}
}
@media screen and (min-width:960px) {
	.member-list .name{
		font-size: 2.2rem;
	}
	.member-list .spec{
		font-size: 1.4rem;
	}
}

/*--Member Detail--*/
.member-detail-sec .cont-area {
	background:url("../images/member-detail-bg.png") no-repeat 0 bottom #f9f7f7;
	background-size: cover;
	padding: 20px;
	border-top: 5px solid #e3d73f;
	margin-bottom: 50px;
}
.member-detail-sec .cont-area:before,.member-detail-sec .cont-area:after {
	display: none;
}
.member-detail-sec .cont-area .img {
	width: 80%;
	padding: 20px;
	margin: 0 auto 20px;
	text-align: center;
}
.member-detail-sec .cont-area .info-inner {
	width: 100%;
	text-align: center;
}
.member-detail-sec .cont-area .info .position {
	color: #2b3382;
	font-size: 1.6rem;
	font-family: anton, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-style: italic;
}
.member-detail-sec .cont-area .info .name {
	font-size: 2.5rem;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
}
.member-detail-sec .cont-area .info .name span{
	display: block;
	font-size: 1.4rem;
	color: #2b3382;
}
.member-detail-table {
	width: 100%;
	border-collapse:separate;
	border-spacing:10px;
}
.member-detail-table th{
	border-right: 1px solid #d2d2d2;
	width: 40%;
	padding-right: 10px;
}
.member-detail-table td{
	padding-left: 10px;
}
@media screen and (min-width:640px) {
	.member-detail-sec .cont-area {
		padding: 30px;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.member-detail-sec .cont-area .img {
		width: 37.3%;
		padding: 20px;
	}
	.member-detail-sec .cont-area .info-inner {
		text-align: left;
	}
	.member-detail-sec .cont-area .info {
		width: 58%;
		background:url("../images/member-detail-logo.png") no-repeat right 0    ;
		padding: 20px;
		display: flex;
		align-items: center;
	}
	.member-detail-sec .cont-area .info .position {
		font-size: 2.2rem;
	}
	.member-detail-sec .cont-area .info .name {
		font-size: 3.2rem;
	}
	.member-detail-sec .cont-area .info .name span{
		font-size: 1.6rem;
	}
	.member-detail-table td{
		padding-left: 30px;
	}
}
@media screen and (min-width:769px) {
	.member-detail-sec .cont-area .info .position {
		font-size: 3.0rem;
	}
	.member-detail-sec .cont-area .info .name {
		font-size: 4.0rem;
	}
	.member-detail-sec .cont-area .info .name span{
		display: inline;
		margin: 0 0 0 20px;
	}
	
}


/*--Donation--*/
.page-catch {
	text-align: center;
	margin-bottom: 30px;
}
.page-catch span{
	font-size: 1.6rem;
	font-weight: 900;
	background: linear-gradient(transparent 70%, #ffe92c 70%);
}
.donation-inner {
	padding-bottom: 30px;
}
.donation-cont {
	padding: 20px 10px ;
	border-bottom: 1px solid #eee;
}
.donation-cont .img {
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
}
.donation-cont .info .date {
	color: #d1c0a5;
	font-size: 1.2rem;
}
.donation-cont .info .ttl {
	color: #2b3382;
	font-size: 2.0rem;
}
@media screen and (min-width:769px) {
	.page-catch {
		margin-bottom: 50px;
	}
	.page-catch span{
		font-size: 2.8rem;
	}
	.donation-cont {
		padding: 30px ;
		border-bottom: 1px solid #eee;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	.donation-cont .img {
		width: 31%;
		margin: 0;
	}
	.donation-cont .info {
		width: 62%;
	}
	.donation-cont .info .date {
		font-size: 1.3rem;
	}
	.donation-cont .info .ttl {
		font-size: 2.4rem;
	}
}
@media screen and (min-width:960px) {
	.donation-cont .info .ttl {
		color: #2b3382;
		font-size: 3.0rem;
	}
}


/*--Pager--*/
.pager {
	margin: 30px 0 50px;
	text-align:center;
}
.pager span,
.pager a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding:8px 17px 9px;
	border: 2px solid #2b3382;
	font-size: 1.5rem;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.pager a {
	color: #2b3382;
	text-decoration:none;
	background: #fff;
}
.pager span,
.pager a:hover {
	background: #2b3382;
	color: #fff;
	text-decoration:none;
}

/*--Contact--*/
/* フォームテーブル */
span.rec-icon {
	background:#e60012;
	color:#fff;
	padding:3px 10px 5px;
	margin:0 5px 0 0;
	font-size:1.2rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form-table {
	width:100%;
	margin:40px 0 50px;
	border-bottom: 1px solid #d2d2d2;
}
.form-table th,
.form-table td {
	display: block;
	max-width: 100%;
	padding: 10px;
	border-top: 1px solid #d2d2d2;
	font-size: 1.5rem;
	vertical-align: middle;
}
.col-l span {
	display: block;
	font-size: 1.4rem;
}
.form-table th {
	width: calc(100% - 100px);
	font-size: 1.5rem;
	vertical-align: middle;
	float: left;
}
#form02 .form-table th {
	width: 100%;
	font-size: 1.5rem;
	display: block;
}
.col-l {
	width:100%;
	clear: both;
	display: block;
}	
.col-s {
	width: 100px;
	float: right;
	text-align: right;
	font-size: 1.5rem;
}	
/* フォーム */	
.form-table input,
.form-table select {
	padding:10px;
	margin: 5px 0;
	color:#000;
	font-size: 1.5rem;
	border: none;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}	
.form-table option {
	color:#000;
}	
.form-s input {
	width:100%;
}	
.form-m input {
	width:100%;
}	
/* 郵便番号など */
.form-ms input {
	width:100%;
}		
/* 住所など */
.form-l input,
.form-l textarea {
	width:100%;
	color:#000;
}				
.form-l textarea {
	padding:10px;
	font-size: 1.5rem;
	height: 200px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}	
/* プラポリ */
.ck-box {
	width:50%;
	margin:0 0 5px;
	float:left;
}
.contact-pp {
	padding: 20px;
	width: 100%;
	height: 250px;
	border: 5px solid #f0f0f0;
	overflow: auto;
	margin: 0 auto 40px;
	font-size: 1.3rem;
}
.contact-radio {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.4rem;
}	
.contact-radio a {
	color:#2d2d2d;
	font-size: 1.4rem;
}
.contact-caution01 {
	border: 5px solid #eee;
	text-align: center;
	padding: 30px;
	margin: 10px 0 30px;
}
.contact-caution02 {
	border: 5px solid #f1574b;
	color: #f1574b;
	text-align: center;
	padding: 30px;
	margin: 10px 0 0;
}
/* ボタン */
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}						
#form01 .btn-area {
	width: 100%;
	margin: 0 auto 100px;
}
#form02 .btn-area {
	width: 100%;
	margin: 0 auto 100px;
}
/* 送信 */
#form01 p.btn-submit input,
#form01 p.btn-submit a,
#form01 p.btn-submit button{
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 400px;
	height: 65px;
	margin: 0 auto;
	border: none;
	color: #fff;
	background: #e50008;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border: 2px solid #e50008;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#form01 p.btn-submit a {
	text-decoration:none;
}
#form01 p.btn-submit a:hover {
	background: #fff;
	color: #e50008;
}
#form01 p.btn-submit input:hover,
#form01 p.btn-submit button:hover{
	background: #fff;
	color: #e50008;
}
#form02 p.btn-submit input,#form02 p.btn-submit button{
	cursor: pointer;
	display: block;
	width: 90%;
	max-width: 400px;
	height: 65px;
	margin: 0 auto 15px;
	border: none;
	color: #fff;
	position: relative;
	background: #e50008;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border: 2px solid #e50008;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
/* 戻る */
#form02 p.btn-return input{
	cursor: pointer;
	display: block;
	width: 90%;
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
	font-size: 1.6rem;
	background: #d5d4d4;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0.1em;
	border: 2px solid #d5d4d4;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#form02 p.btn-return a:hover,
#form02 p.btn-return input:hover {
	background: #fff;
	color: #d5d4d4;
}
@media screen and (min-width: 769px) {
	span.rec-icon {
		padding:5px 15px 7px;
		font-size:1.3rem;
	}
	/* フォームテーブル */
	.form-table {
		display: table;
	}
	.form-table th,.form-table td{
		padding: 20px 30px;
		display: table-cell;
		font-size: 1.6rem;
	}
	.form-table th {
		padding: 20px 30px;
		width: 20%;
		float: none;
	}
	#form02 .form-table th {
		width: 20%;
		display: table-cell;
	}
	.col-l {
		width:inherit;
	}	
	.col-s {
		width:120px;
		float: none;
		text-align: center;
		padding: 30px 0 !important;
	}	
	/* フォーム */	
	.form-table input,
	.form-table select {
		margin:0 10px 0 0;
	}	
	.form-s input {
		width:40px;
	}	
	.form-m input {
		width: 100%;
		max-width:350px;
	}
	/* 郵便番号など */
	.form-ms input {
		max-width:150px;
	}		
	/* 住所など */
	.form-l input,
	.form-l textarea {
		max-width:550px;
	}			
	/* プラポリ */
	p.contact-radio {
		margin: 0 0 20px;
	}	
	/* ボタン */
	#form01 .btn-area {
		width: 440px;
	}
	#form01 .btn-area p{
		display: inline-block;
	}
	#form02 .btn-area {
		width: 660px;
		text-align: center;
	}
	#form02 .btn-area p{
		display: inline-block;
		margin: 0 10px;
	}
	/* 送信 */
	#form01 p.btn-submit input,
	#form01 p.btn-submit a,
	#form01 p.btn-submit button{
		width: 440px;
		height: 60px;
	}
	#form02 p.btn-submit input{
		width: 300px;
		height: 65px;
		}
	#form01 p.btn-submit a:hover {
		background: #fff;
		color: #e50008;
	}
	#form02 p.btn-submit input:hover {
		background: #fff;
		color: #e50008;
	}
	/* 戻る */
	#form02 p.btn-return input{
		margin-top: 0;
		width: 300px;
		height: 65px;
		font-size: 1.6rem;
		display: inline-block;
		background: #d5d4d4;
		color: #fff;
		text-align: center;
		font-weight: 700;
		text-decoration: none;
		line-height: 1.0;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		letter-spacing: 0.1em;
		border: 2px solid #d5d4d4;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	}
	#form02 p.btn-return a:hover,
	#form02 p.btn-return input:hover {
		background: #fff;
		color: #d5d4d4;
	}
}


/*--お知らせ--*/
.news-archive-wrap {
	background: #2b3382;
	padding: 10px 20px 0;
}
.news-archive-wrap .news-archive-inner {
	padding: 0;
}
.news-archive-wrap select{
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.na-ttl {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 0 5px 10px 0;
	font-size: 1.2rem;
}
.na-select {
	display: inline-block;
	padding: 0 10px 10px 0;
}
.news-list-wrap {
	padding: 0 0 30px;
}
.news-list-cont {
	border-bottom: 1px solid #eee;
}
.news-list-cont a{
	display: block;
	padding: 10px;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news-list-cont a:hover{
	background: #eee;
}
.news-list-cont .date{
	font-size: 1.2rem;
	margin: 0 0 5px 0;
	color: #d1c0a5;
}
.news-list-cont .date span{
	display: inline-block;
	color: #434343;
	font-size: 1.3rem;
	padding: 3px 15px;
	margin: 0 0 0 15px;
	background: #e3d73f;
}
.news-list-cont .ttl{
	font-size: 2.0rem;
	margin: 0 0 5px;
	color: #2b3382;
}
@media screen and (min-width:769px) {
	.news-archive-wrap {
		padding: 20px 30px 10px;
	}
	.news-archive-wrap select{
		padding: 10px;
	}
	.na-ttl {
		padding: 12px 10px 10px 0;
		font-size: 1.4rem;
	}
	.na-select {
		padding: 0 20px 10px 0;
	}
	.news-list-wrap {
		padding: 0 0 50px;
	}
	.news-list-cont a{
		padding: 50px;
	}
	.news-list-cont .ttl{
		font-size: 2.6rem;
	}
}



/*--News Detail--*/
.news-detail-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.news-detail-ttl{
	padding: 30px 10px ;
	border-bottom: 1px solid #ededea;
	position: relative;
}
.news-detail-ttl .date{
	font-size: 1.2rem;
	margin: 0 0 5px 0;
	color: #d1c0a5;
}
.news-detail-ttl .date span{
	display: inline-block;
	color: #434343;
	font-size: 1.3rem;
	padding: 3px 15px;
	margin: 0 0 0 15px;
	background: #e3d73f;
}
.news-detail-ttl h2{
	font-size: 2.2rem;
	margin: 0 0 10px;
	color: #2b3382;
}
.news-detail-ttl .circle_group{
	margin-bottom: 0;
}
.news-detail-wrap .entry {
	padding: 10px 10px 40px;
}
.news-detail-wrap .entry p{
	margin: 0 0 20px;
}
.news-detail-wrap .entry h3 {
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
}
.news-detail-wrap .entry h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 30px;
	background: #2b3382;
}
.news-detail-wrap .entry h4 {
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.news-detail-wrap .entry h4::before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 12px;
	width: 2px;
	height: 2px;
	background: #2b3382;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.news-detail-wrap .entry h5 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 10px;
}
.news-detail-wrap .entry p {
	margin-bottom: 20px;
	font-size: 16px;
}
.news-detail-wrap .entry p img {
	margin-bottom: 10px;
	font-size: 16px;
}
.news-detail-wrap .entry a {
	color: #f1574b;
}
@media screen and (min-width: 768px) {
	.news-detail-wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.news-detail-ttl{
		padding: 30px ;
	}
	.news-detail-ttl .date span{
		font-size: 1.4rem;
	}
	.news-detail-ttl h2{
		font-size: 2.8rem;
	}
	.news-detail-ttl .circle_group{
		position:absolute;
		right: 0;
		top: 70px;
	}
	.news-detail-wrap .entry {
		padding: 40px 30px 50px;
	}
	.news-detail-wrap .entry p{
		margin: 0 0 20px;
	}

}

/* サークルのスタイル */
.circle_group {
	margin-bottom: 40px;
}
.sns_circle{
	position:relative;
	width: 30px;
	height: 30px;
	margin:0 3px 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	float:left;
	list-style: none;
}

/* Webフォントに関する指定 */
.sns_circle span{
	position:absolute;
	font-size:1.5rem;
	color:#FFF;
}
.sns_circle span i{
	color:#fff;
}
/* Webフォントに関する指定(Twitter) */
.sns_circle.twitter.sns_circle span{
	position:absolute;
	padding:2px 0 0 8px;
}
/* Webフォントに関する指定(Facebook) */
.sns_circle.facebook.sns_circle span{
	position:absolute;
	padding:2px 0 0 10px;
}
/* Webフォントに関する指定(Google+) */
.sns_circle.googleplus.sns_circle span{
	position:absolute;
	padding:2px 0 0 7px;
	font-size:1.5rem;
}
/* Webフォントに関する指定(LINE) */
.sns_circle.line.sns_circle span{
	position:absolute;
	padding:6px 0 0 0;
	letter-spacing: 0;
	font-size:1.1rem;
}
/* リンク領域をブロック全体に */
.sns_circle a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent:-999px;
	color:#FFF;
}
/* マウスオーバー時のスタイル */
.sns_circle a:hover{
	background-color:#FFF;
	opacity: 0.5;
}
/* Font Awesome LINE（手作り） */
.fa-line:before {
	content: "LINE";
	font-family: 'Meiryo',sans-serif;
	font-weight: bold;
}
/* アイコン毎の配色と配置 */
.sns_circle.hatebu{
	background-color: #006fbb;
}
.sns_circle.twitter{
	background-color: #00acec;
}
.sns_circle.facebook{
	background-color: #265a96;
}
.sns_circle.googleplus{
	background-color: #dd4b39;
}
.sns_circle.line{
	background-color: #2cbf13;
}