@charset "utf-8";
body {
	font-family: "Yu Gothic", "YuGothic",'Noto Sans JP', " q M m p S Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, C I, Helvetica, Arial, sans-serif;
}

.clearfix:after {
   content: "";
   display: block;
   clear: both;
}

#renew .mt_0 {
	margin-top: 0!important;
}
#renew .mt_20 {
	margin-top: 20px;
}
#renew .mt_80 {
	margin-top: 80px;
}
#renew .pc_only {
	display: block;
}
#renew .sp_only {
	display: none;
}
#renew .bg_grey {
	background: #efefef;
	padding: 1rem;
	margin-top: 30px;
}
#renew a {
	color: #007096;
}
#renew .al_center {
	text-align: center;
}
#renew .al_left p{
	text-align: left;
	font-weight: 500;
}
#renew .bd_top {
	width: 100%;
	border-top: 1px solid #e4e4e4;
}
#renew .bd_none .bd_top {
	border: none!important;
}
#renew h2 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	margin-top: 50px;
}
#renew h2 span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	background: #1b365d;
	vertical-align: middle;
	padding: 0.25em 0.5em;
	margin-left: 1.5rem;
}
#renew h3 {
	display: inline-block;
	margin: 80px auto 0;
	text-align: center;
	font-size: 2.6rem;
	border-bottom: 1px solid #000;
}
#renew h3 span {
	font-size: 2.0rem;
}
#renew .select_area_a {
	margin-top: 0px;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: center;
}
#renew .selectedVlaue {
	margin: 20px auto 3px;
	padding: 0 0 0 5px;
	max-width: 680px;
	font-size: 0;
}
#renew .selectedVlaue.active {
	font-size: 12px;
}


#renew p {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
#renew .fl_col3 {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 30px;
	column-gap: 30px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
#renew .fl_col3 .item {
	max-width: 31%;
}
#renew .fl_col3 .item p {
	margin-top: 20px;
	text-align: left;
	font-size: 2.0rem;
	font-weight: bold;
}
#renew .fl_col3 .item .txt {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
}
#renew .tab_select {
	display: flex;
	flex-wrap: nowrap;
	align-items: end;
	justify-content: space-between;
	margin-top: 30px;
}
#renew .tab_select div {
	width: 33%;
	
}
#renew .tab_select span,
#renew .tab_select a {
	display: block;
	width: 100%;
	background: #007096;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	text-decoration: none;
	position: relative;
}
#renew .tab_select a::before {
	border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
    display: block;
    height: 14px;
    right: 25px;
    margin-top: -11px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 14px;
}
#renew .tab_select a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
#renew .tab_select div.active span,
#renew .tab_select div.active a {
	background: #f4f4f4;
	border-radius: 5px 5px 0 0;
	color: #000;
	padding-top: 2.0rem;
	padding-bottom: 2.0rem;
	box-shadow: 1px 0 0 #cecece;
}
#renew .tab_select div.active a:hover {
	transition: none;
	filter: inherit;
}
#renew .result_txt {
	width: 100%;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	padding-top: 20px;
}
#renew .result_txt span {
	font-size: 3.4rem;
	border-bottom: 2px solid #000;
}
#renew .search_area_a {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	width: 100%;
}

#renew .bd_top.fl p {
	width: 100%;
}
#renew .search_area_a .btn_line {
	width: 50%;
	max-width: 350px;
	text-align: center;
}
#renew .search_area_a .btn_line a {
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	background: #007096;
	border-radius: 5px;
	padding: 0.8em 0;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0 0 3px #007096 inset, 0 0 0 5px #FFF inset;
	box-sizing: border-box;
	position: relative;
}

#renew .search_area_a .btn_line a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
#renew .search_area_a .btn_terms {
	width: 40%;
	max-width: 230px;
	text-align: center;
}
#renew .search_area_a .btn_terms a {
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	background: #007096;
	border-radius: 5px;
	padding: 0.8em 0;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
#renew .search_area_a .btn_line a::before,
#renew .search_area_a .btn_terms a::before {
	content: "";
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	border-radius: 5px;
	box-shadow: 2px 1px 1px #c5c5c5;
}
#renew .search_area_a .btn_terms a::after {
	border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
    display: block;
    height: 14px;
    right: 15px;
    margin-top: -11px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 14px;
}
#renew .search_area_a .btn_terms a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
#renew .search_area_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 30px;
	width: 100%;
	margin-bottom: 50px;
}
#renew .search_area_b .btn_terms {
	width: 50%;
	max-width: 200px;
	text-align: center;
}
#renew .search_area_b .btn_terms a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	background: #007096;
	border-radius: 5px;
	padding: 0.5em 0;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	padding-left: 2rem;
}
#renew .search_area_b .btn_terms a::before {
	content: "";
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	border-radius: 5px;
	box-shadow: 2px 1px 1px #c5c5c5;
}
#renew .search_area_b .btn_terms a::after {
		border-right: 3px solid #FFF;
		border-bottom: 3px solid #FFF;
		content: '';
		display: block;
		height: 12px;
		left: 15px;
		margin-top: -8px;
		opacity: 1;
		position: absolute;
		top: 50%;
		transform: rotate(45deg);
		width: 8px;
}
#renew .search_area_b .btn_terms a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
@media screen and (max-width: 1024px) {
	#renew h2 {
		font-size: 3.2rem;
	}
	#renew h2 span {
		display: block;
		width: 24rem;
		margin:auto;
	}
	#renew h3 {
		font-size: 1.9rem;
		margin-top: 60px;
	}
	#renew h3 span {
		font-size: 1.4rem;
	}
	
	
	#renew .fl_col3 .item {
		max-width: 48%;
	}
}



