/* CSS Document */


@media only screen and (max-width: 767px) {
	
.feature_container {
	box-sizing: border-box;
}
.feature_header {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px;
}
.feature_header p {
	font-size: 1.1em;
    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.4em;
	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;
}
ul.feature_menu {
	font-size: 1.1em;
	margin: 0 0 20px;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
ul.feature_menu li {
	width: 24%;
	box-sizing: border-box;
}

@media only screen and (max-width: 576px) {
ul.feature_menu li {
	width: 48.5%;
	box-sizing: border-box;
	margin: 0 0 15px;
}

ul.feature_menu li a {
	font-size: .8em;
}
ul.feature_menu li img {
	max-width: 148px;
	height: auto;
}
}

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 10px 5px;
	font-weight: bold;
	color: #782020 !important;
	display: block;
	border-radius: 6px;
	transition: .3s ease-in-out;
	font-size: .85em;
}
ul.feature_menu li a:hover {
	opacity: .7;
	background: #fe0000;
	color: #fff !important;
}
ul.feature_menu li img {
	width: 100%;
	max-width: 180px;
	height: auto;
	box-sizing: border-box;
}
	
/*--------コンテンツ--------*/

.feature_content_wrap {
	margin: 0 0 20px;
}
.feature_content_wrap h3 {
	font-size: 1.4em;
	margin: 0 0 20px;
	text-align: center;
	padding: 5px;
	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%);
	border: 1px solid #782020;
}
.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;
}

/*---------コンテンツアイテム-----------*/

.content_grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 1fr;

}


.content_item {
	position: relative;
}

.content_item a {
	display: block;
	padding: 30px 5% 15px;
	border: 1px solid #999;
	transition: .3s ease-in-out;
	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) {
	max-width: 180px;
	width: 100%;
	max-height: 180px;
	height: auto;
	object-fit: cover;
	padding: 10px;
}

.content_item img {
	display: block;
	margin: 0 auto 10px;
	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;
}

/*-------即納・抗菌マーク-----------*/

.spec_mark {
	position: absolute;
	top: 4px;
	left: 4px;
}

.soku_mark {
	background: #f6dd07;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	margin: 0 4px 0 0;
	color: #326db1;
	font-weight: bold;
	font-size: .8em;
	border: 1px solid #fe8908;
}
.koukin_mark {
	background: #2985f8;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	border: 1px solid #2985f8;
}

.virus_mark {
	background: #1eb4a9;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	border: 1px solid #1eb4a9;
}

/*------メーカーロゴ------*/

.maker_pr,.maker_qu,.maker_cr,.maker_ch,.maker_pe {
	position: absolute;
	background-color: transparent;
	box-shadow: none !important;
	/*filter: sepia(100%);*/
	filter: grayscale(.5);
}
.maker_pr {
	width: 74px;
	right: 16px;
	top: 10px;
}
.maker_qu {
	width: 56px;
	right: 16px;
	top: 10px;
}
.maker_cr {
	width: 44px;
	right: 16px;
	top: 6px;
}
.maker_ch {
	width: 70px;
	right: 16px;
	top: 10px;
}
.maker_pe {
	width: 64px;
	right: 8px;
	top: 6px;
}

/*-------------------------*/
.content_item h4 {
	color: #666;
	font-size: 1.0em;
}

/*---------関連リンク--------*/
.feature_link {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.feature_link p {
	width: 49%;
	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;
}
@media only screen and (max-width: 576px) {
	.feature_link {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.feature_link p {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 0 0 15px;
	font-size: 0;
}
	
}

/*----------ページトップへ---------*/
.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;
}


}

