@charset "utf-8";
 #section{
width: 100vw;
}
#section .wrap,
#section_2 .wrap{
padding: 0 6.5vw;
margin: 0 auto;
}
@media (min-width: 960px){
#section .wrap,
#section_2 .wrap{
max-width: 1300px;
padding: 0 14vw;
}
}  #section_mv .wrap{
padding: 0 0;
margin: 0 auto;
}
@media (min-width: 960px){
#section_mv .wrap{
max-width: 1300px;
padding: 0 14vw;
}
}
#section_mv .img_wrap{
width: 100%;
aspect-ratio: 10 / 4.30;
overflow: hidden;
border-radius: 0;
position: relative;
background: #aaa;
}
@media (min-width: 960px){
#section_mv .img_wrap{
border-radius: 12px;
}
}
#section_mv .img_wrap img{
width: 100%;
height: auto;
display: block;
}
#section_mv .title_block{
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
}
@media (min-width: 960px){
#section_mv .title_block{
bottom: 50%;
left: 0;
margin: 0 0 -50px 0;
}
}
#section_mv h2.page_title{
font-size: 1.8rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.08em;
padding: 16px 24px 14px 6.5vw;
border-radius: 0 12px 0 0;
white-space: nowrap;
position: relative;
}
@media (min-width: 960px){
#section_mv h2.page_title{
font-size: 2.8rem;
letter-spacing: 0.18em;
padding: 24px 44px 26px 6px;
border-radius: 0 12px 12px 0;
background-color: #fff;
}
} #section_bnr.section_bnr .wrap{
padding: 0 6.5vw;
margin: 0 auto;
}
@media (min-width: 960px){
#section_bnr.section_bnr .wrap{
max-width: 1000px;
padding: 0 20vw;
}
}
#section_bnr.section_bnr .img_wrap{
width: 100%;
height: auto;
overflow: hidden;
border: 1px solid #eee;
box-sizing: border-box;
border-radius: 4px;
}
@media (min-width: 960px){
#section_bnr.section_bnr .img_wrap{
border-radius: 4px;
}
}
#section_bnr.section_bnr{
margin: 0 0 0 0;
}
@media (min-width: 960px){
#section_bnr.section_bnr{
margin: 0 0 0 0;
}
}
#section_bnr.section_bnr img{
display: block;
transition: all 0.3s ease;
}
#section_bnr.section_bnr a:hover img{
filter: opacity(80%);
} #section_intro{
margin: 35px 0 15px 0;
}
@media (min-width: 960px){
#section_intro{
margin: 70px 0 0 0;
}
}
#section_intro .wrap{
padding: 0 6.5vw;
margin: 0 auto;
}
@media (min-width: 960px){
#section_intro .wrap{
max-width: 1000px;
padding: 0 20vw;
}
}
#section_intro .info_block{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
border: 2px solid #4e91cb;
background-color: #fff;
padding: 24px 24px 24px 24px;
box-sizing: border-box;
}
@media (min-width: 960px){
#section_intro .info_block{
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 26px 38px 26px 40px;
}
}
#section_intro .text_block{
width: 100%;
}
@media (min-width: 960px){
#section_intro .text_block{
width: 70%;
}
}
#section_intro .img_block{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 24px 0 0 0;
}
@media (min-width: 960px){
#section_intro .img_block{
width: 26%;
margin: 0;
}
}
#section_intro h2{
color: #4e91cb;
font-size: 2.0rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1.8;
letter-spacing: 0.04em;
text-align: justify;
}
@media (min-width: 960px){
#section_intro h2{
font-size: 2.5rem;
line-height: 1.6;
text-align: left;
margin: -3px 0 0 0;
}
}
#section_intro h2 span{
font-size: 114%;
}
#section_intro p.text{
color: #444;
text-align: justify;
margin: 14px 0 0 0;
}
@media (min-width: 960px){
#section_intro p.text{
text-align: left;
margin: 16px 0 0 0;
}
}
#section_intro .img_block img{
width: 64%;
height: auto;
display: block;
}
@media (min-width: 960px){
#section_intro .img_block img{
width: 100%;
}
} #section_nav{
padding: 0 0 60px 0;
}
@media (min-width: 960px){
#section_nav{
padding: 0 0 100px 0;
}
}
#section_nav .wrap{
padding: 0 6.5vw;
margin: 0 auto;
}
@media (min-width: 960px){
#section_nav .wrap{
max-width: 1300px;
padding: 0 14vw;
}
}
ul.section_nav_list{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 30px 0 0 0;
}
@media (min-width: 960px){
ul.section_nav_list{
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin: 70px 0 0 0;
}
}
@media (min-width: 960px){
ul.section_nav_list::after{
content: "";
width: 33.3333%;
}
}
ul.section_nav_list li{
width: 50%;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #fff;
box-sizing: border-box;
margin-top: -1px;
}
@media (min-width: 960px){
ul.section_nav_list li{
width: 33.3333%;
border-top: 1px solid #CCC;
border-left: 0;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin-top: -1px;
}
}
@media (min-width: 960px){
ul.section_nav_list li:nth-of-type(1),
ul.section_nav_list li:nth-of-type(4),
ul.section_nav_list li:nth-of-type(7),
ul.section_nav_list li:nth-of-type(10){
border-left: 1px solid #CCC;
}
}
@media (max-width: 959px){
ul.section_nav_list li:nth-of-type(2),
ul.section_nav_list li:nth-of-type(4),
ul.section_nav_list li:nth-of-type(6),
ul.section_nav_list li:nth-of-type(8),
ul.section_nav_list li:nth-of-type(10){
border-left: 0 solid #CCC;
}
}
ul.section_nav_list li a{
color: #1E2228;
min-height: 38px;
font-size: 1.25rem;
line-height: 1.4;
letter-spacing: 0;
display: block;
position: relative;
transition: all 0.2s ease;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 5px 28px 5px 10px;
}
@media (min-width: 960px){
ul.section_nav_list li a{
height: auto;
font-size: 1.4rem;
letter-spacing: 0.06em;
padding: 16px 18px;
}
}
ul.section_nav_list li a::after{
content: "";
width: 14px;
height: 14px;
background-image: url(//www.nishina-dental.net/wp-content/themes/nishina-dental/assets/img/common/icon_arrow-d.svg);
background-size: 14px 14px;
background-repeat: no-repeat;
position: absolute;
top: 50%;
right: 8px;
margin: -7px 0 0 0;
}
@media (min-width: 960px){
ul.section_nav_list li a::after{
right: 14px;
}
}
@media (min-width: 960px){
ul.section_nav_list li a:hover{
color: #666;
}
}
@media (min-width: 960px){
ul.col-2 li{
width: 50%;
}
ul.col-2::after{
content: "";
display: none;
}
}
@media (min-width: 960px){
ul.col-4 li{
width: 25%;
}
ul.col-4::after{
content: "";
display: none;
}
#section_nav ul.col-4 li:last-child{
border-left: 0 solid #ccc!important;
}
} #section_content .wrap{
padding: 0 6.5vw;
margin: 0 auto;
}
@media (min-width: 960px){
#section_content .wrap{
max-width: 1000px;
padding: 0 20vw;
}
}
#section_content .section{
padding: 0 0 70px 0;
}
@media (min-width: 960px){
#section_content .section{
padding: 0 0 200px 0;
}
}
#section_content .text_block{
width: 100%;
clear: both;
overflow: hidden;
box-sizing: border-box;
}
@media (min-width: 960px){
#section_content .text_block{
width: 100%;
}
} #section_content p.text{
} .pink{
color: #FA3572!important;
color: #F82354!important;
}
.black{
color: #1E2228!important;
}
#section_content .float-r{
float: right;
} #section_content figure img{
width: 100%;
height: auto;
display: block;
}
#section_content figure.figure_r{
width: 150px;
float: right;
overflow: hidden;
border-radius: 6px;
margin: 8px 0 5px 20px;
}
@media (min-width: 960px){
#section_content figure.figure_r{
width: 230px;
float: right;
margin: 6px 0 5px 36px;
}
}
#section_content img.image_l{
width: 140px;
float: left;
display: block;
margin: 0 16px 10px 0;
}
@media (min-width: 960px){
#section_content img.image_l{
width: 220px;
float: left;
margin: 0 44px 10px 0;
}
}
#section_content img.image_r{
width: 140px;
float: right;
display: block;
margin: 8px 0 10px 16px;
}
@media (min-width: 960px){
#section_content img.image_r{
width: 220px;
float: right;
margin: 10px 0 10px 44px;
}
}
#section_content figure.radius{
border-radius: 12px;
overflow: hidden;
}
#section_content img.image_full{
width: 100%;
border-radius: 10px;
display: block;
margin: 0 auto;
}
@media (min-width: 960px){
#section_content img.image_full{
width: 60%;
border-radius: 12px;
}
}
#section_content img.airflow{
width: 100%;
display: block;
margin: 0 auto;
}
@media (min-width: 960px){
#section_content img.airflow{
width: 80%;
}
}
#section_content img.for-pc{
display: none;
}
@media (min-width: 960px){
#section_content img.for-pc{
display: block;
}
#section_content img.for-sp{
display: none;
}
} #section_content h3.title_h3{
letter-spacing: 0.04em;
margin: 0 0 25px 0;
}
@media (min-width: 960px){
#section_content h3.title_h3{
margin: 0 0 80px 0;
}
}
#section_content h4.title_h4{
font-size: 1.7rem;
line-height: 1.5;
letter-spacing: 0.04em;
margin: 50px 0 20px 0;
}
@media (min-width: 960px){
#section_content h4.title_h4{
font-size: 2.4rem;
margin: 100px 0 40px 0;
}
}
#section_content h4.title_h4_2{
font-size: 1.7rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1;
letter-spacing: 0.04em;
padding: 15px 15px;
background-color: #FCDCE0;
border-radius: 4px;
margin: 50px 0 20px 0;
}
@media (min-width: 960px){
#section_content h4.title_h4_2{
font-size: 2.2rem;
padding: 23px 22px;
margin: 150px 0 40px 0;
}
}
#section_content h5.title_h5{
font-size: 1.6rem;
letter-spacing: 0.04em;
line-height: 2.0; display: inline-block;
text-decoration: underline 2px dashed #F59CA6;
text-underline-offset: 6px;
border-bottom: 0; margin: 40px 0 20px 0;
}
@media (min-width: 960px){
#section_content h5.title_h5{
font-size: 1.9rem;
line-height: 1.4;
text-underline-offset: 9px; margin: 60px 0 20px 0;
}
}
#section_content h5.title_h5_2{
color: #fff;
font-size: 1.6rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
letter-spacing: 0.04em;
border-radius: 100px;
background-color: #F59CA6;
display: inline-block;
text-align: center;
letter-spacing: 0.06em;
padding: 7px 26px 8px;
}
@media (min-width: 960px){
#section_content h5.title_h5_2{
font-size: 1.9rem;
padding: 8px 32px 9px;
}
}
#section_content .title_center{
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
} #section_content #doctor-message{
clear: both;
margin: 130px 0 0 0;
}
@media (min-width: 960px){
#section_content #doctor-message{
clear: both;
margin: 220px 0 0 0;
}
}
#section_content #doctor-message .text_block{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
border-radius: 12px;
border: 2px dotted #F58995;
padding: 0 6.5% 30px;
margin: 0 auto;
overflow: visible;
}
@media (min-width: 960px){
#section_content #doctor-message .text_block{
padding: 0 6% 50px;
}
} .connection h6.title_h6{
color: #fff;
font-size: 1.3rem;
letter-spacing: 0.06em;
border-bottom: 0;
border-radius: 100px;
background-color: #F59CA6;
background-color: #FDE2E5;
display: inline-block;
text-align: center;
letter-spacing: 0;
padding: 6px 16px 7px;
margin: 30px 12px 10px 0;
}
@media (min-width: 960px){
.connection h6.title_h6{
font-size: 1.4rem;
padding: 6px 16px 7px;
margin: 40px 12px 12px 0;
}
}
.connection a{
line-height: 1.6;
font-weight: 300;
text-decoration: underline;
display: inline-block;
transition: all 0.2s ease;
}
@media (min-width: 960px){
.connection a:hover{
color: #1E2228;
}
}  #section_content .movie_wrap{
clear: both;
background-color: #FBF6F9;
padding: 20px 6.5vw;
}
@media (min-width: 960px){
#section_content .movie_wrap{
border-radius: 8px;
padding: 30px 0;
}
}
#section_content .movie_wrap iframe{
width: 100%;
height: auto;
display: block;
aspect-ratio: 16 / 9;
margin: 0 auto;
}
@media (min-width: 960px){
#section_content .movie_wrap iframe{
width: 600px;
}
} #section_content .base{
clear: both;
border-radius: 4px;
background-color: #FBF6F9;
padding: 20px 6.5vw;
}
@media (min-width: 960px){
#section_content .base{
border-radius: 12px;
padding: 30px 35px;
}
} #section_content .line-flame{
clear: both;
border-radius: 6px;
border: 1.5px solid #ddd;
padding: 24px 20px;
box-sizing: border-box;
}
@media (min-width: 960px){
#section_content .line-flame{
border-radius: 12px;
padding: 30px 35px;
}
} .bg-gray{
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 4px;
background-color: #FBF6F9;
box-sizing: border-box;
padding: 20px 24px;
}
@media (min-width: 960px){
.bg-gray{
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 26px 28px;
}
}  #flow .text_block .connection_btn{
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}
@media (min-width: 960px){
#flow .text_block .connection_btn{
justify-content: flex-start;
}
}
.connection_btn a{
color: #FA3572;
font-size: 1.4rem;
font-weight: 500;
font-weight: 400;
line-height: 1.6;
display: flex;
flex-direction: row;
align-items: center;
border-left: 0;
padding: 0;
margin: 26px 0 0 0;
transition: all 0.2s ease;
}
@media (min-width: 960px){
.connection_btn a{
font-size: 1.5rem;
}
}
.connection_btn a .arrow,
.connection_btn a .arrow-d{
width: 30px;
height: 30px;
border-radius: 50%;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
background-color: #4d86bd;
background-color: #FA3572;
background-color: #F59CA6;
margin: 0 13px 0 0;
transition: all 0.2s ease;
}
.connection_btn a:hover{
color: #888;
}
.connection_btn a .arrow img{
width: 10px;
height: auto;
display: block;
}
.connection_btn a .arrow-d img{
width: 13px;
height: auto;
display: block;
margin-top: 2px;
} #section_content #btn_block{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
border-top: 1px dotted #bbb;
padding: 50px 0 0 0;
}
@media (min-width: 960px){
#section_content #btn_block{
padding: 80px 0 0 0;
}
}
#section_content #btn_block .view_btn:last-child{
padding: 0;
}
#section_content.halitosis #btn_block{
border-top: 0;
padding: 50px 0 0 0;
}
@media (min-width: 960px){
#section_content.halitosis #btn_block{
padding: 70px 0 0 0;
}
}  #esthe_concept{
margin: 0 0 0 0;
}
@media (min-width: 960px){
#esthe_concept{
margin: 0 0 0 0;
}
}
#esthe_concept .concept_list{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1px dashed #ccc;
border-bottom: 1px dotted #bbb;
box-sizing: border-box;
border-radius: 6px;
border: 1.5px solid #ddd;
padding: 24px 6.5vw;
box-sizing: border-box;
margin: 0 0 16px 0;
}
@media (min-width: 960px){
#esthe_concept .concept_list{
flex-direction: row;
justify-content: space-between;
border-radius: 12px;
padding: 30px 35px;
margin: 0 0 20px 0;
}
}
#esthe_concept .concept_list .text_block p.text{
text-align: center;
margin: 16px 0 0 0;
}
@media (min-width: 960px){
#esthe_concept .concept_list .text_block p.text{
text-align: left;
}
} #flow ul.flow_list{
border-top: 1px dotted #bbb;
margin: 20px 0 0 0;
}
@media (min-width: 960px){
#flow ul.flow_list{
margin: 30px 0 0 0;
}
}
#flow ul li{
width: 100%;
display: flex;
flex-shrink: 0;
flex-direction: column;
align-items: center;
border-bottom: 1px dashed #ccc;
border-bottom: 1px dotted #bbb;
box-sizing: border-box;
padding: 26px 20px;
padding: 30px 0px;
margin: 0 0 0 0;
}
@media (min-width: 960px){
#flow ul li{
flex-direction: row;
justify-content: space-between;
padding: 35px 0;
margin: 0 0 0 0;
}
}
#section_content .number_block{
color: #fff;
width: 90px!important;
height: 90px!important;
aspect-ratio: 1 / 1;
font-family: 'Barlow', sans-serif;
font-weight: 500;
border-radius: 50%;
display: flex;
flex-shrink: 0;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #FFB1BA;
background-color: #F59CA6;
margin: 0 0 30px 0;
}
@media (min-width: 960px){
#section_content .number_block{
width: 110px!important;
height: 110px!important;
margin: 0 50px 0 0;
}
}
.general #flow.menu ul li .number_block{
width: 114px;
height: 114px;
margin: 0 0 25px 0;
}
@media (min-width: 960px){
.general #flow.menu ul li .number_block{
width: 130px;
height: 130px;
margin: 0 50px 0 0;
}
}
.perio #flow.flow-perio ul li .number_block{
width: 114px;
height: 114px;
margin: 0 0 25px 0;
}
@media (min-width: 960px){
.perio #flow.flow-perio ul li .number_block{
width: 130px;
height: 130px;
margin: 0 50px 0 0;
}
}
#section_content .number_block .text{
color: #fff;
font-size: 1.3rem;
line-height: 1;
letter-spacing: 0.1em;
text-align: center;
margin: 5px 0;
}
@media (min-width: 960px){
#section_content .number_block .text{
}
.general #flow ul li .number_block .text{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
margin: 0 0 7px 0;
}
}
#section_content .number_block .number{
color: #fff;
font-size: 3.0rem;
line-height: 1.0;
text-align: center;
}
@media (min-width: 960px){
#section_content .number_block .number{
font-size: 3.2rem;
}
.general #flow ul li .number_block .number{
font-size: 3.4rem;
}
}
#flow ul li .number_block .text2{
font-size: 1.1rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
line-height: 1.0;
text-align: center;
margin-top: 4px;
}
.perio #flow.flow-perio .number_block .level{
font-size: 1.35rem;
font-weight: 400;
line-height: 1.0;
text-align: center;
margin-top: 2px;
}
.perio #flow.flow-perio .number_block .label{
font-size: 2.2rem;
font-weight: 500;
line-height: 1.0;
letter-spacing: 0.1em;
text-align: center;
margin-top: 10px;
}
#flow .text_block h3{
color: #1E2228;
font-size: 1.7rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.06em;
text-align: center;
margin: 0 0 0 0;
}
@media (min-width: 960px){
#flow .text_block h3{
font-size: 2.0rem;
text-align: left;
margin: 5px 0 0 0;
}
}
#flow .text_block p.text{
text-align: center;
margin: 16px 0 0 0;
}
@media (min-width: 960px){
#flow .text_block p.text{
text-align: left;
}
}
.perio #flow.flow-perio .text_block dl{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.perio #flow.flow-perio .text_block dt{
height: 30px;
font-weight: 500;
text-align: left;
white-space: nowrap;
position: relative;
display: inline-block;
margin: 0 20px 0 0;
}
@media (min-width: 960px){
.perio #flow.flow-perio .text_block dt{
height: 30px;
margin: 0 24px 0 0;
}
}
.perio #flow.flow-perio .text_block dt::before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #1E2228;
}
.perio #flow.flow-perio .text_block dd{
font-weight: 500;
}
@media (min-width: 960px){
.perio #flow.flow-perio .text_block dd{
display: inline-block;
}
}
.perio #flow.flow-perio .text_block dd p.text{
text-align: left;
}
#section_content p.align_l{
text-align: left!important;
}
#section_content p.align_c{
text-align: center!important;
}
#section_content #flow figure.figure_r{
width: 170px;
float: right;
overflow: hidden;
border-radius: 6px;
margin: 26px 0 0 0;
}
@media (min-width: 960px){
#section_content #flow figure.figure_r{
width: 33%;
float: right;
margin: 0 0 0 50px;
}
} #flow_halitosis ul.flow_list{
border-top: 1px dotted #bbb;
margin: 20px 0 0 0;
}
@media (min-width: 960px){
#flow_halitosis ul.flow_list{
margin: 30px 0 0 0;
}
}
#flow_halitosis ul li{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1px dashed #ccc;
border-bottom: 1px dotted #bbb;
box-sizing: border-box;
padding: 26px 0;
margin: 0 0 0 0;
}
@media (min-width: 960px){
#flow_halitosis ul li{
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
padding: 35px 0;
margin: 0 0 0 0;
}
}
#flow_halitosis .text_block{
display: flex;
flex-direction: column;
align-items: center;
}
@media (min-width: 960px){
#flow_halitosis .text_block{
display: inline-block;
}
}
#flow_halitosis .text_block h3{
color: #1E2228;
font-size: 1.7rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.06em;
text-align: center;
margin: 0 0 0 0;
}
@media (min-width: 960px){
#flow_halitosis .text_block h3{
font-size: 2.0rem;
text-align: left;
margin: 5px 0 0 0;
}
}
#flow_halitosis .text_block h4{
font-size: 1.6rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1;
letter-spacing: 0.04em;
text-align: left;
border-bottom: 1px solid #F59CA6;
padding: 0 0 6px 0;
box-sizing: border-box;
display: inline-block;
}
@media (min-width: 960px){
#flow_halitosis .text_block h4{
font-size: 1.7rem;
padding: 0 0 7px 0;
}
}
#flow_halitosis .text_block p.text{
text-align: center;
text-align: left;
margin: 16px 0 0 0;
}
@media (min-width: 960px){
#flow_halitosis .text_block p.text{
text-align: left;
}
}
#flow_halitosis figure.figure_r{
width: 170px;
float: none;
overflow: hidden;
border-radius: 6px;
margin: 0 0 26px 0;
}
@media (min-width: 960px){
#flow_halitosis figure.figure_r{
width: 23.5%;
float: right;
margin: 0 0 0 50px;
}
}
#flow_halitosis .graph_block{
display: flex;
flex-direction: column;
}
@media (min-width: 960px){
#flow_halitosis .graph_block{
display: flex;
flex-direction: row;
justify-content: space-between;
}
}
#flow_halitosis .graph_block .graph{
width: 100%;
margin: 0 0 20px 0;
}
@media (min-width: 960px){
#flow_halitosis .graph_block .graph{
width: 47%;
margin: 10px 0 0 0;
}
}
#flow_halitosis .graph_block h4{
width: 100%;
font-size: 1.7rem;
text-align: center;
background-color: #f1f1f1;
border-bottom: 0;
margin: 0 0 15px 0;
padding: 8px 0;
} #faq ul.faq_list{
border-top: 1px dotted #bbb;
margin: 20px 0 0 0;
}
@media (min-width: 960px){
#faq ul.faq_list{
margin: 30px 0 0 0;
}
}
#faq ul li{
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
border-bottom: 1px dotted #bbb;
box-sizing: border-box;
padding: 30px 0;
margin: 0 0 0 0;
}
@media (min-width: 960px){
#faq ul li{
padding: 40px 0;
margin: 0 0 0 0;
}
}
#faq ul li .question,
#faq ul li .answer{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#faq ul li .answer{
margin: 20px 0 0 0;
}
#faq ul li .i-question,
#faq ul li .i-answer{
color: #1E2228;
font-size: 2.4rem;
font-family: 'Barlow', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Barlow', sans-serif;
font-weight: 500;
line-height: 1;
letter-spacing: 0.06em;
margin: 1px 30px 0 0;
}
@media (min-width: 960px){
#faq ul li .i-question,
#faq ul li .i-answer{
font-size: 3.0rem;
margin: 5px 40px 0 0;
}
}
#faq ul li .i-answer{
color: #63666c;
color: #F58995;
font-weight: 500;
margin: 4px 30px 0 0;
}
@media (min-width: 960px){
#faq ul li .i-answer{
margin: 2px 40px 0 0;
}
}
#faq .question h3{
color: #1E2228;
font-size: 1.6rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.06em;
text-align: left;
margin: 0 0 0 0;
}
@media (min-width: 960px){
#faq .question h3{
font-size: 2.0rem;
margin: 5px 0 0 0;
}
}
#faq .answer p.text{
text-align: left;
} #cleaning ul.cleaning_list{
display: flex;
flex-direction: column;
}
@media (min-width: 960px){
#cleaning ul.cleaning_list{
flex-direction: row;
justify-content: space-between;
}
}
#cleaning ul li{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
@media (min-width: 960px){
#cleaning ul li{
width: 49%;
align-items: center;
}
}
#cleaning ul li .figure_wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
}
#cleaning ul li .figure_wrap figure{
width: 100%;
float: none;
overflow: hidden;
border-radius: 6px;
margin: 0 4px 0 4px;
} #section_content ul.card_list{
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: -8px 0 0 0;
}
@media (min-width: 960px){
#section_content ul.card_list{
flex-direction: row;
justify-content: space-between;
margin: -8px 0 0 0;
}
}
#section_content ul.card_list li{
font-size: 1.4rem;
line-height: 1.4;
font-weight: 500;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
border-radius: 4px;
background-color: #FBF6F9;
box-sizing: border-box;
padding: 19px 20px;
margin: 8px 0 0 0;
}
@media (min-width: 960px){
#section_content ul.card_list li{
font-size: 1.5rem;
padding: 26px 28px;
margin: 8px 0 0 0;
}
}
#section_content ul.card_list li p.text{
line-height: 1.8;
}
#section_content .col1 li{
width: 100%;
}
#section_content .col2 li{
width: 100%;
}
@media (min-width: 960px){
#section_content .col2 li{
width: 49.5%;
}
}
#section_content .col3 li{
width: 100%;
}
@media (min-width: 960px){
#section_content .col3 li{
width: 32.7%;
}
}
#section_content .col4 li{
width: 100%;
}
@media (min-width: 960px){
#section_content .col4 li{
width: 24.2%;
}
}
#section_content .i-circle{
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #F58995;
aspect-ratio: 1 / 1;
margin-right: 10px;
margin-top: 6px;
display: inline-block;
}
@media (min-width: 960px){
#section_content .i-circle{
margin-top: 8px;
margin-right: 12px;
}
}
#section_content .i-check{
width: 20px;
height: 20px;
background-image: url(//www.nishina-dental.net/wp-content/themes/nishina-dental/assets/img/common/icon_check.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-top: 0px;
margin-right: 12px;
}
@media (min-width: 960px){
#section_content .i-check{
width: 22px;
height: 22px;
margin-top: 0px;
margin-right: 14px;
}
} #section_content ul.goods_list{
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: -8px 0 0 0;
}
@media (min-width: 960px){
#section_content ul.goods_list{
flex-direction: row;
justify-content: space-between;
margin: -8px 0 0 0;
}
}
#section_content ul.goods_list li{
border-radius: 6px;
border: 1.5px solid #ddd;
background-color: #fff;
box-sizing: border-box;
margin: 8px 0 0 0;
}
@media (min-width: 960px){
#section_content ul.goods_list li{
font-size: 1.5rem;
margin: 8px 0 0 0;
}
}
#section_content ul.goods_list li a{
width: 100%;
font-size: 1.4rem;
line-height: 1.4;
font-weight: 500;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
padding: 21px 20px 19px;
}
@media (min-width: 960px){
#section_content ul.goods_list li a{
font-size: 1.5rem;
padding: 28px 20px 26px;
}
}
#section_content ul.goods_list li h3{
color: #1E2228;
font-size: 1.7rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1.4;
letter-spacing: 0.04em;
text-align: center;
transition: all 0.2s ease;
}
@media (min-width: 960px){
#section_content ul.goods_list li h3{
font-size: 1.9rem;
}
}
@media (min-width: 960px){
#section_content ul.goods_list li a:hover h3{
}
}
#section_content ul.goods_list li a p.text{
line-height: 1.8;
} #section_content .price_list dl{
font-size: 1.4rem;
line-height: 1.6;
font-weight: 500;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 4px;
background-color: #FBF6F9;
box-sizing: border-box;
padding: 19px 18px 19px 20px;
}
@media (min-width: 960px){
#section_content .price_list dl{
font-size: 1.5rem;
line-height: 1.4;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 30px 28px;
}
}
#section_content .price_list dt{
margin: 0 0 10px 0;
}
@media (min-width: 960px){
#section_content .price_list dt{
margin: 0;
}
}
#section_content .price_list dd{
font-feature-settings: "palt" 1;
letter-spacing: 0.04em;
} #section_content ul.care_figure{
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
margin: 0 0 20px 0;
}
@media (min-width: 960px){
#section_content ul.care_figure{
margin: 0 0 60px 0;
}
}
#section_content ul.care_figure li{
width: auto;
height: 83px;
margin: 0 3px;
}
@media (min-width: 960px){
#section_content ul.care_figure li{
height: 180px;
margin: 0 10px;
}
}
#section_content ul.care_figure li a{
transition: all 0.2s ease;
}
@media (min-width: 960px){
#section_content ul.care_figure li a:hover{
opacity: 0.7;
}
}
#section_content ul.care_figure li img{
width: auto;
height: 100%;
} #section_voice{
padding: 30px 0 30px 0;
overflow: hidden;
}
@media (min-width: 960px){
#section_voice{
padding: 60px 0 30px 0;
overflow: visible;
}
}
#section_voice .wrap{
padding: 0 6.5vw;
margin: 0 auto;
}
@media (min-width: 960px){
#section_voice .wrap{
max-width: 1000px;
padding: 0 20vw;
}
}
#section_voice h3.title{
font-size: 1.8rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
line-height: 1;
letter-spacing: 0.08em;
text-align: center;
padding-bottom: 30px;
}
@media (min-width: 960px){
#section_voice h3.title{
font-size: 2.6rem;
padding-bottom: 36px;
}
} #section_voice .entry_list .swiper-container-wrap{
position: relative;
}
#section_voice .swiper-container{
width: 100%;
overflow: visible;
}
@media (min-width: 960px){
#section_voice .swiper-container{
overflow: hidden;
}
}
#section_voice .swiper-button-prev,
#section_voice .swiper-button-next{
position: absolute;
bottom: 0!important;
width: 38px!important;
height: 38px!important;
margin-top: -19px;
z-index: 20;
cursor: pointer;
outline: none;
background-size: 12px auto!important;
background-position: center center!important;
background-repeat: no-repeat!important;
background-color: #4e91cb;
border-radius: 50%!important;
}
@media (min-width: 960px){
#section_voice .swiper-button-prev,
#section_voice .swiper-button-next{
width: 48px!important;
height: 48px!important;
margin-top: -24px;
display: block;
}
}
#section_voice .swiper-button-prev{
left: -8px;
background-image: url(//www.nishina-dental.net/wp-content/themes/nishina-dental/assets/img/common/icon_arrow-rw.svg)!important;
transform: scale(-1, 1);
}
@media (min-width: 960px){
#section_voice .swiper-button-prev{
left: -34px;
}
}
#section_voice .swiper-button-next{
right: -8px;
background-image: url(//www.nishina-dental.net/wp-content/themes/nishina-dental/assets/img/common/icon_arrow-rw.svg)!important;
}
@media (min-width: 960px){
#section_voice .swiper-button-next{
right: -34px;
}
}
#section_voice .swiper-slide{
color: #444;
letter-spacing: 0.02em;
border-radius: 8px;
background-color: #fff;
border: 1px solid #4e91cb;
box-sizing: border-box;
padding: 20px 20px 19px 24px;
}
@media (min-width: 440px){
#section_voice .swiper-slide{
padding: 22px 19px 22px 22px;
}
}
#section_voice .title_block{
width: 100%;
height: 54px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 0 0 18px 0;
}
#section_voice .icon-male{
width: 80px;
height: 54px;
background-image: url(//www.nishina-dental.net/wp-content/themes/nishina-dental/assets/img/common/voice-m.svg);
background-size: 54px 54px;
background-position: center;
background-repeat: no-repeat;
}
#section_voice .icon-woman{
width: 80px;
height: 54px;
display: block;
background-image: url(//www.nishina-dental.net/wp-content/themes/nishina-dental/assets/img/common/voice-w.svg);
background-size: 54px 54px;
background-repeat: no-repeat;
}
#section_voice .swiper-slide .star{
color: #D5AF30;
width: 100%;
font-size: 1.5rem;
font-weight: 500;
text-align: right;
line-height: 1;
letter-spacing: 0.14em;
margin: 0 4px 0 0;
}
#section_voice .swiper-slide .text_block{
color: #555;
width: 100%;
height: 256px;
font-size: 1.4rem;
line-height: 1.6;
letter-spacing: 0;
box-sizing: border-box;
padding: 0 5px 0 0;
text-align: justify;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
@media (min-width: 440px){
#section_voice .swiper-slide .text_block{
height: 260px;
}
}
#section_voice .swiper-slide .text_block::-webkit-scrollbar{
-webkit-appearance: none;
width: 5px;
}
#section_voice .swiper-slide .text_block::-webkit-scrollbar-thumb{
background-color: #bababa;
border-radius: 2.5px;
}
#section_voice .swiper-slide .text_block::-webkit-scrollbar-track{
background-color: #fff;
border-radius: 2.5px;
} #section_content .column_block{
font-weight: 500;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
border-radius: 10px;
background-color: #fff;
background-color: #f2e2e4;
border: 0px solid #FFBEC6;
box-sizing: border-box;
padding: 22px 20px;
}
@media (min-width: 960px){
#section_content .column_block{
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 30px 28px;
}
}
#section_content .column_block .ttl{
font-size: 1.7rem;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 600;
letter-spacing: 0.02em;
line-height: 1.5;
}
@media (min-width: 960px){
#section_content .column_block .ttl{
font-size: 1.9rem;
line-height: 1.8;
}
}
#section_content .column_block p{
line-height: 1.8;
}
#section_content .column_block figure{
width: 100%;
height: auto;
border-radius: 10px;
overflow: hidden;
background-color: #aaa;
margin-top: 26px;
}
@media (min-width: 960px){
#section_content .column_block figure{
width: 330px;
height: 170px;
margin-top: 0;
}
}
#section_content .column_block figure img{
width: 100%;
height: auto;
}
@media (min-width: 960px){
#section_content .column_block figure img{
width: auto;
height: 100%;
}
}
#section_content ul.ibiki_card li{
align-items: center;
line-height: 1.6;
}
#section_content ul.card_list li .no{
font-size: 2.2rem;
margin: 0 12px 0 0;
}
#section_content .ibiki_h4{
margin: 40px 0 20px 0!important;
}
@media (min-width: 960px){
#section_content .ibiki_h4{
margin: 70px 0 40px 0!important;
}
}