#product_desc {
    color: #333333;
}

#product_desc .container {
    background-color: #ffffff;
    min-width: 1000px;
    padding: 70px 0;
}

#product_desc .backcolor {
    background-color: #ebf6f7;
    min-width: 1000px;
    padding: 80px 0;
}

#product_desc .backcolor_y {
    background-color: #fbf7e5;
}

#product_desc .backcolor_pi {
    background-color: #faedea;
}

#product_desc .backcolor_o {
    background-color: #ffe8d2;
}

#product_desc .main_image {
    display: block;
    margin: 0 auto;
    width: 1000px;
}

#product_desc .contents_wrap, #product_desc .contents_white, #product_desc aside {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#product_desc .contents_white {
    background-color: #ffffff;
    padding: 30px 0 80px 0;
}

#product_desc .contents_wrap h2 {
    margin: 80px 0 60px 0;
}

#product_desc .contents_white h2 {
    margin-bottom: 60px;
}

#product_desc h2 {
    color: #444444;
    font-size: 30px;
    font-family: "游明朝","YuMincho","Yu Mincho","serif";
    font-weight: 600;
    position: relative;
    text-align: center;
}

#product_desc h2:before {    
  content: '';
  position: absolute;
  bottom: -8px;
  width: 60px;
  height: 1.7px;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 7px;
}

#product_desc h3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 78px;
    line-height: 0 auto;
    margin: 50px 0 20px 0;
}

#product_desc h3 img {
    width: 78px;
    height: 78px;
}

#product_desc h3 .point {
    color: #4ca9b3;
    font-size: 28px;
    font-family: "游明朝","YuMincho","Yu Mincho","serif";
    font-weight: 600;
    padding-left: 15px;
}

#product_desc h3 .point_y {
    color: #e4b901;
}

#product_desc h3 .point_p {
    color: #dc9886;
}

#product_desc h3 .point_o {
    color: #e78c4c;
}

#product_desc .emphasis {
    color: #4ca9b3;
}

#product_desc .emphasis_y {
    color: #e4b901;
}

#product_desc .emphasis_p {
    color: #d38c78;
}

#product_desc .emphasis_o {
    color: #e78c4c;
}

#product_desc .annotation {
    font-size: 12px;
    margin-top: 8px;
}

#product_desc .annotation_h3 {
    font-size: 14px;
}

#product_desc .illust {
    margin: 40px 0;
}

#product_desc .illust-size {
    margin: 25px 0;
}

#product_desc .illust-top0 {
    margin: -20px 0 0 0;
}

#product_desc .illust img {
    display: block;
    margin: 0 auto;
    width: 68%;
}

#product_desc .illust-size img {
    width: 60%;
}

#product_desc .recommend, #product_desc .flex {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

#product_desc .free {
    margin: 50px 10px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#product_desc .free_3 {
    margin: 50px;
    justify-content: space-around;
}

#product_desc .free .free_item {
    list-style: none;
    text-align: center;
    margin: 0 5px 10px 5px;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 170px;
    border: solid 1px #444444;
}

#product_desc .free_3 .free_item {
    width: 230px;
}

#product_desc .free .free_empty {
    list-style: none;
    margin: 0 5px 10px 5px;
    width: 170px;
}


#product_desc .recommend li {
    list-style: none;
    align-items: stretch;
    margin-bottom: 20px;
    padding: 10px 0 10px 50px;
    width: 270px;
    background-color: #ebf6f7;
    background-image: url(https://labo.itembox.design/item/product/icon/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

#product_desc .recommend_y li {
    background-color: #fbf7e5;
    background-image: url(https://labo.itembox.design/item/product/icon/check-ye.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

#product_desc .recommend_p li {
    background-color: #faedea;
    background-image: url(https://labo.itembox.design/item/product/icon/check-pi.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

#product_desc .recommend_o li {
    background-color: #ffe8d2;
    background-image: url(https://labo.itembox.design/item/product/icon/check-or.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

#product_desc .seibun {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
}

#product_desc .seibun ul {
    font-weight: bold;
    font-size: 18px;
    color: #e4b901;
    margin: 30px 0 20px 0;
    width: 45%;
    line-height: 34px;
}  

#product_desc .seibun img {
    width: 50%;
}

#product_desc .choose img {
    width: 48%;
}

#product_desc .barrier-up {
    padding: 50px 20px 0 20px;
    justify-content: center;
}

