@charset "utf-8";
/* CSS Document */
/*大枠のcss*/
#outer{
	width: 1260px;
	margin: 0 auto;
}
/*マウスオーバーでふぉんってなる*/
#outer a:hover{
	opacity: 0.7;
}

/*レコメンドのところ*/
#recommend_block{
	border-top: inherit;
}
#recommend_block .ec-shelfRole{
	margin-bottom: 0px;
}
/*レコメンドの順位ランキングアイコン*/
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:before {
	content: '';
	z-index: 2;
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(1)::before {
	background-image: url(/img/icon/rank_category_1.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(2)::before {
	background-image: url(/img/icon/rank_category_2.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(3)::before {
	background-image: url(/img/icon/rank_category_3.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(4)::before {
	background-image: url(/img/icon/rank_category_4.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(5)::before {
	background-image: url(/img/icon/rank_category_5.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(6)::before {
	background-image: url(/img/icon/rank_category_6.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(7)::before {
	background-image: url(/img/icon/rank_category_7.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(8)::before {
	background-image: url(/img/icon/rank_category_8.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(9)::before {
	background-image: url(/img/icon/rank_category_9.png);
}
#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(10)::before {
	background-image: url(/img/icon/rank_category_10.png);
}
/*カテゴリボタン設定*/
#outer .category_btn{
	width: 100%;
	font-size: 1.2em;
	margin: 15px auto 60px;
}
#outer .category_btn a{
	color: #FFFFFF !important;
	border-bottom: solid 3px #FAC43C;
	text-decoration: none !important;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 100vh;
	background-color: #2E3F4C;
}
/*メニュー*/
#outer ul.menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: white; 
}
#outer ul.menu li{
	width: 49%;
	box-sizing: border-box;
	border-radius: 0.5em;
	margin-bottom: 30px;
}
#outer ul.menu li{
	width: 19.6%;
}
#outer ul.menu li a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	position: relative;
}
#outer ul.menu li:hover{
	opacity: 0.7;
}
#outer ul.menu li a:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 45%;
	right: 10px;
	border: 6px solid transparent;
}
/*メニュー　各カテゴリ設定*/
#outer ul.menu li{
	background-color: #2E3F4C;
    margin: auto;
}
#outer ul.menu li a{
	color: white;
}
#outer ul.menu li a:before{
	border-top: 7px solid white;
}


#outer .jump ul._menu{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    border-top: solid 2px #5e4f4f;
    border-right: solid 2px #5e4f4f;
}

#outer .jump ul._menu li.global_item{
    width: 25%;
    position: relative;
    border-left: solid 2px #5e4f4f;
    border-bottom: solid 2px #5e4f4f;
}

#outer .jump ul._menu li.global_item:last-child {
    border-right-style: none;
    margin-right: 0;
}

#outer .jump ul._menu li.global_item a{
    display: block;
    padding: 20px 20px 40px 20px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    color: #5e4f4f;
}

#outer .jump ul._menu li.global_item a::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17.5px 0 17.5px;
    border-color: #5e4f4f transparent transparent transparent;
}

#outer .adjustment {
    padding-top: 40px;
    margin-top: -40px;
    display: block;
}




/*タブのところ*/
/*タブ切り替え全体のスタイル*/
#outer .tabs {
	margin-top: 50px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
    display: inline-block;
}
/*タブのスタイル*/
#outer .tab_item {
	width: calc(100%/3);
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-left: solid 2px #ffffff;
	box-sizing: border-box;
	background-color: #F2F2F2;
	line-height: 0.2em;
	font-size: 20px;
	text-align: center;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 1.5em;
}
#outer .tab_item:first-of-type {
	border-left-style: none;
}
#outer .tab_item:hover {
	opacity: 0.7;
}
/*ラジオボタンを全て消す*/
#outer input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
#outer .tab_content {
	display: none;
	padding: 70px 0 0;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
#outer .tabs input:checked + .tab_item {
	background-color: #FAC43C;
	color: #2E3F4C;
}

