@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: 'Spectral', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
	color: #333 !important;
}

img.fit {
	width: 100%;
	height: auto;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
	font-family: "游明朝", YuMincho, 'Noto Serif JP', serif;
}

br.tb {
	display: none;
}

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

	.wrapper {
/*		overflow: hidden;*/
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

@media screen and (min-width: 768px) {

	br.tb {
		display: block;
	}

}

a.no_link {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 768px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

.main {
	margin: 75px 0 0;
	position: relative;
	z-index: 1;
}
/*
.menu_open .main {
	margin-top: 0;
}
*/
@media screen and (min-width: 768px) {

	.main {
		margin: 100px 0 0;
	}

}


.center {
	text-align: center;
}

.ft_spec {
	font-family: 'Spectral', serif;
}


/* -----------------
	header
----------------- */

.header {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	background: url(../images/common/header_back_sp.png) no-repeat center center;
	background-size: cover;
}

.top .header {
	background: none;
}

.top .header::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/header_back_sp.png) no-repeat center center;
	background-size: cover;
	opacity: 0;
	transition: all 0.25s ease 0s;
}

.top .header.scroll::before {
	opacity: 1;
}


.header .logo {
	width: 248px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.header_gnavi {
	display: none;
}

#menu_btn {
	display: block;
	width: 30px;
	height: 25px;
	position: relative;	
}

#menu_btn::before,
#menu_btn::after,
#menu_btn span {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #fff;
}

#menu_btn::before {
	top: 0;
	left: 0;
}

#menu_btn::after {
	top: 22px;
	left: 0;
}

#menu_btn span {
	top: 11px;
	left: 0;
}

@media screen and (min-width: 768px) {

	.lg_1 .top_header {
		margin-top: 85px;
	}

	.lg_1 .main {
		margin-top: 185px;
	}

	.lg_1 .header {
		top: 85px;
	}
	
	.lg_1 #adminBox {
		position: fixed;
		top: 0;
	}

	.header {
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		background: url(../images/common/header_back_pc.png) no-repeat center center;
		background-size: cover;
	}

	.top .header::before {
		background: url(../images/common/header_back_pc.png) no-repeat center center;
		background-size: cover;
	}

	.header .logo {
		margin: 0 0 0 10px;
		width: 264px;
		flex-shrink: 0;
	}
	
	.header_column {
		margin: 0 15px 0 0;
		display: flex;
		align-items: center;
		min-width: 768px;
	}
	
	.header_gnavi {
		display: flex;
	}
	
	.header_gnavi li a {
		padding: 40px 30px;
		color: #fff;
		font-size: 1.8rem;
	}
	
	.header_gnavi li a span {
		padding-bottom: 8px;
		position: relative;
	}
	
	.header_gnavi li a span::after {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 1px;
		width: 0;
		background: #fff;
		transition: all 0.3s ease 0s;
	}
	
	.header_gnavi li a:hover span::after {
		width: 100%;
	}
	
	#menu_btn {
 		margin: 0 0 0 30px;
		 cursor: pointer;
	}
	
}

.menu {
	position: absolute;
	width: 100%;
	top: -75px;
	left: 0;
	z-index: 100;
	background: #0075dd;
	display: none;
}

.top .menu {
	top: 0;
}

.menu .inner {
	margin: 0 auto;
	padding: 35px 20px;
}

.menu h2 {
	margin: 0 0 40px;
	font-size: 1.8rem;
	color: #fff;
}

.menu h2 a {
	color: #fff;
}

.menu .inner > h3 {
	margin: 0 0 40px;
}

.menu .menu_column {
	margin: 0 0 5px;
}

.menu .menu_column ul {
	margin: 0 0 35px 20px;
}

.menu .menu_column li {
	margin: 0 0 15px;
	font-size: 1.4rem;
	color: #fff;
}

.menu .menu_column li a,
.menu h3 a {
	color: #fff;
}

.menu h3 {
	margin: 0 0 25px;
	font-size: 1.8rem;
	color: #fff;
}

#menu_close {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#menu_close::before,
#menu_close::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 30px;
	height: 1px;
}

#menu_close::before {
	transform: rotate(-45deg);	
}

#menu_close::after {
	transform: rotate(45deg);
}

#sp_menu_back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.7);
}

.menu_open #sp_menu_back {
  opacity: 1;
  z-index: 10;
}

@media screen and (min-width: 768px) {

	.menu {
		top: 0;
		padding: 5%;
		position: fixed;
		height: 100%;
		background: #0075dd url(../images/common/menu_back.png) no-repeat center bottom;
		background-size: 100% auto;
		display: flex;
		justify-content: center;
		align-items: center;
		display: none;
	}
	
	.menu .inner {
		margin: 0 auto;
		padding: 0;
		width: 800px;
	}
	
	.menu h2 {
		margin: 0 0 50px;
		font-size: 2.6rem;
	}
	
	.menu h2 a {
		color: #fff;
	}

	.menu .inner > h3 {
		margin: 0 0 50px;
	}
	
	.menu .menu_column_wrapper {
		display: flex;
	}
	
	.menu .menu_column {
		width: 33.3333%;
	}
	
	.menu .menu_column ul {
		margin: 0 0 60px 20px;
	}
	
	.menu .menu_column li {
		margin: 0 0 15px;
		font-size: 1.5rem;
	}
	
	#menu_close {
		top: 25px;
		right: 40px;
		width: 50px;
		height: 50px;
	}
	
	#sp_menu_back {
		display: none;
	}

}


/* -----------------
	top
----------------- */

.top .main {
	margin-top: 0;
	z-index: inherit;
}

.top_header {
	padding-top: 75px;
	background: url(../images/top/header_back_sp.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.top .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/back_sp.png) no-repeat center 0;
	background-size: 100% auto;
	z-index: 3;
}

@media screen and (min-width: 768px) {

	.top .main {
		min-width: 1120px;
		z-index: inherit;
	}
	
	.top_header {
		padding-top: 100px;
		min-width: 1120px;
		height: 825px;
		background: url(../images/top/header_back_pc.png) no-repeat center center;
		background-size: cover;
		position: relative;
	}
	
	.top .back {
		top: -100px;
		min-width: 1120px;
		background: url(../images/top/back_pc.png) no-repeat 130px 0;
		background-size: 1120px auto;
	}

}

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

	.top .back {
		background-position: center 0;
	}

}

.top_slide_wrapper {
	position: relative;
}

.top_slide_wrapper {
	margin: 0 20px;
	z-index: 3;
}

.top_slide_img img {
	width: 100%;
	height: auto;
}

.slick-list {
	padding: 0 !important;
}

