@charset "UTF-8";

body {
    margin: 0;
}

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

.sp, .sp_380 {
    display: none;
}

.rich-content {
    max-width: 1040px;
    font-family: "Noto Sans JP", sans-serif;
}

.rich-content div, .rich-content p, .rich-content dl, .rich-content dt, .rich-content dd, .rich-content span {
    box-sizing: border-box;
}

.rich-content p {
    margin: 0;
    color: #000000;
    font-size: 16px;
}

.rich-content figure {
    margin: 0;
}

.rich-content figure img {
    text-align: center;
}

.rich-content dl, .rich-content dd {
    margin: 0;
    font-size: 16px;
}

.rich-content dt {
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.rich-content dd {
    line-height: 1.7em  ;
}

.rich-content b {
    font-weight: 600;
}

#rich-top {
    background: #deebf7;
}

#rich-top .img01 {
    margin: 0 0 20px;
}

#rich-top .rich-top-text {
    padding: 0 30px 30px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.rich-top-text span {
    padding: 20px 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    font-size: 22px;
}

.rich-feature dl {
    margin-bottom: 40px;
}

.rich-feature dt {
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    width: 100%;
}

.rich-feature dt::after ,.rich-feature dt::before {
    content: " ";
    display: block;
    position: absolute;
}

.rich-feature dt::before {
    width: 6px;
    height: 100%;
    background: #737373;
    left: 0;
    bottom: -6px;
}

.rich-feature dt::after {
    width: 100%;
    height: 2px;
    background: #ffc000;
    left: 0;
    bottom: -8px;
}

.rich-feature .feature-top {
    padding-top: 30px;
}

.rich-feature .feature-top dt {
    padding: 0 20px;
    text-align: center;
}

.rich-feature .feature-top dt p {
    position: relative;
    display: inline;
}

.rich-feature .feature-top dt span {
    font-size: 26px;
    padding: 0 10px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(transparent 70%, #ffc000 0%);
    display: inline;
}

.rich-feature .feature-top dt::before, .rich-feature .feature-top dt::after {
    display: none;
}

.rich-feature .feature-top dt span::before, .rich-feature .feature-top dt span::after {
    width: 2px;
    height: 28px;
    content: "";
    background: #000000;
    display: block;
    position: absolute;
    top: 0;
}

.rich-feature .feature-top dt span::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
  left: -20px;
}

.rich-feature .feature-top dt span::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
  right: -20px;
}

.rich-feature .dl-red {
    font-weight: 600;
    color: #cf0000;
}

#rich-01 .img01  {
    margin: 0 0 30px;
}

.rich-spec-area .rich-table, .rich-spec-area .rich-accessories {
    float: left;
}

.rich-spec-area h2 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 600;
}

.rich-spec-area .rich-table {
    width: calc(60% - 20px);
    margin-right: 40px;
}

.rich-spec-area .rich-accessories {
    width: calc(40% - 20px);
}

.rich-spec-area .rich-table table{
    border-collapse: collapse;
    width: 100%;
}

.rich-spec-area .rich-table table th, .rich-spec-area .rich-table table td {
    border-collapse: collapse;
    border: 2px solid #000000;
    font-size: 16px;
    padding: 14px;
    text-align: left;
    line-height: 1.6em;
}

.rich-spec-area .rich-table table th {
    font-weight: 600;
}

.rich-spec-area .rich-accessories .img02 img {
    max-width: 500px;
    width: 100%;
}
@media only screen and (max-width: 900px) {
    .rich-top-text span {
        font-size: 20px;
    }

    .rich-spec-area .rich-table, .rich-spec-area .rich-accessories {
        float: none;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .rich-spec-area .rich-table {
        margin-bottom: 40px;
    }

    .rich-spec-area .rich-accessories .img02 img {
        max-width: 600px;
    }
}
@media only screen and (max-width: 780px) {

    .sp {
        display: block;
    }

    .rich-content dl, .rich-content dd {
        font-size: 14px;
    }

   #rich-top .img01 {
        margin: 0;
    }

    #rich-top .rich-top-text {
        padding: 0 20px 30px;
    }

    .rich-top-text span {
        font-size: 16px;
        text-align: left;
        padding: 20px 25px;
        line-height: 1.6em;
    }

    .rich-feature .feature-top dt span {
        font-size: 20px;
        padding: 0 5px;
    }

    .rich-feature .feature-top dt span::before {
        left: -15px;
    }

    .rich-feature .feature-top dt span::after {
        right: -15px;
    }

    .rich-feature dt {
        font-size: 18px;
    }

    .rich-feature .feature-top dt {
        padding: 0 15px;
    }

    .rich-feature .feature-top dt span::before, .rich-feature .feature-top dt span::after {
        height: 22px;
    }

    .rich-spec-area h2 {
        font-size: 16px;
    }

    .rich-spec-area .rich-table table th, .rich-spec-area .rich-table table td {
        font-size: 14px;
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 380px) {
    .sp_380 {
        display: block;
    }

    #rich-top .rich-top-text {
        padding: 0 20px 20px;
    }

    .rich-top-text span {
        font-size: 14px;
        padding: 15px 20px;
    }

    .rich-feature .feature-top dt span::before, .rich-feature .feature-top dt span::after {
        height: 40px;
        top: 10px;
    }

    .rich-feature .feature-top dt span::after {
        right: -45px;
    }

    .rich-feature dl {
        margin-bottom: 30px;
    }

    .rich-spec-area .rich-table table th, .rich-spec-area .rich-table table td {
        font-size: 12px;
        padding: 8px 10px;
    }

    .rich-spec-area h2 {
        margin: 0 0 10px;
    }

    .rich-spec-area .rich-table {
        margin-bottom: 30px;
    }
}