@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	共通

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	image replacement

------------------------------------------------------------------------------*/

/*
#content > header .logo,
#content > header p.logo a {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}
*/


/*------------------------------------------------------------------------------

	全体

------------------------------------------------------------------------------*/

body,
textarea,
input  {
	line-height: 1.8;
	font-family: "Noto Sans JP",YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	font-weight: 500;
	color: #333;
  	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

#noscript {
	padding: 1em;
	background-color: #F00;
	text-align: center;
	line-height: 1;
	color: #FFF;
}

#content {
	overflow: hidden;
	width: 100%;
}

p,
dd {
	margin-bottom: .25em;
	text-align: justify;
}

p:last-child,
dd:last-child {
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

main h2,
main h3,
main h4,
main h5,
main h6 {
	margin-bottom: 1em;
	line-height: 1.4;
}

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

a,
a:hover {
	transition: opacity .4s,color .4s;
}

a:hover {
	text-decoration: none;
	opacity: .4;
}

a.ready {
	pointer-events: none;
	color: #CCC!important;
}

em {
	font-style: normal;
}

figure {
	margin: 1.5em 0 1em;
}

figcaption {
	margin-top: .75em;
	text-align: center;
	font-size: .85em;
}

img {
	vertical-align: bottom;
}

ol,
ul {
	margin: 1em 0 1em 1.5em;
}

li {
	margin-bottom: .5em;
	line-height: 1.4;
}

li:last-child {
	margin-bottom: 0;
}

main ul {
	list-style: disc;
}

main ol {
	list-style: decimal;
}

main a,
main a:visited,
footer a,
footer a:visited {
	text-decoration: underline;
	color: #29ABE2;
}

footer a,
footer a:visited {
	color: #333;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

table th,
table td {
	padding: .5em .75em;
	line-height: 1.4;
	text-align: center;
}

table th {
	font-weight: bold;
	background-color: rgba(33,148,163,.1);
}

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

body,
textarea,
input  {
	font-size: 14px;
	line-height: 1.6;
}

}

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

body,
textarea,
input  {
	font-size: 12px;
}

a:hover {
	opacity: 1;
}

}

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

body,
textarea,
input  {
	font-size: 3.2vw;
}

a[href^="tel:"] {
	text-decoration: underline;
}

}

@media screen and (min-width: 768px){
	
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}

a[href^="tel:"]:hover {
	cursor: default;
	opacity: 1;
}

}

/*------------------------------------------------------------------------------

	group

------------------------------------------------------------------------------*/

.site_column {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

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

.site_column {
	width: 90%;
	padding: 0;
}

}


/*------------------------------------------------------------------------------

	common

------------------------------------------------------------------------------*/

.l {
	display: block;
}

.note {
	position: relative;
	padding-left: 1em;
	display: block;
}

.note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.strong {
	font-weight: bold;
}

.cancel {
	text-decoration: line-through;
}

#content > main .support {
	width: 70%;
	margin: 4em auto 2em;
}

#content > main .support a .box {
	display: block;
	margin: 0;
	padding: 1.5em;
	border: 1px solid rgba(255,0,4,1);
	font-weight: bold;
	color: rgba(255,0,4,1);
}

#content > main .support a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#content > main .support a[href^="http"] {
	padding-left: 0;
}

#content > main .support a[href^="http"]::before {
	display: none;
}

#content > main .support a .box p {
	position: relative;
	padding-left: 1.5em;
	text-align: center;
}

#content > main .support a .box p::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.125em;
	width: 1em;
	height: 1em;
	background-image: url("../../common/img/icon_external_g.svg");
}


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

#content > main .support a .box p {
	text-align: left;
}

#content > main .support a .box p::before {
	left: 0;
}
	
}

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

.l {
	display: inline;
}

#content > main .support {
	width: 100%;
}	
	
}


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

#content > header {
	padding: 1.25em 0 0;
	font-feature-settings: normal;
}

#content > header .logo {
	padding: 0 0 1.25em;
	text-align: center;
	line-height: 1.4;
}

#content > header .logo span {
	display: block;
	font-weight: bold;
}

#content > header .logo span:nth-child(2) {
	font-size: 3em;
}