.top_slide_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.top_slide_btn .slick-arrow {
	position: absolute;
	top: 200px;	
	padding: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.top_slide_btn .slick-prev {
	left: -10px;
	background: url(../images/top/slide_left.png) no-repeat;
	background-size: 50px auto;
}

.top_slide_btn .slick-next {
	right: -10px;
	background: url(../images/top/slide_right.png) no-repeat;
	background-size: 50px auto;
}

.top_slide_navi {
	margin: 0 50px;
}

.top_slide_navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_slide_navi li {
	margin: 0 5px;	
}

.top_slide_navi button {
	border: none;
	width: 50px;
	height: 2px;
	line-height: 2px;
	background: #fff;
	text-indent: -9999px;
	opacity: 0.4;	
}

.top_slide_navi .slick-active button {
	opacity: 1;	
}

@media screen and (min-width: 768px) {

	.top_slide_wrapper {
		margin: 0;
	}

	.top_slide_img {
		margin: 0 15px;
		height: 600px;
	}
	
	.top_slide_img img {
		width: auto;
		height: 600px;
	}
	
	.top_slide_btn {
		height: 120px;
	}
	
	.top_slide_btn .slick-arrow {
		position: inherit;
		top: auto;
	}

	.top_slide_btn .slick-prev {
		left: auto;
	}
	
	.top_slide_btn .slick-next {
		right: auto;
	}
	
}

.header_search {
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
	z-index: 3;
	width: calc(100% - 40px);
}

.header_search input[type="search"] {
	width: 100%;
	padding: 15px 55px 15px 30px;
	border: none;
	font-size: 1.6rem;
	border-radius: 40px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header_search input[type="search"]::placeholder{
	color: transparent;
}

.search_input {
	position: relative;
}

.search_submit_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 27px;
	height: 27px;
	margin: auto;
	text-indent: -9999px;
	background: url(../images/common/btn_search.png) no-repeat;
	background-size: 27px auto;
	border: none;
}

@media screen and (min-width: 768px) {

	.header_search {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 185px;
		margin: auto;
		width: 550px;
		padding: 0;
	}
	
	.header_search input[type="search"] {
		width: 550px;
		padding: 13px 70px 13px 30px;
	}

	.header_search input[type="search"]::placeholder{
		color: #828282;
	}
	
	.search_submit_btn {
		right: 30px;
	}

}

.top_news {
	padding: 60px 20px 85px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 3;
}

.top_news h1 {
	margin: 0 0 35px;
	font-size: 4.0rem;
}

.top_news ul {
	margin: 0 0px 30px 0;
}

.top_news li {
	margin: 0 0 15px;
}

.top_news li a {
}

.tag span {
	padding: 2px 14px;
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
	white-space: nowrap;
	float: left;
}

.tag .tag_news {
	background: #5e8c3f;
}

.tag .tag_update {
	background: #8b6397;
}

.tag .tag_event {
	background: #399ba9;
}

.tag .tag_members {
	background: #b29340;
}

.top_news li time {
	margin: 0 25px;
	padding: 3px 0 0;
	font-size: 1.3rem;
	white-space: nowrap;
}

.top_news li h3 {
	margin: 10px 0 0;
	clear: both;
	font-size: 1.6rem;
}

.btn_link {
	display: inline-block;
	border-bottom: 1px solid #d4d4d4;
}

.btn_link a {
	padding: 0 0 5px 30px;
	position: relative;
	display: block;
}

.btn_link a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 10px;
	height: 1px;
	background: #0075de;
	transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {

	.top_news {
		padding: 120px 0 220px;
	}
	
	.top_news .top_news_box {
		width: 1080px;
		position: relative;
	}
	
	.top_news h1 {
		margin: 0 0 40px;
		font-size: 6.0rem;
	}
	
	.top_news ul {
		margin: 0 70px 30px 0;
	}
	
	.top_news li {
		margin: 0 0 20px;
	}
	
	.top_news li a {
		display: flex;
	}
	
	.top_news li .tag span {
		padding: 2px 18px;
		font-size: 1.4rem;
		display: block;
		float: none;
	}
	
	.top_news li time {
		margin: 0 25px;
		padding: 3px 0 0;
		font-size: 1.3rem;
		white-space: nowrap;
	}
	
	.top_news li h3 {
		margin: 0;
		font-size: 1.6rem;
	}
	
	.top_news li a:hover h3 {
		color: #0075de;
	}
	
	.btn_link a:hover {
		color: #0075de;
	}
	
	.btn_link a:hover::after {
		width: 100%;
	}

}

.top_about {
	padding: 0 20px 85px;
	overflow: hidden;
}

.top_about h1 {
	margin: 0 0 35px;
	font-size: 5.8rem;
}

.top_about_box {
	margin: 0 0 40px;
	position: relative;
	z-index: 3;
}

.top_about p {
	margin: 0 0 20px;
	font-size: 1.8rem;
	line-height: 2.0;
}

.top_about figure {
	margin: 0 -20px;
	width: calc(100% - 35px);
	height: 200px;
	background: url(../images/top/about_back.png) no-repeat center center;
	background-size: cover;
	float: right;
}

@media screen and (min-width: 768px) {

	.top_about {
		padding: 0 0 180px;
		display: flex;
		align-items: center;
	}
	
	.top_about h1 {
		font-size: 10.0rem;
	}
	
	.top_about_box {
		margin: 0 75px;
		width: 45%;
	}
	
	.top_about p {
		margin: 0 0 30px;
	}
	
	.top_about figure {
		margin: 0;
		width: 55%;
		height: 577px;
		float: none;
	}

}

.top_event {
	padding: 0 20px 85px;
	position: relative;
	z-index: 3;
}

.top_event_box {
}

.top_event_column {
	margin: 0 0 40px;
}

.top_event h1 {
	margin: 0 0 35px;
	font-size: 6.0rem;
}

.top_event_column > div {
	margin: 0 0 40px;
}

.top_event_column p {
	margin: 0 0 20px;
	font-size: 1.8rem;
	line-height: 2.0;
}

.top_event_link li {
	width: calc(50% - 10px);
}

.top_event_link li:nth-child(2) {
	margin-top: -50px;
	float: right;
}

.top_event_link li:nth-child(3) {
	margin-top: 40px;
}

.top_event_link h3 {
	margin: 10px auto 0;
	font-size: 2.0rem;
	position: relative;
	display: inline-block;
}

.top_event_link h3::before,
.top_event_link h3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	height: 1px;
	margin: auto;
}

.top_event_link h3::before {
	width: 25px;
	right: -40px;
	background: #d4d4d4;
}

.top_event_link h3::after {
	width: 10px;
	right: -25px;
	background: #0075de;
	transition: all 0.3s ease 0s;
}

.top_event_link a:hover h3::after {
	right: -40px;
	width: 25px;
}

@media screen and (min-width: 768px) {

	.top_event {
		padding: 0 0 255px;
		display: flex;
		justify-content: flex-end;
	}
	
	.top_event_box {
		margin: 0 75px 0 0;
		width: 1095px;
	}
	
	.top_event_column {
		margin: 0 0 30px;
		display: flex;
	}

	.top_event_column > div {
		margin: 0;
		order: 2;
	}
	
	.top_event h1 {
		margin: 10px 0 35px;
		font-size: 10.0rem;
	}
	
	.top_event_column figure {
		margin: 0 55px 0 0;
		width: 470px;
		flex-shrink: 0;
		order: 1;
	}
	
	.top_event_column p {
		margin: 0 0 30px;
	}
	
	.top_event_link {
		display: flex;
		justify-content: space-between;
	}
	
	.top_event_link li {
		text-align: center;
		width: calc(33.3333% - 20px);
	}

	.top_event_link li:nth-child(2) {
		margin-top: 0;
		float: none;
	}
	
	.top_event_link li:nth-child(3) {
		margin-top: 0;
	}
	
	.top_event_link li figure {
		overflow: hidden;
	}
	
	.top_event_link li figure img {
		transition: all 0.3s ease 0s;
	}
	
	.top_event_link li a:hover figure img {
		transform: scale(1.05);
	}
	
	.top_event_link h3 {
		margin: 15px auto;
	}
	
}

