* {
    font-weight: 300;
    font-style: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

img {
    width: 100%;
}

section {
    width: 100%;
    margin-bottom: 90px;
}

/*トップページここから*/

section.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.newsList .newsTitle {
    text-align: center;
    font-size: 30px;
    font-family: a-otf-ryumin-pr6n, serif;
    margin-bottom: 60px;
}

.newsList ul {
    margin-bottom: 135px;
}

.newsList li {
    display: block;
    border-bottom: 1px solid #333;
    padding: 20px 0;
    line-height: 1.5;
}

.newsList li:first-of-type {
    border-top: 1px solid #333;
}

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

.greeting .leftPart,
    {
    width: 50%;
}

.greeting .rightPart {
    padding-left: 5%;
    font-size: 15px;
    width: 50%;
    line-height: 1.7;
}

.greeting .rightPart span {
    display: block;
    padding-top: 53px;
    font-size: 30px;
    font-family: a-otf-ryumin-pr6n, serif;
}

.mt20 {
    margin-top: 20px;
}

.mt7 {
    margin-top: 7px;
}

.business,
.inquiry {
    font-size: 30px;
    font-family: a-otf-ryumin-pr6n, serif;
    text-align: center;
    margin-bottom: 90px;
}

.bgColor {
    background: #F4F4F4;
    padding: 150px 0;
    ;
}

form {
    width: 500px;
    margin: 0 auto;
}

.formCnt {
    display: flex;
    margin-bottom: 50px;
}

label {
    width: 30%;
}

input {
    width: 70%;
    height: 35px;
}

.privacyCheck {
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px;
}
.privacyCheck input {
    width: 20px;
    vertical-align: middle;
}
.privacyCheck a {
    color: #BA5C5C;
    text-decoration: none;
}

textarea {
    width: 70%;
    height: 140px;
}

.formCnt.submit {
    display: block;
    width: 380px;
    margin: 0 auto;
    text-align: center;
}

input.submitBtn {
    background-color: #E0BA3C;
    border: none;
    border-radius: 15px;
    color: #fff;
    height: 40px;
}

section.mb170 {
    margin-bottom: 170px;
}

.busCnt,
.linkBtn {
    display: flex;
    justify-content: space-between;
}

.busCnt .leftPart,
.busCnt .rightPart,
.linkBtn .leftPart,
.linkBtn .rightPart {
    width: 45%;
    font-size: 15px;
    line-height: 1.7;
}

.busCnt .leftPart span,
.busCnt .rightPart span {
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: a-otf-ryumin-pr6n, serif;
}

.busCnt .text {
    margin: 30px 0;
}




/*トップページここまで*/

/*会社概要、プライバシーポリシー共通ここから*/

h1 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 30px;
    margin-bottom: 165px;
    padding: 15px 0 15px;
    position: relative;
}


h1::before {
    content: url(images/logo_black.svg);
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    width: 40px;
}

/*
h1::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #080808;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
*/

#business section,
#privacy section {
    margin-bottom: 300px;
}

#business p,
#privacy p {
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*会社概要、プライバシーポリシー共通ここまで*/

/*会社概要ここから*/

#business dl {
    display: flex;
    padding: 3% 0;
    border-bottom: 1px solid #080808;
    margin: 0;
}

#business dt {
    width: 30%;
    text-align: left;
}

#business dd {
    width: 70%;
    text-align: left;
}


/*会社概要ここまで*/


/*プライバシーポリシーここから*/

.mb80 {
    margin-bottom: 80px;
}

/*プライバシーポリシーここまで*/

/*プロフィール、薬膳について、NEWS一覧ここから*/
#profile .pageTitle,
#yakuzen .pageTitle,
#newslist .pageTitle {
    text-align: center;
    font-size: 30px;
    margin-bottom: 87px;
    font-family: a-otf-ryumin-pr6n, serif;
}

section.mb130 {
    margin-bottom: 130px;
}

#profile h1,
#yakuzen h1,
#newslist h1 {
    margin-bottom: 130px;
    margin-left: 20px;
}



#newslist .newsList {
        display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    }

#newslist .newsList li {
    width: 30%;
    border: none;
}    
    
    
  /*プロフィール、薬膳について、NEWS一覧ここまで*/

