@charset "UTF-8";
/* box */
.box {
	padding: 40px;
	border: 1px solid #ccc;
	text-align: center;
}
.box .item:before,
.box .item:after {
	content: '';
	display: table;
}
.box .item:after {
	clear: both;
}
.box .item span {
	display: block;
	float: left;
	position: relative;
	width: 50%;
}
.box .item span + span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.box .item.lineX span + span:before {
	display: none;
}
.box > p {
	margin-top: 30px;
	font-size: 18px;
}
.box > p > em {
	color: #3e9bae;
	font-weight: 500;
}
.box > p.desc {
	font-size: 16px;
}
.box > p.desc a {
	color: #003964;
}
.box > p.desc span {
	color: #888;
	font-size: 14px;
}
.box + .box,
.box + .desc,
.box + .heading {
	margin-top: 30px;
}
.box + .boardHead {
	margin-top: 50px;
}
._S .box {
	padding: 20px;
}
._S .box .item span {
	width: 100%;
}
._S .box > p {
	margin-top: 0;
	font-size: 12px;
}
._S .box > p > em {
	display: block;
}
._S .box .item span + span {
	margin-top: 10px;
	padding-top: 10px;
}
._S .box .item span + span:before {
	width: 100%;
	height: 1px;
}
._S .box + .box,
._S .box + .desc,
._S .box + .heading {
	margin-top: 10px;
}
._S .box + .boardHead {
	margin-top: 40px;
}
._S .box > p.desc span {
	font-size: 11px;
}
/* box-col */
.box-col01 .item span {
	width: 100%;
}
.box-col03 .item span {
	width: 33%;
}
.box-col03 .item span:last-child {
	width: 34%;
}
._S .box-col03 .item span:last-child {
	width: 100%;
}
/* box-type01 */
.box.box-type01 {
	border: 0;
	text-align: left;
	background-color: #f2f5f8;
}
.box.box-type01 > strong {
	color: #222;
	font-size: 22px;
	font-weight: 500;
}
.box.box-type01 > strong > em {
	color: #003964;
}
.box.box-type01 li + li {
	padding-top: 23px;
}
.box.box-type01 li em {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	color: #222;
	font-weight: 500;
}
.box.box-type01 .tit {
	display: block;
	margin-bottom: 15px;
	color: #444;
	font-size: 18px;
}
.box.box-type01 .list > li {
	position: relative;
	padding-top: 0;
}
.box.box-type01 .list > li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 1px;
	background-color: #aaa;
}
.box.box-type01 .list > li + li {
	margin-top: 10px;
}
.box.box-type01 .list-type01 {
	margin-top: 20px;
}
.box.box-type01 .list-type01 > li + li,
._S .box.box-type01 .list-type01 > li + li {
	padding-top: 0;
}
.box.box-type01 .list-type01 > li:before {
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #bac3cc;
}
._S .box.box-type01 > strong {
	font-size: 16px;
}
._S .box.box-type01 .tit {
	margin-bottom: 7px;
	font-size: 14px;
}
._S .box.box-type01 > li + li {
	padding-top: 10px;
}
._S .box.box-type01 .list > li + li {
	margin-top: 7px;
	padding-top: 0;
}
._S .box.box-type01 .list > li:before {
	top: 7px;
	width: 3px;
	height: 1px;
}
._S .box.box-type01 .list-type01 {
	margin-top: 10px;
}
._S .box.box-type01 .list-type01 > li:before {
	top: 10px;
	width: 2px;
	height: 2px;
}
._S .box.box-type01 li em {
	display: block;
	width: 100%;
	margin-bottom: 9px;
}
._S .box.box-type01 .button-sizeFull {
	margin-top: 8px;
}
._S .box.box-type01 .check-box {
	width: 48%;
	margin-bottom: 5px;
}
._S .box.box-type01 .check-box + .check-box {
	margin-left: 0;
}
._S .box.box-type01 .feFoCheck + .labelTxt {
	display: inline-block;
	width: 75%;
	line-height: 1.2em;
}
/* box type02 */
.box.box-type02 {
	padding: 30px;
	border: 0;
	text-align: left;
	background-color: #f2f5f8;
}
.box.box-type02 .heading-depth03 + .list {
	margin-bottom: 0;
}
.box.box-type02 .list + .heading-depth03 {
	margin-top: 20px;
}
.box.box-type02 .heading-depth03:first-child {
	margin-top: 0;
}
/* box-number */
.box.box-number {
	padding: 60px;
	border: 0;
	font-size: 26px;
	font-weight: 400;
}
.box.box-number strong {
	color: #003964;
	font-weight: 500;
}
.box.box-number .desc {
	color: #888;
}
._S .box.box-number {
	padding: 35px;
	font-size: 15px;
}
/* box-open */
.box[class*=box-open] {
	position: relative;
	margin-top: 60px;
	padding: 30px 20px;
	padding-left: 210px;
	border-radius: 3px;
	font-size: 14px;
	text-align: left;
}
.box[class*=box-open]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 62px;
	margin: 20px;
	background: url(../../img/common/spr_icon.png) 0 -72px no-repeat;
}
.box.box-open01 {
	padding-left: 290px;
}
.box.box-open01:before {
	width: 250px;
	background-position: -174px -72px;
}
.box.box-open02,
.box.box-open03 {
	padding-left: 244px;
}
.box.box-open02:before {
	width: 206px;
	background-position: 0 -136px;
}
.box.box-open03:before {
	width: 206px;
	background-position: -208px -136px;
}
._S .box[class*=box-open] {
	margin-top: 40px;
	padding: 15px;
	padding-top: 65px;
	font-size: 11px;
	text-align: left;
}
._S .box[class*=box-open]:before {
	width: 110px;
	height: 40px;
	margin: 15px;
	background: url(../../img/common/m_spr_icon.png) 0 -48px no-repeat;
	background-size: 250px;
}
._S .box.box-open01:before {
	width: 164px;
	background-position: 0 -92.5px;
}
._S .box.box-open02:before {
	width: 134.5px;
	background-position: -114.5px -48px;
}
._S .box.box-open03:before {
	width: 134.5px;
	background-position: 0 -184px;
}
/* box-img */
.box.box-img {
	padding: 0;
	border: 0;
}
.box.box-img + .box.box-img {
	margin-top: 20px;
}
.box.box-img span {
	float: left;
	width: 49%;
}
.box.box-img span:first-child {
	float: right;
}
._S .box.box-img + .box.box-img {
	margin-top: 10px;
}
._S .box.box-img span {
	width: 100%;
}
._S .box.box-img span + span {
	margin-top: 10px;
}
._L .box.box-img01,
._M .box.box-img01 {
	padding-right: 0;
	padding-left: 0;
}
._L .box.box-img01 .item span,
._M .box.box-img01 .item span {
	padding: 0 4%;
}