.top_bottom_banner {
	padding: 90px 20px;
	background: url(../images/top/bnr_back_sp.png) no-repeat center center;
	background-size: cover;
}

.top_bottom_banner ul {
}

.top_bottom_banner li {
	margin: 0 0 20px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.top_bottom_banner li a {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.top_bottom_banner li a::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all .3s ease-out;
}

.top_bottom_banner .bnr_members a::before {
	background: url(../images/top/bnr_members.jpg) no-repeat center center;
	background-size: cover;
}

.top_bottom_banner .bnr_link a::before {
	background: url(../images/top/bnr_link.jpg) no-repeat center center;
	background-size: cover;
}

.top_bottom_banner .bnr_entry a::before {
	background: url(../images/top/bnr_entry.jpg) no-repeat center center;
	background-size: cover;
}

.top_bottom_banner .bnr_jimukyoku a::before {
	background: url(../images/top/bnr_jimukyoku.jpg) no-repeat center center;
	background-size: cover;
}

.top_bottom_banner li h3 {
	margin: 0 0 15px;
	font-size: 2.0rem;
	color: #fff;
	width: 100%;
	position: relative;
	z-index: 3;
}

.top_bottom_banner h3::before,
.top_bottom_banner h3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	height: 1px;
	margin: auto;
}

.top_bottom_banner h3::before {
	width: 25px;
	right: 20px;
	background: #d4d4d4;
}

.top_bottom_banner h3::after {
	width: 10px;
	right: 35px;
	background: #0075de;
	transition: all 0.3s ease 0s;
}

.top_bottom_banner a:hover h3::after {
	right: 20px;
	width: 25px;
}

@media screen and (min-width: 768px) {

	.top_bottom_banner {
		padding: 70px 3%;
		background: url(../images/top/bnr_back_pc.png) no-repeat center center;
		background-size: cover;
	}
	
	.top_bottom_banner ul {
		display: flex;
		justify-content: center;
	}
	
	.top_bottom_banner li {
		margin: 0 18px;
		width: 25%;
		max-width: 345px;
		overflow: hidden;
	}
	
	.top_bottom_banner li a {
		height: 210px;
	}
	
	.top_bottom_banner li a:hover::before {
		transform: scale(1.05);
	}
	
	.top_bottom_banner li h3 {
		margin: 0 0 10px;
		font-size: 1.8rem;
		width: 100%;
	}
	
}

/* -----------------
	お知らせ
----------------- */

.page_index {
	margin: 0 0 100px;
}

.page_index .index_text {
	margin: 0 0 30px;
	font-size: 1.6rem;
}

.index_list {
	margin: 0 0 30px;
	background: url(../images/common/line_dot.png) repeat-x 0 top;
	background-size: 1100px auto;
}

.index_list li {
	background: url(../images/common/line_dot.png) repeat-x 0 bottom;
	background-size: 1100px auto;
}

.index_list li a {
	padding: 20px 25px 20px 0;
	display: flex;
	flex-wrap: wrap;
	background: url(../images/common/arrow_right_blue.png) no-repeat right center;
	background-size: 13px auto;
}

.index_list li .tag {
	margin: 0 15px 0 0; 
}

.index_list li time {
	margin: 0;
	font-size: 1.4rem;
	white-space: nowrap;
}

.index_list li p {
	margin: 10px 0 0;
	font-size: 1.6rem;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.page_index {
		margin: 0 0 150px;
	}
	
	.page_index .index_text {
		margin: 0 0 40px;
	}
	
	.index_list {
		margin: 0 0 40px;
	}
	
	.index_list li a {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		padding: 20px 40px 20px 0;
		background: url(../images/common/arrow_right_blue.png) no-repeat right 20px center;
		background-size: 13px auto;
	}
	
	.index_list li time {
		margin: 0 30px 0 0;
	}
	
	.index_list li p {
		margin: 0;
		width: auto;
		transition: all .3s ease-out;
	}

	.index_list li a:hover p {
		color: #0075de;
	}

}

.index_pager ul {
	margin: 0 -5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li {
	margin: 0 5px;
	background: #fff;
	width: 20px;
	height: 30px;
	font-size: 1.4rem;
}

.index_pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 30px;
}

.index_pager li.dot {
	margin: 0;
	border: none;
}

.index_pager li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 30px;
	border: 1px solid #EBEBEB;
}

.index_pager li.cur {
	border-color: #fff;
}

.index_pager li.cur span {
	color: #D4D4D4ff;
}

.index_pager li.page_back,
.index_pager li.page_forward,
.index_pager li.page_back a,
.index_pager li.page_forward a {
	width: 50px;
}

.index_pager li.page_back {
	margin-right: auto;
}

.index_pager li.page_forward {
	margin-left: auto;
}

@media screen and (min-width: 768px) {

	.index_pager ul {
		margin: 0;
	}
	
	.index_pager li {
		width: 30px;
		height: 40px;
	}
	
	.index_pager li span {
		width: 30px;
		height: 40px;
	}
	
	.index_pager li a {
		width: 30px;
		height: 40px;
	}
	
	.index_pager li.page_back,
	.index_pager li.page_forward,
	.index_pager li.page_back a,
	.index_pager li.page_forward a {
		width: 75px;
	}
	
	.index_pager li.page_back {
		margin-right: 50px;
	}
	
	.index_pager li.page_forward {
		margin-left: 50px;
	}

}

.category_top {
	margin: 0px 0 100px;
	border-top: 1px solid #D4D4D4;
	padding: 20px 0 0;
	font-size: 1.4rem;
	text-align: center;
}

.category_top a {
	display: inline-block;
	transition: all .3s ease-out;
}

.bottom_navi_cate {
	margin: 0 auto 40px;
}

.bottom_navi_cate li {
	margin: 0 0 15px;
	font-size: 1.4rem;
}

.bottom_navi_cate li a {
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #D4D4D4;
	position: relative;
	transition: all .3s ease-out;
}

.bottom_navi_cate li div {
	position: relative;
	text-align: center;
	width: 100%;
}

.bottom_navi_cate li div::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #fff;
}

.bottom_navi_cate li a::before,
.bottom_navi_cate li a::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	z-index: 2;
}

.bottom_navi_cate li a::before {
	right: -10px;
	width: 20px;
	background: #D4D4D4;
}

.bottom_navi_cate li a::after {
	right: 0;
	width: 10px;
	background: #0075DE;
}

.bottom_navi_cate li a::after {
	right: 0;
	width: 10px;
	background: #0075DE;
}

.bottom_navi_home {
	font-size: 1.4rem;
	border-top: 1px solid #EBEBEB;
}

.bottom_navi_home a {
	padding: 15px 0 0 0;
	display: inline-block;
}

.btn_left_line a span {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
}

.btn_left_line span::before,
.btn_left_line span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
}

.btn_left_line span::before {
	left: 0;
	width: 20px;
	background: #D4D4D4;
}

.btn_left_line span::after {
	left: 15px;
	width: 5px;
	background: #0075DE;
}

