@charset "UTF-8";
 .page_title {
background: url(//www.nitta-dental.com/img/keep-oral/page_title.jpg) no-repeat center center;
}
main .bg_green .bg_green_in {
padding-top: 90px;
padding-bottom: 100px;
background: url(//www.nitta-dental.com/img/keep-oral/dot_line.svg) repeat-x center bottom;
}
main .comment01 {
margin-bottom: 2.5em;
}
main .about > section:not(:last-of-type) {
margin-bottom: 80px;
}
main .about > section .flow_box {
max-width: 840px;
background: #FFF;
border-radius: 10px;
margin: 0 auto;
padding: 60px 40px;
}
main .about > section .flow_box > section {
position: relative;
display: flex;
justify-content: center;
}
main .about > section .flow_box > section:not(:last-of-type) {
margin-bottom: 90px;
}
main .about > section .flow_box > section:not(:last-of-type)::after {
position: absolute;
bottom: -50px;
left: 50%;
transform: translateX(-50%) rotate(90deg);
width: 26px;
height: 26px;
background: url(//www.nitta-dental.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .about > section .flow_box > section .box_r {
order: 2;
max-width: 400px;
}
main .about > section .flow_box > section .box_r h5 {
font-size: 1.8rem;
font-weight: 500;
margin-bottom: .6em;
color: #69ba46;
}
main .about > section .flow_box > section .img {
order: 1;
width: 140px;
margin-right: 50px;
}
main .about > section .keep_box {
position: relative;
}
main .about > section .keep_box .comment {
max-width: 450px;
}
main .about > section .keep_box .img {
position: absolute;
top: -80px;
right: 0;
width: 340px;
}
main .about > section .keep_box .img span {
display: block;
border-radius: 10px;
overflow: hidden;
}
main .about > section .box01 ul li {
position: relative;
font-size: 1.8rem;
padding-left: 1.3em;
}
main .about > section .box01 ul li::before {
position: absolute;
top: .3em;
left: 0;
width: 1.1em;
height: 1.1em;
background: url(//www.nitta-dental.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .about > section .box01 ul li span {
display: block;
padding-top: .4em;
font-size: 1.6rem;
color: #69ba46;
}
main .about > section .box01 ul li:not(:last-of-type) span {
padding-bottom: .8em;
}
main .about > section .box02 {
position: relative;
}
main .about > section .box02 .img {
position: absolute;
top: -80px;
right: 0;
width: 340px;
}
main .about > section .box02 .img span {
display: block;
border-radius: 10px;
overflow: hidden;
}
main .about > section .box02 ul ,
main .about > section .box02 ol {
font-size: 1.8rem;
margin-bottom: 1.2em;
}
main .about > section .box02 ul li ,
main .about > section .box02 ol li {
position: relative;
font-size: 1.8rem;
padding-left: 1.3em;
}
main .about > section .box02 ul li::before ,
main .about > section .box02 ol li::before {
position: absolute;
top: .3em;
left: 0;
width: 1.1em;
height: 1.1em;
background: url(//www.nitta-dental.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .about > section .box02 ol {
padding-top: .8em;
}
main .about > section .box02 .comment p:not(:last-of-type) {
margin-bottom: 1.2em;
}
main .about > section .box02 .comment p span {
font-weight: 700;
color: #69ba46;
}
@media screen and (max-width: 840px) {
main .about > section .keep_box .comment {
max-width: calc(100% - (340px + 10px));
}
}
@media screen and (max-width: 767px) {
main .bg_green .bg_green_in {
padding-top: 10vw;
padding-bottom: 20vw;
background: url(//www.nitta-dental.com/img/keep-oral/dot_line.svg) repeat-x center bottom;
}
main .comment01 {
margin-bottom: 2.5em;
}
main .about > section:not(:last-of-type) {
margin-bottom: 10vw;
}
main .about > section .flow_box {
max-width: 100%;
border-radius: 10px;
padding: 5vw 4vw;
}
main .about > section .flow_box > section {
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
}
main .about > section .flow_box > section:not(:last-of-type) {
margin-bottom: 15vw;
}
main .about > section .flow_box > section:not(:last-of-type)::after {
position: absolute;
bottom: -10vw;
left: 50%;
transform: translateX(-50%) rotate(90deg);
width: 8vw;
height: 8vw;
background: url(//www.nitta-dental.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .about > section .flow_box > section .box_r {
order: 2;
max-width: 100%;
}
main .about > section .flow_box > section .box_r h5 {
font-size: 1.8rem;
margin-bottom: .6em;
}
main .about > section .flow_box > section .img {
order: 1;
width: 40vw;
margin: 0 auto;
margin-bottom: 5vw;
}
main .about > section .keep_box {
position: relative;
display: flex;
flex-direction: column;
}
main .about > section .keep_box .comment {
max-width: 100%;
order: 2;
}
main .about > section .keep_box .img {
position: relative;
top: inherit;
right: inherit;
width: 100%;
margin-bottom: 5vw;
order: 1;
}
main .about > section .box01 ul li {
font-size: 1.6rem;
}
main .about > section .box01 ul li::before {
position: absolute;
top: .3em;
left: 0;
width: 1.1em;
height: 1.1em;
background: url(//www.nitta-dental.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .about > section .box01 ul li span {
display: block;
padding-top: .4em;
font-size: 1.6rem;
color: #69ba46;
}
main .about > section .box01 ul li:not(:last-of-type) span {
padding-bottom: .8em;
}
main .about > section .box02 {
position: relative;
display: flex;
flex-direction: column;
}
main .about > section .box02 .img {
position: relative;
top: inherit;
right: inherit;
width: 100%;
margin-bottom: 5vw;
}
main .about > section .box02 ul ,
main .about > section .box02 ol {
font-size: 1.6rem;
margin-bottom: 1.2em;
}
main .about > section .box02 ul li ,
main .about > section .box02 ol li {
position: relative;
font-size: 1.6rem;
padding-left: 1.3em;
}
main .about > section .box02 ul li::before ,
main .about > section .box02 ol li::before {
position: absolute;
top: .3em;
left: 0;
width: 1.1em;
height: 1.1em;
background: url(//www.nitta-dental.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .about > section .box02 ol {
padding-top: .8em;
}
main .about > section .box02 .comment p:not(:last-of-type) {
margin-bottom: 1.2em;
}
main .about > section .box02 .comment p span {
font-weight: 700;
color: #69ba46;
}
}