/* all ------------------------ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'KosugiMaru-r';
    src: url('../font/KosugiMaru-Regular.eot') format('eot'),
        url('../font/KosugiMaru-Regular.woff') format('woff'),
        url('../font/KosugiMaru-Regular.woff2') format('woff2'),
        url('../font/KosugiMaru-Regular.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
dl,
dt,
dd,
table {
    color: #222 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
}

a {
    text-decoration: none !important;
}

main {
    background: #fff;
}

.container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.text_green {
    color: #26d299 !important;
}

.text_pink {
    color: #f12482 !important;
}

.text_blue {
    color: #6fb6fe !important;
}

.text_read {
    text-align: center;
    margin: 45px 0 0;
}

.text_read a {
    display: inline-block;
    background: #ffdbeb;
    border: 2px solid #e4698a;
    color: #cd2653 !important;
    padding: 10px 45px;
    position: relative;
}

.text_read a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/themes/yoneyama_dc/img/icon_alert.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.text_read a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/themes/yoneyama_dc/img/icon_alert.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.text-list {
    text-indent: -35px;
}





/* buttonBox ------------------------ */
.buttonBox {
    display: block;
    width: max-content !important;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
}

.buttonBox span {
    display: inline-block;
    padding: 12px 45px;
    background: linear-gradient(#fdb868, #efad1a);
    border: 1px solid #ffdfb1;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
    letter-spacing: 1px;
}

/*.buttonBox::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: -1;
    content: '';
    width: 100%;
    height: 24px;
    background-color: rgba(155, 155, 155, 0.3);
    border-radius: 50%;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
}*/
.buttonBox:hover span {
    transform: translateY(-10px);
}

.buttonBox:hover::after {
    width: 70%;
    height: 18px;
}



/* header ------------------------ */
.headerArea {
    position: fixed !important;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    background: #fff !important;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
    z-index: 12 !important;
}

/* header / top ------------------------ */
.homeNav {
    background: #fff;
    border-bottom: 2px dashed #3bc78e;
    position: relative;
    z-index: 10;
}

.homeNav_list {
    display: flex;
    margin: 0;
    padding: 30px 0;
    list-style: none;
}

.homeNav_list li {
    margin: 0 auto;
}

.homeNav_list li a {
    color: #35d09d !important;
    font-family: 'KosugiMaru-r' !important;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
}

.homeNav_list li a::before {
    content: "◆";
    position: absolute;
    left: 0;
    opacity: 0.6;
}

.homeNav_list li a:hover {
    color: rgb(224, 222, 58) !important;
}



/* footer / schedule ------------------------ */
.footerArea {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.footerArea_top {
    width: 100%;
    overflow: hidden;
    padding: 90px 0;
}

.footerArea_summary {
    float: left;
    width: 40%;
    margin-top: 15px;
    margin-left: 5%;
}

.footerArea_summary p {
    font-size: 15px;
    line-height: 1.75 !important;
    letter-spacing: 2px;
    margin: 0;
}

.footerArea_summary_img {
    max-width: 460px;
}

.footerArea_schedule {
    float: right;
    width: 46%;
    position: relative;
    margin-top: 30px;
}

.footerArea_schedule_table {
    border: 0;
    font-size: 16px;
    margin: 0 0 15px;
}

.footerArea_schedule_table tr th {
    border: 0;
    background: #69d6b2;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    padding: 15px;
}

.footerArea_schedule_table tr td {
    border: 0;
    text-align: center;
    letter-spacing: .05em;
    padding: 15px;
}

.footerArea_schedule_table tr:nth-child(3) {
    border-top: 2px solid #ececec;
}

.footerArea_schedule_table tr:last-child {
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.footerArea_schedule_text {
    font-size: 14px;
    line-height: 1.75 !important;
    letter-spacing: 2px;
    padding-left: 8px;
    margin: 0;
}

.footerArea_schedule_visit {
    background: #ebfff7;
    border: 2px solid #08d091;
    border-radius: 4px;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    padding: 14px 30px 14px 60px;
    color: #08d091 !important;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
}

.footerArea_schedule_visit span {
    position: relative;
}

.footerArea_schedule_visit span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(../img/icon_home.png) no-repeat center center;
    background-size: contain;
}

.footerArea_contact {
    background: #fdc35c;
    /* background: url(/wp-content/themes/yoneyama_dc/img/bg_footer.jpg) no-repeat center center; */
    /* background-attachment: fixed; */
    padding: 90px 0;
}

.footerArea_contact_ttl {
    margin: 0 0 45px;
    color: #fff !important;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 3px;
    text-align: center;
}

.footerArea_contact_el {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* padding: 60px 45px; */
    /* background: rgb(255, 255, 255, 0.85);*/
}

.footerArea_contact_tel {
    background: url(../img/icon_tel.png) no-repeat center 25px;
    background-size: 50px;
    display: block;
    width: 100%;
    height: 180px;
    max-width: 420px;
    margin: 0 auto;
    padding: 90px 0 25px;
    background-color: #ffac20;
    border: 5px solid #fff;
    border-radius: 15px;
    color: #ffffff !important;
    font-size: 15px;
    text-align: center;
    letter-spacing: 3px;
}

.footerArea_contact_tel:hover {
    opacity: 0.9;
}

.footerArea_contact_tel span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.footerArea_contact_web {
    display: block;
    background: url(../img/icon_web.png) no-repeat center 25px;
    background-size: 50px;
    width: 100%;
    height: 180px;
    max-width: 420px;
    margin: 0 auto;
    padding: 90px 0 25px;
    background-color: #fff;
    border: 5px solid #ffa102;
    border-radius: 15px;
    color: #ffa102 !important;
    font-size: 15px;
    text-align: center;
    letter-spacing: 3px;
}

.footerArea_contact_web:hover {
    opacity: 0.9;
}

.footerArea_contact_web span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.contact_pc {
    display: block;
}

.contact_pc_tel {
    position: fixed;
    top: 210px;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    background: url(../img/icon_tel.png) no-repeat center 15px;
    background-size: 31px;
    background-color: #ffac20;
    border-radius: 15px 0 0 15px;
    border: 7px solid #fff;
    border-right: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    padding: 50px 23px 15px;
    z-index: 11;
}

.contact_pc_tel span {
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    position: relative;
    right: -3px;
    margin: 5px 0 3px;
}

.contact_pc_web {
    position: fixed;
    top: 297px;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    background: url(../img/icon_web.png) no-repeat center 29px;
    background-size: 26px;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    border: 7px solid #ffac20;
    border-right: none;
    color: #ffac20 !important;
    font-weight: bold;
    font-size: 24px;
    padding: 62px 5px 31px;
    z-index: 11;
}

.contact_sp {
    display: none;
}


/* footer / google map ------------------------ */
.gmap {
    margin: 0px auto;
    width: 50%;
    float: left;
    overflow: hidden;
    height: 450px;
    background: #fff;
    border: 4px solid #69d6b2;
    border-radius: 30px;
}


/* footer / link ------------------------ */
.footerArea_link_td {
    display: flex;
    list-style: none;
    margin: 0 0 45px;
}

.footerArea_link_td li {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
}

.footerArea_link_td li:first-child,
.footerArea_link_td li:last-child {
    margin: 0;
}

.footerArea_link_td_img:hover {
    opacity: 0.9;
}

.footerArea_link {
    background: #69d6b2;
    padding: 45px 0;
}

.footerArea_link_el {
    display: flex;
}

.footerArea_link_el .w20 {
    width: 20%;
}

.footerArea_link_el .w40 {
    width: 40%;
}

.footerArea_link_el .w45 {
    width: 45%;
}

.footerArea_link_el_s {
    margin: 0;
}

.footerArea_link_el_s li {
    color: #fff !important;
    float: left;
    font-size: 16px;
    list-style: none;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding-left: 15px;
}

.footerArea_link_el_s li:first-child {
    font-size: 18px;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.footerArea_link_el_s li:last-child {
    margin: 0;
}

.footerArea_link_el_s li a {
    color: #fff !important;
    position: relative;
}

.footerArea_link_el_s li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.footerArea_link_el_s li.w100 a::before {
    content: none;
}


/* footer / bnr ------------------------ */
.footerArea_bnr {
	padding: 0 0 45px;
	background: #69d6b2;
}
.footerArea_bnr .container {
	text-align: center;
}
.footerArea_bnr a {
	display: inline-block;
}
.footerArea_bnr img {}


/* footer / copylight ------------------------ */
.copylight {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #616161;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}



/* top / main ------------------------ */
.hero {
    width: 100%;
    height: 620px;
    padding: 0;
    margin-top: 85px;
}

.hero_el {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero_el_cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_hero.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.hero_el_ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
}

.hero_el_ttl .en {
    background: rgb(92, 166, 169, 0.9);
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    padding: 5px 25px;
    margin: 0 auto 15px;
    width: max-content;
}

.hero_el_ttl .ja {
    margin: 0;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 7px rgb(255, 255, 255, 0.7);
    letter-spacing: 2px;
    line-height: 1.75 !important;
}

.hero_el_pickup {
    position: absolute;
    bottom: 60px;
    right: 90px;
    display: flex;
    z-index: 1;
}

.hero_el_pickup a {
    display: block;
    margin: 0 5px;
}

.hero_el_pickup_img {
    max-width: 220px;
}




/* top / slider ------------------------ */
.slick-list,
.slick-track {
    height: 100% !important;
}

.slick-dots {
    bottom: 15px !important;
    z-index: 10 !important;
}

.slick-prev:before,
.slick-next:before {
    color: #67abad !important;
}

.sliderArea {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    z-index: 10;
}

.sliderArea.w300 {
    max-width: 300px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .8s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.slider_1 {
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/yoneyama_dc/img/hero_1.jpg) no-repeat right center;
    background-size: cover;
}

.slider_2 {
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/yoneyama_dc/img/hero_2.jpg) no-repeat right center;
    background-size: cover;
}

.slider_3 {
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/yoneyama_dc/img/hero_3.jpg) no-repeat right center;
    background-size: cover;
}


/* top / monshinhyo ------------------------ */
.monshinhyo {
    padding: 40px 0 0;
    background: #e6fff7;
}

.monshinhyo_el {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 920px;
    padding: 0 16px;
}

.monshinhyo_el_txt {
    display: inline;
    padding: 0 16px 2px;
    font-size: 14px;
    color: #666666;
    background: linear-gradient(transparent 50%, rgba(255,255,255,0.7) 50%);
}

.monshinhyo_el_txt .sp-br {
    display: none;
}

.monshinhyo_el_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.monshinhyo_el_box a {
    cursor: pointer;
    width: 49%;
    margin-top: 15px;
}

.monshinhyo_el_box a:last-child {
    margin: 15px auto ;
}

.monshinhyo_el_box a:hover {
    opacity: 0.75;
    transform:scale(1.01,1.01);
    transition: .3s 
}

.monshinhyo_el_box img {
    width: 100%;
}


/* top / news ------------------------ */
.news {
    padding: 40px 0;
    background: #e6fff7;
}

.news_el {
    display: flex;
    margin: 0 auto;
    max-width: 920px;
    border: 2px solid #3bc78e;
    border-radius: 15px;
    overflow: hidden;
}

.news_el_ttl {
    margin: 0;
    background: url(../img/icon_news.png) no-repeat center 40px;
    background-size: 50px;
    background-color: #3bc78e;
    box-shadow: 0 0 0 3px #3bc78e;
    border-radius: 15px 0 0 15px;
    color: #fff !important;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    padding: 105px 0 0;
    width: 200px;
    height: 170px;
}

.news_el_list {
    background: #fff;
    box-shadow: 0 0 0 3px #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-right: 30px solid #fff;
    border-left: 40px solid #fff;
    border-radius: 0 15px 15px 0;
    list-style: none;
    position: relative;
    margin: 0;
    max-width: 720px;
    width: 100%;
    height: 170px;
    overflow-y: scroll;
}

/*スクロールバーの横幅指定*/
.news_el_list::-webkit-scrollbar {
    width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.news_el_list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #3BC78E;
}

/*スクロールバーの色・角丸指定*/
.news_el_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3BC78E;
}

.news_el_list li {
    overflow: hidden;
    margin: 0;
    font-size: 17px;
    letter-spacing: 2px;
}

.news_el_list li .date {
    float: left;
    margin: 0;
    width: 145px;
}

.news_el_list li .title {
    width: 100%;
    display: block;
    padding: 8px 10px;
}

.news_el_list li .title:hover {
    background: rgb(59, 199, 142, 0.2)
}

.news_el_list li .title p {
    margin: 0;
}

.news_el_link span {
    position: relative;
}



/* top / messege ------------------------ */
.messege {
    width: 100%;
    background: no-repeat right center;
    background-image: url(/wp-content/themes/yoneyama_dc/img/bg_square.png);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-size: contain;
    position: relative;
    padding: 90px 0 0;
    margin: 0 0 50px;
}

.messege_el {
    position: relative;
    padding: 45px 0;
    min-height: 500px;
}

.messege_elBox {
    float: right;
    padding: 0 0 0 60px;
    max-width: 680px;
    width: 100%;
}

.messege_el_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    max-width: 460px;
    width: 100%;
    /*border-radius: 45px;*/
    box-shadow: -25px -25px #dbf0ff;
}

