@charset "UTF-8";
/* ultraformer_text */
#maincontent {
	border: 1px solid #fff;
	background: #f6f7f7;
	margin-bottom: 15px;
}
#maincontent p {
	font-size: 15px;
	margin-bottom: 0.5em;
}
#maincontent img {
	max-width: 100%;
	height: auto;
}
img.pc {
	display: block;
}
img.sp {
	display: none;
}
.img_r {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.img_l {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.img_c {
	text-align: center;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#c001:after, #c002:after, #c003:after, #c004:after, #c008:after {
	content: "";
	display: block;
	clear: both;
}
#c000 img, #c000b img {
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#c000b {
	margin-bottom: 30px;
	border-bottom: 1px solid #FFF;
}
#c001, #c002 {
	color: #036eb8;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 30px;
}
#c001 h2, #c002 h2 {
	font-size: 23px;
	color: #036eb8;
	line-height: 1.2;
	margin-bottom: 8px;
	text-shadow: 1px 1px 0 #fff;
}
.c001b {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 8px;
}
.c001b li {
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
}
#c003, #c004 {
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 30px;
	padding: 15px;
	background: #FFFFFF;
}
#c003 h3, #c004 h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #036eb8;
	margin-bottom: 5px;
}
#c003 h3:before, #c004 h3:before {
	content: url(../img/ultraformer003t.png);
	margin-right: 4px;
	display: inline-block;
	vertical-align: baseline;
}
.c003b {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 8px;
}
.c003b video {
	display: inline-block;
	text-align: center;
	margin-bottom: 8px;
	max-width: 100%;
	height: auto;
}
#c005 {
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 30px;
	padding-top: 26px;
	background: #c0e5f6;
	border: 1px solid #FFF;}
}
#c005 img {
	max-width: 100%;
	height: auto;
}
#c005 h2, #c005 ul {
	text-align: center;
    font-size: 0;
}
#c005 h2 img {
	width: 85px;
	margin-bottom: 24px;
}
#c005 li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 28px;
}
#c005 li:last-child {
    margin-right: 0px;
}
.c5p {
	box-shadow: 4px 4px 4px rgba(0,124,197,0.1);
}
#c005 .menu_risk {
    width: 40%;
    margin-left: 16px;
	box-sizing: content-box;
}
#c006 table {
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 35px;
	background: #FFF;
	border: 1px solid #2ea8e1;}
#c006 table li {
	list-style: inside;
	margin-bottom: 0.5em;
}
.table_l {
	font-size: 15px;
	color: #036eb8;
	background: #c0e5f6;
	border-top: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
	border-left: 18px solid #FFFFFF;
	text-align: center;
	white-space: nowrap;
	padding: 6px 8px;
}
.table_r {
	font-size: 15px;
	border-top: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
	border-left: 18px solid #FFFFFF;
	border-right: 18px solid #FFFFFF;
}
#c008 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 18px;
}
#c008 img {
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
}
#c008 a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#c009 {
	border-top: 1px solid #FFFFFF;
	color: #036eb8;
	padding: 15px 25px 8px;
}
#c009 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#c009 li {
	display: inline-block;
	font-size: 12px;
	margin-right: 1px;
	margin-bottom: 8px;
}
#c009 li:first-child {
	background-image: url(../../img/arrow_3.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.7em;
}
#c009 li:after {
	content: '／';
	color: #888;
	font-size: 12px;
	margin-left: 8px;
}
#c009 li:last-child:after {
	content: none;
}

@media (min-width: 1190px) {
#maincontent {
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}
.c003b video {
	margin-right: 4px;
	margin-left: 4px;
}
}

@media (min-width: 768px) and (max-width: 1189px) {
#maincontent {
	max-width: 918px;
	margin-right: auto;
	margin-left: auto;
}
.c003b video {
	margin-right: 4px;
	margin-left: 4px;
}
#c005 .menu_risk {
    width: 94%;
    margin-left: 0px;
}
}

@media (min-width: 600px) and (max-width: 767px) {
.img_r, .img_l {
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#c001 h2, #c002 h2 {
	margin-bottom: 14px;
}
#c005 .menu_risk {
    width: 93%;
    margin-left: 0px;
}
}

@media (max-width: 599px) {
#maincontent p {
	font-size: 14px;
}
img.pc {
	display: none;
}
img.sp {
	display: block;
}
.img_r, .img_l {
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#c001, #c002 {
	margin-right: 15px;
	margin-left: 15px;
}
#c001 h2, #c002 h2 {
	font-size: 18px;
	margin-bottom: 14px;
}
#c003, #c004 {
	margin-right: 5px;
	margin-left: 5px;
	padding: 15px 10px 5px;
}
#c003 h3, #c004 h3 {
	font-size: 18px;
}
#c005 {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 18px;
}
#c005 h2 {
	margin-bottom: 17px;
}
#c005 li {
	margin: 0px 3px 28px;
}
.c5p {
	width: 43%;
	max-width: 200px;
	height: auto;
}
#c005 .menu_risk {
    width: 92%;
    margin-left: 0px;
    padding: 8px;
}
#c006 table {
	margin-right: 5px;
	margin-left: 5px;
}
.table_l {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	border-top: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
}
.table_r {
	font-size: 14px;
	border-top: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
#c008 img {
	width: 95px;
	height: auto;
	margin-right: 2px;
	margin-left: 2px;
}
#c009 {
	padding-right: 15px;
	padding-left: 15px;
}
}
