@charset "utf-8";


body{
    overflow-x: hidden;
}
.txt_small{
    font-size: 0.8em;
}
.mb0{
    margin-bottom: 0;
}

.flexbox{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.taC{
    text-align: center;
}
.display_none{
    display: none;
}


.txt_blue{
    color: #2b5cac;
}
.txt_l{
    font-size: 1.5em;
}
.txt_ll{
    font-size: 2em;
}
.txt_bold{
    font-weight: bold;
}

.margin0{
    margin: 0;
}
.margin05{
    margin: 0.5em 0;
}

.pdT0{
    padding-top: 0 !important;
}
.pdB0{
    padding-bottom: 0 !important;
}
.pd_s{
    padding: 10px;
}

.bg_green{
    background-color: #00b900!important;
}

.fukidasi_blue {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 16px;
	background: #2b5cac;
    border-radius: 1em;
}

.fukidasi_blue:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 15px solid #2b5cac;
}

.list_normal{
    list-style: initial;
    margin-left: 2em;
}

.bb_blue{
    border-bottom: 1px solid #0092C4;
}

/********************************************************************
header
********************************************************************/
.header_top {
    background-color: #2b5cac;
    color: #fff;
    background-image: url(/images/header_gori.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left calc(50% - 650px) top;
}
.header_top a{
    color: #fff;
}
.header_top_inner {
    position: relative;
    display: table;
    width: 100%;
}
.header_info ul {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    bottom: 0;
    right: 16px;
    max-width: calc(100% - 250px);
}
.header_info li {
    margin-left: 10px;
    padding: 3px 8px;
    background: #5090cc;
    border-radius: 5px;
}
#header {
    padding-top: 0;
}

.box{
    margin-bottom: 30px;
}
.sbox{
    margin-bottom: 20px;
}
.ssbox{
    margin-bottom: 10px;
}

#header .category-nav > li > a {
    display: none;
}
#header .category-nav li ul {
    width: 100%;
    position: initial;
    padding: 10px;
    box-shadow: none;
}
#header .category-nav li ul li {
    height: auto;
    width: auto;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #2a5cab;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
    margin-right: 10px;
    margin-bottom: 10px;
/*    padding-left: 5px;*/
}
/*#header .category-nav li ul li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    line-height: 1em;
    height: 1em;
    top: 50%;
    left: 5px;
    margin-top: -0.5em;
    color: #2a5cab;
}*/

.category-nav a {
    border-bottom: none;
}

.category-nav ul {
    display: block;
}
h1.copy{
    font-weight: normal;
    margin-right: 300px;
}


#header_category {
    clear: both;
    padding-top: 10px;
}
#header_category li img {
    display: block;
    margin: 0 auto 5px;
}

#header_category li a {
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2em;
    letter-spacing: -0.1em;
}

#header_category li:first-child {
    border-left: 1px solid #ccc;
}

#header_category li {
    position: relative;
    width: 11.11111111111111%;
    border-right: 1px solid #ccc;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.header_new_icon{
    background-color: orange;
    color: #fff;
    width: 49px;
    max-width: 49px;
    height: 49px;
    margin: 0 auto 5px;
    display: -ms-flexbox !important;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 5px;
    letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px){
    .header_top {
        padding: 16px 200%;
        margin: 0 -200%;
    }
}

@media only screen and (max-width: 767px){
    .header_info {
        display: none;
    }
    .header_top {
        padding: 0 8px;
        margin: 0 -8px;
    }
    .header_top a{
        color: #fff;
    }
    h1.copy{
        margin-right: 150px;
    }
}

#category a{
    color: #2b5cac;
}




/********************************************************************
footer
********************************************************************/
#footer {
	margin-top: 0;
}
#footer .row > div:first-child{
    line-height: 1.8em;
}
#footer .row > div:first-child img{
    margin-bottom: 16px;
}
#footer h4{
    margin: 0.5em;
}
@media only screen and (max-width: 767px){
    #footer {
        margin-bottom: 60px;
    }
}

/********************************************************************
front
********************************************************************/
#page_homepage #contents{
    background-image: url(/images/front_bg_gori.png);
    background-position: center top 70px;
    background-repeat: no-repeat;
}