#content > header .logo span:nth-child(3) {
	letter-spacing: .08em;
	font-size: 1.375em;
	color: #29ABE2;
}

#content > header .menu {
	background-color: #29ABE2;
}

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

#content > header {
	padding: 3vw 0 0;
}

#content > header .logo {
	line-height: 1.6;
}

#content > header .logo {
	padding: 0 0 3vw;
}

#content > header .logo span:nth-child(1) {
	font-size: 2vw;
}

#content > header .logo span:nth-child(2) {
	font-size: 5vw;
}

#content > header .logo span:nth-child(3) {
	font-size: 2.5vw;
}

#content > header .menu {
	overflow-y: scroll;
	position: fixed;
	flex-direction: group;
	top: 0;
	right: -100vw;
	width: 100vw;
	height: 100vh;
	padding: 22vw 0 0;
	background-color: #29ABE2;
	z-index: 9999;
}

#content > header .menu .site_column {
	width: 100%;
}

}


/*	gnav
------------------------------------------------------------------------------*/

#content > header .gnav ul,
#content > header .gnav ul li {
	margin: 0;
}

#content > header .gnav ul {
	display: flex;
	justify-content: center;
}

#content > header .gnav ul li {
	display: flex;
	width: 200px;
	height: 70px;
}

#content > header .gnav ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #FFF;
	font-size: 1.250em;
	font-weight: bold;
	text-decoration: none;
}

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

#content > header .gnav ul li {
	width: 15vw;
	height: 5vw;
}

#content > header .gnav ul a {
	font-size: 1.5vw;
}

}

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

#content > header .gnav ul {
	display: block;
}

#content > header .gnav ul li {
	width: 100%;
	height: auto;
	border-top: 1px solid #FFF;
}

#content > header .gnav ul li:last-child {
	border-bottom: 1px solid #FFF;
}

#content > header .gnav ul a {
	display: block;
	padding: 6vw 0;
	font-size: 4vw;
	text-align: center;
}

}


/*	開閉ボタン
------------------------------------------------------------------------------*/

.menu_button {
	display: none ;
}

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

#content > header .site_column {
	position: static;
}

.menu_button,
.menu_button span {
	display: inline-block;
	transition: transform .4s, display .4s, background .4s, top .4s, bottom .4s, opacity .4s;
	box-sizing: border-box;
}
	
.menu_button {
	display: block;
	position: fixed;
	right: 4vw;
	top: 4vw;
	width: 14vw;
	height: 14vw;
	background-color: #29ABE2;
	border-radius: 50%;
	z-index: 9999;
}

.menu_button.active {
	background-color: #FFF;
}

.menu_button span {
	position: absolute;
	right: 20%;
	width: 60%;
	height: .4vw;
	background-color: #FFF;
}

.menu_button.active span {
	height: .4vw;
	background-color: #29ABE2;
}

.menu_button span:nth-of-type(1) { top: 25%;}
.menu_button span:nth-of-type(2) { top: 47%;}
.menu_button span:nth-of-type(3) {	top: 70%;}

.menu_button.active span:nth-of-type(1) { top: 47%; transform: rotate(-315deg);}
.menu_button.active span:nth-of-type(2) { opacity: 0;}
.menu_button.active span:nth-of-type(3) { top: 47%; transform: rotate(315deg);}

}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

#content > main {
	padding-bottom: 6em;
}

#content > main .preparation {
	text-align: center;
}


/* リンクアイコン
------------------------------------------------------------------------------*/

#content > main a[href^="http"] {
	display: inline-block;
	position: relative;
	padding-left: 1.375em;
}

#content > main a[href^="http"]::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .125em;
	width: 1em;
	height: 1em;
	background-image: url(../img/icon_external_g.svg);
	background-repeat: no-repeat;
}

#content > main .arrow_button a[href^="http"]::before {
	background-image: none;
}

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

#content > main {
	padding-bottom: 3em;
}

}


/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

#content > footer .footer_info {
	padding: 2.5em 0;
	background-color: #F2F2F0;
	font-feature-settings: normal;
}

#content > footer .footer_info h2 {
	margin-bottom: 1em;
	font-weight: bold;
}