/*ヘッダー*/
#renew .global-header-inner {
	position: relative;
	max-width: 1100px;
}
#renew .global-header-inner .login_area {
	position: absolute;
	top: 0;
	right:0;
}
#renew .global-header-inner .login_area ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
}
#renew .global-header-inner .login_area ul li {
	font-size: 1.3rem;
	padding: 5px 1.5rem;
	border-radius: 0 0 5px 5px;
}
#renew .global-header-inner .login_area ul li:nth-child(3) {
	background-color: #1b365d;
}
#renew .global-header-inner .login_area ul li:hover {
	background-color: #1b365d;
	transition: 0.2s;
	filter: brightness(150%);
}
#renew .global-header-inner .login_area ul li a {
	text-decoration: none;
	color: #000;
}
#renew .global-header-inner .login_area ul li:hover a {
	color: #fff;
}
#renew .global-header-inner .login_area ul li:nth-child(3) a {
	color: #fff;
}
#renew .global-nav-inner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
#renew .logo {
	width: 220px;
}
#renew .global-header-inner p {
	display: block;
	margin: 0 auto;
	width: 220px;
	text-align: center;
	padding: 5px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	margin-top: 10px;
}
#renew .global-nav-contents-inner {
	padding-bottom: 0;
}
#renew .global-nav {
	border-bottom: 2px solid #1b365d;
}
#renew .global-nav-list {
	max-width: 1000px;
	width: 100%;
	justify-content: center;
	column-gap: 2rem;
}
#renew .global-nav-list li {
	padding: 10px 1.0rem 5px;
	border-radius: 5px 5px 0 0;
	transition: 0.2s;
}
#renew .global-nav-list li:hover {
	background: #1b365d;
}
#renew .global-nav-list li a {
	font-weight: bold;
	color: #000;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
#renew .global-nav-list li a {
	color: #fff;
}
}
#renew .global-nav-list li:hover a {
	color: #fff;
}
#renew .global-nav-list li a::after {
	bottom: 0;
	background: none;
}
#renew .global-nav-list li:nth-child(7) a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#renew .global-nav-list li:nth-child(7) a img {
	width: 1.8rem;
	margin-right: 0.5rem;
}
#renew .global-nav-list li:nth-child(7) a:hover img {
	filter: hue-rotate(180deg);
}
#renew .global-nav-list li:nth-child(7) a::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 0.5rem;
	background-image: url('/images/common/icon_search_renew.svg');
	background-size: contain;
}
#renew .global-nav-list li:nth-child(7):hover a::before {
	background-image: url('/images/common/icon_search_renew_white.png');
	background-size: contain;
}

@media screen and (max-width: 1024px) {
	#renew .logo {
		margin: auto;
	}
	#renew .global-header-inner .login_area {
		display: none;
	}
	#renew .global-nav-inner {
    width: 100%;
	}
	#renew .global-nav-trigger {
		top: 35px;
		height: auto;
	}
}
/*ヘッダーEND*/

/*フッター*/

#renew .c-footer-contents01 {
    padding: 0px 0 0px;
}

#renew footer .copyright {
    font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
	#renew footer .copyright {
		font-size: 1.0rem;
	}
	#renew .c-footer-contents01 {
		padding: 0;
	}
}
/*フッターEND*/

/*container(1100px幅ブロック単位)*/
#renew .container {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0 0 100px;
}
#renew .container.pb_none {
	padding-bottom: 0;
}
/*containerEND*/
/*container_wide(100%幅ブロック単位)*/
#renew .container_wide {
	width: 100%;
	max-width: 100%;
}
#renew .container_wide.pb_none {
	padding-bottom: 0;
}
#renew .container_wide_g {
	background-color: #f4f4f4;
	width: 100%;
	max-width: 100%;
	padding-top: 50px;
}
/*containerEND*/


/*パンくず*/
#renew .c-breadcrumbs {
	padding-left: 0;
	padding-right: 0;
	max-width: 1100px;
	font-weight: bold;
}
/*パンくずEND*/
/*製品ページ用サブナビゲーション*/
#renew .c-product-nav-list li a {
	color: #FFF;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
#renew .c-product-nav-list li a {
	color: #007096;
}
}
/*製品ページ用サブナビゲーションEND*/
/*baseボタン*/
#renew .base_btn {
	display: block;
	width: 80%;
	max-width: 420px;
	margin: 20px auto 0;
}
#renew .base_btn a {
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	background: #007096;
	border-radius: 5px;
	padding: 0.8em 0;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
#renew .base_btn a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
#renew .base_btn a::before {
	content: "";
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	border-radius: 5px;
	box-shadow: 2px 1px 1px #c5c5c5;
}

/*baseボタンEND*/
/*inputボタン*/
#renew .bd_top.fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	margin-bottom: 30px;
	column-gap: 30px;
	padding-right: 1rem;
	padding-left: 1rem;
}

#renew .bd_top.fl.al_left {
	justify-content: flex-start;
}
#renew .bd_top.fl.al_left.gap_10 {
	column-gap: 10px;
	row-gap: 30px;
}