#product_desc .barrier-up img {
    width: 23%;
    height: 23%;
    margin: 0 12px;
}

#product_desc .notice, #product_desc .specialcare {
    margin: 0 auto;
    padding: 22px;
    width: 85%;
    border-top: solid 4px #4ca9b3;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#product_desc .notice p {
    font-size: 14px;
    color: #4ca9b3;
}

#product_desc .notice_o p {
    color: #e78c4c;
    font-size: 16px;
    font-weight: bold;
}

#product_desc .notice_p {
    border-top: solid 4px #dc9886;
}

#product_desc .notice_p p {
    color: #d38c78;
}

#product_desc .notice_o {
    width: 82%;
    padding: 10px;
    border-top: solid 4px #e78c4c;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

#product_desc .notice_o img {
    width: 100px;
    height: 100px;
}

#product_desc .specialcare {
    border-top: solid 4px #acacac;
    margin-top: 50px;
    text-align: center;
}

#product_desc .specialcare .title {
    font-size: 22px;
    color: #e78c4c;
    font-weight: bold;
}

#product_desc .specialcare p {
    text-align: left;
    margin: 20px 0px;
}

#product_desc .specialcare img {
    width: 700px;
}


#product_desc .table {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #f3f3f3;
}
 
#product_desc .supplement, #product_desc .sankahishi {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#product_desc .supplement {
    border-bottom: solid 6px #FFF;
}

#product_desc .supplement dt {
    width: 200px;
    padding: 10px;
    font-weight: bold;
    border-right: solid 6px #FFF;
    border-left: solid 5px #4ca9b3;
}

#product_desc .supplement_p dt {
    border-left: solid 5px #dc9886;
}

#product_desc .supplement dd {
    width: 700px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

#product_desc .sankahishi {
    margin: 0 auto;
    margin-top: 70px; 
    width: 85%;
    padding: 20px;
    border-top: solid 5px #e4b901;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#product_desc .sankahishi img {
    width: 300px;
    margin-right: 20px;
}

#product_desc .sankahishi .about {
    font-size: 20px;
    border-left: solid 5px #e4b901;
    margin-bottom: 10px;
    padding-left: 8px;
}

#product_desc .bitamin {
    margin: 0 auto;
    position: relative;
    margin-top: 50px; 
    width: 85%;
    padding: 20px;
    border: solid 2px #e4b901;
    border-radius: 5px;
}

#product_desc .bitamin .title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 11px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e4b901;
    font-weight: bold;
}

#product_desc .kodawari {
    margin: 0 auto;
    position: relative;
    margin-top: 60px; 
    width: 85%;
    padding: 20px;
    border: solid 2px #4ca9b3;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#product_desc .kodawari .title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 11px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4ca9b3;
    font-weight: bold;
}

#product_desc .kodawari img {
    width: 200px;
    margin-right: 20px;
    margin-left: 30px;
}

#product_desc .youtube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: -10%;
}

#product_desc .youtube p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}

#product_desc .youtube iframe {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

#product_desc .case {
    font-size: 22px;
    font-family: "游明朝","YuMincho","Yu Mincho","serif";
    font-weight: 650;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product_desc .case:before, #product_desc .case:after {
    border-top: 1px solid;
    content: "";
    width: 50px;
}

#product_desc .case:before {
    margin-right: 1em;
}

#product_desc .case:after {
    margin-left: 1em;
}

#product_desc .use {
    display: flex;
    justify-content: space-between;
    margin: 60px 50px 0 50px;
}

#product_desc .use_space {
    margin-top: 40px;
}

#product_desc .use img {
    width: 384px;
    height: 216px;
}

#product_desc .caption {
    width: 52%;
}

#product_desc .step {
    color: #4ca9b3;
    font-size: 22px;
    font-family: "游明朝","YuMincho","Yu Mincho","serif";
    font-weight: bold;
    border-left: solid 6px #4ca9b3;
    padding-left: 10px;
    margin-bottom: 10px;
}

#product_desc .step_y {
    color: #e4b901;
    border-left: solid 6px #e4b901;
}

#product_desc .step_p {
    color: #dc9886;
    border-left: solid 6px #dc9886;
}

#product_desc .step_o {
    color: #e78c4c;
    border-left: solid 6px #e78c4c;
}

