@charset "UTF-8";
*{
	box-sizing:border-box;
	font-size:16px;
	word-break:break-all;
}
*:focus{
	outline:none;
}
@media screen and (min-width:640px) {
*{font-size:18px;}
}
@media screen and (max-width:375px) {
*{font-size:14px;}
}


/*PC・SP表示非表示*/
.pc{display:none;}
@media screen and (min-width:640px){
.pc{display:inline-block;}
.sp{display:none;}
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	background:transparent;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight:500;
	line-height:100%;
	list-style:none;
	margin:0;
	padding:0;
	outline:0;
	text-align:left;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
}


/*全体*/
html{
	font-size:62.5%;
}
body{
	background:#f5f5eb;
	color:#111;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial, "メイリオ",Meiryo,sans-serif;
	/*font-size:1.6rem;*/
	font-weight:500;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}


/*#wrapper*/
#wrapper{
	background:#fff;
	width:100%;
	max-width:640px;
	margin:0 auto;
}


/*共通*/
img{
	width:100%;
	height:auto;
}
.u{
	border-bottom:1px solid #333;
	padding-bottom:1px;
}
.red{
	color:#fe0000;
	font-weight:bold;
}
.yellow{
	background:#FFFF00;
	padding:0 2px;
}
.bold{
	font-weight:bold;
}
.center{text-align:center;}
.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt30{margin-top:30px;}


/*figure.figure*/
.figure{
	margin:15px 15px 0;
}
.figure.mt0{
	margin-top:0;
}
.figure.mt5{
	margin-top:5px;
}
.figure.mt50{
	margin-top:50px;
}


/*p.tx 基本*/
p.tx{
	color:#111;
	font-size:16px;
	line-height:2;
	margin:25px 15px 0;
	padding:0;
}
p.tx.mt0{
	margin:0 15px;
}
p.tx.mt15{
	margin:15px 15px 0;
}
p.tx span{
	font-size:16px;
}
@media screen and (min-width:640px) {
p.tx,
p.tx span{
font-size:18px;
}
p.tx{
margin:35px 15px 0;
}
}
@media screen and (max-width:375px) {
p.tx,
p.tx span{
font-size:14px;
}
}


/*a 基本*/
a{
	border-bottom:1px solid #0064f5;
	color:#0064f5;
	font-size:16px;
	padding-bottom:1px;
	text-decoration:none;
}
@media screen and (min-width:640px) {
a{
font-size:18px;
}
}
@media screen and (max-width:375px) {
a{
font-size:14px;
}
}


/*header.header*/
.header{
	margin:0 auto;
	padding:0;
}


/*h1.h1*/
.h1{
	background:#006978;
	margin:0;
 	padding:7px 0;
	text-align:center;
}
@media screen and (min-width: 640px) {
.h1 img{
width:70%;
}
}


/*h2.h2*/
.h2{
	border-bottom:1px solid #32a591;
	margin:15px 15px 0;
	padding:0 0 10px;
}


/*article.article*/
.article{
	background:#fff;
	padding:15px 0 50px;
}


/*h3.h3*/
.h3{
	background:#267f8c;
	border-radius:5px;
	border-bottom:4px solid #416464;
	color:#fff;
	font-size:20px;
	font-size:2rem;
	font-weight:bold;
	line-height: 1.4;
	margin:40px 15px 0;
	padding:13px 7px 7px 15px;
}
@media screen and (min-width: 640px) {
.h3{
font-size:28px;
font-size:2.8rem;
margin:70px 15px 0;
padding:15px 7px 12px 15px;
}
}
@media screen and (max-width: 375px) {
.h3{
font-size:17px;
font-size:1.7rem;
}
}


/*ul.list*/
ul.list{
	background:#87ebc8;
	border-radius:5px;
	margin:15px 15px 0;
	padding:10px 15px;
	list-style:none;
}
ul.list li{
	font-size:20px;
	font-weight:bold;
	line-height:1.6;
}
@media screen and (min-width:640px) {
ul.list li{
font-size:28px;
}
}
@media screen and (max-width:380px) {
ul.list li{
font-size:17px;
}
}


/*p.to_button*/
p.to_button{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.6;
	text-align:center;
}
p.to_button span{
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
}
p.to_button a{
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
}
@media screen and (min-width:640px) {
p.to_button{
font-size:22px;
}
p.to_button span,
p.to_button a{
font-size:24px;
}
}
@media screen and (max-width:380px) {
p.to_button{
font-size:16px;
}
p.to_button span,
p.to_button a{
font-size:20px;
}
}

figure.arrow{
	margin-top:10px;
	text-align:center;
}
figure.arrow img{
	width:10%;
	height:auto;
}


/*div.button_move*/
div.button_move{
	position:relative;
	height:100px;
	margin-top:30px;
}
div.button_move a{
	border-bottom:none;
	padding-bottom:0;
}
div.button_move figure{
	width:90%;
	height:auto;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	animation:btnmove 3s ease-in-out infinite;
}
div.button_move figure:hover{
	animation-play-state:paused;
}
@keyframes btnmove{/*1つ目の数値はX方向、2つ目の数値はY方向、3つ目の数値はZ方向の比率*/
	0%{transform: scale3d(1, 1, 1);}
	35%{transform: scale3d(1.08, 1.08, 1.08);}
	70%{transform: scale3d(1, 1, 1);}
	100%{transform: scale3d(1, 1, 1);}
}
div.button_move figure img{
	cursor:pointer;
	width:100%;
	height:auto;
}
@media screen and (min-width: 640px) {
div.button_move{
height:150px;
margin-top:50px;
}
}


/*footer.footer*/
.footer{
	background:#006978;
	display:flex;
    justify-content:center;
	padding:20px 10px 25px;
}
.footer p{
    display:inline-block;
    margin:0;
	padding:0 10px;
}
.footer a{
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:13px;
    font-weight:normal;
	line-height:1;
	text-decoration:none;
}
@media screen and (min-width:640px) {
.footer a{
font-size:14px;
}
}
@media screen and (max-width:375px) {
.footer a{
font-size:11px;
}
}