#renew h4 {
	font-size: 2.0rem;
	padding-left: 1.0rem;
	border-left: 4px solid #1b365d;
	line-height: 1.2;
	min-width: 13rem;
}
#renew .container_wide_g .bd_top:nth-child(3) h4,
#renew .container_wide_g .bd_top:nth-child(4) h4 {
	margin-right: 20px;
}
#renew .container_wide_g .bd_top:nth-child(4) h4 {
	margin-top: 0.5rem;
}
#renew input[type=checkbox] {
    display: none;
}
#renew .checkbox01,
#renew .checkbox02,
#renew .checkbox03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
	font-size: 1.9rem;
	font-weight: bold;
	z-index: 2;
}
#renew .checkbox03.good {
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#renew .checkbox03.good::before {
	background-image: url('/images/good_btn_off.png');
	background-size: contain;
	content: '';
    display: block;
	position: absolute;
    top: 35px;
	left: 30px;
	width: 28px;
	height: 23px;
	margin-top: -20px;
	background-color: inherit;
	border-radius: inherit;
}
#renew .checkbox03.good::after {
	content: '';
    display: block;
	background: inherit;
	opacity: 0;
    position: absolute;
    bottom: -10px;
	left: -10px;
	width: 100%;
	height: 0.3rem;
	border-radius: 5px;
	z-index: 1;
}
#renew .checkbox02 {
	font-weight: 500;
}
#renew .checkbox03 {
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0 0 0 10px;
	display: flex;
	align-items: center;
}
#renew .checkbox01::before,
#renew .checkbox02::before {
    background: #fff;
    border: 1px solid #919191;
    content: '';
    display: block;
    height: 18px;
	left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #c5c5c5;
}


#renew .checkbox01::after,
#renew .checkbox02::after {
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    content: '';
    display: block;
    height: 12px;
    left: 5px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
#renew .checkbox03::after {
	content: '';
    display: block;
	background: #007096;
	opacity: 0;
    position: absolute;
    bottom: -10px;
	left: -10px;
	width: 100%;
	height: 0.3rem;
	border-radius: 5px;
	z-index: 1;
}


#renew .checkbox03.silver::after,
#renew .checkbox03.grey::after {
	bottom: 0;
}
#renew input[type=checkbox]:checked + .checkbox01::before,
#renew input[type=checkbox]:checked + .checkbox02::before {
    background: #007096;
	border: none;
	transition: 0.2s;
}

#renew input[type=checkbox]:checked + .checkbox01::after,
#renew input[type=checkbox]:checked + .checkbox02::after,
#renew input[type=checkbox]:checked + .checkbox03::after {
    opacity: 1;
}
#renew input[type=checkbox]:checked + .checkbox03::before {
	border: 1px solid #982f33;
}
#renew .heart > input[type=checkbox]:checked + .checkbox03::before {
	border: none;
}
#renew .heart > input[type=checkbox]:checked + .checkbox03::after {
	background-image: url('/images/good_btn_on.png');
	background-size: contain;
	content: '';
    display: block;
	position: absolute;
    top: 35px;
	left: 30px;
	width: 28px;
	height: 23px;
	margin-top: -20px;
	background-color: inherit;
	border-radius: inherit;
}
#renew .color_box .checkbox03 {
	padding-right: 0;
	padding-left: 45px;
}
#renew .checkbox03 .before {
	background: #000;
    display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: inherit;
	background-size: cover;
	margin-right: 5px;
}
#renew .color_box .checkbox03 .before {
	background: #000;
    display: block;
	position: absolute;
    top: 50%;
	left: 0px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50%;
	border: solid 1px #ccc;
	background: inherit;
	background-size: cover;
}
#renew .color_box input[type=checkbox]:checked + label {
	color: #982f33;
	font-weight: bold;
}
#renew .color_box input[type=checkbox]:checked + .checkbox03::after {
	background: inherit;
}
#renew .checkbox03::before
#renew .checkbox03.silver,
#renew .checkbox03.grey,
#renew .checkbox03.black,
#renew .checkbox03.white,
#renew .checkbox03.red,
#renew .checkbox03.brown,
#renew .checkbox03.other {
	padding-right: 15px;
}
/*
#renew .checkbox03.silver::before {
	background: inherit;
	background-image: linear-gradient(329deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1) 50%, rgba(233, 233, 233, 1));
}
#renew .checkbox03.grey::before {
	background: #b9b9b7;
}
#renew .checkbox03.white::before {
	background: #FFF;
}
#renew .checkbox03.red::before {
	background: #982f33;
}
#renew .checkbox03.brown::before {
	background: #664e46;
}
#renew .checkbox03.other::before {
	background: inherit;
	background-image: url('/images/product/icon_circle_other.png');
	background-size: cover;
}
*/
/* ラジオボタン01 */
#renew input[type=radio] {
    display: none;
}
#renew .radio02,
#renew .radio03,
#renew .radio04,
#renew .radio05,
#renew .radio06 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 25px;
    position: relative;
    width: auto;
	font-size: 1.6rem;
	font-weight: bold;
}
#renew .radio02::before,
#renew .radio03::before,
#renew .radio04::before,
#renew .radio05::before,
#renew .radio06::before {
    background: #fff;
    border: 2px solid #007096;
    border-radius: 50%;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 18px;
}
#renew .radio02::after,
#renew .radio03::after,
#renew .radio04::after {
    background: #007096;
    border-radius: 50%;
    content: '';
    display: block;
	width: 8px;
    height: 8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-489%, -62%);
    -webkit-transform: translate(-489%, -62%);
    -ms-transform: translate(-489%, -62%);
}
#renew .radio05::after {
	background: #007096;
    border-radius: 50%;
    content: '';
    display: block;
	width: 8px;
    height: 8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-989%, -62%);
    -webkit-transform: translate(-989%, -62%);
    -ms-transform: translate(-989%, -62%);
}
#renew .radio06::after {
	background: #007096;
    border-radius: 50%;
    content: '';
    display: block;
	width: 8px;
    height: 8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-891%, -62%);
    -webkit-transform: translate(-891%, -62%);
    -ms-transform: translate(-891%, -62%);
}
#renew input[type=radio]:checked + .radio02::after,
#renew input[type=radio]:checked + .radio03::after,
#renew input[type=radio]:checked + .radio04::after,
#renew input[type=radio]:checked + .radio05::after,
#renew input[type=radio]:checked + .radio06::after {
    opacity: 1;
}
@media screen and (max-width: 768px) {
	#renew .radio02, #renew .radio03, #renew .radio04, #renew .radio05, #renew .radio06 {
		width: 50%;
	}
}
/*type="text"*/
/*
#renew .bd_top.fl.al_left.number_area {
	align-items: flex-start;
}
#renew .number_area div {
	width: 24%;
	min-width: 260px;
	font-size: 1.6rem;
}
*/

