/* 基本CSS */

img {
    width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.font-mini {
    font-size: 1.3rem;
}

.font-red {
    color: #b70000;
}

p{
    font-size: 1.6rem;
    line-height: 1.5;
}

h3{
    font-size: 1.8rem;
}

li {
    list-style: none;
}

ul {
    list-style: none;
}

.pc-only{
    display: block!important;
}

.sp-only {
    display: none!important;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.m10 {
    margin: 10px!important;
}

.bold {
    font-weight: 600;
}

@media screen and (max-width: 750px){

    .pc-only{
        display: none!important;
    }

    .sp-only {
        display: block!important;
    }

    p{
        font-size: 3.4rem;
        line-height: 1.5;
    }

    .font-mini {
        font-size: 3.0rem;
    }

    .mt20 {
    margin-top: 40px !important;
}
}

/* 個別CSS */
/* area1 */

.load-tl {
    font-weight: 600;
}

.load-tl span {
    font-size: 2.4rem;
}

.load-kv {
    width: 100%;
}

.load-yoko {
    display: flex;
    margin: 40px auto;
}

.load-yoko-img {
    width: 50%;
    margin-right: 1%;
    flex-shrink: 0;
}

.load-yoko p{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 20px 0;
}

.load-yoko p span {
    color: #b70000;
}

.load-title2 {
    position: relative;

}

.load-title2-title h3{
    font-size: 1.5em;
    width: fit-content;
    padding: 10px;
}

.load-title2-title{
    margin: 10px;
    background-color: white;
    text-align: center;
    display: block;
    position: relative;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
}

.back-line {
    position: absolute;
    top:21px;
    height: 2px;
    width: 100%;
    background-color: #b70000;
}

.flex-wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.wrap-box {
    width: calc(33% - 20px);
    margin: 10px 10px;
}

.tel-area {
    background-color: #b70000;
    margin: 40px auto;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.tel-area h3 {
    font-size: 1.5em;
    padding: 20px 10px 0;
    color: white;
}

.tel-inner {
    background-color: white;
    margin: 0 10px;
    display: flex;
}

.tel-box {
    width: 50%;
    text-align: center;
}

.tel-box-title {
    background-color: #b70000;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 30px auto 10px;
    width: 140px;
    padding: 6px;
}

.tel-box-number {
    color: #b70000;
    font-weight: 600;
    font-size: 4.0rem;
    margin-bottom: 30px;
    margin-top: 10px;
}

@media screen and (max-width: 750px){

    h3 {
       font-size: 1.0em!important;
    }

    .load-yoko {
        display: block;
    }

    .load-yoko-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .load-yoko p{
        margin-top: 10px;
    }

    .tel-inner {
        display: block;
        padding: 10px;
    }

    .tel-box {
        width: 100%;
    }

    .load-yoko p {
        font-size: 3.4rem!important;
    }

}

/* area2 */

.area2 {
    margin: 80px 0;
}

.area-title {
    font-size: 1.7em;
    border-bottom: 3px double #a6a6a6;
    border-top: 3px double #a6a6a6;
    padding: 5px 20px;
    width: fit-content;
    margin: 0 auto;
}

.area2-flex {
    display: flex;
}

.area2-flex-box {
    width: 46%;
    background-color: #eee;
    padding: 10px;
    position: relative;
}

.mark1 {
    position: absolute;
    right:20px;
    bottom: 213px;
    width: 120px;
}

.mark2 {
    position: absolute;
    right:20px;
    top: 94px;
    width: 120px;
}

.area2-flex-title {
    font-weight: 600;
    text-align: center;
}

.area2-flex-inner {
    background-color: white;
    padding: 10px;
}

.area2-flex-inner ul{
    padding-left: 0px;
}

.area2-flex-inner ul li{
    font-weight: 600;
    line-height: 2;
}

.area2-flex-plus {
    width: 6%;
    margin: 20% 1%;
}

.area2-flex-box p{
    padding-left: 10px;
    line-height: 1.5;
}

.h271 {
    height: 271px;
}

.load-list {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-left: 10px;
    margin: 10px 0 40px;
}

.t18-middle-1st-section-title {
    margin: 60px auto 20px!important;
}

.sticker {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sticker-box {
    width: 46%;
}

.sticker-box p{
    font-weight: 600;
}

.list-title {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0px;
}

.back-gry {
    background-color: #eee;
    padding: 10px;
}

.itaku {
    text-align: center;
    border: 1px solid #a6a6a6;
    width: 100%;
    margin-bottom: 40px;
}

.itaku p{
    font-weight: 600;
    line-height: 1.7;
    padding: 10px;
}

.itaku-line {
    border-bottom: 1px solid #a6a6a6;
    width: 100%;
}


@media screen and (max-width: 750px){

    .t18-middle-1st-section-title {
    margin: 80px auto 20px!important;
}

    .area2-flex {
        display: block;
    }

    .area2-flex-box {
        width: 100%;
        background-color: #eee!important;
        padding: 10px;
        margin: 0 auto;
    }

    .mark1 {
        bottom: 431px;
        width: 200px;
    }

    .mark2{
        width: 200px;
        top: 170px;
    }

    .area2-flex-plus {
        width: 40px;
        margin: 20px auto;
    }

    .h271{
        height: fit-content;
    }

    .sticker {
        display: block;
        width: 100%;
    }

    .sticker-box {
        width: 100%;
        padding-bottom: 10px;
    }

    .load-list {
        font-size: 3.4rem;
    }

    .list-title {
        font-size: 3.6rem;
    }
}

/* 表 */

.line1 {
    min-width: 95px;
    text-align: center;
    background-color: #eee;
    font-weight: 600;
}

.line3 {
    min-width: 122px;
    max-width: 169px;
}

.pl10 {
    padding-left: 10px;
}

.t18-products-detail-table-common > table td, .t18-products-detail-table-common > table th {
    padding: 10px 5px!important;
}

@media screen and (max-width: 750px){

    .line1 {
    min-width: 120px;
}

.line3 {
    min-width: 150px;
}

}

/* 1211追記 */
/*
.item {
  position: relative;
  padding-left: 48px; 
  margin-bottom: 16px;
  line-height: 1.6;
}

.item .label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
*/

.pl10 {
    padding-left: 32px;
    display: block;
}

.pl5 {
    padding-left: 12px;
    display: block;
}

.m20 {
    margin: 20px 0!important;
}

@media screen and (max-width: 750px){
    .pl10 {
        padding-left: 65px;
        display: block;
    }

    .pl5 {
        padding-left: 30px;
        display: block;
    }
}

.list-num {
  list-style: none;
  margin: 0;
  padding-left: 2.1em;
}

.list-num li {
  position: relative;
  padding-left: 0.2em;
}

/* 丸数字を疑似要素で個別に指定 */
.list-num li::before {
  position: absolute;
  left: -1em;
  top: 0;
}

/* ①〜⑫ を固定で振る */
.list-num li:nth-child(1)::before { content: "①"; }
.list-num li:nth-child(2)::before { content: "②"; }
.list-num li:nth-child(3)::before { content: "③"; }
.list-num li:nth-child(4)::before { content: "④"; }
.list-num li:nth-child(5)::before { content: "⑤"; }
.list-num li:nth-child(6)::before { content: "⑥"; }
.list-num li:nth-child(7)::before { content: "⑦"; }
.list-num li:nth-child(8)::before { content: "⑧"; }
.list-num li:nth-child(9)::before { content: "⑨"; }
.list-num li:nth-child(10)::before { content: "⑩"; }
.list-num li:nth-child(11)::before { content: "⑪"; }
.list-num li:nth-child(12)::before { content: "⑫"; }
