*{
    margin: 0;
    padding: 0;
}

header{
    position: relative;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 13px 0 0 0;
    color: white;
    background: #6088C6;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}
header h1{
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.pc-nav{
    position: relative;
    width: 100%;
    text-align: center;
    top: 20%;
}
.pc-nav ul{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.pc-nav ul li{
    font-size: 17px;
    margin: 0 14px;
    font-weight: bold;
}


header h1 a{
    text-decoration: none;
    color: white;
}

.pc-nav ul li a{
    text-decoration: none;
    display: block;
    color: white;
}
.pc-nav ul li a:hover{
    opacity: 0.8;
}
.humbergermenu, .sp-menu-btn, .sp-menu-icon, .navicon, .sp-nav{
    display: none;
}



main{
    margin: 30px 0;
    letter-spacing: 0.04em;
}
.breadcrumb {
    margin: 0% 0 0.8% 23.4%;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #505050;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    color: #505050;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

.center{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.red-small{
    color: red;
    font-weight: bold;
    font-size: 14px!important;
}
.red{
    color: red;
}
.red-bold{
    color: red;
    font-weight: bold;
}
.red-bold18{
    color: red;
    font-weight: bold;
    font-size: 18px!important;
}
.red-bold20{
    color: red;
    font-weight: bold;
    font-size: 22px!important;
}
.red-bold-border{
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
.p-top{
    margin: 15px 0 0 0;
}
.p-end{
    margin: 0 0 15px 0;
}
.center{
    text-align: center!important;
}
.left{
    text-align: left!important;
}

.sns-space{
    position: relative;
    height: 110px;
}
.top-sns{
    position: absolute;
    top: 20%;
    right: 5.4%;
    width: 410px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    background: rgb(253, 231, 235);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 12%);
}
.sns-table{
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    border-spacing: 0ch!important;
}
.sns-table td{
    padding: 0!important;
    vertical-align: middle!important;
}
.top-sns a{
    font-size: 32px;
    margin: 0 6px;
}
.top-sns a:hover{
    opacity: 0.8;
}
#fb{
    color: #3B5998;
}
#tw{
    color: #1DA1F2;
}
#in{
    color: #CF2E92;
}

.column2{
    width: 980px;
    display: flex;
    margin: 105px auto;
}
.column-box{
    width: 50%;
    padding: 10px;
    color: white;
    text-align: center;
}
#left{
    background: #6faed4;
}
#right{
    background: #517D99;
}
.column-box a{
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 15px 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    transition: 0.3s;
}
#left a{
    color: #78BBE6;
    background: white;
}
#left a:hover{
    color: white;
    background: #4072B3;
}
#right a{
    color: #517D99;
    background: white;
}
#right a:hover{
    color: white;
    background: #4072B3;
}
.f-18{
    font-size: 18px;
    height: 50px
}
.example{
    width: 90%;
    font-size: 17px;
    margin: 15px auto;
    padding: 20px 0px;
    border: solid 2px #f8f8f8;
    color: #f8f8f8;
}
.example p{
    margin: 10px 0;
}


.main-contact{
    width: 790px;
    margin: 6% auto 4% auto;
    padding: 2% 0;
    text-align: center;
    color: white;
    background: #5B5B5B;
    box-shadow: 4px 4px 5px rgb(91, 91, 91, 8);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%), 0 3px 6px rgb(0 0 0 / 20%);
}
.main-contact h2{
    font-size: 24px;
    margin: 0 auto 3% auto;
}
.main-contact br{
    display: none;
}
.main-contact p{
    width: 96%;
    margin: 1% auto 0 auto;
    font-size: 16px;
}
.main-contact p a{
    color: #ff0000;
}
#non-line{
    text-decoration: none;
}
#non-line p:hover{
    opacity: 0.7;
}
.main-contact a:hover{
    opacity: 0.7;
}
.main-contact a p{
    width: auto;
    color: white;
}
.main-contact i{
    font-size: 2.7rem;
}
.main-contact-number{
    width: 56%;
    margin: 2% auto;
    padding: 1.3% 0;
    border: 1px solid white;
    font-weight: bold;
}
.contact-number{
    padding: 0 0 10px 0;
}