.messege_ttl {
    margin: 0 0 15px;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.messege_ttl span {
    display: inline-block;
    background: #dbf0ff;
    /* background: -webkit-repeating-linear-gradient(-45deg, #d4ecfd, #d4ecfd 4px,#bde1f3 3px, #bde1f3 8px); */
    /* background: repeating-linear-gradient(-45deg, #d4ecfd, #d4ecfd 4px,#bde1f3 3px, #bde1f3 8px); */
    color: #0fb3ff;
    border-radius: 4px;
    border-bottom: 8px double #68cfff;
    margin: 0 0 15px;
    padding: 8px 24px 2px;
}

.messege p {
    width: 100%;
    max-width: 670px;
    margin: 0 0 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
}



/* top / messege02 ------------------------ */
.messege02 {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0;
    margin: 0 0 30px;
}

.messege02_el {
    position: relative;
    padding: 45px 30px;
    min-height: 500px;
}

.messege02_elBox {
    max-width: 670px;
    width: 100%;
}

.messege02_el_ttl {
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0 0 15px;
    overflow: hidden;
}

.messege02_el_ttl span {
    display: inline-block;
    background: #dbf0ff;
    /* background: -webkit-repeating-linear-gradient(-45deg, #d4ecfd, #d4ecfd 4px,#bde1f3 3px, #bde1f3 8px); */
    /* background: repeating-linear-gradient(-45deg, #d4ecfd, #d4ecfd 4px,#bde1f3 3px, #bde1f3 8px); */
    color: #0fb3ff;
    border-radius: 4px;
    border-bottom: 8px double #68cfff;
    margin: 0 0 15px;
    padding: 8px 24px 2px;
}

.messege02_el_text {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.75;
    margin: 0 0 30px;
    padding-left: 0;
}

.messege02_el_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    max-width: 460px;
    width: 100%;
    /*border-radius: 45px;*/
    box-shadow: 25px -25px #dbf0ff;
}

