@charset "shift_jis";
/* =============================================================== 
	common
=============================================================== */
.sd {
		display: none;
}
.td {
		display: block;
	}
.pd{
		display: block;
}
.mt20 {
	margin-top: 20px;
}
main {
	background-color: #E9F8FC!important;
}
#main_contents {
	background-color: #065188;
	padding: 80px 0 50px;
}
#disclaimer_contents {
	background-color: #E9F8FC;
	padding: 50px 0 100px;
}
#main_contents section,
#disclaimer_contents section{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#main_contents section#background,
#main_contents section#targets,
#main_contents section#performance
{
	background-color: #ffffff;
	border-radius: 16px;
	margin-bottom: 100px;
}
#main_contents section#background div,
#main_contents section#targets div,
#main_contents section#performance div
{
	padding: 20px 40px;
	margin-top: 20px;
}
p {
	line-height: 2!important;
	font-size: 1.7rem!important;
}
#main_contents h2 {
	color: #05426e;
	font-size: 5rem!important;
	padding: 20px 0 30px;
	text-align: center;
}
#main_contents h3 {
	color: #065188;
	font-size: 3rem!important;
	padding: 30px 0 20px;
	text-align: center;
}
#disclaimer_contents h2{
	color: #363636;
	font-size: 3.5rem!important;
	padding: 50px 0 10px;
	text-align: left;
}
#disclaimer_contents h3{
	font-size: 2.5rem !important;
	color: #363636;
	padding: 20px 0;
	text-align: left;
}
#disclaimer_contents h4{
	font-size: 1.7rem!important;
}
/* =============================================================== 
	img 
=============================================================== */
#main_contents figure {
	text-align: center;
}
#main_contents img {
	width: 100%;
	max-width: 800px;
}
/* =============================================================== 
	main_visual 
=============================================================== */
#main_visual .main_visual {
    position: relative;
    background-color: #16b3ea;;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
	text-align: center;
}
#main_visual .main_visual h1 img {
    margin: 0;
    padding: 0;
	vertical-align: bottom;
	width: 100%;
	max-width: 1000px;
    height: auto;
}
/* =============================================================== 
	btn
=============================================================== */
.button a {
	display: block;
    width: 400px;
    background-color: #f4560f;
    color: white;
    font-size: 1.5em;
    font-weight: 800;
    text-align: center;
    border-radius: 8px;
    padding: 28px 40px 28px 40px;
    margin: 50px auto ;
}
/* =============================================================== 
 dl
=============================================================== */
#main_contents #risk {
  word-break: break-all;
}
dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
    font-size: 1.7rem;
	line-height: 1.7;
}
dt {
	color: #fff;
	background-color: #074a7e;
	width: 160px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
dd {
	background-color: #fff;
	width: calc(100% - 160px);
	padding: 10px;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
#main_contents #targets dl {
	display: flex;
	flex-wrap: wrap;
	text-align: center;

}
#main_contents #targets dt {
	width: 100%;
}
#main_contents #targets dd {
	width: 50%;
}
/* =============================================================== 
 ul
=============================================================== */
#main_contents ul,
#disclaimer_contents ul{
	list-style: disc;
	padding-left: 25px;
}
#main_contents ul li,
#disclaimer_contents ul li {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 1.2rem
}
#main_contents dl ul,
#disclaimer_contents dl ul
{
	margin-top: 10px;
}
#main_contents dl ul li,
#disclaimer_contents dl ul li{
	line-height: 1.1;
}
/* =============================================================== 
 table
=============================================================== */
#main_contents table,
#disclaimer_contents table {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	font-size: 1.7rem;
	line-height: 1.5;
}
#main_contents table tr th,
#main_contents table tr td,
#disclaimer_contents table tr th,
#disclaimer_contents table tr td {
	padding: 15px 7px;
	border: 1px solid #aaa;
}
#main_contents table tr th,
#disclaimer_contents table tr th {
	width: 15%;
	font-weight: bold;
	text-align: center;
	/*white-space: nowrap;*/
	background-color: #b5dcfb;
}
#main_contents #targets table tr td {
	text-align: center;
}
#disclaimer_contents table {
	margin: 10px auto;
}
/* =============================================================== 
 annotation,emphasis
=============================================================== */
span.emphasis01{
	color: #F00;
	border-bottom: 1px solid #F00;
}
span.emphasis02{
	color: #F00;
}
span.emphasis03{
	border-bottom: 1px solid #121b26;
}

.annotation {
	text-align: right;
	font-size: 1.4rem!important;
}
.annotation02 {
	text-align: left;
	font-size: 1.4rem!important;
}
