@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;
}
/*各選び方の見出し*/
/*h2部分　各カテゴリ設定*/
._contenttitle{
	margin-bottom: 25px;
	box-sizing: border-box;
}
._contenttitle p{
	padding-left: 10px;
}
._contenttitle h2, h2.uline_b{
	border-bottom: solid 3px #3c877d;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
._contenttitle ul{
	margin: 10px;
}
._contenttitle ul li{
	list-style: inherit;
	margin-left: 1.5em;
}
._contenttitle .contents_02 .item_ ul.btns_ li{
	list-style: none;
}
._contenttitle h3{
	font-size: 23px;
}
/*h3部分　全体設定*/
.subtitle_3{
	width: 100%;
}
.subtitle_3 h3, .column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.subtitle_3 h3::before, .column h3::before{
	content: "┃";
	color: #3c877d;
}
.subtitle_3 p{
	padding-left: 10px;
	margin-bottom: 30px;
}
/*h4部分　全体設定*/
.subtitle_4{
	width: 100%;
}
.subtitle_4 h4, .column h4{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.subtitle_4 h4::before, .column h4::before{
	content: "●";
	color: #3c877d;
}
.subtitle_4 p{
	padding-left: 10px;
	margin-bottom: 30px;
}
/*h5部分　全体設定*/
.subtitle_5{
	width: 100%;
}
.subtitle_5 h5, .column h5{
	font-size: 1.5em;
	margin-bottom: 10px;
}
.subtitle_5 p{
	padding-left: 10px;
	margin-bottom: 30px;
}
/*カテゴリボタン設定*/
#outer .category_btn{
	width: 100%;
	font-size: 1.2em;
	margin: 15px auto 60px;
}
#outer .category_btn a{
	color: #3c877d !important;
	border-bottom: solid 3px #61a299;
	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: #c2dcd8;
}
#outer .category_btn a:hover{
	opacity: 0.7;
}
/*見出し*/
#outer .top_parts{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #61a299;
	margin-bottom: 20px;
}
#outer .top_parts .top_txt{
	width: 54%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}
#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%;
}
/*メニュー 基本設定*/
ul.menu{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	box-sizing: border-box;
}
ul.menu li{
	width: 49%;
	box-sizing: border-box;
	border-radius: 0.5em;
	margin-bottom: 30px;
}

ul.menu li a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	position: relative;
}
ul.menu li:hover{
	opacity: 0.7;
}
ul.menu li a:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 45%;
	right: 10px;
	border: 6px solid transparent;
}
/*メニュー　各カテゴリ設定*/
ul.menu li{
	background-color: #c2dcd8;
}
ul.menu li a{
	color: #3c877d;
}
ul.menu li a:before{
	border-top: 7px solid #3c877d;
}
/*h2*/
#outer h2.uline_b{
	font-size: 2em;
	font-weight: bold;
	/*	text-align: center;
	*/
	border-bottom: solid 5px #3c877d;
	margin-top: 45px;
	margin-bottom: 15px;
}
/*h3*/
#outer h3.contents_h3{
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 20px;
	padding-left: 5px;
}
#outer h3.contents_h3::before{
	content: "┃"
}
/*h4*/
#outer h4.contents_h4{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}
#outer h4.contents_h4::before{
	content: "●"
}
/*h5*/
#outer h5.contents_h5{
	font-size: 1.2em;
	padding-left: 5px;
}
#outer h5.contents_h5::before{
	content: ""
}
/*3個並べ_通常枠*/
#outer .contents_4{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
}
#outer .contents_4{
	width: 75%;
}
#outer .item{
	width: 33%;
	/*3個並びにしたいときは33％とかにする*/
	box-sizing: border-box;
	font-weight: bold;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