.messege02_elBox .buttonBox {
    margin-left: 0;
}



/* top / kakyou ------------------------ */
.kakyou {
    width: 100%;
    background: no-repeat left center;
    background-size: contain;
    background-image: url(/wp-content/themes/yoneyama_dc/img/bg_square2.png);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    overflow: hidden;
    padding: 30px 0 90px;
}

.kakyou_el {
    position: relative;
    padding: 45px 0;
    min-height: 500px;
}

.kakyou_elBox {
    float: right;
    padding: 0 0 0 60px;
    max-width: 680px;
    width: 100%;
}

.kakyou_el_ttl {
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0 0 15px;
    overflow: hidden;
}

.kakyou_el_ttl span {
    display: inline-block;
    background: #dbf0ff;
    /* background: -webkit-repeating-linear-gradient(-45deg, #d4ecfd, #d4ecfd 4px,#bde1f3 3px, #bde1f3 8px); */
    /* background: repeating-linear-gradient(-45deg, #d4ecfd, #d4ecfd 4px,#bde1f3 3px, #bde1f3 8px); */
    color: #0fb3ff;
    border-radius: 4px;
    border-bottom: 8px double #68cfff;
    margin: 0 0 15px;
    padding: 8px 24px 2px;
}

.kakyou_el_text {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.75;
    margin: 0 0 30px;
    padding-left: 0;
}

.kakyou_el_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    max-width: 460px;
    width: 100%;
    /*border-radius: 45px;*/
    box-shadow: -25px 25px #dbf0ff;
}

.kakyou_elBox .buttonBox {
    margin-left: 0;
}



/* top / feature ------------------------ */
.feature {
    width: 100%;
    padding: 90px 0;
}

.feature_ttl {
    margin: 0 0 15px;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 3px;
    text-align: center;
}

.feature_ttl span {
    color: #69d6b2 !important;
}

.feature p {
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
}

.feature p.feature_label {
    width: max-content;
    margin: 0 auto;
    padding: 8px 40px;
    color: #fff !important;
    background: #69d6b2;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}

.feature_el {
    display: flex;
    width: 100%;
    margin: 60px 0 0;
    list-style: none;
}

.feature_el li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative;
}

.feature_el li:first-child {
    margin-left: 0;
}

.feature_el li:last-child {
    margin-right: 0;
}

.feature_el_01::before {
    content: "01";
    position: absolute;
    top: -14px;
    left: 7px;
    color: rgba(42, 224, 148, 0.3);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 58px;
    line-height: 1;
    letter-spacing: 2px;
}

.feature_el_02::before {
    content: "02";
    position: absolute;
    top: -14px;
    left: 7px;
    color: rgba(42, 224, 148, 0.3);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 58px;
    line-height: 1;
    letter-spacing: 2px;
}

.feature_el_03::before {
    content: "03";
    position: absolute;
    top: -14px;
    left: 7px;
    color: rgba(42, 224, 148, 0.3);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 58px;
    line-height: 1;
    letter-spacing: 2px;
}

.feature_el_ttl {
    margin: 10px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
}

.feature_el_ttl span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.feature_el_ttl span::after {
    content: "";
    background: rgba(141, 112, 32, 0.13);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 8px;
    z-index: -1;
}

.feature_el_img {
    -webkit-box-shadow: 2px 2px 4px 0 #c5c5c5;
    box-shadow: 2px 2px 4px 0 #c5c5c5;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}



/* top / medical ------------------------ */
.medical {
    width: 100%;
    padding: 90px 0;
    background: url(/wp-content/themes/yoneyama_dc/img/bg_medical.jpg) center center;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    background-attachment: fixed;
}

.medical_ttl {
    margin: 0 0 45px;
    color: #5c5359 !important;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 3px;
    text-align: center;
}

.medical_list {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 25px;
    overflow: hidden;
    list-style: none;
}

.medical_list li {
    width: 25%;
    margin: 0 auto;
    padding: 10px 0;
    float: left;
}

.medical_list a {
    display: block;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(212, 194, 208, 0.74);
    text-decoration: none;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}

.medical_list_ttl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: auto;
    color: #e445a8 !important;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    width: max-content;
}

