
@charset "utf-8";

/*2026*/    

    .i{
        padding-right: 10px;
    }
    .l-container--small h1{
        font-size: 2rem;
        text-align: center;
        margin-top: 30px;
    }
    .l-container--small h2{
        text-align: center;
        margin: 0 auto;
    }

    .t-title{
        font-size:1.4rem;
        padding-top:2em;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .l-container--small{
        text-align: left;
        line-height: 1.8em;

    }

    .l-container--small > div{
        margin: 10px 0;
    }
    a:link{
    color: brown;
    }
    .tableArea{
        max-width:100%;
        margin:57px auto 0;
        overflow:auto;
    }
    .tableArea table{
        color:#0080ff;
        border-collapse:collapse;
    }
    .tableArea table th,
    .tableArea table td{
        padding:0;
    }
    .tableArea img{width: 1000px; padding-top: 20px; padding-bottom: 20px;}
    .scroll-hint-text{ margin-top:0; }
    .price_Area{
        font-size: 1.2rem;
    }
    .price_Area table{
        width: 100%;
        height: auto;
    }
    .price_Area table td{
        border: 1px solid #333;
        padding: 5px 5px;
    }
    .price_Area table td:nth-child(1){
        width: 40%;
    }
    .price_Area table td:nth-child(2){
        width: 30%;
        text-align: center;
    }
    .price_Area table td:nth-child(3){
        width: 30%;
        text-align: center;
        color: red;
        font-weight: bold;
    }

    .space{width: 100%;height: 40px;background-color: deeppink;color: aliceblue;}
    .top_co{
        padding: 20px 0 5px;    
        font-size: 1.4rem;
        line-height: 140%;
    }

    .title_frame {
        font-weight: bold;
        padding: 0.5em 1em;
        border: 3px solid #4c9ac0;
        overflow: hidden;
        position: relative;
    }
    .title_frame::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-width: 25px 25px 0 0;
        border-style: solid;
        border-color: #4c9ac0 #fff #4c9ac0;
    }

    .red_note{
        font-size: 1.2rem;
        font-weight: bold;
        color: red;
        padding: 0.5em 0.1em;
    }

    .box{
        padding-top: 15px;
    }
    .box p{
        font-size: 1.4rem;
        line-height: 140%;
        padding: 0.5em 0.1em;
    }
    .box span{
        font-size: 1.2rem;
        font-weight: bold;
        color: red;
    }

    .list_box{
        list-style-type: none;
        padding: 1em;
        border: 2px solid #2589d0;
    }
    .list_box h3{
        padding-top: .3em;
        font-size: 1.4rem;

    }

    .list_box h3 {
        position: relative;
        padding-left: 1.2em;/*アイコン分のスペース*/
        line-height: 1.4;
    }

    .list_box  h3:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";/*アイコンのユニコード*/
        font-weight: 900;
        position: absolute;/*絶対位置*/
        font-size: 1em;/*サイズ*/
        left: 0;/*アイコンの位置*/
        top: 2px;/*アイコンの位置*/
        color: #2589d0; /*アイコン色*/
        font-weight: 900;
    }
    .list_box span{
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 140%;
        /*color: red;*/
        padding-left: 0.5em;
    }

    .list_text{
        font-size: 1rem;
        line-height: 140%;
        margin-top: 10px;
    }
    .list_text span{
        font-weight: bold;
        color: #000;
        font-size: 2rem;
    }