#outer .contents_4::after,.contents_4::before{
	content: "";
	display: block;
	width: 33%;
	height: 0;
}
#outer .contents_4::before{
	order: 1;
}
#outer .contents_4 .item .item_img{
	width: 100%;
}
#outer .contents_4 .item .item_img img{
	width: 100%;
	margin-bottom: 5px;
}
#outer .contents_4 .item  .item_txt{
	padding: 0 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 0.9em;
}
#outer .item .item_txt h4 {
	font-size: 1.19em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
/*3個並べ_赤枠*/
#outer .contents_4{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}
#outer .contents_4{
	width: 75%;
}
#outer .item_1{
	width: 33%;
	/*3個並びにしたいときは33％とかにする*/
	border: 3px solid red !important;
	background-color: #FFFCE6;
	box-sizing: border-box;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
#outer .contents_4.item_1::after,.contents_4.item_1::before{
	content: "";
	display: block;
	width: 33%;
	height: 0;
}
#outer .contents_4.item_1::before{
	order: 1;
}
#outer .contents_4 .item_1 .item_img{
	width: 100%;
}
#outer .contents_4 .item_1 .item_img img{
	margin-bottom: 5px;
	width: 100%;
}
#outer .contents_4 .item_1.item_txt_1{
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 0.5em;
}
#outer .item_1 .item_txt_1 h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
/*商品一覧はこちらのボタン(通常枠）*/
#outer .contents_4 .item ul.btns{
	padding: 0;
	margin-bottom: 5px;
}
#outer .item  .btn_gazou a{
	padding: 5px;
	font-size: 1.0em;
}
#outer .item  .btn_gazou a::after{
	content: inherit;
}
#outer .item .btn_gazou a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #61a299;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
}
#outer .item  .btn_gazou 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_1 ul.btns{
	padding: 0;
	margin-bottom: 5px;
}
#outer .item_1  .btn_gazou a{
	padding: 5px;
	font-size: 1.0em;
}
#outer .item_1  .btn_gazou a::after{
	content: inherit;
}
#outer .item_1 .btn_gazou a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #61a299;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
}
#outer .item_1  .btn_gazou 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%);
}
/*種類から選ぶ*/
/*h2*/
#outer h2.title_frame{
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0 0 5px 5px;
	box-sizing: border-box;
	border-bottom: double 10px #61a299;
}
/*h3*/
#outer h3.marker_h3{
	width: 100%;
	font-size: 1.7em;
	font-weight: bold;
	margin: 15px auto;
	padding-left: 5px;
	background: linear-gradient(#fff 60%, #e3f3f4 0%);
}
/*商品ボックス最安　基本設定*/
.content_price .low_price{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 0 40px 0;
}
.content_price .low_price .low_price_item01,.content_price .low_price_item02{
	width: 49.5%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	border-radius: 0.5em;
	border: 1px solid #C8C8C8;
}
.content_price .low_price{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 0 40px 0;
}
.content_price .low_price_item01{
	border: 3px solid red !important;
	background-color: #FFFCE6;
}
/*売れ筋商品アイコン画像*/
.new_icon{
	width: 35%;
	position: relative;
	margin-left: -2.0em;
	top: -2.3em;
}
.new_icon img{
	position: absolute;
	margin-left: -0.0em;
	top: -0.5em;
}
/*赤色の価格設定*/
.item .item_txt  p{
	line-height: 2;
	margin-bottom: 20px;
}
div .item_baseprice{
	font-size:  3.0em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 0px;
	color: #FF0000;
}
div .item_baseprice::before{
	font-size:  1.0em;
	content: "¥"
}
div .item_baseprice::after{
	font-size:  0.6em;
	content: "(税込)"
}
/*赤色の価格設定(赤枠)*/
.item_1 .item_txt_1 p{
	line-height: 2;
	margin-bottom: 20px;
}
div .item_baseprice_1{
	font-size:  2.9em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 0px;
	color: #FF0000;
}
div .item_baseprice_1::before{
	font-size:  0.9em;
	content: "¥"
}
div .item_baseprice_1::after{
	font-size:  0.5em;
	content: "(税込)"
}
/*1枚当たりの単価の価格設定*/
div .unit_price{
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
div .unit_price .marker{
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
div.unit_price .marker{
	background: linear-gradient(transparent 70% , yellow 70%);
	text-align: center;
	font-weight: bold;
}
/*1枚当たりの単価の価格設定(赤枠）*/
div .unit_price_1{
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
div .unit_price_1 .marker{
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
div.unit_price_1 .marker{
	background: linear-gradient(transparent 70% , yellow 70%);
	text-align: center;
	font-weight: bold;
}
/*左画像・右文章*/
#outer .contents_6 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#outer .contents_6 .item_6 {
	margin: 0 auto 50px;
	display: grid;
	column-gap: 20px;
}
#outer .contents_6 .item_6 .item_img_6 {
	grid-row: 1;
	grid-column: 1;
}
#outer .contents_6 .item_6 .item_img_6 img {
	margin-bottom: 5px;
	width: 70%;
}
#outer .contents_6 .item_6 .item_txt_6 {
	grid-row: 1;
	grid-column: 2;
}
#outer .contents_6 .item_6 .item_txt_6 p {
	line-height: 1.5;
	font-size: 1.2em;
}
/*画像の下に文章リンクボタン*/
#outer .item_01 ul.btns{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
#outer .item_01 ul.btns li.btn_gazou{
	position: relative;
}
#outer .item_01 ul.btns li.btn_gazou a{
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 100vh;
	background: #00aeb9;
	color: #ffffff!important;
	font-size: 2.0em;
	text-decoration: none;
}
/*関連記事のところ*/
.column{
	width: 100%;
	margin-bottom: 45px;
}
.column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0 15px;
}
.column h3::before{
	content: "┃"
}
.contents_02{
	display: flex;
	flex-wrap: wrap;
	/*	justify-content: space-between;
	*/
	margin: 0 auto;
}
.contents_02 .item_{
	width: 32%;
	box-sizing: border-box;
	/*	border: solid 1px #cccccc;
	*/
	display: flex;
	flex-direction: column;
}
.contents_02::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.contents_02 .item_ ul.btns_{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
.contents_02 .item_ ul.btns_ li.btn_gazou_{
	position: relative;
}
.item_ .btn_gazou_ a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #61a299;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}
.column ul.tokusyu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
.column ul.tokusyu li{
	width: 23%;
	margin-bottom: 10px;
}
.column ul.tokusyu li img{
	width: 100%;
	height: auto;
}
.column ul.tokusyu::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.column ul.tokusyu::after{
	content: "";
	display: block;
	width: 23%;
}
.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 30px;
	}
	#outer .category_btn a{
		padding: 6px;
	}
	/*見出し*/
	#outer .top_parts{
		flex-direction: column-reverse;
	}
	#outer .top_parts .top_txt{
		width: 100%;
		padding: 15px;
	}
	#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%;
	}
	/*売れ筋商品アイコン画像*/
	.new_icon{
		width: 40%
		position: relative;
		margin-left: -2.5em;
		top: -2.5em;
	}
	.new_icon img{
		position: absolute;
		margin-left: 1em;
		top: 1em;
	}
	/*赤色の価格設定(通常)*/
	.item .item_txt p{
		line-height: 2;
		margin-bottom: 15px;
	}
	div .item_baseprice{
		font-size:  2.2em;
		font-weight: bold;
		font-family: 'Century Gothic', sans-serif;
		text-align: center;
		margin-bottom: 0px;
		color: #FF0000;
	}
	div .item_baseprice::before{
		font-size:  0.9em;
		content: "¥"
	}
	div .item_baseprice::after{
		font-size:  0.3em;
		content: "(税込)"
	}
