﻿.back1:before {
    background-color: rgb(246, 249, 250) !important;
    z-index: -1;
}

.bg_color1 {
    background-color: #00c2cb;
}

#logo2 a{
    max-width: 150px;
}

.border_color3 {
    border-color: #00c2cb;
}

.txt_color1 {
    color: #00c2cb;
}

.txt_color3 {
    color: #03989e;
}

.line:before {
    background-color: rgb(128, 225, 229);
    height: 1px;
}

#intro .num:before, #contents1 .num:before, #contents2 .num:before, #contents3 .num:before{
    content: "";
    display: block;
    width: 80%;
    height: 36px;
    position: absolute;
    top: 0px;
    left: 50%;
    background-image: url(./Dup/img/eye.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , 0%);
    background-size: 60%;
    pointer-events: none;
}

#contents3_wrap:after {
    background-color: rgba(246, 249, 250, 0.4) !important;
}

#main_img:before {
    background-color: rgba(199, 247, 249, 0.65) !important;
}

header.scr_header {
    background-color: rgba(197, 250, 253, 0.8) !important;
}

header.scr_header ul li a{
    color: #03989e;
}

#fakeloader{
        background-color: rgba(197, 250, 253, 1);
}

#top_pc_nav li a{
    color: #686c6c;
    font-weight: bold;
    text-shadow: 0px 0px 4px white, 0px 0px 4px white;
}

.copy{
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.35em;
    margin-top: 40px;
    color: #037a7e;
    font-weight: bold;
    text-shadow: 0px 0px 4px white, 0px 0px 4px white;
}

#top_pc_nav{
    margin-top: 20px;
}

.bg_color2 {
    background-color: #cbdfdb;
}

.bg_color3 {
    background-color: #00c2cb;
}

#main_img .menu .bg_white{
    background-color: rgba(255,255,255,0.7);
    border: 1px solid white;
    border-radius: 10px;
}

#main_img .menu .bg_white img {
    max-width: 220px;
}

#main_img .menu .bg_white a{
    text-align: center;
}

.button_container span {
    background: rgb(6, 154, 161);
    height: 2px !important;
}

.button_container span:nth-of-type(1) {
    color: #025356;
}


.cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(1, 194, 203) !important;
}

.overlay ul li a {
    color: #fff !important;
}

#cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(0, 194, 203);
}

.linkStyle{color: #03989e;}

.henko .banner{
    margin: 100px auto;
}

.banner2{
      bottom: 0px;
      left: 0;
      z-index: 100;
}


/*---20220905 correct start---*/


.copy {
    font-size: 28px;
    line-height: 1.2em;
}


.copy span{
    display: block;
    font-size: 16px;
}

/*---20220905 correct end---*/

/*---20220906 correct start---*/

.copy {
    margin-left: 1.2em;
}

/*---20220906 correct end---*/

/*---20221021 correct start---*/

.koren{
   text-align: center;
    display: block;
    padding: 40px 70px;
    margin: 70px auto 170px;
    width: 90%;
    max-width: 600px;
    font-size: 17px;
    background-image: url(./Dup/img/1.png), url(./Dup/img/2.png), url(./Dup/img/3.png), url(./Dup/img/4.png);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: 10%;
    box-sizing: border-box;
    position: relative;
    color: gray;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.koren:before{
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
   border-top: 1px solid green;
   border-bottom: 1px solid green;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
}

.koren a{
        background-color: #e5efed;
    padding: 5px 30px;
    border-radius: 30px;
    color: #03989e;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.koren a:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/a.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    transition: 0.3s;
    opacity: 0;
}

.koren a:hover:before{
    left: 103%;
    opacity: 1;
    transition: 0.3s;
}

/*---20221021 correct end---*/


/*--20230324 correct start--*/

.banner2, .henko .banner{
    display: none !important;
}

/*--20230324 correct end--*/

/*--20230828 correct start--*/

#contact_tel{
    display: none;
}

/*--20230828 correct end--*/



@media screen and (max-width: 1280px){
    #main_img .menu .bg_white {
    display: none;
}
}


@media all and (-ms-high-contrast: none){
  

}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.page_title_box {
    width: 60%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fakeloader .fl {
    max-width: 180px;
}

.henko #contact_tel2 a, .henko #contact_tel3 a{
        max-width: 250px;
    margin: auto;
    margin-bottom: 10px;
}

#page_title h2{
    font-size: 18px;
}

#page9 .con_box .box p{
    letter-spacing: 0.1em;
}

.pager .prev{
    margin-right: 0;
}

.henko .banner{
    margin: 50px auto;
    max-width: 250px;
}

/*---20220906 correct start---*/

.copy {
    font-size: 24px;
    letter-spacing: 0.3em;
    margin-bottom: 0px;
    text-indent: 1em;
        line-height: 1.4em;
        margin-left: 0;
}

.copy span {
    text-indent: 0;
}

/*---20220906 correct end---*/

.koren {
    padding: 40px 25px;
    margin: 20px auto 50px;
    background-size: 17%;
}



}