@charset "utf-8";
@charset "utf-8";



/* 【PC】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */


@media print,
screen and (min-width:769px) {

    #shouhin {
        width: 1200px;
        margin: auto;
        margin-top: 100px;
        text-align: center;
    }

    li {
        list-style: none;
    }
     .br-sp {
        display: none;
    }

    /* common
====================================== */
#shouhin .sec {
        width: 1200px;
        margin-bottom: 100px;
    }

    #shouhin h1 {
        font-size:48px;
        padding: 65px 0 0;
        line-height: 1.3em;
    }

    #shouhin h2 {
        font-size:30px;
        padding: 36px 0 ;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center; 
    }
    
    #shouhin h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #shouhin h2:before {
        margin-right: 1em; 
    }
    #shouhin h2:after {
        margin-left: 1em; 
    }


    #shouhin h3 {
        font-size: 27px;
        line-height: 1.8em;
        color: #00236E;
    }

    #shouhin li {
        font-size: 27px;
        line-height: 1.3em;
        display: flex;
        padding: 10px;
    }

    #shouhin p {
        font-size: 18px
    }

    #shouhin .mini {
        font-size: 10px;
    }
   

    .fl {
        display: flex;
        margin: auto;
    }

    .fl img {
        width: 50%;
    }

    .comment {
        width: 50%;
        text-align: left;
        margin: auto;
        padding: 0 30px 0 0px !important;
    }
    .comment2 {
        padding: 0 80px 20px;
        width: 50%;
        text-align: left;
        margin: auto;
    }
    
    

/* item_img
====================================== */
    ul.item4 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item4 li{
        width: 25%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item4 li img{
        margin:5px;
    }

 /* item_point
====================================== */   
    .point_icon {
        display: flex;
        justify-content: center;
    }
    ul.item3 {
        text-align: left;
        width: 100%;
        flex-wrap: wrap;
    }
    .item3 li {
        font-size: 20px !important;
        line-height: 1.8em !important;
        display: flex;
        padding: 10px;
        margin: 30px;
    }

    ul.item3 {
        flex-wrap: wrap;
        display: inline-block;
    }

    ul.item2 {
        display: flex;
        justify-content: center;
    }
    
    .item2 li {
        width: 48%;
        display: flex;
    }
    


/* background
====================================== */   
section.sec.icon {
    border-radius: 10px;
    background-color: #f2f6fb;
    padding: 50px 70px;
} 
section.sec.contents.kinou {
    background-color: #f1f3f3;
    padding: 50px 70px;
 }

/* check
====================================== */  
.check_area {
    width: 900px;
    margin: 50px auto;
    background: #f2f6fb;
    border: 6px solid #656fa8;
    padding: 60px 0 70px;
}

.check_area .title {
    font-size: 1.8em;
    background: none;
    position: relative;
    margin: 0 0 30px 0;
}

.check_area .title span {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.check_area .check_area_wrap {
    text-align: center;
}

.check_area ul {
    display: inline-block;
}

.check_area li {
    position: relative;
    margin: 20px 0;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}

.check_area img {
    margin: 0 10px 0 0;
    vertical-align: -2px;
}

section.sec.contents.seibun {
    width: 950px !important;
    margin: auto;
}

th,
td {
    border: solid 1px;
    padding: 10px;
}

table .seibun {
    border-collapse: collapse;
}
}



/* 【PC】ウィンドウ幅が768px以下の場合に適用するCSS
====================================== */


@media print,
screen and (max-width:768px) {

    #shouhin {
        margin: auto;
        margin-top: 100px;
        text-align: center;
    }

    li {
        list-style: none;
    }
    .br-pc {
        display: none;
    }

    /* common
====================================== */
#shouhin .sec {
        margin-bottom: 60px;
    }

    #shouhin h1 {
        padding: 65px 0 0;
        line-height: 1.3em;
    }

    #shouhin h2 {
        padding: 33px 0;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: transparent;
    }
    
    #shouhin h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #shouhin h2:before {
        margin-right: 1em; 
    }
    #shouhin h2:after {
        margin-left: 1em; 
    }


    #shouhin h3 {
        color: #00236E;
        text-align: left;
        margin: 20px 0;
    }

    #shouhin li {
        padding: 10px 0;
        margin: 5px;
        text-align: left;
    }

    #shouhin p {
        text-align: left;
    }

    #shouhin .mini {
        font-size: 10px;
    }
   

    .fl {
        margin: auto;
    }

    .fl img {
    }

    .comment {
    }
    
    .comment2 {
        text-align: left;
        margin: auto;
    }

    
    

/* item_img
====================================== */
    ul.item4 {
        width: 100%;
    }
    .item4 li{
        padding: 10px 0;
        margin: 5px;
        display: inline-block;
        width: 45%;
    }
    .item4 li img{
        margin:5px;
    }

 /* item_point
====================================== */   
    .point_icon {
        display: flex;
        justify-content: center;
    }
    ul.item3 {
        flex-wrap: wrap;
        display: inline-block;
    }
    .item3 li {
        line-height: 1.8em !important;
    }
    .item3 a {
        color: #462e1d;
        border-bottom: dotted 2px #452e1d66;
    }

    ul.item2 {
    }
    
    .item2 li {
        display: flex;
    }


/* background
====================================== */   
section.sec.icon {
    border-radius: 10px;
    background-color: #f2f6fb;
    padding: 0 20px;
} 
section.sec.contents.kinou {
    background-color: #f1f3f3;
 }

/* check
====================================== */  

.check_area {
    width: 100%;
    margin: 20px 0;
    background: #f2f6fb;
    border: 3px solid #656fa8;
    padding: 10px 0;
}

.check_area .title span {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.check_area .title::before {
    text-align: center;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.check_area .check_area_wrap {
    text-align: center;
}

.check_area ul {
    display: inline-block;
}

.check_area li {
    position: relative;
    margin: 20px 0;
    font-weight: bold;
    text-align: left;
}

.check_area img {
    margin: 0 5px 0 0;
    vertical-align: -1px;
    width: 22px;
}


th,
td {
    border: solid 1px;
    padding: 10px;
}

table .seibun {
    border-collapse: collapse;
}
}

