@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Zen+Maru+Gothic:wght@500&display=swap');
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    background-color: #FFFFFF;
    color: #333333;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}
.wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 4%;

}
img {
    pointer-events: none;
}

/* ヘッダー */

.page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
   
.home-logo {
    margin: 30px 0 0 45px;
}
.home-logo a {
    display: block;
}

.page-header nav ul {
    display: flex;
    
}

.page-header nav a {
    margin: 0 30px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.main-nav {
    margin: 125px 20px 0 0;
    text-align: center;
}
.main-nav a:hover {
    border-bottom: 2px solid rgba(30, 139, 240, 0.829);
    opacity: 0.8;    
}

nav ul li a {
    display: block;
}

.list-sns {
    position: absolute;
    left: 84%;
    top: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list-sns li {
    margin: 0 10px;

}


.drawer_hidden {
    display: none;
}
.drawer_open {
    height: 60px;
    width: 60px;
    align-items: center;
    position: relative;
    left: 100px;
    z-index: 100;
    cursor: pointer;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

.drawer_open span:before {
    bottom: 8px;
  }
.drawer_open span:after {
    top: 8px;
  }
  
#drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

#drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
#drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
.sp-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: rgba(0, 113, 188, 0.90);
    transition: .5s;
}

.sp-nav-list, .sp-list-sns {
    text-align: center;
  }
.sp-nav-list {
    flex-direction: column;
}
.sp-list-sns {
    display: flex;
    justify-content: center;
}
.sp-list-sns img {
    width: 55px;
    height: 55px;
    margin: 20px 10px;
}
.sp-nav li a {
    padding: 10px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
    margin: 0 auto;

}
.sp-nav li a span {
    position: relative;

}
.sp-nav li a span::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    width: 200px;
    height: 1px;
    background-color: #FFFFFF;
}

 #drawer_input:checked ~ .sp-nav {
    left: 0;
 }

/* index */
#home {
    width: 100%;
    position:relative;
    min-height: 100%;

}
#home .keyvisual {
    background-image: url(../images/home-keyvis.jpg);
    background-position:top 186px;
    background-size: cover;
    width: 100%;
    height: 544px;
}
#home .home-text {
    position: absolute;
    top: 322px;
    left: 100px;
    width: 615px;
    height: 176px;
    background: rgba(51, 51, 51, 0.35);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    color:#FFFFFF;
}
.home-text-message {
    padding: 28px 37px 0px 38px;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
}
.home-text-example {
    padding: 5px 37px 0px 38px;
    font-size: 14px;
    line-height: 20px;

}
#home .contact-button a {
    position: absolute;
    top: 520px;
    left: 100px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background: rgba(51, 51, 51, 0.35);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: 230px;
    height: 57px;
    padding-top: 16px;
   
}

#home .contact-button a:hover {
    background: rgba(169, 169, 169, 0.35);
}
#home .keyvisual {
    position: static;
}
.caption {
    display: none;
    position: absolute;
    top: 710px;
    left: 1200px;
}

    
/* about */
.main-header {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 123px;
    background-color: #0071bc;
    margin-bottom: 63px;
}
.about-section-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.main-message {
    position: relative;
    line-height: 20px;
    padding: 20px 40px;
    display: inline-block;
    top:0;
    margin-bottom: 100px;
  }
  
.main-message::before, .main-message::after { 
    position: absolute;
    top: 0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
  }
  .main-message::before {
    border-left: double 4px rgba(51, 51, 51, 0.37);
    border-top: double 4px rgba(51, 51, 51, 0.37);
    border-bottom: double 4px rgba(51, 51, 51, 0.37);
    left: 0;
  }
  .main-message::after {
    content: '';
    border-top: double 4px rgba(51, 51, 51, 0.37);
    border-right: double 4px rgba(51, 51, 51, 0.37);
    border-bottom: double 4px rgba(51, 51, 51, 0.37);
    right: 0;
  }

.about-main-mess {
    font-size: 20px;
    line-height: 31px;

}
.info-1 {
    font-weight: normal;
    text-align: left;
    padding:50px;
}
.info-2, .info-3 {
    padding: 5px;
}
.info-2 span {
    margin-right: 80px;
}
.info-3 span {
margin-right: 70px;
}
.info-3 br {
    display: none;
}

