/*元のCSS不要部分非表示*/
.tab-list-area {
    display: none !important; 
}
#tab .item-description, #tab #wc_reviews {
    margin-bottom: 0;
    padding-top: 0 !important;
}
/*商品ページのCSS*/
.item_page_zone {
	width: 100%;
    margin:0;
}
.item_page_zone a{
	text-decoration: none !important;
}
.item_page_zone p{
	line-height: 1.5rem !important;
    font-size: 0.95rem !important;
    margin:0.5em 0;
}
.item_page_zone figure{
	margin-bottom: 1em !important;
}
/* -- PR2の背景 -- */
.bg_pink {
    background:rgba(255,214,228,1.00) !important;
    padding: 2.5% !important;
}
.item_page_zone section {
	padding: 120px 0 2.5em !important;
	margin-top: -106px;
}
.item_page_zone h2{
	line-height: 2em !important;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.item_page_zone h2{
	border-bottom: rgba(228,0,127,1.00) solid 2px;
	padding: 0.5em 0 !important;
    font-family: Shin Go Regular , "sans-serif" !important;
    line-height: 1;
}
.item_page_zone h2.image_heading{
	border-top: rgba(228,0,127,1.00) solid 2px;
	border-bottom: none;
	padding: 0.5em 0 !important;
    line-height: 1;
}
.no_underline{
	border-bottom:none !important;
}
.item_page_zone h3{
margin: 0 0 0.5em !important;

}
.item_page_zone h5{
margin: 0 0 0.5em !important;
font-family: Shin Go Regular , "sans-serif" !important;
}
.item_page_zone img{
	width: 100%;
}
/*テキストの色変更*/
.col_pink{
color: rgba(228,0,127,1.00) !important;
}
.col_green{
color: rgba(20,190,64,1.00) !important;
}

/*ボタン*/
.btn{
font:bold;
font-style:normal;
color:#ffffff;
border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
display: inline-block;
padding:1em 1.5em;
cursor:pointer;
margin:1em auto;
text-decoration: none !important;
}
.btn:hover{
opacity: 0.8;
text-decoration: none;
color: #FFFFFF;
}
.btn:active{
cursor:pointer;
position:relative;
top:2px;
}
/*フルボタン*/
.full_btn{
width: 100% !important;
text-align: center;
font:bold;
font-size: 1.1rem;
font-style:normal;
color:#ffffff;
border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
display: inline-block;
padding:1em 1.5em;
cursor:pointer;
margin:2em auto;
text-decoration: none !important;
}
.full_btn:hover{
opacity: 0.8;
text-decoration: none;
color: #FFFFFF;
}
.full_btn:active{
cursor:pointer;
position:relative;
top:2px;
}
/*配色パターン*/
.pink{
background:rgba(228,0,127,1.00);
}
.orange{
background:rgba(219,115,5,1.00);
}
.green{
background: rgba(20,190,64,1.00);
}
.red{
background: rgba(233,52,41,1.00);
}
.o_green {
    background:  rgba(95,150,120,1.00);
}
.g_blue {
    background: rgba(0,162,154,1.00);
}
.l_pink {
    background: rgba(220,150,200,1.00);
}
.l_blue {
    background:  rgba(79,159,216,1.00);
}
.l_orange{
background:rgba(238,173,70,1.00);
}
.l_red{
background: rgba(240,160,160,1.00);
}
.l_yellow{
background: rgba(201,205,82,1.00);
}
.d_blue {
    background:  rgba(76,130,157,1.00);
}
.p_grn {
    background:  rgba(224,240,235,1.00);
}
.p_ble {
    background:  rgba(212,226,237,1.00);
}
.p_gry {
    background:  rgba(246,245,236,1.00);
}
.p_ore {
    background:  rgba(253,237,228,1.00);
}
.p_pik {
    background:  rgba(254,246,249,1.00);
}
.p_ppl {
    background:  rgba(225,220,240,1.00);
}

p.tips_text{
	margin: 0.5em 0 0 0 !important;	
	line-height: 1 !important;
	
}

/*ボーダー背景見出し*/
.bdr_title {
    background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 238, 250, 1) 10px, rgba(255, 238, 250, 1) 20px );
	margin: 0;
    padding: 2em;
}

.shipping_info {
	display: flex !important;
	justify-content: space-between !important;	
}
.shipping_info h6, .shipping_info .ttl-h6{
	width: 30%;
	padding: 1em 1.5%;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border: rgba(228,0,127,1.00) solid 2px;
	border-radius: 5px;
    line-height: 1.6em !important;
}