@media screen and (min-width: 768px) {

	.category_top {
		margin: 0px 0 120px;
		padding: 30px;
		font-size: 2.0rem;
	}
	
	.bottom_navi_cate {
		margin: 0 auto 40px;
	}
	
	.bottom_navi_cate ul {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.cat_about-us .bottom_navi_cate ul {
		max-width: 730px;
	}
	
	.bottom_navi_cate li {
		margin: 0 37px 40px;
		font-size: 1.8rem;
		width: 290px;
	}
	
	.bottom_navi_cate li a {
		padding: 15px 10px;
		transition: all .2s ease-out;
	}
	
	.bottom_navi_cate li div::before {
		right: -15px;
	}
	
	.bottom_navi_cate li a::before {
		right: -15px;
		width: 25px;
	}
	
	.bottom_navi_cate li a::after {
		right: 0;
		width: 10px;
		transition: all .2s ease-out;
	}
	
	.bottom_navi_cate li a:hover {
		border: 1px solid #0075DE;
	}
	
	.bottom_navi_cate li a::after {
		right: 0;
		width: 10px;
	}
	
	.bottom_navi_cate li a:hover::after {
		right: -15px;
		width: 25px;
	}
	
	.bottom_navi_home {
		font-size: 2.0rem;
	}
	
	.bottom_navi_home a {
		padding: 30px 0 0 0;
	}

	.btn_left_line a span::after {
		transition: all .2s ease-out;
	}
	
	.btn_left_line a:hover span {
		color: #0075DE;
	}
	
	.btn_left_line a:hover span::after {
		left: 0px;
		width: 20px;
		background: #0075DE;
	}

}

/* -----------------
	下層ページ
----------------- */

.page_header {
	position: relative;
	z-index: 2;
}

.menu_open .page_header {
	position: initial;
}
/*
.page_header .header {
	background: url(../images/common/header_back_sp.png) no-repeat center center;
	background-size: cover;
	align-items: center;
}
*/
.page_header .header .logo {
	margin-top: 0;
}

.page_header .header_gnavi {
	padding-top: 0;
	align-items: center;
}

.page_header #menu_btn {
	margin-top: 0;
}

.page .main {
	background: url(../images/common/title_back_sp.png) no-repeat center 0;
	background-size: 100% auto;
}

.path {
	display: none;
}

@media screen and (min-width: 768px) {
/*
	.page_header .header {
		background: url(../images/common/header_back_pc.png) no-repeat center center;
		background-size: cover;
		align-items: center;
	}
*/	
	.page .main {
		background: url(../images/common/title_back_pc.png) no-repeat center 0;
		background-size: 100% auto;
	}
	
	.path {
		padding: 20px 15px;
		display: block;
	}
	
	.path ol {
		display: flex;
		align-items: center;
		list-style-type: none;
	}
	
	.path li {
		font-size: 1.3rem;
	}
	
	.path li a,
	.path li span {
		margin-left: 20px;
		padding-left: 25px;
		background: url(../images/common/path.png) no-repeat 0 center;
		background-size: 6px auto;
		display: block;
		line-height: 1.3;
	}

	.path li:first-child a,
	.path li:first-child span {
		margin-left: 0;
		padding-left: 0;
		background: none;
	}

}

.page_title {
	height: 170px;
	text-align: center;
	font-size: 1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_title .page_title_sub {
	margin: 0 0 10px;
	padding: 0 0 5px;
	position: relative;
}

.page_title .page_title_sub::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background: linear-gradient(to right, #3093DB 0%, #8B3EB5 100%);
}

.page_title .category_title,
.page_title h1 {
	font-size: 2.8rem;
}

@media screen and (min-width: 768px) {

	.page_title {
		height: 290px;
		font-size: 1.8rem;
	}
	
	.page_title .page_title_sub {
		margin: 0 0 20px;
		padding: 0 0 10px;
	}
	
	.page_title .category_title,
	.page_title h1 {
		font-size: 5.6rem;
	}

}

.page_inner {
	margin: 0 20px 40px;
}

.page_navi {
	margin: 0 0 60px;
}

.page_navi h3 {
	padding: 3px 50px 0 0;
	font-size: 1.4rem;
	color: #717171;
	position: relative;
	display: inline-block;
}

.page_navi h3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	background: #C1C1C1;
}

.page_navi ul {
	margin: 20px 0 0;
}

.page_navi li {
	margin: 0 0 20px;
	font-size: 1.2rem;
}

.page_navi a {
	padding: 0 17px 0 0;
	background: url(../images/common/arrow_down_blue.png) no-repeat right center;
	background-size: 10px auto;
}

@media screen and (min-width: 768px) {

	.page_inner {
		margin: 0 auto 50px;
		max-width: 1100px;
	}
	
	.page_navi {
		margin: 0 0 120px;
		display: flex;
	}
	
	.page_navi h3 {
		padding: 3px 50px 0 0;
		font-size: 1.4rem;
		color: #717171;
		position: relative;
	}
	
	.page_navi h3::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 1px;
		background: #C1C1C1;
	}
	
	.page_navi ul {
		margin: 0;
		display: flex;
	}
	
	.page_navi li {
		margin: 0 0 0 30px;
		font-size: 1.6rem;
	}
	
	.page_navi a {
		padding: 0 17px 0 0;
		background: url(../images/common/arrow_down_blue.png) no-repeat right center;
		background-size: 10px auto;
	}

	.page_navi a:hover {
		color: #0075de;
	}

}

.page_index h2,
.entry_column h2 {
	margin: 60px 0 40px;
	padding: 30px 0 0;
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: 'Spectral', serif;
	position: relative;
	border-top: 1px solid #EBEBEB;
}

.cat_news .page_index h2 {
	margin-top: 0;
}

.cat_events .page_index h2 {
	margin-bottom: 20px;
}

.page_index h2::after,
.entry_column h2::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 50px;
	height: 1px;	
	background: linear-gradient(to right, #001A4A 0%, #0862A5 100%);
}

.entry_header {
	margin: 0 0 40px;
}

.entry_header .entry_title {
	padding: 0 0 15px;
	font-size: 2.2rem;
	line-height: 1.3;
	background: url(../images/common/title_line_sp.png) no-repeat 0 bottom;
	background-size: 100% auto;
}

.entry_header .entry_date {
	margin: 20px 0 0;
	font-size: 1.4rem;
	display: block;
	color: #666;
}

@media screen and (min-width: 768px) {

	.page_index h2,
	.entry_column h2 {
		margin: 100px 0 80px;
		padding: 45px 0 0;
		font-size: 3.2rem;
	}

	.cat_events .page_index h2 {
		margin-bottom: 80px;
	}
	
	.page_index h2::after,
	.entry_column h2::after {
		width: 150px;
	}
	
	.entry_header {
		margin: 0 0 80px;
	}
	
	.entry_header .entry_title {
		padding: 0 0 35px;
		font-size: 2.8rem;
		line-height: 1.4;
		background: url(../images/common/title_line_pc.png) no-repeat 0 bottom;
		background-size: 1100px auto;
	}
	
	.entry_header .entry_date {
		font-size: 1.6rem;
	}

}

/* -----------------
	ユニットパーツ
----------------- */

.entry-container {
	margin: 0;
}

.entry_column {
	margin: 0 0 50px;
}

.entry_column p {
	margin: 0 0 30px;
	font-size: 1.6rem;
	line-height: 1.6;
	word-wrap: break-word;
}