.profile {
    display:flex;
    padding: 20px;
    border: 1px solid #333333;
    border-radius: 20px; 
    font-size: 16px;
    line-height: 17px;
    box-shadow: 8px 8px rgba(51, 51, 51, 0.65);

}
.illust {
    margin: 20px 80px 20px 100px;
}
.illust img {
    width: 160px;
    height: 160px;
}

.section-title {       /* h3のタイトルマーク共通*/
    position: relative;
    text-shadow: 0 0 2px white;
    font-size: 32px;
    font-weight: bolder;
    display: inline-block; 
    line-height: 100px;
    margin-bottom: 50px;

}
.section-title::before {  
    content: "";
    position: absolute;
    background: rgba(246, 178, 104, 0.46);
    width: 57px;
    height: 55px;
    border-radius: 23px;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;

}


.content-mess-wrap {
    border: 1px solid #333333;
    border-radius: 20px;
    padding: 77px 110.5px 101px 110.5px;
}
.content-mess {
    font-size: 17px;
    line-height: 37.4px;
}

/* テーブル */
.footnote {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.footnote-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 8px;
    text-align: left;

}
.footnote-2  a  {
    color: rgba(0, 113, 188, 1);
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }
  .footnote-2  a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
  }
  .footnote-2  a:hover::after {
    width: 100%;
  }
.footnote-wrap {
    margin: 50px 0px 150px 150px;
}

.contact-button-2 {
    width: 213px;
    height: 55px;
    border: 1px solid rgba(0, 113, 188, 1);
    margin: 100px auto;
    border-radius: 20px;
}
.contact-button-2 .button a {
    display: block;
    width: 213px;
    height: 55px;
    color: rgba(0, 113, 188, 1);
    font-size: 14px;
    padding-top: 15px;
    
}
.contact-button-2 .button:hover {
    background: rgba(0, 113, 188, 0.13);
    border-radius: 20px;
}
.foot-visual img {
    width: 100%;
    height: 262px;
}



/* service */
.service-section-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.service-main-mess {
    font-size: 20px;
    line-height: 29px;
}
.menu-list-wrap {
    display: flex;
    justify-content: space-between;
}
.menu-list-1, .menu-list-2, .menu-list-3 {
    border: 1px solid;
    border-radius: 20px;
    box-shadow: 8px 8px rgba(51, 51, 51, 0.65);
    margin-right: 24px;
}
.list-title {
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 24px;
}
.catchword {
    font-size: 14px;
    margin-top: 3px;
}
.menu-list-text {
    font-weight: 400;
    width: 235px;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    margin: 0 0 42px 20px;
}
.coment-mess-wrap {
    border: 1px solid #333333;
    border-radius: 20px;
    margin-bottom: 150px;
}
.coment-mess {
    font-size: 18px;
    text-align: left;
    line-height: 29px;
    padding: 50px 65px 80px 65px;
}
.coment-mess span {
    position: relative;
    font-size: 18px;

}
.span1::before {
    content: "";
    position: absolute;
    background:  rgba(246, 178, 104, 0.46);
    height: 10px;
    width: 40px;
    border-radius: 20px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;

}
.span2::before {
    content: "";
    position: absolute;
    background:  rgba(246, 178, 104, 0.46);
    height: 10px;
    width: 90px;
    border-radius: 20px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;

}
.flow-1,.flow-2,.flow-3,.flow-4 {
    position: relative;
    width: 920px;
    height: 233px;
    display: flex;
    justify-content: space-around;
    border: 1px solid #333333;
    border-radius: 20px;
    margin-bottom: 20px;
}
.flow-1 img {
    margin: 60px 20px;
    width: 108px;
    height: 108px;
}
.flow-1 .flow-text {
    width: 421px;
    text-align: left;
    margin-top: 8px;
}
.flow-1 .list-title {
    text-align: left;
}
.flow-2 img {
    margin: 40px 20px;
    width: 129px;
    height: 149px;
}
.flow-2 .flow-text {
    width: 421px;
    text-align: left;
    margin-top: 35px;
}
.flow-2 .list-title {
    text-align: left;
}
.flow-3 img {
    margin: 60px 20px;
    width: 109px;
    height: 109px;
}
.flow-3 .flow-text  {
    width: 421px;
    text-align: left;
    margin-top: 30px;
}
.flow-3 br {
    display: none;

}
.flow-3 .list-title {
    text-align: left;
}
.flow-4 img {
    margin: 65px 20px;
    width: 126px;
    height: 91.3px;
}
.flow-4 .flow-text  {
    width: 421px;
    text-align: left;
    margin-top: 25px;
}
.flow-4 .list-title {
    text-align: left;
}
.flow-text p {
    font-size: 16px;
    margin-top: 12px;
}
#kome {
    margin-top: -12px;
}
.kome-2 {
    margin-top: 45px;
}