#content > footer .footer_info h2 span {
	display: block;
}

#content > footer .footer_info h2 span:nth-child(1) {
	font-size: 1.563em;
}

#content > footer .footer_info h2 span:nth-child(2) {
    letter-spacing: .08em;
	font-size: 0.750em;
	color: #29ABE2;
}

#content > footer address p:first-child {
	font-weight: bold;
}

#content > footer address p:nth-child(2),
#content > footer address p:nth-child(3),
#content > footer address ul li {
	font-size: 0.875em;
}

#content > footer address ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

#content > footer address ul li {
	margin-top: .3em;
	margin-bottom: 0;
	padding-right: 1em;
}

#content > footer address ul li:last-child {
	padding-right: 0;
}

#content > footer .sponsor {
	margin-bottom: 2em;
}

#content > footer .sponsor p:first-child {
    font-weight: bold;
}

#content > footer .sponsor ul {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0;	
}

#content > footer .sponsor ul li {
    width: 18.4%;
    margin-top: 1.5%;
    margin-right: 2%;
	margin-bottom: 0;
}

#content > footer .sponsor ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #FFF;
}

#content > footer .sponsor ul li:nth-child(1),
#content > footer .sponsor ul li:nth-child(2),
#content > footer .sponsor ul li:nth-child(3),
#content > footer .sponsor ul li:nth-child(4),
#content > footer .sponsor ul li:nth-child(5) {
    margin-top: 0;
}

#content > footer .sponsor ul li:nth-child(5n) {
    margin-right: 0;
}

#content > footer .group {
	display: flex;
	flex-wrap: wrap;
}

#content > footer .group .text {
	flex: 1;
}

#content > footer .group figure {
	width: 30%;
	margin: 0 0 0 4%;
}


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

#content > footer .sponsor ul li,
#content > footer .sponsor ul li:nth-child(4),
#content > footer .sponsor ul li:nth-child(5),
#content > footer .sponsor ul li:nth-child(5n) {
    width: 31.5%;
    margin-top: 2.75%;
    margin-right: 2.75%;
}
	
#content > footer .sponsor ul li:nth-child(3n) {
    margin-right: 0;
}
	
}

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

#content > footer .footer_info {
	padding: 8vw 0;
}

#content > footer .footer_info h2 span:nth-child(1) {
	font-size: 5vw;
}

#content > footer .footer_info h2 span:nth-child(2) {
	font-size: 2.5vw;
}

	#content > footer address ul li:nth-child(2)::after {
	display: none;
}

#content > footer address ul li {
	width: 100%;
	margin-top: .5em;
}

#content > footer address ul li:last-child {
	padding-right: 0;
}
	
#content > footer .sponsor ul li,
#content > footer .sponsor ul li:nth-child(4),
#content > footer .sponsor ul li:nth-child(5),
#content > footer .sponsor ul li:nth-child(3n),
#content > footer .sponsor ul li:nth-child(5n) {
    width: 48%;
    margin-top: 2.75%;
    margin-right: 2.75%;
}
	
#content > footer .sponsor ul li:nth-child(2n) {
    margin-right: 0;
}

#content > footer .group figure {
	width: 80%;
	margin: 8vw auto 0;
}	

}


/* copy
------------------------------------------------------------------------------*/

#copy {
	padding: .3em 0;
	background-color: #29ABE2;
	color: #FFF;
	font-size: .875em;
	text-align: center;
}

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

#copy {
	padding: 1.5vw 0;
}

}


/*	 page_top
------------------------------------------------------------------------------*/

#page_top {
    position: fixed;
	right: 3vw;
    bottom: 30px;
	width: 60px;
	height: 60px;
    transition: opacity .6s;
	background-color: #FFF;
	z-index: 1000;
	opacity: 0;
}

.moved #page_top {
	opacity: 1;
}

#page_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #29ABE2;
	text-decoration: none;
	cursor: default;
}

.moved #page_top a {
	cursor: pointer;
	opacity: 1;
}

#page_top a::after {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%)  rotate(45deg);
	content: "";
	display: block;
	width: 40%;
	height: 40%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

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

#page_top {
	width: 50px;
	height: 50px;
}

}