/*お問い合わせ送信完了画面ここから*/
    
    #yakuzen .qCont {
        font-size: 15px;
        text-align: center;
        line-height: 2;
    }
    
    
/*お問い合わせ送信完了画面ここまで*/


footer {
    color: #ffffff;
    background-color: #080808;
    font-size: 15px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer .footerLogo {
    width: 200px;
    margin: 0 auto;
    padding: 56px 0 30px;
    font-size: 30px;
    text-align: center;
}

footer .footerLogo a {
    font-family: a-otf-ryumin-pr6n, serif;
}

footer .footerLogo a::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(./images/logo_white.svg) no-repeat;
    background-size: contain;
    vertical-align: sub;
    padding-right: 8px;
}


footer .footerMenu {
    width: 315px;
    text-align: center;
    display: flex;
    margin: 0 auto 50px;
    padding: 0;
}

footer .footerMenu li {
    list-style-type: none;
    width: 50%;
}

footer li img {
    width: 40%;
}

address {
    text-align: center;
    padding-bottom: 200px;
}

@media screen and (max-width: 960px) {
    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    section {
        margin-bottom: 12%;
    }

    /*トップページここから*/

    section.w1000 {
        width: 100%;
        margin: 0 auto;
    }

    section.mb102 {
        margin-bottom: 102px;
    }

    .newsList ul {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .newsList li {
        font-size: 15px;
    }

    .greeting {
        display: block;

    }

    .greeting .rightPart {
        width: 89%;
        padding-left: 0;
        margin: 0 auto;
    }

    .greeting .rightPart span {
        padding-top: 0;
    }

    .greeting .leftPart {
        width: 100%;
    }

    .busCnt {
        display: block;
        width: 89%;
        margin: 0 auto;
    }

    .busCnt .rightPart {
        width: 100%;
    }

    .linkBtn {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .linkBtn .leftPart {
        width: 100%;
        margin-bottom: 20px;
    }

    .busCnt .leftPart,
    .linkBtn .rightPart {
        width: 100%;
        margin-bottom: 26%;
    }

    .business {
        font-size: 24px;
        margin-bottom: 7%;
    }

    .busCnt .leftPart span,
    .busCnt .rightPart span {
        font-size: 24px;
    }

    form {
        width: 90%;
    }

    .formCnt.submit {
        width: 100%;
    }

    .inquiry {
        font-size: 24px;
    }

    .bgColor {
        padding: 80px 0;
    }
    .privacyCheck {
    font-size: 11px;
}


    /*トップページここまで*/

    /*会社概要、プライバシーポリシー共通ここから*/

    #business section.w1000,
    #privacy section.w1000 {
        width: 90%;
        margin: 0 auto 190px;
    }

    h1 {
        margin-bottom: 130px;
    }
    
    /*会社概要、プライバシーポリシー共通ここまで*/


    /*プライバシーポリシーここから*/

    #privacy section p {
        font-size: 20px;
    }

    #privacy section div {
        font-size: 15px;
        line-height: 2;
    }

    /*プライバシーポリシーここまで*/

    /*プロフィール、薬膳についてここから*/
    section.mb130 {
        margin-bottom: 80px;
    }

    /*プロフィール、薬膳についてここまで*/
    
    /*NEWS一覧ここから*/
    
    #newslist .newslist {
        display: flex;
        
    }
    #newslist h1 {
    margin-bottom: 90px;
}
    
    #newslist .pageTitle {
    font-size: 20px;
    margin-bottom: 60px;
}
    #newslist .newsList {
    margin: 0 auto;
    width: 90%;
}
    #newslist .newsList li {
    width: 48%;
}
    
 /*NEWS一覧ここまで*/
    
/*お問い合わせ送信完了画面ここから*/
    
   #yakuzen .pageTitle {
    font-size: 20px;
}
    
    #yakuzen .qCont {
    width: 90%;
    margin: 0 auto;
    }
    
    
/*お問い合わせ送信完了画面ここまで*/


    footer .footerMenu {
        width: 100%;
        display: block;
        margin: 0 auto 5%;
    }

    footer .footerMenu li {
        width: 100%;
        padding-bottom: 6%;
    }

    address {
        padding-bottom: 10%;
    }
}
