body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	
}
footer {
　　　　　text-align: center;
	font-size: 12px;
}

.fs-l-footer a {
    color: white;
    text-decoration: underline;
}

.fs-l-footer__contents > * {
    padding: 0 8px;
    color: white;
}


ol.fs-c-breadcrumb__list--subgroup{
       display:none;
}

.mark_org_souryou{
       color: #004E86;
    border: 1px solid #004E86;
    padding: 3px 7px;
}

.fs-c-heading {
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.fs-c-productNumber {
    border: 0;
    padding: 0;
}

.fs-c-productNameHeading__copy {
    font-size: 0.8em;
}

 .fs-l-product4 .fs-l-productLayout>*>* {
        margin-bottom: 16px;
    }

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 3rem;
    color: #3c3c3c;
}

.fs-c-productPointDisplay {
    background: #f5f5f5;
    color: #3c3c3c;
    font-weight: bold;
    padding: 8px;
    width: 100%;
}

.fs-c-button--primary {
    font-size: 2rem;
    box-shadow: 0 0;
    min-width: 100%;
    padding: 1em 1.6em 1em;
}

/*PC画面の幅調整*/


@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
    max-width: 15%;
    width:100%
  }
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 83%;
  }
  div.temanashi_slide{
    height: 354px;
}
}

/*PC画面の幅調整ここまで*/
a img, nav li a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;

}
a:hover img, #footer .footer_navi li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	zoom: 1;
}


h2.fs-p-heading--lv2 {
	font-size: 15px;
        font-weight: bold;
	text-align: center;
        
	padding: 30px 0;
	clear: both;
        
}





span.fs-c-productName__copy{
        display: none;
}

.fs-p-productDescription--full{
  text-align:center;
}

/*スマホハンバーガーメニュー*/
i.fs-p-drawerButton__icon{
        position: fixed;
        top: 15px;
        z-index: 10;
}
i.fs-icon--close{
        right: 10px
}

span.fs-p-drawerButton__label{
        position: fixed;
        top:  45px;
        z-index: 11;
}
/*スマホハンバーガーメニューここまで*/

.subtitle{
	padding: 10px 0 10px 0;
	border-left: solid 7px #c9c9c9;
	border-bottom: solid 2px #c9c9c9;
	}

.btn_review{
    border:none;
    font-weight: bold;
    display: inline-block;
    background-color: #f5a519;
    padding: 20px 50px;
    color: #014f87;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 3px 3px;
	}
	
.btn_review:active{
    box-shadow: none;
    position: relative;
    top: 3px;
    left: 3px;
	}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    
    .tigaou{
        display: block;
}
}
/* ここから人気商品 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}

.fs-c-subgroupList__link {
    border: 1px solid #333;
}

.fs-c-subgroupList__link::after {
    color: #333;
}

.fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    color: #f00;
    font-weight: bold;
}

@media only screen and (min-width: 960px) {
    .fs-c-productCarouselMainImage__image > img {
        width: 620px !important;
    }
}




/*商品詳細ページ 商品説明（大）*/


.item_content{

color: #444;

font-family:'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

width:100%;

text-align:left;

}



.item_content h2{

padding-bottom: 5px;

padding-right: 5px;

padding-left: 20px;

font-size: 25px;

margin-bottom: 50px;

margin-top: 50px;

text-align: center;

position: relative;

display: inline-block;

}



.item_topic{

text-align:center;

}



.item_content h2:before{

content: '';

position: absolute;

left: 50%;

bottom: -15px;

display: inline-block;

width: 60px;

height: 3px;

transform: translateX(-50%);

background-color: #3c3c3c;

border-radius: 2px;

}



.item_content h3 {

position:relative;

padding-left: 1.2em;

font-size:20px;

margin-bottom:10px;

font-weight:bold;

}



.item_content h3:before{

font-family: "Font Awesome 5 Free";

content: "\f14a";/*アイコンのユニコード*/

font-weight: 900;

position: absolute;/*絶対位置*/

font-size: 1em;/*サイズ*/

left: 0;/*アイコンの位置*/

top: 0;/*アイコンの位置*/

color: #3c3c3c; /*アイコン色*/

font-weight: 900;

}



.item_content p {

font-size:15px;

margin-bottom:50px;

}


/*商品説明（大） ここまで*/