/*赤色の価格設定(赤枠)*/
	.item_1 .item_txt_1 p{
		line-height: 2;
		margin-bottom: 15px;
	}
	div .item_baseprice_1{
		font-size:  2.2em;
		font-weight: bold;
		font-family: 'Century Gothic', sans-serif;
		text-align: center;
		margin-bottom: 0px;
		color: #FF0000;
	}
	div .item_baseprice_1::before{
		font-size:  0.9em;
		content: "¥"
	}
	div .item_baseprice_1::after{
		font-size:  0.3em;
		content: "(税込)"
	}

	/*1枚当たりの単価の価格設定*/
	div .unit_price{
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'Century Gothic', sans-serif;
		text-align: center;
		margin-bottom: 10px;
		color: #000;
	}
	div .unit_price .marker{
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'Century Gothic', sans-serif;
		text-align: center;
		margin-bottom: 10px;
		color: #000;
	}
/*1枚当たりの単価の価格設定(赤枠）*/
div .unit_price_1{
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
div .unit_price_1 .marker{
	font-size: 1.1m;
	font-weight: bold;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
div.unit_price_1 .marker{
	background: linear-gradient(transparent 70% , yellow 70%);
	text-align: center;
	font-weight: bold;
}

	div.unit_price .marker{
		background: linear-gradient(transparent 70% , yellow 70%);
		text-align: center;
		font-weight: bold;
	}
	/*メニュー 基本設定*/
	#outer ul.menu{
		padding: 0 10px;
		margin-bottom: 25px;
	}
	#outer ul.menu li{
		width: 49.5%;
		margin-bottom: 5px;
	}
	#outer ul.menu li a{
		font-size: 14px;
		padding: 5px 10px;
		position: relative;
	}
	/*h2*/
	#outer h2.uline_b{
		font-size: 1.5em;
		margin: 25px 5px 15px;
		margin-top: 0;
		padding-bottom: 5px;
		line-height: 1.2;
	}
	/*h3*/
	#outer h3.contents_h3{
		font-size: 1.4em;
		margin: 10px 0;
		padding-left: 3;
	}
	/*h4*/
	#outer h4.contents_h4{
		font-size: 1.1em;
		margin: 10px 0;
		padding-left: 3;
	}
	/*h5*/
	#outer h5.contents_h5{
		font-size: 1.0em;
		padding: 0px 10px;
	}
