@charset "utf-8";
/* CSS Document */

/* iron page ===================*/

.iron-page * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.iron-page img {
	max-width: 100%;
	height: auto;
	width:auto;
	vertical-align: middle;
}

/* hover img alpha */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.iron-page .nowrap{
	white-space: nowrap;
}

.iron-page .indent{
	text-indent:1em;
}
.iron-page .indent05{
	text-indent:.5em;
}

.iron-page .indent-ico{
	text-indent:-1em;
	margin-left:1em;
}

.iron-page .txt-c{
	text-align:center;
}

.iron-page .txt-r{
	text-align:right;
}

.iron-page .bold{
	font-weight: bold;
}

.iron-page .mb0{
	margin-bottom:0;
}

.iron-page p.mb8px,
.iron-page div.mb8px{
	margin-bottom:8px;
}

.iron-page .mb1em{
	margin-bottom:1em;
}

.iron-page p.mb24px,
.iron-page div.mb24px{
	margin-bottom:24px;
}

.iron-page p.mb40px,
.iron-page div.mb40px{
	margin-bottom:40px;
}

.iron-page .mb4per{
	margin-bottom:4%;
}

.iron-page .ib{
	display: inline-block;
 *display: inline;
 *zoom: 1;
}

.iron-page .pc-block{
	display: block;
}

@media screen and (max-width: 767px) { /* sp */
	div.iron-page .pc-block{
		display: inline;
	}
}

.iron-page .lh16{
	line-height: 1.6;
}

.iron-page .inner{
	width:auto;
}

.iron-page{
	background-color:#e5f1fd;
	font-size: 16px; /* default 12px to 16px */
}

@media screen and (max-width: 767px) { /* sp */
	div.iron-page{
		font-size:14px;
	}

	div.iron-page .mb24px{
		margin-bottom:24px;
	}
	
	div.iron-page .indent-ico{
		text-indent:-1em;
		margin-left:1em;
	}
}

/* header */
.iron-page .header h1{
	text-align:center;
	margin:0 0 8%;
}

/* sec common */
.iron-page .sec{
	margin-bottom:64px;
}

.iron-page .sec > .inner{
	padding:0 45px;
	width:auto;
}

.iron-page .sec .mw500px{
	max-width: 500px;
	margin:0 auto;
}

@media screen and (max-width: 767px) { /* sp */
	div.iron-page .sec > .inner{
		padding:0 2%;
	}
}

/* ttl no / question */
.iron-page .sec .h2-box{
	display: table;
	margin: 0 0 32px;
}
.iron-page .sec .h2-box .no{
	line-height:30px;
	color:#ffffff;
	font-size:162.50%; /* 26px */
	font-weight: bold;
	text-align: center;
	background-color: #0073ee;
	padding:8px 16px 8px 8px;
	background-image: url(../img/ico01.png);
	background-position: right;
	background-repeat: repeat-y;
	width:2.6em;
	display: table-cell;
	vertical-align: middle;
}

.iron-page .sec h2{
	line-height:30px;
	color:#231815;
	font-size:162.50%; /* 26px */
	margin: 0;
	padding:0 0 0 8px;
	display: table-cell;
	vertical-align: middle;
}

.iron-page .sec h2 span{
	color:#0073ee;
}

@media screen and (max-width: 767px) { /* sp */
	div.iron-page .sec h2{
		padding:0 0 0 8px;
	}
}

/* txt title */
.iron-page .sec .ttl-blue{
	font-size: 137.50%; /* 22px */
	color:#0073ee;
}

.iron-page .sec .ttl-blue-bold{
	font-size: 137.50%; /* 22px */
	color:#0073ee;
	font-weight: bold;
}