.footer_copyright{
    margin-top: 32px;
    background: #2b5cac;
    color: #8191b1;
}

img.w100p{
    width: 100%;
}





h2.front_ttl{
    text-align: center;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
    color: #2b5cac;
}
h2.front_ttl span{
    font-size: 14px;
    line-height: 3em;
    display: block;
}

.front_ranking ul li:not(:last-child){
    border-bottom: 1px dashed #b8bec4;
    margin-bottom: 1em;
}

.front_ranking h3{
    background-color: #2b5cac;
    color: #fff;
    text-align: center;
    padding: 0.5em;
}
.front_ranking .pickup_item_small .item_photo{
    float: left;
    width: 105px;
    margin-right: 16px;
}
.front_ranking .pickup_item_small .item_name{
    font-weight: bold;
}
.front_ranking .pickup_item_small .item_price{
    color: #2b5cac;
}


.voice_list{
    background-color: #2b5cac;
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em;
    width: 50%;
    margin: 0 auto;
}


.front_new{
    text-align: center;
}
.front_new .row > div{
    margin-bottom: 2em;
}
.front_new .item_name{
    font-weight: bold;
}
.front_new .item_price{
    font-weight: normal;
}


.front_category a,
.front_action a{
    background-color: #2b5cac;
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em;
}
.front_action a{
    background-color: #ff5722;
}
    .front_category{
        background-color: #edeff1;
    }
@media only screen and (min-width: 768px){
    .front_category{
        padding: 16px 200%;
        margin: 0 -200%;
    }
}
@media only screen and (max-width: 767px){
    .front_category{
        padding: 16px 16px;
        margin: 0 -16px;
    }
}

/*------------*/
.front_performance_img{
    background-image: url(/images/front_performance_bg.jpg?2);
    background-position: center bottom 16px;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 768px){
    .front_performance_img {
        padding: 16px 200%;
        margin: 0 -200%;
    }
    .front_performance_txt{
        min-height: 292px;
    }
    .front_performance_txt img{
        position: absolute;
        top: -45px;
        min-height: 250px;
    }
}
@media only screen and (max-width: 767px){
    .front_performance_txt > div:first-child{
        text-align: center;
    }
}

    .front_w100bg {
        background-color: #f8f8f8;
    }
@media only screen and (min-width: 768px){
    .front_w100bg {
        padding: 16px 200%;
        margin: 0 -200%;
    }
}
@media only screen and (max-width: 767px){
    .front_w100bg{
        padding: 16px 16px;
        margin: 0 -16px;
    }
}


@media only screen and (min-width: 768px){
    .front_foryou{
        width: 80%;
        margin: 0 auto;
    }
    .front_foryou img{
        position: absolute;
    }
    .front_foryou .row > div:first-child{
        height: 460px;
    }
}
@media only screen and (max-width: 767px){
    .front_foryou .row > div:first-child{
        text-align: center;
    }
}