#renew .number_area .inner-block {
	width: 240px;
	margin: 0 auto;
}
#renew .number_area .inner-block input[type="number"] {
	border-radius: 10px;
    height: 2.4em;
    width: 7rem;
    padding: 4px 8px;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #919191;
    box-shadow: 0px 0px 1px #919191 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0 0.5rem;
}

#renew .number_area div span {
	vertical-align: bottom;
}
#renew .number_area div .bar {
	width: 180px;
	min-width: 180px;
	margin-top: 20px;
	margin-left: 1.8rem;
	padding: 0.15em 0;
	background: linear-gradient(#cdcdcd 0%, #cdcdcd 100%);
	position: relative;
}
#renew .number_area div .bar.second {
	margin-left: 3.5rem;
}
#renew .number_area div .bar.third {
	margin-left: 3.5rem;
}
#renew .number_area div .bar span {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
}
#renew .number_area div .bar span.circle_min {
	top: -5px;
	left: 0;
}
#renew .number_area div .bar span.circle_max {
	top: -5px;
	right: 0;
}
#renew .number_area input[type="text"] {
    height: 2.4em;
    width: 7rem;
    padding: 4px 8px;
    border-radius: 5px;
	background: #FFF;
    border: 1px solid #919191;
    box-shadow: 0px 0px 1px #919191 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	margin: 0 0.5rem;
}
#renew .number_area input[type="text"]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #007096 inset;
}

/*inputボタンEND*/
/*製品検索エリア*/
#renew .select_area_a select {
	width: 18rem;
	padding: 1rem 1rem;
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #919191;
}
#renew .select_area_a .select_wrap {
	position: relative;
}
#renew .select_area_a .select_wrap::after {
	border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    content: '';
    display: block;
    height: 12px;   
    margin-top: -10px;
    opacity: 1;
    position: absolute;
    top: 50%;
	right: 10px;
    transform: rotate(45deg);
    width: 12px;
}
#renew .select_area_a select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #007096 inset;
}
#renew .select_area_a input[type="text"] {
	width: 40rem;
	padding: 1rem 1rem 1rem 4rem;
	border-radius: 0;
	border: 1px solid #919191;
	background: #f4f4f4;
}
#renew .select_area_a input[type="text"]::placeholder {
text-align: left;
}


#renew .select_area_a .input_wrap {
	position: relative;
}
#renew .select_area_a .input_wrap::before {
    content: "";
    display: block;
    position: absolute;
	top: 30%;
	left: 15px;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(/images/common/icon_search_renew_black_bold.png);
    background-size: contain;
}
#renew .select_area_a button {
	width: 10rem;
	border-radius: 0 5px 5px 0;
}
#renew .select_area_a button a {
	display: block;
    width: 10rem;
    background: #007096;
	border: 1px solid #007096;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1rem 1rem;
    text-decoration: none;
    position: relative;
}
#renew .select_area_a button a::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 0.5rem;
	background-image: url('/images/common/icon_search_renew_white.png');
	background-size: contain;
}
#renew .select_area_a button a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
#renew .select_area_a input[type="text"]::placeholder {
	position: relative;
  	top: 0.1rem;
	left: 3rem;
}
#renew .select_area_a input[type="text"]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #007096 inset;
}

/*製品検索エリアEND*/
/*製品一覧*/
#renew .bd_top.fl.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	column-gap: 0;
	align-items: flex-start;
}
#renew .bd_top.fl.products .product_img_area {
	width: 27%;
	max-width: 320px;
}
#renew .bd_top.fl.products .product_info_area {
	width: 35%;
	max-width: 380px;
	padding-left: 1rem;
}
#renew .bd_top.fl.products .product_info_area p {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
	word-wrap: break-word;
}
#renew .bd_top.fl.products .product_info_area .type {
	display: block;
	font-size: 1.3rem;
	color: #1b365d;
	font-weight: bold;
}
#renew .bd_top.fl.products .product_info_area .type span {
	vertical-align: middle;
}
#renew .bd_top.fl.products .product_info_area .type .line {
	font-size: 1.5rem;
}
#renew .bd_top.fl.products .product_info_area .info_box {
	margin-top: 10px;
	word-wrap: break-word;
}
#renew .bd_top.fl.products .product_info_area .info_box span {
	padding-left: .5rem;
	padding-right: .5rem;
	font-weight: 500;
}
#renew .bd_top.fl.products .product_info_area .info_box span.is_red {
	color: #af272f;
}
#renew .bd_top.fl.products .product_info_area .item_ttl {
	display: inline-block;
	min-width: 10rem;
}
#renew .bd_top.fl.products .product_info_area .color_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#renew .bd_top.fl.products .product_info_area .color_box label {
	margin: 10px 0;
	width: 33%;
}
#renew .bd_top.fl.products .product_icon_area {
	width: 38%;
}
#renew .bd_top.fl.products .product_icon_area .icon_tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
}
#renew .bd_top.fl.products .product_icon_area .icon_tag a,
#renew .bd_top.fl.products .product_icon_area .icon_tag span {
	display: block;
	text-align: center;
	width: 100px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #007096;
	font-size: 1.6rem;
	padding: 0.2rem 0.5rem;
	color: #007096;
	text-decoration: none;
}
#renew .bd_top.fl.products .product_icon_area .icon_tag a:hover {
	background: #007096;
	color: #fff;
}


