/*ベース*/
html {
	font-size: 10px;
	line-height: 1;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*ウェブフォント*/
.ropa {
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
}

/*clearfix*/
.clearfix:after {  
     content: "";   
     display: block;   
     visibility: hidden;   
     height: 0.1px;   
     font-size: 0.1em;   
     line-height: 0;   
     clear: both;   
}  

/*ヘッダー*/
.h_lead {
	font-size: 1.3rem;
}
.h_lead_blue {
	color: #2e95d0;
}
#in_under_h {
	overflow: hidden;
	background: #3399cc;
	position: relative;/*padding-right:62px;*/
}
.go_estimate {
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	height: 62px;
	background: url(../images/common/icon_estimate.gif);
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	text-indent: -9999px;
}
.go_estimate_box {
	display: none;
}

/*フッター*/
#footer {
	position: relative;
}
#upon_f {
	border-top: 1px solid #000;
}
.f_guide {
	width: 100%;
	max-width: 1098px;
	margin: 0 auto;
	overflow: hidden;
}
.f_guide li h3 {
	border-bottom: 3px solid #e0e0e0;
	padding: 12px 0 12px 35px;
}
.f_guide_guide {
	background: url(../images/common/icon_payment.svg) center left no-repeat;
}
.f_guide_area {
	background: url(../images/common/icon_area.svg) center left no-repeat;
}
.f_guide_guarantee {
	background: url(../images/common/icon_guarantee.svg) center left no-repeat;
}
.f_guide_security {
	background: url(../images/common/icon_security.svg) center left no-repeat;
}
.f_guide_contact {
	background: url(../images/common/icon_contact.svg) center left no-repeat;
}
.f_guide_txt {
	font-size: 1.3rem;
	color: #737373;
	margin-bottom: 10px;
	line-height: 1.5;
}
.f_guide_txt a {
	text-decoration: underline;
	color: #737373;
}
.f_guide_more a {
	font-size: 1.3rem;
	color: #737373;
	line-height: 1.5;
	color: #2e95d0;
	text-decoration: underline;
}
.gua_yellow {
	font-size: 1.6rem;
	color: #ffc300;
}
.cont_yellow1 {
	font-size: 1.4rem;
	color: #ffc300;
}
.cont_yellow2 {
	display: block;
	font-size: 2.3rem;
	color: #ffc300;
	padding-left: 32px;
	background: url(../images/common/icon_phone_orange.svg) top left no-repeat;
	-webkit-background-size: 25px auto;
	-moz-background-size: 25px auto;
	-ms-background-size: 25px auto;
	-o-background-size: 25px auto;
	background-size: 25px auto;
	line-height: 1;
}
.f_guide_credit {
	height: auto;
	margin-top: 5px;
	width: 150px;
}
#under_f {
	background: #f2f2f2;
	padding: 15px 0;
}
#under_f p {
	text-align: center;
}
#pagetop {
	position: absolute;
	bottom: 25px;
}
#pagetop img {
	width: 100%;
	height: auto;
}

/*コンテイナー*/
#wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.inside_width {
	width: 100%;
	max-width: 1098px;
	margin: 0 auto;
}
.inside_width, .outside_width {
	clear: both;
}

/*ポップアップヘルプボタン設置*/
.add_help {
	position: relative;
}
.help {
	font-size: 3rem;
	display: block;
	background: url(../images/product/icon_help.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	margin: 5px;
	width: 67px;
}

.off {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

	.blog_body_subscribe a {
    display: block;
    height: 70px;
    background: #ffc300 url(../images/common/icon_under_h_subscribe.svg) 28px center no-repeat;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #2e95d0;
    width: 240px;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    padding: 15px 20px 0 86px;
    border-bottom: 3px solid #ff9600;
    font-weight: bold;
}

@media screen and (min-width: 1367px) {

	/*ヘッダー*/
	#upon_h {
		padding: 15px 33px;
		border-bottom: 1px solid #e0e0e0;
	}
	#center_h {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		padding: 20px 0;
		overflow: hidden;
	}
	.toggle {
		display: none;
	}
	#under_h {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		padding: 0 0 20px;
	}
	
	/*フッター*/
	#upon_f {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 75px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1281px) {
	
	/*ヘッダー*/
	#center_h {
		padding: 20px 24px;
	}
}

