@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.content {
	overflow: hidden;
	background: #fff;
	padding-top: 96px;
}
.pagePath {
	background: #F4F2E9;
	padding: 20px 74px 20px;
}
.bgmapbox {
	position: relative;
	padding-bottom: 450px;
	padding-top: 45px;
}
.reportCon {
	background-color: #F4F2E9;
	padding-top: 21px;
}
.reportBox {
	position: relative;
	z-index: 10;
	max-width: 1000px;
	margin: 0 auto 150px;
}
.reportBox h3 {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-bottom: 51px;
}
.reportBox h3 span {
	color: #BE0025;
	font-size: 90px;
	font-weight: 100;
	display: block;
	line-height: 1;
	margin-bottom: 13px;
	letter-spacing: 0;
}
.plink {
	color: #BE0025 !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	transition: opacity .5s ease;
	margin: 0 auto 70px;
	width: 465px;
}
.plink a {
	color: #BE0025 !important;
}
.plink li {
	display: inline-block;
	margin-right: 20px;
}
.plink li:last-child {
	margin-right: 0;
}
.plink span {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: none !important;
}
.plink span::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 5px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #BE0025;
	border-right: 1px solid #BE0025;
	transform: rotate(45deg);
	transition: border .5s ease;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.plink {
		font-size: 13px;
		margin: 0 auto 50px;
		width: 325px;
	}
	.plink li {
		margin-right: 15px;
	}
	.plink span {
		width: 13px;
	}
	.plink span::before {
		left: 0;
		top: 5px;
	}
}

.twitterLink:hover {
	color: #BE0025;
}

.pagePath {
	background: #F4F2E9;
	padding: 20px 74px 20px;
}
.pagePath li, .pagePath li a {
	display: inline-block;
	color: #BE0025;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
	letter-spacing: 0.4px;
	flex: 0 0 33px;
	line-height: 1.7;
	position: relative;
	z-index: 4;
}
.whiteBox {
	background-color: #fff;
	border: 2px solid #BE0025;
	width: 900px;
	margin: 0 auto 70px;
	border-radius: 10px;
	text-align: center;
	z-index: 10;
	padding: 22px 20px 37px;
	box-sizing: border-box;
	position: relative;
}
.whiteBox h2 {
	color: #BE0025;
	font-size: 20px;
	margin-bottom: 7px;
}
.whiteBox p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
}
.planBox {
	padding: 57px 50px 0;
	box-sizing: border-box;
	border-top: 2px dotted #BE0025;
	margin: 0 0 90px;
}
.flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.planBox h2 {
	text-align: center;
}

