/* mainVisual
==========================================*/
.mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/topics/img01.jpg);
}

/* box01
==========================================*/
.box01 { text-align: center; }
.modePC .box01 { padding: 40px 0; }
.modePC .box01:first-child { margin-top: 110px; }
.modeSP .box01 { margin-top: 140px; }
.modeSP .wrapper{
	margin-bottom: -1px;
}

.box01 span {
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.modePC .box01 span {
	font-size: 30px;
	margin: 0 15px;
}
.modeSP .box01 span {
	font-size: 60px;
	margin: 0 35px;
}
.box01 svg { vertical-align: middle; }
.modePC .box01 svg { width: 17px; height: 9px; }
.modeSP .box01 svg { width: 33px; height: 18px; }

/* box02
==========================================*/
.modePC .box02 {
	width: 0;
	margin: 0 auto;
	padding: 145px 0 75px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	position: relative;
}
.modeSP .box02 {
	width: 590px;
	margin: 140px auto 0;
}

.box02 li {
	position: relative;
}
.modePC .box02 li {
	width: 320px;
	margin-top: -70px;
}
.modePC .box02 li:nth-of-type(odd) {
	text-align: right;
	left: -420px;
}
.modePC .box02 li:nth-of-type(even) { right: -100px; }
.modePC .box02 li:before,
.modePC .box02 li:after {
	content: "";
	position: absolute;
	background-color: #000;
}
.modePC .box02 li:before {
	width: 70px;
	height: 2px;
	top: 6px;
}
.modePC .box02 li:nth-of-type(odd):before { right: -100px; }
.modePC .box02 li:nth-of-type(even):before { left: -100px; }
.modePC .box02 li:after {
	width: 5px;
	height: 5px;
	top: -2px;
	border: 6px solid #fff;
}
.modePC .box02 li:nth-of-type(odd):after { right: -108px; }
.modePC .box02 li:nth-of-type(even):after { left: -108px; }

.modeSP .box02 li {
	margin-top: 100px;
}

.box02 a { display: block; }
.modeSP .box02 a { padding-top: 140px; }
.modeSP .box02 li:nth-of-type(odd) a { padding-left: 280px; }

.modePC .box02 .imgWrap {
	margin: 20px 0 25px;
	overflow: hidden;
/*	border: 1px #f6f6f6 solid;*/
}
.modeSP .box02 .imgWrap {
	position: absolute;
	top: 0;
}
.modeSP .box02 li:nth-of-type(odd) .imgWrap { left: 0; }
.modeSP .box02 li:nth-of-type(even) .imgWrap { right: 0; }

.box02 .imgWrap img {
	width: 320px;
}

.box02 p {
	line-height: 1;
}

.box02 p:nth-of-type(1) {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	white-space: nowrap;
}
.modeSP .box02 p:nth-of-type(1) {
	font-size: 18px;
	background-color: #fff;
	width: 310px;
	padding-top: 25px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modeSP .box02 li:nth-of-type(odd) p:nth-of-type(1) { padding-left: 25px; }
.modeSP .box02 li:nth-of-type(even) p:nth-of-type(1) {
	padding-right: 25px;
	text-align: right;
}

.modePC .box02 p:nth-of-type(1) span { margin-left: 10px; }
.modeSP .box02 p:nth-of-type(1) span { margin-left: 20px; }

.box02 p:nth-of-type(2) {
	font-weight: bold;
}
.modeSP .box02 p:nth-of-type(2) {
	font-size: 22px;
	line-height: 32px;
	width: 240px;
	position: absolute;
	top: 20px;
}
.modeSP .box02 li:nth-of-type(odd) p:nth-of-type(2) { right: 0; }
.modeSP .box02 li:nth-of-type(even) p:nth-of-type(2) { left: 0; }

/* box03
==========================================*/
.box03 {
	line-height: 1;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
}
.modePC .box03 {
	font-size: 14px;
	width: 1032px;
	margin-top: 45px;

}
.modeSP .box03 {
	font-size: 22px;
	width: 630px;
	margin-top: 70px;
}
.modePC .box04 + .box03 { margin-top: 100px; }
.modeSP .box04 + .box03 { margin-top: 135px; }

.box03 a.prev { float: left; }
.box03 a.next { float: right; }

/* box04
==========================================*/
.modePC .box04 {
	width: 960px;
	margin: 85px auto 0;
	padding-left: 480px;
	position: relative;
}
.modeSP .box04 {
	text-align: center;
	margin-top: 190px;
}

.modePC .box04 > div:nth-of-type(1) {
	width: 390px;
	position: absolute;
	top: 100px;
	left: 45px;
}
.modeSP .box04 > div:nth-of-type(1) {
	text-align: right;
	width: 630px;
	margin: 190px auto 0;
}

.box04 > div:nth-of-type(1) p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1;
	text-align: right;
}
.modePC .box04 > div:nth-of-type(1) p { font-size: 18px; }
.modeSP .box04 > div:nth-of-type(1) p { font-size: 36px; }

.box04 > div:nth-of-type(1) h1 {
	font-weight: bold;
	text-align: right;
}
.modePC .box04 > div:nth-of-type(1) h1 {
	font-size: 30px;
	line-height: 42px;
	margin-top: 30px;
}
.modeSP .box04 > div:nth-of-type(1) h1 {
	font-size: 42px;
	line-height: 61px;
	margin-top: 40px;
}

.modePC .box04 > div:nth-of-type(2) img { width: 560px !important; }
.modePC .box04 > div:nth-of-type(n+3) img { width: 480px !important; }
.modeSP .box04 > div:nth-of-type(2) img { width: 750px !important; }
.modeSP .box04 > div:nth-of-type(n+3) img { width: 630px !important; }

.modePC .box04 .imgWrap + p,
.modePC .box04 > p + .imgWrap { margin-top: 25px; }
.modeSP .box04 .imgWrap {
	margin-top: 90px;
	margin-bottom: 30px;
}

.box04 > p {
	line-height: 2;
	letter-spacing: .1em;
}
.modeSP .box04 > p {
	text-align: left;
	width: 630px;
	margin: 90px auto 0;
}
.box04 > p + p {
	margin-top: 2em;
}



.box04 .article_body{
	text-align: left;
	display: inline-block;
	overflow: hidden;
}
.modePC .box04 .article_body{
	margin-top: 25px;
}
.modeSP .box04 .article_body{
	width: 630px;
	margin: 90px auto 0;
}

.modeSP .box04 .article_body p{
	line-height: 2;
	letter-spacing: .1em;
}

.box04 .article_body .imgWrap{
	text-align: center;
}

.box04 .article_body strong{
	font-weight: bold !important;
	margin: 20px 0;
}

.modeSP .box04 .article_body strong{
	font-size: 26px;
}

.box04 .article_body i{font-style: italic !important;}
.box04 .article_body em{font-style: italic !important;font-weight: normal;}