@charset "UTF-8";
/* CSS reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	line-height:1;
	color: #333;
	font-family: 'YuGothic','Yu Gothic','メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
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;
}
img{
	max-width: 100%;
	line-height: 0;
	vertical-align: top;
}
.clearfix:after {
	content:" ";
	display: block;
	clear: both;
}


/*wrapper
-----------------------------------------------*/
#wrapper {
	max-width: 750px;
	margin: 0 auto;
	background-color: #FFF;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
#wrapper p {
	font-size: 25px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
}
	@media screen and (max-width: 749px) {
		#wrapper p { font-size: 4.266666656vw;}
	}

/* wrap_sec */
#wrapper .wrap_sec {
	margin: 0 5.3335%;
}

/* wrap a img */
#wrapper a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#wrapper a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
/* wrap a */
#wrapper a {
	font-size: 25px;
	font-weight: bold;
	color: #3E9CD6;
	text-decoration: underline;
	display: inline-block;
}
#wrapper a:hover { text-decoration: none;}
	@media screen and (max-width: 749px) {
		#wrapper a { font-size: 4.266666656vw;}
	}


/*header
-----------------------------------------------*/
#wrapper .header {
	max-width: 100%;
    margin: 0;
	padding: 0 0 5%;
}

/* date_wrap
-----------------*/
#wrapper .header .date_wrap {
	color: #808080;
}

/* date notes
-----------------*/
#wrapper .header .date {
	line-height: 1;
	display: table;
	margin-left: auto;
	padding-bottom: 2%;
}
#wrapper .header .date #today_ttl,
#wrapper .header .date #today { display: table-cell;}
#wrapper .header .date #today_ttl p,
#wrapper .header .date #today { font-size: 16px;}
	@media screen and (max-width: 749px) {
		#wrapper .header .header .date {	font-feature-settings : "palt";}
		#wrapper .header .date #today_ttl p,
		#wrapper .header .date #today { font-size: 3.199999992vw;}
	}

#wrapper .header .date_wrap p.notes {
	margin-top: 2%;
	text-align: right;
	font-size: 16px;
}
	@media screen and (max-width: 749px) {
		#wrapper .header .date_wrap p.notes { font-size: 3.199999992vw;}
	}


/* article
-----------------------------------------------*/
#wrapper .article_lap01 p {
	margin-bottom: 3%;
}
#wrapper .article_lap02 p {
	margin-bottom: 4%;
}
#wrapper .article img {
	margin-top: 3%;
	margin-bottom: 6%;
}

/* btn */
#wrapper .btn{}


/* sec1
-----------------*/
#wrapper .sec1 {
	margin-bottom: 10%;
}

/* sec2
-----------------*/
#wrapper .sec2 {
	margin-bottom: 10%;
}

/* sec3
-----------------*/
#wrapper .sec3 {
	margin-bottom: 10%;
}

/* sec4
-----------------*/
#wrapper .sec4 {
	margin-bottom: 10%;
}

/* sec5
-----------------*/
#wrapper .sec5 {
	margin-bottom: 8%;
}


/*check
----------*/
#wrapper .check {
	background-image: url("../img/bg_01.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.9em 0em 0.8em 2em;
	margin-top: 5%;
	margin-bottom: 6%;
	color: #595959;
}
#wrapper .check div {
	margin-bottom: 3%;	
}
	@media screen and (max-width: 749px) {
		#wrapper .check {
			padding: 1em 0em 1em 1em;
		}
		#wrapper .check div {
			margin-bottom: 2%;	
		}
	}
#wrapper .check_input {
  display: none;
}
#wrapper .check_txt {
	padding-left: 1.5em;
	position:relative;
	font-size: 25px;
	font-weight: bold;
}
	@media screen and (max-width: 749px) {
		#wrapper .check_txt {
			font-size: 4.1vw;
			padding-left: 1.6em;
		}
	}
#wrapper .check_txt::before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #999;
	border-radius: 4px;
}
	@media screen and (max-width: 749px) {
		#wrapper .check_txt::before{
			top: 0;
			width: 18px;
			height: 18px;
		}
}
#wrapper .check_input:checked + .check_txt {
	color: #d01137;
}
#wrapper .check_input:checked + .check_txt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 8px;
	width: 8px;
	height: 20px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
}
	@media screen and (max-width: 749px) {
		#wrapper .check_input:checked + .check_txt::after {
			top: -3px;
			left: 5px;
			width: 7px;
			height: 14px;
		}
	}


/*voice
----------*/
#wrapper .voice {
	width: 100%;
	margin-top: 8%;
	margin-bottom: 1%;
	padding-top: 8.5%;
	background-image: url("../img/bg_02.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
#wrapper .swiper-container {
    width: 100%;
	padding-bottom: 6%;
}
#wrapper .swiper-slide {
	text-align: center;
}
.swiper-container .swiper-slide img{
    max-width: 100%;
    height: auto;
}
#wrapper .swiper-pagination-bullets,
#wrapper .swiper-pagination-bullet {
	margin: 0 4px;
}
#wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}


/* footer
-----------------------------------------------*/
#wrapper footer {}
/* footer #copy */
#wrapper footer #copy {
	width: 100%;
	padding: 0.8em 0 0.7em;
	color: #fff;
}
#wrapper footer #copy.lap01 {
	background-image: url("../img/lap01_bg_03.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper footer #copy.lap02 {
	background-color: #B0C5E2;	
}
#wrapper footer #copy p {
	font-size: 16px;
	text-align: center;
}

	@media screen and (max-width: 749px) {
		#wrapper footer #copy p {
			font-size: 3vw;
		}
	}


/* deco
-----------------------------------------------*/
#wrapper strong { font-weight: bold;}
#wrapper .pink { color: #ff5d80;}
#wrapper .purple { color: #673882;}
#wrapper .blue { color: #085F80;}
#wrapper .sup {
	font-size: 50%;
	vertical-align: text-top;
}
#wrapper .underline { text-decoration: underline;}
#wrapper .big { font-size: 120%;}
#wrapper .txt_r { text-align: right;}
#wrapper .txt_c { text-align: center;}
#wrapper .marker {	background: linear-gradient(transparent 50%, #D0E2FF 0%);}
#wrapper .notes {
	font-size: 16px;
	line-height: 1.4;
	color: #666666;
}
	@media screen and (max-width: 749px) {
		#wrapper .notes { font-size: 3.199999992vw;}
	}


/* important
-----------------------------------------------*/
#wrapper .header img {
	margin-bottom: 1%;
}
#wrapper .check .notes {
	margin-bottom: 0;
	margin-right: 5.3335%;
}