/*3個並べ_通常枠*/
#outer .contents_4{
	margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-radius: 10px;
		/* 角を丸くする */
}
#outer .contents_4{
	width: 90%;
}
	#outer  .item {
		border-radius: 20px;
		/* 角を丸くする */
		width: 48%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px;
		margin-bottom: 15px;
	}
	#outer .contents_4 .item .item_txt{
		border-radius: 20px;
		/* 角を丸くする */
		padding: 5px;
		margin-bottom: 5px;
		text-align: center;
		font-size: 0.8em;
	}
	#outer .item .item_txt h4 {
		font-size: 1.19em;
	}
	/*4個並べ(赤枠)*/
	#outer .contents_4{
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
              border-radius: 5px;
		/* 角を丸くする */
	}
	#outer .contents_4 .item_1{
		width: 48%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px;
		margin-bottom: 15px;
                border-radius: 2em;
	}
	#outer .contents_4 .item_1 .item_txt_1{
		padding: 5px;
		margin-bottom: 5px;
		font-size: 0.8em;
	}
	#outer .item_1 .item_txt_1 h4 {
		font-size: 1.2em;
	}
	/*商品一覧はこちらのボタン*/
	#outer .contents_4 .item .item_1 ul.btns{
		padding: 0;
		margin-bottom: 5px;
	}
	#outer .item .item_1 .btn_gazou a{
		padding: 5px;
		font-size: 0.8em;
	}
	#outer .item .item_1 .btn_gazou a::after{
		content: inherit;
	}
	/*画像と文字横並びブロック*/
	#outer .contents_b{
		margin: 0 auto 30px;
		display: block;
	}
	#outer .contents_b .item .item_1{
		border: solid 1px #cccccc;
		padding: 5px;
		margin-bottom: 7px;
	}
	#outer .contents_b .item .item_1 .item_txt .item_txt_1 h4{
		font-size: 1.0em;
	}
	#outer .contents_b .item .item_1 .item_txt .item_txt_1 p{
		font-size: 1em;
		padding-left: 3px;
		text-align: center
	}
	/*文章とおすすめ商品*/
	#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;
	}
	/*タブ②*/
	/*h2*/
	#outer h2.title_h2{
		padding: 0.5rem 1rem;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1.5em;
	}
	/*左画像・右文章*/
	#outer .contents_6 {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#outer .contents_6 .item_6 {
		margin: 0 auto 50px;
		display: block;
	}
	#outer .contents_6 .item_6 .item_img_6 img {
	margin-bottom: 5px;
	width: 95%;
}
	#outer .contents_6 .item_6 .item_txt_6 p {
		font-size: 1em;
		padding: 10px;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	/*画像の下に文章*/
	#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;
	}
	/*左画像・右商品名とボタン*/
	#outer .contents_03{
		/*左画像・右文章部分*/
		padding: 0;
	}
	#outer .contents_03 .item_detail{
		width: 100%;
		margin: 0 0 10px 0;
		padding-top: 5px;
	}
	#outer .contents_03 .item_detail .item_img_01{
		width: 45%;
	}
	#outer .contents_03 .item_detail .item_img_01 img{
		width: 100%;
	}
	#outer .contents_03 .item_detail .item_txt_01{
		width: 55%;
		padding: 5px;
	}
	#outer .contents_03 .item_detail .item_txt_01 p{
		padding: 25px 5px 25px;
		margin: 0;
		font-size: 1em;
	}
	#outer .contents_03 .item_detail .item_txt_01 ul.btns{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#outer .contents_03 .item_detail .item_txt_01 ul.btns a{
		position: relative;
		display: block;
		padding: 8px;
		font-weight: bold;
		border-radius: 100vh;
		color: #ffffff!important;
		font-size: 0.9em;
		text-decoration: none;
	}
	/*タブ③*/
	/*h2*/
	#outer h2.title_frame{
		font-size: 1.5em;
		margin: 0 0 15px 0;
		padding: 10px 5px 0;
	}
	/*h3*/
	#outer h3.marker_h3{
		font-size: 1.3em;
		margin: 15px auto;
		padding-left: 5px;
		background: linear-gradient(#fff 60%, #e3f3f4 0%);
	}
	/*2カラムの表*/
	#outer table.tb01{
		width: 100%;
		margin: 0 auto;
	}
	#outer .tb01 tr.tr_head th{
		font-size: 1.1em;
		padding: 8px;
	}
	.tb01 tr.tr_head .norm{
		width: 35%;
	}
	#outer .tb01 th{
		padding: 10px;
		border: solid 1px #ccc;
		text-align: center;
		box-sizing: border-box;
	}
	#outer .tb01 td{
		padding: 8px;
		font-size: 1em;
		width: 35%;
	}
	/*関連記事*/
	.column{
		width: 100%;
	}
	.column h3{
		padding: 5px;
		font-size: 1.3em;
		margin: 0;
	}
	.column h3::before{
		content: "┃"
	}
	.contents_02{
		padding: 0 10px;
	}
	.contents_02 .item_{
		width: 100%;
		margin: 5px auto;
		padding: 0;
	}
	.contents_02::after{
		content: none;
	}
	.contents_02 .item_ ul.btns_{
		font-size: 0.8em;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	.contents_02 .item_ ul.btns_ li.btn_gazou_{
		position: relative;
	}
	.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;
	}
	.column ul.tokusyu{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.column ul.tokusyu li{
		width: 49%;
	}
a.adjustment{
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}

}