@media screen and (min-width: 1281px) {
	
	/*ヘッダー*/
	.gnav {
		float: left;
		margin-left: 15px;
		height: 52px;
		font-size: 1.5rem;
		overflow: hidden;
	}
	.gnav li {
		float: left;
		padding: 0 3px;
	}
	.gnav li:not(:last-of-type) {
		border-right: 1px solid #e0e0e0;
	}
	.gnav li a {
		display: block;
		padding: 18px 12px;
	}
	.gnav li a.current, .gnav li a:hover {
		background: url(../images/common/diago_line.gif) no-repeat bottom left;
	}
	.gnav li a:hover {
		color: #2e95d0;
	}
}

@media screen and (max-width: 1280px) and (min-width: 881px) {
	
	/*ヘッダー*/
	#center_h {
		padding: 20px 24px 85px;
	}
	#center_h:before {
		position: absolute;
		top: 131px;
		left: 0;
		width: 100%;
		content: "";
		display: block;
		height: 1px;
		background: #e0e0e0;
	}
	.gnav {
		position: absolute;
		top: 141px;
		left: 24px;
		height: 52px;
		font-size: 1.5rem;
		overflow: hidden;
	}
	.gnav li {
		float: left;
		padding: 0 3px;
	}
	.gnav li:not(:last-of-type) {
		border-right: 1px solid #e0e0e0;
	}
	.gnav li a {
		display: block;
		padding: 18px 12px;
	}
	.gnav li a.current, .gnav li a:hover {
		background: url(../images/common/diago_line.gif) no-repeat bottom left;
	}
	.gnav li a:hover {
		color: #2e95d0;
	}
	.h_feature_feature {
		position: absolute;
		top: 141px;
		right: 24px;
	}
}

@media screen and (max-width: 1280px) {
	
	/*ヘッダー*/
	.h_lead_display {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	
	/*フッター*/
	.f_guide li {
		float: left;
		width: 18.25136612021858%;
	}
	.f_guide li:not(:last-of-type) {
		margin-right: 2.185792349726776%;
	}
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
	
	/*フッター*/
	.f_guide li {
		float: left;
		width: 31.87613843351548%;
	}
	.f_guide li:nth-of-type(1), .f_guide li:nth-of-type(2), .f_guide li:nth-of-type(4), .f_guide li:nth-of-type(5) {
		margin-right: 2.185792349726776%;
	}
	.f_guide li:nth-of-type(1), .f_guide li:nth-of-type(2), .f_guide li:nth-of-type(3) {
		margin-bottom: 35px;
	}
	.f_guide li:nth-of-type(4) {
		clear: both;
	}
}

@media screen and (min-width: 1181px) {
	
	/*ヘッダー*/
	.newsslider {
		float: right;
		width: 50%;
		padding: 0 45px!important;
		height: 62px;
	}
	.newsslider .slides li p {
		color: #fff;
		font-size: 1.4rem;
		padding: 24px 12px;
		white-space: nowrap;
		overflow: hidden;
	}
	.newsslider .slides li p a {
		color: #fff;
		text-decoration: underline;
	}
}

@media screen and (max-width: 1180px) {
	
	/*ヘッダー*/
	.newsslider {
		display: none;
	}
}

@media screen and (min-width: 641px) {
	
	/*フッター*/
	.f_guide li h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	/*ポップアップヘルプボタン設置*/
	.help {
		top: -20px;
	}
}

@media screen and (max-width: 640px) {
	
	/*フッター*/
	.f_guide li {
		margin-bottom: 25px;
	}
	.f_guide li h3 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	
	/*ポップアップヘルプボタン設置*/
	.help {
		top: -15px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 881px) {
	
	/*ヘッダー*/
	#upon_h {
		padding: 15px 24px;
		border-bottom: 1px solid #e0e0e0;
	}
	#center_h {
		overflow: hidden;
	}
	#under_h {
		padding: 0 24px 20px;
	}
	#in_under_h {
	}
	
	/*フッター*/
	#upon_f {
		padding: 40px 24px 75px;
	}
	#pagetop {
		right: 24px;
	}
}