/*見出し*/
#outer .top_parts{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #FAC43C;
	margin-bottom: 30px;
}
#outer .top_parts .top_txt{
	width: 54%;
	color: #2E3F4C;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
#outer .top_parts .top_txt h1{
	font-size: 2.3em;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.2;
}
#outer .top_parts .top_txt p{
	font-size: 1.3em;
	padding-top: 10px;
}
#outer .top_parts .top_img{
	width: 44%;
}
#outer .top_parts .top_img img{
	width: 100%;
}
/*h2*/

#outer h2.uline_b{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 5px #D9D9D9;
	margin-top: 25px;
	margin-bottom: 15px;
}

#outer .centered-line {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 100px;

}

#outer .centered-line::before,
#outer .centered-line::after {
  content: "";
  flex: 1;
  border-bottom: 8px solid #D9D9D9; /* 赤いラインの色 */
  margin: 0 10px; /* テキストとラインの間の余白 */
}

#outer .centered-line h2 {
  font-size: 2em; /* テキストのサイズ */
  font-weight: bold; /* 太字 */
  color: #3f3f3f; /* テキストの色 */
  margin: 0 40px; /* デフォルトの余白をリセット */
}

#outer .pc_none{
  display: none;
}

#outer .span_emphasize{
    display: inline-block;
    font-size: 1.2em;
    color: #88C832;
}

/*h3*/
#outer .tab_content .tokutyou_h3 {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: auto 160px 30px 160px;
}

#outer .tab_content .tokutyou_h3::before,
#outer .tab_content .tokutyou_h3::after {
    position: absolute;
    content: '';
    top: 1.4rem;
    height: 3rem;
}

#outer .tab_content .tokutyou_h3::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

#outer .tab_content .tokutyou_h3::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}


/*素材と形から選ぶ*/
#outer .contents_4{
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
    flex-wrap: wrap;
}
#outer .contents_4 .item_s{
    width: 22%; /*3個並びにしたいときは33％とかにする*/
	box-sizing: border-box;
	margin-bottom: 80px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 12px 15px;
    font-weight: bold;
    color: #2E3F4C;/*文字色*/
    background: #FFF;
    border: solid 3px #2E3F4C;/*線*/
    border-radius: 10px;/*角の丸み*/	
}
#outer .contents_4::after,.contents_4::before{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#outer .contents_4::before{
	order: 1;
}
#outer .contents_4 .item_s .item_img{
    width: 50%;
    margin: 5px auto;
}

#outer .contents_4 .item_s .item_img img{
    width: 100%;
}

#outer .contents_4  .item_s h4 {
    font-size: 1.6em;
    padding-bottom: 10px;
    font-weight: bold;
}


/*形から選ぶ*/
/*吹き出し*/
#outer .contents_4 .fukidashi_s {
    position: relative;
    width: -webkit-fill-available;
    padding: 7px 5px;
    border: 2px solid #2E3F4C;
    border-radius: 15px;
    margin: 10px auto;
    font-size: 1.1rem;
}	
	
#outer .contents_4 .fukidashi_s::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
#outer .contents_4 .fukidashi_s::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #2E3F4C #2E3F4C transparent transparent;
  rotate: 135deg;
  translate: -50%;
}

#outer .contents_4 .katati_box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 8px 8px 5px 8px;
    align-items: center;
}

#outer .contents_4 .katati_box li{
	display: flex;
    align-items: center;
	text-align: center;
    width: 33%;
}

#outer .contents_4 .katati_box a{
    display: block;
    color: #2E3F4C;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	width: 100%;
	height:100%;
}


#outer .contents_4 .item_s .btns a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #2E3F4C;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
    width: 95%;
    margin: auto;
    text-decoration: none;
}

#outer .contents_4 .item_s .btns a::after{
	content: url(https://shimojima.jp/img/freepage/food_delivery/ico_ya.png);line-height: 0;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

/*特徴から選ぶ*/
/*4個並べ*/
#outer .contents_4{
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
    flex-wrap: wrap;
}
#outer .contents_4 .item{
    width: 26%; /*3個並びにしたいときは33％とかにする*/
	box-sizing: border-box;
	margin-bottom: 80px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
