﻿@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Noto+Sans+JP&family=Prompt&display=swap');

body, .font_sans-serif{
    font-family: 'Prompt', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#top_cms .cms_title p, #page_title p, .con1_no{
    font-family: 'Dancing Script', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body{
    background-color: #f2f8f9!important;
    background-image: none;
}
.overlay{
    background: linear-gradient(to bottom right, rgba(57,180,234,0.9), rgba(127,229,172,0.9));
    background-color: transparent;
}
.bg_img{
    background-image: none;
}
.cate_img1, .cate_img{
    margin-left: auto;
    margin-right: auto;
}
#logo{
    max-width: 250px;
}
#logo img{
    width: 100%!important;
}
#main_img{
    margin-bottom: 0;
    background-color: transparent;
    max-height: inherit;
}
#main_img h2{
    font-size: 30px;
    text-shadow: none;
    color: #333;
}
#main_img p{
    font-size: 14px;
    text-shadow: none;
    color: #333;
}
#main_img .width_40per{
    padding-bottom: 100px;
}
#top_contents1{
    margin-top: -50px;
    background-image: url(./Dup/img/bg_img2.png), url(./Dup/img/bg_img.jpg);
    background-size: 1000px, cover;
    background-position: top left 50px, center;
    background-repeat: no-repeat;
}
#top_contents1 .con1_box{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.8);
    width: calc(33.333% - 10px)!important;
    border-top: solid 5px #39b4ea;
}
#top_contents1 .con1_box p{
    padding: 40px;
}
#top_contents1 .con1_bottom p{
    padding: 20px;
    background-color: rgba(13,176,214,0.2);
}
#top_cms.shadow{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-top: none;
}
#top_cms .top_cms_box{
    box-shadow: none;
    border-top: none;
    padding-bottom: 0;
    background-color: transparent;
}
#top_cms .cms_title{
    text-align: center;
    border-top: solid 2px #7fe5ac;
    padding-bottom: 20px;
}
#top_cms .cms_title h2{
    margin-bottom: 0;
}
.more a{
    margin: 0 auto;
    box-shadow: none;
    background-color: #60d2f4;
    color: #fff;
}
.more a:hover{
    background-color: #7fe5ac;
}
main > .shadow.bg_color3{
    background-color: transparent;
    box-shadow: none;
    border-top: solid 1px #333;
}
main > .shadow.bg_color3 ul{
    justify-content: center;
}
main > .shadow.bg_color3 ul li{
    padding: 0 20px;
}
main > .shadow.bg_color3 ul li a{
    text-shadow: none;
    color: #333;
}

#page_title{
    text-align: center;
}
#page_title p, #top_cms .cms_title p{
    font-size: 50px;
    line-height: 1.2;
    color: #53d396;
}
#page_title h2, #top_cms .cms_title h2{
    font-size: 20px;
    color: #333;
}
section.pd_40px.pd_b-20px.pd_20px_sp{
    padding-top: 0;
}
.cate_list{
    justify-content: center;
}
.cate_list li a{
    padding: 5px 15px!important;
    background-color: #60d2f4;
    color: #fff;
    font-size: 14px;
}
.cate_list li a:hover{
    background-color: #7fe5ac;
    color: #fff;
}
.cate_title{
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 100%!important;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px!important;
    margin-bottom: 40px;
    color: #333;
    font-weight: normal;
    position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-color: #e5e5df;
}
.cms_4-b .box_img1::before, .cms_4-b .box_img2::before, #cms_4-b .box_img1::before, #cms_4-b .box_img2::before{
    position: absolute;
    width: 100px;
    padding: 5px 0;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}
.cms_4-b .box_img1::before, #cms_4-b .box_img1::before{
    content: "Before";
    color: #39b4ea;
}
.cms_4-b .box_img2::before, #cms_4-b .box_img2::before{
    content: "After";
    color: #53d396;
}

#logo2{
    max-width: 250px;
}
#logo2 img{
    width: 100%!important;
}
#footer > .box{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#footer > .box > .d_flex .tel a{
    background-color: #60d2f4;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}
#footer > .box > .d_flex .mail a{
    background-color: #7fe5ac;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}
#footer .bg_color3{
    background-color: #fff;
}
#footer .bg_color3 p{
    text-align: center;
    color: #333;
}
#copyright{
    color: #333;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img .width_40per{
    padding: 50px 20px;
}
#top_contents1{
    margin-top: 0;
    background-size: 100%, cover;
    background-position: top center, center;
}
#top_contents1 .con1_box p{
    padding: 20px;
}
#footer .bg_color3 p{
    text-align: left;
}
.cms_4-b .box_img1::before, .cms_4-b .box_img2::before, #cms_4-b .box_img1::before, #cms_4-b .box_img2::before{
    font-size: 14px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#logo{
    max-width: 200px;
}
#top_contents1 .con1_box{
    width: 100%!important;
}
#page_title p, #top_cms .cms_title p{
    font-size: 40px;
}
.cate_title{
    font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
body, .font_sans-serif{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.cate_list li a{
    padding: 10px 15px 5px!important;
}
}