/*シッピングインフォ2 2024年5月追加*/
.shipping_info2 {
	display: flex !important;
	justify-content: space-between !important;	
	flex-wrap: wrap;
	gap:20px;
}
.shipping_info2 h6{
	width: 48%;
	padding: 1em 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border: rgba(228,0,127,1.00) solid 2px;
	border-radius: 5px;
    line-height: 1.6em !important;
	margin: 0;
	box-sizing: border-box;
}
.shipping_info2 a.btn{
	width: 48%;
	margin: 0;
	padding: 1em 0;
	font-size: 1rem;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

/*シッピングインフォ内のテンプレートDL*/
a.template_zone_top{
width: 48%;
border: rgba(150,150,150,1.00) solid 1px;
margin: 0;
box-sizing: border-box;
padding: 1em 0;
text-align: center;
text-decoration: none !important;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color:rgba(228,0,127,1.00);
}
a.template_zone_top img{
width: 1.5em;
	margin: 0 0.5em;
}
a.template_zone_top span{
content: "";
display: inline-block;
padding: 1.25em;
font-size: 1rem !important;
text-align: center;
}

/*画像特徴3つ*/
.three_points{
	display: flex;
	justify-content: space-between;
	padding: 1em 2em;
	background: rgba(251,220,235,1);
	margin-bottom: 3em;
}
.three_points img{
	width: auto;
	max-height: 38px;
}



.main_pr {
	position: relative;
}
.main_pr h2{
	font-size: 1.3rem;
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	padding: 1em;
	background: rgba(255,255,255,0.80) ;
	margin-bottom: 0 !important;	
}
/*TOPカテゴリー3colum*/
.top_cate_colum {
	display: flex !important;
	/* justify-content: space-between !important; */
    justify-content: flex-start !important;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.top_cate_colum::after {
	content: "";
    width: 31.5%;
}
.top_cate_colum div{
    /* width: 31.5%; */
    width: calc(100% / 4 - 10px);
    border: rgba(240,240,240,1.00) solid 8px;
    margin-bottom: 1.75em;
    margin: 0 5px 1.75rem 5px;
    box-shadow: 0px 15px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 16px 10px -10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 15px 3px -3px rgba(0,0,0,0.3);
}
.top_cate_colum div:hover{
    opacity: 0.9;
}
.top_cate_colum div a{
    color: #000000;
}
.top_cate_colum div figure{
    position: relative;
    padding: 0;
    margin: 0 !important;
}
.top_cate_colum div figure img{
display: block;
    padding: 0;
    margin: 3% ;
    width: 94%;
    aspect-ratio:1;
    object-fit:cover;
}
.top_cate_colum div figure figcaption{
    position: absolute;
    bottom: 0;
    left:3%;
    right: 3%;
    display: block;
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1.00);
    text-align: left;
    padding: 3%;
    font-size: 0.85rem;
    width: auto;
}
.top_cate_colum div h4{
    margin:0 4% 3% 4%!important;
    background-image: url(https://fullgra.jp/wp-content/uploads/icons/allow1.svg);
    background-size: 10%;
    background-position:center right;
    background-repeat: no-repeat;
}
.top_cate_colum div h4 span{
    display: block;
    font-size: 1rem;
    margin:0.25em 0 0 0;
}
.top_cate_colum div h4 small{
    width: auto;
    font-size: 0.8rem;
    padding: 0.25em 0.75em;
    border-radius: 25px;
    color: #FFFFFF;
}

/*バナー 横長 スマホ時1/2分割*/
.bnr_harf {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 2.5em 0 0;
}
.bnr_harf div{
	width: 50% !important;
}

.mascot1{/*Tシャツ*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot1.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.mascot2{/*フルグラの秘密*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot2.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.mascot3{/*クチコミ割引*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot3.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.mascot4{/*法人のお客様へ*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot4.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.mascot5{/*パーカー*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot5.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.mascot6{/*法被*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot6.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.mascot7{/*新商品*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/bnr_mascot7.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}

/*カルーセルスライダーのドット位置補正*/
.carousel-slider .owl-dots .owl-dot {
zoom: 1;
display: inline-block;
width: 26px;
}

/*カルーセルスライダー　こちらもチェック*/
.other_item_checker div.owl-stage-outer div.owl-stage{
	display: flex;
}

.other_item_checker div.owl-stage-outer div div.owl-item{
border: rgba(240,240,240,1.00) solid 8px;
padding: 0 0.25em 1em 0.25em;
margin-bottom: 1em;
	align-items: center;
}

.other_item_checker div.owl-stage-outer div div.owl-item .caption{
font-size: 14px !important;
}
.other_item_checker div.owl-stage-outer div div.owl-item a{
color: #000000;
}

.other_item_checker div.owl-stage-outer div div.owl-item a:hover{
color: #e4007f;
}





@media screen and (max-width: 640px){
	.mascot7 {
		backgruond-size: 25%;	
	}
}

.mascot7_header4
{
	text-align: left; 
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN'; 
	margin-left: 2.4em !important;
}
.mascot7_speechBubble{
	display:inline-block;
	font-size: 0.7em; 
	padding-bottom: 0.2em;
}
.mascot7_speechBubble_left{
	font-size: 2em; 
	display: inline-block; 
	width: 9px; 
	transform: scale(0.4, 1);
}
.mascot7_speechBubble_text{
	vertical-align: 0.7em;
	font-size:0.9em;
}
.mascot7_speechBubble_right{
	font-size: 2em; 
	display: inline-block; 
	width: 9px; 
	transform: scale(-0.4, 1);
}
.mascot7_mainCatchphrase_text{
	font-size: 2.7em; 
	margin: 0.1em 0 0.1em;
	display: inline-block;
}
.mascot7_subCatchphrase_text{
	font-size: 1.4em; 
	margin-top: 4px;  
	display: inline-block; 
	letter-spacing: 0.3em; 
}
.mascot7_moreDetailsButton{
	margin-top:9px !important; 
	margin-bottom: 0.1em;
}
/* !新商品 */

.beginner{/*初心者マーク*/
    background-image: url(https://fullgra.jp/wp-content/uploads/banner/mascot/beginner.png);
    background-size: 30%;
    background-position:bottom right;
    background-repeat: no-repeat;
}
.bnr_harf div ul{
	font-size: 1rem !important;
    list-style: none !important;
    width: 90%;	
    margin: 1.5em 0 0 1em ;
    padding: 0 ;
}
.bnr_harf div ul li{
	display: inline-block;
    background: rgba(228,0,127,1.00);
    border-radius: 20px;
    padding: 0.25em 1em;
    margin-right: 0.5em;
    color: rgba(255,255,255,1.00);
}
.bnr_harf div h4{
	font-size: 1.6rem !important;
    width: 70%;
    color: rgba(255,255,255,1.00);
    margin: 0.5em 0 0 0.75em !important;
    line-height: 1.5em;
    padding: 0;
}
.bnr_harf div p{
    margin: 1.25em 0 0 1.5em;
    width: 70%;	
    font-size: 0.9rem !important;
    background: rgba(255,255,255,1.00);
    border-radius: 20px;
    padding: 0.5em 1em;
    text-align: center;
    margin-right: 1em;
    box-shadow: 0px 3px 2px #666666;
}
.bnr_harf figure{
	width: 50% !important;
    margin: 0 !important;
    padding: 0!important;
}
.bnr_harf div figure img{
    margin:0 !important;
    width: 100%;	
}
/*バナー特集ページ 横長 スマホ時1/2分割*/
.bnr_harf_top {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 0 0 2em !important;
}
.bnr_harf_top div{
	width: 50% !important;
}
.bnr_harf_top div ul{
	font-size: 1rem !important;
    list-style: none !important;
    width: 100%;	
    margin: 1.5em 0 0 1em;
    padding: 0;
}
.bnr_harf_top div ul li{
	display: inline-block;
    background: rgba(228,0,127,1.00);
    border-radius: 20px;
    padding: 0.25em 1em;
    margin-right: 0.5em;
    color: rgba(255,255,255,1.00);
}
.bnr_harf_top div h4{
	font-size: 1.6rem !important;
    width: 70%;
    color: rgba(255,255,255,1.00);
    margin: 0.5em 0 0 0.75em !important;
    padding: 0;
}
.bnr_harf_top div p{
    margin: 0.5em 0 0 1.5em;
    width: 70%;	
    font-size: 0.9rem !important;
    border-radius: 20px;
    padding: 0;
    text-align:left;
    color: rgba(255,255,255,1.00);
}
.bnr_harf_top figure{
	width: 50% !important;
    margin: 0 !important;
    padding: 0!important;
}
.bnr_harf_top div figure img{
    margin:0 !important;
    width: 100%;	
}

/*法被キャンペーンオペレーターバナー 横長 スマホ時1/2分割*/
.hp_camp_bnr {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 2.5em 0 0;
	padding: 0.75em 1.75em;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	background-size:cover;
	background-position: bottom right;
	border-radius: 10px;
}
div.hp_camp_bnr h3{
	width:100%;
	border-bottom: none !important;
	margin-bottom: 0.5em !important;
	line-height: 1.5em;
}
div.hp_camp_bnr h3small{
	display: block;
}
.hp_camp_bnr div{
	width: 50% !important;
}

.hp_camp_bnr div h4{
	width: 90%;
	
}
.hp_camp_bnr div p{
	width: 90%;	
}



/*形状比較カラム-Tシャツ 2カラム*/
.shape_2c{
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 1em 0 2.5em 0 !important;
}
.shape_2c div{
    width:48% !important;
    padding: 1em;
}
div.setin{
    background: rgba(211,227,237,1.00);
}
div.dorman{
    background: rgba(214,227,219,1.00);
}

.shape_2c h5{
    padding:0;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important; 
}
.shape_2c h6{
    padding:0;
    font-size: 1.1rem !important;
    font-family: Shin Go Bold , "sans-serif" !important; 
}
.shape_2c p{
    width: 100%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
}
.shape_2c figure{
	margin:0 0 1em 0!important;
     padding: 0 !important;
}
.shape_2c figure a{
    width: 100% !important;	
    box-shadow: none !important;
}
/*形状比較カラム-パーカー 3カラム*/
.shape_3c{
    display: flex;
	justify-content: space-between;
	align-items: stretch;
    flex-wrap: wrap !important;
	margin: 1em 0 2.5em 0 !important;
}
.shape_3c div{
    width:32% !important;
    padding: 1em;
	margin-bottom: 1em;
}
.shape_3c h5{
    padding:0;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important; 
}
.shape_3c h6{
    padding:0;
    font-size: 1.1rem !important;
    font-family: Shin Go Bold , "sans-serif" !important; 
}
.shape_3c p{
    width: 100%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
}
.shape_3c figure{
	margin:0 0 1em 0!important;
     padding: 0 !important;
}
.shape_3c figure a{
    width: 100% !important;	
    box-shadow: none !important;
}
/*ボタン*/
.item_btn{
width: 70% !important;
text-align: center;
font:bold;
font-size: 1rem;
font-style:normal;
color:#ffffff;
border-radius:30px;
display:block;
padding:0.5em;
cursor:pointer;
margin:1.5em auto 1em;
text-decoration: none !important;
}
.item_btn:hover{
opacity: 0.8;
text-decoration: none;
color: #FFFFFF;
}


/*生地比較カラム*/
.fabric_c {
    border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;
}
.fabric_c h5{
    padding:0;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}
.fabric_c h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.fabric_c p{
    width: 100%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
}
.fabric_c figure{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin:0 !important;
     padding: 0 !important;
}
.fabric_c figure a{
	width: 19% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.fabric_c figure::before {
	content: "";
    width: 19% !important;
	display: block;
	order: 5;
}
.fabric_c figure::after {
	content:"";
    width: 19% !important;
	display: block;
	
}
/*生地比較カラム 写真2枚 テキスト右*/
.fabric_c_2c {
	display: flex;
	justify-content: space-between;
}
.fabric_c_2c div{
    width: 49%;
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;    
}
.fabric_c_2c h5{
    padding:0;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}
.fabric_c_2c h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.fabric_c_2c p{
    width: 100%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
}
.fabric_c_2c figure{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin:0 !important;
     padding: 0 !important;
}
.fabric_c_2c figure a{
	width: 49% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*生地比較カラム 写真4枚 テキスト上*/
.fabric_c_4c {
	display: flex;
	justify-content: space-between;
}
.fabric_c_4c div{
    width: 100%;
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;    
}
.fabric_c_4c h5{
    padding:0;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}
.fabric_c_4c h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.fabric_c_4c p{
    width: 100%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
}
.fabric_c_4c figure{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin:0 !important;
     padding: 0 !important;
}
.fabric_c_4c figure a{
	width: 24% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*特徴写真 4列x2段*/
.parts_r4_p2{
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.parts_r4_p2 div{
    width: 23%;
}
.parts_r4_p2 div h5{
    text-align: center;
}
.parts_r4_p2 div figure{
    width: 100%;
	margin: 0 !important;
}
.parts_r4_p2 div figure img{
    width: 100%;
}



/*生地比較カラム 写真二枚 テキスト右*/
.fabric_c_p2 {
}
.fabric_c_p2 div{
    /*width: 100%;*/
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fabric_c_p2 h5{
	width: 100% !important;
    padding:0;
	margin-bottom: 0.75em !important;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
}
.fabric_c_p2 h5 span{
	
}
.fabric_c_p2 h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.fabric_c_p2 p{
    width:54%;
    text-align: justify;
    margin: 0 0 0 0;
    font-size: 1rem !important;
	vertical-align: top;
}
.fabric_c_p2 figure{
	width: 20% !important;
	margin:0 !important;
     padding: 0 !important;
}
.fabric_c_p2 figure a{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pc-2items-text{
			padding-left: 1rem;
		}
.pc-2items-clothDescription{
			display: flex;		
		}

/*生地比較カラム 写真4枚 テキスト上*/
.fabric_c_p4 {
}
.fabric_c_p4 div{
    /*width: 100%;*/
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fabric_c_p4 h5{
	width: 100% !important;
    padding:0;
	margin-bottom: 0.75em !important;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
}
.fabric_c_p4 h5 span{
	
}
.fabric_c_p4 h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.fabric_c_p4 p{
    width:100%;
    text-align: justify;
    margin: 0 0 1em 0;
    font-size: 1rem !important;
	vertical-align: top;
}
.fabric_c_p4 figure{
	width: 23% !important;
	margin:0 !important;
     padding: 0 !important;
}
.fabric_c_p4 figure a{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pc-2items-text{
			padding-left: 1rem;
		}
.pc-2items-clothDescription{
			display: flex;		
		}

/*生地比較カラム タオル*/
.fabric_c_towel {
    border: rgba(240,240,240,1.00) solid 8px !important;
    margin-bottom: 1.5em;
    padding: 1em;
}
.fabric_c_towel h5{
    padding:0;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , sans-serif !important;
    color: rgba(228,0,127,1);
}
.fabric_c_towel p{
    width: 100%;
    text-align: justify;
    margin: 1em 0 !important;
    font-size: 0.95rem !important;
}
.fabric_c_towel_contents {
    display: flex;
}

.fabric_c_towel_textarea {
    width: 100%;
    padding-right: 2em;
}
.fabric_c_towel ul {
    padding: 0.5em !important;
    margin: 0.5em 0 !important;
    background-color: rgba(250, 250, 210, 1);
}

.fabric_c_towel li {
    list-style: none !important;
    line-height: 1.5 !important;
    font-family: Shin Go Bold !important;
}
.fabric_c_towel li span{
    display: inline-block;
    width: 5em;
    text-align-last: justify;
}

.fabric_c_towel figure {
    display: flex;
    flex-direction: row;
}
.fabric_c_towel figcaption{
    width: 100% !important;
    margin: -1em 0.5em 0 !important;
}
.fabric_c_towel img{
	padding:0.5em !important;
}
.fabric_c_towel_imagearea div {
    margin: 0.5em;
    background-color: rgba(250, 250, 250, 1);
}
.fabric_c_towel_imagearea p {
    padding: 0.5em;
    margin: 0,5em;
    font-size: 0.9rem !important;
}

/*生地比較カラム タペストリー*/
.fabric_c_tapest {
}
.fabric_c_tapest div{
    width: 100%;
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fabric_c_tapest h5{
	width: 100% !important;
    padding:0;
	margin-bottom: 0.75em !important;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}
.fabric_c_tapest h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.fabric_c_tapest p{
    width: 76%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
	vertical-align: top;
}
.fabric_c_tapest figure{
	width: 20% !important;
	margin:0 !important;
     padding: 0 !important;
}
.fabric_c_tapest figure a{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}



/*比較カラム タペストリー ポール形状*/
.pole_c_tapest {
}
.pole_c_tapest div{
    width: 100%;
	border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pole_c_tapest h5{
	width: 100% !important;
    padding:0;
	margin-bottom: 0.75em !important;
    font-size: 1.2rem !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}
.pole_c_tapest h5 small{
    padding:0;
    margin-bottom: 0.75em;
    font-size: 1rem !important;
    display: block;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.pole_c_tapest figure{
	width: 31% !important;
	margin:0 !important;
     padding: 0 !important;
}
.pole_c_tapest figure a{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pole_c_tapest p.pole_normal{
    width: 65%;
    text-align: justify;
    margin: 1em 0 0 0;
    font-size: 1rem !important;
	vertical-align: top;
}
.pole_c_tapest p.pole_assembly{
    width: 48% !important;
    text-align: justify;
    margin: 1em 0 0 0;
    font-size: 1rem !important;
	vertical-align: top;
}
.pole_c_tapest figure.shipping_cost{
	width: 48% !important;
	margin:1em 0 0 0 !important;
     padding: 0 !important;
}
.pole_c_tapest figure img{
	width:100% !important;
}

/*生地比較カラム 法被特集*/
.happi_kiji {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.happi_kiji div{
    width: 32%;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
}
.happi_kiji h5{
	width: 100% !important;
    padding:0;
	margin-bottom: 0.75em !important;
    font-size: 1.2rem !important;
	line-height: 1.75 !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}
.happi_kiji h5 span{
	margin-left: 0 !important;
    font-size: 1rem !important;
    font-family: Shin Go Regular , "sans-serif" !important;
}
.happi_kiji p{
    width: 100%;
    text-align: justify;
    margin: 1em 0;
    font-size: 1rem !important;
	vertical-align: top;
}
.happi_kiji figure{
	width: 100% !important;
	margin:0 !important;
     padding: 0 !important;
	display: block;
}
.happi_kiji figure a{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*タオル フチの仕様 3列*/
.towel_fuchi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.towel_fuchi div{
    width: 32%;
    padding:1em;
    margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
}
.towel_fuchi h5{
	width: 100% !important;
    padding:0;
	margin-bottom: 0.75em !important;
    font-size: 1.2rem !important;
	line-height: 1.75 !important;
    font-family: Shin Go Bold , "sans-serif" !important;
    
}

.towel_fuchi p{
    width: 100%;
    text-align: justify;
	vertical-align: top;
}
.towel_fuchi figure{
	width: 100% !important;
	margin:0 !important;
     padding: 0 !important;
	display: block;
}
.towel_fuchi figure a{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/*特集ページ-商品一覧*/
.pickup_page_lineup {
display: flex;
justify-content: space-between;
	flex-wrap: wrap;
}
.pickup_page_lineup div{
    width: 48%;
    border: rgba(240,240,240,1.00) solid 8px !important;
    padding:0 0 1em;
    margin-bottom: 1.5em;
}
.pickup_page_lineup div h4{
    width: 95%!important;
    font-size: 1rem !important;
    text-align: center;
}

.pickup_page_lineup div a{
    margin: 1em auto 0;
}
.pickup_page_lineup figure{
    width: 70% !important;
	margin:0 auto !important;
     padding: 0 !important;
}

/*紹介ページ-商品一覧 3列*/
.pickup_page_lineup_3line {
display: flex;
justify-content: space-between;
	flex-wrap: wrap;
}
.pickup_page_lineup_3line div{
    width: 32%;
    border: rgba(240,240,240,1.00) solid 8px !important;
    padding:1em 0 1em;
    margin-bottom: 1.5em;
}
.pickup_page_lineup_3line div h4{
    width: 95%!important;
    font-size: 1rem !important;
    text-align: center;
    font-family: Shin Go Bold , "sans-serif" !important;
}
.pickup_page_lineup_3line div p{
    text-align: center;
    font-size: 0.8rem !important;
    margin-bottom: 0;
}
.pickup_page_lineup_3line div a{
    margin: 1em auto 0;
}
.pickup_page_lineup_3line figure{
    width: 80% !important;
	margin:0 auto !important;
     padding: 0 !important;
}

/*1カラム*/
.single_c {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 0.5em 0 1em 0 !important;
}
div.single_c div{
	width: 48% !important;
}

.item_page_zone figure{
	width: 100%;
    margin: 0 0 0 0 ;
    padding: 0;
}
.item_page_zone figcaption{
	width: 100%;
    margin: 0;
    padding: 0;
}
.single_c figure{
	margin-bottom: 1.5em;
}
.single_c img{
	width: 100%;
	text-align: left;
	object-fit: cover;
}

div.single_c div p{
	text-align: justify !important;
    margin: 0 0 0.5em 0;
}
.colum_rv {
	flex-flow: row-reverse;
}

/*タオル比較写真*/
.towel_size {
    width: 70% !important;
}
/*ブランケット比較写真*/
.blanket_size {
    width: 100% !important;
}

/*分割なしの1カラム-主に上下のスペース対策用*/
.single_c100 {
	margin: 0.5em 0 2em 0 !important;
}

/*写真付き1カラムを6：4くらい  画像左配置*/
.single_c64 {
	display: flex;
	justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap !important;
	margin: 0.5em 0 1em!important;
}
div.single_c64 div{
	width: 65% !important;
}
div.single_c64 div p{
	margin-bottom: 1.5em;
}
div.single_c64 div h6{
	width: 100%;
	font-size: 1rem;
	margin:1em 0;
	border: none ;
	text-align: left;
}
.single_c64 figure{
    width: 30%;
    margin-bottom: 1.5em;
}
.single_c64 img{
	width: 100%;
	object-fit: cover;
}

/*写真付き1カラムを6：4くらい 画像右配置*/
.single_c64r {
	display: flex;
	justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap !important;
	margin: 0.5em 0 1em!important;
	flex-direction: row-reverse;
}
div.single_c64r div{
	width: 65% !important;
}
div.single_c64r div p{
	margin-bottom: 1.5em;
}
div.single_c64r div h6{
	width: 100%;
	font-size: 1rem;
	margin:1em 0;
	border: none ;
	text-align: left;
}
.single_c64r figure{
    width: 30%;
    margin-bottom: 1.5em;
}
.single_c64r img{
	width: 100%;
	object-fit: cover;
}

/*商品比較用2カラムレイアウト*/
.other_items {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 0.5em 0 !important;
}
.other_items_box{
	width: 49% !important;
    border: rgba(200,200,200,1.00) solid 4px;
    padding: 0 1em 0 0;
    position: relative;
	margin-bottom: 1em;
}
.other_items_box figure{
    width: 38%;
    margin: 1em 0 0 1em;
}
.other_item_box figure img{
	width: 100%;
	object-fit: cover;
}
.other_items_box div{
/*
	width: 49% !important;
    border: none;
    position: absolute;
    padding: 0;
    right: 1em;
    top: 1em;
*/
}
.other_items_box div h6{
	font-size: 1rem;
    margin:1em 0;
	padding: 0;
	width: 100%;
	border: none ;
	text-align: left;
}
.other_items_box div p{
	margin-bottom: 1em;
}
.now_item{
	background: rgba(240,240,240,1.00);
    mix-blend-mode: multiply; /* 乗算 */
}
.now_item img{
    mix-blend-mode: multiply; /* 乗算 */
}
.now_item{
    color: #666666;
}

/*2カラム*/
.double_c {
	display: flex;
	justify-content: space-between;	
	margin: 1em 0;
    flex-wrap: wrap;
}
div.double_c div{
	width: 48% !important;
    margin-bottom:2em;
}
.double_c img{
	width: 100%;
	text-align: left;
	object-fit: cover;
}
div.double_c div h4{
	font-size: 1.2rem !important;
    margin-top: 1em !important;
    
}
div.double_c div h5{
	font-size: 0.9rem !important;
}
div.double_c div p{
	text-align: justify !important;
}
/*3カラム*/
.triple_c {
	display: flex;
	justify-content: space-between;	
    flex-wrap: wrap;
	margin: 1em 0;
}
.triple_c::after{
	width: 31%;
    content: "";
}
div.triple_c div{
	width: 31%;
    margin-bottom: 1em;
}
.triple_c img{
	width: 100%;
	text-align: left;
	object-fit: cover;
}
div.triple_c div p{
	text-align: justify !important;
}
/*4カラム*/
.quad_c {
	display: flex;
	justify-content: space-between;	
    flex-wrap: wrap;
	margin: 1em 0;
}
.quad_c::after{
	width: 22%;
    content: "";
}
div.quad_c div{
	width: 22%;
    margin-bottom: 1em;
}
.quad_c img{
	width: 100%;
	text-align: left;
	object-fit: cover;
}
div.quad_c div p{
	text-align: justify !important;
}

/*洗濯検証*/
.wash_hikaku {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 1.5em 0 0.5em 0 !important;
	padding: 1em 2em;
	background:rgba(231,239,245,1.00);
}
.wash_hikaku h4{
	width: 100%;
	font-size: 1.1rem !important;
	margin-bottom: 0.75em !important;
}
.wash_hikaku figure{
    width: 48%;
    margin: 0;
	padding: 0;
}
.wash_hikaku figure img{
	width: 100%;
}
.wash_hikaku p{
	width: 100%;
}

/*納期のカラム(テキスト部) - 商品ページ*/
.nouki_colum dl{
	margin: 1em 0 0.15em 0 !important;
	font-family: Shin Go Regular , "sans-serif" !important;
	font-size: 1.1rem !important;
}
.nouki_colum dl dt{
	display: inline-block;
	min-width: 10em;

}
.nouki_colum dl dd{
	display: inline-block;
}
.nouki_colum p small{
	line-height:1.2 !important;
	margin: 0 0 1em 0 !important;
}

/*価格表テーブル*/
.price_table{
  width: 100%;
  border-collapse:separate;
border-collapse: collapse;
  border-spacing: 0;
	margin: 1em 0 !important;
}

.price_table th{
  text-align: center;
	border-collapse: collapse;
  color:#fff;
  background: rgba(228,0,127,1.00);
  padding: 0.5em 0;
	width: 50%;
	border: 1px solid #ccc !important;
}

.price_table td{
  text-align: center;
	border-collapse: collapse;
  padding: 0.5em 0;
	border: 1px solid #ccc !important;
}

.price_table p{
  text-align: center;
}

/*データ入稿について*/
.data_submit{
    border: rgba(240,240,240,1.00) solid 8px;
    padding: 1em;
	margin-bottom: 1em;
}
.data_submit h3{
   text-align: center;
	border: none;
}
.data_submit figure.submit_flow .submit_flow_pc{
	display: block;
}
.data_submit figure.submit_flow .submit_flow_mobile{
	display: none;
}
.data_submit div.submit_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.data_submit div.submit_info div:nth-child(1){
	width: 53%;
}
.data_submit div.submit_info div:nth-child(2){
	width: 43%;
}
.data_submit div.submit_info div a{
	display: block;
	text-align: center;
}
/*入稿についてのテンプレートDL*/
.data_submit div.submit_info div a.template_dl{
border: rgba(150,150,150,1.00) solid 1px;
margin: 0;
box-sizing: border-box;
padding: 1em 0;
text-align: center;
text-decoration: none !important;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color:rgba(228,0,127,1.00);
height: 110px;
}
.data_submit div.submit_info div a.template_dl img{
width: 1.5em;
	margin: 0 0.5em;
}
.data_submit div.submit_info div a.template_dl span{
content: "";
display: inline-block;
padding: 1.25em;
font-size: 1rem !important;
text-align: center;
}



/*注意書きリスト*/
ul.kome_list{
  width: 100%;
	list-style: none !important;
	margin: 0.5em 0 !important;
	padding: 0 !important;
	font-size: 0.8rem !important;
}
ul.kome_list li{
list-style: none !important;
  padding-left: 1em;
    text-indent: -1em;
	margin:0.3em 0 !important;
	text-align: justify;
}
/*商品仕様*/
.item_spec{
  width: 100%;
	font-size: 1rem;
	border-collapse:separate;
  border-spacing: 0;
  margin: 0.5em 0 4em 0 !important;
}
.item_spec th{
	border-collapse: collapse;
	font-weight: normal;
  padding: 0.5em 2em 0.5em 0.5em !important;
	width: auto  !important;
	min-width: 6em  !important;
    text-align: left !important;
	border: none !important;
}
.item_spec td{
  text-align:left;
	border-collapse: collapse;
  padding: 0.5em;
	border: none !important;
}

/*商品仕様2*/
.item_spec_tb{
  width: 100% !important;
  border-collapse:separate !important;
border-collapse: collapse !important;
  border-spacing: 0 !important;
	margin: 0.25em 0 !important;
}
.item_spec_tb th, .item_spec_tb td{
	width: 50%;
  text-align: center;
	border-collapse: collapse;
  padding: 0.5em 0;
	border: 1px solid #ccc !important;
}

/*サイズ写真*/
.scale_wear{
	width: 100% !important;
	margin: 0 auto 2em !important;
	display: block !important;
}
/*サイズ表テーブル*/
.size_table{
  width: 100%;
  border-collapse:separate;
border-collapse: collapse;
  border-spacing: 0;
	margin: 0.25em 0 !important;
}
.size_table th{
  text-align: center;
	border-collapse: collapse;
  color:#fff;
  background: rgba(228,0,127,1.00);
  padding: 0.5em 0;
	width:auto !important; 
min-width:5em !important; 
	table-layout: fixed; 
	border: 1px solid #ccc !important;
}

.size_table td{
  text-align: center;
	border-collapse: collapse;
  padding: 0.5em 0;
	border: 1px solid #ccc !important;
}
p.tb_tani{
	margin: 0 0 1em 0;
    padding: 0;
    text-align: right !important;
    font-size: 0.8rem !important;
}

/*着用写真横並びレイアウト*/
.wear_size_hikaku {
	display: flex !important;
	justify-content: space-between !important;	
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.wear_size_hikaku figure{
    width: 14.28%;
    position: relative;
    margin-bottom: 1.75em;
    padding: 0;
    margin: 0 !important;
}
.wear_size_hikaku figure:hover{
    opacity: 0.9;
}
.wear_size_hikaku figure img{
    display: block;
    padding: 0;
    margin: 3% ;
    width: 94%;
}
.wear_size_hikaku figure figcaption{
    position: absolute;
    bottom: 3%;
    left:3%;
    right: 3%;
    display: block;
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1.00);
    text-align: left;
    padding: 5%;
    font-size: 1.1rem;
    width: auto;
}

/*テンプレートゾーン*/
div.template_zone{
	margin: 0 0 2em 0;
    padding: 0;
    list-style: none;
}
.template_zone a{
display: block;
width: 100% !important;
border: rgba(150,150,150,1.00) solid 1px;
margin: 1em 0;
padding: 3em;
text-align: center;
text-decoration: none !important;
}
.template_zone a p{
display: inline;
padding: 3em 0 3em 3em;
margin: 2em auto;
font-size: 1.4rem !important;
text-align: center;
background-image: url(https://fullgra.jp/wp-content/uploads/2020/05/icon_dl.svg);
background-size: 2em;
background-position: left center;
background-repeat: no-repeat;
}

/*ダウンロードページ_対応アプリ*/
div.taiou_app{
margin: 1em 0;
}
.taiou_app h5{
font-size: 1.2rem !important;
}
.taiou_app img{
width: 80px;
margin-right: 1em;
vertical-align: middle;
display: inline !important;
}
/*ダウンロードページ_データリスト*/
h4.dl_data_midashi{
	padding: 1em;
    background: rgba(230,230,230,1.00);
    margin-bottom: 1em !important;
}
div.dl_data_list{
	margin: 0 0 2em 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dl_data_list div{
width: 49%;
display: flex;
justify-content: space-between;
align-items: center;
border: rgba(150,150,150,1.00) solid 1px;
padding: 1em 1em 0.6em 1em;
margin: 1em 0;
}
.dl_data_list p{
font-size: 0.9rem;
margin: 0 !important;
padding: 0 0 5px 0 !important;
}
.dl_data_list a{
margin: 0;
padding: 0;
font-size: 0.9rem;
display: inline-flex;
text-decoration: none !important;
color: rgba(0,0,0,1.00);
}
.dl_data_list a:hover{
color: rgba(228,0,127,1.00) ;
}
.dl_data_list a::before{
content: url(https://fullgra.jp/wp-content/uploads/2020/05/icon_dl.svg);
width: 1.5em;
margin-right:0.5em;
vertical-align: baseline;
}


/*FGFのサービス*/
.fgf_service{
	padding: 1em;
	background: rgba(251,220,235,1);
}
.fgf_service img.service_heading{
	width: 56%;
	margin: 2em auto;
}


.fgf_service_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1em;
	background: #ffffff;
	position: relative;
	margin-bottom: 1em;
}
.fgf_service_contents h4{
	width: 100%;
}

.fgf_service_contents span{
	position: absolute;
	top: 0.75em;
	right: 1.25em;
	padding: 0.3em 0.5em 0.25em;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1rem;
	min-width: 7em;
	text-align: center;
}
.fgf_service_contents div:nth-of-type(1){
	width: 38%;
	padding: 0;
}
.fgf_service_contents div:nth-of-type(2){
	width: 58%;
	padding: 0;
}
.fgf_service_contents p{
	margin-bottom: 1.5em;
}
.fgf_service_contents div.fgf_service_btn_area{
	display:flex;
	justify-content: space-between;
	gap:20px;	
	width: 100%;
}
.fgf_service_contents .fgf_service_btn_area a{
	width: 48%;
	padding: 1em 0;
	text-align: center;
	margin: 0;
}

.fgf_service div.fgf_service_more{
	display: flex;
	justify-content: space-between;
	background: none;
}
.fgf_service div.fgf_service_more a{
	width: 48%;
	padding: 1em 0;
	text-align: center;
	margin: 0;
}


/*納期ページ_補足枠*/
div.hosoku_box{
	padding: 1em;
    border: rgba(150,150,150,1.00) solid 1px;
    margin-bottom: 1em !important;
    border-radius: 3px;
}
/*納期ページ_納期リスト*/
h4.nouki_midashi{
	padding: 1em;
    background: rgba(230,230,230,1.00);
    margin-bottom: 1em !important;
}
div.nouki_list{
	margin: 0 0 2em 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nouki_list div{
width: 49%;
display: flex;
justify-content: space-between;
align-items: center;
border: rgba(150,150,150,1.00) solid 1px;
margin: 1em 0;
height: 56px;
}
.nouki_list p{
font-size: 0.9rem;
margin: 0 !important;
padding: 1em 1em 1em 1em;
}
.nouki_list span{
margin: 0;
padding: 1.1em;
height: 54px;
font-size: 0.9rem;
text-decoration: none !important;
color: rgba(0,0,0,1.00);
border-left: rgba(150,150,150,1.00) solid 1px;
}
.day10::before{
content:"10営業日";
}
.day10{
background-color:#dddddd !important;
}
.day15::before{
content:"15営業日";
}
.day15{
background-color:#D3EDFB !important;
}
.day17::before{
content:"17営業日";
}
.day17{
background-color:#FEF0D8 !important;
}
.day20::before{
content:"20営業日";
}
.day20{
background-color:#FCE9F2 !important;
}
.day25::before{
content:"25営業日";
}
.day25{
background-color:#E8F0C5 !important;
}
.day27::before{
content:"27営業日";
}
.day27{
background-color:#FFFBC4 !important;
}
.day28::before{
content:"28営業日";
}
.day28{
background-color:#FCE2CB !important;
}
.day30::before{
content:"30営業日";
}
.day30{
background-color:#E2DFEF !important;
}
.day32::before{
content:"32営業日";
}
.day32{
background-color:#E2DFEF !important;
}
/*色校正_色校正納期リスト*/
.irokou_nouki_list h4{
	padding: 1em;
    background: rgba(230,230,230,1.00);
    margin-bottom: 1em !important;
    font-size: 1rem !important;
}
.irokou_nouki_list ul{
	margin: 0 0 2em 0 !important;
    padding: 0;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center !important;
}
.irokou_nouki_list ul::after{
	content: "";
    width: 31%;
}
.irokou_nouki_list ul li{
width: 31%;
list-style: none !important;
align-items: center;
border: rgba(150,150,150,1.00) solid 1px;
margin: 1em 0;
padding: 0.75em 0;
text-align: center !important;
}
/*法人のお客様へページ*/
/*法人のお客様へページ-見出し*/
.seisan_title {
    margin: 0 !important;
    padding: 0 !important;
}
.semi_title {
	font-size: 1rem !important;
    line-height: 100%;
    color: rgba(228,0,127,1.00);
    margin: 0 0 0.5em 0;
    padding: 0;
    display: block;
}
/*法人のお客様へページ-6アイコン*/
.six_icon figure{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 1em 0 !important;
    padding: 0 !important;
}
.six_icon figure img{
	width: 14% !important;
    height: 130px !important;
}

/*法人のお客様へページ-商品一覧*/
.lineup_item_c {
	display: flex;
/*	justify-content:space-around;*/
/*    align-items: flex-end;*/
	margin: 1em 0;
    flex-wrap: wrap;
}
div.lineup_item_c figure{
	width: 10% !important;
    margin:0 0.5em 0.5em 0.5em;
    padding: 0;
    text-align: center;
}
div.lineup_item_c figure img{
	width: 80% !important;
    margin: auto;

}
div.lineup_item_c figure figcaption{
	text-align: center;
    font-size: 0.8rem;
    margin-top: 0.5em;
}
ul.form_button{
margin: 0 0 3em 0 !important;
padding: 0 !important;
list-style: none;
}
ul.form_button li{
display: block;
width: 100% !important;
padding: 0;
margin: 1em 0;
}
ul.form_button li a{
display: block;
width: 100% !important;
padding: 1em;
text-decoration: none;
background: rgba(255,255,255,1.00);
border: rgba(150,150,150,1.00) solid 1px;
text-align: center;
}
ul.form_button li a:hover{
border: #e4007f solid 1px;
}
/*固定ページ-デザインデータについて*/
.data_caution {
	position: relative;
    padding:3em;
    z-index: 10000 !important;
}
.data_caution:before{
    content: "";
    position: absolute!important;
    top: 0.75em;
    bottom: 0.75em;
    left:0.75em;
    right: 0.75em;
    background: #fff;
    z-index: -1;
  }
  .data_caution:after{
    content: "";
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(228,0,127, 1) 10px, rgba(228,0,127, 1) 20px ) !important;
    z-index: -2;
  }
.data_caution div div{
	margin-bottom: 2em;
}  
.data_caution div div figure figcaption{
	margin-top: 1em;
}  
.data_caution_single div{
	margin-bottom: 3em;
}
.data_caution_single div figure{
	margin-bottom: 3em;
}
.data_caution_single div p{
}
.data_caution_single div h5{
margin-top: 1em;
}
/*固定ページ-お客様-フルグラアイコン*/
.icon_user {
	padding:0.3em 0.5em 0.25em;
    margin-left: 1em;
    color: rgba(255,255,255,1.00);
    background: rgba(64,169,245,1.00);
    border-radius: 3px;
    font-size: 1rem;
}
.icon_fgf {
	padding:0.3em 0.5em 0.25em;
    margin-left: 1em;
    color: rgba(255,255,255,1.00);
    background: rgba(20,190,64,1.00) ;
    border-radius: 3px;
    font-size: 1rem;
}
.icon_ask {
	padding:0.3em 0.5em 0.25em;
    margin-left: 1em;
    color: rgba(255,255,255,1.00);
    background: rgba(228,0,127,1.00);
    border-radius: 3px;
    font-size: 1rem;
}
.icon_option {
	padding:0.3em 0.5em 0.25em;
    margin-left: 1em;
    color: rgba(255,255,255,1.00);
    background: rgba(124,0,175,1.00);
    border-radius: 3px;
    font-size: 1rem;
}


/*アイコン カラー別*/
.icon_orange {
	padding:0.3em 0.5em 0.25em;
    color: rgba(255,255,255,1.00);
    background: rgba(219,115,5,1.00);
    border-radius: 3px;
    font-size: 1rem;
    line-height: 3em;
}
.icon_blue {
	padding:0.3em 0.5em 0.25em;
    color: rgba(255,255,255,1.00);
    background: rgba(64,169,245,1.00);
    border-radius: 3px;
    font-size: 1rem;
    line-height: 3em;
}
.icon_green {
	padding:0.3em 0.5em 0.25em;
    color: rgba(255,255,255,1.00);
    background: rgba(20,190,64,1.00);
    border-radius: 3px;
    font-size: 1rem;
    line-height: 3em;
}
.towel_rank {
    list-style: none !important;
	padding:0 !important;
    margin:1em 0 2em 0 !important;
    font-size: 0.9rem !important;
}
.towel_rank li span{
    display: inline-block;
    width: 4em;
    letter-spacing: 0;
}
.towel_rank li{
    margin: 0em 0.25em 0.5em 0 !important;
    padding: 0.25em 0.55em;
    list-style: none !important;
    display: inline-block;
    color: rgba(255,255,255,1.00);
    background: rgba(64,169,245,1.00);
    letter-spacing: 0.5em !important;
    border-radius: 3px;
}

.bl_rank {
    list-style: none !important;
	padding:0 !important;
    margin:0 0 2em 0 !important;
    font-size: 1.3rem;
}
.bl_rank li span{
    display: inline-block;
    width: 5em;
    letter-spacing: 0;
}
.bl_rank li{
    margin: 1em 1em 0.5em 0 !important;
    padding: 0.5em 0.75em;
    list-style: none !important;
    display: inline;
    color: rgba(255,255,255,1.00);
    background: rgba(64,169,245,1.00);
    letter-spacing: 0.5em !important;
    border-radius: 3px;
}

/*固定ページ-会社概要*/
.company_prof{
  width: 100%;
	font-size: 1rem;
	border-collapse:separate;
  border-spacing: 0;
  margin: 0.5em 0 4em 0 !important;
}
.company_prof th{
	border-collapse: collapse;
	font-weight: normal;
  padding: 0.5em 2em 0.5em 0.5em !important;
	width: auto  !important;
	min-width: 8em  !important;
    text-align: left !important;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom: #d6d6d6 solid 1px !important;
	vertical-align: top !important;
}
.company_prof td{
  text-align:left;
	border-collapse: collapse;
  padding: 0.5em;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom: #d6d6d6 solid 1px !important;
}
/*固定ページ-制作事例とお客様の声*/
/*固定ページ-制作事例とお客様の声-ヘッダのリンク*/
.review_list ul{
	margin: 0 0 2em 0 !important;
    padding: 0;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center !important;
}
.review_list ul::after{
	content: "";
    width: 31%;
}
.review_list ul a{
width: 31%;
align-items: center;
border: rgba(150,150,150,1.00) solid 1px;
margin: 1em 0;
padding: 0.75em 0;
text-align: center !important;
text-decoration: none;
}
.review_list ul a li{
list-style: none !important;
}
/*固定ページ-制作事例とお客様の声-ネガティブマージン*/
.pagelinks{
    padding-top: 150px !important;
    margin-top:-150px !important;
}
/*固定ページ-制作事例とお客様の声-レビュー投稿ゾーン*/
.user_review{
  width: 100%;
  border: rgba(220,220,220,1.00) solid 6px;
  margin:0 0 1.5em 0 !important;
  padding: 0.25em 0.5em!important;
  display: flex;
  justify-content:space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.user_review figure{
width: 38%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
	margin-bottom: 1.25em !important;
}
.user_review figure a{
width: 48%;
margin: 1.25em 0 0 0 ;
}
.user_review div{
width: 55%;
}
.user_review div h3{
font-size: 1rem !important;
border: none;
margin: 1.25em 0 0.75em 0 !important;
padding: 0 !important;
}
.user_review div h3 span{
margin-right: 0.5em!important;
}
.user_review div h4{
font-size: 1rem !important;
border: none !important;
margin: 1.5em 0 0.5em 0  !important;
padding: 0 !important;
}
.user_review div h4 a{
color: rgba(0,0,0,1.00);
text-decoration: none;
}
.user_review div h5{
font-size: 0.8rem !important;
border: none !important;
margin: 0em 0 1em !important;
padding: 0 !important;
}
.user_review div h5 span{
background: rgba(220,220,220,1.00);
border-radius: 50px;
padding: 0.5em  1em;
margin:0.4em 0.75em  0.4em 0;
display: inline-block;
}
.user_review div ul{
padding:0;
margin:0;
}
.user_review div ul li{
display: inline-block;
margin:0 10px 0 0;
}
.icon_tw{
content: url("../../../uploads/icons/twit_icon.svg");
width: 35px;
}
.icon_fb{
content: url("../../../uploads/icons/fb_icon.png");
width: 35px;
}
.icon_ig{
content: url("../../../uploads/icons/ig_icon.png");
width: 35px;
}
.icon_web{
content: url("../../../uploads/icons/web_icon.svg");
width: 35px;
}
.icon_pxv{
content: url("../../../uploads/icons/pxv_icon.svg");
width: 35px;
}
.user_review div p{
font-size: 0.8rem !important;
margin-bottom: 1em !important;
}

.pchide{
	display:none;
}

/*PCとモバイルで画像切り替え*/
.view_on_pc{
	display: block !important;
}
.view_on_mobile{
	display: none !important;
}

@media screen and (min-width: 77.5em) {
.test {
		width: 90%;
		position: relative;
		height: 90%;
	}
	
}



@media screen and (max-width: 480px) {

.item_page_zone section {
	padding: 62px 0 2.5em !important;
	margin-top: -48px;
    justify-content: space-between !important;
}
	
/*TOPカテゴリー3colum*/
.top_cate_colum div{
    width: 49%;
    margin:0 0 1.25em 0;
    border-width: 5px;
}
.top_cate_colum div figure figcaption{
    font-size: 0.75rem;
}
.top_cate_colum div figure figcaption small{
    font-size: 0.7rem;
}
.top_cate_colum div h4 span{
    font-size: 0.8rem;
}
.item_page_zone h2{
	margin-bottom: 1.25em !important;
}
.shipping_info {
	display: block !important;
}
.shipping_info h6{
	width: 100%;
	margin:1em 0 !important;
}
	
/*シッピングインフォ2 2024年5月追加*/
.shipping_info2 {
	gap:15px;
	
}
.shipping_info2 h6, .shipping_info2 a.btn{
	width: 100%;
	order: 2;
	margin-bottom: 0 !important;
}
.shipping_info2 a.template_zone_top{
	width: 100%;
	order: 1;
}

/*画像特徴3つ*/
.three_points{
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1em 1.5em;
	margin-bottom: 2em;
}
.three_points img{
	width: auto;
	margin-bottom: 1em;
}
	
	
/*バナー 横長 スマホ時1/2分割*/
.bnr_harf div{
	width: 100% !important;
}
.bnr_harf div ul{
    width: 100%;	
}
.bnr_harf div ul li{
   display: inline-block;
}
.bnr_harf div h4{
    font-size: 1.3rem !important;
}
.bnr_harf div p{
    margin: 1.25em 0 2.25em 1.5em !important;
    width: 60%;	
}
.bnr_harf figure{
	width: 96% !important;
    margin: 0 auto 2%!important;
}

/*バナー特集ページ 横長 スマホ時1/2分割*/
.bnr_harf_top div{
	width: 100% !important;
}
.bnr_harf_top div ul{
    width: 100%;	
}
.bnr_harf_top div ul li{
   display: inline-block;
}
.bnr_harf_top div h4{
    font-size: 1.3rem !important;
}
.bnr_harf_top div p{
    margin: 1.25em 0 2em 1.5em !important;
    width: 60%;	
}
.bnr_harf_top figure{
	width: 96% !important;
    margin: 0 auto 2%!important;
}
	
/*法被キャンペーンオペレーターバナー 横長 スマホ時1/2分割*/
.hp_camp_bnr {
	padding: 0 1em;
}
div.hp_camp_bnr h3{
	width:100%;
	font-size: 1.1rem;
	margin-bottom: 0.5em !important;
}
div.hp_camp_bnr h3 br{
	display: none;
}
.hp_camp_bnr div{
	width: 100% !important;
}
.hp_camp_bnr div figure{
	margin-top: 1em;
}

.hp_camp_bnr div h4{
	width: 100%;
	
}
.hp_camp_bnr div p{
	width: 100%;
	margin-bottom:0;
}
.hp_camp_bnr div p br{
	display: none;
}
	
/*タオル比較写真*/
.towel_size {
    width: 100% !important;
}
	

/*特徴写真 4列x2段*/
.parts_r4_p2{
}
.parts_r4_p2 div{
    width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.parts_r4_p2 div h5{
	width: 100%;
	text-align: center;
	
}
.parts_r4_p2 div figure{
    width: 100%;
}
.parts_r4_p2 div figure img{
    width: 100%;
}
	
	
/*生地比較カラム*/
.fabric_c p{
    margin-bottom: 0em !important;
}
.fabric_c figure a{
	width:32% !important;
    margin-top: 0.75em !important;
}
.fabric_c figure::after{
	width:32%;
    content: "";
}
	
/*生地比較カラム 写真二枚*/
.fabric_c_p2 p{
    width:100%;
    margin: 1em 0 0 0;
}
.fabric_c_p2 figure{
	width: 48% !important;
}
.fabric_c_p2 figure a{
	width: 100% ;
    margin: 0 ;
}
.pc-2items-text{
			padding-left: 1rem;
		}
.pc-2items-clothDescription{
			display: flex;		
		}
	
/*生地比較カラム 写真二枚*/
.fabric_c_p4 p{

}
.fabric_c_p4 figure{
	width: 48% !important;
}
.fabric_c_p4 figure a{
	width: 100% ;
    margin: 0 ;
}
.pc-2items-text{
			padding-left: 1rem;
		}
.pc-2items-clothDescription{
			display: flex;		
		}

/*生地比較カラム タペストリー*/
.fabric_c_tapest {
}
.fabric_c_tapest div{
    width: auto;
}
.fabric_c_tapest p{
    width: 100%;
}
.fabric_c_tapest figure{
	width: 100% !important;
}

/*比較カラム タペストリー ポール形状*/
.pole_c_tapest figure{
	width: 100% !important;
}
.pole_c_tapest p.pole_normal{
    width: 100%;
}
.pole_c_tapest p.pole_assembly{
    width: 100% !important;
}
.pole_c_tapest figure.shipping_cost{
	width: 100% !important;
}
/*生地比較カラム 法被特集*/
.happi_kiji div{
    width: 100% !important;
}
/*形状比較カラム-Tシャツ*/
.shape_2c div{
    width:100% !important;
    margin-bottom: 1em;
}
/*形状比較カラム-パーカー 3カラム*/
.shape_3c div{
    width:48% !important;
}
.shape_3c h5{
    font-size: 1rem !important;
}
.shape_3c h6{
    font-size: 0.9rem !important;
}
.shape_3c p{
    font-size: 0.8rem !important;
	line-height: 1.5em !important;
}

/*ボタン*/
.item_btn{
width: 90% !important;
font-size: 0.9rem;
margin:1.5em auto 0;
}

/*特集ページ-商品一覧*/
.pickup_page_lineup div h4{
    width: 90%!important;
    font-size: 0.9rem !important;
    margin: 0 auto !important;
}
.pickup_page_lineup div a{
    font-size: 0.8rem;
    width: 100%;
    
}
.pickup_page_lineup figure{
    width: 100% !important;
}

/*紹介ページ-商品一覧*/
.pickup_page_lineup_3line div {
    width: 49%;
    border: rgba(240,240,240,1.00) solid 8px !important;
    padding: 1em 0 1em;
    margin-bottom: 1.5em;
}
/*タオル紹介ページ-生地スマホレイアウト*/
.fabric_c_towel_contents {
    display: flex;
    flex-direction: column;
}

/*1カラム*/
.single_c {

}
div.single_c div{
	width: 100% !important;
}
div.single_c div img{
	margin-bottom: 1em;
}
div.single_c div h4{
	margin-top: 1.2em;
}
/*2カラム*/
.double_c {
	display: block;
}
div.double_c div{
	width: 100% !important;
	margin-bottom: 2.5em;
}

/*写真付き1カラムを6：4くらいにしたやつ*/
div.single_c64 div{
	width: 100% !important;
}
div.single_c64 div p{
	margin-bottom: 1.5em;
}
.single_c64 figure{
    width: 100%;
}
.single_c64 img{
	width: 70%;
    margin: auto;
}

/*商品比較用2カラムレイアウト*/
.other_items {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap !important;
	margin: 0.5em 0 !important;
}
.other_items_box{
	width: 100% !important;
    border: rgba(200,200,200,1.00) solid 4px;
    padding: 0;
    position: relative;
    margin: 0 auto 1em auto;
}
.other_items_box figure{
    width: 38%;
    margin: 1em 0 0 1em;
}
.other_item_box figure img{
	width: 100%;
	object-fit: cover;
}
.other_items_box div{
	padding: 1em;
/*
	width: 49% !important;
    border: none;
    position: absolute;
    padding: 0;
    right: 1em;
    top: 1em;
*/
}
.other_items_box div h6{
	font-size: 1rem;
    margin:0.5em 0;
}
.other_items_box div p{
	margin-bottom: 0.75em;
}
.now_item{
	background: rgba(240,240,240,1.00);
    mix-blend-mode: multiply; /* 乗算 */
}
.now_item img{
    mix-blend-mode: multiply; /* 乗算 */
}
.now_item{
    color: #666666;
}


/*3カラム*/
.triple_c {
	display: block;
}
div.triple_c div{
	width: 100% !important;
	margin-bottom: 2.5em;
}
	
/*4カラム*/
div.quad_c div{
	width: 48%;
    margin-bottom: 1em;
}
	
/*価格表テーブル*/
.price_table th{
	width: 50% !important;
	display: table-cell !important;
}
.price_table td{
	display: table-cell !important;
}

/*商品仕様*/
.item_spec{
  width: 100%;
	font-size: 1rem;
	border-collapse:separate;
  border-spacing: 0;
  margin: 0.5em 0 4em 0 !important;
}
.item_spec th{
  padding: 1em 2em 0 0.5em !important;
	width:100%  !important;
	min-width: 6em  !important;
	-moz-text-align-last: left;
     text-align-last: left;
	display: block;
}
.item_spec td{
  text-align:left;
	display: block;
  padding:0 1em 1em;
	border-bottom: #333 dotted 1px !important;
}
	
/*商品仕様2*/
.item_spec_tb{
  width: 100% !important;
  border-collapse:separate !important;
border-collapse: collapse !important;
  border-spacing: 0 !important;
	margin: 0.25em 0 !important;
}
.item_spec_tb th, .item_spec_tb td{
	width: 50% !important;
	display: table-cell !important;
  text-align: center ;
	border-collapse: collapse;
  padding: 0.5em 0;
	border: 1px solid #ccc !important;
}
	
	
/*サイズ表テーブル*/
.scrl_y{
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
.size_table{
  width: 100%;
  border-collapse:separate;
border-collapse: collapse;
  border-spacing: 0;
	margin: 0 0 1em 0 !important;
}
.size_table th{
	border-collapse: collapse;
  padding: 0.3em 0 !important;
	width:auto !important; 
min-width:5em !important; 
	table-layout: fixed; 
	display: table-cell !important;
}
.size_table th:first-child, td:first-child {
	/*先頭列を左に固定*/
	position:sticky;
	padding: 0.3em 1em !important;
	left:-1px;
	}
.size_table td{
	background: rgba(255,255,255,1.00);
	border-collapse: collapse;
  padding: 0.3em 1em !important;
	border: 1px solid #ccc !important;
	display: table-cell !important;
}

.size_table td{
	background: rgba(255,255,255,1.00);
	border-collapse: collapse;
  padding: 0.3em 1em !important;
	border: 1px solid #ccc !important;
	display: table-cell !important;
}

/*着用写真横並びレイアウト*/
.wear_size_hikaku figure{
    width: 24%;
}
.wear_size_hikaku::after{
    width: 24%;
    content: "";
}
/*テンプレートゾーン*/
.template_zone {
	display: block;
}
div.template_zone div{
	width: 100%;
	margin: 100px auto;
}
.template_zone img{
	width: 60% !important;
	max-width: 80px !important;
	
}
	
/*データ入稿について*/
.data_submit figure.submit_flow .submit_flow_pc{
	display: none;
}
.data_submit figure.submit_flow .submit_flow_mobile{
	display: block;
}
.data_submit div.submit_info{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.data_submit div.submit_info div:nth-child(1){
	width: 100%;
}
.data_submit div.submit_info div:nth-child(2){
	width: 100%;
}
/*入稿についてのテンプレートDL*/
.data_submit div.submit_info div a.template_dl{
height: auto;
}

/*FGFのサービス*/
.fgf_service{
}
.fgf_service img.service_heading{
	width: 85%;
}
.fgf_service_contents{
	flex-wrap: wrap;
}
.fgf_service_contents h4{
	width: 100%;
	font-size: 1rem !important;
	margin-bottom: 1em !important;
}

.fgf_service_contents span{
	position: absolute;
	top: 0.9em;
	right: 1.25em;
	padding: 0.3em 0.5em 0.25em;
	color: #ffffff;
	font-size: 0.8rem;
	min-width: 5em;
}
.fgf_service_contents div:nth-of-type(1){
	width: 100%;
}
.fgf_service_contents div:nth-of-type(2){
	width: 100%;
}
.fgf_service_contents p{
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.fgf_service_contents div.fgf_service_btn_area{
	flex-wrap: wrap;
	gap:10px
}
.fgf_service_contents .fgf_service_btn_area a{
	width: 100%;
	padding: 1em 0;
	text-align: center;
	margin: 0;
}

.fgf_service div.fgf_service_more{
	flex-wrap: wrap;
	gap:10px;
}
.fgf_service div.fgf_service_more a{
	width: 100%;
	padding: 1em 0;
	text-align: center;
	margin: 0;
}

	
	
/*納期ページ_納期リスト*/
.nouki_list div{
width: 100%;
}
.nouki_list p{
font-size: 0.8rem;
}
/*色校正_色校正納期リスト*/
.irokou_nouki_list ul::after{
	content: "";
    width: 47%;
}
.irokou_nouki_list ul li{
width: 47%;
}

/*ダウンロードページ_データリスト*/
.dl_data_list div{
width: 100%;
}
.dl_data_list p{
font-size: 0.8rem;
}
.dl_data_list a{
font-size: 0.8rem;
}
.pchide{
	display: block;
}
.bl_rank li{
    display: inline-block;
}
/*固定ページ-会社概要*/
.company_prof th{
	display: block;
	min-width: 8em  !important;
	border-bottom: none !important;
	padding-top: 1em !important;
}
.company_prof td{
    display: block;
	padding: 0em 0 1em 1.5em !important;
}
/*固定ページ-制作事例とお客様の声*/
/*固定ページ-制作事例とお客様の声-ヘッダのリンク*/
.review_list ul::after{
    width: 47%;
}
.review_list ul a{
width: 47%;
}
.review_list ul a li{
font-size: 0.7rem !important;
}
.user_review figure{
width: 100%;
display: flex;
}
.user_review figure::after{
width: 32%;
content: "";
}
.user_review figure a{
width: 32%;
}
.user_review div{
width: 100%;
}
.user_review div h3{
font-size: 1rem !important;
border: none;
margin: 0 0 0.75em 0 !important;
}
.user_review div h4{
font-size: 1rem !important;
border: none;
margin: 1.5em 0 1.25em 0 !important;
}
/*法人のお客様へページ*/
/*法人のお客様へページ-見出し*/
h2.seisan_title {
	font-size:1.4rem !important;
    line-height: 140% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.semi_title {
	font-size: 1rem !important;
    line-height: 170% !important;
    margin: 0 0 0.5em 0;
}
/*法人のお客様へページ-6アイコン*/
.six_icon figure{
	justify-content: space-around;
}
.six_icon figure img{
	width: 27% !important;
}
/*法人のお客様へページ-商品一覧*/
div.lineup_item_c figure{
	width: 20% !important;
}
div.lineup_item_c figure img{
	width: 80% !important;
    margin: auto;
}
div.lineup_item_c figure figcaption{
    font-size: 0.7rem;
}
	/*PCとモバイルで画像切り替え*/
.view_on_pc{
	display: none !important;
}
.view_on_mobile{
	display: block !important;
}

/*カルーセルスライダー　こちらもチェック*/
.other_item_checker div.owl-stage-outer div div.owl-item .caption{
font-size: 10px !important;
}
	
}
/*ここまで @media screen and (max-width: 480px) */