#outer .contents_4::after,.contents_4::before{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#outer .contents_4::before{
	order: 1;
}
#outer .contents_4 .item .item_img{
	width: 45%;
	margin: auto;
}
#outer .contents_4 .item .item_img img{
    width: 100%;
}
#outer .contents_4 .item .item_txt{
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 1em;
    height: 100%;
}

#outer .contents_4 .item .item_txt h4 {
    font-size: 1.6em;
    padding: 10px 0px;
    font-weight: bold;
}

#outer .contents_4 .item .item_txt .osusume .osusume_item {
    text-align: left;
    padding: 0 5px;
}

/*商品一覧はこちらのボタン*/

#outer .item .btns a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #2E3F4C;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
    width: 85%;
    margin: auto;
}
#outer .item .btns a::after{
	content: url(https://shimojima.jp/img/freepage/food_delivery/ico_ya.png);line-height: 0;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

/*吹き出し*/
#outer .contents_4 .item .fukidashi {
    position: relative;
    width: -webkit-fill-available;
    padding: 12px 6px;
    border: 2px solid #333333;
    border-radius: 15px;
    margin: 0px auto 30px auto;
    font-size: 1.4rem;
}	
	
#outer .contents_4 .item .fukidashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
#outer .contents_4 .item .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}




/*容量・サイズから選ぶ*/

/*タブのスタイル*/
#outer .tab_item2 {
	width: calc(100%/3);
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-left: solid 2px #ffffff;
	box-sizing: border-box;
	background-color: #F2F2F2;
	line-height: 0.2em;
	font-size: 20px;
	text-align: center;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 1.5em;
}
#outer .tab_item2:first-of-type {
	border-left-style: none;
}
#outer .tab_item2:hover {
	opacity: 0.7;
}
/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
#outer .tab_content {
	display: none;
	padding: 70px 0 0;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content, #tab5:checked ~ #tab5_content, #tab6:checked ~ #tab6_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
#outer .tabs input:checked + .tab_item2 {
	background-color: #FAC43C;
	color: #2E3F4C;
}

#outer .sizelist_outframe .sizelist_h3 {
    background-color: #FAC43C;
    margin: auto;
    width: 97%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2E3F4C;
    border-radius: 15px;
    padding: 15px;
}

#outer .sizelist_outframe .contents_sizelist_space2 .series-container .material {
    font-size: 1.35rem;
    background-color: #89ce2d;
    font-weight: bold;
    color: #FFF;
    padding: 5px 30px;
    position: absolute;
    top: 0px;
	border-radius: 15px;
	text-shadow: 1px 1px 1px #aec3c3;
}

#outer .sizelist_outframe .contents_sizelist_space2 {
    display: flex;
    flex-direction: row;
    position: relative;
	padding-top: 70px;
	padding-bottom: 10px;
	width: 97%;
    margin: 50px 40px 0px 40px;
}

#outer .sizelist_outframe .contents_sizelist_space2_first {
    padding-top: 70px;
    display: flex;
    flex-direction: row;
    position: relative;
	padding-top: 70px;
	padding-bottom: 10px;
	width: 97%;
    margin: 50px 40px 0px 40px;
}

#outer .sizelist_outframe .contents_sizelist_space2_first .series-container .material {
    font-size: 1.35rem;
    background-color: #89ce2d;
    font-weight: bold;
    color: #FFF;
    padding: 5px 30px;
    position: absolute;
    top: 0px;
	border-radius: 15px;
	text-shadow: 1px 1px 1px #aec3c3;
}

#outer .contents_sizelist_space2 a{
    color: #6e98b8;
}

#outer .contents_sizelist_space2_first a{
    color: #6e98b8;
}

#outer table.tb03 {
    border-collapse: collapse;
    width: 70%;
    table-layout: fixed;
    margin-bottom: 75px;
    margin: 20px auto 35px;
    height: fit-content;
}

#outer .tb03 tr.tr_head {
    color: #3f3f3f;
}

