@charset "UTF-8";

.p100{
    padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
 .p100{
    padding: 40px 0px;
}   
}

/*健康情報一覧*/
.db-row-three {
    display: flex;
    width: 870px;
    margin: 70px auto 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-one {
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.row-one figure {
    width: 100%;
    height: 250px;
    
    overflow: hidden;
}
.row-one figure img {
    width: 100%;
    height: 100%;
}
.row-one time {
    font-size: 12px;
    font-weight: 700;
    margin-top: 18px;
}
.row-one .cat {
    display: flex;
    margin-top: 8px;
    gap: 1em;
}
.row-one .cat span {
    padding: 5px 10px;
    border-radius: 30px;
    background: #49869A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.row-one p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 18px;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .sec-04 {
        margin-top: 100px;
    }
    .db-row-three {
        width: 90%;
        margin: 0 auto 40px;
        flex-direction: column;
    }
    .row-one {
        width: 100%;
        margin-top: 40px;
    }
    .row-one p {
        font-size: 14px;
        text-align: justify;
    }
} 

/*single*/
.element-10 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-10 .white-bg {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.element-10 .row-two {
    width: 900px;
    padding: 50px 40px;
    align-items: center;
    justify-content: flex-start;
}
.element-10 .row-two .date {
    font-size: 12px;
    margin-bottom: 10px;
}
.element-10 .row-two .cat span {
    background: #052B5E;
    color: #fff;
    padding: 5px 10px;
    margin: 0 7px;
    border-radius: 30px;
    font-size: 12px;
}
.element-10 h1 {
    font-size: 24px;
    font-weight: 700;
    margin: -10px auto;
    border-bottom: 2px dashed #052B5E;
    width: 900px;
    padding-bottom: 10px;
}
.element-10 figure {
    margin: 30px auto;
    width: 900px;
}
.element-10 p {
    width: 900px;
    margin: 10px auto;
    text-align: justify;
    
} 
.element-10 h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 10px 45px;
}

.element-10 h3 {
    width: 900px;
    margin: 30px auto 0;
    font-size: 18px;
    font-weight: 700;
}
.element-10 h3:before {
    content: '-';
    color: #052B5E;
    font-size: 18px;
    font-weight: 700;
    margin-right: 0.5em;
}
.element-10 ul {
    width: 870px;
    margin: 15px 76px 0;
}
.element-10 ul li {
    font-weight: 700;
    text-indent: -1.5em;
    text-align: justify;
}
.element-10 ul li:before {
    content: '●';
    color: #052B5E;
    font-size: 14px;
    font-weight: 700;
    margin-right: 0.5em;
}
.element-10 ol {
    width: 870px;
    margin: 15px 70px 0;
    list-style-type: decimal;
}
.element-10 ol li {
    font-weight: 700;
    text-align: justify;
    padding-left: 0;
}
.element-10 ol li::marker {
    color: #052B5E;
}
.element-10 .wrap {
    width: 900px;
    margin: 30px auto 0;
}
.element-10 .blue-bg {
    background: #EEFFFE;
    border-radius: 15px;
    width: fit-content;
    padding: 10px 0 40px;
}
.element-10 .blue-bg dl {
    display: flex;
    flex-wrap: wrap;
    width: 440px;
    justify-content: center;
    font-weight: 700;
    margin: 0 30px;
}
.element-10 .blue-bg dl dt,
.element-10 .blue-bg dl dd {
    border-bottom: 1px dashed #052B5E;
    padding: 20px 0;
}
.element-10 .blue-bg dl dt {
    width: 80px;
}
.element-10 .blue-bg dl dd {
    width: 330px;
}
.element-10 .normal-btn {
    width: 178px;
    background: #052B5E;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.element-10 .normal-btn:hover {
    background: #1FAE91;
}
.element-10 .normal-btn a {
    position: relative;
    display: block;
    padding: 20px 0 20px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.element-10 .btn-arrow-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.element-10 .previous-btn {
    width: 300px;
    background: #052B5E;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.element-10 .previous-btn:hover {
    background: #1FAE91;
}
.element-10 .previous-btn a {
    position: relative;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.element-10 .next-btn {
    width: 300px;
    background: #052B5E;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.element-10 .next-btn:hover {
    background: #1FAE91;
}
.element-10 .next-btn a {
    position: relative;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.element-10 .btn-arrow-left a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.element-10 .sp-navi-bottom_row-two {
    display: flex;
    margin: 30px 0;
    justify-content: center;
    gap: 0 2em;
}
.element-10 .sp-navi-bottom_row-one {
    width: fit-content;
    margin: 50px auto 0;
}
.element-10 h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px 15px;
}
@media screen and (max-width: 1024px) {
    .element-10 {
        margin-top: 120px;
    }
    .element-10 .white-bg {
        width: 90%;
        padding-bottom: 10px;
    }
    .element-10 .row-two {
        width: fit-content;
        padding: 40px 0;
        flex-direction: unset;
        margin: 0 20px;
    }
    .element-10 h1 {
        width: 90%;
        font-size: 20px;
    }
    .element-10 figure {
        width: 90%;
    }
    .element-10 p {
        width: 90%;
    }
    .element-10 h3 {
        width: 90%;
    }
    .element-10 ul {
        width: 84%;
        margin: 30px 38px 0;
    }
    .element-10 ul li {
        text-indent: -20px;
    }
    .element-10 ul li:before {
        font-size: 12px;
    }
    .element-10 ol {
        width: 85%;
        margin: 30px 35px 0;
    }
    .element-10 .wrap {
        width: 100%;
    }
    .element-10 .blue-bg {
        width: 320px;
        margin: 0 auto;
        padding: 10px 0 32px;
    }
    .element-10 .blue-bg dl {
        width: 100%;
        margin: 0;
    }
    .element-10 .blue-bg dl dt {
        width: 80px;
    }
    .element-10 .blue-bg dl dd {
        width: 200px;
    }
    .element-10 .normal-btn {
        width: 70%;
        margin: 30px auto;
    }
    .element-10 .normal-btn a {
        font-size: 14px;
        padding: 15px 0 15px 70px;
    }
    .element-10 .btn-arrow-right a::after {
        width: 8px;
        height: 8px;
    }
    .element-10 .sp-navi-bottom_row-two {
        margin: 10px 0;
    }
    .element-10 .previous-btn,
    .element-10 .next-btn {
        width: 165px;
    }
    .element-10 .previous-btn a,
    .element-10 .next-btn a {
        font-size: 14px;
        padding: 15px 0 15px 0;;
    }
    .element-10 .btn-arrow-left a::after {
        width: 8px;
        height: 8px;
    }
    .element-10 .sp-navi-bottom_row-one {
        margin: 0 auto 0;
    }
    
}
/*ipad用*/
@media screen and (min-width:768px) and ( max-width:1024px) {

    .element-10 ul,
    .element-10 ol {
        width: 87%;
        margin: 30px 50px 0;
    }
    .element-10 .previous-btn, .element-10 .next-btn {
        width: 300px;
    }
}

/* WRAP */
.wrap1000 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 120px;
}
@media screen and (max-width: 1024px) {
	.wrap1000 {
		width: 100%;
	}
}
@media screen and (min-width:1025px) and ( max-width:1439px) {
	.wrap1000 {
		max-width: 1000px;
	}
}