#product_desc .glay {
    font-size: 18px;
    background-color: #f3f3f3;
    padding: 10px 0 10px 10px;
}

#product_desc aside .txt {
    margin: 10px 0 60px 0;
    padding-left: 10px;
}

#product_desc .component {
    font-size: 12px;
    font-feature-settings: "palt";
    padding: 10px 10px 80px 10px;
}

#product_desc .btn {
    display: flex;
    justify-content: center;
}

#product_desc .btn a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    border: solid 1px #333333;
    margin: 0 20px;
    padding: 10px;
    width: 280px;
    transition: all .3s;
}

#product_desc .btn .fa-angle-right:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

#product_desc .btn a:hover {
    opacity: 0.4;
}

@media screen and (max-width: 1024px) {
    #product_desc .container {
        min-width: 100%;
    }
    
    #product_desc .backcolor {
        min-width: 100%;
    }
    
    #product_desc .main_image {
        width: 100%;
    }
    
    #product_desc .contents_wrap, #product_desc .contents_white, #product_desc aside {
        width: 92%;
    }

    #product_desc h2 {
        font-size: 28px;
    }

    #product_desc .illust-top0 {
        margin: -10px 0 -20px 0;
    }
    
    #product_desc .illust img {
        width: 85%;
    }

    #product_desc .illust-size img {
        width: 70%;
    }    

    #product_desc .illust-top0 img {
        width: 100%;
    }

    #product_desc .notice_o {
        width: 88%;
    }

    #product_desc .recommend li, #product_desc .recommend_y li {
        width: 280px;
        margin-bottom: 10px;
    }

    #product_desc .free {
        margin: 50px 30px 40px 30px;
    }

    #product_desc .free li, .free_empty {
        width: 140px;
    }

    #product_desc .free_3 .free_item {
        width: 190px;
    }

    #product_desc .seibun {
        width: 90%;
    }
    
    #product_desc .seibun ul {
        margin: 15px 0;
        width: 40%;
        font-size: 17px;
        line-height: 30px;
    }  
    
    #product_desc .seibun img {
        width: 50%;
        height: 50%;
    }

    #product_desc .barrier-up img {
        width: 30%;
        height: 30%;
        margin: 0 8px;
    }

    #product_desc .specialcare {
        width: 85%;
    }

    #product_desc .specialcare img{
        width: 90%;
    }

    #product_desc .table {
        width: 98%;
    }

    #product_desc .supplement {
        align-items: stretch;
    }

    #product_desc .sankahishi {
        width: 95%;
    }

    #product_desc　.sankahishi img {
        width: 230px;
    }

    #product_desc　.kodawari img {
        width: 80%;
        height: 80%;
    }

    #product_desc .youtube_name, #product_desc .case {
        font-size: 20px;
    }

    #product_desc .youtube iframe {
        width: 77%;
        height: 70%;
    }

    #product_desc .use img {
        width: 50%;
        height: 50%;
    }

    #product_desc .caption {
        width: 45%;
    }
}

