.maindesign .feature-hdg1 .sub_title{
    background-color: rgba(0,0,0,0.3);
    width: 60%;
    padding: 20px 0;
    left: 50%;
    transform: translate(-50% , -50%);
}
.maindesign .sub_title span{
    display: block;
    font-size: 0.5em;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.maindesign .feature-hdg1 .sub_title{
    width: 75%;
    padding: 3vw 0;
}
}
.maindesign .feature-hdg3{
    border-left: 4px solid #E5002D;
    padding: 0.5rem 1rem;
}
.maindesign .feature-hdg3 .spring{
    color: #ff3399;
}
.maindesign .feature-hdg3 .summer{
    color: #00b050;
}
.maindesign .feature-hdg3 .autumn{
    color: #ffc000;
}


.maindesign .promise{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.maindesign .promise__cont{
    border: 1px solid #333;
    width: 49%;
}
.maindesign .promise__cont--heading{
    background-color: #92d050;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.maindesign .promise__cont:first-child .promise__cont--heading{
    background-color: #ffbe00;
}
.maindesign .promise__cont--text{
    font-size: 1.15rem;
    line-height: 1.3;
    text-align: center;
    padding: 10px;
}
.maindesign .promise__cont--text strong{
    font-size: 1.2em;
    color: #e5002d;
}
@media screen and (max-width: 767px) {
.maindesign .promise__cont{
    width: 100%;
    margin-top: 20px;
}
.maindesign .promise__cont:first-child{
    margin-top: 0;
}
.maindesign .promise__cont--heading{
    font-size: 1.5rem;
}
.maindesign .promise__cont--text{
    font-size: 0.95rem;
}


}

.maindesign .series-head{
    font-size: 1.4em;
    margin: 40px 0 20px;
}

.maindesign .hanashikisai{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #333;
    margin-bottom: 30px;
}
.maindesign .hanashikisai__images{
    width: 400px;
}
.maindesign .hanashikisai__text{
    width: calc(100% - 420px);
}
.maindesign .hanashikisai__text h3{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
.maindesign .hanashikisai__text strong{
    color: #e5002d;
    text-decoration: underline;
}
.maindesign .hanashikisai__text li{
    font-size: 1.15em;
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
.maindesign .series-head{
    font-size: 1.2em;
    margin: 40px 0 10px;
}
.maindesign .hanashikisai__images{
    width: 100%;
    margin-bottom: 20px;
}
.maindesign .hanashikisai__text{
    width: 100%;
}
.maindesign .hanashikisai__text h3{
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 10px;
}
.maindesign .hanashikisai__text li{
    font-size: 0.95em;
}
}

.maindesign .precautions{
    font-size: 2.0em;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px;
}
.maindesign .precautions-list li{
    font-size: 1.15em;
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
.maindesign .precautions{
    font-size: 1.5em;
}
.maindesign .precautions-list li{
    font-size: 0.95em;
}
}


.maindesign .annotation {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.maindesign p.scrolltxt{
    color: #E00012;
    font-weight: bold;
    text-align: left;
    display: none;
}
.maindesign p.scrolltxt span{
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box; 
}

.maindesign .annotation .period{
    display: flex;
    align-items: center;
}
.maindesign .annotation .orders,.maindesign .annotation .delivery{
    padding: 10px 15px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
.maindesign .annotation {
    justify-content: space-between;
}
.maindesign p.scrolltxt{
    display: flex;
}

.maindesign p.scrolltxt span{
    padding: 8px 6px;
    font-size: 0.85em;
    border: 2px solid #E00012;
    box-sizing: border-box; 
}
.maindesign .annotation .orders,.maindesign .annotation .delivery{
    padding: 10px 5px;
    font-size: 0.85em;
}
}

.maindesign .orders{
    background-color: #a6cd9f;
}
.maindesign .delivery{
    background-color: #fbca5a;
}
.maindesign .delivery span{
    display: block;
    font-size: 0.9em;
}
.maindesign .table-scroll{
    overflow-x: auto;
}
.maindesign .delivery-table{
    width: 100%;
/*    width: 1300px;*/
    table-layout: fixed;
}
.maindesign .delivery-table th,
.maindesign .delivery-table td{
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
    line-height: 1.2;
    font-size: 0.90rem;
}
.maindesign .delivery-table th{
    background-color: #bad4ef;
}
.maindesign .delivery-table th:first-child{
    width: 200px;
/*    position: sticky;*/
    left: 0;
}
.maindesign .delivery-table .little-wide{
    width: 80px;
}

.maindesign .delivery-table td:first-child{
    background-color: #fff;
    text-align: left;
/*    position: sticky;*/
    left: 0;
}
/*
.maindesign .delivery-table th:first-child::after,
.maindesign .delivery-table td:first-child::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: 1px 100%, 1px 100%;
    pointer-events: none;
    z-index: 5;
}
*/
.maindesign .delivery-table td:first-child p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.maindesign .delivery-table td:first-child p::after{
    content: "";
    display: block;
    background-image: url(/include_html/e/e009001069001/images/260519/hanashikisai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 31px;
}
.maindesign .delivery-table .no-icon:first-child{
    padding-right: 5px;
}
.maindesign .delivery-table .no-icon:first-child::after{
    display: none;
}
.maindesign .delivery-table .small{
    font-size: 0.85em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
.maindesign .delivery-table{
    width: 1200px;
}
.maindesign .delivery-table th:first-child{
    width: 120px;
    position: sticky;
    border-left: none;
}
.maindesign .delivery-table td:first-child{
    position: sticky;
    border-left: none;
}
.maindesign .delivery-table th:first-child::after,
.maindesign .delivery-table td:first-child::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: 1px 100%, 1px 100%;
    pointer-events: none;
    z-index: 5;
}
.maindesign .delivery-table td:first-child p{
    display: block;
}
.maindesign .delivery-table td:first-child p::after{
    width: 100%;
    height: 30px;
    background-size: contain;
    background-position: center;
    margin-top: 5px;
}

}
