/*
0513インデックス修正用CSS
*/


.p-business {
color:#000;
background:white;

}

.p-business__contents {
 
 border:1px solid #000;
 
}
 






.p-blogcards{
grid-gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-top: 1.5rem;
}

.p-blogcards__card {
    width: calc(33% - 1rem);
}

.p-blogcard {
    position: relative;
}
.p-blogcard a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-blogcard__img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.p-blogcard__date {
    color: #aaaaaa;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4476923077;
    margin-top: 16px;
    margin-top: 1rem;
}

.p-blogcard__title {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.4478947368;
    margin-top: 16px;
    margin-top: 1rem;
    text-decoration: underline;
}


.p-blogcard__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.6923076923;
    margin-top: 16px;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}


p-blogcard__img img {
    aspect-ratio: 451 / 236;
    -o-object-fit: cover;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.index_note{
    padding-bottom: 8.625rem;
    padding-top: 9.125rem;
}


.index_note_lower{
text-transform: lowercase!important;
}

.p-business__contents {
    opacity: 1;
	padding:2.3125rem 10%;
}
 
 
 .c-button a {
border:1px solid #e3e3e3;
}
 
 
 .p-business__box {
	 padding:0;
	 margin-bottom:30px;
 }

.p-business__contents {
    width: 80%;
	
}


.service0512{
    padding-bottom: 5.625rem;
    padding-top: 6rem;
}

.service0512>div{
margin-left: auto;
    margin-right: auto;
    max-width: 1470px;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}


.service0512_body{
	margin-top:30px;
margin-left: auto;
    margin-right: auto;
    width: 100%;
	display:flex;
	flex-wrap:wrap;
	 justify-content:space-between;
	 
}

.service0512_body>dl{
	width:calc(50% - 10px);
	padding:20px;
	border:1px solid #e3e3e3;
	margin-bottom:20px;
	background:white;
}

.service0512_body>dl>dt{
	display:flex;
	align-items:center;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:20px;
	margin-bottom:20px;
	min-height:97px;

}


.service0512_body>dl>dt>div{
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.022em;
    line-height: 1.186;
}



.service0512_body>dl>dd>div:nth-of-type(1){
	    font-size: 1.0625rem;
    line-height: 1.823;
	
}


.service0512_body>dl>dd{
display:flex;
align-content:space-between;
flex-wrap:wrap;
min-height:calc(100% - 97px);

}


.p-box__button {
margin-top:30px;
margin-bottom:20px;
}




@media screen and (max-width: 768px) {
    .p-blogcards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	
	    .p-blogcards__card {
        width: 100%;
    }
	
	
	.p-blogcard__img img {
    aspect-ratio: 451 / 236;
    -o-object-fit: cover;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	
	
	
.service0512_body>dl{
	width:100%;
	padding:10px;
	border:1px solid #e3e3e3;
	margin-bottom:20px;
	background:white;
}
	
	.service0512>div {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
	
	
	
.service0512_body>dl>dt>div{
    font-size: 1.25rem;
}



.service0512_body>dl>dd>div:nth-of-type(1){
	    font-size: 0.9375rem;
    line-height: 2.176;
	
}



.service0512_body>dl>dd{
min-height:auto;

}



.service0512_body>dl>dt{
	min-height:57px;
margin-top:10px;
}
	
	
}