.entry_column h3 {
	margin: 40px 0 30px;
	padding: 5px 0 5px 10px;
	font-size: 2.0rem;
	line-height: 1.4;
	border-left: 2px solid #0862A5;
}

.entry_column h4 {
	margin: 30px 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D4D4D4;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #1E618B;
}

.entry_column h2.down_line {
	margin: 50px 0 30px;
	padding: 0 0 20px;
	font-size: 2.4rem;
	background: url(../images/common/title_line_sp.png) no-repeat 0 bottom;
	background-size: 100% auto;
	border: none;
}

.entry_column h2.down_line::after {
	display: none;
}

.entry_column h3.event_tit {
	margin: 40px 0 20px;
	padding: 0 0 10px 20px;
	font-size: 2.0rem;
	border-bottom: 1px solid #D4D4D4;
	border-left: none;
	position: relative;
}

.entry_column h3.event_tit::after {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 10px;
	height: 4px;
	background: #0075DE;
}

.entry_column h4.gray_back {
	margin: 30px 0 10px;
	padding: 8px 14px;
	background: #F4F4F4;
	font-size: 1.8rem;
	border: none;
	color: #333;
}

.entry_column h5 {
	margin: 0 0 10px;
	color: #1E618B;
	line-height: 1.4;
}

.entry_column p.a_center {
	text-align: center;
}

.entry_column p.a_right {
	text-align: right;
}

.entry_column p.min {
	font-size: 1.4rem;
}

.entry_column ul.entry_list {
	margin: 0 0 30px;
}

.entry_column ul.entry_list li {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
}

.entry_column ul.entry_list li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border: 3px solid #0075DE;
	border-radius: 50%;
}

.entry_column ol {
	margin: 0 0 30px;
	list-style-type: none;
}

.entry_column ol li {
	margin: 0 0 10px;
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-size: 1.6rem;
	line-height: 1.4;
	counter-increment: cnt;
}

.entry_column ol li::before {
	content: "(" counter(cnt) ") ";
}

.entry_column ol.disc li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	position: relative;
	counter-increment: number;
}

.entry_column ol.disc li::before {
	content: counter(number);
	padding: 0 0.3em;
	margin-right: 5px;
}

.entry_column ol.disc li::after {
	content: '';
	position: absolute;
	display: block;
	top: 11px;
	left: 0;
	transform: translateY(-50%);
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #333;
	border-radius: 50%;
}

@media screen and (min-width: 768px) {

	.entry_column {
		margin: 0 0 100px;
	}
	
	.entry_column h3 {
		margin: 80px 0 60px;
		font-size: 2.4rem;
	}
	
	.entry_column h4 {
		margin: 60px 0 30px;
		padding: 0 0 15px;
		font-size: 1.8rem;
	}
	
	.entry_column h2.down_line {
		margin: 100px 0 30px;
		padding: 0 0 30px;
		font-size: 2.8rem;
		background: url(../images/common/title_line_pc.png) no-repeat 0 bottom;
		background-size: 100% auto;
	}
	
	.entry_column h3.event_tit {
		margin: 80px 0 40px;
		padding: 0 0 15px 25px;
		font-size: 2.4rem;
	}
	
	.entry_column h3.event_tit::after {
		top: 15px;
	}
	
	.entry_column h4.gray_back {
		margin: 40px 0 30px;
		padding: 8px 16px;
		font-size: 1.8rem;
	}
	
	.entry_column ul.entry_list {
		margin: 0 0 50px;
	}
	
	.entry_column ol {
		margin: 0 0 50px;
	}
	
}

.entry_column table.table- {
	margin: 0 0 50px;
	border-top: 1px solid #D4D4D4;
	width: 100%;
}

.entry_column table.table- th,
.entry_column table.table- td {
}

.entry_column table.table- th {
	font-size: 1.6rem;
	padding: 20px 0 0;
	display: block;
	text-align: left;
}

.entry_column table.table- td {
	font-size: 1.4rem;
	padding: 10px 0 20px;
	display: block;
	border-bottom: 1px solid #D4D4D4;
}

.entry_column ul.list_2box {
	margin: 0 0 30px;
}

.entry_column ul.list_2box li {
	margin: 0 0 10px;
	font-size: 1.6rem;
	border: 1px solid #D4D4D4;
	padding: 12px 16px;
	width: 100%;
}

.entry_column ul.list_3box {
	margin: 0 0 30px;
}

.entry_column ul.list_3box li {
	margin: 0 0 10px;
	font-size: 1.6rem;
	border: 1px solid #D4D4D4;
	padding: 12px 16px;
	width: 100%;
	display: flex;
	align-items: center;
}

.entry_column ul.list_4box {
	margin: 0 0 40px;
}

.entry_column ul.list_4box li {
	margin: 0 0 10px;
	font-size: 1.6rem;
	border: 1px solid #D4D4D4;
	padding: 12px 16px;
	width: 100%;
}

.entry_column ul.list_2box li a,
.entry_column ul.list_3box li a,
.entry_column ul.list_4box li a {
	color: #333;
	display: block;
}

.entry_column ul.list_2box li a[href^="http"],
.entry_column ul.list_3box li a[href^="http"],
.entry_column ul.list_4box li a[href^="http"] {
	padding-right: 22px;
	background: url(../images/common/ico_blank.svg) no-repeat right center;
	background-size: 12px 9px;
}

.entry_column ul.list_2box li a[href$=".pdf"],
.entry_column ul.list_3box li a[href$=".pdf"],
.entry_column ul.list_4box li a[href$=".pdf"] {
	padding-right: 22px;
	background: url(../images/common/ico_pdf.svg) no-repeat right center;
	background-size: 17px 19px;
}

.entry_column ul.list_2box li a[href$=".doc"],
.entry_column ul.list_3box li a[href$=".doc"],
.entry_column ul.list_4box li a[href$=".doc"],
.entry_column ul.list_4box li a[href$=".docx"],
.entry_column ul.list_4box li a[href$=".docx"],
.entry_column ul.list_4box li a[href$=".docx"] {
	padding-right: 22px;
	background: url(../images/common/ico_word.svg) no-repeat right center;
	background-size: 17px 19px;
}

.entry_column ul.list_2box li a[href$=".xls"],
.entry_column ul.list_3box li a[href$=".xls"],
.entry_column ul.list_4box li a[href$=".xls"],
.entry_column ul.list_4box li a[href$=".xlsx"],
.entry_column ul.list_4box li a[href$=".xlsx"],
.entry_column ul.list_4box li a[href$=".xlsx"] {
	padding-right: 22px;
	background: url(../images/common/ico_excel.svg) no-repeat right center;
	background-size: 17px 19px;
}

.entry_column ul.list_2box li.link,
.entry_column ul.list_3box li.link,
.entry_column ul.list_4box li.link {
	padding: 0;
	border: none;
	display: block;
}

.entry_column ul.list_2box li.link a,
.entry_column ul.list_3box li.link a,
.entry_column ul.list_4box li.link a {
	padding: 12px 40px 12px 16px;
	background-position: right 16px center;
	border: 1px solid #D4D4D4;
}

.entry_column .ico_pdf {
	line-height: 1.4;
	display: inline-block;
	padding-right: 24px;
	background: url(../images/common/ico_pdf.svg) no-repeat right center;
	background-size: 17px 19px;
}