.front_staffmessage{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    align-items: center;
    color: #fff;
}
.front_staffmessage h2 span{
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 1em;
}
.front_staffmessage{
    background-color: #63c8f4;
    background-image: url(/html/user_data/sportsmind/sportsmind_09.png);
    min-height: 427px;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (min-width: 768px){
    .front_staffmessage h2{
        padding-right: 50%;
    }
    .front_staffmessage{
        padding: 16px 200%;
        margin: 0 -200%;
        background-position: right calc(50% - 240px) top;
    }
}
@media only screen and (max-width: 767px){
    .front_staffmessage h2{
        text-align: center;
        width: 100%;
    }
    .front_staffmessage{
        background-size: contain;
    }
}
.h_center{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    align-items: center;
}

.front_action a i{
    font-size: 2em;
    margin-bottom: 0.5em;
}







/*************************/

.product_point.flexbox{
    padding-bottom: 0;
}
.product_point.flexbox h3{
    font-size: 2em;
    color: #fff;
    margin: 0.5em 0;
    font-weight: normal;
}
.product_point.flexbox h4{
    font-size: 1.5em;
    color: #000;
    margin: 0.5em 0;
    font-weight: normal;
}


@media only screen and (max-width: 767px){
    .product_howtobuy_txt > div:first-child{
        text-align: center;
    }
}
@media only screen and (min-width: 768px){
    .front_w100 {
        padding: 16px 200%;
        margin: 0 -200%;
    }
}
@media only screen and (max-width: 767px){
    .front_w100{
        padding: 16px 16px;
        margin: 0 -16px;
    }
}




.front_w100bb {
    background-color: #63caf5;
}




/*****************/

.contents_interview iframe{
    width: 95%;
    height: 1000px;
    border: none;
}






/***************/

.contents_interview h2.mic{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.contents_interview h2.itemname{
    background-image: url(/html/upload/save_image/0621180635_5b2b6a9b8defb.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 3em 1em;
    color: #fff;
    text-shadow: 0 0 20px #63caf5;
    margin: 0;
}
.contents_interview h2.itemname:before{
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     background-color: rgba(99, 202, 245, 0.2);
    
}
.contents_interview div.front_w100bb{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.contents_interview a{
    background-color: #5d5d5d;
    color: #fff;
    padding: 1em 1em;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    text-align: center;
}

.w80p{
    width: 80%;
}
.contents_interview .w80p{
    margin: 0 auto;
}

.contents_interview2 li:nth-child(even) .flexbox{

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
.contents_interview2 .flexbox > div{
    width: 48%;
}

.contents_interview3.flexbox{
    padding-bottom: 0;
}
.contents_interview3 h3{
    color: #fff;
    font-size: 2em;
}
.contents_interview3 > div:first-child{
    width: calc(100% - 250px);
}
.contents_interview3 > div:last-child{
    width: 212px;
}



/*------------*/

.contents_ttl{
    text-align: center;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
}
.contents_ttl span{
    line-height: 2em;
    display: block;
    color: #2b5cac;
}

.contents_sttl{
    text-align: center;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
}
.contents_sttl span{
    font-size: 0.5em;
    line-height: 2em;
    display: block;
    color: #2b5cac;
}

.introduction_main_img{
    background-image: url(/html/user_data/introduction/introduction_mainimg_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.introduction_advice{
}
.introduction_advice_bg{
    background-color: #63c8f4;
        padding: 1em 200%;
        margin: 0 -200%;
}

.introduction_advice ul{
    flex-wrap: wrap;
}
.introduction_advice ul li{
    margin-bottom: 220px;
}
.introduction_advice ul li{
    width: 24%;
}
.introduction_advice ul li:after{
	content: "";
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.introduction_advice ul li:nth-child(1):after{
    background-image: url(/html/user_data/introduction/introduction_advice1.png);
}
.introduction_advice ul li:nth-child(2):after{
    background-image: url(/html/user_data/introduction/introduction_advice2.png);
}
.introduction_advice ul li:nth-child(3):after{
    background-image: url(/html/user_data/introduction/introduction_advice3.png);
}
.introduction_advice ul li:nth-child(4):after{
    background-image: url(/html/user_data/introduction/introduction_advice4.png);
}
.introduction_advice ul li:nth-child(5):after{
    background-image: url(/html/user_data/introduction/introduction_advice5.png);
}
.introduction_advice ul li:nth-child(6):after{
    background-image: url(/html/user_data/introduction/introduction_advice6.png);
}
.introduction_advice ul li:nth-child(7):after{
    background-image: url(/html/user_data/introduction/introduction_advice7.png);
}
.fullwidth{
    margin: 0 -200%;
}

.datalist{
    flex-wrap: wrap;
}
.datalist dt{
    background-color: #ededed;
    padding: 1em;
    margin-bottom: 0.5em;
}
.datalist dd{
    padding: 1em;
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px){
    .introduction_advice ul li{
        width: 49%;
    }
    .datalist dt,
    .datalist dd{
        width: 100%;
    }
}
@media only screen and (min-width: 768px){
    .introduction_main_img {
        padding: 0 200%;
        margin: 0 -200%;
    }
    .introduction_advice ul li:nth-child(1),
    .introduction_advice ul li:nth-child(2),
    .introduction_advice ul li:nth-child(3){
        width: 32%;
    }
    .datalist dt{
        width: 20%;
    }
    .datalist dd{
        width: 79%;
    }
}




/*------------*/
.sportsmind_foryou_bg{
    background-image: url(/html/user_data/sportsmind/sportsmind_07.jpg);
    color: #fff;
    min-height: 519px;
    background-size: cover;
    background-position: right;
}
.sportsmind_foryou_bg > div{
    background-color: rgba(43, 92, 172, 0.8);
    min-height: 519px;
}
@media only screen and (max-width: 767px){
.sportsmind_foryou_bg > div{
    min-height: auto;
}
}


/*------------*/
.about_message_bg{
    background-image: url(/html/user_data/about/about_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.aboute_thisis ul{
    flex-wrap: wrap;
}
.aboute_thisis ul li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33%;
    min-height: 300px;
    margin-bottom: 1%;
}
.aboute_thisis ul li:nth-child(1){
    background-image: url(/html/user_data/about/about_09.jpg);
}
.aboute_thisis ul li:nth-child(2){
    background-image: url(/html/user_data/about/about_10.jpg);
}
.aboute_thisis ul li:nth-child(3){
    background-image: url(/html/user_data/about/about_11.jpg);
}
.aboute_thisis ul li:nth-child(4){
    background-image: url(/html/user_data/about/about_12.jpg);
}
.aboute_thisis ul li:nth-child(5){
    background-image: url(/html/user_data/about/about_15.jpg);
}
.aboute_thisis ul li:nth-child(6){
    background-image: url(/html/user_data/about/about_14.jpg);
}
.aboute_thisis ul li:nth-child(7){
    background-image: url(/html/user_data/about/about_16.jpg);
}
.aboute_thisis ul li:nth-child(8){
    background-image: url(/html/user_data/about/about_13.jpg);
}
.aboute_thisis ul li:nth-child(9){
/*    background-image: url(/html/user_data/about/about_17.jpg);*/
}
@media only screen and (max-width: 767px){
    .about_message_bg{
        background-image: url(/html/user_data/about/about_02sp.jpg);
        padding-bottom: 500px;
        background-position: bottom;
    }
    .aboute_thisis ul li{
        width: 100%;
    }

}



.aboute_thisis{
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
}
.aboute_thisis li{
    padding: 1em;
}
.aboute_thisis span{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}



/*------------*/

@media only screen and (max-width: 767px){

}
@media only screen and (min-width: 768px){
    .flexbox_pc{
        -js-display : flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .review_list .flexbox_pc > div:first-child{
        margin-right: 1em;
    }
    .br_sp{
        display: none;
    }
}



#item_list .normal_price{
    font-size: 0.9em;
    color: #525263;
}




/*************************/

#detail_cart_box .btn-default[disabled]{
    color: red;
}


/* ---------------------------------------------------------------------------------------------

　   tuibibnr

--------------------------------------------------------------------------------------------- */

.tuibibnr_wrap{
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tuibibnr{
    display: none;
}
@media only screen and ( max-width : 767px ) {
    .tuibibnr_wrap{
        display: none;
    }
}
@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 1400px ) {
    .tuibibnr{
        display: block;
        position: fixed;
        top: 150px;
        z-index: 10;
    }
}




#payment_list__list li p{
    margin: 0 1em 1em;
}


/* ---------------------------------------------------------------------------------------------

　   sp-phone

--------------------------------------------------------------------------------------------- */
#sp-phone-area {
    display: none;
}
@media screen and (max-width: 767px){
    /* sp-phone */
    #sp-phone-area {
        color: #fff;
        background: #00b900;
        margin: 2px;
        padding: 5px;
        border-radius: 3px;
        position: fixed;
        width: 99%;
        letter-spacing: 0.1rem;
        bottom: 0;
        display: block;
        z-index: 100;
        font-size: 12px;
    }
	
    .no-border:hover {text-decoration: none;}

    #sp-phone {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: baseline;
        flex-direction: row;
        max-width: fit-content;
        margin: 0 auto 5px;
    }
    #sp-phone i { 
        font-size: 25px;
        margin-right: 5px;
    }

    #sp-phone p {
        font-size: 25px;
        line-height: 1rem;
        margin: 0;
    }
    #sp-phone p span {
        font-size: 12px;
    }

    #sp-phonetime {
        margin: 0 auto;
        max-width: fit-content;
    }
    #sp-phonetime .we {
        background: #fff;
        color: rgb(193, 8, 8);
        padding: 0 3px;
        margin-right: 10px;
        border-radius: 2px;
    }
    
    #sp-phonetime .ml10 {
        margin-left: 10px;
    }
}
@media screen and (max-width: 320px){
    #sp-phone-area {
        font-size: 10px;
    }
    #sp-phone p {
        font-size: 20px;
    }
}