#renew .bd_top.fl.products .product_icon_area .btn_line {
	width: 75%;
	max-width: 350px;
	text-align: center;
}
#renew .bd_top.fl.products .product_icon_area .btn_line a {
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	background: #007096;
	border-radius: 5px;
	padding: 0.8em 0;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0 0 3px #007096 inset, 0 0 0 5px #FFF inset;
	box-sizing: border-box;
	position: relative;
}

#renew .bd_top.fl.products .product_icon_area a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}
/**
不明なタグ？？どこに使ってる？？？
#renew .bd_top.fl.products .product_icon_area a::before {
	content: "";
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	border-radius: 5px;
	box-shadow: 2px 1px 1px #c5c5c5;
}
**/
#renew .bd_top.fl.products .product_icon_area .good_search_area {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 30px;
}
#renew .sec {
	margin-top: 30px;
}
#renew .sec a {
	display: block;
	font-weight: bold;
}
#renew .sec a span {
	font-weight: 500;
}
#renew .slider {
	display: flex;
	column-gap: 1%;
	position: relative;
	margin-top: 30px;
	flex-wrap: wrap;
}
#renew .slider .card {
	width: 24%;
	list-style: none;
}
#renew .slider::marker {
	display: none!important;
}

#renew .slider.multiple-item .card {
	padding: 10px;
}

/*
#renew .slider::before {
	border-right: 3px solid #007096;
    border-bottom: 3px solid #007096;
    content: '';
    display: block;
    height: 30px;
    left: -25px;
    margin-top: -50px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: rotate(135deg);
    width: 30px;
}
#renew .slider::after {
	border-right: 3px solid #007096;
    border-bottom: 3px solid #007096;
    content: '';
    display: block;
    height: 30px;
    right: -25px;
    margin-top: -50px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 30px;
}
*/




#renew.conditions .container.title {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0 15px 20px;
}
#renew.conditions .container.title .type {
	font-size: 24px; font-weight: bold; margin-top: 30px;
}
/*何か動作がおかしいので削除
#renew.conditions .bd_top.fl.products .product_icon_area a::before {
	content: "";
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	border-radius: 5px;
	box-shadow: none;
}
*/
#renew.conditions .color_box {
	float: right;
	margin-bottom: 20px;
}
#renew.conditions .btn_line_color {
    width: 200px;
    text-align: center;
}
#renew.conditions .btn_line_color a {
    display: block;
    color: #FFF;
    font-size: 1.4rem;
    background: #007096;
    border-radius: 5px;
    padding: 1.2em 0;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0 0 3px #007096 inset, 0 0 0 5px #FFF inset;
    box-sizing: border-box;
}
#renew.conditions .btn_line_color a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}

#renew.conditions .conditions_itembox {
	background-color: #fff; border-radius: 5px; padding: 20px; margin: 30px 0;
}
#renew.conditions .conditions_itembox .left {
	float: left; width: 80%;
}
#renew.conditions .conditions_itembox .right {
	float: right; width: 20%;
}
#renew.conditions .conditions_itembox .right.bt a {
    display: block;
    color: #FFF;
    font-size: 1.8rem;
    background: #007096;
    border-radius: 5px;
    padding: 0.6em 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#renew.conditions .conditions_itembox .right.bt a:hover {
	transition: 0.2s;
	filter: brightness(120%);
}

#renew.conditions .conditions_itembox ul li {
	float: left;
	list-style-type : none;
	padding-left: 30px;
	margin-right: 10px;
	position: relative;
}
#renew.conditions .conditions_itembox ul li:before {
    font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 600;
	padding-left : 10px;
	color: #000;
	position: absolute;
	left: 0%;
}

@media screen and (max-width: 768px) {

#renew.conditions .conditions_itembox .left {
	float: none; width: 100%;
	margin-bottom: 20px;
}
#renew.conditions .conditions_itembox .right {
	float: none; width: 100%;
}

}















/*製品一覧END*/

/*ページャー*/
#renew .pager .pagination {
	text-align: center;
  }
  
