body {
    font-family: Arial, sans-serif;
    line-height: 2.14;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #1f2839;
}

header {
    text-align: center;
    /* padding: 2rem 1rem; */
    background-color: #ffc334;
    color: #ffffff;
}
header img{
    width:100%;
    max-width:fit-content;
}
header h1 {
    margin: 0;
    font-size: 2.5rem;
}

header p {
    font-size: 1.2rem;
}

.logo-area{
    background: #fff;
    width: calc(100% - 1rem);
    padding: 0.5rem;
}
.logo-area-inner{
    max-width:1000px;
    display:flex;
    flex-direction: row;
    margin: auto;
}
.logo-area .logo-text{
    font-size:1rem;
    color: #565656;
    margin: 0;
    text-align: left;
    margin-left: 1rem;
    line-height:1.4;
    font-weight:600;
}
.logo-area .logo-text span{
    font-size: 0.7rem;
    font-weight:400;
}
main {
    padding: 2rem 1rem;
    max-width: 1000px;
    margin: auto;
}

.intro, .features, .shine-muscat, .usage, .reviews, .product-info {
    margin-bottom: 2rem;
}

h2 {
    color: #14367e;
    font-size: 1.8rem;
    border-bottom: 2px solid #14367e;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

p, ul {
    margin-bottom: 1rem;
}

ul {
    list-style: disc inside;
}

span.b{
    font-weight: 600;
}
span.red{
    color: #d90000;
}
span.blue{
    color: #297fdf;
}
span.sen {
    background: linear-gradient(transparent 40%, #c7f2ff 0%);
    /*     border-bottom: solid 3px #297fdf; */
    text-decoration: none;
    border: none;
}

.main-image, .shine-muscat-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

p span.dis{
    font-size:0.7rem;
    color: #7c7c7c;
}

.btn_area{
    text-align: right;
}
.btn_area .purchase-button {
    font-size: 1.5rem;
    display: inline-block;
    background-color: #14367e;
    color: #ffffff;
    padding: 0.2rem 2rem;
    text-decoration: none;
    /* font-size: 1.2rem; */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.btn_area .inline-button {
    display: inline-block;
    background-color: #14367e;
    color: #ffffff;
    padding: 0.2rem 1.5rem;
    text-decoration: none;
    /* font-size: 1.2rem; */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.inline-link {
    text-decoration:none;
    border-bottom:1px dotted #14367e;
    color:#14367e;
    padding: 0 0.5rem;
}
@media screen and (max-width: 800px) {
    .btn_area .inline-button {
    padding: 0 0.5rem;
}
.purchase-button:hover {
    background-color: #14367e;
}
}
footer {
    text-align: center;
    padding: 1rem;
    background-color: #14367e;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 800px) {
    header h1 {
    font-size: 2rem;
}

header p {
    font-size: 1rem;
}
    h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.2rem;
}
}

ul.list1, ol.list1 {
    list-style:  none;
    color: #1e366a;
    padding: 0.5em 0 0.5em 1.5em;
  }
  
  ul.list1 li, ol.list1 li {
    line-height: 1.5;
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
  }
  ul.list1 li::before {
    content:  ""; /* Ã§Â©ÂºÃ£ÂÂ®Ã¨Â¦ÂÃ§Â´Â Ã¤Â½Å“Ã¦Ë†Â */
}

.sp{
        display: none;
    }
    @media screen and (max-width: 768px) {
        .sp{
            display: block;
        }
        .pc{
            display: none;
        }
    }
  .flexbox_etc,.flexbox_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    /* padding: 5px; */
    flex-wrap: wrap;
    align-items: center;
}

.flexbox_etc.x {
    flex-direction: row-reverse;
}

.flexbox_etc.non {
    display: block;
}

.flexbox_etc .cnt {
    padding: 10px;
    width: calc(100% / 2 - 20px);
}

.flexbox_etc .cnt.w25 {
    width: 25%;
}

.flexbox_etc .cnt.w60 {
    width: 60%;
}

.flexbox_etc .cnt.w40 {
    width: 40%;
}

.flexbox_etc.clm3 .cnt {
    padding: 10px;
    width: 33%;
}

.flexbox_etc .cnt:nth-of-type(1) {
    order: 1;
}

.flexbox_etc .cnt:nth-of-type(2) {
    order: 2;
}

.flexbox_etc .cnt:nth-of-type(3) {
    order: 4;
}

.flexbox_etc .cnt:nth-of-type(4) {
    order: 3;
}

.flexbox_etc .cnt:nth-of-type(5) {
    order: 5;
}

.flexbox_etc .cnt:nth-of-type(6) {
    order: 6;
}

.flexbox_etc .cnt:nth-of-type(7) {
    order: 8;
}

.flexbox_etc .cnt:nth-of-type(8) {
    order: 7;
}

.flexbox_etc .cnt:nth-of-type(9) {
    order: 9;
}

.flexbox_etc .cnt:nth-of-type(10) {
    order: 10;
}
.flexbox_etc .cnt img{
    width: 100%;
}

@media screen and (max-width: 600px) {
    .flexbox_etc .cnt {
        width: 100%;
    }
.flexbox_product .cnt{
    width: calc(100% / 2 - 20px);
}
    .flexbox_etc.clm3 .cnt {
        width: 100%;
    }

    .flexbox_etc .cnt.w25 {
        width: 50%;
    }

    .flexbox_etc .spflex {
        width: 100%;
    }

    /* .flexbox_etc .cnt:nth-of-type(n){
    order: initial;
} */
}

.boxHozon {
    width: 49%;
    margin: 0.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #d7d7d7; */
    border-radius: 2px;
    /* float: left; */
    padding: 10px;
    background: #faf8f5;
}

.boxHozon.w100 {
    width: 90%;
}

@media screen and (max-width: 600px) {
    .boxHozon.w100 {
        width: 100%;
    }
}

.fixed_btn {
    position: fixed;
    bottom: 20%;
    right: 0px;
}

.fixed_btn a{width:100%;padding: 20px 40px;background-color: #1f2839;color: #ffffff;display: block;line-height: 1.5;/* padding: 0.2rem 1.5rem; */text-decoration: none;font-size: 1.2rem;}

@media screen and (max-width: 800px) {
.fixed_btn {
    bottom: 0px;
    width: 100%;
    text-align:center;
}
    .fixed_btn a{
        padding: 20px 0;
    }
}

table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 7px white;
  margin-bottom: 1rem;
}

table tr:last-child{
  border-bottom: none;
}

table td:first-of-type{
  position: relative;
  text-align: left;
  width: 30%;
  /* background-color: #fff; */
  border-right: 3px solid #14367e;
  /* color: white; */
  text-align: center;
  padding: 10px 0;
}

table td:first-of-type:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #14367e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  /* text-align: center; */
  background-color: #fafafa;
  padding: 10px 1rem 10px 1.5rem;
}
.box {
        margin: 20px auto;
        border: solid 1px #14367e;
        padding: 1rem 2rem;
        max-width: 1000px;
        border-radius: 2rem;
        box-shadow: 0 0 10px #ddd;
    }
@media screen and (max-width: 800px) {
    .box {
        margin: 20px auto;
        padding: 1rem 1rem;
    }
}
p.cap{
    font-size:0.9rem;
    color: #a5a5a5;
    line-height:1.5rem;
    margin: 0
}
.img-center{
    text-align: center;
}
.img-center img{
    margin: auto;
}


.l-footer {
    padding: 3.75rem 0 2.5rem;
    background-color: #14367e;
}
.l-container {
    /* width: 100%; */
    max-width:800px;
    margin: 0 auto;
    padding:0 1%;
}
.footer-secondary {
    /* margin: 3.75rem 0 2.5rem; */
}
.footer-info {
    display: flex;
    align-items: center;
    gap: 1.25rem 2.5rem;
    padding: 1.75rem;
    /* border-radius: 4rem; */
    font-weight: bold;
    line-height: 1.4;
    flex-direction: row;
}
@media screen and (max-width: 800px) {
.footer-info {
    flex-direction: column;
}
}

.footer-info .footer-info-text{
    font-weight:normal;
    text-align: left;
    line-height: 1.8rem;
}
.footer-info .footer-info-text a{
    color: #fff;
    text-decoration: none;
    font-weight:600;
    font-size:1.5rem;
}
.footer-tertiary{
    font-size: 0.7rem;
}

.contact_area-sp{
        position: fixed;
        bottom: 0;
    left: 0;
    z-index: 999;
        width: 100%;
}
.contact_area-sp .contact_btn{
    height: 100%;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .2em;
    padding: 1rem 0;
    text-align: center;
    background-color: #14367e;
}
.contact_area-sp .contact_btn a{
    color: #fff;
        text-decoration: none;
    transition: background-color 0.3s ease;
}