#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    background: #3f98ef;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


footer{
    margin: 140px 0 0 0;  
    padding: 30px 0 20px 0;
    color: white;
    background: #4072B3;
}
.footer-column{
    width: 1100px;
    display: flex;
    margin: 0 auto;
    text-decoration: none;
}
.footer-column ul{
    list-style: none;
    width: 25%;
    margin: 0 15px;
}
.footer-column a{
    color: white;
    text-decoration: none;
}
.footer-column a:hover{
    opacity: 0.8;
    border-bottom: solid 1px white;
}
.footer-main{
    margin: 0 0 18px 0;
    font-size: 15px;
    text-decoration: none;
    border-bottom: solid 2px white;
}
.footer-main-last{
    margin: 0 0 10px 0;
    text-decoration: none;
    border-bottom: solid 2px white;
}
.footer-sub{
    margin: 7px 0;
    text-decoration: none;
    font-size: 13px;
}
.footer-sub::before{
    content: "?";
    font-size: 10px;
    margin: 0 5px;
}
.footer-sub2{
    margin: 7px 0 7px 13px;
    text-decoration: none;
}
.footer-sub2::before{
    content: "-";
    font-size: 10px;
    margin: 0 5px;
}

.footer-sp{
    display: none;
}

.sns{
    text-align: right;
    font-size: 40px;
    margin-top: 15px;
    padding-right: 7%;
}
   
.sns i{
    padding: 0 15px 0 0;
}
   
.sns a{
    color: white;
}
   
.sns a:hover{
    opacity: 0.5;
}

.copyright{
    margin: 25px 0 0 0;
    font-size: 13px;
    text-align: center;
}