.flow-arrow-1 img {
    width: 27px;
    height: 29.69px;
}
.flow-arrow-2 img {
    width: 27px;
    height: 29.69px;
}
.flow-arrow-3 img {
    width: 27px;
    height: 29.69px;
}
.q-a-1, .q-a-2, .q-a-3, .q-a-4, .q-a-5, .q-a-6 {
    width: 920px;
    border: 1px solid #333333;
    border-radius: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.q-a-1, .q-a-2, .q-a-3, .q-a-4, .q-a-5, .q-a-6 p {
   padding: 30px 85px;
}
.q-a-1 span {
    display: inline;
    border-bottom: solid 1px;
}

.q-a-1 a  {
    color: rgba(0, 113, 188, 1);
    position: relative;
    display: inline-block;
  }
  .q-a-1 a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
  }
  .q-a-1 a:hover::after {
    width: 100%;
  }

.q-a-2 span {
    display: inline;
    border-bottom: solid 1px;
}
.q-a-3 span {
    display: inline;
    border-bottom: solid 1px;
}
.q-a-4 span {
    display: inline;
    border-bottom: solid 1px;
}
.q-a-4 a  {
    color: rgba(0, 113, 188, 1);
    position: relative;
    display: inline-block;
  }
  .q-a-4 a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
  }
  .q-a-4 a:hover::after {
    width: 100%;
  }

.q-a-5 span {
    display: inline;
    border-bottom: solid 1px;
}
.q-a-5 a  {
    color: rgba(0, 113, 188, 1);
    position: relative;
    display: inline-block;
  }
.q-a-5 a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
  }
.q-a-5 a:hover::after {
    width: 100%;
  }

.q-a-6 span {
    display: inline;
    border-bottom: solid 1px;

}


/* contact.html */
#contact body {
    color: #333333;
}
.table {
    width: 0%;
}
.table-warp {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.contact-container {
    margin-top: 200px;
    width: 502px;
    margin: 0 auto;
    text-align: center;
}
form p {
    font-size: 16px;
    text-align: left;
    margin: 30px 0 10px;
    padding-left: 10px;
    font-weight: 500;
}
form input {
    width: 502px;
    height: 50px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 10px;
    text-align: left;
}
textarea {
    padding: 2px;
    width: 502px;
    height: 87px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 10px;
    text-align: left;
}
 input[type="text"] {
    padding-left: 14px;
    font-size: 16px;

}
#comment {
    font-size: 16px;
    padding: 10px 0 0 14px;

}
input[type="submit"] {
    margin: 80px 0;
    padding-top: 2px;
    background: rgba(0, 113, 188, 1);
    color: #FFFFFF;
    width: 213px;
    height: 55px;
    text-align: center;
}

.supplement {
    margin-bottom: 100px;
    background: #EBEBEB;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
}
.info-sns {
    padding: 90px;
    border: 1px solid  #333333;
    border-radius: 10px;
    margin-bottom: 200px;
}
.info-sns p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}
.info-list-sns {
    display: flex;
    justify-content:center;
}
.info-list-sns img {
    width: 55px;
    height: 55px;
    margin: 10px;
}
.list-sns-item a {
    display: block;
}
input[type="submit"]:hover {
    background: #3FADF5;
}



/* product */
.product-section-wrap {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.arrow-2 a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}
.page-section {
    margin-bottom: 50px;
}
.website-1 {
    margin-bottom: 29px;
}