/* ---------------------------------------------------------------------------------------------

　   footer_info

--------------------------------------------------------------------------------------------- */
h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.icon_ttl_box {
  border: 3px solid #137b3c;
}
.icon_ttl_box .ttl_icon {
  background: #137b3c;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_ttl_box .ttl_icon_txt {
  padding: 10px;
}
.icon_ttl_box .ttl_icon_txt h2 {
  color: #137b3c;
  font-weight: bold;
  border-bottom: 2px solid #111;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.icon_ttl_box.icon_ttl_box_noTxt .ttl_icon_txt h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.icon_ttl_box .ttl_icon_txt p {
  font-weight: bold;
}
.ttl_style01 {
  background: url(../img/stripe.jpg) top left / 10px;
  font-weight: bold;
}
.ttl_style01 span {
  border-left: 4px solid #f17816;
  display: block;
}
.ttl_style02 {
  background: #2b5cac;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 140px 10px 10px;
  position: relative;
}
.ttl_style02.attention_ttl {
  background: #fd1b1b;
}
.ttl_style02.more_none {
  padding-right: 10px;
}
.ttl_style02 .more_btn {
  position: absolute;
  background: #fff;
  position: absolute;
  right: 10px;
  border-radius: 5px;
  color: #2b5cac;
  height: 26px;
  line-height: 26px;
  top: 50%;
  margin-top: -13px;
}
.ttl_style02 .more_btn:after {
  content: "\f105";
    font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 10px;
}
h2.title,
.ttl_style03 {
  border-bottom: 3px solid #137b3c;
  color: #137b3c;
  font-weight: bold;
    font-size: 1.5em;
}
.ttl_style04 {
  border-left: 5px solid #137b3c;
  color: #137b3c;
  font-weight: bold;
  padding-left: 10px;
}
.ttl_style05 {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.ttl_style05:after {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  background: #137b3c;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.img_h1 {
  margin-bottom: 15px;
}
.page_ttl {
  font-weight: bold;
  color: #137b3c;
}
.page_ttl i {
  display: block;
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  .icon_ttl_box .ttl_icon {
    width: 70px;
  }
  .icon_ttl_box .ttl_icon_txt {
    width: calc(100% - 70px);
  }
  .icon_ttl_box .ttl_icon_txt h2 {
    font-size: 20px;
  }
  .icon_ttl_box .ttl_icon_txt p {
    font-size: 14px;
  }
  .ttl_style01 {
    font-size: 20px;
    padding: 10px 10px 10px 0;
    margin-bottom: 20px;
  }
  .ttl_style01 span {
    padding-left: 15px;
  }
  h2.ttl_style02 {
    font-size: 17px;
  }
  .ttl_style02 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .ttl_style02 .more_btn {
    font-size: 11px;
    padding: 0 10px;
  }
  .ttl_style03 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .ttl_style04 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ttl_style05 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .page_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page_ttl span {
    font-size: 17px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .icon_ttl_box .ttl_icon {
    width: 70px;
  }
  .icon_ttl_box .ttl_icon_txt {
    width: calc(100% - 70px);
  }
  .icon_ttl_box .ttl_icon_txt h2 {
    font-size: 27px;
  }
  .icon_ttl_box .ttl_icon_txt p {
    font-size: 16px;
  }
  .ttl_style01 {
    font-size: 26px;
    padding: 10px 10px 10px 0;
    margin-bottom: 20px;
  }
  .ttl_style01 span {
    padding-left: 15px;
  }
  h2.ttl_style02 {
    font-size: 20px;
  }
  .ttl_style02 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .ttl_style02 .more_btn {
    font-size: 12px;
    padding: 0 10px;
  }
  .ttl_style03 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .ttl_style04 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ttl_style05 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .page_ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .page_ttl span {
    font-size: 24px;
  }
  .img_h1 {
    margin-bottom: 30px;
  }
}


.dl_box {
    border: 1px solid #9fa9b2;
}
.dl_box dt {
    background: #9fa9b2;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.dl_box dd {
    background: #f3f6f9;
    padding: 10px;
}

.order_ttl {
    color: #2b5cac;
    font-weight: bold;
}

.circle-list li {
    position: relative;
    padding-left: 20px;
}
.circle-list li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #2b5cac;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0.3em;
}

.red {
    color: #f21d1d;
}
.green {
    color: #137b3c;
}
.blue {
    color: #2b5cac;
}
.large_txt {
    font-size: 1.2em;
}

.order_jpn_area table th {
    font-weight: normal;
}
.order_jpn_area table th, .order_jpn_area table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.order_jpn_area table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
.order_jpn_area th, .order_jpn_area td {
    vertical-align: middle;
}

.cancel_list li {
    position: relative;
    padding-left: 1.2em;
    font-weight: bold;
}
.cancel_list li:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    color: #d80000;
}