.entry_column .ico_doc {
	line-height: 1.4;
	display: inline-block;
	padding-right: 24px;
	background: url(../images/common/ico_word.svg) no-repeat right center;
	background-size: 17px 19px;
}

.entry_column .ico_xls {
	line-height: 1.4;
	display: inline-block;
	padding-right: 24px;
	background: url(../images/common/ico_excel.svg) no-repeat right center;
	background-size: 17px 19px;
}

.entry_column p.all_download_box {
	margin: 0 0 40px;
	font-size: 1.8rem;
}

.entry_column p.all_download_box a {
	padding: 18px 0;
	text-align: center;
	display: block;
	color: #333;
	border: 1px solid #D4D4D4;
	text-decoration: none;
}

.entry_column p a {
	color: #0075DE;
	text-decoration: underline;
}

.entry_column p em {
	font-weight: bold;
}

.entry_column p strong {
	color: #D52121;
	font-weight: normal;
}

@media screen and (min-width: 768px) {

	.entry_column table.table- {
		margin: 0 0 100px;
		border-top: 1px solid #D4D4D4;
		width: 100%;
	}
	
	.entry_column table.table- th,
	.entry_column table.table- td {
		font-size: 1.6rem;
		display: table-cell;
		border-bottom: 1px solid #D4D4D4;
	}
	
	.entry_column table.table- th {
		padding: 20px 60px 20px 30px;
		white-space: nowrap;
	}
	
	.entry_column table.table- td {
		padding: 20px 30px;
	}
	
	.entry_column ul.list_2box {
		margin: 0 0 80px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.entry_column ul.list_2box li {
		margin: 0 20px 20px 0;
		width: calc(50% - 10px);
		display: flex;
		align-items: center;
	}
	
	.entry_column ul.list_2box li:nth-child(2n) {
		margin-right: 0;
	}
	
	.entry_column ul.list_3box {
		margin: 0 0 80px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.entry_column ul.list_3box li {
		margin: 0 20px 20px 0;
		width: calc(33.3333% - 14px);
	}
	
	.entry_column ul.list_3box li:nth-child(3n) {
		margin-right: 0;
	}
	
	.entry_column ul.list_4box {
		margin: 0 0 80px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.entry_column ul.list_4box li {
		margin: 0 20px 20px 0;
		width: calc(25% - 15px);
	}

	.entry_column ul.list_2box li.link a:hover,
	.entry_column ul.list_3box li.link a:hover,
	.entry_column ul.list_4box li.link a:hover {
		border: 1px solid #0075de;
	}
	
	.entry_column ul.list_4box li:nth-child(4n) {
		margin-right: 0;
	}
	
	.entry_column p.all_download_box {
		margin: 0 0 80px auto;
		width: 640px;
		font-size: 2.0rem;
	}
	
	.entry_column p.all_download_box a {
		padding: 20px 0;
		width: 640px;
	}

	.entry_column p.all_download_box a:hover {
		border: 1px solid #0075de;
	}

}

.entry_column .column_clear {
	clear: both;
}

.entry_column .column_left,
.entry_column .column_right,
.entry_column .column_left400,
.entry_column .column_right640 {
	margin: 0 0 30px;
	width: 100%;
}

.entry_column .column_left *:first-child,
.entry_column .column_right *:first-child,
.entry_column .column_left400 *:first-child,
.entry_column .column_right640 *:first-child {
	margin-top: 0;
}

.entry_column .column_gray {
	margin: 0 0 20px;
	padding: 20px;
	background: #F4F4F4;
}

.entry_column .column_gray hr.clearHidden {
	display: none;
}

.entry_column .column_gray p {
	margin: 0 0 20px;
}

.entry_column .column_gray p.btn_download {
	margin: 0 0 10px;
	background: #fff;
	font-size: 1.6rem;
}

.entry_column .column_gray .btn_download a {
	padding: 15px 20px;
	color: #333;
	display: block;
	text-decoration: none;
}

.entry_column .column_gray .btn_download a span {
	display: block;
}

.entry_column .column_pc {
	display: none;
}

.entry_column .column_sp {
	display: block;
}

.entry_column .column_indent1 {
	margin-left: 15px;
}

.entry_column .column_indent2 {
	margin-left: 30px;
}

@media screen and (min-width: 768px) {

	.entry_column .column_clear {
		clear: both;
	}
	
	.entry_column .column_left {
		margin: 0 60px 30px 0;
		width: 520px;
		float: left;
	}
	
	.entry_column .column_right {
		margin: 0 0 30px;
		float: left;
		width: 520px;
	}
	
	.entry_column .column_left400 {
		margin: 0 60px 30px 0;
		width: 400px;
		float: left;
	}
	
	.entry_column .column_right640 {
		margin: 0 0 30px;
		float: left;
		width: 640px;
	}
	
	.entry_column .column_gray {
		margin: 0 0 20px;
		padding: 30px 30px;
		display: flex;
		align-items: flex-start;
	}
	
	.entry_column .column_gray p {
		margin: 0 10% 0 0;
		width: calc(100% - 260px);
	}
	
	.entry_column .column_gray p.btn_download {
		margin: 0;
		width: 260px;
		flex-shrink: 0;
	}

	.entry_column .column_gray p.btn_download a {
		border: 1px solid #fff;
	}

	.entry_column .column_gray p.btn_download a:hover {
		border: 1px solid #0075de;
	}

	.entry_column .column_pc {
		display: block;
	}
	
	.entry_column .column_sp {
		display: none;
	}

	.entry_column .column_indent1 {
		margin-left: 40px;
	}
	
	.entry_column .column_indent2 {
		margin-left: 60px;
	}

}

.entry_column .btn_box {
	margin: 0 0 40px;
	font-size: 1.6rem;
}

.entry_column .btn_box a {
	padding: 15px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	border: 1px solid #D4D4D4;
	position: relative;
	transition: all .3s ease-out;
}

.entry_column .btn_box div {
	position: relative;
	text-align: center;
	width: 100%;
}

.entry_column .btn_box div::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: -15px;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #fff;
}

.entry_column .btn_box a::before,
.entry_column .btn_box a::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	z-index: 2;
}

.entry_column .btn_box a::before {
	right: -15px;
	width: 25px;
	background: #D4D4D4;
}

.entry_column .btn_box a::after {
	right: 0;
	width: 10px;
	background: #0075DE;
	transition: all .3s ease-out;
}

.entry_column .btn_box a:hover {
	border: 1px solid #0075DE;
}

.entry_column .btn_box a:hover::after {
	right: -15px;
	width: 25px;
}

.entry_column .column-media-left,
.entry_column .column-video-left {
	margin: 0 0 30px;
}

.entry_column .column-media-right,
.entry_column .column-video-right {
	margin: 0 0 30px;
}

.entry_column .column-media-auto,
.entry_column .column-media-center,
.entry_column .column-video-auto,
.entry_column .column-video-center {
	margin: 0 0 30px;
}

@media screen and (min-width: 768px) {

	.entry_column .btn_box {
		margin: 0 auto 40px;
		font-size: 1.8rem;
		width: 290px;
	}

	.entry_column .btn_box.btn_box_left {
		margin-left: 0;
	}
	
	.entry_column .btn_box.btn_box_right {
		margin-right: 0;
	}
	
	.entry_column .btn_box a {
		padding: 15px 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #333;
		border: 1px solid #D4D4D4;
		position: relative;
		transition: all .3s ease-out;
	}
	
	.entry_column .btn_box div {
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	.entry_column .btn_box div::before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		right: -15px;
		margin: auto;
		width: 20px;
		height: 20px;
		background: #fff;
	}
	
	.entry_column .btn_box a::before,
	.entry_column .btn_box a::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		margin: auto;
		height: 1px;
		z-index: 2;
	}
	
	.entry_column .btn_box a::before {
		right: -15px;
		width: 25px;
		background: #D4D4D4;
	}
	
	.entry_column .btn_box a::after {
		right: 0;
		width: 10px;
		background: #0075DE;
		transition: all .3s ease-out;
	}
	
	.entry_column .btn_box a:hover {
		border: 1px solid #0075DE;
	}
	
	.entry_column .btn_box a:hover::after {
		right: -15px;
		width: 25px;
	}
	
	.entry_column .column-media-left,
	.entry_column .column-video-left {
		margin: 0 60px 60px 0;
	}
	
	.entry_column .column-media-right,
	.entry_column .column-video-right {
		margin: 0 0 60px 60px;
	}
	
	.entry_column .column-media-auto,
	.entry_column .column-media-center,
	.entry_column .column-video-auto,
	.entry_column .column-video-center {
		margin: 0 auto 60px;
	}

}


