.article-mv{
	padding: 4rem 0;
}
.data .article-mv{
	background-color: #933f9b;
}
.article-mv h2{
	margin-left: 3rem;
}
.article-mv h2 img{
	max-height: 34px;
	max-width: 100%;
    width: auto;
}
.data-top{
    padding: 8rem 0;
}
/* パンくず */
/* .breadcrumbs-box{
	position: relative;
	top: 0;
	padding-bottom: 3rem;
	margin-left: 2.5rem;
}
li.breadcrumbs-item{
	display: inline-block;
}
a.breadcrumbs-link{
	color: #fff;
    font-size: 1.4rem;
}
.breadcrumbs-name{
	background-color:  #202020;
	padding: 0.5rem;
}
.breadcrumbs-arrow {
	position: relative;
	display: inline-block;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	padding-left: 1em;
	transform: rotate(45deg);
}
.breadcrumbs-arrow::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px  #fff;
	position: absolute;
	left: 10px;
	top: 8px;
} */


.inner{
    padding-bottom: 8rem;
}

@media (max-width: 768px) {
	/* パンくずリスト */
	.breadcrumbs-box{
		top: 0;
		font-size: 1.4rem;
	}
	.breadcrumbs-name{
		padding: 0.2rem;
	}
}

@media (max-width: 540px) {


    .article-mv h2 img{
        max-height: 25px;
    }
    .lead-box{
        font-size: 1.6rem;
    }
    .article-mv{
        padding: 3rem 0;
    }
    .article-mv .breadcrumbs-box{
        margin: 0;
    }
    .article-mv h2{
        margin: 0;
    }
}

p{
    line-height: 1.5;
}

/* リード */

.data04-lead{
    line-height: 1.5;
    margin-bottom: 6rem;
}

.sec-wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
}
article{
    border: 2px solid #4869ab;
    background-color: #fff;
    margin-bottom: 4rem;
}

.data04-box h3{
    width: 100%;
    color: #fff;
    background-color: #4869ab;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.8rem;
}
.data-contentHead{
    display: flex;
    /* align-items: center; */
    width: 100%;
    max-width: 800px;
    margin: 4rem auto;
}

.data-contentHead_left{
    color: #fff;
    padding: 1.5rem 0;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    width: 30%;
    text-align: center;
    background-color: #26a9bd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-contentHead_right{
    width: 70%;
    padding: 1.5rem 2rem;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background-color: #f4f4f4;
    font-size: 1.8rem;
}

.data04-contentBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.data04-text-title {
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 3px solid #4869ab;
    display: inline-block;
    padding: 0 2rem 1rem;
}
.data04-text-title::before{
    content: '';
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #4869ab;
    position: absolute;
    top: 16%;
    left: -2%;
}

.data04-text{
    margin-top: 2rem;
}
.data04-textBox{
    width: 50%;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.last-content{
    margin-top: 4rem;
}
.data04-imageBox{
    width: 45%;
}
.data04-listBox {
    width: 45%;
    border: 2px solid #4869ab;
    padding: 1.5rem;
    max-width: 300px;
    margin-right: 15rem;
}
.data04-listBox p {
margin-bottom: 1.5rem;
}
.data04-listBox ul li{
    position: relative;
    line-height: 1.5;
    padding-left: 1rem;
}
.data04-listBox ul li span{
    font-size: 1.4rem;
}
.data04-listBox ul li::before{
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #4869ab;
}
.data04-imageBox figure{
    margin-bottom: 2rem;
}
.data04-imageBox span{
    display: block;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    line-height: 1.5;
}
.data04-jireiBtn{
    cursor: pointer;
    text-align: center;
    background-color: #26a9bd;
    color: #fff;
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    margin-top: 4rem;
    /* margin-bottom: 4rem; */
    margin-left: auto;
    margin-right: auto;
}

.data04-jireiBtn:hover{
    opacity: 0.6;
    transition: all 0.4s;
}
.data-kanren{
	width: 100%;
    max-width: 500px;
	margin:0 auto 4rem;
	padding: 1rem 0;
	background-color: #f4f4f4;
}
.data-kanren a{
	line-height: 1.5;
}
.data-kanren a:hover{
	text-decoration: underline;
}
.data-kanren li{
	padding: 1rem;
}
.sec-line {
    border-bottom: 2px solid #4869ab;
    display: block;
    margin: 6rem 4%;
}

.data04-arrow{
	position: relative;
}
.data04-arrow::after{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 18px;
    top: 33%;
    transform: rotate(135deg);
}
.data04-arrow.open::after{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 8px;
    top:40%;
    transform: rotate(-45deg);
}



.data04-subtext{
    font-size: 1.4rem;
    display: block;
    margin-top: 1.5rem;
}
.data-contentHead_left.color-g {
    background-color: #3c6d1c !important;
}
.data-contentHead_left.color-p {
    background-color: #9863b6 !important;
}
.data04-jireiBtn.color-p{
    background-color: #9863b6 !important;
}
@media (max-width: 1024px) {
    .data04-listBox{
        margin-right: 8rem;
    }
}
@media (max-width: 840px){
    .data04-listBox{
        margin-right: 4rem;
    }
}
@media (max-width: 540px) {
    .inner{
        padding-bottom: 5rem;
    }
    li.breadcrumbs-item:last-child {
        margin-top: 2rem;
    }
    p{
        font-size: 1.4rem;
    }
    .data04-lead{
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .data04-contentBox{
        flex-direction: column;
    }

    .data04-textBox{
       width: 100%;
    }
    .data04-imageBox{
        width: 100%;
    }

    .data04-box h3{
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.5;
    }

    .data-contentHead_left {
        padding: 1.5rem 0;
        background-color: #4869ab;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .data-contentHead_right {
        padding: 1.5rem 1rem;
        border-radius: 0 5px 5px 0;
        text-align: center;
        font-size: 1.4rem;
    }
    .last-content{
        margin-top: 2rem;
    }
    .data04-imageBox{
        margin-top: 2rem;
    }
    .data04-text-title{
        font-size: 1.6rem;
    }

    .sec-line {
        margin: 4rem 4%;
    }

    .data04-jireiBtn{
        font-size: 1.4rem;
    }

    .data04-listBox{
    width: 100%;
    margin: 2rem auto;
    }

    .data04-listBox ul li{
        font-size: 1.4rem;
    }
}