@media screen and (min-width: 881px) {
	
	/*ヘッダー*/
	.h_logo {
		float: left;
		width: 153px;
	}
	.h_logo a {
		display: block;
		width: 153px;
		height: 52px;
		text-indent: -9999px;
		background: url(../images/common/h_logo.png);
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	.toggle {
		display: none;
	}
	.menu .subnav2 {
		display: none;
	}
	.subnav {
		position: absolute;
		top: 4px;
		right: 33px;
		font-size: 1.3rem;
	}
	.subnav li {
		float: left;
	}
	.subnav li a {
		display: block;
		padding: 11px;
	}
	.subnav li a:hover, .subnav li:last-of-type a:hover {
		color: #2e95d0;
	}
	.subnav li:last-of-type {
		border-left: 1px solid #e0e0e0;
	}
	.subnav li:last-of-type a {
		color: #737373;
	}
	.subnav li:nth-of-type(3) a {
		padding: 11px 22px 11px 11px;
	}
	.subnav li:nth-of-type(4) a {
		padding: 11px 0 11px 22px;
	}
	.phone_box {
		margin-top: -4px;
		margin-bottom: -3px;
	}
    .phone_box .g_propo {
        display: none;
    }
	.phone {
		background: url(../images/common/icon_phone_orange.svg) no-repeat left top;
		padding-left: 50px;
	}
	.phone_open {
		font-size: 1.4rem;
		color: #737373;
	}
	.phone_number {
		font-size: 3.4rem;
		margin-top: -2px;
		letter-spacing: 0.03rem;
	}
	.phone_number a {
		color: #ffc300;
	}
	.k_phone_open {
		float: left;
		font-size: 1.3rem;
		color: #737373;
	}
	.k_phone_number {
		float: left;
		font-size: 1.3rem;
	}
	.k_phone_number a {
		color: #2e95d0;
	}
	.phone_box, .credit, .tpoint, .sponsor {
		float: right;
		margin-left: 25px;
	}
	.credit {
		margin-top: 3px;
		height: 46px;
		font-size: 0.9rem;
		background: url(../images/common/credit2.png) no-repeat bottom center;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	.tpoint {
		width: 27px;
		margin-top: 9px;
	}
	.sponsor {
		font-size: 1.3rem;
		color: #0081bf;
		background: url(../images/common/ykkap_logo.png) no-repeat left center;
		-webkit-background-size: 36px auto;
		-moz-background-size: 36px auto;
		-ms-background-size: 36px auto;
		-o-background-size: 36px auto;
		background-size: 36px auto;
		padding-left: 46px;
		padding-top: 2px;
		line-height: 1.5;
		margin-top: 6px;
	}
	.sponsor span {
		display: none;
	}
	#in_under_h .subnav2_wrapper {
		font-size: 1.5rem;
	}
	#in_under_h {
		overflow: hidden;
	}
	.subnav2_wrapper {
		float: left;
		width: 100%;
		margin-left: -190px;
	}
	.subnav2 {
		margin-left: 190px;
		padding: 0 10px;
	}
	#in_under_h .subnav2 li {
		float: left;
	}
	.subnav2 li {
		padding-left: 20px;
	}
	#in_under_h .subnav2 li a {
		display: block;
		color: #fff;
		padding: 23px 10px 23px 20px;
		background: url(../images/common/arrow_white_right.svg) 4px center no-repeat;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		-ms-background-size: 8px auto;
		-o-background-size: 8px auto;
		background-size: 8px auto;
	}
	.under_h_subscribe {
		float: right;
	}
	.under_h_subscribe a {
		display: block;
		height: 62px;
		background: #ffc300 url(../images/common/icon_under_h_subscribe.svg) 20px center no-repeat;
		font-size: 1.5rem;
		line-height: 1.25;
		color: #2e95d0;
		float: right;
		padding: 14px 20px 0 65px;
		border-bottom: 3px solid #ff9600;
	}
	.under_h_subscribe a span:nth-of-type(2) {
		display: none;
	}
	#under_f p {
		font-size: 1.4rem;
	}
	#pagetop {
		right: 33px;
		width: 67px;
	}
}

@media screen and (min-width: 881px) and (max-width: 1350px) {
	#in_under_h .subnav2 {
		padding: 0 6px;
	}
	#in_under_h .subnav2 li {
		padding-left: 4px;
	}
	#in_under_h .subnav2 li a {
		background-position: 2px center;
		font-size: 1.3rem;
		padding: 23px 5px 23px 14px;
	}
}