#renew .pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	position: relative;
	border-radius: 5px;
  }
  #renew .pager .pagination li.pre,
  #renew .pager .pagination li.next {
	background: #bdbdbd;
  }
  #renew .pager .pagination li.pre.mr_2 {
	margin-right: 2rem;
  }
  #renew .pager .pagination li.next.ml_2 {
	margin-left: 2rem;
  }
  
  #renew .pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #bdbdbd;
	text-decoration: none;
	font-weight: bold;
  }
  #renew .pager .pagination li.pre a,
  #renew .pager .pagination li.next a {
	color: #FFF;
	font-weight: bold;
  }
  
  #renew .pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
  }
  #renew .pager .pagination li a span img {
	width: 1.6rem;
	height: 1.6rem;
	vertical-align: middle;
  }
  
  #renew .pager .pagination li a:hover,
  #renew .pager .pagination li a.active{
	color: #000;
	background: inherit;
	border-radius: 5px;
  }

  /*製品情報*/
  #renew .bd_none .fl.products {
	padding-top: 0;
  }
  #renew .bd_none .fl.products .col_02 {
	display: flex;
	flex-wrap: wrap;
  }
  #renew .bd_none .fl.products .col_02 .item_left {
	width: 45%;
	padding-right: 3rem;
  }
  #renew .bd_none .fl.products .col_02 .item_left img {
	border: 1px solid #e6e6e6;
  }

  #renew .bd_none .fl.products .col_02 .product_img_area {
	width: 100%;
	max-width: inherit;
  }
  #renew .bd_none .fl.products .col_02 .product_info_area {
	width: 100%;
	max-width: inherit;
  }
  #renew .bd_none .fl.products .col_02 .product_icon_area {
	width: 100%;
	max-width: inherit;
  }
  #renew .bd_none .fl.products .col_02 .product_icon_area .btn_line {
	width: 50%;
  }
  
  #renew .bd_none .fl.products .col_02 .product_icon_area .btn_line a {
	box-shadow: inherit;
  }
  #renew .bd_none .fl.products .col_02 .item_right {
	width: 55%;
	padding-left: 3rem;
  }
  #renew .bd_none .fl.products .col_02 .item_right th {
	width: 40%;
  }
	#renew .bd_none .fl.products .col_02 .item_right .base_btn a{
		text-align: center;
		}
	#renew .bd_none .fl.products .col_02 .item_right .base_btn span{
	font-size: 1.4rem;
	font-weight: normal;
	}


  #renew .bd_none .fl.products .col_02 ul {
	display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    justify-content: space-between;
    margin: 5px 0 15px;
	row-gap: 10px;
  }
  #renew .bd_none .fl.products .col_02 ul li {
	list-style: none;
	width: 48%;
  }
  #renew .container_wide .w_33 th,
  #renew .container_wide .w_33 td {
	width: 33%;
	min-width: 200px;
  }
  #renew .fl_ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
	align-items: center;
  }
  #renew .fl_ttl .btn_terms a {
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    background: #007096;
    border-radius: 5px;
    padding: 0.5em 2rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
	}
	#renew .fl_ttl .btn_terms a:hover {
		transition: 0.2s;
		filter: brightness(120%);
	}
	#renew .icon_function {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 20px;
		text-align: center;
	}
	#renew .icon_function a {
	text-decoration: none;
	}
	#renew .icon_function span {
		display: block;
		width: 77px;
		height: 77px;
		padding: 0.5rem 0.5rem;
		background: #008c95;
		font-size: 1.4rem;
		color: #FFF;
		font-weight: 500;
		border-radius: 5px;
		text-align: center;
	}
	#renew .ac_area .col_02 {
		display: flex;
		flex-wrap: wrap;
	}
	#renew .ac_area .col_02 .item_left {
		width: 45%;
		padding-right: 3rem;
		margin-top: 30px;
	}
	#renew .ac_area .col_02 .item_right {
		width: 55%;
		padding-left: 3rem;
		margin-top: 30px;
	}
	#renew .ac_area .col_02 .ac {
/*		padding: 1rem 5rem 1rem 1rem; */
		padding: 1rem;
		border-top: 1px solid #cccccc;
		font-weight: bold;
		position: relative;
	}
	#renew .ac_area .col_02 .ac .bar {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	#renew .ac_area .col_02 .ac .bar::after {
		border-right: 2px solid #191919;
		border-bottom: 2px solid #191919;
		content: '';
		display: block;
		height: 14px;
		margin-top: -3px;
		opacity: 1;
		transform: rotate(45deg);
		width: 14px;
		transition: all 0.3s;
	}
	#renew .ac_area .col_02 .ac.is-open .bar::after {
		margin-top: 7px;
		transform: rotate(-135deg);
	}
	
	
	#renew .ac_area .col_02 .ac .open_item {
	display: none;
}
	
	
	#renew .ac_area .col_02 .ac:last-child {
		border-bottom: 1px solid #cccccc;
	}
	
	
	
	#renew .ac_area .col_02 .bg_grey {
		padding: 20px;
		margin-bottom: 20px;
	}
	#renew .ac_area .col_02 .bg_grey table {
		margin: 0;
	}
	#renew .ac_area .col_02 .bg_grey a {
		text-align: center;
	}
	#renew .ac_area .col_02 .bg_grey span {
		font-size: 1.4rem;
		font-weight: normal;
	}
	#renew .icon_tag.sec_icon {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap :10px;
		row-gap: 10px;
		margin-top: 30px;
	}
	#renew .icon_tag.sec_icon a {
		text-decoration: none;
	}
	#renew .icon_tag.sec_icon span {
		display: block;
		text-align: center;
		width: 100px;
		background: #FFF;
		border-radius: 5px;
		border: 1px solid #007096;
		font-size: 1.6rem;
		padding: 0.2rem 0.5rem;
		color: #007096;

	}

	#renew .icon_tag.sec_icon.wide {
		display: flex:
		flex-wrap: wrap;
	}
	#renew .icon_tag.sec_icon.wide span {
		display: inline-block;
		padding-left: 2rem;
		padding-right: 2rem;
		width: inherit;
	}
	#renew .kerword {
		margin-top: 30px;
	}
	#renew p
  
  /*製品情報END*/
  @media screen and (max-width: 768px) {
	#renew .pager .pagination li{
		width: 30px;
		height: 30px;
	  }
	
	  #renew .pager .pagination li.pre,
	  #renew .pager .pagination li.next{
		display: inline-block;
		text-align: center;
	  }
	
	  #renew .pager .pagination li.pre a,
	  #renew .pager .pagination li.next a{
		width: 100%;
		text-align: center;
	  }
	  #renew .pager .pagination li.pre.mr_2 {
		margin-right: 0;
	  }
	  #renew .pager .pagination li.next.ml_2 {
		margin-left: 0;
	  }
  }
/*ページャーEND*/
/*テーブル*/
#renew .container .table-scroll {
	margin-bottom: 60px;
}
#renew .container table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-collapse: collapse;
	font-size: 1.6rem;
}
#renew .container table tr {
	vertical-align: middle;
}
#renew .container table tr.al_left th {
	text-align: left;