@media screen and (max-width: 599px) {
    #product_desc .contents_wrap p, #product_desc .contents_wrap li, #product_desc aside .txt {
        font-size: 14px;
    } 

    #product_desc .contents_white {
        padding: 20px 0 50px 0;
    }

    #product_desc .contents_wrap h2 {
        font-size: 20px;
        margin: 45px 0;
    }
    
    #product_desc .contents_white h2 {
        font-size: 20px;
        margin-bottom: 45px;
    }

    #product_desc .container {
        padding: 40px 0;
    }

    #product_desc .backcolor {
        padding: 50px 0;
    }

    #product_desc h3 {
        height: 58px;
        margin: 30px 0 15px 0;
    }

    #product_desc h3 img {
        width: 58px;
        height: 58px;
    }
    
    #product_desc h3 .point {
        font-size: 20px;
        padding-left: 10px;
    }

    #product_desc h3 .point1_y {
        font-size: 18px;
    }

    #product_desc .annotation {
        font-size: 8px !important;
    }

    #product_desc .annotation_h3 {
        font-size: 10px;
    }

    #product_desc .illust {
        margin: 20px 0;
    }

    #product_desc .illust-top0 {
        margin: -15px 0;
    }

    #product_desc .illust img {
        width: 95%;
    }

    #product_desc .illust-top0 img {
        width: 100%;
    }

    #product_desc .free {
        margin: 30px 5px 20px 5px;
        justify-content: space-around;
    }

    #product_desc .free li, #product_desc .free::after, #product_desc .free::before {
        width: 130px;
        margin: 0 2px 8px 2px;
    }

    #product_desc .choose, #product_desc .choose img {
        display: block;
        margin: auto;
    }

    #product_desc .choose img {
        width: 80%;
        margin-top: 20px; 
    }

    #product_desc .seibun {
        width: 85%;
        margin-top: 10px;
    }
    
    #product_desc .seibun ul {
        width: 90%;
        margin: 10px 0;
        line-height: 24px;
    }  
    
    #product_desc .seibun img {
        width: 90%;
    }

    #product_desc .barrier-up {
        padding: 25px 0 0 0;
    }
    
    #product_desc .barrier-up img {
        width: 39%;
        height: 39%;
        margin: 0 13px;
    }

    #product_desc .notice {
        padding: 15px;
        width: 75%;
    }

    #product_desc .notice_o {
        padding: 10px;
        width: 83%;
    }

    #product_desc .notice_o img {
        width: 80px;
        height: 80px;
    }

    #product_desc .notice p {
        font-size: 12px;
    }

    #product_desc .notice_o p {
        width: 68%;
    }

    #product_desc .specialcare {
        margin-top: 25px;
        padding: 15px;
        width: 83%;
    }

    #product_desc .specialcare .title {
        font-size: 16px;
    }

    #product_desc .specialcare p {
        font-size: 12px;
        margin: 10px 0;
    }

    #product_desc .specialcare img{
        width: 100%;
    }

    #product_desc .supplement dt {
        width: 220px;
        padding: 5px;
        font-size: 12px;
    }
    
    #product_desc .supplement dd {
        padding: 5px;
        font-size: 11px;
    }

    #product_desc .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }

    #product_desc .sankahishi {
        display: block;
        margin-top: 40px;
        padding: 15px 10px;
    }

    #product_desc .sankahishi img {
        width: 130px;
        margin-right: 10px;
        float: left;
    }

    #product_desc .sankahishi .about {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #product_desc .bitamin {
        margin-top: 30px;
        padding: 15px;
        border: solid 1px #e4b901;
    }

    #product_desc .bitamin .title {
        font-size: 16px;
    }

    #product_desc .kodawari {
        margin-top: 30px;
        padding: 15px;
        flex-wrap: wrap;
    }

    #product_desc .kodawari .title {
        font-size: 16px;
    }

    #product_desc .kodawari img {
        width: 70%;
        height: 70%;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    #product_desc .youtube {
        margin-bottom: 15%;
    }

    #product_desc .youtube p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #product_desc .youtube iframe {
        width: 90%;
        height: 81%;
    }

    #product_desc .case {
        font-size: 16px;
        margin-top: 40px;
    }

    #product_desc .case:before, #product_desc .case:after {
        width: 30px;
    }
    
    #product_desc .case:before {
        margin-right: 0.5em;
    }
    
    #product_desc .case:after {
        margin-left: 0.5em;
    }

    #product_desc .use {
        margin: 30px 15px 0 15px;
    }

    #product_desc .use_spase {
        margin-top: 20px;
    }
    
    #product_desc .use img {
        width: 40%;
        height: 40%;
    }

    #product_desc .caption {
        margin-left: 10px;
    }

    #product_desc .step {
        font-size: 14px;
        border-left: solid 5px #4ca9b3;
        padding-left: 6px;
        margin-bottom: 0px;
        line-height: 18px;
    }

    #product_desc .step_y {
        border-left: solid 5px #e4b901;
    }

    #product_desc .step_p {
        border-left: solid 5px #dc9886;
    }

    #product_desc .step_o {
        border-left: solid 5px #e78c4c;
    }

    #product_desc .use .caption {
        font-size: 12px;
        width: 55%;
    }

    #product_desc .glay {
        font-size: 16px;
        padding: 5px 0 5px 8px;
    }
    
    #product_desc aside .txt {
        margin: 8px 0 40px 0;
        padding-left: 8px;
    }
    
    #product_desc .component {
        font-size: 8px;
        padding: 8px 8px 60px 8px;
    }

    #product_desc .btn {
        flex-wrap: wrap;
    }
    
    #product_desc .btn a {
        margin: 10px;
        padding: 8px;
        width: 240px;
    }

}
