/* CSS Document */

body {
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
 	-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
	
.feature_container {
	box-sizing: border-box;
}
.feature_header {
	box-sizing: border-box;
	width: 720px;
	margin: -20px 0 20px;
}
.feature_header p {
	font-size: 1.2em;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align-last: left;
}

/*----------メニュー---------*/

.feature_menu_wrap {
}
.feature_menu_wrap h3 {
	font-size: 1.6em;
	margin: 0 0 20px;
	text-align: center;
	color: #ffd808;
	background: #fe0000;
	/*background: rgb(252,235,59);
	background: linear-gradient(180deg, rgba(252,235,59,1) 0%, rgba(250,243,211,1) 100%, rgba(229,242,193,0.5676645658263305) 100%);
	border: 1px solid #782020;*/
	padding: 5px;
}

.feature_content_wrap h4 {
	margin: 0 0 10px;
	padding: 5px;
	text-align: left;
	color: #782020;
	border-bottom: 1px solid #ccc;
}
.feature_content_wrap h5 {
	font-size: 1.4em;
	margin: 0 0 20px;
	text-align: center;
	padding: 5px;
	color: #782020;
	border-bottom: 1px solid #782020;
}
ul.feature_menu {
	font-size: 1.1em;
	margin: 0 0 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
ul.feature_menu li {
	width: 24%;
	box-sizing: border-box;
}
ul.feature_menu li a {
	border: 1px solid #782020;
	background: rgb(252,235,59);
	background: linear-gradient(180deg, rgba(252,235,59,1) 0%, rgba(250,243,211,1) 100%, rgba(229,242,193,0.5676645658263305) 100%);
	padding: 10px 5px 5px;
	font-weight: bold;
	font-size: .9em;
	color: #782020;
	border-radius: 6px;
	display: block;
	transition: .3s ease-in-out;
}
ul.feature_menu li a:hover {
	opacity: .7;
	background: #fe0000;
	color: #fff !important;
}
ul.feature_menu li img {
	box-shadow: 0 1px 1px #333;
	width: 148px;
	height: 90px;
	object-fit: cover; 
}

/*---------コンテンツ--------*/

.feature_content_wrap {
	margin: 0 0 30px;
}
.feature_content_wrap h3 {
	font-size: 1.6em;
	margin: 0 0 30px;
	text-align: center;
	color: #782020;
	/*background: #fcf1af;*/
	background: rgb(252,235,59);
	background: linear-gradient(180deg, rgba(252,235,59,1) 0%, rgba(250,243,211,1) 100%, rgba(229,242,193,0.5676645658263305) 100%);
	padding: 5px;
	border: 1px solid #782020;
}

/*---------コンテンツアイテム--------*/

.content_grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	grid-auto-rows: 1fr;
}

.content_item{
	position: relative;
}
.content_item a {
	display: block;
	padding: 30px 15px 15px;
	transition: .3s ease-in-out;
	border: 1px solid #999;
	height: 100%;
	box-sizing: border-box;
}
.content_item p:last-of-type {
	text-align: justify;
	text-justify: inter-ideograph;
}
.content_item a img:nth-of-type(2) {
	width: 180px;
	height: 180px;
	padding: 10px;
	object-fit: cover;
}
.content_item a img {
	display: block;
	margin: 0 auto 16px;
	transition: .3s ease-in-out;
	box-shadow: 0 1px 1px rgba(0,0,0,0.02), 
              0 2px 2px rgba(0,0,0,0.02), 
              0 4px 4px rgba(0,0,0,0.02), 
              0 6px 8px rgba(0,0,0,0.02),
              0 8px 16px rgba(0,0,0,0.02);
}
.content_item a:hover {
	border: 1px solid #782020;
}

.content_item a img:hover {
	opacity: .6;
	box-shadow: none;
}

.scale_120 {/*拡大120% 未使用*/
	transform: scale(1.2,1.2);
	overflow: hidden;
}

/*-------即納・抗菌マーク-----------*/

.spec_mark {
	position: absolute;
	top: 8px;
	left: 6px;
}

.soku_mark {
	background: #f6dd07;
	padding: 3px 10px;
	margin: 0 4px 0 0;
	color: #326db1;
	font-weight: bold;
	font-size: .875em;
	border: 1px solid #fe8908;
}
.koukin_mark {
	background: #2985f8;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: .825em;
	border: 1px solid #2985f8;
	height: 22px;
}
.virus_mark {
	background: #1eb4a9;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: .825em;
	border: 1px solid #1eb4a9;
	height: 22px;
}

/*-------メーカーロゴ-----------*/

.maker_pr,.maker_qu,.maker_cr,.maker_ch,.maker_pe {
	position: absolute;
	background-color: transparent;
	box-shadow: none !important;
	filter: grayscale(.5);
}
.maker_pr {
	width: 74px;
	right: 16px;
	top: 10px;
}
.maker_qu {
	width: 56px;
	right: 16px;
	top: 12px;
}
.maker_cr {
	width: 44px;
	right: 16px;
	top: 8px;
}
.maker_ch {
	width: 70px;
	right: 16px;
	top: 12px;
}
.maker_pe {
	width: 70px;
	right: 8px;
	top: 6px;
}
/*------------------------------*/

.content_item h4 {
	color: #666;
	font-size: 1.1em;
}
/*---------関連リンク--------*/
.feature_link {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.feature_link p {
	margin: 0 0 15px;
	font-size: 0;
}
.feature_link p a {
	transition: .3s ease-in-out;
}
.feature_link p:hover {
}
.feature_link p a img {
	border: 1px solid #ccc;
	transition: .3s ease-in-out;
}
.feature_link p a img:hover {
	border: 1px solid #782020;
	opacity: .7;
}
/*-------ページトップへ------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #abf090;
    text-align: center;
    color:  rgba(0,126,174,1);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 18px;
    opacity: 0.8;
	border-radius: 6px;
	transition: .3s ease-in-out;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
			0 2px 2px rgba(0,0,0,0.12), 
			0 4px 4px rgba(0,0,0,0.12);
}
.pagetop a:hover {
    display: block;
    background-color: #6cc04b;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:12px 18px;
    opacity: 0.8;
	border-radius: 6px;
}


}