.website-2 {
    height: 655px;
    border-radius: 20px;
    margin-bottom: 29px;
}
.website-text {
    border: 1px solid #333333;
    border-radius: 20px;
    margin-bottom: 143px;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    padding: 53px 85px 72px 85px;
}
.lp-1 {
    margin-bottom: 29px;
}
.lp-2 {
    height: 655px;
    margin-bottom: 29px;

}
.lp-text {
    border: 1px solid #333333;
    border-radius: 20px;
    margin-bottom: 29px;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    padding: 53px 85px 72px 85px;
}
.website-text span {
    border-bottom: 1px solid #333333;
}
.lp-text span {
    border-bottom: 1px solid #333333;
}
.product-info-1, .product-info-2 {
    background: #EBEBEB;
    border-radius: 10px;
    width: 658px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.product-info-1 {
    margin-bottom: 29px;
    padding: 23.5px 41px;
}
.product-info-2 {
    margin-bottom: 75px;
    padding: 35px 97px;
}
#product .contact-button-2 {
    margin-bottom: 178px;
}


/*  blog */
.Blog-container {
    max-width: 920px;
    height: 800px;
    margin: 0 auto;
    text-align: center;
}
.oshirase {
    width: 500px;
    height: 150px;
    margin: 150px 200px;
    text-align: center;
    padding: 50px 40px;
    background: #EBEBEB;
    border-radius: 30px;
}
.oshirase p {
    padding-top: 10px;
    font-size: 24px;
}




/* フッター */
.footer-small {
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    color: #9B9B9B;

}
#footer-2 {
    text-align: center;
    margin-top: 27px;
}
.arrow {
    width: 30px;
    height: 30px;
    margin: 0 auto;

}
.arrow a {
    display: block;
}

.footer-big {
    font-size: 31px;
    color: rgba(51, 51, 51, 0.65);
    margin: 12px 0 7px 0;
}



/* メディア */
/*--------------------------------------------------------
　　　幅768px以上のスタイル指定
--------------------------------------------------------*/
@media screen and (min-width: 769px) {
    /* ハンバーガーボタン */
    .drawer {
        display: none;
    }
}

/*--------------------------------------------------------
　　　幅768px以下のスタイル指定
--------------------------------------------------------*/
@media (max-width: 768px) {
    * {
        float: none;
    }
     
    img {
        max-width: 100%;
        height: auto;
    }
    .sp-nav-list {
        flex-direction: column;

    }
    .drawer {
        position: fixed;
        left: 600px;
        top: 70px;
    }

    #drawer_input:checked ~ .sp-nav {
        left: -420px;
     }
     
    #home {
        min-height: 0;
    
    }

    #home .keyvisual {
        width: 100%;
        height: 100vh;
        background: url(../images/keyvisu_sp.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 100px;
        margin-top: 40px;
 
    }
   
    .page-header {
       flex-direction: column;
    }
    .home-logo {
        margin-top: 20px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
    }
    .wrap {
        max-width: 768px;
        margin: 0 auto;
    }
    .main-nav-list {
        display: none;
    }
    .list-sns {
        display: none;
    }
    .main-nav {
        margin: 0px;
    }
    #home .home-text {
        position: static;
        width: calc(100% - 140px - 40px);
        max-width: 500px;
        min-width: 300px;
        height: 400px;
        top: 0px;
        left: 0px;
        margin: 0 auto;
        text-align: center;
        background: rgba(51, 51, 51, 0.35);
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        color:#FFFFFF;
     }
    
    .home-text-message {
        width: 500px;
        height: 250px;
        margin:0 auto;
        font-size: 20px;
        line-height: 40px;
        color:#FFFFFF;
        padding: 60px 35px 5px 35px;
       
    }
    
    .home-text-example {
        width: 300px;
        margin: 0 auto;
        padding: 10px;
        font-size: 17px;
        line-height: 28px;
    
    }
    #home .contact-button a {
        position: static;
        text-align: center;
        background: rgba(51, 51, 51, 0.35);
        border-radius: 20px;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        width: 500px;
        height: 70px;
        margin: 0 auto;
        padding-top: 20px;
       
    }
    #home .contact-button-wrap {
        margin-top: 50px;
    }
    #home .button a {
        font-size: 18px;
    }
    .caption {
        display: none;
    }
    

}
/*------------------------------------
　　　　　　 幅599px以下スタイル
______________________________________*/
@media (max-width: 599px) {
    .drawer_open {
        height: 60px;
        width: 60px;
        align-items: center;
        position: relative;
        left: -280px;
        top: -20px;
        z-index: 100;
        cursor: pointer;
    }
    #drawer_input:checked ~ .sp-nav {
        height: 730px;
        left: 0px;
        padding-top: 130px;
     }

     .Blog-container{
        max-width: 335px;
        height: 350px;
        margin: 0 auto;
        text-align: center;
    
    }
     .sp-nav li a {
        font-size: 25px;
        margin: 0 auto;
    }

     #home .keyvisual {
        max-width: 415px;
        margin-top: 10px;
        padding-top: 58px;
 
    }
    .wrap {
        margin: 0 auto;
    }
    .wrap_sp {
        overflow: hidden;
    }
    .home-logo {
        margin: 12px 12px 12px 20px;
        width: 80px;
        height: 80px;
    }
    #home .home-text {
        position: static;
        max-width: 300px;
        min-width: 300px;
        height: 254px;
        top: 0px;
        left: 0px;
        margin: 0 auto;
     }
    
    .home-text-message {
        width: 290px;
        height: 150px;
        margin:0 auto;
        font-size: 18px;
        line-height: 28px;
        padding: 37px 10px 5px 10px;
       
    }
    
    .home-text-example {
        width: 290px;
        margin: 0 auto;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    
    }
    #home .contact-button a {
        display: block;
        position: static;
        text-align: center;
        width: 290px;
        height: 57px;
        margin: 0 auto;
        padding-top: 16px;
        font-size: 14px;
       
    }
    #home .contact-button-wrap {
        margin-top: 30px;
    }
    
    #footer {
        width:100%;
        height: 10px;
        position: absolute;
        bottom: 0;
    }