.iron-page .sec .marker-white{
	font-weight:bold;
	background: linear-gradient(transparent 60%, #ffffff 0%);
	background: -ms-linear-gradient(transparent 60%, #ffffff 0%);/* IE */
}

.iron-page .sec .ttl-triangle{
	font-size: 125.00%; /* 20px */
	font-weight: bold;
	background-image: url( '../img/ico_ttl01.png' );
  background-repeat: no-repeat;
  background-position: left center;
	padding-left:20px;
}

.iron-page .sec .color-blue{
	color:#0073ee;
}

/* common button */
.iron-page .btn-box{
	padding:2% 0;
	text-align: center;
	line-height: 1;
}

.iron-page .btn-box a.btn {
    background-image: url('../img/bg-arrow01.png');
		background-repeat:no-repeat;
    background-position: right 16px center;
    background-size: 10px;
    width: 100%;
    padding: 12px 32px 12px 20px;
    white-space: normal;
    text-align: center;
		letter-spacing:2px;
    margin: 0;
		background-color:#ff47b8;
		border-radius:26px;
		color:#ffffff;
		text-decoration:none;
		font-size:125.00%; /* 20px */
		font-weight:bold;
}

div.iron-page .btn-box a.blue {
	background-color:#0073ee;
}

/* sec6 */
.iron-page .sec6 .splitbox2 ul{
	overflow: hidden;
	text-align: center;
}

.iron-page .sec6 .splitbox2 ul .left-box{
	width:48%;
	float:left;
}

.iron-page .sec6 .splitbox2 ul .right-box{
	width:48%;
	float: right;
}

.iron-page .sec6 .splitbox2 ul li p{
	margin-top: 4px;
	margin-left: 1em;
  text-indent: -1em;
	text-align: left;
}
.iron-page .sec6 .splitbox2 ul li p:before {
    content: "▲";
    color: #0073ee;
    display: inline;
}

.iron-page .sec6 .splitbox2-2 {
	overflow: hidden;
}

.iron-page .sec6 .splitbox2-2 .left-box{
	width:60%;
	float:left;
}

.iron-page .sec6 .splitbox2-2 .right-box{
	width:36%;
	float: right;
	text-align: right;
}

@media screen and (max-width: 414px) { /* small sp */
	div.iron-page .sec6 .splitbox2-2 .left-box{
		width:auto;
		float: none;
		margin-bottom: 8px;
	}

	div.iron-page .sec6 .splitbox2-2 .right-box{
		width: auto;
		float: none;
		text-align: center;
	}
}

/* sec7 */
.iron-page .sec7 .splitbox3{
	overflow: hidden;
}

.iron-page .sec7 .splitbox3 ul{
	overflow: hidden;
}

.iron-page .sec7 .splitbox3 ul li{
	width:32%;
	float:left;
	text-align: center;
}

.iron-page .sec7 .splitbox3 ul li + li{
	margin-left:2%;
}

.iron-page .sec7 .splitbox3 ul li p{
	margin-left: 1em;
  text-indent: -1em;
	text-align: left;
}

.iron-page .sec7 .splitbox3 ul li p *{
	margin-left: 0;
  text-indent: 0;
}

.iron-page .sec7 .splitbox3 ul li p:before {
    content: "▲";
    color: #0073ee;
    display: inline;
}

.iron-page .sec7 .splitbox2 {
	overflow: hidden;
}

.iron-page .sec7 .splitbox2 .left-box{
	width:60%;
	float:left;
}

.iron-page .sec7 .splitbox2 .right-box{
	width:36%;
	float: right;
	text-align: right;
}

@media screen and (max-width: 414px) { /* small sp */
	div.iron-page .sec7 .splitbox2 .left-box{
		width:auto;
		float: none;
		margin-bottom: 8px;
	}

	div.iron-page .sec7 .splitbox2 .right-box{
		width: auto;
		float: none;
		text-align: center;
	}
}

/* sec8 */
.iron-page .sec8 .splitbox2 ul{
	overflow: hidden;
	text-align: center;
}

.iron-page .sec8 .splitbox2 ul .left-box{
	margin-right: 12%;
	width:24%;
	float:left;
}

.iron-page .sec8 .splitbox2 ul .left-box .img-box{
	padding-right:4%
}

.iron-page .sec8 .splitbox2 ul .right-box{
	width:34%;
	float:left;
}

.iron-page .sec8 .splitbox2 ul li p{
	margin-top: 4px;
	margin-left: 1em;
  text-indent: -1em;
	text-align: left;
}
.iron-page .sec8 .splitbox2 ul li p:before {
    content: "▲";
    color: #0073ee;
    display: inline;
}

@media screen and (max-width: 767px) { /* sp */
	div.iron-page .sec8 .splitbox2 ul {
		max-width: 360px;
	}
	
	div.iron-page .sec8 .splitbox2 ul .left-box{
		margin-right: 0;
		width:36%;
		float:left;
	}
	
	div.iron-page .sec8 .splitbox2 ul .left-box .img-box{
		text-align: left;
		padding-left: 1em;
	}

	div.iron-page .sec8 .splitbox2 ul .right-box{
		width:60%;
		float:right;
		max-width: 170px;
	}
}

.iron-page .sec8 .splitbox2-2 {
	overflow: hidden;
}

.iron-page .sec8 .splitbox2-2 .left-box{
	width:60%;
	float:left;
}

.iron-page .sec8 .splitbox2-2 .right-box{
	width:36%;
	float: right;
	text-align: right;
}

@media screen and (max-width: 414px) { /* small sp */
	div.iron-page .sec8 .splitbox2-2 .left-box{
		width:auto;
		float: none;
		margin-bottom: 8px;
	}

	div.iron-page .sec8 .splitbox2-2 .right-box{
		width: auto;
		float: none;
		text-align: center;
	}
}

/* pager-box */
.iron-page .next-page{
	text-align: center;
	margin-bottom: 1.6em;
}
.iron-page .next-page a{
	color:#0073ee;
	text-decoration: none;
}

.iron-page .pager-box{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 16px;
	margin-bottom: 40px;
}

.iron-page .pager-box ul li{
	display: inline-block;
}

.iron-page .pager-box ul li a{
	display: inline-block;
	background-color:#ffffff;
	text-decoration: none;
	border:1px solid #0073ee;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	text-align: center;
	color:#0073ee;
}

.iron-page .pager-box ul li a.txt{
	padding:0 8px;
}

.iron-page .pager-box ul li.current a,
.iron-page .pager-box ul li a:hover{
	background-color: #0073ee;
	color:#ffffff;
	opacity: 1;
}

/* bottom catch */
.iron-page .btm-catch-box{
	background-color:#ffffff;
	padding:40px 45px;
}

.iron-page .btm-catch-box p{
	color:#0073ee;
	font-size:112.50%; /* 18px */
	margin:0 0 24px;
}
@media screen and (max-width: 767px) { /* sp */
	div.iron-page .btm-catch-box{
		padding:40px 2%;
	}
}

/* bottom item cta */
.wrapper .item-cta-box{
	text-align: center;
	padding: 0px 2% 40px;
}

.wrapper .item-cta-box ul li{
	margin-bottom: 24px;
}

/* bottom related-article */
.wrapper .related-article-box{
	padding:48px 45px;
}

.wrapper .top-white-line {
    border-top: 24px solid #ffffff;
}

.wrapper .related-article-box .ttl{
	color:#0073ee;
	margin:0 auto 32px;
	width:6em;
	border:7px solid #0073ee;
	font-size:150.00%; /* 24px */
	padding:4px;
	text-align:center;
	background-color:#ffffff;
}

.wrapper .related-article-box ul li{
	background-image:url(../img/ico03.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:137.50%; /* 22px */
	padding:8px 0 8px 30px;
	line-height:1;
}

.wrapper .related-article-box ul li a{
	color:#231815;
	text-decoration:none;
}

.wrapper .related-article-box ul li a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 767px) { /* sp */
	div.wrapper .related-article-box{
		padding:40px 2%;
	}
}
/* clear fix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}