/* -----------------
	会員名簿
----------------- */

.meibo_pege_navi > div {
	margin: 0 0 15px;
	padding: 20px 15px 16px;
	background: #EBEBEB;
}

.meibo_pege_navi h3 {
	margin: 0 0 15px;
	font-size: 1.6rem;
}

.meibo_pege_navi ul {
	display: flex;
	flex-wrap: wrap;
}

.meibo_pege_navi li {
	margin: 0 2px 4px;
	font-size: 1.6rem;
	width: calc(20% - 4px);
}

.meibo_pege_navi li a {
	display: block;
	padding: 8px 10px 16px;
	text-align: center;
	background: #EBEBEB url(../images/common/arrow_down_gray.png) no-repeat center bottom 8px;
	background-size: 10px auto;
	border: 1px solid #D4D4D4;
    pointer-events: none;
}

.meibo_pege_navi li.act a {
	color: #333;
	border: 1px solid #fff;
	background: #fff url(../images/common/arrow_down_blue.png) no-repeat center bottom 8px;
	background-size: 10px auto;
    pointer-events: inherit;
}

@media screen and (min-width: 768px) {

	.meibo_pege_navi > div {
		margin: 0 0 25px;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.meibo_pege_navi h3 {
		margin: 0;
	}
	
	.meibo_pege_navi li {
		margin: 0 0 0 20px;
		width: auto;
	}
	
	.meibo_pege_navi li a {
		padding: 7px 11px 16px;
	}
	
}

/* -----------------
	イベント
----------------- */

.event_entry_header {
	margin: 0 0 50px;
}

.event_entry_header h1 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 2.2rem;
	line-height: 1.3;
	background: url(../images/common/title_line_sp.png) no-repeat 0 bottom;
	background-size: 100% auto;
}

.event_entry_header time {
	color: #666;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

	.event_entry_header {
		margin: 0 0 80px;
	}
	
	.event_entry_header h1 {
		margin: 0 0 15px;
		padding: 0 0 25px;
		font-size: 2.8rem;
		background: url(../images/common/title_line_pc.png) no-repeat 0 bottom;
		background-size: 100% auto;
	}
	
	.event_entry_header time {
		font-size: 1.6rem;
	}

}


/* -----------------
	お問い合わせ
----------------- */

.contact_form_column {
	margin: 0 0 30px;
}

.contact_form_column h3 {
	margin: 0 0 30px;
}

.contact_form_column table {
	margin: 0 0 50px;
	width: 100%;
}

.contact_form_column th {
	padding: 0 0 10px;
	font-size: 1.6rem;
	display: block;
	text-align: left;
}

.contact_form_column td {
	padding: 0 0 30px;
	font-size: 1.6rem;
	width: 100%;
	display: block;
}

.contact_form_column td label {
	width: 100%;
}

.contact_form_column .required {
	margin: 0 0 0 10px;
	padding: 2px 7px;
	font-size: 1.1rem;
	color: #fff;
	display: inline-block;
	background: #D52121;
	border-radius: 4px;
}

.contact_form_column .form_attention {
	margin: 10px 0 0;
	color: #D52121;
	text-align: left;
}