@media screen and (min-width: 768px) and (max-width: 1200px){
    header h1{
        width: 100%;
        text-align: center;
        font-size: 22px;
        top: 18%;
        left: 0;
    }
    .pc-nav{
        position: relative;
        width: 100%;
        text-align: center;
        top: 25%;
        right: 0%;
    }
    .pc-nav ul{
        width: 100%;
        justify-content: center;
        align-items: center;
        list-style: none;
    }
    .pc-nav ul li{
        margin: 0 7px;
    }
    



    .breadcrumb{
        margin: 0.8% 0 0.8% 8%;
    }

    .product-wrapper{
        margin: 30px 0 0 0;
    }
    .product-wrapper h2{
        width: 96%;
    }

    .red-bold20{
        color: red;
        font-weight: bold;
        font-size: 20px!important;
    }


    .column2{
        width: 80%;
    }
    .column-box{
        padding: 10px 3px;
    }
    .f-18{
        font-size: 16.5px;
    }
    .example{
        height: 140px;
        padding: 0 4px;
    }

    .main-contact{
        width: 71%;
    }
    

    footer{
        margin: 70px 0 0 0;
    }
    .footer-column{
        width: 96%;
    }
    .footer-column ul{
        margin: 0 10px;
    }
    .footer-sub::before{
        margin: 0 0 0 3px;
    }
    .footer-sub2{
        margin: 7px 0;
    }
    .footer-sub2::before{
        margin: 0 0 0 3px;
    }
}
@media screen and (max-width: 767px){
    header{
        display: flex;
        height: 20px;
        padding: 20px 0;
    }
    .header-wrap{
        width: 100%;
    }
    header h1{
        font-size: 22px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform : translate(-50%,-50%);
        transform : translate(-50%,-50%);
    }
    .pc-nav{
        display: none;
    }
    .sp-menu-btn, .sp-menu-icon, .navicon, .sp-nav{
        display: block;
        z-index: 999;
    }
    .sp-nav{
        list-style: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        margin-top: 60px;
        padding: 0 0 10px 0;
        clear: both;
        background: rgb(0,0,0,0.8);
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        transform: scale(1, 0);
        transform-origin: top;
    }
    .sp-menu-btn:checked ~ .sp-nav {
        transform: scale(1, 1);
        transform-origin: top;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .sp-nav a {
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 16px;
        text-transform: capitalize;
        color: white;
        opacity: 0;
        transition: 0.5s;
    }
    .sp-nav li {
        border-top: 1px solid rgb(75, 75, 75);
        padding: 18px 0;
        margin: 0 54px;
        opacity: 0;
        transition: 0.5s;
    }
    .sp-menu-btn:checked ~ .sp-nav a,
    .sp-menu-btn:checked ~ .sp-nav li {
        opacity: 1;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    }
    .sp-menu-btn {
        display: none;
    }
    .sp-menu-icon {
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin: 0 0 0 2.2%;
        padding: 16px 18px 24px 18px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .navicon {
        background: white;
        display: block;
        height: 3px;
        width: 26px;
        position: relative;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .navicon:before,
    .navicon:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: white;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .navicon:before {
        top: 9px;
    }
    .navicon:after {
        bottom: 9px;
    }
    .sp-menu-btn:checked ~ .sp-menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    .sp-menu-btn:checked ~ .sp-menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    .sp-menu-btn:checked ~ .sp-menu-icon:not(.steps) .navicon:before {
        top: 0;
    }
    .sp-menu-btn:checked ~ .sp-menu-icon:not(.steps) .navicon:after {
        bottom: 0;
    }
    .sp-menu-btn:checked ~ .sp-menu-icon .navicon {
        background: rgba(0, 0, 0, 0);
        transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .sp-menu-icon p{
        position: absolute;
        top: 30px;
        left: 14px;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap
    }
      
    .breadcrumb{
        font-size: 11px;
        margin: 2% 0 2% 5%;
    }
    main{
        letter-spacing: 0.02em
    }
    .appeal{
        padding: 5px 0;
        margin-bottom: 20px;
    }

    
    .product-wrapper h2{
        width: 96%;
        font-size: 20px;
        margin: 10px auto;
        padding: 15px 0;
    }

    .sns-space{
        height: auto;
        width: 100%;
        margin: 0;
        background: none;
    }
    .top-sns{
        position: relative;
        right: 0;
        width: 67%;
        margin: 22px auto;
        padding: 2px 13px;
        text-align: center;
    }
    .sns-table{
        font-size: 18px;
    }
    .top-sns a{
        font-size: 30px;
        margin: 0 6px;
    }

    .red-bold20{
        color: red;
        font-weight: bold;
        font-size: 20px!important;
    }

    .column2{
        width: 90%;
        display: block;
    }
    .column-box h2{
        font-size: 16.5px!important;
        padding: 10px 0;
    }
    .column-box{
        width: 100%;
        padding: 8px 0;
    }

    .f-18{
        font-size: 15px;
        height: auto;
    }
    .f-18 br{
        display: none;
    }
    .example{
        width: 94%;
        height: auto;
        padding: 6px 4px;
    }
    .example p{
        font-size: 15px;
        margin: 10px 0;
    }
    .column-box a{
        display: block;
        width: 70%;
        margin: 20px auto;
        padding: 5px 0;
        font-weight: bold;
        text-decoration: none;
        border-radius: 15px;
        transition: 0.3s;
    }


    .main-contact{
        width: 94%;
        margin: 55px auto 0;
        padding: 30px 0;
    }
    .main-contact p{
        font-size: 15px;
    }
    .main-contact a{
        width: 72%;
    }
    .main-contact i{
        font-size: 30px;
    }
    .main-contact-number{
        width: 80%;
        margin: 20px auto;
    }

    .space{
        height: 40px;
    }


    footer{
        margin: 55px 0 0 0;
        padding: 10px 0 20px 0;
    }
    .footer-column{
        display: block;
        width: 100%;
    }
    .footer-column ul{
        width: 80%;
        margin: 25px auto;
    }
    .footer-main{
        margin: 15px 0;
    }
    .footer-pc{
        display: none;
    }
    .footer-sp{
        display: block;
    }

    .sns{
        padding: 15px 0 0 18px;
        text-align: center;
    }
}
body{
    background: #f6f6f6;
}
.sns-space{
    height: 78px;
}
.top-sns{
    top: 0;
}

main{
    margin: 0;
    padding: 30px 0;
}
.hc{
    width: 900px;
    margin:  0 auto 20px;
    padding: 25px 0;
    text-align: center;
    color: white;
    background: #F43E43;
    box-shadow:  2px 2px 4px gray;
}
.hc h2{
    margin-bottom: 20px;
    text-align: center;
}
.hc p, .hc a{
    font-size: 18px;
}
.hc p{
    padding: 0 15px;
}

.hc a{
    display: block;
    width: 60%;
    margin: 25px auto;
    padding: 15px 0;
    border-radius: 20px;
    color: #F43E43;
    background: white;
}
.hc a:hover{
    opacity: 0.9;
}

.contents{
    width: 880px;
    margin: 40px auto 80px;
    text-align: center;
    background: white;
}
.contents h2{
    margin: 20px 0 15px 0;
    text-align: center;
    padding: 0;
}
.content-box{
    width: 90%;
    margin: 15px auto 55px;
}
.top-photo{
    display: block;
    margin: 15px auto 20px auto;
    width: 260px;
}

.content-text{
    width: 90%;
    margin: 15px auto 30px;
}
.content-box h3{
    text-align: center;
    margin: 30px 0;
    padding: 17px 0;
    color: white;
    background: cornflowerblue;
}
.content-border{
    padding: 10px;
    margin-bottom: 30px;
    border: solid 1px #cdcdcd;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 12%);
}
.content-box h4{
    width: 90%;
    font-size: 18px;
    margin: 0 auto 15px auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

.content-box table{
    width: 100%;
}

.table-left{
    width: 38%;
    text-align: center;
}
.table-left img{
    width: 50%;
}


.care{
    width: 680px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
.care h2{
    margin: 0 0 15px 0;
    padding: 15px;
    color: white;
    background: #EB8686;
}
.column3{
    display: flex;
    margin: 20px 0;
}
.column3-box{
    width: 33.3%;
}
.column3-box img{
    width: 100%;
    height: auto!important;
}





@media screen and (min-width: 768px) and (max-width: 1200px){
    .contents{
        width: 88%;
    }

    .content-box{
        width: 90%;
    }

    .care{
        width: 70%;
        text-align: center;
    }

    .hc{
        width: 86%;
    }
}
@media screen and (max-width: 767px){
    main{
        margin: 0;
        padding: 10px 0 0 0;
    }
    .hc{
        text-align: left;
        width: 90%;
    }

    .hc h2{
        width: 98%;
        margin: 0 auto 13px;
        font-size: 22px;
    }
    .hc br{
        display: block;
    }
    .hc p, .hc a{
        font-size: 16px;
    }
    .hc p{
        padding: 0 10px;
    }
    .hc a{
        width: 90%;
        text-align: center;
    }


    .contents{
        width: 90%;
        text-align: left;
    }
    .contents h2{
        font-size: 20px;
    }
    .content-box{
        width: 94%;
    }
    .top-photo{
        width: 195px;
    }

    .content-text{
        width: 100%;
    }
    .content-box h3{
        margin: 30px 0 18px; 
    }
    .table-left{
        width: 43%;
        text-align: center;
    }
    .table-left img{
        width: 84%;
    }

    .care{
        width: 80%;
        text-align: center;
    }

}