@media screen and (max-width: 880px) {
	
	/*ヘッダー*/
	#upon_h {
		position: fixed;
		top: 0;
		left: 0;
		background: #2e95d0;
		height: 48px;
		z-index: 10000;
		width: 100%;
	}
	.h_lead {
		display: none;
	}
	#under_h .subnav2 {
		display: none;
	}
	.under_h_subscribe {
		position: fixed;
		z-index: 10001;
		top: 0;
		right: 0;
		width: 150px;
	}
	.under_h_subscribe a {
		display: block;
		width: 150px;
		height: 48px;
		border-bottom: 3px solid #ff9600;
		background: #ffc300 url(../images/common/icon_under_h_subscribe.svg) 115px 13px no-repeat;
		-webkit-background-size: 27px auto;
		-moz-background-size: 27px auto;
		-ms-background-size: 27px auto;
		-o-background-size: 27px auto;
		background-size: 27px auto;
	}
	.under_h_subscribe a span:nth-of-type(1) {
		display: none;
	}
	.under_h_subscribe a span:nth-of-type(2) {
		color: #2797d0;
		font-size: 1.3rem;
		position: relative;
		top: 41%;
		left: 6px;
	}
	.h_logo {
		position: fixed;
		top: 8px;
		left: 35%;
		width: 95px;
		margin-left: -47px;
		z-index: 10001;
	}
	.h_logo a {
		display: block;
		width: 95px;
		height: 33px;
		text-indent: -9999px;
		background: url(../images/common/h_logo_s.png);
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	.toggle {
		position: fixed;
		top: 8px;
		left: 8px;
		z-index: 10001;
		width: 31px;
		height: 32px;
		background: url(../images/common/icon_toggle.png);
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		text-indent: -9999px;
	}
	.menu {
		display: none;
		position: fixed;
		top: 48px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 10001;
		height: calc(100% - 48px);
		height: -webkit-calc(100% - 48px);
		overflow-y: auto;
	}
	.subnav2, .subnav {
		background: #2e95d0;
	}
	.gnav {
		background: #136fb8;
	}
	.gnav li, .subnav li, .subnav2 li {
		width: 80%;
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.gnav li:not(:last-of-type), .subnav li:not(:last-of-type), .subnav2 li {
		border-bottom: 1px solid #0a4f85;
	}
	.gnav li a, .subnav li a, .subnav2 li a {
		display: block;
		padding: 13px 0;
		color: #fff;
	}
	.h_feature {
		background: #fff;
		margin-top: 48px;
		padding-top: 8px;
		padding-bottom: 6px;
		position: relative;
		overflow: hidden;
	}
	.in_h_feature {
		position: relative;
		right: 50%;
		float: right;
	}
	.credit, .tpoint, .sponsor {
		position: relative;
		right: -50%;
		float: right;
		margin-left: 7px;
		margin-right: 7px;
	}
	.credit {
		margin-top: 2px;
		width: 118px;
		height: 24px;
		background: url(../images/common/credit2.png) no-repeat;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		text-indent: -9999px;
	}
	.tpoint {
		width: 23px;
	}
	.sponsor {
		margin-top: -2px;
		color: #0081bf;
		background: url(../images/common/ykkap_logo.png) no-repeat left center;
		-webkit-background-size: 27px auto;
		-moz-background-size: 27px auto;
		-ms-background-size: 27px auto;
		-o-background-size: 27px auto;
		background-size: 27px auto;
		padding-left: 35px;
		padding-top: 2px;
		line-height: 1.5;
	}
	.sponsor span {
		display: none;
	}
	
	/*フッター*/
	#upon_f {
		padding: 25px 24px 45px;
	}
	#under_f p {
		font-size: 1.2rem;
	}
	#pagetop {
		right: 8px;
		width: 50px;
	}
}

@media screen and (max-width: 880px) and (min-width: 641px) {
	
	/*ヘッダー*/
	.phone_box {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 76px;
		z-index: 10000;
		background: url(../images/common/m_mobile_bg.png) repeat-x;
		overflow: hidden;
	}
	.phone, .k_phone,.g_propo {
		float: left;
		width: 50%;
		height: 57px;
		z-index: 10000;
		margin-top: 12px;
		margin-bottom: 4px;
		height: 60px;
		padding: 10px 0 0 65px;
	}
	.phone {
		left: 0;
		border-right: 1px solid #c1c1c1;
		background: url(../images/common/icon_m_phone.svg) 15px center no-repeat;
		-webkit-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-ms-background-size: 40px auto;
		-o-background-size: 40px auto;
		background-size: 40px auto;
	}
	.k_phone {
		background: url(../images/common/icon_m_k_phone.svg) 15px center no-repeat;
		-webkit-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-ms-background-size: 40px auto;
		-o-background-size: 40px auto;
		background-size: 40px auto;
	}
	.g_propo {
		background: url(../images/common/icon_proposal_gr.png) 15px center no-repeat;
		-webkit-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-ms-background-size: 40px auto;
		-o-background-size: 40px auto;
		background-size: 40px auto;
	}
	.phone_open {
		color: #ff9600;
		font-size: 1.4rem;
	}
	.phone_open span {
		display: none;
	}
	.phone_number a {
		color: #ff9600;
		font-size: 3rem;
		letter-spacing: -0.05rem;
	}
	.k_phone_open {
		color: #2e95d0;
		font-size: 1.4rem;
	}
	.k_phone_open span {
		display: none;
	}
	.k_phone_number a {
		font-family: 'Ropa Sans', sans-serif;
		font-weight: 400;
		color: #2e95d0;
		font-size: 3rem;
		letter-spacing: -0.15rem;
	}
	.g_propo_main a {
		color: #00af4b;
		font-size: 1.8rem;
		line-height: 1.2;
		margin-left: 10px;
		display: block;
	}
}

