@charset "utf-8";
/* CSS Document */
/*=====================================================================

    middleplan

=====================================================================*/
.middleplan section#sec02 {
    position: relative;
    background: url(../img/middleplan_sec02_bg.png) 50% 5% no-repeat;
    overflow-x: hidden;
}
.middleplan section#sec02 .sec-inner {
	text-align: center;
	padding-top: 90px;
}
.middleplan section#sec02 .sec-inner .list-box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    column-gap: 15px;
    position: relative;
}
.middleplan section#sec02 .sec-inner .list-box_inner {
	border: 1px solid #cd1a26;
    padding: 15px;
    width: 300px;
    box-sizing: border-box;
    background: #fff;
}
.middleplan section#sec02 .sec-inner .list-box_inner:last-of-type {
    border: 1px solid #1e4e79;
    margin-top: 0;
}
.middleplan section#sec02 .sec-inner .list-box_inner p {
    color: #cd1a26;
    font-weight: bold;
    font-size: 17px;
    font-family: var(--fontLora);
}
.middleplan section#sec02 .sec-inner .list-box_inner:last-of-type p {
    color: #1e4e79;
}
.middleplan section#sec02 .sec-inner .list-box_inner .list-circle {
    width: 80%;
    text-align: left;
    margin: 0 auto;
}
.middleplan section#sec02 .sec-inner .list-box_inner .list-circle>*:not(:first-child) {
    margin-top: 5px;
}
.middleplan section#sec02 .sec-inner .list-box:after {   
    content: '';
    position: absolute;
    background: url(../img/middleplan_arw.png) no-repeat;
    background-size: 100% auto;
    width: 185px;
    height: 85px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
	.middleplan section#sec02 {
		background: url(../img/middleplan_sec02_bg.png) 50% 4% no-repeat;
		margin: 0 calc(50% - 50vw);
    	width: 100vw;
	}
	.middleplan section#sec02 h2.ttl-h2 {
		margin: 0 4%;
	}
	.middleplan section#sec02 .sec-inner .list-box {
        display: block;
    }
    .middleplan section#sec02 .sec-inner .list-box_inner {
        margin: 0 auto 15px;
    }
    .middleplan section#sec02 .sec-inner .list-box_inner .list-circle {
        width: 90%;
    }
}
@media only screen and (max-width: 684px) {
	.middleplan section#sec02 .sec-inner ul.arwOut:after {
		bottom: -80%;
	}
}
@media only screen and (max-width: 456px) {
	.middleplan section#sec02 .sec-inner ul.arwOut:after {
		bottom: -50%;
	}
}
.middleplan section#sec02 .sec-inner .box.arwOut {
	background: #f4f3ea;
    margin-top: 115px;
    position: relative;
    padding: 20px;
}
.middleplan section#sec02 .sec-inner .box.arwOut ul {
	justify-content: space-between;
	margin-top: 15px;
}
.middleplan section#sec02 .sec-inner .box.arwOut ul li {
	font-size: 2.0rem;
    font-family: var(--fontLora);
    font-weight: var(--fontBold);
		line-height: 1.2;
    color: #fff;
    text-align: center;
    width: 250px;
    padding: 18px 0;
}
.middleplan section#sec02 .sec-inner .box.arwOut ul li:first-child {
	background: #cd1a26;
}
.middleplan section#sec02 .sec-inner .box.arwOut ul li:nth-child(2) {
	background: #40562a;
	margin: 0 10px;
}
.middleplan section#sec02 .sec-inner .box.arwOut ul li:nth-child(3) {
	background: #1e4e79;
}
.middleplan section#sec02 .sec-inner .box.arwOut:after {   
    content: '';
    position: absolute;
    background: url(../img/middleplan_arw.png) no-repeat;
    background-size: 100% auto;
    width: 185px;
    height: 85px;
    bottom: -56%;
    left: 50%;
    transform: translateX(-50%);
}
.middleplan section#sec02 .sec-inner p.catch {
	font-size: 2.4rem;
    padding-top: 115px;
    border-bottom: 2px solid #cd1a26;
    display: inline-block;
}
.middleplan section#sec02 dl {
	margin: 100px 0 60px;
}
.middleplan section#sec02 dl dt {
	background: #f4f3ea;
    font-family: var(--fontLora);
    font-weight: var(--fontBold);
	font-size: 1.7rem;
	line-height: 1.4;
	display: flex;
    align-items: center;
}
.middleplan section#sec02 dl dt span {
    color: #fff;
    padding: 20px;
    min-width: 230px;
    max-width: 230px;
    display: flex;
    margin-right: 20px;
    margin-left: 0;
    box-sizing: border-box;
    justify-content: center;
}
.middleplan section#sec02 dl dt:first-of-type span {
	background: #cd1a26;
}
.middleplan section#sec02 dl dt:nth-of-type(2) span {
	background: #40562a;
}
.middleplan section#sec02 dl dt:nth-of-type(3) span {
	background: #1e4e79;
}
.middleplan section#sec02 dl dd {
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.middleplan section#sec02 .sec-inner .box.arwOut {
		margin: 110px 4% 0;
	}
	.middleplan section#sec02 .sec-inner .box.arwOut ul {
		display: block;
	}
	.middleplan section#sec02 .sec-inner .box.arwOut ul li,
	.middleplan section#sec02 .sec-inner .box.arwOut ul li:nth-child(2) {
		margin: 0 auto;
		padding: 13px 0;
	}
	.middleplan section#sec02 .sec-inner .box.arwOut ul li:nth-child(2) {
		margin: 10px auto 10px;
	}
	.middleplan section#sec02 .sec-inner .box.arwOut:after {
		bottom: -30%;
	}
	.middleplan section#sec02 .sec-inner p.catch {
		font-size: 2.2rem;
        margin: 10px 4% 0px;
	}
	.middleplan section#sec02 dl {
		margin: 50px 4% 30px;
	}
    .middleplan section#sec02 dl dt:first-of-type {
        padding: 75px 20px 10px;
    }
	.middleplan section#sec02 dl dt {
		display: block;
		padding: 55px 20px 10px;
		position: relative;
	}
	.middleplan section#sec02 dl dt span {
		width: 100%;
        max-width: none;
		padding: 10px 22px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
	}
	.middleplan section#sec02 figcaption,
	.middleplan section#sec02 figure {
		margin: 0 4%;
	}
}
@media (max-width: 767px) and (min-width: 416px) {
    .middleplan section#sec02 dl dt:first-of-type {
        padding: 55px 20px 10px;
    }
}
.table-default {
	border-collapse: separate;
    border-spacing: 10px;
}
.table-default,
.table-default th, .table-default td {
	border: none;
}
.table-default thead th {
	background: #fff;
	color: #fff;
}
.table-default thead th:nth-of-type(2) {
	background: #999999;
}
.table-default thead th:nth-of-type(3)  {
	background: #1e4e79;
}
.table-default thead th:nth-of-type(5)  {
	background: #4070aa;
}
.table-default thead th:nth-of-type(6)  {
	background: #fff;
    color: #4070aa;
    border: 1px dotted #4070aa;
}
.table-default tbody th.cellFix {
	border: 1px solid #1e4e79;
    width: 23%;
}
.table-default tbody td {
	background: #ecf2f9;
    text-align: right;
    padding-right: 20px;
}
.table-default tbody td:last-of-type {
    background: #fff;
    border: 1px dotted #4070aa;
}
.table-default tbody tr:last-of-type td:last-of-type {
    background: #ecf2f9;
    border: none;
}
.table-default tbody td.arwOut {
	background: #fff;
	padding: 0 5px 0 0;
}
.table-default tbody td.arwOut img {
    height: 250px;
    max-width: 30px;
}

@media only screen and (max-width: 767px) {
	.sp-table-scroll {
		height: 340px;
	}
	.sp-table-scroll .table-default {
		width: 760px;
	}
	.table-default {
		margin-top: 0;
	}
	.sp-table-scroll .table-default {
		border-spacing: 10px 3px;
	}
	.table-default tbody th.cellFix {
		width: 8.5%;
		padding: 15px 10px;
	}
	.sp-table-scroll .table-default tbody tr:last-of-type td:first-of-type {
		border-bottom: none;
	}
	.sp-table-scroll .table-default td {
		width: 3%;
		text-align: center;
        padding-right: 5px;
	}
	.table-default tbody td.arwOut {
		background: #fff;
    	padding: 0 5px 0 0;
		width: 1%;
	}
}