text-wrap: nowrap;
}
#renew .container table tr a {
	display: block;
}
#renew .container table th {
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 1rem 2rem;
	background: #eaeaea;
	font-weight: bold;
	min-width: 20%;
}
#renew .container table td {
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 1rem 2rem;
	background: #ffffff;
	font-weight: 500;
	line-height: 1.7;
	min-width: 20rem;
}
#renew .container table td span {
	font-size: 1.3rem;
	display: block;
	margin-top: -0.5rem;
	min-width: 20rem;
}
@media screen and (max-width:1024px) {
	#renew .container .hr_slide {
		font-size: 1.2rem;
		font-weight: bold;
		color: #818181;
		text-align: center;
		margin-bottom: -20px;
	}
	#renew .container .table-scroll {
		overflow-x: scroll;
	}
	#renew .container table {
		font-size: 1.4rem;
	}
	#renew .container .hr_slide span {
		display: inline-block;
		position: relative;
		width: 8rem;
		height: 3em;
		color: #818181;
		font-size: 3px;
	}
	#renew .container .hr_slide span.left {
		margin-right: -8px;
		transform: rotate(180deg);
	}
	#renew .container .hr_slide span.right {
		margin-left: -8px;
	}
	#renew .container .hr_slide span::before,
	#renew .container .hr_slide span::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: "";
	}
	#renew .container .hr_slide span::before {
		right: -1em;
		width: 0px;
		height: 0px;
		border: 1em solid transparent;
		border-left: 1.5em solid currentColor;
	}
	#renew .container .hr_slide span::after {
		left: 0px;
		width: 100%;
		height: 2px;
		background-color: currentColor;
	}
	#renew .container table {
		margin-bottom: 0;
	}
  }

/*テーブルEND*/


@media screen and (max-width: 1024px) {
	#renew .pc_only {
		display: none;
	}
	#renew .sp_only {
		display: block;
	}
	#renew .search_area_a {
		justify-content: center;
	}
	#renew .container .hr_slide {
		margin-top: 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 10px;
	  }
	  #renew .ac_area .col_02 .is-open .bg_grey .hr_slide span {
		font-size: 0.4rem;
	  }
	#renew .hr_slide_img {
		margin: 60px auto 30px; width: 320px;
	}
}
@media screen and (max-width: 768px) {
	#renew .btn_print,
	#renew .pc_only {
		display: none;
	}
	#renew .sp_only {
		display: block;
	}
	#renew .container {
		padding: 0 15px 60px;
	}
	#renew .container {
		padding: 0 15px 60px;
	}
	#renew .select_area_a {
		flex-wrap: wrap;
		justify-content: center;
	}
	#renew select {
		font-size: 1.3rem;
	}
	#renew .select_area_a .select_wrap {
		width: 30%;
	}
	#renew .select_area_a select {
		width: 100%;
		padding-right: 2.5rem;
	}
	#renew .select_area_a .input_wrap {
		width: 70%;
	}
	#renew .select_area_a input[type="text"] {
		width: 100%;
		font-size: 1.3rem;
		padding-left: 3.5rem;
		border-radius: 0 5px 5px 0;
	}
	#renew .select_area_a input[type="text"]::placeholder {
		left: 1.0rem;
	}
	#renew .radio02, #renew .radio03, #renew .radio04, #renew .radio05, #renew .radio06 {
		font-size: 1.4rem;
		width: 50%;
	}
	/*
	#renew .number_area div {
		width: 100%;
		text-align: right;
	}
	*/


	#renew .number_area .inner-block {
		width: 100%;
	}

	#renew .number_area input[type="text"] {
		width: 32%;
	}
	#renew .number_area div .bar {
		width: 80%;
		margin-left: 15%;
	}
	#renew .select_area_a button {
		margin-top: 20px;
		width: 45%;
	}
	#renew .select_area_a button a {
		border-radius: 5px 5px 5px 5px;
		width: 100%;
	}
	#renew p {
		font-size: 1.2rem;
	}
	#renew .tab_select span,
	#renew .tab_select a {
		font-size: 1.3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		height: 50px;
	}
	#renew .tab_select div.active span,
	#renew .tab_select div.active a {
	padding: 0;
	height: 60px;
	}
	
	
	#renew .tab_select span::before,
	#renew .tab_select a::before {
		display: none;
	}
	#renew .checkbox01,
	#renew .checkbox02,
	#renew .checkbox03 {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 30px;
		font-size: 1.4rem;
		font-weight: 500;
		width: 41.5%;
		padding-right: 0;
	}
	#renew .checkbox01.sp_wide {
		width: 80%;
	  }
	#renew .bd_top.fl {
		justify-content: flex-start;
	}
	#renew h4 {
		font-size: 1.8rem;
		padding-left: 1.0rem;
		width: 40%;
	}
	#renew .container_wide_g .bd_top:nth-child(3) h4,
	#renew .container_wide_g .bd_top:nth-child(4) h4 {
		margin-right: 0;
	}
	#renew .radio02,
	#renew .radio03,
	#renew .radio04,
	#renew .radio05,
	#renew .radio06 {
		padding-right: 0;
	}
	#renew .bd_top.fl.al_left {
		row-gap: 30px;
	}
	#renew .checkbox03 {
		width: auto;
		padding: 0;
		display: flex;
	}
	#renew .checkbox03.silver,
	#renew .checkbox03.grey,
	#renew .checkbox03.black,
	#renew .checkbox03.white,
	#renew .checkbox03.red,
	#renew .checkbox03.brown,
	#renew .checkbox03.other {
		padding-right: 0;
		text-align: center;
	}
	#renew .checkbox03::before {
		left: 16px;
		margin-top: -50px;
	}
	#renew .checkbox03::after {
		left: 0;
	}
	#renew .checkbox03 span {
		font-size: 1.2rem;
	}
	#renew .number_area div .bar.third {
		margin-left: 15%;
	}
	#renew .number_area div .bar.second {
		margin-left: 15%;
	}
	#renew .radio05, #renew .radio06 {
		width: 45%;
	}
	#renew .bd_top.fl {
		padding-left: 0;
		padding-right: 0;
		row-gap: 30px;
	}
	#renew .search_area_a .btn_terms a::after {
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		content: '';
		display: block;
		right: 15px;
		margin-top: -11px;
		width: 12px;
		height: 12px;
		margin-top: -10px;
	}
	#renew .search_area_a {
		justify-content: flex-end;
		row-gap: 30px;
	}
	#renew .search_area_a .btn_line {
		width: 100%;
	}
	#renew .search_area_a .btn_line a {
		width: 100%;
		font-size: 1.5rem;
	}
	#renew .search_area_a .btn_terms {
		width: 45%;
	}
	#renew .search_area_a .btn_terms a {
		width: 100%;
		font-size: 1.3rem;
	}
	#renew .fl_col3 .item p {
		font-size: 1.5rem;
	}
	#renew .fl_col3 .item .txt {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	#renew .fl_col3 .item {
		max-width: 48%;
	}
	#renew .fl_col3 {
		column-gap: 10px;
	}
	#renew .base_btn {
		width: 100%;
	}
	.global-footer .copyright {
		font-size: 1.0rem;
		padding-left: 0;
		padding-right: 0;
	}
	#renew .radio02::after, #renew .radio03::after, #renew .radio04::after,#renew .radio05::after,#renew .radio06::after {
		left: 50px;
    transform: translate(-500%, -62%);
    -webkit-transform: translate(-500%, -62%);
    -ms-transform: translate(-500%, -62%);
	}
	#renew .bd_top.fl.products .product_info_area .color_box {
		justify-content: flex-end;
	}
	#renew .bd_top.fl.products {
		row-gap: 10px;
		justify-content: flex-end;
	}
	#renew .bd_top.fl.products .product_img_area {
		width: 100%;
		max-width: 100%;
	}
	#renew .bd_top.fl.products .product_img_area label {
		width: 70%;
	}
	#renew .bd_top.fl.products .product_img_area .sp_fl_wrap {
		display: flex;
		flex-wrap: nowrap;
	}
	#renew .bd_top.fl.products .product_img_area .sp_fl_wrap .txt_area {
		width: 70%;
		padding-left: 10px;
	}
	#renew .bd_top.fl.products .product_img_area .sp_fl_wrap p {
		font-size: 2.0rem;
		font-weight: bold;
		margin-top: 0;
		text-align: left;
	}
	#renew .bd_top.fl.products .product_img_area .sp_fl_wrap .type {
		display: block;
		font-size: 1.1rem;
		color: #1b365d;
		font-weight: bold;
	}
	#renew .bd_top.fl.products .product_info_area {
		width: 100%;
		max-width: 700px;
	}
	#renew .bd_top.fl.products .product_info_area .info_box span {
		font-weight: bold;
	}
	#renew .bd_top.fl.products .product_info_area .color_box label {
		padding-top: 10px;
		padding-left: 40px;
		text-align: left;
		margin: 0 0 10px;
	}
	#renew .color_box .checkbox03::before {
		width: 35px;
		height: 35px;
	}
	#renew .bd_top.fl.products .product_icon_area {
		width: 95%;
		max-width: 100%;
	}
	#renew .checkbox03.good {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#renew .checkbox03.good::before {
		left: 20px;
	}
	#renew .heart > input[type=checkbox]:checked + .checkbox03::after {
		left: 20px;
	}
	#renew .bd_top.fl.products .product_icon_area .icon_tag {
		justify-content: flex-start;
		column-gap: 10px;
	}
	#renew .bd_top.fl.products .product_icon_area a::after {
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		content: '';
		display: block;
		position: absolute;
		top: 32px;
		right: 18px;
		margin-top: -11px;
		width: 12px;
		height: 12px;
		margin-top: -10px;
		transform: rotate(-45deg);
	}
	#renew .bd_none .fl.products .col_02 .item_left {
		width: 100%;
		padding-right: inherit;
	}
	#renew .ac_area .col_02 .item_left {
		width: 100%;
		padding-right: inherit;
	}
	#renew .ac_area .col_02 .item_right {
		width: 100%;
		padding-left: inherit;
	}
	#renew .slider .card {
		width: 48%;
	}
	#renew .slider {
		column-gap: 10px;
	}