#outer .tb03 tr.tr_head th {
    background-color: #2E3F4C;
	font-weight: bold;
    font-size: 1.5em;
    padding: 8px;
    border: solid 1px #ccc;
	text-align: center;
	color: #FFF;
}

#outer .tb03 td {
    padding: 8px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #ffffff;
}

#outer .tb03 td.image-cell img {
    max-width: 45%;
}

#outer .tb03 tr.tr_2 {
    background-color: #FFFCE6;
}

#outer .tb03 td.kikaku_link{
    background-color: #f2f9ff;
}

#outer .tb03 a.kikaku_link_text{
    color: #217dc3;
}

#outer .size_btn{
	width: 100%;
	font-size: 1.2em;
	margin: 15px auto 60px;
    padding-bottom: 5px;
}

#outer .size_btn a{
	color: #FFFFFF !important;
	border-bottom: solid 3px #FAC43C;
	text-decoration: none !important;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 100vh;
	background-color: #2E3F4C;
}

#outer .tab_content .contents_sizelist_space2  .series-container img{
	width: 200px;
}

#outer .tab_content .contents_sizelist_space2_first  .series-container img{
	width: 200px;
}

#outer .sizelist_outframe {
		display: block;
		background-color: #f8f4e6;
	}
	
#outer .series-container p{
	text-align: center;
}

#outer .contents_sizelist_space2 .series-container .don_type {
    font-size: 1.2rem;
    background-color: #2E3F4C;
    font-weight: bold;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 15px;
    width: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#outer .contents_sizelist_space2_first .series-container .don_type {
    font-size: 1.2rem;
    background-color: #2E3F4C;
    font-weight: bold;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 15px;
    width: 50px;
    margin-top: 10px;
}


/*関連備品を探す*/
#outer .button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

#outer .button-container .image-text-button {
    display: flex;
    align-items: center;
    padding: 5px 5px;
    color: #2E3F4C;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 5px solid #2E3F4C;
    height: 60px;
    width: fit-content;
    margin: 20px;
    border-radius: 10px;
	font-weight: 600;
	justify-content: stretch;
}

#outer .button-container .image-text-button .button-image {
    max-width: none;
    height: 70px;
    margin-right: 15px;
}

#outer .button-container .image-text-button .button-arrow {
    margin-left: 50px;
    margin-right: 10px;
}


/*関連記事のところ*/
#outer .column{
	width: 100%;
	margin-bottom: 45px;
}
#outer .column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0 15px;
}
#outer .column h3::before{
	content: "┃"
}
#outer .contents_02{
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	margin: 0 auto;
}
#outer .contents_02 .item_{
	width: 32%;
	box-sizing: border-box;
/*	border: solid 1px #cccccc;*/
	display: flex;
	flex-direction: column;
}
#outer .contents_02::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

#outer .contents_02 .item_ ul.btns_{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
#outer .contents_02 .item_ ul.btns_ li.btn_gazou_{
	position: relative;
}
#outer .item_ .btn_gazou_ a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #2E3F4C;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}

#outer .column ul.tokusyu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
#outer .column ul.tokusyu li{
	width: 23%;
	margin-bottom: 10px;
}
#outer .column ul.tokusyu li img{
	width: 100%;
	height: auto;
}
#outer .column ul.tokusyu::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
#outer .column ul.tokusyu::after{
	content: "";
	display: block;
	width: 23%;
}
#outer .btn_gazou_:hover,.tokusyu li:hover{
	opacity: 0.7;
}






