@charset "utf-8";

/** 基本設定 **/

body {
	color: #323232;
	font-size: 18px;
	font-family: font-family: 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 2em;
}

a, a:hover, a:visited, a:link, a:active {
	color: #FFF;
	text-decoration: none;
}

.sp {
	display: none;
}

h2 {
	color: #323232;
	font-size: 40px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 60px;
}
section {
	margin: 0;
	padding: 120px 0;
}
@media screen and (max-width:768px) {
	margin: 0;
	padding: 60px 0;
}
div.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.center {
	text-align: center;
}
/** Header部 **/

header {
	border-top: 20px solid #51B8D6;
	background-image:url(../img/header_top01.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 800px;
	text-align: center;
}
header h1 img {
	display: block;
	margin: auto;
	padding: 70px 0 40px 0;
	width: 700px;
}


.top_a:hover {
	opacity: 0.9;
}


section.donation {
	background-color: #DDF5FC;
	margin: 0;
	padding: 40px 0;
}
section.donation img {
	display: block;
	margin: 0 auto;
}
section.donation img:hover {
	opacity: 0.5;
}


/* ２つのワケ */
section.contents01 {
	background-color: #EAEEEF;
}
section.contents01 img {
	display: block;
	margin: 0 auto;
}
section.contents01 div.img_box01 {
	display: flex !important;
	width: calc(1200px - 24px);
	padding: 24px;
	margin: 24px auto;
	display: block;
	border-radius: 24px;
	background-color: white;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}
section.contents01 div.img_box01:nth-child(odd) {
	flex-direction: row-reverse;
}
section.contents01 div.img_box01 h2 {
	margin: 20px 0;
	text-align: left;
	font-size: 30px;
}
section.contents01 div.img_box01 h2 span {
	font-size: 48px;
	color: #FF1C1C;
}
section.contents01 div.img_box01 div.img_box01_img {
	display: inline-block;
	width: 470px;
}
section.contents01 div.img_box01 div.img_box01_p {
	width: calc(100% - 500px);
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

/* 利用方法  */
div.donate3 {
	display: inline-table;
	width: 30%;
	height: 740px;
	margin: 0 1% ;
	padding: 1em;
	border-radius: 24px;
	border: 1px solid #707070;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}
div.donate3 h2 {
	color: red;
}
div.donate3 h3,
div.donate3 img {
	display: block;
	text-align: center;
	margin: 1em auto;
}

/* 初回限定！ */
section.contents02 {
	background-color: #EAEEEF;
}
section.contents02 img {
	display: block;
	margin: 0 auto;
}


/* ふるにち掲載数 */
section.contents03 {
	display: block;
	background-image: url(../img/bg_contents03.png);
	height: 1440px;
	background-size: cover;
	background-position: center;
	padding-top: 400px;
}
section.contents03 div.counts {
	display: block;
	background-color: white;
	padding: 2em;
	width: 100%;
	max-width: 1200px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border-radius: 24px;
}
section.contents03 div.counts img {
	margin-bottom: 1em;
}
section.contents03 div.counts p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
section.contents03 div.counts span {
	color: red;
	font-size: 80px;
	font-weight: bold;
}
section.contents03 div.counts small {
	text-align: right !important;
	font-size: 0.5em;
}

/* お客様の声 */
section.voice h3 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 60px;
}
section.voice div.voice {
	display: flex;
	border: 1px solid #707070;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	border-radius: 24px;
	margin: 0 auto 2em;
	padding: 2em;
}
section.voice div.voice img, 
section.voice div.voice p {
	display: inline-block;
}
section.voice div.voice img {
	width: 160px;
	margin: 0 36px;
}
section.voice div.voice p {
	width: calc(100% - 240px);
	vertical-align: top;
	line-height: 2.5em;
	text-decoration: underline dotted #333;
}
section.voice div.voice:nth-child(even) {
  flex-direction: row-reverse;
}


header img.pc ,
section.contents02 img.pc {
	display: block;
}
header img.sp ,
section.contents02 img.sp {
	display: none;
}

footer {
	width: 100%;
	background-color: #51B8D6;
	color: #FFF;
	padding: 40px 0;
}
footer p {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width:768px) {

	body {
		font-size: 15px;
		line-height: 2em;
	}
	header h1 img ,
	.donation img {
		width: 96%;
		margin: 0 2%;
		position: center;
	}
	header h1 img {
		padding: 20px 0 10px 0;
	}
	header {
		height: auto;
		border-top: 15px solid #999999;
		max-height: 680px;
		padding-bottom: 20px;
	}

	.top_a img {
		width: 100%;
	}

	div.box {
		width: 96%;
		margin: 0 2%;
		padding: 0;
	}

	section.donation {
		justify-content: center;
		padding: 50px 0;
	}
	
	section.contents01 img {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	section.contents01 div.img_box01 {
		display: block !important;
		width: 96%;
		border-radius: 12px;
		margin: 24px auto;
	}
	section.contents01 div.img_box01 h2 {
		margin: 20px 0;
		text-align: left;
		font-size: 30px;
	}
	section.contents01 div.img_box01 h2 span {
		font-size: 48px;
		color: #FF1C1C;
	}
	section.contents01 div.img_box01 div.img_box01_img {
		width: 100%;
		margin: 0;
	}
	section.contents01 div.img_box01 div.img_box01_p {
		width: 100%;
		margin: 0;
	}

	div.donate3 {
		display: block;
		width: 100%;
		height: auto;
		margin: 2em 0;
		padding: 2em 2em;
	}

/* ふるにち掲載数 */
section.contents03 {
    height: 720px;
    padding-top: 200px;
  }
section.contents03 img {
	width: 100%;
	margin-bottom: 1em;
}
section.contents03 div.counts {
	display: block;
	background-color: white;
	padding: 1em 0.5em;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border-radius: 24px;
}
section.contents03 div.counts p {
	font-size: 21px;
}
section.contents03 div.counts span {
	font-size: 36px;
	font-weight: bold;
}
section.contents03 div.counts small {
	text-align: right;
}
section.contents02 img.pc {
	display: none;
}
section.contents02 img.sp {
	display: block;
	width: 100%;
}

section.voice h2 {
	font-size: 36px;
}
section.voice h3 {
	font-size: 24px;
}
section.voice div.voice {
	display: block;
}
section.voice div.voice img, 
section.voice div.voice p {
	display: block;
}
section.voice div.voice img {
	width: 160px;
	margin: 1em auto 2em;
}
section.voice div.voice p {
	width: 100%;
	line-height: 2.5em;
}

}

@media screen and (max-width:400px) {

header img.pc {
	display: none;
}
header img.sp {
	display: block;
	width: 80%;
	margin: 0.5em auto;
}
}