/*
	#renew .slider::before {
		border-right: 2px solid #007096;
		border-bottom: 2px solid #007096;
		content: '';
		display: block;
		height: 15px;
		left: -5px;
		margin-top: -50px;
		opacity: 1;
		position: absolute;
		top: 50%;
		transform: rotate(135deg);
		width: 15px;
	}
	#renew .slider::after {
		border-right: 2px solid #007096;
		border-bottom: 2px solid #007096;
		content: '';
		display: block;
		height: 15px;
		right: -5px;
		margin-top: -50px;
		opacity: 1;
		position: absolute;
		top: 50%;
		transform: rotate(-45deg);
		width: 15px;
	}
*/
	#renew .slider .card:nth-child(n+3) {
		display: none;
	  }
	  #renew .sec a {
		margin-top: 10px;
	  }
	  #renew .icon_tag.sec_icon span {
		font-size: 1.4rem;
		width: 46%;
		min-width: 46%;
	  }
	  #renew .container .hr_slide {
		margin-top: 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 10px;
	  }
	  #renew .ac_area .col_02 .is-open .bg_grey .hr_slide span {
		font-size: 0.4rem;
	  }
	  #renew .icon_function span {
		font-size: 1.2rem;
	  }
	  #renew .icon_function {
		row-gap: 10px;
    	column-gap: 10px;
	  }
	  #renew .icon_function span {
		height: 75px;
	  }
	  #renew .bd_none .fl.products .col_02 .item_right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	  }
	  #renew .bd_none .fl.products .col_02 ul li {
		width: 100%;
	  }
	  
 }