@charset "utf-8";

/*--------------------------------------
base settings
---------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
}
ul,ol,dl,p,img,form,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
}
li {
	list-style: none;
}
input,textarea {
	font-size: 1.2rem;
}
img {
	vertical-align: bottom;
}
a {
	color: #301d19;
}
a:active,a:hover {
	/* color: #666;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; */
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */;
}
.cf:after {
	clear: both;
}
/** For IE 6/7 only */
.cf {
	*zoom: 1;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.forPC {
	display: block;
}
.forSP {
	display: none;
}
/* microclearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */;
}
.cf:after {
	clear: both;
}
/** For IE 6/7 only */
.cf {
	*zoom: 1;
}

/*--------------------------------------
header
---------------------------------------*/
.l-header {
	width: 250px;
	min-height: 100%;
	position: relative;
	z-index: 999;
}
.l-header__inner {
	width: 250px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	border-right: solid 1px #e5e5e5;
}
.l-header::after {
	position: fixed;
	left: 0;
	top: 0;
	width: 250px;
	height: 100%;
	background: #f7f4ef;
	transform: translate(0, 0);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	content: "";
	z-index: -1;
}
.l-header.show-subnavi::after {
	transform: translate(100%, 0);
}
.l-siteinfo {
	padding: 1.5rem;
	border-bottom: solid 1px #e5e5e5;
	z-index: 100;
}
.l-siteinfo__sitename {
	padding-bottom: 1rem;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.4;
}
.l-siteinfo__sitename a {
	text-decoration: none;
}
.l-siteinfo__sitename a:hover {
	text-decoration: underline;
}
.l-siteinfo__logo {
	width: 160px;
	margin: 0 auto;
}
.l-siteinfo__logo img {
	width: 100%;
}
.l-siteinfo__logo a img:hover {
	opacity: 0.6;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

/*--------------------------------------
gnavi
---------------------------------------*/
.l-gnavi-btn {
	display: none;
}
.l-gnavi-area {
	height: 100%;
	background: #fff;
	font-size: 1.4rem;
}
.l-gnavi-list {
	position: relative;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.l-gnavi-list__item {
	border-bottom: 1px solid #e5e5e5;
}
.l-gnavi-list__link {
	display: block;
	margin: 0 auto;
	padding: 2rem 2rem 2rem 4rem;
	background: #fff url(img/arrow01_green.svg) no-repeat left 2rem center;
	background-size: 14px;
	color: #333;
	text-decoration: none;
}
.l-gnavi-list__link:hover {
	background: rgba(72, 65, 64, 0.2) url(img/arrow01_green.svg) no-repeat left 2rem center;
	background-size: 14px;
}
.l-gnavi-list.is-show::after {
	transform: translate(100%, 0);
}
.l-gnavi-sub-list {
	position: fixed;
	left: 0;
	top: 0;
	width: 250px;
	height: calc(100% - 302px);
	margin: 272px 0 30px;
	transform: translate(0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	z-index: -1;
}
.l-gnavi-sub-list__item:nth-child(1),
.l-gnavi-sub-list__item:nth-child(2) {
	display: none;
}
.l-gnavi-sub-list__link {
	display: block;
	padding: 1rem 2rem 1rem 4rem;
	background: url(img/arrow01_green.svg) no-repeat left 2rem center;
	background-size: 14px;
	color: #333;
	text-decoration: none;
}
.l-gnavi-sub-list__link:hover {
	color: #333;
	text-decoration: underline;
}
.l-gnavi-sub-list.is-show {
	transform: translate(100%, 0);
	overflow-y: scroll;
}
.l-gnavi-sub-list.is-show .l-gnavi-sub-list {
	transform: translate(0, 0);

}
.l-gnavi-sub-list .l-gnavi-sub-list {
	width: 100%;
	height: inherit;
	padding: 0 0 0 2rem;
	position: static;
}
.l-gnavi-btn-close__link {
	margin: 20px auto;
	padding: 10px 20px 10px 50px;
	display: inline-block;
	background: #fff;
	text-decoration: none;
	position: relative;
}
.l-gnavi-btn-close__link:hover {
	background: #ccc;
	color: #fff;
}
.l-gnavi-btn-close__link:hover:after {
	background: #fff;
}
.l-gnavi-btn-close__link:hover:before {
	background: #fff;
}
.l-gnavi-btn-close__link:before {
	content: "";
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.l-gnavi-btn-close__link:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.is-navi-open .l-gnavi-area {
	transform: translateX(0);
}

/*--------------------------------------
footer
---------------------------------------*/
.l-footer-area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
}
.l-footer-area__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 8rem 2rem 0 2rem;
}
.l-footer-disclaimer {
	width: 500px;
	margin: 0 auto 3rem auto;
	padding: 2rem;
	background: #f7f4ef;
	color: #999;
	font-size: 1rem;
	text-align: left;
}
p.l-footer-disclaimer {
	background: #fff;
}
.l-footer-list {
	margin: 0 0 20px 0;
}
.l-footer-list__item {
	display: inline-block;
	padding: 0 0 0 20px;
}
.l-footer-bottom {
	margin: 0 auto;
	padding: 0 20px;
	background: #8e7456;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.l-footer-bottom__inner {
	width: 1100px;
	display: table;
	margin: 0 auto;
}
.l-footer-bottom__sitemap {
	padding: 10px 0;
	display: table-cell;
	text-align: right;
}
.l-footer-bottom__sitemap__link {
	color: #fff;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 6px 12px;
	padding: 0 20px 0 0;
	text-decoration: none;
}
.l-footer-bottom__sitemap__link:hover {
	color: #fff;
	text-decoration: underline;
}
.l-footer-copy-wrapper {
	background: #85c8af;
	color: #fff;
}
.l-footer-copy {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem;
	display: flex;
	font-size: 1.2rem;
	justify-content: space-between;
}
.l-footer-copy .sitemap {
	text-align: right;
}
.l-footer-copy a {
	color: #fff;
	text-decoration: none;
}
.l-footer-copy a:hover {
	text-decoration: underline;
}
.l-footer-menu-wrapper {
	margin: 0 auto;
	padding: 0 0 5rem 0;
}
.l-footer-menu {
	margin: 5rem 0 0 0;
}
.l-footer-menu:first-child {
	margin: 0;
}
.l-footer-menu__title {
	margin: 0 0 2rem 0;
	padding: 0 1rem;
	border-bottom: 1px solid #b0a8a7;
	text-align: left;
}
.l-footer-menu__title__link {
	display: block;
	color: #484140;
	font-weight: bold;
	text-decoration: none;
}
.l-footer-menu__title__link:hover {
	text-decoration: underline;
}
.l-footer-menu__list__item {
	width: 25%;
	float: left;
}
.l-footer-menu__list__item:first-child {
	display: none;
}
.l-footer-menu__list__link {
	padding: 5px 10px;
	display: block;
	text-align: left;
	font-size: 1.4rem;
	text-decoration: none;
}
.l-footer-menu__list__link:hover {
	text-decoration: underline;
}
.l-footer-submenu__list__link {
	padding: 5px 15px;
	display: block;
	text-align: left;
	font-size: 1.4rem;
	text-decoration: none;
}
.l-footer-submenu__list__link:before {
	content: '- ';
}
.l-footer-submenu__list__link:hover {
	text-decoration: underline;
}

/*--------------------------------------
common
---------------------------------------*/
.l-pagetop {
	position: fixed;
	bottom: 80px;
	right: 20px;
}
.l-pagetop__link {
	display: block;
	width: 60px;
	height: 60px;
	padding: 10px 0 0 0;
	background: #85c8af;
	border-radius: 0.8rem;
	text-align: center;
}
.l-pagetop__link:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.l-pagetop__image {
	width: 30px;
}

.l-tab {
	margin: 0 0 30px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.l-tab__btn {
	cursor: pointer;
	font-size: 0;
}
.l-tab__btn__item {
	width: calc(100% / 2);
	padding: 10px;
	display: inline-block;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-size: 1.4rem;
	text-align: center;
}
.l-tab__btn__item:last-child {
	border-right: none;
}
.l-tab__btn__item.is-active {
	border-bottom: none;
}
.l-tab__content {
	padding: 10px;
	display: none;
}
.l-tab__content.is-active {
	display: block;
}

#pankuzu {
	width: 100%;
	margin: 15px auto;
	font-size: 1.2rem;
}

.l-parts.low {
	margin: 0 auto 8rem auto;
	padding: 4rem;
	background: #fff;
	border: 2px solid #5dc3a2;
	border-radius: 8px;
}

/*--------------------------------------
contents
---------------------------------------*/
.l-wrapper {
	display: flex;
	width: 100%;
	transition: none;
}
.l-contents-area {
	width: calc(100% - 250px);
	background: #fff;
	overflow-x: hidden;
}
.l-contents-area__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 2rem;
}
.l-main-area {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.l-main-area--low {
	position: relative;
	width: 100%;
	margin: 5rem auto 0 auto;
}
.l-main-area p > span.strong {
	font-weight: bold;
}
.l-main-area p > span.marker {
	background: #f5f593;
}
.l-main-area--low p {
	margin: 2rem auto;
}

/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--low h1 {
	position: relative;
	margin: 0 auto 7rem auto;
	color: #489f7b;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.l-main-area--low h1::after {
	position: absolute;
	left: 50%;
	bottom: -2.5rem;
	transform: translateX(-50%);
	color: #dd6343;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1.1;
	text-align: center;
	content: "CONTENTS";
}

.l-main-area--low h2 {
	margin: 4rem auto 3rem auto;
	padding: 1.5rem 2rem;
	background: #e2f7dc;
	border-radius: 6px;
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.l-main-area--low h2:first-child {
	margin: 0 auto 3rem auto;
}

.l-main-area--low h3 {
	min-height: 50px;
	margin: 4rem auto 3.5rem auto;
	padding: 1rem 0 1.5rem 4rem;
	background: url(img/lowparts_h3_bg.png) no-repeat left top;
	border-bottom: 2px solid #85c8af;
	color: #489f7b;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-main-area--low h4,
.l-main-area--low h5 {
	margin: 4rem auto 2rem auto;
	padding: 1.2rem 2rem;
	background: #f7f4ef;
	border-radius: 6px;
	color: #489f7b;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-main-area--low h2 a,
.l-main-area--low h3 a,
.l-main-area--low h4 a,
.l-main-area--low h5 a {
	text-decoration: none;
}
.l-main-area--low h2 a:hover,
.l-main-area--low h3 a:hover,
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.l-main-area .l-icon-title {
  margin: 5rem 0;
  padding: 2rem 2rem 2rem 10rem;
  background: #f7f4ef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}

.l-main-area .l-icon-title--point:before {
  content: 'POINT';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -45px;
  top: 50%;
  left: -10px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 84px;
  height: 84px;
  background: #eda185;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------
list
---------------------------------------*/
.l-main-area ul {
	margin: 3rem 2rem;
}
.l-main-area ul li {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 0 0 0 3rem;
	list-style-type: none !important;
}
.l-main-area ul li:before {
	position: absolute;
	left: 5px;
	top: 7px;
	width: 15px;
	height: 15px;
	background: #eda185;
	border-radius: 50%;
	content: "";
}

.l-main-area ol {
	margin: 3rem 2rem;
	counter-reset: number;
	list-style-type: none !important;
	text-align: left;
}
.l-main-area ol li {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 3rem;
}
.l-main-area ol li:before {
	position: absolute;
	left: 0;
	top: 3px;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 22px;
	height: 22px;
	padding-top: 3px;
	background: #484140;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

/*--------------------------------------
list
---------------------------------------*/
.l-main-area ul {
	margin: 3rem 2rem;
}
.l-main-area ul li {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 0 0 0 3rem;
	list-style-type: none !important;
}
.l-main-area ul li:before {
	position: absolute;
	left: 5px;
	top: 7px;
	width: 15px;
	height: 15px;
	background: #eda185;
	border-radius: 50%;
	content: "";
}

/*--------------------------------------
table
---------------------------------------*/
.l-main-area table {
	width: 100%;
	margin: 3rem auto;
	padding: 0;
	border-collapse: collapse;
}
.l-main-area table th {
	padding: 1rem 1.5rem;
	background: #f7f4ef;
	border: 1px solid #cfcfcf;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	width: 25%;
}
.l-main-area table td {
	padding: 1rem 1.5rem;
	background: #fff;
	border: 1px solid #cfcfcf;
	text-align: left;
	word-break: break-all;
}

/*--------------------------------------
btns
---------------------------------------*/
.l-main-area .btn-tel {
	display: none;
}

.l-main-area .btn-internal {
	display: block;
	width: 50%;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.l-main-area .btn-internal a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.5rem 5rem 1.5rem 3rem;
	background: #5d92c3 url(img/arrow01_white.svg) no-repeat right 2rem center;
	background-size: 18px;
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.l-main-area .btn-internal a:hover {
	opacity: 0.6;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.l-main-area .btn-web {
	display: block;
	width: 50%;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
.l-main-area .btn-web a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.5rem 5rem 1.5rem 3rem;
	background: #f47f0c url(img/arrow01_white.svg) no-repeat right 2rem center;
	background-size: 18px;
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.l-main-area .btn-web a:hover {
	opacity: 0.6;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.l-main-area .btn-link {
	margin: 2rem 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
}
.l-main-area .btn-link a {
	padding: 0.5rem 0 0.5rem 2.5rem;
	background: url(img/arrow01_blue.svg) no-repeat left center;
	background-size: 16px;
	color: #333;
}

/*--------------------------------------
float-wrap
---------------------------------------*/
.l-main-area .float-wrap {
	margin: 1rem 0 4rem 0;
}
.l-main-area .float-wrap .float-img img {
	max-width: 100%;
}
.l-main-area .float-wrap .float-img.fr {
	float: right;
	margin: 0 0 10px 20px;
}
.l-main-area .float-wrap .float-img.fl {
	float: left;
	margin: 0 20px 10px 0;
}
.l-main-area .float-wrap .float-img.ct {
	margin: 0 auto;
	text-align: center;
}
.l-main-area .float-wrap .caption {
	padding: 8px 0 0 0;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #999;
	word-break: break-all;
	line-height: 1.4;
	text-align: center;
}

/*--------------------------------------
box-wrap
---------------------------------------*/
.l-main-area .box-wrap {
	width: 100%;
	margin: 30px 5px;
	display: flex;
	flex-wrap: wrap;
}
.l-main-area .box-wrap .box {
	width: calc((100% - 25px - 15px) / 2);
	margin: 0 30px 20px 0;
	padding: 0;
	background: #fefdfd;
	border: solid 2px #ec8d52;
}
.l-main-area .box-wrap .box:nth-child(2n) {
	margin: 0 0 20px 0;
}
.l-main-area .box-wrap p {
	margin: 0;
}
.l-main-area .box-wrap .box-head {
	font-weight: bold;
	background: #ec8d52;
	display: flex;
	align-items: center;
}
.l-main-area .box-wrap .box-head a {
	width: 100%;
	text-decoration: none;
	display: block;
	padding: 2rem 5rem 2rem 2rem;
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	background: url(img/arrow01_white.svg) no-repeat right 2rem center;
	background-size: 20px;
	line-height: 1.4;
}
.l-main-area .box-wrap .box-head a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.l-main-area .box-wrap .box-body {
	padding: 20px;
}

/*--------------------------------------
frame-wrap
---------------------------------------*/
.l-main-area .frame-wrap {
	width: 100%;
	margin: 30px 5px;
	display: flex;
	flex-wrap: wrap;
}
.l-main-area .frame-wrap .frame {
	width: calc((100% - 40px - 30px) / 3);
	margin: 0 30px 20px 0;
	padding: 0 2rem;
	background: #f2f0eb;
	border: solid 1px #fff;
	outline: solid 4px #f2f0eb;
}
.l-main-area .frame-wrap .frame:nth-child(3n) {
	margin: 0 0 20px 0;
}
.l-main-area .frame-wrap p {
	margin: 0;
}
.l-main-area .frame-wrap .frame-head {
	font-weight: bold;
	color: #735e46;
	border-bottom: solid 2px #b0a8a7;
	display: flex;
	align-items: center;
}
.l-main-area .frame-wrap .frame-head a {
	width: 100%;
	padding: 2rem 3rem 2rem 0;
	text-decoration: none;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	background: url(img/arrow01_brown.svg) no-repeat right center;
	background-size: 15px;
	line-height: 1.4;
}
.l-main-area .frame-wrap .frame-head a:hover {
	opacity: 0.8;
}
.l-main-area .frame-wrap .frame-body {
	padding: 2rem 0;
}

/*--------------------------------------
l-parts
---------------------------------------*/
.l-parts__title {
	position: relative;
	margin: 0 auto 6rem auto;
	color: #489f7b;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.l-parts__title::after {
	position: absolute;
	left: 50%;
	bottom: -3rem;
	transform: translateX(-50%);
	color: #dd6343;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1.1;
	text-align: center;
}
.l-parts__title a {
	display: inline;
	padding: 0 3.2rem 0 0;
	background: url(img/arrow01_green.svg) no-repeat right 60%;
	background-size: 18px;
	color: #489f7b;
	text-decoration: none;
}
.l-parts__title a:hover {
	opacity: 0.6;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.l-parts__text {
	width: 80%;
	margin: 0 auto 4rem auto;
	padding: 0;
}

/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
	clear: both;
	margin: 0 -200%;
	padding: 8rem 200%;
	background: #e2f7dc;
}
.l-parts01 .l-parts__title::after {
	content: "RECOMMENDED";
}
.l-parts01 .note {
	width: 80%;
	margin: 0 auto 4rem auto;
	padding: 0;
	font-size: 1.4rem;
}
.l-main-area--low .l-parts01 .note {
	margin: 0 auto;
}
.l-parts01__comparison {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 8rem auto 3rem auto;
	padding: 1rem 7rem 3.5rem 7rem;
	background: #fff;
	border: 2px solid #5dc3a2;
	border-radius: 1rem;
	line-height: 1.4;
}
.box-trouble {
	width: 20%;
	box-sizing: border-box;
	color: #489f7b;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.box-comparison-1 {
	width: calc(40% - 1.5rem);
	margin: 0 1.5rem 0 0;
	box-sizing: border-box;
}
.box-comparison-2 {
	width: calc(40% - 1.5rem);
	margin: 0 0 0 1.5rem;
	box-sizing: border-box;
}
.box-trouble .head {
	margin: -5rem 0 0 0;
	padding: 8rem 3.5rem 0 0;
}
.box-comparison-1 .head-inner,
.box-comparison-2 .head-inner {
	margin: -5rem 0 0 0;
	padding: 1.6rem 0 0.2rem 0;
	background: #5dc3a2;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.box-comparison-1 .head-bottom,
.box-comparison-2 .head-bottom {
	position: relative;
	width: 100%;
	height: 32px;
}
.box-comparison-1 .head-bottom::before,
.box-comparison-2 .head-bottom::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 32px;
	background: #fff url(img/parts01_bg_02.png) no-repeat left top;
	background-size: 100% 32px;
	content: "";
}
.box-comparison-1 .head .txt-1,
.box-comparison-2 .head .txt-1 {
	display: inline-block;
	margin: 0 0 1.2rem 0;
	border-bottom: 2px solid #eded5f;
	font-size: 1.6rem;
}
.box-comparison-1 .head .txt-1 span,
.box-comparison-2 .head .txt-1 span {
	font-size: 1.4rem;
	font-weight: normal;
}
.box-comparison-1 .head .txt-2,
.box-comparison-2 .head .txt-2 {
	margin: 0 0 1rem 0;
	font-size: 2.8rem;
}
.box-comparison-1 .head .txt-3,
.box-comparison-2 .head .txt-3 {
	font-size: 1.6rem;
	font-weight: normal;
}
.trouble-1,
.trouble-2,
.trouble-3,
.trouble-4,
.trouble-5 {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
.box-trouble .trouble {
	padding: 0 2.7rem 0 0;
	background: url(img/parts01_bg_01.png) no-repeat right 1rem center;
	background-size: 9px auto;
}
.box-trouble .trouble-1,
.box-trouble .trouble-2,
.box-trouble .trouble-3,
.box-trouble .trouble-4,
.box-trouble .trouble-5 {
	justify-content: center;
	min-height: 76px;
	margin: 0 0 2rem 0;
	padding: 1.5rem 0;
	background: #f7f4ef;
	border-radius: 6px;
}
.box-comparison-1 .trouble-1,
.box-comparison-1 .trouble-2,
.box-comparison-1 .trouble-3,
.box-comparison-1 .trouble-4,
.box-comparison-1 .trouble-5 {
	position: relative;
	min-height: 76px;
	margin: 0 0 2rem 0;
	padding: 0 1.5rem;
}
.box-comparison-1 .trouble-1::after,
.box-comparison-1 .trouble-2::after,
.box-comparison-1 .trouble-3::after,
.box-comparison-1 .trouble-4::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.9rem;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	content: "";
}
.box-comparison-2 .trouble-1,
.box-comparison-2 .trouble-2,
.box-comparison-2 .trouble-3,
.box-comparison-2 .trouble-4,
.box-comparison-2 .trouble-5 {
	position: relative;
	min-height: 76px;
	margin: 0 0 2rem 0;
	padding: 0 1.5rem;
}
.box-comparison-2 .trouble-1::after,
.box-comparison-2 .trouble-2::after,
.box-comparison-2 .trouble-3::after,
.box-comparison-2 .trouble-4::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.9rem;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	content: "";
}
.box-comparison-1 p,
.box-comparison-2 p {
	display: inline;
	line-height: 1.6;
}
.l-main-area .box-comparison-1 span.marker,
.l-main-area .box-comparison-2 span.marker {
	display: inline;
	background: linear-gradient(transparent 30%, #f5f593 30%);
}
.box-comparison-1 span.strong,
.box-comparison-2 span.strong {
	display: inline;
	font-weight: bold;
}
.box-comparison-1 span.small,
.box-comparison-2 span.small {
	display: inline;
	font-size: 1.4rem;
}
.l-parts01__comparison .google {
	padding: 1.5rem 3rem;
	border: 2px solid #baeab5;
	border-radius: 6px;
}
.l-parts01__comparison .google .ttl {
	float: left;
	width: 55%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
}
.l-parts01__comparison .google .score {
	float: right;
	width: 45%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3rem;
}
.l-parts01__comparison .google .score span {
	font-size: 1.4rem
}
.l-parts01__comparison .google .date {
	clear: both;
	padding: 1.5rem 0 0 0;
	color: #909090;
	font-size: 1.4rem;
	text-align: center;
}
.l-parts01__comparison .btn-web {
	width: 100%;
}
.l-parts01__comparison .btn-web a {
	font-size: 1.6rem;
}
.l-parts01__comparison .tel {
	font-size: 1.8rem;
	text-align: center;
}

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


/* SP -------------------------------------------------------------------------------------------------------------------------------*/

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

.forPC {
	display: none;
}
.forSP {
	display: block;
}
.pc_br {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------
header
---------------------------------------*/
.l-header {
	position: relative;
	width: 100%;
	display: block;
}
.l-header__inner {
	width: 100%;
	position: relative;
}
.l-header::after {
	display: none;
}
.l-siteinfo {
	padding: 0.5rem 1.5rem 1rem 1.5rem;
}
.l-siteinfo__logo {
	width: 60%;
	max-width: 280px;
}
.l-header-logo__image {
	max-width: 100%;
}

/*--------------------------------------
gnavi
---------------------------------------*/
.l-gnavi-area {
	width: 100%;
	height: 100%;
	padding: 8rem 0 2rem;
	position: fixed;
	background: #e2f7dc;
	background-size: 6px 6px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	top: 0;
	left: auto;
	right: 0;
	z-index: 300;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translateX(100%);
}
.l-gnavi-list {
	padding: 0 2rem;
}
.l-gnavi-list__item {
	margin: 0 0 1.5rem;
	border: none;
}
.l-gnavi-list__link {
	padding: 1.3rem 3rem 1.3rem 1.3rem;
	background-position: right 2rem center;
	background-size: 14px;
}
.l-gnavi-list__link:hover {
	background: rgba(255, 255, 255, 1) url(img/arrow01_green.svg) no-repeat right 2rem center;
	background-size: 14px;
}
.l-gnavi-list__link--menu {
	background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
	background-size: 16px 5px;
}
.l-gnavi-list__link--menu:hover {
	background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
	background-size: 16px 5px;
}
.l-gnavi-list__link:hover {
	background-position: right 2rem center;
}
.l-gnavi-sub-list {
	width: 100%;
	height: inherit;
	padding: 0 2rem;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 0 4rem;
}
.l-gnavi-sub-list__item {
	margin: 0 0 1rem;
}
.l-gnavi-sub-list__item:nth-child(1),
.l-gnavi-sub-list__item:nth-child(2) {
	display: block;
}
.l-gnavi-sub-list__link {
	padding: 1.3rem 3rem 1.3rem 1.3rem;
	background-position: right 2rem center;
	background-size: 14px;
	background-color: #fff;
	color: #333;
}
.l-gnavi-sub-list__link:hover {
	color: #333;
	text-decoration: none;
}
.l-gnavi-sub-list__link--menu {
	background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
	background-size: 16px 5px;
}
.l-gnavi-sub-list__link--back {
	padding: 1rem 1rem 1rem 3rem;
	background: #f5f5f5 url(img/arrow04_brown.svg) no-repeat left 1rem center;
	background-size: 14px;
}
.l-gnavi-sub-list .l-gnavi-sub-list {
	padding: 0 2rem;
	position: absolute;
}
.l-gnavi-btn {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.8);
}
.l-gnavi-btn span {
	width: 30px;
	height: 3px;
	display: inline-block;
	background: #5dc3a2;
	transition: all 0.4s;
	position: absolute;
	left: 15px;
}
.l-gnavi-btn span:nth-of-type(1) {
	top: 19px;
}
.l-gnavi-btn span:nth-of-type(2) {
	top: 29px;
}
.l-gnavi-btn span:nth-of-type(3) {
	top: 39px;
}
.l-gnavi-btn:hover {
	color: #333;
}
.l-gnavi-btn:active {
	color: #333;
}
.l-gnavi-btn--gnavi {
	width: 30px;
	height: 23px;
	background: none;
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 200;
}
.l-gnavi-btn--gnavi span {
	width: 100%;
	left: 0;
}
.l-gnavi-btn--gnavi span:nth-of-type(1) {
	top: 0;
}
.l-gnavi-btn--gnavi span:nth-of-type(2) {
	top: 10px;
}
.l-gnavi-btn--gnavi span:nth-of-type(3) {
	top: 20px;
}
.l-gnavi-btn.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.l-gnavi-btn.is-active span:nth-of-type(2) {
	opacity: 0;
}
.l-gnavi-btn.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

/*--------------------------------------
footer
---------------------------------------*/
.l-footer-area {
	min-width: auto;
	padding: 2rem 0 0 0;
	background: #fff;
}
.l-footer-area__inner {
	padding: 0;
}
.l-footer-logo {
	width: 64%;
	max-width: 280px;
	margin: 0 auto;
}
.l-footer-disclaimer {
	width: 90%;
	margin: 0 auto 2rem auto;
	padding: 1rem;
}
.l-footer-list__item {
	margin: 0;
	padding: 0 20px;
}
.l-footer-list__item--top {
	border-right: 1px solid #ccc;
}
.l-footer-list__link {
	text-decoration: none;
}
.l-footer-list__link:hover {
	text-decoration: underline;
}
.l-footer-copy {
	padding: 1rem;
	line-height: 1.4;
	font-size: 1rem;
}
.l-footer-copy p {
	margin: 0 auto;
	text-align: center;
}
.l-footer-copy .sitemap {
	display: none;
}
.l-footer-menu-wrapper {
	width: 100%;
	padding: 0;
}
.l-footer-menu {
	width: 90%;
	margin: 2rem auto;
	float: none;
}
.l-footer-menu:first-child {
	margin: 2rem auto;
}
.l-footer-menu__title {
	margin: 0;
	padding: 0;
}
.l-footer-menu__title__link {
	position: relative;
	display: block;
	padding: 0 20px 10px 0;
	color: #489f7b;
	font-size: 1.6rem;
	text-decoration: none;
}
.l-footer-menu__title__link::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(img/arrow01_green.svg) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%) rotate(90deg);
}
.l-footer-menu__title__link:hover {
	color: #489f7b;
	text-decoration: none;
	opacity: 1;
}
.l-footer-menu__list {
	display: none;
	padding: 1.5rem 0;
	background: #fff;
}
.l-footer-menu__list__item {
	width: 100%;
	float: none;
}
.l-footer-menu__list__item:first-child {
	display: block;
}
.l-footer-menu__list__link {
	padding: 1rem;
}
.l-footer-menu__list__link:hover {
	color: #333;
	text-decoration: none;
	opacity: 1;
}
.l-footer-submenu__list__link {
	padding: 1rem 2rem;
}
.l-footer-submenu__list__link:hover {
	color: #333;
	text-decoration: none;
	opacity: 1;
}

/*--------------------------------------
common
---------------------------------------*/
.l-pagetop {
	bottom: 30px;
	right: 20px;
	z-index: 100;
}
.l-pagetop__link {
	width: 40px;
	height: 40px;
	padding: 0;
}
.l-pagetop__link:hover {
	opacity: 1;
}
.l-pagetop__image {
	width: 24px;
}

#pankuzu {
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.l-parts.low {
	padding: 1.5rem;
	border-radius: 6px;
}

/*--------------------------------------
contents
---------------------------------------*/
.l-wrapper {
	display: block;
}
.l-contents-area {
	width: 100%;
}
.l-contents-area__inner {
	width: 100%;
	padding: 1rem;
}
.l-main-area--low {
	margin: 2rem auto;
}
.l-main-area p {
	font-size: 1.5rem;
}
.l-main-area--low p {
	margin: 2rem 0;
}

/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--low h1 {
	margin: 0 auto 5rem auto;
	font-size: 2.4rem;
}
.l-main-area--low h1::after {
	bottom: -2rem;
	transform: translateX(-50%);
	font-size: 1.2rem;
	letter-spacing: 2px;
}
.l-main-area--low h2 {
	font-size: 2.2rem;
}
.l-main-area--low h3 {
	padding: 0 0 1rem 4rem;
	font-size: 2rem;
}
.l-main-area--low h4,
.l-main-area--low h5 {
	font-size: 1.8rem;
}
.l-main-area .l-icon-title {
  margin: 55px 0 30px 0;
  padding: 14px 10px 14px 65px;
  font-size: 1.8rem;
}
.l-main-area .l-icon-title:before {
  margin-top: -33px;
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -1px;
}

/*--------------------------------------
list
---------------------------------------*/
.l-main-area ul {
	margin: 2rem 0;
}
.l-main-area ul li {
	margin: 0 0 0.6rem 0;
	padding: 0 0 0 2rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
.l-main-area ul li:before {
	position: absolute;
	left: 2px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: #eda185;
	border-radius: 50%;
	content: "";
}

/*--------------------------------------
table
---------------------------------------*/
.l-main-area table {
	margin: 3rem auto;
	font-size: 1.4rem;
}
.l-main-area table th,
.l-main-area table td {
	padding: 1rem;
}

/*--------------------------------------
btns
---------------------------------------*/
.l-main-area .btn-internal {
	width: 90%;
	margin: 2rem auto 3rem;
}
.l-main-area .btn-internal a {
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	background: #5d92c3 url(img/arrow01_white.svg) no-repeat right 1rem center;
	background-size: 16px;
	font-size: 1.6rem;
}
.l-main-area .btn-internal a:hover {
	opacity: 1;
	transition: none;
	-webkit-transition: none;
}

.l-main-area .btn-web {
	width: 90%;
	margin: 2rem auto;
}
.l-main-area .btn-web a {
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	background: #f47f0c url(img/arrow01_white.svg) no-repeat right 1rem center;
	background-size: 16px;
	font-size: 1.6rem;
}
.l-main-area .btn-web a:hover {
	opacity: 1;
	transition: none;
	-webkit-transition: none;
}

.l-main-area .btn-tel {
	display: block;
	width: 90%;
	margin: 2rem auto;
	padding: 0;
	text-align: center;
}
.l-main-area .btn-tel a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.5rem 3rem 1.5rem 5rem;
	background: #4dae5b url(img/ico_tel.png) no-repeat left 1rem center;
	background-size: 24px auto;
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

.l-main-area .btn-link {
	display: block;
	width: 90%;
	margin: 2rem auto;
	padding: 0;
}
.l-main-area .btn-link a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	background: #fff url(img/arrow01_blue.svg) no-repeat right 1rem center;
	background-size: 16px;
	border: 2px solid #5d92c3;
	border-radius: 1rem;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

/*--------------------------------------
float-wrap
---------------------------------------*/
.l-main-area .float-wrap {
	width: 100%;
	margin: 10px auto 30px;
}
.l-main-area .float-wrap .float-img.fr {
	width: 100%;
	margin: 0 0 20px;
	float: none;
	text-align: center;
}
.l-main-area .float-wrap .float-img.fl {
	width: 100%;
	margin: 0 0 20px;
	float: none;
	text-align: center;
}
.l-main-area .float-wrap .float-img.ct {
	width: 100%;
	text-align: center;
}
.l-main-area .float-wrap .float-img.t_small {
	width: 40%;
}
.l-main-area .float-wrap .float-img.fr.t_small {
	margin: 0 0 20px 10px;
	float: right;
}
.l-main-area .float-wrap .float-img.fl.t_small {
	margin: 0 20px 10px 0;
	float: left;
}

/*--------------------------------------
box-wrap
---------------------------------------*/
.l-main-area .box-wrap {
	margin: 0 auto 3rem;
	display: block;
}
.l-main-area .box-wrap .box {
	width: 100%;
	margin: 0 auto 3rem;
}
.l-main-area .box-wrap .box:nth-child(2n) {
	margin: 0 auto 4rem;
}
.l-main-area .box-wrap .box-head a {
	padding: 1.5rem 4.5rem 1.5rem 1.5rem;
	background-size: 1.8rem;
	background-position: right 1.5rem center;
	font-size: 1.8rem;
}
.l-main-area .box-wrap .box-body {
	padding: 1.5rem;
}
.l-main-area .box-wrap .btn-internal {
	width: 80%;
	margin: 0 auto 2rem auto;
}

/*--------------------------------------
frame-wrap
---------------------------------------*/
.l-main-area .frame-wrap {
	margin: 0 auto 3rem;
	display: block;
}
.l-main-area .frame-wrap .frame {
	width: 100%;
	margin: 0 auto 3rem;
	padding: 0.5rem 1.5rem;
}
.l-main-area .frame-wrap .frame:nth-child(3n) {
	margin: 0 auto 4rem;
}
.l-main-area .frame-wrap .frame-head a {
	padding: 1rem 3rem 1rem 0;
	font-size: 1.8rem;
}
.l-main-area .frame-wrap .frame-body {
	padding: 5% 0;
}

/*--------------------------------------
l-parts
---------------------------------------*/
.l-parts__title {
	margin: 0 auto 5rem auto;
	font-size: 2.1rem;
	line-height: 1.4;
}
.l-parts__title::after {
	bottom: -2.2rem;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.l-parts__title a {
	padding: 0 3rem 0 0;
	background: url(img/arrow01_green.svg) no-repeat right 60%;
	background-size: 16px;
}
.l-parts__title a:hover {
	opacity: 1;
	text-decoration: none;
	transition: none;
}
.l-parts__text {
	width: 90%;
}

/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
	padding: 4rem 200%;
}
.l-parts01 .l-parts__title::after {
	content: "RECOMMENDED";
}
.l-main-area--low .l-parts01 p {
	margin: 0 auto;
}
.l-parts01 .note {
	width: 100%;
	font-size: 1.2rem;
}
.l-main-area--low .l-parts01 .note {
	margin: 0 auto;
}
.l-parts01__comparison {
	padding: 1rem;
}
.box-trouble {
	font-size: 1rem;
}
.box-comparison-1 {
	width: calc(40% - 0.5rem);
	margin: 0 0.5rem 0 0;
}
.box-comparison-2 {
	width: calc(40% - 0.5rem);
	margin: 0 0 0 0.5rem;
}
.box-trouble .head {
	margin: -5rem 0 0 0;
	padding: 5rem 1rem 1.5rem 0;
}
.box-comparison-1 .head-inner,
.box-comparison-2 .head-inner {
	margin: -6rem 0 0 0;
	padding: 0.5rem 0.5rem 0.3rem;
}
.box-comparison-1 .head-bottom,
.box-comparison-2 .head-bottom {
	position: relative;
	width: 100%;
	height: 16px;
}
.box-comparison-1 .head-bottom::before,
.box-comparison-2 .head-bottom::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 16px;
	background: url(img/parts01_bg_02.png) no-repeat left top;
	background-size: 100% 16px;
	content: "";
}
.box-comparison-1 .head .txt-1,
.box-comparison-2 .head .txt-1 {
	font-size: 0.9rem;
	min-height: 2.3rem;
}
.box-comparison-1 .head .txt-1 span,
.box-comparison-2 .head .txt-1 span {
	font-size: 0.7rem;
}
.box-comparison-1 .head .txt-2,
.box-comparison-2 .head .txt-2 {
	font-size: 1.6rem;
}
.box-comparison-1 .head .txt-3,
.box-comparison-2 .head .txt-3 {
	font-size: 1rem;
}
.box-trouble .trouble {
	margin: 0 0.5rem 0 0;
	padding: 0;
	background: none;
}
.box-trouble .trouble-1,
.box-trouble .trouble-2,
.box-trouble .trouble-3,
.box-trouble .trouble-4,
.box-trouble .trouble-5 {
	min-height: auto;
	margin: 0 0 1rem 0;
	padding: 1rem 0.5rem;
}
.box-comparison-1 .trouble-1,
.box-comparison-1 .trouble-2,
.box-comparison-1 .trouble-3,
.box-comparison-1 .trouble-4,
.box-comparison-1 .trouble-5 {
	min-height: auto;
	margin: 0 0 1rem 0;
	padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}
.box-comparison-1 .trouble-1::after,
.box-comparison-1 .trouble-2::after,
.box-comparison-1 .trouble-3::after,
.box-comparison-1 .trouble-4::after {
	bottom: -1.2rem;
}
.box-comparison-2 .trouble-1,
.box-comparison-2 .trouble-2,
.box-comparison-2 .trouble-3,
.box-comparison-2 .trouble-4,
.box-comparison-2 .trouble-5 {
	min-height: auto;
	margin: 0 0 1rem 0;
	padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}
.box-comparison-2 .trouble-1::after,
.box-comparison-2 .trouble-2::after,
.box-comparison-2 .trouble-3::after,
.box-comparison-2 .trouble-4::after {
	bottom: -1.2rem;
}
.box-comparison-1 p,
.box-comparison-2 p {
	font-size: 1.2rem;
	line-height: 1.4;
}
.box-comparison-1 span.small,
.box-comparison-2 span.small {
	display: inline;
	font-size: 1rem;
}
.l-parts01__comparison .google {
	margin: 2rem 0 0 0;
	padding: 0.6rem;
}
.l-parts01__comparison .google .ttl {
	float: none;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
}
.l-parts01__comparison .google .score {
	float: none;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}
.l-parts01__comparison .google .date {
	padding: 0;
	font-size: 0.8rem;
}
.l-parts01__comparison .btn-web {
	width: 100%;
	margin: 1rem auto !important;
}
.l-parts01__comparison .btn-web a {
	padding: 1rem 2rem 1rem 1rem;
	background: #f47f0c url(img/arrow01_white.svg) no-repeat right 0.5rem center;
	background-size: 12px;
	font-size: 1rem;
}
.l-parts01__comparison .btn-tel {
	width: 100%;
	margin: 1rem auto !important;
}
.l-parts01__comparison .btn-tel a {
	padding: 1rem 1rem 1rem 2.5rem;
	background: #4dae5b url(img/ico_tel.png) no-repeat left 0.5rem center;
	background-size: 16px auto;
	font-size: 1rem;
}
.l-parts01__comparison .tel {
	display: none;
}

} /* SP_End */

/*# sourceMappingURL=common.css.map */