/* about */
#about #drawer_input:checked ~ .sp-nav {
    height: 730px;
    left: 0px;
    padding-top: 130px;
 }
.main-header {
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    line-height: 100px;
    margin-bottom: 63px;
}
.main-message {
    margin-bottom: 72px;
}
.about-section-wrap {
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
}
.about-main-mess {
    font-size: 17px;
}
.profile {
    flex-direction: column;
    padding: 30px 20px 20px 20px;
}
.illust {
    margin: 0;
}
.info-1 {
    padding: 20px;
    text-align: center;
}
.info-2 {
    padding-bottom: 20px;
}
.info-2 span {
    display: block;
    margin-right: 0px;
    padding-bottom: 10px;
}
.info-3 span {
    display: block;
    margin-right: 0px;
    padding-bottom: 10px;
}
.info-3 {
    width: 250px;
    margin-bottom: 50px;
}
.footnote-wrap {
    margin: 40px auto;
}
.content-mess-wrap {
    padding: 34.5px 30.95px 49.5px 30.95px;
}
.content-mess {
    font-size: 15px;
    line-height: 33.25px;
    text-align: left;
}


/* service */
#service #drawer_input:checked ~ .sp-nav {
    height: 730px;
    left: 0px;
    padding-top: 130px;
 }
.service-section-wrap {
    max-width: 335px;
    margin: 0 auto;
    text-align: center;

}
.service-main-mess {
    font-size: 17px;
}
.menu-list-wrap {
    flex-direction: column;
}
.menu-list-1, .menu-list-2 {
    margin-bottom: 37px;
}
.menu-list-1, .menu-list-2, .menu-list-3 {
    margin-right: 0;
}
.menu-list-text {
    width: 235px;
    line-height: 23px;
    margin: 0 auto 42px;
}
.flow-1, .flow-2, .flow-3, .flow-4 {
    position: static;
    flex-direction: column;
    justify-content: start;
    max-width: 335px;
    height: auto;
}
.flow-1 img {
    margin: 20px auto 0;
}
.flow-1 .list-title {
    text-align: center;

}
.flow-2 img {
    margin: 20px auto 0;
}
.flow-2 .list-title {
    text-align: center;

}
.flow-3 img {
    margin: 20px auto 0;
}
.flow-3 .list-title {
    text-align: center;

}
.flow-4 img {
    margin: 20px auto 0;
}
.flow-4 .list-title {
    text-align: center;

}
.flow-1 .flow-text {
    max-width: 273px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flow-2 .flow-text {
    max-width: 273px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flow-3 .flow-text {
    max-width: 273px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flow-4 .flow-text {
    max-width: 273px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flow-3 br {
    display: inline;

}
#kome {
    margin-bottom: 20px;
}
.kome-2 {
    width: 208px;
    margin: 40px auto;
}

.coment-mess-wrap {
    margin-bottom: 82px;
}
.coment-mess {
    font-size: 16px;
    text-align: left;
    line-height: 29px;
    padding: 43px 31px 55px 33px;
}
.coment-mess span {
    font-size: 16px;
}
.q-a-1, .q-a-2, .q-a-3, .q-a-4, .q-a-5, .q-a-6 {
    max-width: 335px;

}
.q-a-1, .q-a-2, .q-a-3, .q-a-4, .q-a-5, .q-a-6 p {
    padding: 30px 30.95px;
 }
 .contact-button-2 {
    width: 335px;
    margin: 100px auto;
}
.contact-button-2 .button a {
    width: 335px;
}
.list-title {
    text-align: center;
}


/*product*/
#product #drawer_input:checked ~ .sp-nav {
    height: 730px;
    left: 0px;
    padding-top: 130px;
 }
.product-section-wrap {
    max-width: 335px;
    margin: 0 auto;
    text-align: center;

}
.website-1 {
    height: 238.1px;
    margin-bottom: 20px;
}

.website-2 {
    height: 238.51px;
    margin-bottom: 20px;
}
.website-text {
    padding: 42.99px 31px 72px 31px;
    margin-bottom: 79.9px;
}
.lp-1 {
    height: 238.51px;
    margin-bottom: 20px;
}
.lp-2 {
    height: 238.51px;
    margin-bottom: 20px;

}
.lp-text {
    padding: 43px 31px 73px 31px;
}
.product-info-1 {
    background: #EBEBEB;
    border-radius: 20px;
    width: 335px;
    height: 179px;
    line-height: 25.65px;
    padding: 0;
}
.product-info-2 {
    background: #EBEBEB;
    border-radius: 20px;
    width: 335px;
    height: 145px;
    line-height: 25.65px;
    padding: 0;
}
.product-info-1 p {
    margin-bottom: 20px;
    padding: 24.86px 28px 18px 28px;
}
.product-info-2 p {
    margin-bottom: 48px;
    padding: 32px 31px 25px 31px;
}

/*blog*/
#Blog #drawer_input:checked ~ .sp-nav {
    height: 730px;
    left: 0px;
    padding-top: 130px;
 }
 .Blog-container{
    max-width: 335px;
    height: 350px;
    margin: 0 auto;
    text-align: center;

}
.oshirase {
    width: 335px;
    height: 104px;
    margin: 86px auto;
    text-align: center;
    padding: 37px 31px 30px 31px;
    background: #EBEBEB;
    border-radius: 30px;
}
.oshirase p {
    padding-top: 0;
    font-size: 16px;
}

/* contact */
#contact #drawer_input:checked ~ .sp-nav {
    height: 730px;
    left: 0px;
    padding-top: 130px;
 }
 .table-warp {
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
}
.contact-container{
    max-width: 335px;
    margin: 0 auto;
    text-align: center;

}

form input {
    width: 220px;
}

 input[type="text"] {
    padding-left: 5px;
}
textarea {
    width: 220px;
    padding-top: 5px;
    height: 180px;
}
input[type="submit"] {
    margin: 69px 0;
    padding-top: 2px;
    width: 335px;
    border-radius: 20px;
    font-size: 15px;
}
.supplement {
    max-width: 335px;
    height: 239px;
    margin-bottom: 69px;
    background: #EBEBEB;
    padding: 25px 31px;
    border-radius: 20px;
}
.supplement p {
    width: 273px;
    height: 190px;
    padding-top: 10px;
    font-size: 16px;
    text-align: left;
}
.sp-non {
    display: none;
}
.info-sns {
    padding: 104px 48px 50px 48px;
    max-width: 335px;
    height: 336px;
    margin-bottom: 145px;
}
.info-sns p {
    display:block;
    width: 239px;
    margin: 0 auto;
    text-align: center;
}
.info-list-sns img {
    margin: 20px;
}



/*footer*/
.foot-visual img {
    max-width: 100%;
    height: auto;
}


}