html,html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body { background: #e6f7ff; }
ul { list-style: none; }
p { font-size: 13px; }
img {
	display: block;
	width: 100%;
	height: auto;
}

/* ヘッダー */
header,div#header_bg {
	width: 100%;
	height: auto;
	background: none;
}

header h1 img.pc {
	display: none !important;
}
header h1 img.tb {
	display: none !important;
}
header h1 img.mb {
	display: block !important;
}

/* フッター */
footer {
	background: #92ddff;
}
footer div {
	width: 100%;
	margin: 0 auto 0;
}
footer p,
footer a {
	color: #ffffff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	text-decoration: none;
}

footer p {
	display: inline-block;
	line-height: 75px;
	padding-left: 10px;
	padding-right: 10px;
}

footer ul li img {
	display: inline-block;
	width: 20px;
	height: 20px;
}

footer ul li a {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #ffffff;
}

/* メインコンテンツ */
main {
	width: 100%;
	margin: 0 auto 0;
	background: #ffffff;
	padding-bottom: 53px;
}
	
main h2,
main div.box,
main div.box_search {
	margin: 0 15px 0;
}

div.box_border {
	border: 2px solid #7ecef4;
	background: #fffbcc;
}

main div.box ul {
	margin: 15px 13px;
}

main div.box ul li {
	display: flex;
	flex: 1;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: bold;
}

main div.box ul li div {
	flex: 1;
}

main div.box ul li span {
	color: #ff0000;
	text-shadow: 2px 2px 0px #ffffff, -2px -2px 0px #ffffff,
	             -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
				 0px 2px 0px #ffffff, 0px -2px 0px #ffffff,
				 -2px 0px 0px #ffffff, 2px 0px 0px #ffffff;
}

main div.box ul li p {
	padding: 20px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}

main div.box ul li div{
	text-align: center;
	background: #88caf5;
	border-radius: 10px;
}

main div.box ul li div img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

section.voice article div.voice_box {
	background: #88caf5;
	border-radius: 10px;
}

section.voice {
	margin: 14px 9px;
	font-weight: bold;
}

section.voice article {
	flex: 1;
	display: flex;
}
section.voice article div.voice_box {
	margin: 7px 7px 14px 7px;
	flex: 1;
}

section.voice article div.voice_box h3 img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

section.voice article div.voice_box div.text {
	margin: 0px 16px;
	padding-bottom: 13px;
}

section.voice article div.voice_box div.text img {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right: 20px;
	width: 100px;
	float: left;
}

section.voice article div.voice_box div.text p {
	padding-top: 20px;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
}

section.voice article div.voice_box div.text p span {
	color: #ff0000;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #ffffff,
	             -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
				 0px 1px 0px #ffffff, 0px -1px 0px #ffffff,
				 -1px 0px 0px #ffffff, 1px 0px 0px #ffffff;
}

div.box_search {
border: 4px solid #bfbfbf;
}

div.box_search iframe {
	width: 100%;
	height: 750px;
}

/*
==================================================
特定取引法に関する表記
==================================================
*/
.tokusho {

}

.tokusho th, .tokusho td {
	padding: 8px;
}

.tokusho th {
	background-color: #E3E3E3;
	width: 30%;
}

/* タブレット用 */
@media(min-width:768px) {
	header h1 img.pc {
	display: none !important;
	}
	header h1 img.tb {
	display: block !important;
	}
	header h1 img.mb {
	display: none !important;
	}
	div.box_border {
	border: 3px solid #7ecef4;
	}
	main div.box ul {
	display: flex;
	flex-wrap: wrap;
	}
	main div.box ul li {
	flex: 0 0 50%;
	margin-bottom: 0px;
	}
	main div.box ul li div {
	margin: 7px;
	}
	section.voice {
	display: flex;
	flex-wrap: wrap;
	}
	section.voice article {
	flex: 0 0 50%;
	}
	section.voice article div.voice_box {
	margin: 7px;
	}
	section.voice article div.voice_box div.text img {
	width: 110px;
	}
	section.voice article div.voice_box div.text p {
	font-size: 15px;
	}
	div.box_search iframe {
	height: 750px;
	}
}


/* デスクトップ用 */
@media(min-width:1060px) {
	header {
	width: 100%;
	height: 390px;
	background: url(../img/bg_header_repeat.jpg) top center repeat-x;
	}
	div#header_bg {
	width: 100%;
	height: 390px;
	background: url(../img/bg_header.jpg) top center no-repeat;
	}
	header h1 img.pc {
	display: block !important;
	}
	header h1 img.tb {
	display: none !important;
	}
	header h1 img.mb {
	display: none !important;
	}
	footer div {
	width: 980px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	footer ul {
	display: flex;
	}
	footer ul li a {
	border-top: none;
	}
	footer p {
	padding-left: 0px;
	padding-right: 0px;
	}
	footer ul li a {
	padding: 15px 10px 15px 10px;
	}
	footer ul li:last-child a {
	padding: 15px 0px 15px 10px;
	}
	main {
	width: 1020px;
	}
	main h2,
	main div.box {
		margin: 0 20px 0;
	}
	div.box_border {
	border: 4px solid #7ecef4;
	}
	main div.box ul {
	margin: 15px auto;
	}
	main div.box ul li {
	flex: 0 0 323px;
	}
	section.voice article div.voice_box div.text img {
	width: 166px;
	}
	div.box_search iframe {
	height: 750px;
	}
}

/* 小さい画面用の設定 */
@media (max-width: 767px) {
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
