@charset "utf-8";
/* CSS Document */

.non_silicon_wrap {
	width: 100%;
	color: #333;
}

/*--アイキャッチ--*/
.head_img2 {
	position: relative;
	width: 1060px;
	margin: 0 auto 40px;
}
.head_img2 .eye_bk {
	width: 100%;
	height: auto;
}
.eye_right {
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 12px;
}
.eye_list {
	position: absolute;
	top: 0;
	left: 10px;
	overflow: hidden;
	width: 60%;
}
.eye_list li {
	position: relative;
	float: left;
	width: 23.5%;
	list-style: none;
	text-align: center;
	margin-right: 2%;
}
.eye_list li:last-child {
	margin-right: 0;
}
.eye_list li img {
	width: 100%;
	height: auto;
}
.eye_list li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 80%;
	color: #7BA62D;
	font-weight: bold;
	font-family: "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: -5px;
}
.head_img2 h2 {
	position: absolute;
	top: 28%;
	left: 0;
	color: #E14949;
	font-size: 60px;
	font-family: "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	filter:dropshadow(color=#fff,offX= 0,offY=-1)
	dropshadow(color=#fff,offX= 1,offY= 0)
	dropshadow(color=#fff,offX= 0,offY= 1)
	dropshadow(color=#fff,offX=-1,offY= 0);
	text-shadow: #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px;
}
.head_img2 h2 span {
	display: block;
	color: #333;
	font-size: 32px;
	font-family: "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-left: 10px;
}
.eye_text1 {
	position: absolute;
	top: 55%;
	left: 1%;
}
.eye_text2 {
	position: absolute;
	top: 68%;
	left: 3%;
}
.eye_bottom {
	position: absolute;
	bottom: 2%;
	left: 3%;
	color: #333;
	font-size: 12px;
}
.head_img2 a {
	position: absolute;
	bottom: 4%;
	right: 4%;
}

/*--コンテンツ--*/
.non_silicon_content {
	width: 1060px;
	max-width: 98%;
	margin: auto;
}
.non_silicon_content h2 {
	color: #218734;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.non_silicon_content h2 br {
	display: none;
}
.non_silicon_content h2 span {
	color: #cb3232;
	font-size: 32px;
	font-weight: normal;
}
.non_silicon_content .img_left {
	width: 24%;
	height: auto;
	margin: 0 10px 10px 0;
	float: left;
}
.non_silicon_content .img_right {
	width: 24%;
	height: auto;
	margin: 0 0 10px 10px;
	float: right;
}
.content1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	list-style: none;
	text-align: center;
	margin-bottom: 60px;
}
.content1 ul li {
	width: 23.5%;
	font-size: 16px;
	vertical-align: top;
	margin-right: 2%;
}
.content1 ul li:nth-child(4) , .content1 ul li:last-child {
	margin-right: 0;
}
.content1 ul li:nth-child(n+5) {
	margin-top: 30px;
}
.content1 ul li img {
	width: 100%;
	height: auto;
}
.content2 {
	background: #f8fff3;
	width: 100%;
	padding: 40px 0;
	margin-bottom: 60px;
}
.content2 div , .content3 div {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}
.content2 div.non_silicon_content {
	text-align: center;
	margin-bottom: 0;
}
.content2 h3 , .content3 h3 , .content4 h3 {
	margin: 0 auto 20px;
}
.content2 h3 br , .content3 h3 br , .content4 h3 br {
	display: none;
}
.content2 h3 span , .content3 h3 span , .content4 h3 span {
	font-size: 26px;
	font-weight: normal;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(127,219,140,1) 110%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(127,219,140,1) 110%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(127,219,140,1) 110%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7fdb8c',GradientType=0 );
}
.content2 .img_center {
	width: 80%;
	height: auto;
	background: #fff;
	padding: 20px 10%;
	margin-top: 20px;
}
.content3 , .content4 {
	text-align: center;
}
.content3 {
	margin-bottom: 50px;
}
.content3 p:nth-child(4) {
	text-align: left;
	margin-bottom: 40px;
}
.content3 div p:nth-child(3) , .content4 div p:nth-child(3) {
	margin-top: 20px;
}
.img_title {
	color: #2c8c25;
	font-size: 26px;
	font-weight: bold;
}
.content3 .img_center {
	width: 55%;
	height: auto;
	margin-bottom: 40px;
}
.content4 {
	margin-bottom: 100px;
}
.content4 div {
	overflow: hidden;
	text-align: left;
}
.content5 {
	text-align: center;
	margin-bottom: 100px;
}
.back_red {
	width: 77%;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	background-image: url(../images/bgimg01.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 50px 0 40px;
	margin: 0 auto 100px;
}
.trouble_title {
	position: relative;
	width: 77%;
	border: 6px solid #ef4d4d;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-ms-border-radius: 18px;
	padding: 60px 0 40px;
	margin: 0 auto 30px;
}
.trouble_title1 {
	font-size: 32px;
}
.trouble_title1 span {
	position: absolute;
	display: inline-block;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 32px;
	background: #ef4d4d;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 3px 0 0 3px;
}
.trouble_title1 span:first-child {
	top: -36px;
	left: 39%;
}
.trouble_title1 span:nth-child(2) {
	top: -26px;
	left: 44.2%;
}
.trouble_title1 span:nth-child(3) {
	top: -36px;
	left: 49.5%;
}
.trouble_title1 span:last-child {
	top: -26px;
	left: 54.7%;
}
.trouble_title2 {
	width: 64%;
	font-size: 32px;
}
.trouble_title2 span {
	color: #ff9a22;
	font-size: 32px;
}
.trouble_title3 , .trouble_title4 {
	position: absolute;
	color: #ed3a71;
	font-size: 32px;
	background: #ffd4f9;
	border-radius: 45%;
	-moz-border-radius: 45%;
	-webkit-border-radius: 45%;
	-o-border-radius: 45%;
	-ms-border-radius: 45%;
	padding: 5px 25px 1px;
}
.trouble_title3 {
	top: 60px;
	left: 61%;
}
.trouble_title4 {
	bottom: 40px;
	left: 72%;
}
.content5 ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-top: 40px;
}
.content5 ul li {
	position: relative;
	width: 22%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #f4d65b;
	border: 1px solid #bf9100;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	padding: 20px 0 21px;
}
.content5 ul li:before {
	position: absolute;
	display: block;
	content: '';
	width: 56px;
	height: 56px;
	left: 50%;
	bottom: -30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #f4d65b;
	border: 1px solid #bf9100;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-left: -30px;
	z-index: -1;
}
.content5 ul li:after {
	position: absolute;
	display: block;
	content: '';
	width: 54px;
	height: 54px;
	left: 50%;
	bottom: -29px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #f4d65b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-left: -29px;
}
.content5 ul li:last-child {
	margin-right: 0;
}
.content5 ul li a {
	display: block;
	color: #75461f;
	font-size: 16px;
	font-weight: bold;
}
.content5 ul li a .fa {
	position: absolute;
	bottom: -15px;
	left: 50%;
	font-size: 20px;
	margin-left: -11px;
	z-index: 2;
}
.content6 {
}
.trouble_recommended {
	position: relative;
	background-image: url(../images/bgimg02.jpg);
	background-size: 96% 5%;
	background-position: center -24px;
	background-repeat: repeat-y;
	border: 2px solid #333;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	padding: 40px 20px;
	margin-bottom: 100px;
}
.trouble_recommended_topimg {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.trouble_recommended_topimg.sp_img {
	display: none;
}
.trouble_recommended h2 {
	color: #75461f;
	font-size: 26px;
}
.trouble_recommended h2 br {
	display: unset;
}
.trouble_recommended h2 span {
	color: #ff9a22;
	text-decoration: underline;
}
.trouble_recommended_text {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}
.trouble_recommended_text div {
	width: 44%;
	background: #fffff5;
	border: 1px solid #ccc;
	box-shadow: 2px 2px #ccc;
	padding: 20px;
}
.trouble_recommended_text div h3 {
	color: #218734;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.trouble_recommended_text div p span {
	color: #f878a9;
}
.trouble_recommended_non_silicon {
	overflow: hidden;
	width: 56%;
	background: #f5ffee;
	border: 1px solid #afdda4;
	padding: 20px;
	margin: auto;
}
.trouble_recommended_non_silicon .trouble_recommended_non_silicon_subtitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.trouble_recommended_non_silicon .non_silicon_img {
	display: block;
	float: left;
	width: 18%;
	margin-right: 3%;
}
.trouble_recommended_non_silicon .non_silicon_img img {
	width: 100%;
	height: auto;
}
.trouble_recommended_non_silicon_text {
	float: left;
	width: 79%;
}
.trouble_recommended_non_silicon_text .name {
	color: #ff9a22;
	font-size: 16px;
	border-bottom: 1px solid #333;
	padding-bottom: 7px;
	margin: 5px 0 10px;
}
.trouble_recommended_non_silicon_text .price {
	display: inline-block;
	color: #f00;
}
.trouble_recommended_non_silicon_text .button {
	float: right;
	background: #ffffb3;
	border: 1px solid #efdc6c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 10px 25px;
}
.trouble_recommended_non_silicon_text .button a {
	color: #ff9a22;
	font-weight: bold;
}
.trouble_recommended_non_silicon_text .button a .fa {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
.content7 {
	width: 100%;
}
.content7_title {
	text-align: center;
	background: #f9f4c7;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.2, transparent), color-stop(.2, #ffffff),color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.7, transparent), color-stop(.7, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
	background-image: linear-gradient(-45deg, transparent 20%, #ffffff 20%, #ffffff 25%, transparent 25%, transparent 70%, #ffffff 70%, #ffffff 75%, transparent 75%, transparent);
	background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	padding: 20px 0;
	margin-bottom: 60px;
}
.content7_title p {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 38px;
	background: #80ce88;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	padding: 7px 30px 2px;
	margin-bottom: 35px;
}
.content7_title p:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #80ce88;
}
.content7_title h2 {
	color: #fb5215;
	font-size: 44px;
	font-weight: normal;
	text-shadow: 4px 4px 2px #FFF, 4px 3px 2px #FFF, 3px 4px 2px #FFF, 3px 3px 2px #FFF, 3px 2px 2px #FFF, 2px 3px 2px #FFF, 3px 3px 2px #FFF, 3px 2px 2px #FFF, 2px 3px 2px #FFF, 2px 2px 2px #FFF, 2px 1px 2px #FFF, 1px 2px 2px #FFF, -4px -4px 2px #FFF, -4px -3px 2px #FFF, -3px -4px 2px #FFF, -3px -3px 2px #FFF, -3px -2px 2px #FFF, -2px -3px 2px #FFF, -3px -3px 2px #FFF, -3px -2px 2px #FFF, -2px -3px 2px #FFF, -2px -2px 2px #FFF, -2px -1px 2px #FFF, -1px -2px 2px #FFF, -4px 4px 2px #FFF, -4px 3px 2px #FFF, -3px 4px 2px #FFF, -3px 3px 2px #FFF, -3px 2px 2px #FFF, -2px 3px 2px #FFF, -3px 3px 2px #FFF, -3px 2px 2px #FFF, -2px 3px 2px #FFF, -2px 2px 2px #FFF, -2px 1px 2px #FFF, -1px 2px 2px #FFF, 4px -4px 2px #FFF, 4px -3px 2px #FFF, 3px -4px 2px #FFF, 3px -3px 2px #FFF, 3px -2px 2px #FFF, 2px -3px 2px #FFF, 3px -3px 2px #FFF, 3px -2px 2px #FFF, 2px -3px 2px #FFF, 2px -2px 2px #FFF, 2px -1px 2px #FFF, 1px -2px 2px #FFF;
}
.content7_title h2 span {
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #fb5215;
	font-size: 44px;
	letter-spacing: 0;
	text-shadow: none;
	background: #fff;
	border: 3px solid #fb5215;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 0 1px 1px 0;
}
.recommended_non_silicon {
	overflow: hidden;
	background: #f5ffee;
	border: 1px solid #afdda4;
	padding: 20px;
	margin-bottom: 60px;
}
.recommended_non_silicon_catch {
	color: #218734;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.recommended_non_silicon h3 {
	text-align: center;
	margin-bottom: 30px;
}
.recommended_non_silicon h3 a {
	color: #ff9a22;
	font-size: 38px;
	text-decoration: underline;
}
.recommended_content {
	overflow: hidden;
}
.recommended_content_img {
	float: left;
	width: 26%;
	text-align: center;
	margin-right: 4%;
}
.recommended_content_img a {
	display: block;
	color: #333;
	font-size: 12px;
}
.recommended_content_img a img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.recommended_content_dl {
	overflow: hidden;
	float: right;
	width: 70%;
	margin-bottom: 20px;
}
.recommended_content_dl dt {
	float: left;
	width: 7%;
	margin: 0 1.5% 10px 0;
	background: #d7f2bb;
	padding: 5px;
}
.recommended_content_dl dd {
	padding: 5px;
	margin-bottom: 10px;
}
.recommended_content_dl dd:nth-child(4) , .recommended_content_dl dd:last-child {
	color: #f00;
}
.recommended_content_dl dt:nth-last-child(2) , .recommended_content_dl dd:last-child {
	margin-bottom: 0;
}
.recommended_content_description {
	position: relative;
	float: right;
	width: 70%;
}
.recommended_content_catch {
	color: #218734;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.recommended_content_text {
	margin-bottom: 20px;
}
.recommended_content_online {
	color: #666;
	text-align: right;
	margin-right: 250px;
	margin-bottom: 3px;
}
.recommended_content_price{
	color: #f00;
	font-size: 18px;
	text-align: right;
	margin-right: 250px;
}
.recommended_content_btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.recommended_content_btn a {
	display: block;
	color: #ff9a22;
	font-size: 18px;
	font-weight: bold;
	background: #ffffb3;
	border: 1px solid #efdc6c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 10px 25px 7px;
}
.recommended_content_btn a .fa {
	font-size: 24px;
	vertical-align: middle;
	margin: -4px 0 0 5px;
}

/*--タブレット対応--*/
@media screen and (min-width: 641px) and (max-width: 1059px) {
img {
	max-width: 100%;
	height: auto;
}
.non_silicon_wrap {
}

/*--アイキャッチ--*/
.head_img2 {
	width: 98%;
	height: auto;
	background-size: 100%;
	margin: 0 auto;
}
.eye_list li p {
	font-size: 12px;
}
.head_img2 h2 {
	font-size: 44px;
}
.head_img2 h2 span {
	font-size: 24px;
}
.eye_text1 {
	top: 52%;
	width: 40%;
}
.eye_text2 {
	top: 66%;
	width: 61%;
}
.eye_bottom {
	bottom: 2%;
}
.head_img2 a {
	bottom: 8%;
	right: 2%;
	width: 34%;
}

/*--コンテンツ--*/
.non_silicon_content {
}
.non_silicon_content h2 {
	font-size: 28px;
}
.non_silicon_content h2 span {
	font-size: 28px;
}
.non_silicon_content .img_left {
}
.non_silicon_content .img_right {
}
.content1 ul {
}
.content1 ul li {
}
.content1 ul li:nth-child(4) , .content1 ul li:last-child {
}
.content1 ul li:nth-child(n+5) {
}
.content1 ul li img {
}
.content2 {
}
.content2 div , .content3 div {
}
.content2 div.non_silicon_content {
}
.content2 h3 , .content3 h3 , .content4 h3 {
}
.content2 h3 span , .content3 h3 span , .content4 h3 span {
	font-size: 24px;
}
.content2 .img_center {
}
.content3 , .content4 {
}
.content3 {
}
.content3 p:nth-child(4) {
}
.content3 div p:nth-child(3) , .content4 div p:nth-child(3) {
}
.img_title {
}
.content3 .img_center {
}
.content4 {
}
.content4 div {
}
.content5 {
}
.back_red {
	width: 80%;
	font-size: 30px;
}
.trouble_title {
}
.trouble_title1 {
}
.trouble_title1 span {
}
.trouble_title1 span:first-child {
	left: 35%;
}
.trouble_title1 span:nth-child(2) {
	left: 42.2%;
}
.trouble_title1 span:nth-child(3) {
	left: 49.5%;
}
.trouble_title1 span:last-child {
	left: 56.7%;
}
.trouble_title2 {
	font-size: 28px;
}
.trouble_title2 span {
	font-size: 28px;
}
.trouble_title3 , .trouble_title4 {
	font-size: 28px;
}
.trouble_title3 {
	left: 64%;
}
.trouble_title4 {
	left: 74%;
}
.content5 ul {
}
.content5 ul li {
	width: 24%;
}
.content5 ul li:before {
}
.content5 ul li:after {
}
.content5 ul li:last-child {
}
.content5 ul li a {
}
.content5 ul li a .fa {
}
.content6 {
}
.trouble_recommended {
}
.trouble_recommended_topimg {
	width: 96%;
	top: -1.5%;
}
.trouble_recommended_topimg.sp_img {
}
.trouble_recommended h2 {
	font-size: 24px;
}
.trouble_recommended h2 span {
	font-size: 26px;
}
.trouble_recommended_text {
}
.trouble_recommended_text div {
	padding: 2%;
}
.trouble_recommended_text div h3 {
	margin-bottom: 10px;
}
.trouble_recommended_text div p span {
}
.trouble_recommended_non_silicon {
	padding: 2%;
}
.trouble_recommended_non_silicon .trouble_recommended_non_silicon_subtitle {
	margin-bottom: 10px;
}
.trouble_recommended_non_silicon .non_silicon_img {
}
.trouble_recommended_non_silicon .non_silicon_img img {
}
.trouble_recommended_non_silicon_text {
}
.trouble_recommended_non_silicon_text .name {
}
.trouble_recommended_non_silicon_text .price {
	margin-top: 5px;
}
.trouble_recommended_non_silicon_text .button {
	padding: 7px 18px;
	margin-top: 5px;
}
.trouble_recommended_non_silicon_text .button a {
}
.trouble_recommended_non_silicon_text .button a .fa {
}
.content7 {
}
.content7_title {
}
.content7_title p {
	font-size: 32px;
}
.content7_title p:before {
}
.content7_title h2 {
	font-size: 38px;
}
.content7_title h2 span {
	width: 52px;
	height: 52px;
	font-size: 38px;
	padding: 0;
}
.recommended_non_silicon {
	padding: 2%;
}
.recommended_non_silicon_catch {
	font-size: 24px;
	margin-bottom: 10px;
}
.recommended_non_silicon h3 {
}
.recommended_non_silicon h3 a {
	font-size: 34px;
}
.recommended_content {
}
.recommended_content_img {
	width: 24%;
}
.recommended_content_img a {
}
.recommended_content_img a img {
}
.recommended_content_dl {
	width: 72%;
}
.recommended_content_dl dt {
	width: 9%;
}
.recommended_content_dl dd {
}
.recommended_content_dl dd:nth-child(4) , .recommended_content_dl dd:last-child {
}
.recommended_content_dl dt:nth-last-child(2) , .recommended_content_dl dd:last-child {
}
.recommended_content_description {
	width: 72%;
}
.recommended_content_catch {
}
.recommended_content_text {
}
.recommended_content_online {
	text-align: left;
	margin-right: 0;
}
.recommended_content_price{
	text-align: left;
	margin-right: 0;
}
.recommended_content_btn {
}
.recommended_content_btn a {
}
.recommended_content_btn a .fa {
}
}

/*--スマホ--*/
@media screen and (max-width: 640px) {
#wrapper {
	background-color: unset !important;
}
.non_silicon_wrap {
}
/*--アイキャッチ--*/
.head_img2 {
	width: 100%;
	padding-top: 86px;
}
.head_img2 .eye_bk {
	width: 100%;
	height: auto;
}
.eye_right {
	font-size: 10px;
}
.eye_list {
	top: 16px;
	left: 0;
	width: auto;
	background: #ECFDEC;
	background: -moz-linear-gradient(-4deg, rgba(255,255,255,1) 0%, rgba(236,253,236,1) 100%);
	background: -webkit-linear-gradient(-4deg, rgba(255,255,255,1) 0%,rgba(236,253,236,1) 100%);
	background: linear-gradient(176deg, rgba(255,255,255,1) 0%,rgba(236,253,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecfdec',GradientType=1 );
}
.eye_list li {
	display: block;
}
.eye_list li p {
	font-size: 10px;
}
.head_img2 h2 {
	top: 100px;
	left: 5px;
	font-size: 18px;
}
.head_img2 h2 span {
	font-size: 14px;
	margin-left: 0;
}
.eye_text1 {
	top: 45%;
	width: 50%;
	height: auto;
}
.eye_text2 {
	top: 55%;
	width: 90%;
	height: auto;
}
.eye_bottom {
	display: block;
	position: static;
	margin: 5px 5px 0;
}
.head_img2 a {
	position: static;
	display: block;
}
img#anchor {
	display: table-cell;
	width: 50%;
	height: auto;
	margin: 10px auto 20px;
}

/*--コンテンツ--*/
.non_silicon_content {
	width: auto;
	margin: 0 10px;
}
.non_silicon_content h2 {
	font-size: 16px;
}
.non_silicon_content h2 br {
	display: unset;
}
.non_silicon_content h2 span {
	font-size: 16px;
}
.non_silicon_content p {
	font-size: 12px;
}
.non_silicon_content .img_left {
	width: 29%;
}
.non_silicon_content .img_right {
	width: 29%;
}
.content1 ul {
	justify-content: flex-start;
}
.content1 ul li {
	width: 49%;
	font-size: 14px;
}
.content1 ul li:nth-child(even) {
	margin-right: 0;
}
.content1 ul li:nth-child(4) , .content1 ul li:last-child {
}
.content1 ul li:nth-child(n+3) {
	margin-top: 20px;
}
.content1 ul li img {
}
.content2 {
}
.content2 div , .content3 div {
}
.content2 div.non_silicon_content {
}
.content2 h3 , .content3 h3 , .content4 h3 {
}
.content2 h3 br , .content3 h3 br , .content4 h3 br {
	display: unset;
}
.content2 h3 span , .content3 h3 span , .content4 h3 span {
	font-size: 16px;
}
.content2 .img_center {
	width: 94%;
	padding: 10px 3%;
}
.content3 , .content4 {
}
.content3 {
}
.content3 p:nth-child(4) {
}
.content3 div p:nth-child(3) , .content4 div p:nth-child(3) {
}
.img_title {
	font-size: 18px;
}
.content3 .img_center {
	width: 100%;
}
.content4 {
	margin-bottom: 100px;
}
.content4 div {
}
.content5 {
	margin-bottom: 100px;
}
p.back_red {
	width: 100%;
	font-size: 18px;
	padding: 30px 0;
}
.trouble_title {
	width: auto;
	padding: 30px 0 60px;
}
.trouble_title1 {
	font-size: 16px;
}
.trouble_title1 span {
	width: 34px;
	height: 33px;
	font-size: 22px;
	padding: 3px 0 0 2px;
}
.trouble_title1 span:first-child {
	top: -26px;
	left: 31%;
}
.trouble_title1 span:nth-child(2) {
	top: -16px;
	left: 40.2%;
}
.trouble_title1 span:nth-child(3) {
	top: -26px;
	left: 49.5%;
}
.trouble_title1 span:last-child {
	top: -16px;
	left: 58.7%;
}
p.trouble_title2 {
	width: 80%;
	font-size: 18px;
}
.trouble_title2 span {
	font-size: 18px;
}
p.trouble_title3 , p.trouble_title4 {
	font-size: 18px;
	padding: 3px 14px 1px;
}
.trouble_title3 {
	top: unset;
	left: unset;
	bottom: 27px;
	right: 80px;
}
.trouble_title4 {
	left: unset;
	bottom: 10px;
	right: 10px;
}
.content5 ul {
	flex-wrap: wrap;
}
.content5 ul li {
	width: 48%;
	padding: 15px 0;
}
.content5 ul li:before {
	width: 40px;
	height: 40px;
	bottom: -22px;
	margin-left: -22px;
}
.content5 ul li:after {
	width: 38px;
	height: 38px;
	bottom: -21px;
	margin-left: -21px;
}
.content5 ul li:nth-child(n+3) {
	margin-top: 50px;
}
.content5 ul li:last-child {
}
.content5 ul li a {
}
.content5 ul li a .fa {
}
.content6 {
}
.trouble_recommended {
	background-size: 96% 2%;
	background-position: center 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 30px 3%;
}
.trouble_recommended_topimg {
	display: none;
}
.trouble_recommended_topimg.sp_img {
	display: unset;
	width: 94%;
	height: auto;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.trouble_recommended h2 {
	margin-bottom: 20px;
}
.trouble_recommended h2 span {
	font-weight: bold;
}
.trouble_recommended_text {
	display: block;
}
.trouble_recommended_text div {
	width: auto;
	padding: 4%;
}
.trouble_recommended_text div:first-child {
	margin-bottom: 20px;
}
.trouble_recommended_text div h3 {
	margin-bottom: 10px;
}
.trouble_recommended_text div p span {
}
.trouble_recommended_non_silicon {
	width: auto;
	padding: 4%;
}
.trouble_recommended_non_silicon .trouble_recommended_non_silicon_subtitle {
	font-size: 14px;
	font-size: 14px;
}
.trouble_recommended_non_silicon .non_silicon_img {
	width: 22%;
}
.trouble_recommended_non_silicon .non_silicon_img img {
}
.trouble_recommended_non_silicon_text {
	width: 75%;
}
.trouble_recommended_non_silicon_text .name {
	padding-bottom: 3px;
	margin: 2px 0 6px;
}
.trouble_recommended_non_silicon_text .price {
	margin-bottom: 5px;
}
.trouble_recommended_non_silicon_text .button {
	padding: 5px 15px;
}
.trouble_recommended_non_silicon_text .button a {
}
.trouble_recommended_non_silicon_text .button a .fa {
}
.content7 {
	margin-top: 100px;
}
.content7_title {
}
.content7_title p {
	font-size: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	padding: 5px 20px 2px;
}
.content7_title p:before {
}
.content7_title h2 {
	font-size: 18px;
}
.content7_title h2 span {
	font-size: 18px;
	width: 26px;
	height: 26px;
	border: 2px solid #fb5215;
	padding: 0;
}
.content7_title h2 span:last-child {
	margin-right: 5px;
}
.recommended_non_silicon {
	padding: 3%;
}
p.recommended_non_silicon_catch {
	font-size: 18px;
	margin-bottom: 10px;
}
.recommended_non_silicon h3 {
	margin-bottom: 15px;
}
.recommended_non_silicon h3 a {
	font-size: 22px;
}
.recommended_content {
}
.recommended_content_img {
	width: 31%;
}
.recommended_content_img a {
	font-size: 10px;
}
.recommended_content_img a img {
	margin-bottom: 5px;
}
.recommended_content_dl {
	width: 65%;
	margin-bottom: 0;
}
.recommended_content_dl dt {
	width: 20%;
	font-size: 12px;
	padding: 3px;
	margin: 0 3% 10px 0;
}
.recommended_content_dl dd {
	font-size: 12px;
	padding: 3px;
}
.recommended_content_dl dd:nth-child(4) , .recommended_content_dl dd:last-child {
}
.recommended_content_dl dt:nth-last-child(2) , .recommended_content_dl dd:last-child {
}
.recommended_content_description {
	float: none;
	clear: both;
	width: auto;
	padding-top: 15px;
}
p.recommended_content_catch {
	font-size: 16px;
}
.recommended_content_text {
	margin-bottom: 10px;
}
.recommended_content_online {
	text-align: center;
	margin-right: 0;
}
p.recommended_content_price {
	font-size: 16px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 10px;
}
.recommended_content_btn {
	position: unset;
	text-align: right;
}
.recommended_content_btn a {
	display: inline-block;
	font-size: 16px;
}
.recommended_content_btn a .fa {
	font-size: 20px;
	margin-top: -2px;
}
}