/*スマホの設定*/
@media screen and (max-width: 768px) {
	#outer{
		width: 100%;
	}
	/*カテゴリボタン設定*/
	#outer .category_btn{
		width: 95%;
		font-size: 1.1em;
		margin: 15px auto 40px;
	}
	#outer .category_btn a{
		padding: 6px;
	}
	/*見出し*/
	#outer .top_parts{
		flex-direction: column-reverse;
	}
	#outer .top_parts .top_txt{
		width: 100%;
		padding: 10px;
	}
	#outer .top_parts .top_txt h1{
		font-size: 1.2em;
		padding: 5px 5px 0 5px;
	}
	#outer .top_parts .top_txt p{
		font-size: 1em;
		padding: 5px;
	}
	#outer .top_parts .top_img{
		width: 100%;
	}
	#outer .top_parts .top_img img{
		width: 100%;
	}
	
	/*ページジャンプ*/
	#outer .jump {
	  top: 70px;
	}

	#outer .jump ul._genre_menu {
	  display: flex;
	  flex-wrap: wrap;
	}

	#outer .jump ul._genre_menu li.global_item {
	  width: 50%;
	  box-sizing: border-box;
	}

	#outer .jump ul._genre_menu li.global_item:nth-child(2n+1) {
	  border-right: none;
	}

	#outer .jump ul._genre_menu li.global_item a {
	  padding: 5px 7px;
	  font-size: 12px;
	  position: relative;
	}

	#outer .jump ul._genre_menu li.global_item a::before {
	  content: '';
	  position: absolute;
	  top: 0.7em;
	  left: 1em;
	  height: 0;
	  width: 0;
	  border-style: solid;
	  border-width: 6px 0 6px 9px;
	  border-color: transparent transparent transparent #00aeb9;
	}

	#outer .adjustment {
	  padding-top: 150px;
	  margin-top: -150px;
	  display: block;
	}