.contact_form_column input[type="text"],
.contact_form_column input[type="email"] {
	padding: 10px 10px;
	font-size: 1.6rem;
	border: 1px solid #D4D4D4;
	width: 100%;
	font-family: 'Spectral', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contact_form_column textarea {
	padding: 15px;
	width: 100%;
	height: 190px;
	font-size: 1.6rem;
	line-height: 1.4;
	border: 1px solid #D4D4D4;
	font-family: 'Spectral', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contact_form_column p {
	text-align: center;
}

.contact_form_column p a {
	text-decoration: underline;
}

.doui_box {
	padding: 15px;
	text-align: center;
	background: #F4F4F4;
}

.doui_box .doui_check {
	font-size: 1.8rem;
}

.doui_box .doui_check input {
	margin: 0 5px 0 0;
	width: 18px;
	height: 18px;
	vertical-align: bottom;
}

.doui_box .form_attention {
	text-align: center;
}

.form_entry .form_btn_box {
	margin: 0 0 40px;
}

.form_entry .btn_confirm {
	padding: 20px 0;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #0075DE;
	border: none;
	width: 100%;
	font-family: 'Spectral', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition: all .3s ease-out;
}

.form_entry .btn_send {
	margin: 0 0 30px;
	padding: 20px 0;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #0075DE;
	border: none;
	width: 100%;
	font-family: 'Spectral', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition: all .3s ease-out;
}

.form_entry .btn_back {
	padding: 20px 50px;
	color: #333;
	font-size: 1.8rem;
	text-align: center;
	border: none;
	width: 100%;
	font-family: 'Spectral', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition: all .3s ease-out;
}

.form_entry {
	margin: 0 0 100px;
}

.form_entry p {
	text-align: center;
}

.contact_thanks {
	margin: 0 0 60px;
}

.contact_thanks h2 {
	margin: 0 0 40px;
	padding: 0;
	font-size: 2.0rem;
	text-align: center;
	border: none;
}

.contact_thanks h2::before,
.contact_thanks h2::after {
	display: none;
}

@media screen and (min-width: 768px) {

	.contact_form_column {
		margin: 0 0 60px;
	}
	
	.contact_form_column h3 {
		margin: 0 0 40px;
	}
	
	.contact_form_column table {
		margin: 0 0 70px;
	}
	
	.contact_form_column th {
		padding: 25px 15px 25px 0;
		font-size: 1.8rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 250px;
	}
	
	.contact_form_column td {
		padding: 20px 0;
		font-size: 1.8rem;
		display: table-cell;
	}
	
	.contact_form_column #name,
	.contact_form_column #tel {
		width: 280px;
	}
	
	.contact_form_column #company,
	.contact_form_column #department {
		width: 560px;
	}
	
	.doui_box .doui_check {
		font-size: 2.0rem;
	}
	
	.doui_box .doui_check input {
		width: 20px;
		height: 20px;
		vertical-align: baseline;
	}
	
	.form_entry .form_btn_box {
		margin: 0 0 60px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	.form_entry .btn_confirm {
		width: 400px;
	}
	
	.form_entry .btn_send {
		margin: 0 30px;
		width: 400px;
	}
	
	.form_entry .btn_back {
		margin: 0 30px;
		width: auto;
	}
	
	.form_entry .btn_send:hover,
	.form_entry .btn_back:hover,
	.form_entry .btn_confirm:hover {
		opacity: 0.7;
	}
	
	.form_entry {
		margin: 0 0 150px;
	}
	
	.contact_thanks {
		margin: 0 0 60px;
	}
	
	.contact_thanks h2 {
		font-size: 2.2rem;
	}
	
}

/* -----------------
	サイト内検索
----------------- */

.result_list .result_count,
.result_list .notfound {
	margin: 0 0 40px;
	font-size: 1.6rem;
}

.result_list .index_list li a {
	display: block;
}

.result_list li h3 {
	margin: 0 0 15px;
	padding: 5px 0 5px 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	border-left: 2px solid #0862A5;	
}

@media screen and (min-width: 768px) {

	.result_list .result_count,
	.result_list .notfound {
		margin: 0 0 50px;
		font-size: 1.8rem;
	}
	
	.result_list li h3 {
		margin: 0 0 20px;
		font-size: 2.0rem;
	}

}

/* -----------------
	サイトマップ
----------------- */

.sitemap .entry_column h2 {
	margin: 0;
	padding: 0 0 40px;
	font-size: 2.0rem;
	border-top: none;
}

.sitemap .entry_column h2::before,
.sitemap .entry_column h2::after {
	display: none;
}

.sitemap .entry_column h2 a,
.sitemap .entry_column h3 a,
.sitemap .entry_column h3 span,
.sitemap .sitemap_inner li a {
	padding: 0 35px 0 0;
	color: #333;
	display: inline-block;
}

.entry_column .sitemap_column {
	margin: 0 0 40px;
}

.entry_column .sitemap_inner h3 {
	margin: 0 0 40px;
	padding: 0;
	font-size: 2.0rem;
	border: none;
}

.entry_column .sitemap_column h3 {
	margin-bottom: 20px;
}

.entry_column .sitemap_column ul {
	margin: 0 0 0 20px;
}

.entry_column .sitemap_inner li {
	margin: 0 0 10px;
	font-size: 1.6rem;
}

.entry_column .sitemap_inner > ul li {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.entry_column .line_right {
	position: relative;
}

.entry_column .line_right::before {
	position: absolute;
	content: '';
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 1px;
	background: #D4D4D4;
}

.entry_column .line_right::after {
	position: absolute;
	content: '';
	right: 15px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #0075DE;
}

@media screen and (min-width: 768px) {

	.sitemap .entry_column h2 {
		padding: 0 0 25px;
		font-size: 3.0rem;
		border-bottom: 1px solid #D4D4D4;
	}
	
	.entry_column .sitemap_inner {
		margin: 55px 40px 150px;
	}
	
	.entry_column .sitemap_column {
		margin: 0 0 40px;
		display: flex;
		align-items: flex-start;
	}
	
	.entry_column .sitemap_inner h3 {
		margin: 0 0 50px;
		width: 300px;
	}

	.entry_column .sitemap_column h3 {
		margin-bottom: 50px;
	}

	.entry_column .sitemap_inner ul {
		margin: 0;
	}
	
	.entry_column .sitemap_inner li {
		margin: 0 0 12px;
	}
	
	.entry_column .sitemap_inner > ul li {
		margin-bottom: 22px;
	}
	
}



/* -----------------
	footer
----------------- */

.footer {
	position: relative;
	z-index: 3;
}

.footer_top {
	display: none;
}

.footer_bottom {
	padding: 25px 0;
	background: #303030;
	position: relative;
	z-index: 1;
}

.footer_bottom p {
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
}

@media screen and (min-width: 768px) {

	.footer {
		background: #434343;
		min-width: 1120px;
		position: relative;
		z-index: 3;
	}
	
	.footer_top {
		margin: 0 auto;
		padding: 60px 0 50px;
		max-width: 1100px;
		position: relative;
		z-index: 1;
		display: block;
	}
	
	.footer_logo {
		margin: 0 0 50px;
		width: 264px;
	}
	
	.footer_navi {
		display: flex;
	}
	
	.footer_column {
		width: 210px;
	}
	
	.footer_column a {
		color: #fff;
	}
	
	.footer_column h3 {
		margin: 0 0 20px;
		font-size: 1.6rem;
		color: #fff;
	}
	
	.footer_navi > div:nth-child(1) {
		width: 14%;
	}
	
	.footer_navi > div:nth-child(2) {
		width: 18%;
	}
	
	.footer_navi > div:nth-child(3) {
		width: 17%;
	}
	
	.footer_navi > div:nth-child(4) {
		width: 19%;
	}
	
	.footer_navi > div:nth-child(5) {
		width: 17%;
	}
	
	.footer_navi > div:nth-child(6) {
		width: 15%;
	}
	
	
	.footer_navi > div:last-child h3 {
	}
	
	.footer_column ul {
		margin: 0 0 0 20px;
	}
	
	.footer_column li {
		margin: 0 0 12px;
		font-size: 1.4rem;
		color: #fff;
	}
	
	.footer_bottom p {
		font-size: 1.2rem;
	}

}

/* -----------------------
　　　404
----------------------- */

#notfound {
	color: #373228;
}

#wrapper_404 {
	margin: 10px;
	padding: 30px;
	width: auto;
    background-image: none;
}

#box_404 {
	border-radius: 5px;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
	text-align: left;
}

.inner_left404 img {
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: left;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
}

#copyright_404 {
    display: block;
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.inner_left404 .site_logo_gold {
	margin: 0 10px 0 0;
	width: 40px;
}

.inner_left404 .site_logo_text {
	width: 130px;
}

.inner_left404 a {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		padding: 60px 60px 0 70px;
		width: 1100px;
	}

	#box_404 {
		margin-bottom: 40px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

	.inner_left404 .site_logo_gold {
		margin: 0 10px 0 0;
		width: 40px;
	}

}

@media screen and (min-width: 600px) and (max-width: 768px) {

	#wrapper_404 {
		padding: 60px 20px;
		width: 600px;
	}

	#box_404 {
		margin-bottom: 20px;
	}

	.inner_left404 {
	    margin-right: 30px;
	}

	.inner_left404 img {
		width: 200px;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 14px;
	}

	.inner_right404 h1 {
	    font-size: 20px;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 120px;
/*    position: fixed;*/
    width: 100%;
    z-index: 5;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

@media screen and (min-width: 768px) {

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

	#adminBox {
	    height: 85px;
	}

}

.titleWrapper {
	margin: 0 auto;
	padding: 40px 60px 10px;
	max-width: 1100px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entryFormLiteEditor a {
	text-decoration: underline;
	color: #0075DE;
}

.entryFormLiteEditor em {
	font-weight: bold;
}

.entryFormLiteEditor strong {
	color: #D52121;
}

.js-lazy-load {
	transform: translateY(0);
	transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