@media screen and (max-width: 640px) {
	
	/*ヘッダー*/
	.phone_box {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 57px;
		z-index: 10000;
		background: url(../images/common/s_mobile_bg.png) repeat-x;
		overflow: hidden;
	}
	.phone, .k_phone, .g_propo {
		float: left;
		width: 50%;
		height: 57px;
		z-index: 10000;
		margin-top: 9px;
		margin-bottom: 3px;
		height: 45px;
		padding: 10px 0 0 42px;
	}
	.phone {
		left: 0;
		border-right: 1px solid #c1c1c1;
		background: url(../images/common/icon_m_phone.svg) 7px center no-repeat;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-ms-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
	.k_phone {
		background: url(../images/common/icon_m_k_phone.svg) 7px center no-repeat;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-ms-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
	.g_propo {
		background: url(../images/common/icon_proposal_gr.png) 7px center no-repeat;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-ms-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
	.phone_open {
		color: #ff9600;
	}
	.phone_open span {
		display: none;
	}
	.phone_number a {
		color: #ff9600;
		font-size: 1.9rem;
		letter-spacing: -0.05rem;
	}
	.k_phone_open {
		color: #2e95d0;
	}
	.k_phone_open span {
		display: none;
	}
	.k_phone_number a {
		font-family: 'Ropa Sans', sans-serif;
		font-weight: 400;
		color: #2e95d0;
		font-size: 1.9rem;
		letter-spacing: -0.15rem;
	}
	.g_propo_main a {
		color: #00af4b;
		font-size: 1.3rem;
		line-height: 1.1;
		margin-left: 10px;
		display: block;
	}
}


@media screen and (min-width: 641px) {
	.s_renovate_box{
		display: none;
	}
}

@media screen and (max-width: 640px) {
.s_renovate_box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.s_renovate {
		width: 47.65%;
    background: #e1f1fa;
    position: relative;
}
	.s_renovate_img {
    text-indent: -9999px;
			height: 53px;
}
	.s_renovate_new {
    position: absolute;
    left: -2px;
    top: -2px;
		width: 52px;
}
	.s_renovate_info {
    padding: 10px 6.25% 7px;
    position: relative;
}
	.s_renovate_info_maker {
    font-size: 1.0rem;
		color: #0085ba;
		text-align: left;
}
	.s_renovate_info_name {
    margin-top: 3px;
		font-size: 1.3rem;
		text-align: left;
}
		.s_renovate_info_name span{
		font-size: 1.0rem;
}
	.s_renovate_detail {
    position: relative;
    width: 87.5%;
    height: 25px;
		margin: 0 auto 7px;
		background: #146fb9;
		border-radius: 2px;
    display: block;
		font-size: 1.3rem;
		padding: 7px 0!important;
}
	.s_renovate_blog {
    position: relative;
    width: 100%;
    height: 25px;
		margin: 0 auto;
    display: block;
		font-size: 1.1rem;
		color: #000!important;
		padding: 8px 0!important;
}
	.blog:not(body){
	  background: url(../images/top/img_blog.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
}
		.madoremo {
    background: url(../images/top/img_product3.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.puramadou {
    background: url(../images/top/img_product1.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
}
}


/*//////////////////////////////////////////

ヘッダー上追加

/////////////////////////////////////////*/

/*
	.header_news{
	background: #e95750;
    padding: 10px 0;
	}
	.header_news a{
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
	display: block;
	}
	.subnav {
    top: 36px!important;
}
	.header_news span{
	text-decoration: underline;
	cursor: pointer;
	}
	.sp{
		display: none;
	}

@media screen and (max-width: 880px){
	.header_news{
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 10000;
    width: 100%;
	background: #e95750;
	padding: 5px 0;
}
	.header_news a{
	line-height: 1.5;
	text-align: center;
    display: block;
	color: #fff;
	font-size: 0.9rem;
	}
	#upon_h{
		top: 40px;
	}
	.h_logo{
		top: 48px;
	}
	.under_h_subscribe{
		top: 40px;
	}
	.toggle{
		top: 48px;
	}
	.under_h_subscribe a span:nth-of-type(2){
		top: 33%;
	}
	.sp{
		display: block;
	}
}

*/
