/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0b2 | 201101
 * NOTE: THIS IS A BETA VERSION (see previous line)
 * USE WITH CAUTION AND TEST WITH ABANDON
*/
*, *:before, *:after {
	-webkit-appearance: none
	-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: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear { clear: both; }
.button::-moz-focus-inner { border: none; }
a { outline: 0; }
.mincho {font-family: "source-han-serif-japanese",serif;}




/*
======================================
Base Style
======================================
*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-weight: 500;
	color: #333;
	height: 100%;
	line-height: 2.25em;
}
body.r2c {
	background: #fff url(../gifs/bg_flag.svg) no-repeat;
	background-size: 100% auto;
	background-position: left 0 top 0;
}
/*@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}*/
a {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #d6caab;
	color: #fff;
}
::selection {
	background: #d6caab;
	color: #fff;
}
.skip {
	display: none;
}
.HiddenContent {
	position: absolute;
	top: -10000px;
	left: -10000px;
}



#GlobalHeader {
	max-width: 960px;
	width: 80%;
	margin: 0 auto;
}
#GlobalHeader h1 {
	padding: 40px 10px 30px;
	text-align: center;
}
#GlobalHeader h1 figure img {
	width: 90%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:980px) {
}
@media screen and (max-width:640px) {
	#GlobalHeader {
		width: 100%;
	}
	#GlobalHeader h1 {
		padding: 20px 10px 20px;
	}
	#GlobalHeader h1 figure img {
		width: 100%;
	}
}





.wrap {
	max-width: 960px;
	width: 80%;
	margin: 0 auto 2em;
	padding: 50px 100px;
	background: #fff;
	border: 10px solid #ed7a7a;
	border-radius: 20px;
	font-size: 1.8rem;
	line-height: 2em;
	color: #333;
}
@media screen and (max-width:980px) {
	.wrap {
		margin: 0 auto 2em;
		padding: 50px;
		border: 6px solid #ed7a7a;
	}
}
@media screen and (max-width:640px) {
	.wrap {
		width: 90%;
		padding: 40px 15px;
		border: 4px solid #ed7a7a;
		font-size: 1.6rem;
	}
}

.wrap section:first-of-type {
	margin-bottom: 5em;
}

.wrap section h1 {
	margin-bottom: 1em;
	font-size: 3.2rem;
	font-weight: 900;
	color: #e16a0e;
	line-height: 1.25em;
	text-align: center;
}
.wrap section h1 span {
	font-size: 2.2rem;
	color: #6a6031;
	line-height: 1.25em;
}
.wrap section h1 em {
	display: inline-block;
	margin: .5em auto 0;
	padding: .25em 1em .5em;
	background: #f3da26;
	border-radius: 100px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1em;
}
@media screen and (max-width:980px) {
}
@media screen and (max-width:640px) {
	.wrap section h1 {
		font-size: 2.0rem;
		line-height: 1.25em;
	}
	.wrap section h1 span {
		font-size: 1.8rem;
		line-height: 1.25em;
	}
}



.wrap .mov .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.wrap .mov .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.wrap .list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wrap .list ul li {
	width: 50%;
	margin: 1em 0 3em;
	padding: 0 1em;
}
.wrap .list ul li a {
	display: block;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.wrap .list ul li a figure {
	margin-bottom: .5em;
	background: #fff;
}
.wrap .list ul li a figure img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	vertical-align: top;
	transition: all .25s ease-in-out;
}
.wrap .list ul li a p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 55px;
	font-size: 1.6rem;
}
.wrap .list ul li a p span {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
}
.wrap .list ul li a strong {
	display: block;
	width: 80%;
	margin: .5em auto 0;
	padding: 10px;
	background: #111;
	border-radius: 100px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
	transition: all .25s ease-in-out;
	color: #fff;
}
.wrap .list ul li a strong span::after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-3px);
	transition: all .25s ease-in-out;
}
.wrap .list ul li a:hover figure img {
	opacity: .5;
}
.wrap .list ul li a:hover strong {
	background: #ed7a7a;
	color: #fff;
}
.wrap .list ul li a:hover strong span::after {
	border-color: transparent transparent transparent #fff;
}
@media screen and (max-width:980px) {
}
@media screen and (max-width:640px) {
	.wrap .list ul {
		display: block;
	}
	.wrap .list ul li {
		width: 100%;
	}
	.wrap .list ul li:last-child {
		margin-bottom: 0;
	}
	.wrap .list ul li a strong {
		font-size: 1.8rem;
	}
	.wrap .list ul li a p {
		display: block;
		min-height: auto;
	}
}


.wrap .list .normal {
	margin-top: 20px;
	padding-top: 50px;
	border-top: 2px solid #ddd;
}
.wrap .list .normal p {
	line-height: 1.25em;
	text-align: center;
}
.wrap .list .normal p a {
	display: inline-block;
	padding: 1em 2em;
	border: 1px solid #ccc;
	border-radius: 100px;
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #333;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.wrap .list .normal p a span {
	font-size: 1.2rem;
	line-height: 1.25em;
}
.wrap .list .normal p a:hover {
	opacity: .5;
}
@media screen and (max-width:640px) {
	.wrap .list .normal p a {
		display: block;
		width: 100%;
		padding: 1em;
		font-size: 1.2rem;
	}
	.wrap .list .normal p a span {
		font-size: 1.1rem;
	}
}



.wrap .list .gohome {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #ddd;
}
.wrap .list .gohome p {
	line-height: 1.25em;
	text-align: center;
}
.wrap .list .gohome p a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	padding: .75em 2em;
	background: #001A30;
	border-radius: 100px;
	font-size: 1.6rem;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.wrap .list .gohome p a span::before {
	position: absolute;
	top: 50%;
	left: 1em;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 6px solid #fff;
	border-left: 0;
	transform: translateY(-50%);
}
.wrap .list .gohome p a em {
	font-size: 1.2rem;
	line-height: 1em;
}
.wrap .list .gohome p a:hover {
	opacity: .5;
}
@media screen and (max-width:640px) {
	.wrap .list .gohome p a {
		display: block;
		width: 100%;
		padding: 1em;
		font-size: 1.2rem;
	}
	.wrap .list .gohome p a span {
		font-size: 1.1rem;
	}
}



#GlobalFooter {
	width: 100%;
	background: #c3e6f3 url(../gifs/bg_footer.svg) no-repeat;
	background-size: 150% auto;
	background-position: left 0 top 0;
	margin: 0;
	text-align: center;
}
#GlobalFooter .inner {
	padding: 7% 1em 20px;
}
#GlobalFooter small {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25em;
}
@media screen and (max-width:980px) {
	#GlobalFooter {
		background-size: 200% auto;
	}
	#GlobalFooter .inner {
		padding: 9% 1em 20px;
	}
	#GlobalFooter small {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:640px) {
	#GlobalFooter {
		background-size: 300% auto;
	}
	#GlobalFooter .inner {
		padding: 10% 1em 0;
	}
	#GlobalFooter small {
		font-size: 1.2rem;
	}
}
.acc {
	width: 1px;
	height: 1px;
	vertical-align: top;
}