body{
    font-family: "Noto Sans JP", sans-serif;
}
.sp_banner{
    margin-bottom: 5%;
}
/* categoriy
---------------------------*/
.pframe_catName{
    width: 100%!important;
    background-image: none!important;
    border-top: 0!important;
    padding: 0 0 1%!important;
    background-color: inherit!important;
    margin-bottom: 16px!important;
}
.pframe_sizeName{
    padding: 10px 20px;
    margin-bottom: 5px;
}
@media (max-width: 1024px) {
    .pframe_catName{
        padding-left:3%!important;
        padding-right: 3%!important;
        margin: 0 auto 3%!important;
    }
    .pframe_sizeName{
        padding: 2% 3%;
        margin-bottom: 5%;
    }
}

.pframe_txtBox{
    margin: 0 auto 4%;
}
@media (max-width: 1024px) {
    .pframe_txtBox{
        width: 94%;
    }
}

.pframe_navi{
    display: flex;
}
.pframe_navi li{
    width: 33%;
    text-align: center;
}

/* list
--------------------------*/
.pframe_list{
    width: 100%;
    display: flex;
    justify-content:  start;
    flex-wrap: wrap;
}
.pframe_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5%;
    text-align: center;
    padding: 2%;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.pframe_list li:nth-child(3n){
    margin-right: 0;
}
@media (max-width: 1024px) {
    .pframe_list{
        width: 94%;
        margin: 0 auto;
    }
}
@media (max-width: 430px) {
    .pframe_list li{
        width: 49%;
        margin-right: 2%;
    }
    .pframe_list li:nth-child(3n){
        margin-right: 2%;
    }
    .pframe_list li:nth-child(2n){
        margin-right: 0;
    }
}
/* note
--------------------------*/
.pframe_note{
    color: #656565; 
    font-size: 0.9em;
}
@media (max-width: 1024px) {
    .pframe_note{
        width: 94%;
        margin: 0 auto 5%;
    }

}
/* shouhoinmei
--------------------------*/
.pframe_itemName{
    color: #656565; 
    font-size: 0.9em;
}
/* gazou
--------------------------*/
.pframe_img{
    width: 190px;
    height: 190px;
    text-align: center;
    margin: 0 auto 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.size_2l{
    margin-bottom: 4%;
}
@media (max-width: 430px) {
    .pframe_img{
        width: 150px;
        height: 150px;
    }
}
.pframe_img img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    border: 1px solid #ffffff;
}
.pframe_title{
    text-align: center;
    font-weight: bold;
    color: #656565;
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 1%;
}

/* bangou
--------------------------*/
.pframe_printNo{
    font-size: 1.8em;
    font-family: 'Inconsolata', monospace!important;
    font-weight: bold;
    color: #8f92f9;
    background-color: #ffffff;
    padding: 5% 2%;
    margin-bottom: 5%;
}
.list_bg_white{
    background-color: #ffffff;
    padding: 2%;
}
/* categoriy 下線
---------------------------*/
.pframe_catName{
    border-bottom: 5px solid #153368!important;

}
.pframe_sizeName{
    /*padding: 10px;
    margin-bottom: 5px;*/
    background-color: #153368;
}
/* QR
---------------------------*/
.pframe_qr_button a:link,.pframe_qr_button_frame a:link{
    background-color:#291d1d ;
    text-align: center;
    font-size: 1.2em;
}
.pframe_qr_button a:visited,.pframe_qr_button_frame a:visited{
    background-color:#291d1d ;
}
.pframe_qr_button a:hover,.pframe_qr_button_frame a:hover{
    background-color:#3a3333 ;
}

/* QR
---------------------------*/
.pframe_qr_button,.pframe_qr_button_frame {
    margin-bottom: 8%;
    
}
.pframe_qr_button a:link{
    display: block;
    background-color:#8f92f9 ;
    padding: 5% 2%;
    border-radius: 5px;
    color: #ffffff!important;
    text-align: center;
    font-size: 16px!important;
}
.pframe_qr_button a:visited{
    background-color:#8f92f9 ;
    color: #ffffff!important;
}
.pframe_qr_button_frame a:link{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 2%;
    border-radius: 60px;
    width: 60%;
    color: #ffffff!important;
    text-align: center;
}
@media (max-width: 430px) {
    .pframe_qr_button a:link, .pframe_qr_button_frame a:link{
        font-size: 1em!important;
        padding: 8% 2%!important;
    }
}

