@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* =============================================================================
   リセット
   ========================================================================== */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
em {
	font-style: normal;
}





/* 画像の回り込み */
.image_area {
	width: 320px;
	display: block;
	vertical-align: bottom;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.space_m {
	height: 20px;
}
.space_l {
	height: 40px;
}
.siji {
	font-size: 120%;
	background-color: #BED2E1;
}
.font80 {
	font-size: 80%;
}
.font115 {
	font-size: 115%;
}
.font125 {
	font-size: 125%;
}
.font135 {
	font-size: 135%;
	line-height: 200%;
}
.font145 {
	font-size: 145%;
	line-height: 200%;
}
.font_white {
	color: #ffffff;
}
.font_red {
	color: #c70808;
}
.font_blue {
	color: #0b4db4;
}
.font_black {
	color: #000000;
}
.font_yellow {
	color: #ffff00;
}
.bg_red {
	background-color: #cc0000;
}
.marker_yellow {
	background-color: #ffff00;
}
.p15 {
	padding: 15px 10px;
}
.line200 {
	line-height: 200%;
}
/* ------------------------- */
/* -------- 吹き出し① -------- */
.balloon {
	display: flex;
	margin: 0 0 1.5em 0;
}
.balloonR {
	flex-direction: row-reverse;
}
.balloon-img {
	width: 90px;
	height: auto;
	flex-shrink: 0;
}
.balloon-text {
	padding: 10px;
	border-radius: 6px;
	position: relative;
	display: flex;
	color: #ffffff;
	font-size: 20px;
}
.balloon-text-inner {
	margin: auto;
}
.balloon-text::before, .balloon-text::after {
	content: '';
	position: absolute;
	top: 19px;
	font-size: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.balloonL .balloon-text {
	margin: 0 0 0 15px;
	background: #555151;
}
.balloonR .balloon-text {
	margin: 0 15px 0;
	background: #555151;
}
.balloonL .balloon-text::before {
	left: -16px;
	border-right: 16px solid #555151;
}
.balloonR .balloon-text::before {
	right: -16px;
	border-left: 16px solid #dbffb7;
}

/* ------------------------- */
/* -------- 吹き出し② -------- */
.balloon_2 {
	display: flex;
	margin: 0 0 1.5em 0;
}
.balloonR {
	flex-direction: row-reverse;
}
.balloon-text {
	padding: 10px;
	border-radius: 6px;
	position: relative;
	display: flex;
	color: #ffffff;
	font-size: 17px;
}
.balloon-text-inner {
	margin: auto;
	font-size: 1.5rem;
	line-height: 1.2;
}
.balloon-text::before, .balloon-text::after {
	content: '';
	position: absolute;
	top: 19px;
	font-size: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.balloonL .balloon-text {
	margin: 0 0 0 15px;
	background: #193549;
}
.balloonR .balloon-text {
	margin: 0 15px 0;
	background: #c70200;
}
.balloonL .balloon-text::before {
	left: -16px;
	border-right: 16px solid #193549;
}
.balloonR .balloon-text::before {
	right: -16px;
	border-left: 16px solid #dbffb7;
}
.balloon_text {
	padding: 15px;
	background: #eee;
}
.balloonL2 .balloon-text {
	margin: 0 0 0 15px;
	background: #1c990b;
	color: #ffffff;
}
.balloonL2 .balloon-text::before {
	left: -16px;
	border-right: 16px solid #1c990b;
}
ol.naiyou_no {
	counter-reset: list;
	list-style-type: none;
	padding: 0;
}
ol.naiyou_no li {
	position: relative;
	line-height: 30px;
	margin: 7px 0 10px 40px;
	padding-left: 10px;
	border-bottom: solid 1px #C70200;
	font-weight: 500;
}
ol.naiyou_no li:before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -30px;
	width: 30px;
	height: 32px;
	background: #C70200;
	text-align: center;
	top: 50%;
	color: #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq {
	width: 100%;
}
.faq dl {
	border: 1px solid #ccc;
}
.faq dt {
	font-weight: noemal;
	color: #ffffff;
	background: #193549;
	/* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.faq dt:first-child {
	border-top: none;
}
.faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.faq dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 180%;
}
.faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
	color: #cc0000;
}
.tokutei_title {
	padding: 20px;
	background-color: #555151;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.tokutei {
	border-collapse: collapse;
	width: 100%;
}
.tokutei th, .tokutei td {
	border: 1px solid #dbe1e8;
	padding: 8px;
}
.tokutei th {
	background: #f9fafc;
	text-align: left;
	width: 25%;
}
@media only screen and (max-width: 800px) {
	.tokutei {
		border-collapse: collapse;
		width: 96%;
		margin: 0 auto;
	}
	.tokutei tr, .tokutei th, .tokutei td {
		display: block;
		width: auto;
	}
	.tokutei tr:first-child {
		border-top: 1px solid #dbe1e8;
	}
	.tokutei th, .tokutei td {
		border-top: none;
	}
}