.medical_list_text {
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.medical_list_img {
    width: 60px;
    margin: 0 auto;
    padding-top: 30px;
}



/* top / pickup ------------------------ */
.pickup {
    width: 100%;
    padding: 90px 0;
    background: #fff;
}

.pickup_ttl {
    margin: 0 0 45px;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 3px;
    text-align: center;
}

.pickup_el {
    display: flex;
    width: 100%;
}

.pickup_el p {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 30px;
}

.pickup_el_box {
    background: #fff;
    padding: 0 0 40px;
    margin: 0 auto;
    max-width: 370px;
    box-shadow: 0 2px 6px #b9b9b9;
    width: 100%;
}

.pickup_el_img {
    margin: 0 0 30px;
}

.pickup_el_ttl {
    margin: 0 0 15px;
    color: #26d299 !important;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
}



/* top / corona ------------------------ */
.corona {
    width: 100%;
    padding: 90px 0;
    background: #c1e0ff;
    background-image: radial-gradient(#d5eaff 15%, transparent 15%), radial-gradient(#d5eaff 15%, transparent 15%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    background-attachment: fixed;
}

.corona_ttl {
    margin: 0 0 15px;
    color: #5c5359 !important;
    font-family: 'KosugiMaru-r' !important;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
}

.corona_ttl .blue {
    color: #007fff !important;
    -webkit-text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.corona_ttl_s {
    max-width: 1000px;
    margin: 0 auto 15px;
    color: #007fff !important;
    font-size: 22px;
    letter-spacing: 2px;
}

.corona_text {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 45px;
}

.corona_el {
    background: #fff;
    padding: 30px 40px 20px 40px;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
}

.corona_list {
    overflow: hidden;
    list-style: none;
    margin: 0;
}

.corona_list li {
    float: left;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .05em;
    border-bottom: 1.5px dashed #a5d2ff;
    position: relative;
    margin: 0 70px 15px 25px;
}

.corona_list li::before {
    content: '';
    width: 14px;
    height: 8px;
    border-left: 3px solid #6fb6fe;
    border-bottom: 3px solid #6fb6fe;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -22px;
}

.corona_item {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}

.corona_item_el {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    margin: 0 0 45px;
}

.corona_item_ttl {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .05em;
    border-bottom: 1.5px dashed #a5d2ff;
    padding: 0 10px 3px;
    position: relative;
    margin: 0 0 15px;
}

.corona_item_txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 0 10px;
}

.corona_item_img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
    width: 50%;
}



/* top / intro ------------------------ */
.intro {
    width: 100%;
    overflow: hidden;
    background: #fffbf1;
}

.intro_el {
    position: relative;
    padding: 75px 0;
}

.intro_el::before {
    content: "";
    background: #fffbf1;
    width: 53%;
    height: 150%;
    position: absolute;
    top: -25%;
    z-index: 1;
    transform: rotate(10deg);
}

.intro_el::after {
    content: "";
    background: url(/wp-content/themes/yoneyama_dc/img/intro.jpg) no-repeat center center;
    background-size: cover;
    width: 53%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.intro_el p {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
}

.intro_el_left {
    width: 47%;
    position: relative;
    z-index: 2;
}

.intro_el_left_ttl {
    margin: 0 0 45px;
    font-family: 'KosugiMaru-r' !important;
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 3px;
}




/* sub page / caption ------------------------ */
.caption {
    background: url(/wp-content/themes/yoneyama_dc/img/bg_caption.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0 0 30px;
    padding: 160px 0 120px;
    position: relative;
}

.caption::after {
    content: "";
    background: url(/wp-content/themes/yoneyama_dc/img/wave.png) repeat-x center center;
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: -15px;
    transform: rotate(180deg);
}

.caption_ttl {
    display: inline-block;
    color: #2ad216 !important;
    font-family: 'KosugiMaru-r' !important;
    font-size: 38px;
    letter-spacing: 3px;
    text-align: center;
    margin: 0;
    padding: 0 8px;
    position: relative;
    z-index: 0;
    -webkit-text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff
}

.caption_ttl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
    width: 100%;
    border-bottom: 15px solid #ebffb2;
}


/* sub page / breadcrumbList ------------------------ */
.breadcrumbList {
    margin: 0 0 45px;
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.breadcrumbList li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin: 0 30px 0 0;
    position: relative;
}

.breadcrumbList li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.breadcrumbList li:last-child {
    margin: 0;
}

.breadcrumbList li:last-child::after {
    content: none;
}

.breadcrumbList li .home {
    display: block;
    background: url(/wp-content/themes/yoneyama_dc/img/icon_home.png) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.breadcrumbList li a {
    color: #2ad216 !important;
    font-weight: bold;
}


/* sub page / article ------------------------ */
.article {
    margin: 0 0 75px;
}

.article_el {
    width: 100%;
    border: 4px dotted #69d6b2;
    border-radius: 45px;
    max-width: 765px;
    margin: 0 auto;
    padding: 30px 45px;
    position: relative
}

.article_el_text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .05em;
    margin: 0;
}


/* sub page / contents ------------------------ */
.contents {
    overflow: hidden;
    margin: 0 0 90px;
    padding: 0;
}

.contents_wave {
    background: #ffedd3;
    margin: 120px 0 90px;
    padding: 60px 0 90px;
    position: relative;
}

.contents_wave::before {
    content: "";
    background: url(../img/wave_orange.png) repeat-x center center;
    width: 100%;
    height: 62px;
    position: absolute;
    top: -30px;
    transform: rotate(180deg);
}

.contents_blue {
    background: #c3e1ff;
    margin: 120px 0;
    padding: 75px 0 90px;
    position: relative;
}

.contents_blue::before {
    content: "";
    background: url(../img/wave_blue.png) repeat-x center center;
    width: 100%;
    height: 62px;
    position: absolute;
    top: -30px;
    transform: rotate(180deg);
}

.contents_blue::after {
    content: "";
    background: url(../img/wave_blue.png) repeat-x center center;
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: -30px;
}

.contents_wave_el {
    overflow: hidden;
}

.contents p,
.contents_wave p,
.contents_el p {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.8;
    margin: 0;
}

.contents p .box {
    display: inline-block;
    color: #08d08e;
    font-weight: bold;
    border: 2px solid #69d6b2;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 5px 25px 20px 0;
}

.contents p.box_arrow {
    display: block;
    background: rgb(105 214 178 / 50%);
    color: #059d6b !important;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 0;
    margin: 0 0 15px;
    position: relative;
}

.contents p.box_arrow span {
    background: #059d6b;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 15px;
}

.contents_el {
    overflow: hidden;
    margin: 0 0 45px;
}

.contents_left {
    float: left;
    width: 50%;
}

.contents_right {
    float: right;
    width: 50%;
}

.contents_img {
    border-radius: 18px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.contents_ttl {
    margin: 0 0 60px;
    padding: 25px 0;
    background: #69d6b2;
    border-radius: 0 18px;
    box-shadow: 6px 6px #69af98;
    color: #fff !important;
    font-size: 26px;
    text-align: center;
    letter-spacing: .1em;
}

.contents_ttl_gray {
    background: #ffffff;
    border: 3px solid #69d6b2;
    box-shadow: none;
    color: #69d6b2 !important;
}

.contents_ttl_blue {
    background: #59acff;
    box-shadow: 6px 6px #3a90e5;
    color: #fff !important;
}

.contents_ttl_blue2 {
    background: #ffffff;
    border: 3px solid #59acff;
    box-shadow: none;
    color: #59acff !important;
}

.contents_ttl_orange {
    background: #fdc35c;
    box-shadow: 6px 6px #e8a42c;
}

.contents_ttl_s {
    margin: 0 0 30px;
    padding: 25px 0;
    border: 3px solid #69d6b2;
    border-radius: 18px 0;
    color: #08d08e !important;
    font-size: 24px;
    text-align: center;
    letter-spacing: .1em;
}

.contents_ttl_s_blue {
    border: 2px solid #2492ff;
    color: #2492ff !important;
}

.contents_wave_r {
    margin: 0 0 10px;
    color: #30d03a !important;
    font-family: 'KosugiMaru-r' !important;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.contents_wave_r::before {
    content: "";
    display: inline-block;
    background: #30d03a;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    margin-right: 10px;
}

.contents_wave_r_blue {
    margin: 0 0 30px;
    color: #2492ff !important;
    font-family: 'KosugiMaru-r' !important;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.contents_wave_r_blue::before {
    content: "";
    display: inline-block;
    background: #2492ff;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    margin-right: 10px;
}

.contents_wave_ttl {
    margin: 0 0 30px;
    padding: 0;
    color: #ffa300 !important;
    font-family: 'KosugiMaru-r' !important;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.contents_wave_img {
    margin-top: 75px;
}

.contents_list {
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 15px;
}

.contents_listWhite {
    background: #fff;
    border-radius: 25px;
    padding: 30px 45px 15px;
}

.contents_list dd {
    float: left;
    font-size: 16px;
    letter-spacing: .05em;
    position: relative;
    padding-left: 25px;
    margin: 0 0 15px;
    width: 50%;
}

.contents_list dd::before {
    content: '';
    width: 14px;
    height: 8px;
    border-left: 3px solid #20de98;
    border-bottom: 3px solid #20de98;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 0;
}

.contents_flow {
    margin: 0;
}

.contents_flow li {
    display: flex;
    margin: 0 0 30px;
    position: relative;
}

.contents_flow li:last-child {
    margin: 0;
}

.contents_flow_step {
    width: 100%;
    max-width: 140px;
    padding: 30px 0;
    border-right: 2px dashed #2492ff;
}

.contents_flow_step p {
    color: #2492ff !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: .2em;
    margin: 0;
}

.contents_flow_step p .number {
    display: block;
    background: url(/wp-content/themes/yoneyama_dc/img/step.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0;
    line-height: 63px;
}

.contents_flow_el {
    margin: 0 0 0 45px;
    padding: 30px 0 0;
}

.contents_flow_el_ttl {
    color: #2492ff !important;
    font-size: 22px;
    letter-spacing: .05em;
    margin: 0 0 15px;
}

.contents_flow_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    padding: 0 45px;
    margin: auto;
    max-height: 175px;
    border: 2px solid #cacaca;
    border-radius: 15px;
    background: #fff;
    height: 100%;
}


.contents_feature {
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.contents_feature li {
    background: #fff;
    box-shadow: 0 5px 1px #8cd873;
    border-radius: 15px;
    border: 2px solid #8cd873;
    float: left;
    margin: 0 0 30px;
    padding: 20px 30px;
    width: 100%;
}

.contents_feature_ttl {
    margin: 0 0 10px;
    color: #30d03a !important;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em;
}


.contents_merit {
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px 35px;
    min-height: 330px;
}

.contents_merit_ttl {
    color: #30d03a !important;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 0 0 15px;
}

.contents_merit_list {
    margin: 0;
}

.contents_merit_list dd {
    font-size: 16px;
    letter-spacing: .05em;
    margin: 0 0 15px;
    position: relative;
    padding-left: 20px;
}

.contents_merit_list dd::before {
    content: "●";
    color: #2591ff;
    position: absolute;
    left: 0;
}

.contents_merit_list dd:last-child {
    margin: 0;
}






/* sub page / point ------------------------ */
.point {
    background: #fff;
    border-radius: 80px;
    padding: 45px 0;
    margin: 60px 0;
}

.point_ttl {
    margin: 0 0 45px;
    color: #d86766 !important;
    font-size: 28px;
    text-align: center;
    letter-spacing: .05em;
}

.point_item {
    display: flex;
    list-style: none;
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}

.point_item li {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.point_item_ttl {
    background: #f1a195;
    border-radius: 50%;
    font-size: 25px;
    color: #fff !important;
    line-height: 30px;
    letter-spacing: .1em;
    margin: 0 auto 15px;
    padding: 75px 0;
    width: 180px;
}


/* sub page / insidelink ------------------------ */
.insidelink {
    display: flex;
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
}

.insidelink a {
    display: block;
    background: #fff;
    border: 3px solid #66b1fb;
    border-radius: 10px;
    color: #66b1fb !important;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: .1em;
    margin: 0 auto;
    padding: 15px 0 35px;
    position: relative;
    width: 240px;
}

.insidelink a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #66b1fb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
}


/* sub page / arrowArea ------------------------ */
.arrowArea {
    display: flex;
    margin: 0;
}

.arrowArea dd {
    margin: auto;
    width: 16%;
}

.arrowArea dd:first-child,
.arrowArea dd:last-child {
    width: 42%;
}

.arrowArea_while {
    background: #5cadfc;
    border-radius: 50%;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center;
    line-height: 1.25 !important;
    padding: 43px 0 25px;
    position: relative;
}

.arrowArea_while::before {
    content: "";
    background: url(/wp-content/themes/yoneyama_dc/img/logo_arrow.png) no-repeat center center;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}


/* sub page / symptom ------------------------ */
.symptom {
    width: 100%;
    max-width: 980px;
    margin: auto;
}

.symptom_list {
    display: flex;
    list-style: none;
    margin: 0;
}

.symptom_list li {
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 45px;
    width: 180px;
    height: 180px;
}

.symptom_list li.symptom_1 {
    background: url(../img/disability/icon_1.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_2 {
    background: url(../img/disability/icon_2.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_3 {
    background: url(../img/disability/icon_3.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_4 {
    background: url(../img/disability/icon_4.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_5 {
    background: url(../img/disability/icon_5.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_6 {
    background: url(../img/disability/icon_6.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_7 {
    background: url(../img/disability/icon_7.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li.symptom_8 {
    background: url(../img/disability/icon_8.png) no-repeat center 30%;
    background-size: 30%;
    background-color: #fff;
}

.symptom_list li a {
    display: block;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 110px;
    width: 100%;
    height: 100%;
}


/* sub page / disability ------------------------ */
#symptom_1 {
    padding-top: 90px;
}

#symptom_3 {
    padding-top: 90px;
}

#symptom_4 {
    padding-top: 90px;
}

#symptom_6 {
    padding-top: 90px;
}

#symptom_7 {
    padding-top: 90px;
}


/* sub page / kakyo  gairai ------------------------ */
#kakyo {
    padding-top: 90px;
}

#gairai {
    padding-top: 120px;
}


/* sub page / yoboTherapy ------------------------ */
.yoboTherapy {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 30px;
}

.yoboTherapy li {
    float: left;
    background: #fff8ee;
    border: 3px solid #fdc35c;
    border-radius: 18px;
    margin: 0 auto 45px;
    padding: 30px;
    width: 48%;
}

.yoboTherapy li.low {
    min-height: 480px;
}

.yoboTherapy li.high {
    min-height: 610px;
}

.yoboTherapy li:nth-child(2n+1) {
    margin-right: 4%;
}

.yoboTherapy_ttl {
    color: #ffa300 !important;
    font-size: 24px;
    text-align: center;
    letter-spacing: .05em;
    margin: 0 0 20px;
}

.yoboTherapy_img {
    max-width: 90%;
    margin: 0 auto 20px;
}

.yoboTherapy li p {
    font-size: 15px;
}


/* sub page / yoboList ------------------------ */
.yoboList {
    background-color: #fff;
    border-radius: 18px;
    margin: 45px 0 30px;
    padding: 30px;
    position: relative;
}

.yoboList::after {
    content: "";
    background: url(../img/disability/yoboList.png) no-repeat;
    background-size: cover;
    width: 180px;
    height: 200px;
    position: absolute;
    right: 75px;
    bottom: 0;
}

.yoboList dd {
    color: #469ED1 !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .05em;
    margin: 0 0 10px;
    padding-left: 40px;
    position: relative;
}

.yoboList dd::before {
    position: absolute;
    left: 0;
    background: #B2D9F0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 25px;
    height: 25px;
}

.yoboList dd:last-child {
    margin: 0;
}

.yoboList dd.no_1:before {
    content: "1";
}

.yoboList dd.no_2:before {
    content: "2";
}

.yoboList dd.no_3:before {
    content: "3";
}


/* sub page / child ------------------------ */
#fluorine {
    padding-top: 120px;
}

#sealant {
    padding-top: 90px;
}


/* sub page / visit ------------------------ */
#houmon {
    padding-top: 120px;
}


/* sub page / implantTherapy ------------------------ */
.implantTherapy {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 30px;
}

.implantTherapy li {
    float: left;
    margin: 0;
    padding: 30px;
    width: 48%;
}

.implantTherapy li:first-child {
    margin-right: 4%;
}

.implantTherapy_ttl {
    font-size: 22px;
    letter-spacing: .05em;
    border-bottom: 5px solid #7abdff;
    padding-bottom: 5px;
    margin: 30px 0 15px;
}


/* sub page / Q&A ------------------------ */
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}

.qa-list dl:first-child {
    margin-top: 0;
}

.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
}

.qa-list .open::after {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    color: #ffa300 !important;
    background: #fff2da;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #ffa300;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}


/* sub page / staff ------------------------ */
.staff_ttl {
    margin: 0 45px -15px;
    padding: 14px 0;
    background: #fff;
    border: 2px solid #69d6b2;
    border-radius: 18px 0;
    color: #08d08e !important;
    font-size: 22px;
    text-align: center;
    letter-spacing: .05em;
    position: relative;
}


/* sub page / 診療時間 ------------------------ */
.clinic_time {
    overflow: hidden;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 75px;
}

.clinic_time_table {
    border: 0;
    margin: 0 0 15px;
}

.clinic_time_table tr {
    border: 0;
}

.clinic_time_table tr:last-child {
    border-top: 2px solid #3599fb;
    border-bottom: 2px solid #3599fb;
}

.clinic_time_table tr th {
    border: 0;
    background: #3599fb;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    padding: 15px;
}

.clinic_time_table tr td {
    border: 0;
    text-align: center;
    letter-spacing: .05em;
    padding: 15px;
}


/* sub page / 医院概要 ------------------------ */
.summaryList {
    overflow: hidden;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 45px;
}

.summaryList li {
    display: flex;
    background: #fff;
    margin: 0;
}

.summaryList li:nth-child(2n+1) {
    background: #efefef;
}

.summaryList_ttl {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.75;
    margin: 0;
    padding: 14px 28px;
    width: 25%;
}

.summaryList_text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.75;
    margin: 0;
    padding: 14px 28px;
    width: 75%;
}

.map_img {
    border-radius: 27px;
}


/* sub page / 徒歩動画 ------------------------ */
.tohoroot {
    margin-top: 90px;
}

.tohoroot_el {
    width: 100%;
    height: 480px;
    background: #222;
}

.tohoroot_el iframe {
    margin: 0 auto;
    max-width: 854px;
    width: 100%;
    height: 100%;
}




/* sub page / news ------------------------ */
.news_list {
    overflow: hidden;
    list-style: none;
    margin: 0 auto 90px;
    max-width: 900px;
}

.news_list li {
    border-bottom: 1px dashed #3bc78e;
    margin: 0 0 20px;
}

.news_list li:last-child {
    margin: 0;
}

.news_list li .date {
    display: inline-block;
    background-color: #3bc78e;
    color: #fff !important;
    float: left;
    padding: 0 15px;
    margin: 0 25px 0 0;
    line-height: 30px;
}

.news_list li .title {
    margin: 0;
    line-height: 30px;
}




@media (max-width: 1200px) {
    .contact_pc {
        display: none;
    }

    /* top / main ------------------------ */
    .hero_el_pickup {
        display: block;
    }

    .hero_el_pickup a {
        margin: 0 15px;
        float: left;
    }

    .hero_el_pickup a.top {
        float: none;
        margin: 0 140px -90px;
    }


    /* top / messege ------------------------ */
    .messege {
        background: url(/wp-content/themes/yoneyama_dc/img/bg_square.png) no-repeat right top;
        background-size: 70%;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 30px 0 0;
        margin: 0;
    }

    .messege p {
        font-size: 15px;
    }

    .messege p.buttonBox {
        margin: 0 auto !important;
    }

    .messege_el_img {
        position: relative;
        left: auto;
        max-width: 300px;
        box-shadow: -15px -15px #dbf0ff;
    }

    .messege_elBox {
        padding: 0;
        margin-top: 30px;
    }

    .messege_ttl {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
    }

    .messege_ttl span {
        padding: 8px 10px 2px;
    }


    /* top / messege02 ------------------------ */
    .messege02 {
        padding: 65px 0 0;
        margin: 0;
    }

    .messege02_el {
        padding: 0;
    }

    .messege02 p.buttonBox {
        margin: 0 auto !important;
    }

    .messege02_el_img {
        position: relative;
        right: auto;
        max-width: 300px;
        box-shadow: -15px -15px #dbf0ff;
    }

    .messege02_elBox {
        padding: 0;
        margin-top: 30px;
    }

    .messege02_el_ttl {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
    }

    .messege02_el_ttl span {
        padding: 8px 10px 2px;
    }

    .messege02_el_text {
        font-size: 15px;
    }


    /* top / kakyou ------------------------ */
    .kakyou {
        padding: 30px 0;
        background: no-repeat left bottom;
        background-image: url(/wp-content/themes/yoneyama_dc/img/bg_square2.png);
        background-color: rgba(255, 255, 255, 0.6);
        background-blend-mode: lighten;
        background-size: 70%;
    }

    .kakyou p.buttonBox {
        margin: 0 auto 30px !important;
    }

    .kakyou_el_img {
        position: relative;
        left: auto;
        max-width: 300px;
        box-shadow: -15px -15px #dbf0ff;
    }

    .kakyou_elBox {
        padding: 30px 0 0;
    }

    .kakyou_el_ttl {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
    }

    .kakyou_el_ttl span {
        padding: 8px 10px 2px;
    }

    .kakyou_el_text {
        font-size: 15px;
    }
}





@media (max-width: 1000px) {

    /* footer / schedule ------------------------ */
    .footerArea_contact {
        padding: 75px 15px;
    }

    .footerArea_contact_el {
        display: block;
    }

    .footerArea_contact_ttl {
        font-size: 32px;
    }

    .footerArea_contact_tel {
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .footerArea_contact_tel span {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .footerArea_contact_web {
        letter-spacing: 1px;
    }

    .footerArea_contact_web span {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .footerArea_top {
        padding: 75px 0;
    }

    .gmap {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }

    .footerArea_summary {
        width: 100%;
        margin: 0;
    }

    .footerArea_summary_img {
        max-width: 340px;
        width: 100%;
    }

    .footerArea_schedule {
        width: 100%;
    }

    .footerArea_schedule_table {
        font-size: 15px;
    }

    .footerArea_schedule_table tr th,
    .footerArea_schedule_table tr td {
        padding: 15px 5px;
    }

    .footerArea_schedule_text {
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 0;
    }

    .footerArea_schedule_visit {
        font-size: 16px;
    }

    .footerArea_link {
        display: none;
	}


	/* footer / bnr ------------------------ */
	.footerArea_bnr {
		padding: 45px 0;
	}


    /* top / main ------------------------ */
    .hero {
        height: 500px;
    }

    /* top / monshinhyo ------------------------ */
    .monshinhyo_el {
        max-width: none;
        padding: 0;
    }

    /* top / news ------------------------ */
    .news {
        padding: 45px 0;
    }

    .news_el {
        display: block;
    }

    .news_el_ttl {
        background: url(../img/icon_news.png) no-repeat center 15px;
        background-size: 35px;
        background-color: #3bc78e;
        border-radius: 15px 15px 0 0;
        font-size: 24px;
        padding-top: 55px;
        margin: 0 auto;
        max-width: 720px;
        width: 100%;
        height: 100px;
    }

    .news_el_list {
        margin: 0 auto;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        border-right: 15px solid #fff;
        border-left: 15px solid #fff;
        border-radius: 0 0 15px 15px;
    }

    .news_el_list li .title p {
        width: 100%;
        font-size: 15px;
    }


    /* top / pickup ------------------------ */
    .pickup {
        padding: 75px 0 45px;
    }

    .pickup_ttl {
        font-size: 32px;
    }

    .pickup_el {
        display: block;
    }

    .pickup_el .pickup_el_box {
        margin: 0 auto 30px !important;
    }


    /* sub page / contents ------------------------ */
    .contents_flow_step {
        max-width: 75px;
        margin-bottom: 15px;
        padding: 0;
        border-right: 0;
        float: left;
    }

    .contents_flow_step p .number {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 43px;
    }

    .contents_flow li {
        display: block;
        overflow: hidden;
        background: #e2f0ff;
        padding: 10px 10px 15px 0;
    }

    .contents_flow_el {
        margin: 0 0 0 75px;
        padding: 15px 0 0;
    }

    .contents_flow_el_ttl {
        font-size: 16px;
    }

    .contents_flow_img {
        position: relative;
        right: auto;
        float: right;
        max-width: 280px;
        height: auto;
    }


    /* sub page / 診療時間 ------------------------ */
    .clinic_time {
        width: 100%;
        margin: 0 auto 45px;
    }

    .clinic_time_table {
        font-size: 15px;
    }

    .clinic_time_table tr th,
    .clinic_time_table tr td {
        padding: 15px 5px;
    }

    .clinic_time p {
        font-size: 14px;
    }

    .map_img {
        margin-bottom: 30px;
    }
}





@media (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .text-list {
        text-indent: 0;
    }


    /* buttonBox ------------------------ */
    .buttonBox span {
        font-size: 16px;
        padding: 12px 30px;
    }


    /* header / top ------------------------ */
    .headerArea {
        padding: 0 15px;
        z-index: 11;
    }

    .homeNav_list {
        display: block;
        overflow: hidden;
        padding: 30px 0 15px;
    }

    .homeNav_list li {
        margin: 0 auto 15px;
        width: 50%;
        float: left;
        text-align: center;
    }

    .homeNav_list li a {
        font-size: 20px;
    }

    .hero_el_cover {
        display: none;
    }


    .contact_sp {
        display: flex;
        position: fixed;
        bottom: 0;
        background: #fbb65bd6;
        width: 100%;
        z-index: 11;
    }

    .contact_sp_tel {
        background-color: #3bc78e8f;
        display: block;
        width: 28%;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        padding: 19px 0;
        position: relative;
    }

    .contact_sp_tel span {
        background: url(../img/icon_tel.png) no-repeat 0 21px;
        background-size: contain;
        padding: 21px;
    }

    .contact_sp_web {
        display: block;
        width: 80%;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        padding: 19px 0;
    }

    .contact_sp_web span {
        background: url(../img/icon_web_f.png) no-repeat 2px center;
        background-size: 35px;
        padding-left: 62px;
        font-size: 30px;
    }



    /* footer / google map ------------------------ */
    .gmap {
        border-radius: 0;
    }


    /* top / slider ------------------------ */
    .sliderArea {
        margin: 65px auto 0;
    }


    /* top / main ------------------------ */
    .hero {
        height: 360px;
        margin-top: 65px;
    }

    .hero_el_pickup {
        bottom: -250px;
        right: 0;
        left: 0;
        margin: auto;
        width: max-content;
    }

    .hero_el_pickup a.top {
        margin: 0 105px -60px;
    }

    .hero_el_pickup_img {
        max-width: 150px;
    }


    /* top / monshinhyo ------------------------ */
    .monshinhyo {
        padding: 265px 0 0;
    }

    .monshinhyo_el {
        width: 90%;
    }

    .monshinhyo_el_txt .sp-br {
        display: block;
    }

    .monshinhyo_el_box {
        flex-direction: column;
        margin-top: 15px;
    }

    .monshinhyo_el_box a {
        width: 100%;
        /* margin-top: 0;
        margin-bottom: 8px; */
        margin: 0 auto 8px auto !important;
    }

    /* .monshinhyo_el_box :not(a:last-of-type)  {
        margin-bottom: 8px;
    }

    .monshinhyo_el_box a:last-child {
        margin-bottom: 8px;
    } */


    
    /* top / news ------------------------ */
    .news {
        padding: 40px 0 45px;
    }


    /* top / medical ------------------------ */
    .medical {
        padding: 75px 0 35px;
        background: url(/wp-content/themes/yoneyama_dc/img/bg_medical.jpg) center center;
        background-color: rgba(255, 255, 255, 0.4);
        background-attachment: unset;
        background-size: 300%;
    }

    .medical_ttl {
        margin: 0 0 30px;
        font-size: 32px;
    }

    .medical_list {
        margin: 0 auto;
    }

    .medical_list li {
        width: 50%;
        padding: 0 10px 30px;
    }


    /* top / corona ------------------------ */
    .corona {
        background-attachment: unset;
        padding: 75px 0;
    }

    .corona_ttl {
        font-size: 32px
    }

    .corona_text {
        margin: 0 0 30px;
        text-align: left;
    }

    .corona_el {
        padding: 30px 15px 20px;
    }

    .corona_ttl_s {
        font-size: 18px;
    }

    .corona_list li {
        font-size: 15px;
        margin: 0 5px 15px 25px;
    }


    /* sub page / Q&A ------------------------ */
    .qa-list dl {
        margin: 10px 0 0;
    }

    .qa-list dl:after {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .qa-list dl dt {
        padding: 16px 16px 16px 50px;
        font-size: 14px;
    }

    .qa-list dl dt::before {
        font-size: 14px;
        top: 20px;
        left: 20px;
    }

    .qa-list dl dd::before {
        font-size: 14px;
        left: 20px;
        margin-top: 5px;
    }

    .qa-list dl dd {
        margin: 0;
        padding: 16px 16px 16px 50px;
        font-size: 14px;
    }


    /* sub page / article ------------------------ */
    .article {
        padding: 0 15px;
    }

    .article_el {
        padding: 30px 20px;
    }

    .article_el_text {
        font-size: 15px;
    }


    /* sub page / contents ------------------------ */
    .contents p,
    .contents_wave p,
    .contents_el p {
        font-size: 15px;
    }

    .contents p .box {
        padding: 5px 10px;
        margin: 0 0 15px;
        width: 100%;
    }

    .contents_blue {
        padding: 75px 0 60px;
    }

    .contents_wave {
        margin: 100px 0 75px;
        padding: 60px 0 75px;
    }

    .contents_wave_r {
        font-size: 18px;
    }

    .contents_wave_r::before {
        width: 14px;
        height: 14px;
    }

    .contents_wave_r_blue {
        font-size: 18px;
    }

    .contents_wave_r_blue::before {
        width: 14px;
        height: 14px;
    }

    .contents_ttl {
        font-size: 18px;
        padding: 14px 10px;
    }

    .contents_ttl_s {
        font-size: 18px;
        padding: 14px 10px;
    }

    .contents_wave_ttl {
        font-size: 18px;
    }

    .contents_img {
        margin: 0 auto 30px;
    }

    .contents_merit {
        padding: 30px 20px 35px;
    }

    .contents_merit_ttl {
        font-size: 18px;
    }

    .contents_merit_list dd {
        font-size: 15px;
    }

    .contents_list dd {
        font-size: 15px;
        width: 100%;
    }

    .contents_feature li {
        padding: 15px 20px;
    }

    .contents_feature_ttl {
        font-size: 16px;
    }

    .contents_listWhite {
        padding: 20px 25px 5px;
    }


    /* sub page / arrowArea ------------------------ */
    .arrowArea {
        display: block;
    }

    .arrowArea dd {
        width: 105px;
    }

    .arrowArea dd:first-child,
    .arrowArea dd:last-child {
        width: 90%;
    }

    .arrowArea dd:first-child {
        margin-bottom: 30px;
    }

    .arrowArea .contents_img {
        margin: 0 auto;
    }

    .arrowArea_while::before {
        transform: rotate(90deg);
    }


    /* sub page / point ------------------------ */
    .point {
        border-radius: 15px;
    }

    .point_ttl {
        font-size: 18px;
    }

    .point_item {
        display: block;
    }

    .point_item li {
        margin: 0 auto 30px;
    }

    .point_item li:last-child {
        margin-bottom: 0;
    }

    .point_item_ttl {
        font-size: 16px;
        padding: 40px 0;
        width: 110px;
    }


    /* sub page / insidelink ------------------------ */
    .insidelink a {
        margin: 0 10px;
    }


    /* sub page / yoboTherapy ------------------------ */
    .yoboTherapy {
        padding: 0 15px;
    }

    .yoboTherapy_ttl {
        font-size: 18px;
    }

    .yoboTherapy li {
        width: 100%;
    }

    .yoboTherapy li.low {
        min-height: auto;
    }

    .yoboTherapy li.high {
        min-height: auto;
    }


    /* sub page / implantTherapy ------------------------ */
    .implantTherapy {
        padding: 0;
    }

    .implantTherapy p {
        font-size: 15px;
    }

    .implantTherapy_ttl {
        font-size: 18px;
    }

    .implantTherapy li {
        width: 100%;
        padding: 0 15px;
    }


    /* sub page / yoboList ------------------------ */
    .yoboList {
        padding: 30px 30px 140px;
    }

    .yoboList::after {
        width: 110px;
        height: 120px;
    }


    /* sub page / symptom ------------------------ */
    .symptom_list {
        overflow: hidden;
        display: block;
    }

    .symptom_list li {
        width: 47%;
        float: left;
        height: auto;
    }

    .symptom_list li:nth-child(2n+1) {
        margin-right: 6%;
    }

    .symptom_list li a {
        font-size: 16px;
        padding: 80px 0 30px;
    }


    /* sub page / disability ------------------------ */
    #symptom_1 {
        padding-top: 75px;
    }

    #symptom_3 {
        padding-top: 75px;
    }

    #symptom_4 {
        padding-top: 75px;
    }

    #symptom_6 {
        padding-top: 75px;
    }

    #symptom_7 {
        padding-top: 75px;
    }


    /* sub page / staff ------------------------ */
    .staff_ttl {
        font-size: 18px;
        margin: 0 15px -15px;
        padding: 14px 15px;
    }


    /* sub page / 医院概要 ------------------------ */
    .summaryList_ttl {
        font-size: 15px;
        padding: 14px 10px;
    }

    .summaryList_text {
        padding: 14px 10px;
    }


    /* sub page / 徒歩動画 ------------------------ */
    .tohoroot {
        margin-top: 45px;
    }

    .tohoroot_el {
        height: 240px;
    }


    /* sub page / news ------------------------ */
    .news_list li .date {
        float: none;
    }
}





@media (max-width: 420px) {

    /* footer / ontents ------------------------ */
    .contents_blue::before {
        background: url(../img/wave_blue.png) repeat-x center center;
        background-size: contain;
    }

    .contents_blue::after {
        background: url(../img/wave_blue.png) repeat-x center center;
        background-size: contain;
    }


    /* footer / schedule ------------------------ */
    .footerArea_contact_ttl {
        font-size: 24px;
    }


    /* top / main ------------------------ */
    .hero {
        height: 220px;
    }


    /* top / medical ------------------------ */
    .medical_list a {
        width: 140px;
        height: 140px;
    }

    .medical_list_ttl {
        font-size: 15px;
        top: 90px;
    }

    .medical_list_img {
        width: 50px;
    }


    /* top / pickup ------------------------ */
    .pickup_el p {
        padding: 0 15px;
    }

    .pickup_ttl {
        font-size: 24px;
    }

    .pickup_el_ttl {
        font-size: 22px;
    }


    /* top / corona ------------------------ */
    .corona_ttl {
        font-size: 24px
    }

    .corona_ttl_s {
        font-size: 16px;
    }


    /* sub page / caption ------------------------ */
    .caption {
        padding: 120px 0 80px;
    }

    .caption::after {
        background: url(/wp-content/themes/yoneyama_dc/img/wave.png) repeat-x center center;
        background-size: contain;
        bottom: -25px;
    }

    .caption_ttl {
        font-size: 26px;
    }
}


/* ホワイトニングキャンペーン */
.whitening-campaign {
    width: 70% !important;
    margin: 52px auto;
    display: block;
}

@media (max-width: 768px) {
    .whitening-campaign {
        width: 100% !important;
    }
}

/* テーブル */
.tb01 tr {
    background-color: #FFF8EF;
}

.tb01 tr:nth-child(even) {
    background-color: #FFF;
}

.tb01 th,
.tb01 td {
    border: 4px solid #69d6b2;
    padding: 17px;
    width: 50%;
}

/* 矯正歯科ページ　矯正治療に伴う一般的なリスクや副作用について */
.cautionary__note {
    background-color: #FFF8EF;
    padding: 64px;
    font-size: 13px;
    width: 101%;
    border-radius: 13px;
}
.cautionary__area p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 9px;
}
.cautionary__area h2{
    margin-bottom: 6px;
}

.cautionary__note ul {
    margin: 0;
}

.cautionary__note li {
    list-style: none;
    margin: 0;
}

@media (max-width: 768px) {
    .whitening-campaign {
        width: 100% !important;
    }
    .cautionary__note {
padding: 25px 22px 44px 22px;
        font-size: 12px;
    }
    .cautionary__area p{
        font-size: 12px;
    }
}