.planBox h2 img {
	width: 509px;
}
.planBox.plan02 h2 img,
.planBox.plan03 h2 img{
	width: 595px;
}
.planBox .numberBox h2 img {
	width: 306px;
}
.planBox.statusBox h2 img{
	width: 573px;
}
.inner h2 img {
	width: 305px;
}
.planBox .txtBox {
	text-align: center;
}
.planBox .txtBox h4 {
	font-size: 20px;
	color: #BE0025;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.planBox .txtBox p {
	line-height: 2;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 40px
}
.planBox .listUl {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 42px 20px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #BE0025;
}
.planBox .listUl::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	height: 60%;
	width: 1px;
	transform: translate(-50%, -50%);
	border-left: 1px dashed #BE0025;
}
.planBox .listUl li {
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.planBox .listUl li .img {
	width: 95px;
	margin-left: 10px;
}
.planBox .listUl li .img img {
	width: 100%;
}
.planBox .listUl li .txt {
	font-size: 20px;
	color: #BE0025;
}
.planBox .listUl li .txt span {
	position: relative;
	z-index: 1;
	line-height: 1.6;
}
.planBox .listUl li .txt span::after {
	position: absolute;
	content: '';
	height: 15px;
	width: 100%;
	bottom: -1px;
	left: 0;
	background-color: #FCE9ED;
	z-index: -1;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.planBox h2 {
		margin: 0 auto;
	}
	.planBox h2 img,
	.planBox.statusBox h2 img{
		width: 256px;
		margin: 0 auto;
	}
	.planBox .txtBox p {
		text-align: left;
		margin: 0 17px 30px;
	}
	.planBox.plan02 h2 img,
	.planBox.plan03 h2 img{
		width: 300px;
	}
}
.planBox .listUl li .txt b {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
.planBox:last-of-type {
	margin-bottom: 0;
}

.plan02 .listUl {
	justify-content: center;
	padding: 33px 20px 36px;
	margin-bottom: 50px;
}
.plan02 .listUl::after {
	border: none;
	background: url("../img/2020/plan_icon01.png") no-repeat;
	width: 28px;
	height: 20px;
	background-size: 28px auto;
}
.plan02 .listUl li {
	width: auto;
}
.numberBox {
	background-color: #BE0025;
	border-radius: 20px;
	padding: 60px 30px 60px;
	box-sizing: border-box;
	margin-bottom: 90px;
	width: 900px;
}
.numberBox .flexBox {
	margin: 0 25px 0 35px;
}
.numberBox .flexBox h2 {
	width: 305px;
	margin-right: 40px;
}
.numberBox .flexBox p, .numberBox .flexBox h4 {
	color: #fff;
	letter-spacing: 0;
}
.numberBox .flexBox h4 {
	font-size: 22px;
	margin-bottom: 12px;
}
.numberBox .txtBox {
	text-align: left;
}
.numberBox .numberUl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.numberBox .numberUl li {
	width: calc((100% - 165px) / 3);
	margin: 0 2px 0 3px;
	border-radius: 10px;
	overflow: hidden;
}
.numberBox .numberUl li img {
	width: 100%;
}
.numberBox .numberUl li .num img {
	width: 266px;
	margin: 0 auto;
}
.numberBox .numberUl li.whiteBg {
	width: 370px;
	background-color: #fff;
	padding: 30px 10px 20px;
	box-sizing: border-box;
	color: #BE0025;
	text-align: center;
}
.numberBox .numberUl li.whiteBg .ttl {
	font-size: 28px;
	margin: 0 11px 17px 0;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.numberBox .numberUl li.whiteBg .ttl img {
	width: 43px;
	display: inline-block;
	vertical-align: -25px;
	margin-right: 15px;
}
.numberBox .numberUl li.whiteBg .num {
	margin: 0 0 -12px;
	font-size: 102px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.numberBox .numberUl li.whiteBg .txt {
	font-size: 18px;
	font-weight: 500;
}

.whitebdbox{
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #BE0025;
	width: 900px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.plan03 .howtoList {
	margin: 0 auto 0;
	padding: 0;
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 900px;
}
.plan03 .howtoList li {
	color: #BE0025;
	text-align: center;
	font-size: 15px;
	padding: 40px 0 51px;
	width: 280px;
	color: #BE0025;
	text-align: center;
	font-size: 15px;
}
.plan03 .howtoList li:first-child {
	padding-left: 20px;
}
.plan03 .howtoList li:nth-child(2)::after {
	position: absolute;
	content: '';
	left: 34%;
	top: 50%;
	height: 80%;
	width: 1px;
	transform: translate(-50%, -50%);
	border-left: 1px dashed #BE0025;
}
.plan03 .howtoList li .pho {
	margin: 0 auto 30px;
	width: 129px;
}
.plan03 .howtoList li .lBox .pho {
	margin: 0 auto 20px;
}
.plan03 .howtoList li .pho img {
	width: 130px;
}
.plan03 .howtoList li .lBox .pho img {
	width: 130px;
}
.plan03 .howtoList li .rBox .pho img {
	width: 178px;
}
.plan03 .howtoList li:nth-of-type(2) {
	width: 656px;
}
.plan03 .howtoList li.soon {
	position: relative;
}
.plan03 .howtoList li.soon .circleBox::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/index/comming.png") no-repeat;
	background-size: 100% 100%;
	z-index: 5;
}
.plan03 .howtoList li.soon .midTxt {
	opacity: 0.5;
}
.plan03 .howtoList li h3 {
	margin-bottom: 70px;
	font-size: 150px;
	color: #F8E3E8;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.05;
}
.plan03 .howtoList li h3 img {
	width: 28px;
}
.plan03 .howtoList li:first-of-type h3 {
	padding-right: 0;
}
.plan03 .howtoList li:first-of-type h3 span {
	margin-right: -20px;
}
.plan03 .howtoList li:nth-of-type(2) h3 img {
	width: 56px;
}
.plan03 .howtoList li h3 span {
	display: block;
	color: #BE0025;
	font-size: 30px;
	margin-top: -132px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.plan03 .howtoList li .ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}
.plan03 .howtoList li .midTxt {
	margin: 0 -5px;
	font-weight: 500;
	line-height: 1.46;
	letter-spacing: 0.07em;
	font-size: 14px;
}
.plan03 .howtoList li .subBox {
	margin-top: -20px;
	padding: 0 70px 0 60px;
	display: flex;
	justify-content: space-between;
}
.plan03 .howtoList li .subBox .lBox {
	width: 258px;
}
.plan03 .howtoList li .subBox .lBox .ttl {
	margin-bottom: 6px;
	font-size: 18px;
}
.plan03 .howtoList li .subBox .lBox .pho {
	padding-left: 40px;
	width: 120px;
}
.plan03 .howtoList li .subBox .rBox .pho {
	margin-bottom: 20px;
	width: 184px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.plan03 .whitebdbox{
		margin: 0 20px 40px;
		width: auto;
	}
	.statusBox .whitebdbox{
		margin: 0 20px 20px;
		width: auto;
	}
	.plan03 .howtoList li:nth-of-type(3n) .circleBox::after {
		background-size: 74px auto;
		width: 74px;
		height: 80px;
		bottom: 16px;
	}
	.plan03 .howtoList li.soon .circleBox::before {
		background-image: url("../img/index/comming_sp.png");
	}
	.plan03 .howtoList li .circleBox h3 {
		font-size: 95px;
	}
	.plan03 .howtoList li .circleBox h3 span {
		font-size: 24px;
		margin-top: -61px;
	}
	.plan03 .howtoList li .circleBox::after {
		background-size: 72px auto;
		width: 72px;
		height: 72px;
		bottom: 30px;
	}
	.plan03 .howtoList li .midTxt {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.55;
	}
	.plan03 .howtoList {
		margin: 0 auto 48px;
		padding: 0;
		max-width: inherit;
		display: block;
		width: auto;
	}
	.plan03 .howtoList li {
		padding: 30px 0 34px;
		width: auto;
	}
	.plan03 .howtoList li:first-child{
		padding-left: 0;
	}
	.plan03 .howtoList li .howtobox_sp{
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: initial;
		justify-content: center;
		align-items: center;
	}
	.plan03 .howtoList li .howtobox_sp .pho {
		padding: 0 25px 0 0;
		margin: 0;
		width: 113px;
	}
	.plan03 .howtoList li .howtobox_sp .pho img {
		width: 113px;
	}
	.plan03 .howtoList li .howtobox_sp .midTxt {
		text-align: left;
	}
	.plan03 .howtoList li:nth-child(2) .lBox .howtobox_sp .pho {
		width: 81px;
		padding: 0 25px 0 30px;
	}
	.plan03 .howtoList li:nth-child(2) .lBox .howtobox_sp .pho img {
		width: 81px;
	}
	.plan03 .howtoList li:nth-child(2) .rBox .howtobox_sp .pho {
		width: 109px;
		padding-left: 0;
		margin-bottom: 0;
	}
	.plan03 .howtoList li:nth-child(2) .rBox .howtobox_sp .pho img {
		width: 109px;
	}
	.plan03 .howtoList li .subBox .ttl{
		text-align: left;
	}
	.plan03 .howtoList li .subBox .lBox .ttl{
		margin-left: 22%;
	}
	.plan03 .howtoList li .subBox .rBox .ttl{
		margin-left: 16%;
	}
	.plan03 .howtoList li:nth-of-type(2) {
		margin-top: 30px;
		padding: 0;
		width: auto;
	}
	.plan03 .howtoList li:nth-child(1)::after{
		position: absolute;
		content: '';
		left: 50%;
		bottom: 19%;
		height: 80%;
		width: 90%;
		transform: translate(-50%, -50%);
		border-bottom: 1px dashed #BE0025;
	}
	.plan03 .howtoList li:nth-child(2)::after{
		border: none;
	}
	.plan03 .howtoList li.soon {
		position: relative;
	}
	.plan03 .howtoList li.soon .circleBox::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../img/index/comming.png") no-repeat;
		background-size: 100% 100%;
		z-index: 5;
	}
	.plan03 .howtoList li.soon .midTxt {
		opacity: 0.5;
	}
	.plan03 .howtoList li h3 {
		margin-bottom: 42px;
		font-size: 110px;
	}
	.plan03 .howtoList li h3 img {
		width: 26px;
	}
	.plan03 .howtoList li:nth-of-type(2) h3 img {
		width: 57px;
	}
	.plan03 .howtoList li h3 span {
		font-size: 24px;
		margin-top: -90px;
		margin-right: -11px !important;
	}
	.plan03 .howtoList li .midTxt {
		margin: 0 -5px;
		line-height: 1.57;
	}
	.plan03 .howtoList li:nth-of-type(2) h3 {
		margin-bottom: 65px;
	}
	.plan03 .howtoList li .subBox {
		margin-top: -13px;
		padding: 0;
		display: block;
	}
	.plan03 .howtoList li .subBox .lBox {
		margin-bottom: 28px;
		width: auto;
	}
	/*.plan03 .howtoList li .subBox .lBox .pho {
		padding-left: 40px;
		width: 98px;
	}*/
	.plan03 .howtoList li .subBox .rBox .pho {
		margin-bottom: 20px;
		width: 220px;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	.plan03 .howtoList li .midTxt {
		margin: 0 -5px;
		font-size: 12px;
		line-height: 1.57;
	}
}

.plan03 .numberBox{
	padding: 60px 0 60px;
}
.plan03 .numberBox .flexBox{
	margin: 0 75px 0;
}
.plan03 .numberBox .numberUl li {
	width: 24%;
}
.plan03 .numberBox .numberUl li:nth-child(1) {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin: 0;
}
.plan03 .numberBox .numberUl li:nth-child(2) {
	width: 50.87%;
	margin: 0 5px;
}
.plan03 .numberBox .numberUl li:nth-child(2) li.whiteBg {
	width: 100%;
	height: 137px;
	margin: 0 0 5px 0;
	border-radius: 10px;
	padding: 24px 35px 0;
}
.plan03 .numberBox .numberUl li:nth-child(2) li.whiteBg img {
	width: 90%;
}
.plan03 .numberBox .numberUl li:nth-child(2) li:last-child.whiteBg {
	margin: 0;
	padding: 27px 0 0;
}
.plan03 .numberBox .numberUl li:nth-child(3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0;
}

.Btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	background: #BE0025;
	padding: 15px;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.8px;
	width: 240px;
	margin: 0 auto 50px;
	text-align: center;
}


.inner {
	max-width: 1100px;
	margin: 0 auto 150px;
	position: relative;
	z-index: 10;
}
.statusBox .flexBox {
	margin: 0 115px 40px;
}
.statusBox .flexBox p {
	line-height: 2.1;
}
.statusBox .flexBox h2 {
	width: 306px;
	margin-right: 60px;
}
.statusBox .linkTtx{
    margin-top: 5px;
}
.statusBox .linkTtx a {
	color: #BE0025;
	font-size: 18px;
	display: inline-block;
	padding-left: 15px;
	font-weight: 500;
	background: url("../img/2020/icon01.png") no-repeat center left;
}
.statusUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.statusUl li {
	width: 260px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
}
.statusUl li:nth-child(3) {
	padding-left: 50px;
}
.statusUl li:last-child::after {
	position: absolute;
	content: '';
	left: 66.5%;
	top: 50%;
	height: 60%;
	width: 1px;
	transform: translate(-50%, -50%);
	border-left: 1px dashed #BE0025;
}
.statusUl li > img {
	width: 100%;
}
.proItem {
	position: relative;
	flex: 0 0 100%;
}
.iconBox img {
	width: 100%;
}
.proItemInfo {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}
/*.statusUl li:first-of-type .proItemInfo {
	transform: translate(-50%, -45%);
}*/
.proItemInfo div:nth-child(1) {
	padding-bottom: 0;
	position: relative;
	margin-bottom: 0;
}
/*.proItemInfo div:nth-child(1)::before {
	position: absolute;
	width: 100%;
	height: 1px;
	content: '';
	bottom: 0;
	left: 0;
	background-image: url(/_var/hs2020/img/common/bg_dot.png);
	background-size: 4px 1px;
	background-repeat: repeat-x;
}*/
.proItem div p {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.proItem div p b {
	font-weight: 500;
	color: #BE0025;
}
.proItem .iconBox {
	width: 140px;
	margin: 14px auto 0;
	text-align: center;
}
.proItem div span {
	width: 57px;
	display: inline-block;
}
.proItem div span.size {
	width: 46px;
	vertical-align: -9px;
	margin-right: 7px;
}
.proItem div span.size02 {
	width: 40px;
}
.statusUl li:nth-of-type(2n) .small {
	font-size: 10px;
}
.statusUl li:nth-of-type(2n) .size03 {
	width: 86px;
}
.statusUl li:nth-of-type(2n) .proItem .iconBox {
	margin-top: 8px;
}
.icon img {
	width: 100%;
}
.statusImg ul{
	width: 900px;
	margin-bottom: 60px;
}
.statusImg li {
	margin-right: 10px;
	display: inline;
}
.statusImg li:last-child {
	margin-right: 0;
}
.statusImg li img {
	width: 291px;
	border-radius: 20px;
}

@media all and (min-width: 0) and (max-width: 767px) {
.content {
	padding-top: 60px;
}
.reportBox h3 span {
	font-size: 60px;
	margin-bottom: 10px;
}
.reportBox h3 {
	font-size: 12px;
	margin-bottom: 40px;
}
.whiteBox {
	width: auto;
	margin: 0 25px 40px;
}
.whiteBox p {
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.65;
}
.whiteBox h2 {
	font-size: 18px;
	margin-bottom: 8px;
}
.planBox {
	margin: 0 0 60px;
	padding: 38px 0 0;
}
.flexBox {
	display: block;
	margin-bottom: 27px;
}
.planBox .flexBox h2, .planBox .flexBox .txtBox {
	width: auto;
}
.planBox .flexBox .txtBox {
	margin: 0 7px;
}
.planBox .flexBox h2 {
	margin: 0;
}
.planBox .flexBox h2 img {
	width: 256px;
	margin: 0 auto;
}
.flexBox .txtBox h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.flexBox .txtBox p {
	line-height: 1.9;
	margin: 0 0 30px;
}
.planBox .listUl {
	margin: 0 20px;
	display: block;
	padding: 28px 20px 35px;
}
.planBox .listUl li {
	width: auto;
	padding-bottom: 30px;
	border-bottom: 2px dotted #BE0025;
	margin-bottom: 18px;
}
.planBox .listUl li .img {
	width: 72px;
}
.planBox .listUl li:nth-of-type(2n) {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.planBox .listUl li:nth-of-type(2n) .img {
	width: 80px;
	margin-left: 15px;
	margin-top: 7px;
}
.planBox .listUl li .txt b {
	margin-top: 6px;
}
.planBox .listUl::after {
	display: none;
}
.planBox .listUl li .txt span {
	line-height: 1.65;
}
.plan02 .listUl{
	padding-bottom: 27px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.plan02 .listUl::after {
	display: block;
	transform: translate(-70%, 0);
	top: auto;
	bottom: 32.5%;
}
.plan02 .listUl li {
	width: 44%;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.plan02 .listUl li img {
	width: 104px;
}
.plan02 .listUl li:nth-of-type(2n) img {
	width: 117px;
}
.plan02 .flexBox {
	margin-bottom: 28px;
}
.reportBox {
	margin: 0 auto 71px;
}
.numberBox,
.plan03 .numberBox {
	border-radius: 0;
	padding: 55px 13px 20px;
	margin-bottom: 48px;
	width: 100%;
}
.numberBox .flexBox,
.plan03 .numberBox .flexBox{
	margin: 0 10px 23px;
}
.numberBox .flexBox h2 {
	width: auto;
	margin: 0 0 2px;
}
.numberBox .flexBox h2 img {
	width: 305px;
	margin: 0 auto;
}
	.numberBox .numberUl li .num img {
		width: 202px;
	}
.numberBox .flexBox .txtBox {
	margin: 0;
}
.flexBox .txtBox h4 {
	line-height: 1.2;
	margin-bottom: 25px;
}
.numberBox .numberUl li.whiteBg {
	width: 100%;
	padding: 20px 10px 35px;
	margin: 0;
}
.numberBox .numberUl li {
	width: calc((100% - 10px) / 2);
	margin: 3px 2px 2px;
}
.numberBox .numberUl li.whiteBg .ttl {
	font-size: 22px;
	margin: 0 0 13px;
}
.numberBox .numberUl li.whiteBg .ttl img {
	width: 35px;
	vertical-align: -15px;
}
.numberBox .numberUl li.whiteBg .num {
	font-size: 80px;
	padding-left: 50px;
}
.numberBox .numberUl li.whiteBg .num span {
	font-size: 15px;
	display: inline-block!important;
	margin-left: 11px;
vertical-align: 11px;
}
.statusBox .flexBox {
	margin: 0 23px 25px;
}
.statusBox .flexBox h2 {
	width: auto;
	margin: 0;
}
.statusBox .flexBox h2 img {
	width: 256px;
	margin: 0 auto;
}
.statusBox .flexBox .txtBox {
	margin-top: 2px;
}
.statusBox .flexBox .txtBox p {
	line-height: 1.85;
}
.statusBox .flexBox .txtBox .linkTtx {
	margin-top: 10px;
}
.statusBox .flexBox .txtBox .linkTtx a {
	font-size: 16px;
	background-image: url("../img/2020/icon02.png");
}
.proItemInfo {
	transform: translate(-50%, -45%);
}
.proItemInfo div:nth-child(1) {
	padding-bottom: 18px;
	margin-bottom: 15px;
}
.proItem div span.size02 {
	width: 41px;
}
.statusUl {
	display: block;
}
.statusUl li {
	margin: 0 auto;
}
.statusUl li:first-child {
	height: 120px;
	margin: 20px auto 18px;
}
.statusUl li:nth-child(2) {
	height: 120px;
}
.statusUl li:nth-child(3) {
	height: 130px;
	padding-left: 0;
	margin: 30px auto 30px;
}
.statusUl li:nth-child(3) .iconBox span{
	width: 90px;
}
.proItem div p{
	font-size: 13px;
}
.proItemInfo div:nth-child(1){
	padding-bottom: 0;
	margin-bottom: 0;
}
.statusUl li:nth-of-type(2n) .proItemInfo {
	transform: translate(-50%, -55%);
}
.statusUl li:nth-of-type(2n) .proItem .iconBox {
	margin-top: 8px;
}
.statusUl li:last-child::after{
	position: absolute;
	content: '';
	left: 50%;
	top: 66%;
	height: 1px;
	width: 90%;
	transform: translate(-50%, -50%);
	border-top: 1px dashed #BE0025;
}
.statusImg ul{
	margin: 0 20px 40px;
	width: auto;
	flex-wrap: wrap;
	display: flex;
}
.statusImg ul li:nth-child(1){
	margin-right: 0;
}
.statusImg ul li:nth-child(2){
	margin-right: 0;
}
.statusImg ul li:nth-child(1) img,
.statusImg ul li:nth-child(2) img{
	width: 49.5%;	    
}
.statusImg ul li:nth-child(1) img{
	border-top-right-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.statusImg ul li:nth-child(2) img{
	border-top-right-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.statusImg ul li:nth-child(3) img{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 100%;
	padding-top: 2px;
}


.inner {
	margin-bottom: 80px;
}
.bgmapbox {
	padding-bottom: 550px;
}

.plan03 .numberBox .numberUl li:nth-child(1){
	border-radius: 10px;
	width: 49.3%;
	margin: 5px 0 0;
}
.plan03 .numberBox .numberUl li:nth-of-type(1) {
     -webkit-order: 2;
    order: 2;
}
.plan03 .numberBox .numberUl li:nth-child(2){
	width: 100%;
	margin: 0;
}
.plan03 .numberBox .numberUl li:nth-child(2) li.whiteBg{
	height: 210px;
}
.plan03 .numberBox .numberUl li:nth-child(2) li.whiteBg img{
	width: 70%;
	margin: 0 auto;
}
.plan03 .numberBox .numberUl li:nth-of-type(2) {
     -webkit-order: 1;
    order: 1;
}
.plan03 .numberBox .numberUl li:nth-child(3){
	border-radius: 10px;
	width: 49.3%;
	margin: 5px 0 0 4px;
}
.plan03 .numberBox .numberUl li:nth-of-type(3) {
     -webkit-order: 3;
    order: 3;
}


}
@media all and (min-width: 768px) and (max-width: 1140px)  {
	.inner {
		max-width: 1050px;
	}
	.numberBox .numberUl li.whiteBg {
		width: 375px;
	}
}
@media all and (min-width: 768px) {
	.statusBox .linkTtx a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 374px) {
	.whiteBox p {
		font-size: 14px;
	}
	.planBox .listUl li .txt {
		font-size: 15px;
	}
	.numberBox .flexBox h2 img {
		width: 270px;
	}
	.numberBox .numberUl li.whiteBg .num {
		padding-left: 15px;
	}
	.numberBox .numberUl li.whiteBg .num span {
		vertical-align: -7px;
	}
	
	
}