.num_list {
    counter-reset: number 0;
}
.num_list li {
    position: relative;
    padding-left: 40px;
    min-height: 40px;
    margin-bottom: 10px;
}
.num_list li:before {
    counter-increment: number 1;
    content: counter(number) " ";
    background: #2b5cac;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.plusList li {
    border: 1px solid #2b5cac;
    position: relative;
    text-align: center;
}
.plusList li:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #2b5cac;
    line-height: 1em;
    height: 1em;
}

.info_attention {
    border: 1px solid #d80000;
    background: #ffefef;
    color: #d80000;
    position: relative;
    padding: 10px 10px 10px 50px;
}
.info_attention:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    left: 10px;
    top: 0px;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .order_ttl {
    border-right: 1px solid #2b5cac;
    width: 170px;
    padding: 15px;
  }
  .order_txt {
    width: calc(100% - 170px);
    padding: 15px;
  }

  .plusList li {
    padding: 15px;
    width: 30%;
    margin-right: 5%;
    font-size: 13px;
  }
  .plusList li:last-child {
    margin-right: 0;
  }
  .plusList li:after {
    right: -12%;
    top: 50%;
    margin-top: -0.5em;
    font-size: 20px;
  }
}





@media only screen and ( max-width : 767px ) {
    #header{
        position: fixed;
        width: 100%;
    }
    #main{
        margin-top: 100px;
    }
}




/************/
.product_typearea{
    border-radius: 5px;
    padding: 0 0.5em;
    text-align: center;
    width: fit-content;
    min-width: 65%;
    background-color: #FFEB3B;
    font-weight: bold;

    height: 56px;
    line-height: 56px;
    color: #fff;
}
.product_typearea strong{
    font-size: 1.5em;
}
.product_type_a {
    background-color: #005CB9;
}
.product_type_b {
    background-color: #F76DE1;
}
.product_type_c {
    background-color: #60AC32;
}
.product_type_d {
    background-color: #63ADF8;
}
.product_type_e {
    background-color: #DE5D50;
}
.product_type_f {
    background-color: #000000;
}
/*
.product_type_a span{
    color: #0c1b2b;
}
*/
@media only screen and ( max-width : 767px ) {
    .product_typearea{
        width: 100%;
    }
}


/************/
.products_btn_s {
    height: 35px!important;
    line-height: 35px!important;
}
#favorite.products_btn_s{
    background-color: rgba(82, 82, 99, 0.05);
    color: #525263;
}
.linebtn.products_btn_s{
    color: #00b900;
    display: block;
    text-align: center;
    border: 1px solid #00b900!important;
    background-color: rgba(0, 185, 0, 0.05);
}