@charset "utf-8";

#main_content img {
	max-width: 100%;
}
#main_content .sec_box a {
	color: #005bac;
	text-decoration: underline;
}
#main_content .ttl_area h1 > span {
	display: inline-block;
	font-size: 90%;
}
#main_content .info_box {
	background: #FFF2DC;
	font-size: 14px;
	padding: 20px;
	margin-bottom: 20px;
}
#main_content .info_box li {
	position: relative;
	padding-left: 1.3em;
}
#main_content .info_box li::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

#main_content * + .sec_box {
	margin-top: 40px;
}
#main_content .body + .body {
	margin-top: 40px;
}
#main_content .list > li {
	position: relative;
	padding-left: 1.3em;
}
#main_content .list.custom_4 > li {
	padding-left: 4em;
}
#main_content .list > li::before,
#main_content .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#main_content .list.kome > li::before {
	content: "※";
}
#main_content .list.smldot > li::before {
	content: "・";
}
#main_content .fs_small {font-size:90%;}
#main_content .fs_large {font-size:110%;}
#main_content .em {font-weight:bold;}
#main_content .normal {font-weight:normal;}
#main_content .body > * + * {
	margin-top: 1em;
}
#main_content a.btn_outline {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .02em;
	text-decoration: none;
	text-align: center;
	color: #231815;
	background: #fff;
	border: 2px solid #8D8D8E;
	border-radius: 8px;
	padding: .75em 3.5em .75em 1.5em;
	position: relative;
	transition: .5s;
}
#main_content a.btn_outline::before,
#main_content a.btn_outline::after {
	content: "";
	position: absolute;
	top: 50%;
}
#main_content a.btn_outline::before {
	width: 1.3em;
	height: 1.3em;
	background: #00A6E9;
	border-radius: 50%;
	right: 1em;
	transform: translateY(-50%);
}
#main_content a.btn_outline::after {
	width: .3em;
	height: .3em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 1.65em;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -.1em;
}
#main_content a.btn_outline:hover {
	background: #E3F4FC;
}
#main_content a.btn_outline._blue {
	background: #00a6e9;
	color: #fff;
	border-color: #00a6e9;
}
#main_content a.btn_outline._blue::before {
	background: #fff;
}
#main_content a.btn_outline._blue::after {
	border-top-color: #00a6e9;
	border-right-color: #00a6e9;
}
#main_content a.btn_outline._blue:hover {
	background: #fff;
	color: #00a6e9;
}
#main_content a.btn_outline._blue:hover::before {
	background: #00a6e9;
}
#main_content a.btn_outline._blue:hover::after {
	border-top-color: #fff;
	border-right-color: #fff;
}
#main_content .sec_table {
	overflow-x: auto;
	padding-bottom: .5em;
}
#main_content .sec_table table caption {
	text-align: left;
	margin-bottom: .25em;
}
#main_content .sec_table tr > * {
	border: 1px solid #8D8D8E;
	padding: 10px 15px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}
#main_content .sec_table.em tr > * {
	font-weight: bold;
}
#main_content .sec_table thead tr > * {
	padding: 5px 10px;
}
#main_content .sec_table tr > th {
	background: #EEF7FD;
	text-align: center;
}
#main_content .movie_box {
	width: 100%;
	text-align: center;
	background: #F5FAFC;
	padding: 20px 3%;
	margin: 60px 0;
}
#main_content .movie_box a {
	display: block;
	width: 90%;
	max-width: 400px;
	margin: .5em auto;
}
#main_content .movie_tit {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .5em;
}
#main_content .movie_img {
	border: 1px solid #ccc;
}
#main_content .sec_stit {
	position: relative;
	padding-left: 1.3em;
	font-weight: bold;
}
#main_content .sec_stit::before {
	content: "";
	position: absolute;
	top: .15em;
	left: 0;
	width: .8em;
	height: .8em;
	background: #00a0ea;
}
#main_content .flow_table table {
	width: 100%;
	table-layout: fixed;
}
#main_content .flow_table tr > * {
	padding: 5px;
	text-align: center;
}
#main_content .flow_table tbody tr > * {
	position: relative;
	width: 11.11%;
	line-height: 1.4;
}
#main_content .flow_table td > div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#main_content .flow_table td > div.flow_stit {
	background: #fff;
	text-align: center;
	width: 300%;
	font-size: 120%;
	padding: .5em 0;
}
#main_content .flow_table td > div.flow_arrow {
	width: calc(200% - 1em);
	height: 1em;
	background: #F3AFCE;
}
#main_content .flow_table td > div.flow_arrow::after {
	content: "";
	position: absolute;
	right: -2em;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 1.2em solid #F3AFCE;
	border-right: 1.2em solid transparent;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	transform: translateY(-50%);
}
#main_content .sec_table._kikan table {
	width: 100%;
}
#main_content .sec_table._abc table {
	width: 100%;
}
#main_content .sec_table._alpha table {
	width: 20.5%;
}
#main_content .sec_table._alpha th {
	width: 40%;
}
#main_content .sec_table._alpha td {
	width: 60%;
	text-align: center;
}
#main_content .formula_box {
	border: 6px solid #F3AFCE;
	border-radius: .75em;
	padding: .5em 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#main_content .formula_box > span {
	display: inline-block;
}
#main_content .formula_box > span + span {
	margin-left: .5em;
}
#main_content .formula_box._nest {
	padding: 1.5em 3%;
	font-size: 110%;
	text-align: left;
}
#main_content .formula_stit {
	margin-bottom: .5em;
	color: #E85F9D;
}
#main_content .formula_stit._minus {
	color: #0071BC;
}
#main_content * + .formula_stit {
	margin-top: 2em;
}
#main_content .formula_inner {
	font-size: 110%;
	text-align: center;
	border: 3px solid #E85F9D;
	border-radius: .5em;
	padding: .5em 1em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
#main_content .formula_inner._minus {
	border-color: #0071BC;
}
#main_content .formula_inner > * + * {
	margin-left: .5em;
}
#main_content .formula_fraction {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 6em;
	text-align: center;
}
#main_content .formula_fraction > * + * {
	margin-top: .2em;
	padding-top: .2em;
	border-top: 1px solid #231815;
}
#main_content .dash_box {
	border: 2px dashed #999;
	padding: .5em 1em;
	line-height: 1.4;
	margin-top: 1.5em;
}





@media only screen and (max-width: 768px) {
	#main_content .info_box {
		padding: 20px 4%;
		margin-bottom: 0;
	}
	#main_content a.btn_outline {
		display: block;
		font-size: 16px;
		text-align: left;
		padding: .5em 3em .5em 1em;
		border-width: 1px;
	}
	#main_content .sec_table tr > * {
		padding: 5px;
	}
	#main_content .sec_table thead tr > * {
		padding: 5px;
	}
	#main_content .movie_box {
		margin: 40px 0;
	}
	#main_content .flow_table table {
		width: 48em;
	}
	#main_content .flow_table td > div.flow_stit {
		font-size: 100%;
	}
	#main_content .sec_table._kikan tbody tr > * {
		text-align: center;
	}
	#main_content .sec_table._abc th {
		width: 20%;
	}
	#main_content .sec_table._abc td {
		width: 80%;
	}
	#main_content .sec_table._alpha table {
		width: 50%;
	}
	#main_content .formula_box {
		border-width: 3px;
	}
	#main_content .formula_box._nest {
		padding: 15px;
		font-size: 100%;
	}
	#main_content .formula_inner {
		border-width: 2px;
	}
	#main_content .formula_inner > * {
		white-space: nowrap;
	}





}