/* sonota info
---------------------------*/
.pframe_infoBox{
    text-align: left;
    color: #656565;
    font-size: 0.8em;
}

/*table
---------------------------*/
table {
    width: 100%;
    border: 1px solid #656565;
}
table tr{
    border: 1px solid #656565;
}
table tr th{
    padding: 2%;
    border-right: 1px solid #656565;
}
table tr td{
    padding: 2%;
}


/* tcm category list
--------------------------*/
.pframe_catIcon{
    width: 100%;
    display: flex;
    justify-content:  start;
    flex-wrap: wrap;
    margin-bottom: 8%;
}
.pframe_catIcon li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5%;
    text-align: center;
    box-sizing: border-box;
}
.pframe_catIcon li img{
    width: 100%;
    height: auto;
    border: 0;
}
.pframe_catIcon li:nth-child(3n){
    margin-right: 0;
}
@media (max-width: 1024px) {
    .pframe_catIcon{
        width: 94%;
        margin: 0 auto;
    }
}
@media (max-width: 430px) {
    .pframe_catIcon li{
        width: 49%;
        margin-right: 2%;
    }
    .pframe_catIcon li:nth-child(3n){
        margin-right: 2%;
    }
    .pframe_catIcon li:nth-child(2n){
        margin-right: 0;
    }
}

/*profile
---------------------------*/
@media (max-width: 1024px) {
    .pframe_profile{
        text-align: center;
    }
}
@media (max-width: 430px) {
    .pframe_profile{
        padding: 0 4%;
    }
    .pframe_profile img{
        width: 100%;
        height: auto;
    }
}

/*QR-code
---------------------------*/
#qr-img{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#qr-img img{
    width: 100%;
}

/* QR
---------------------------*/
.pframe_qr_button a:link,.pframe_qr_button_frame a:link{
    background-color:#0a1a44 ;
    text-align: center;
    font-size: 1.2em;
}
.pframe_qr_button a:visited,.pframe_qr_button_frame a:visited{
    background-color:#0a1a44 ;
}
.pframe_qr_button a:hover,.pframe_qr_button_frame a:hover{
    background-color:#224877 ;
}

/*FRAME HOWTO
---------------------------*/
/*外テキスト*/
.frame_howto_txtBox{
    padding: 0 20px;
    margin-bottom: 20px;
}
/*入れ物*/
.frame_howtoBox{
    margin: 0 auto 40px;
    border: 2px solid #2a1e1e;
}
.frame_howtoBox dt{
    display:block;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
.frame_howtoBox dd{
    padding-top: 0;
    display: none;
}
/*ボタンの装飾*/
.frame_howtoBox dt img{
    position: absolute;
    width: 12px;
    height: auto;
    right: 30px;
    top:48%;
}
/*中身*/
.frame_howto{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #2a1e1e;
    box-sizing: border-box;
}
.frame_howto:first-child{
    padding-top: 30px;
    border-top: 2px solid #2a1e1e;
}
.frame_howto:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
/*説明*/
.frame_howto_img{
    width: 30%;
}
.frame_howto_txt{
    width: 65%;
}
.frame_howto_img img{
    width: 100%;
    height: auto;
}
.frame_howto_txt p{
    position: relative;
    padding-left: 40px;
}
.frame_howto_txt p span{
    position: absolute;
    left: 0;
}
.frame_howto_txt p span img{
    width: 30px;
    height: auto;
    border-radius: 2px;
    margin-top: 3px;
}

@media (max-width: 1024px) {
.frame_howtoBox dt img{
        right: 20px;
        top:43%;
}
/*外テキスト*/
.frame_howto_txtBox{
    padding: 0 3%;
    margin-bottom: 3%;
}
.frame_howtoBox{
    width: calc(100% - 6%);
    margin: 0 auto 6%;
}
}