/*タブのところ*/
	/*タブ切り替え全体のスタイル*/
	#outer .tabs {
		margin-top: 50px;
        padding-bottom: 10px;
		width: 100%;
		margin: 0 auto;
	}
	/*タブのスタイル*/
	#outer .tab_item {
		font-size: 15px;
		line-height: 1.1em;
		padding: 1.1em;
	}
	
	#outer .tab_item2 {
		font-size: 15px;
		line-height: 1.1em;
		padding: 1.1em;
	}

	/*タブ切り替えの中身のスタイル*/
	#outer .tab_content {
		padding: 10px 0 0;
	}
	
	#outer .sp_none	{
		display: none;
	}

	/*h2*/
	#outer h2.uline_b{
		font-size: 1.5em;
		margin: 25px 5px 15px;
		padding-bottom: 5px;
		line-height: 1.2;
	}

	#outer .centered-line h2{
			font-size: 1.5em;
			margin: 0 22px;
		}

	#outer .centered-line{
			margin-bottom: 30px;
	}	

	#outer .centered-line::before {
			border-bottom: 4px solid #D9D9D9;
			margin: 0 5px;
	}


	#outer .centered-line::after {
			border-bottom: 4px solid #D9D9D9;
			margin: 0 5px;
	}

	#outer .pc_none{
			display: block;
	}

	/*h3*/
	#outer h3.contents_h3{
		font-size: 1.3em;
		margin: 10px 0;
		padding-left: 0;
	}

	/*4個並べ*/
	#outer .contents_4 .item{
		width: 49%;
		padding: 3px;
		margin-bottom: 7px;
		margin-top: 20px;
	}
	#outer .contents_4 .item .item_txt{
		padding: 5px;
		margin-bottom: 0px;
		font-size: 0.8em;
	}
	#outer .item .item_txt h4 {
		font-size: 1.4em;
	}
	/*商品一覧はこちらのボタン*/
	#outer .contents_4 .item ul.btns{
		padding: 0;
		margin-bottom: 5px;
	}


	/*画像と文字横並びブロック*/
	#outer .contents_b{
		margin: 0 auto 30px;
		display: block;
	}
	#outer .contents_b .item{
		border: solid 1px #cccccc;
		padding: 5px;
		margin-bottom: 7px;
	}
	#outer .contents_b .item .item_txt h4{
		font-size: 1.2em;
	}
	#outer .contents_b .item .item_txt p{
		font-size: 1em;
	}
	
	/*文章とおすすめ商品*/
	#outer .content_block{
		display: block;
		margin-bottom: 35px;
	}
	#outer .content_block ._box{
		width: 100%;
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	#outer .content_block ._box ._title{
		margin-bottom: 15px;
		text-align: center;
	}
	#outer .content_block ._box ._title h3._type{
		font-size: 1.3em;
		padding: 5px;
	}
	#outer .content_block ._box h4{
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	#outer .content_block ._box ._btn a {
		font-size: 12px;
		padding: 7px 0;
	}
	/*メニュー 基本設定*/
	#outer ul.menu{
		padding: 0 10px;
		margin-bottom: 25px;
		justify-content: space-between;
	}
	#outer ul.menu li{
		        width: 49%;
        margin-bottom: 5px;
        margin-right: 0;
    }
	#outer ul.menu li a{
		font-size: 14px;
		padding: 5px 10px;
		position: relative;
	}
	#outer ul.menu2{
		padding: 0 10px;
		margin-bottom: 25px;
		justify-content: space-between;
	}
	#outer ul.menu2 li{
		        width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#outer ul.menu2 li a{
		font-size: 14px;
		padding: 5px 10px;
		position: relative;
	}
	
	/*タブ②*/
	/*画像の下に文章*/
	#outer .contents_01{
		display: block;
		margin: 0 auto 45px;
	}
	#outer .contents_01 .item_01{
		width: 100%;
	}
	#outer .contents_01 .item_01 .item_txt h3.item_h3_02{
		padding: 5px;
		margin-bottom: 5px;
	}
	#outer .contents_01 .item_01 .item_txt p{
		font-size: 1em;
		padding: 5px;
		margin-bottom: 5px;
	}
	/*画像の下に文章リンクボタン*/
	#outer .item_01 ul.btns{
		margin-top: auto;
		margin-bottom: 25px;
		padding: 0 10px;
	}
	#outer .item_01 ul.btns li.btn_gazou a{
		padding: 5px;
		font-size: 1em;
	}
	
	/*タブ③*/
	/*h2*/
	#outer h2.title_frame{
		font-size: 1.5em;
		margin: 0 0 15px 0;
		padding: 10px 5px 0;
	}

	
	/*素材から選ぶ*/
	#outer .contents_4 .item_s h4 {
		font-size: 1.2em;
		padding-bottom: 5px;
		}

	#outer .contents_4 {
		flex-direction: row;
	}
	
	#outer .contents_4 .item_s {
		width: 48%;
		margin-bottom: 15px;
		padding: 10px 10px;
		}

	#outer .contents_4 .item_s .btns  {
		font-size: 0.9em;
		}

	#outer .contents_4 .item_s .btns a {
		width: 85%;
		}
	
	#outer .contents_4 .item_s .btns a::after {
		right: 3%;
		}

	#outer .contents_4 .item_s .katati_box {
		margin: 0px;
			}
	
	#outer .contents_4 .item_s .fukidashi_s {
		font-size: 0.9rem;
		padding: 10px 5px;		
			}

	/*特徴から選ぶ*/
	#outer .tab_content .tokutyou_h3 {
			padding: 0;
			font-size: 0.9rem;
			margin: 20px 15px 10px 15px;
	}

	#outer .tab_content .tokutyou_h3::before, #outer .tab_content .tokutyou_h3::after {
			top: 0;
			height: 1.7rem;
			border-right: solid 1px;
			border-left: solid 1px;
	}

	#outer .contents_4 .item .fukidashi {
        padding: 8px 3px;
        margin: 0px auto 25px auto;
        font-size: 1.2em;
			}

	#outer .item .btns{
        font-size: 0.9em;
			}

	#outer .item .btns a::after {
		right: 5%;
			}

	
	
	
	/*サイズ・内容量から選ぶ*/	

	#outer .sizelist_outframe .contents_sizelist_space2_first {
		flex-direction: column;
		margin: 30px auto 0 auto;
		padding-top: 30px;
	}	

	
	#outer .sizelist_outframe .contents_sizelist_space2 {
		flex-direction: column;
		margin: 0 auto;
		padding-top: 10px;
	}	
	
	#outer .sizelist_outframe h3.sizelist_h3 {
		width: 97%;
		padding: 5px;
		font-size: 1.1rem;
        margin: 15px auto 20px auto;
        border-radius: 6px;
	}

	#outer .sizelist_outframe .size_btn a {
		padding: 5px;
		width: 95%;
		}	

	#outer .sizelist_outframe .contents_sizelist_space2 .series-container {
		flex-direction: row;
		margin: 0 10px;
		padding: 10px;
	}
	

	#outer .sizelist_outframe .contents_sizelist_space2 .series-container li {
        display: flex;
        flex-direction: column;
	}

	#outer .sizelist_outframe .contents_sizelist_space2 .series-container li p {
		font-size: 0.8rem;
        margin: auto;
	}



	
	#outer .sizelist_outframe .contents_sizelist_space2_first .series-container {
		flex-direction: row;
		margin: 0 10px;
		padding: 0px;
	}
	

	#outer .sizelist_outframe .contents_sizelist_space2_first .series-container li {
        display: flex;
        flex-direction: column;
	}

	#outer .sizelist_outframe .contents_sizelist_space2_first .series-container li p {
		font-size: 0.8rem;
        margin: auto;
	}

	#outer .sizelist_outframe .saize_btn {
		margin-top: 0px;
		padding: 0 10px;
		font-size: 0.8rem;
		width: 90%;
		margin-bottom: 0px;
	}

	#outer .sizelist_outframe .saize_btn a {
		margin-top: 0px;
		padding: 5px 10px;
		font-size: 0.9rem;
	}

	#outer .sizelist_outframe .sizelist_h3{
		padding: 1.5rem 0rem;
		font-size: 1.1em;
		margin: 0px 0px 0px 10px;	
	}

	#outer .tab_content .contents_sizelist_space2 .series-container img {
        width: 140px;
        margin: 20px auto 0 auto;
	}
	
	#outer .tab_content .contents_sizelist_space2_first .series-container img {
        width: 140px;
        margin: 20px auto 0 auto;;
	}	

	#outer table.tb03 {
		width: 97%;
		margin: 20px auto 40px auto;
	}

	#outer .tb03 tr.tr_head th {
		font-size: 1em;
	}

	#outer .tb03 td {
		font-size: 1em;
	}

	#outer 	tbody {
		display: inline;
	}

    #outer p.material{
		font-size: 1em;
		padding: 5px 20px;
	}
	
	#outer .size_btn {
		width: 95%;
		font-size: 1em;
		margin: 0px auto 40px;
		padding-bottom: 5px;
	}

	#outer td.image-cell img {
		max-width: 100%;
	}

	/*関連商品を探す*/
	#outer .outer_frame_last {
		padding: 30px 0;
	}	

	#outer .button-container {
		flex-direction: column;	
		margin-bottom: 50px;
	}

	#outer .button-container .image-text-button {
		font-size: 1.3rem;
		border: 3px solid #2E3F4C;
		height: 40px;
		width: 73%;
		margin: 7px auto;
		border-radius: 10px;
		font-weight: 600;
		justify-content: stretch;
		color: #2E3F4C;
		line-height: 1.1em;
		padding: 10px;
		position: relative;
	}

	#outer .button-container .button-image {
		max-height: 100%;
	}

	#outer .button-container span.button-arrow {
		position: absolute;
		right: 5px;
	}



	/*関連記事*/
	#outer .column{
		width: 100%;
	}
	#outer .column h3{
		padding: 5px;
		font-size: 1.3em;
		margin: 0;
	}
	#outer .column h3::before{
		content: "┃"
	}
	#outer .contents_02{
		padding: 0 10px;
	}
	#outer .contents_02 .item_{
		width: 100%;
		margin: 5px auto;
		padding: 0;
	}
	#outer .contents_02::after{
		content: none;
	}
	#outer .contents_02 .item_ ul.btns_{
		font-size: 0.8em;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	#outer .contents_02 .item_ ul.btns_ li.btn_gazou_{
		position: relative;
	}
	#outer .item_ .btn_gazou_ a{
		padding: 10px 0;
		border-radius: 100vh;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		display: block;
		position: relative;
		transition: .3s;
		margin: 5px;
	}
	
	#outer .column ul.tokusyu{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	#outer .column ul.tokusyu li{
		width: 49%;
	}	
		
}






































