@charset "UTF-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	word-break: break-word;
	font-size: 100%;
}

body {
	color: #333;
	line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

blockquote,q {
	quotes: none;
}

blockquote::before,blockquote::after {
	content: '';
	content: none;
}

q::before,q::after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}

ins {
	background-color: #ff9;
	color: #333;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #333;
	font-weight: bold;
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
}

input,select {
	vertical-align: middle;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption,th {
	text-align: left;
}

object,embed {
	vertical-align: middle;
}

legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0 none;
}

img {
	vertical-align: middle;
}

ul li {
	list-style-type: none;
}


/*----------------------------------------------------
共通
----------------------------------------------------*/


/* スクロールバーの有無によるズレ対策 */

html {
	font-size: 62.5%;
}

input,textarea {
	/*
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
*/
}


/* for IE6 */

* html body,* html input,* html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


.l-header-area .l-header .l-header__sitename,
.l-gnavi-area02 .l-gnavi-list02__item__link,
.icon-title,
.side-banner-area .side-banner-list__sttl a,
.mainttl,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

/* リンク
----------------------------------------------------*/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* 汎用
----------------------------------------------------*/


/* clear clerfix */

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

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

.content,
.clearfix {
	zoom: 1;
	/* for IE5.5 - IE7 */
}


/*box-sizing */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*----------------------------------------------------
各ページスタイル
----------------------------------------------------*/


/*----------------------------------------------------
PCサイトcss
----------------------------------------------------*/

body {
	overflow-x: hidden;
	min-width: 1000px;
	width: 100%;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

#contents {
	margin: 40px auto 130px;
	max-width: 1000px;
	width: 1000px;
	counter-reset: num;
}

#contents.contents_top {
	margin: 24rem auto 6rem;
	padding-top: 35px;
}

.contents-left,
.contents-right {
	max-width: 740px;
	width: 740px;
}

.contents-left p,
.contents-right p {
	margin: 0 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}


/* common
----------------------------------------------------*/

.sp,
.sp_br,
.forSP {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.catch-copy {
	color: #000000;
	font-weight: bold;
}

span.txt_bold {
	color: #ff7032;
	font-weight: bold;
	font-size: 1.7rem;
}

span.txt_marker {
	position: relative;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe084));
	background: -webkit-linear-gradient(transparent 62%, #b2d470 38%);
	background: linear-gradient(transparent 62%, #b2d470 38%);
	color: #000;
	font-weight: bold;
	font-size: 1.7rem;
}

.caption,
.viral-quote {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 10px 0;
	white-space: nowrap;
	overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #C0C0C0 #eee;
}

.caption::-webkit-scrollbar,
.viral-quote::-webkit-scrollbar {
	height: 5px;
}

.caption::-webkit-scrollbar-thumb,
.viral-quote::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #C0C0C0;
}

.caption::-webkit-scrollbar-track,
.viral-quote::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #eee;
}


/* パンくず
----------------------------------------------------*/

#breadcrumb {
	margin: 20px auto 30px;
	width: 1000px;
	font-size: 12px;
}

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}


/* header
----------------------------------------------------*/

.l-header-area {
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	width: 100%;
	color: #4c4c4c;
}

.l-header-area .l-header {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	max-width: 760px;
}

.l-header-area .l-header .l-header__sitename {
	margin: 0 auto;
	padding: 3rem 0 3rem 11.3rem;
	background: url(img/site.png) center left no-repeat;
	font-weight: bold;
	font-size: 2.7rem;
	line-height: 1.4;
}

.l-header-area .l-header .l-header__sitename a {
	color: #4c4c4c;
	text-decoration: none;
}

.l-header-area .l-header .l-header__sitename a:hover {
	opacity: 0.7;
}


/* g_nav_hamburger
----------------------------------------------------*/

.l-gnavi-btn {
	display: none;
}

.l-gnavi-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 10rem 0 0;
	width: 400px;
	height: 100vh;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: transform, opacity .8s ease;
}

.l-gnavi-area--slide-right {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.l-gnavi-area--slide-left {
	right: 0;
	left: auto;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.l-gnavi-area--slide-down {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.l-gnavi-list {
	position: relative;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.l-gnavi-list__item {
	padding: 5px 0;
}

.l-gnavi-list__link {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 15px 45px 15px 10px;
	width: 90%;
	background: #fff;
	color: #666;
	text-decoration: none;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link {
	border: solid 2px #90c132;
	background: #fff;
	color: #90c132;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link::after {
	position: absolute;
	top: 17%;
	right: 5%;
	color: #43894a;
	content: '\f054';
	letter-spacing: -10px;
	font-weight: bold;
	font-size: 2rem;
	font-family: "Font Awesome 5 Free";
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover {
	opacity: 0.6;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link::after {
	position: absolute;
	top: 17%;
	right: 5%;
	color: #90c132;
	content: '\f054';
	letter-spacing: -10px;
	font-weight: bold;
	font-size: 2rem;
	font-family: "Font Awesome 5 Free";
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link::after:hover {
	opacity: 0.6;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link {
	position: relative;
	background: #90c132;
	color: #fff;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link::after {
	position: absolute;
	top: 17%;
	right: 5%;
	color: #fff;
	content: '\f054';
	letter-spacing: -10px;
	font-weight: bold;
	font-size: 2rem;
	font-family: "Font Awesome 5 Free";
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
	position: relative;
	padding: 10px 10px 10px 45px;
	background: #fff;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin: auto;
	color: #90c132;
	content: '\f053';
	letter-spacing: -10px;
	font-weight: bold;
	font-size: 2rem;
	font-family: "Font Awesome 5 Free";
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back::after {
	border: 0;
	content: none !important;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover {
	background: #b2d470;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	vertical-align: middle;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.l-gnavi-list__sub {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 100%;
}

.is-navi-open .l-gnavi-area {
	opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right,
.is-navi-open .l-gnavi-area--slide-left {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down,
.is-navi-open .l-gnavi-area--slide-up {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
	overflow-y: scroll;
	height: 100vh;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
	position: static;
}


/* pc_g_nav
----------------------------------------------------*/

.l-gnavi-area02 {
	margin: 0 auto 4rem;
	width: 100%;
	display: none;
}

.l-gnavi-area02.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0.5rem 0;
	width: 100%;
	background: #f4f4f4;
}

.l-gnavi-area02 .l-gnavi-list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
}

.l-gnavi-area02 .l-gnavi-list02__item {
	position: relative;
	width: calc(100% / 1);
	text-align: center;
}

.l-gnavi-area02 .l-gnavi-list02__item::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 2%;
	height: 60%;
	background: url(img/nav.png) center no-repeat;
	content: "";
}

.l-gnavi-area02 .l-gnavi-list02__item:first-child {
	position: relative;
}

.l-gnavi-area02 .l-gnavi-list02__item:first-child::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2%;
	height: 60%;
	background: url(img/nav.png) center no-repeat;
	content: "";
}

.l-gnavi-area02 .l-gnavi-list02__item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.7rem 1.5rem;
	height: 100%;
	margin: 0 1rem;
	margin-left: 0;
	text-decoration: none;
	font-size: 1.5rem;
	border-radius: 5px;
}
.l-gnavi-area02 .l-gnavi-list02__item:first-child .l-gnavi-list02__item__link {
	margin-left: 1rem;
}
.l-gnavi-area02 .l-gnavi-list02__item__link:hover {
	background-color: #90c132;
	color: #ffffff;
}

.l-gnavi-area02 .l-gnavi-list02__item__sub {
	padding-bottom: 60px;
}

.l-gnavi-area02 .l-gnavi-list02--01 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--02 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--03 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--04 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--05 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--06 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--07 {
	width: calc(100% / 1);
}

.l-gnavi-area02 .l-gnavi-list02--08 {
	width: calc(100% / 1);
}


/* side
----------------------------------------------------*/

.side-banner-area {
	position: relative;
	margin: 0 0 3rem;
	padding: 0 1rem 1rem;
	max-width: 220px;
	width: 220px;
}

.side-banner-area p {
	color: #333;
	line-height: 1.5;
}

.side-banner-area .sidebanner-upper {
	position: relative;
	margin: 0 -.5rem 4rem -.5rem;
	padding: 0;
	background: url(img/s-bg.png) repeat center center;
	background-size: contain;
}

.side-banner-area .sidebanner-upper::before {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 45px;
	background: url(img/s-bg_t.png) no-repeat center top;
	background-size: contain;
	content: '';
}

.side-banner-area .sidebanner-upper::after {
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(img/s-bg_b.png) no-repeat center top;
	background-size: contain;
	content: '';
}

.side-banner-area .sidebanner-upper__txt {
	margin-bottom: 80px;
	padding: 0 2rem 0.5rem;
}

.side-banner-area .sidebanner-upper__sttl {
	position: relative;
	padding: 1rem 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.side-banner-area .sidebanner-upper__sttl::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(img/side-b.png) no-repeat center center;
	content: '';
}

.side-banner-area .sidebanner-upper__sttl::after {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	margin: auto;
	width: 142px;
	height: 36px;
	background: url(img/free.png);
	content: '';
}

.side-banner-area .sidebanner-upper__sttl a {
	display: block;
	border-bottom: 0;
	background-size: 100% auto;
	text-decoration: none;
	line-height: 1.5;
}

.side-banner-area .sidebanner-upper__sttl a:hover {
	opacity: 0.7;
}

.side-banner-area .sidebanner-upper__catch {
	margin: 1rem 0;
	padding: 0 0 1rem;
	color: #333;
	text-align: center;
	font-size: 1.5rem;
}

.side-banner-area .sidebanner-upper__info {
	padding: .5rem 0;
	color: #888888;
	text-align: center;
	word-wrap: break-word;
	font-size: 10px;
	line-height: 1.4;
}

.side-banner-area .sidebanner-upper__img {
	margin: 0 auto 20px;
	max-width: 100%;
}

.side-banner-area .sidebanner-upper__img img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}

.side-banner-area .sidebanner-upper .bt-more a {
	position: relative;
	display: block;
	margin: 15px auto 0;
	padding: 1rem 3.5rem 1rem 2rem;
	width: 100%;
	border: solid 2px #70b843;
	border-radius: 3rem;
	background: #fef5d8;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}

.side-banner-area .sidebanner-upper .bt-more a::before {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 5rem;
	background: #000;
	color: #70b843;
	content: "\f138";
	font-weight: bold;
	font-size: 1.9rem;
	font-family: "Font Awesome 5 Free";
}

.side-banner-area .sidebanner-upper .bt-more a:hover {
	opacity: 0.6;
}

.side-banner-area .side-banner-list {
	margin-bottom: 10px;
	background: #fff;
}

.side-banner-area .side-banner-list__sttl {
	position: relative;
	margin: 0 0 1px;
	width: 100%;
	background: #90c132;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.side-banner-area .side-banner-list__sttl a {
	position: relative;
	display: block;
	padding: 1.5rem 4rem 1.5rem 2.5rem;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

.side-banner-area .side-banner-list__sttl a::before {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	margin: auto;
	height: 2.8rem;
	color: #fff;
	content: "\f138";
	font-weight: bold;
	font-size: 1.9rem;
	font-family: "Font Awesome 5 Free";
}

.side-banner-area .side-banner-list__sttl a:hover {
	opacity: 0.6;
}

.side-banner-area .side-banner-list ul {
	padding: 0;
}

.side-banner-area .side-banner-list ul li a {
	position: relative;
	display: block;
	padding: 15px 30px 15px 10px;
	padding: 1.5rem 2.8rem 1.5rem 2.2rem;
	border-bottom: 1px dashed #b2d470;
	text-decoration: none;
}

.side-banner-area .side-banner-list ul li a::before,
.side-banner-area .side-banner-list ul li ul li.sub_cat a::before {
	position: absolute;
	content: " ";
	display: block;
	border-top: 2px solid #599147;
	border-right: 2px solid #599147;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}

.side-banner-area .side-banner-list ul li a:hover {
	opacity: 0.7;
}

.side-banner-area .side-banner-list ul li ul {
	padding: 0px;
	width: 100%;
}

.side-banner-area .side-banner-list ul li ul li.sub_cat a {
	position: relative;
	display: block;
	padding: 1.2rem 3rem;
	border-bottom: 1px dashed #d2d2d2;
	color: #333;
	font-size: 1.5rem;
}

.side-banner-area .side-banner-list ul li ul li.sub_cat a::after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 16px;
	display: block;
	margin: auto 0;
	width: 7px;
	height: 7px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	content: "";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.side-banner-area .side-banner-list ul li ul li.sub_cat a:hover {
	opacity: .5;
}

.side-banner-area .side-banner-list ul li ul li.sub_cat a:last-child a {
	border-bottom: 0;
}


/* footer
----------------------------------------------------*/

.l-footer-area {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #90c132;
	text-align: center;
}

.l-footer-area__inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 1000px;
}

.l-footer-disclaimer {
	margin: 0 auto 30px;
	padding: 1.5rem;
	width: 70%;
	background: #f4f4f4;
	text-align: left;
	text-align: center;
	font-size: 1.2rem;
}

.l-footer-disclaimer__title {
	margin-bottom: 1rem;
}

.l-footer-list {
	margin: 0 0 20px 0;
}

.l-footer-list__item {
	display: inline-block;
	padding: 0 0 0 20px;
}

.l-footer-area .l-footer-area__inner .menseki {
	margin: 0 auto 3rem;
	text-align: left;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
}

.l-footer-area .l-footer-area__inner .ucp {
	margin: 0 auto 3rem;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
	text-align: left;
}

.l-footer-bottom {
	margin: 0 auto;
	padding: 0 20px;
	background: #000;
	color: #ffffff;
	text-align: center;
	font-size: 1.2rem;
}

.l-footer-bottom__inner {
	display: table;
	margin: 0 auto;
	width: 1100px;
}

.l-footer-bottom__sitemap {
	display: table-cell;
	padding: 10px 0;
	text-align: right;
}

.l-footer-bottom__sitemap__link {
	padding: 0 20px 0 0;
	background-size: 6px 12px;
	color: #ffffff;
	text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.l-footer-copy-wrapper {
	color: #fff;
	background-color: #fff;
}

.l-footer-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0.5rem;
	max-width: 1000px;
	color: #000;
	font-size: 1.2rem;
}

.l-footer-copy .sitemap {
	text-align: right;
}

.l-footer-copy a {
	color: #000;
	text-decoration: none;
	font-size: 1.2rem;
}

.l-footer-copy a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.l-footer-menu {
	margin: 3rem 0 0 0;
}

.l-footer-menu-wrapper {
	margin: 0 auto;
	padding: 10px 0 50px;
}

.l-footer-menu__title__link {
	position: relative;
	display: block;
	padding: 1rem 0 1rem 2.5rem;
	border-bottom: solid 1px #fff;
	color: #43894a;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
}

.l-footer-menu__title__link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 3rem;
	background: #5a9148;
	color: #fff;
	content: "\f138";
	font-weight: bold;
	font-size: 2rem;
	font-family: "Font Awesome 5 Free";
}

.l-footer-menu__title__link:hover {
	opacity: 0.7;
}

.l-footer-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	margin: 2rem 0 0;
}

.l-footer-menu__list__item {
	margin: 0 0 2rem 0;
	width: calc(100% / 4);
}

.l-footer-menu__list__item:first-child {
	display: none;
}

.l-footer-menu__list__link {
	position: relative;
	display: block;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1rem 0.5rem 2rem;
	text-align: left;
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
}

.l-footer-menu__list__link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 3rem;
	background: #90c132;
	color: #fff;
	content: "\f138";
	font-weight: bold;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Free";
}

.l-footer-menu__list__link:hover {
	opacity: 0.7;
}


.l-footer-submenu__list__item {
	margin: 0.5rem 0 0 0;
	padding-left: 3.5rem;
}

.l-footer-submenu__list__link {
	position: relative;
	display: block;
	padding: 5px 15px 5px 15px;
	text-align: left;
	text-decoration: none;
	font-size: 1.3rem;
	color: #fff;
}

.l-footer-submenu__list__link::before {
	position: absolute;
	top: 0;
	bottom: 7px;
	left: -12px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	content: '';
}

.l-footer-submenu__list__link:hover {
	text-decoration: none;
	opacity: 0.6;
}

.copy {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	background: #ccc;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.copy a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.notes {
	margin: 50px auto 50px;
	padding: 15px;
	width: 900px;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 145%;
}

.l-pagetop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 50;
}

.l-pagetop__link {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background: url(img/pagetop.png) no-repeat center/81px;
	text-align: center;
	background-size: 80px;
}

.l-pagetop__link:hover {
	opacity: 0.7;
}

.l-pagetop__text {
	display: none;
}

.copy {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	background: #ccc;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.copy a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.notes {
	margin: 50px auto 50px;
	padding: 15px;
	width: 900px;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 145%;
}


/*404*/

#page .bt-top a {
	text-decoration: underline;
}

#page .bt-top a:hover {
	text-decoration: none;
}

.top-lead-text {
	margin: 1rem 0 2rem 0;
	line-height: 1.8;
}


/*----------------------------------------------------
content
----------------------------------------------------*/


/*basic_h_tag*/


/* 見出し、ランキング
----------------------------------------------------*/

p.catch-copy,
div.catch-copy {
	position: relative;
	margin: 2rem 0 1.7rem;
	padding: 0;
	color: #91c132;
	text-align: left;
	font-weight: bold;
	font-size: 1.8rem;
}

.contents_top .top-title h2,
.underlayer-page-title {
	position: relative;
	margin: 7rem 0 5rem;
	padding: 2rem 4rem;
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	z-index: 1;
	border-top: 3px dotted #90c132;
	border-bottom: 3px dotted #90c132;
}
.underlayer-page-title:first-child {
margin-top: 0;
}

.contents_top .top-title h2::before,
.underlayer-page-title::before {
	position: absolute;
	margin: auto;
	left: 0;
	top: -24px;
	right: 0;
	width: 44px;
	height: 43px;
	background: url(img/h1_c.png) no-repeat top center;
	background-size: contain;
	content: '';
}
.contents_top .top-title:first-child h2,
.underlayer-page-title:first-child h2 {
	margin: 0 auto 3rem;
}

.contents_top .top-title h2 a,
.underlayer-page-title h1 a,
.underlayer-page-title h2 a,
.contents_top .top-title h3 a,
.underlayer-page-title h3 a,
.contents_top .top-title h4 a,
.underlayer-page-title h4 a,
.contents_top .top-title h5 a,
.underlayer-page-title h5 a {
	position: relative;
	display: block;
	text-decoration: none;
}
.contents_top .top-title h3 a {
	color: #ffffff;
}
.contents_top .top-title a:hover,
.underlayer-page-title a:hover {
	opacity: 0.7;
}
.contents_top .top-title h2 a::before,
.underlayer-page-title h1 a::before,
.contents_top .top-title h4 a::before,
.underlayer-page-title h3 a::before,
.icon-title a::after {
    position: absolute;
    content: " ";
    display: block;
    border-top: 2px solid #599147;
    border-right: 2px solid #599147;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}
.contents_top .top-title h2 a::before,
.underlayer-page-title h1 a::before {
	right: -20px;
}
.contents_top .top-title h3 a::before,
.underlayer-page-title h2 a::before {
    position: absolute;
    top: -10px;
    right: -5px;
    bottom: 0;
    margin: auto;
    height: 2.8rem;
    color: #fff;
    content: "\f138";
    font-weight: bold;
    font-size: 1.9rem;
    font-family: "Font Awesome 5 Free";
}
.icon-title a::after {right: 20px;}
.top-title h3,
.underlayer-title h2 {
	position: relative;
	margin: 45px auto 15px;
	padding: 2.3rem 2rem 2rem;
	background: url(img/h2_bg.png);
	background-size: contain;
	font-weight: bold;
	font-size: 2.7rem;
	color: #fff;
	line-height: 140%;
	border-radius: 10px;
}

.top-title h4,
.underlayer-title h3 {
	position: relative;
	margin: 30px 0 15px;
	padding: 2.4rem 2rem 2rem;
	border: solid 1px #218300;
	border-radius: 1rem;
	background: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 140%;
}

.top-title h5,
.underlayer-title h4,
.compare-title h4 {
	position: relative;
	margin: 30px auto 15px;
	padding: 1rem 2rem;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 140%;
}

.top-title h5::before,
.underlayer-title h4::before,
.compare-title h4:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 15px;
	border-left: 3px dotted #90c132;
	content: '';
}

.underlayer-title h5 {
	position: relative;
	margin: 30px auto 15px;
	padding: 12px 10px;
	border-bottom: 1px solid #738d4f;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 140%;
}

.contents_top .top-title div {
	margin: 30px 0 7px;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

.underlayer-title h5 {
	margin: 30px 0 7px;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

.underlayer-title div {
	margin: 30px auto 10px;
	padding: 5px 10px;
	color: #000;
	font-size: 24px;
	line-height: 140%;
}


/**
 * add code
 */

.contents_top .top-title .title-area,
.underlayer-title .title-area,
.underlayer-title .title-area {
	margin: 0 auto 10px;
	padding: 5px 10px;
	border-bottom: 2px solid #a49389;
	color: #583626;
	font-size: 1.6rem;
	line-height: 140%;
}

.contents_top .top-title .title-area a,
.underlayer-title .title-area a {
	display: block;
	padding: 0 30px 0 0;
	background-size: 20px auto;
	color: #583626;
	text-decoration: none;
}

.contents_top .top-title .title-area a:hover,
.underlayer-title .title-area a:hover {
	opacity: .6;
}


/* num */

.icon-title {
	position: relative;
	z-index: 1;
	margin: 3rem auto;
	padding: 2rem 2rem 2rem 7rem;
	text-align: left;
	font-weight: bold;
	font-size: 2.6rem;
	border-radius: 10px;
}

.icon-title::before {
	content: none;
}

.icon-title::after {
	content: none;
}

.icon-recommend-title,
.icon-check-title,
.icon-point-title {
	background: #d0e5ca;
}

.icon-recommend-title::before,
.icon-check-title::before,
.icon-point-title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.7rem;
	margin: auto;
	width: 84px;
	height: 81px;
	content: '';
}

.icon-recommend-num-title,
.icon-check-num-title,
.icon-point-num-title {border: solid 1px #b2d470;}

.icon-recommend-num-title::before,
.icon-check-num-title::before,
.icon-point-num-title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3.7rem;
	margin: auto;
	width: 99px;
	height: 88px;
	content: '';
}

.icon-recommend-num-title .icon-num,
.icon-check-num-title .icon-num,
.icon-point-num-title .icon-num {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	padding-top: 1rem;
	width: 84px;
	height: 40px;
	font-weight: normal;
	font-size: 2.8rem;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.icon-recommend-num-title .icon-num,
.icon-check-num-title .icon-num,
.icon-point-num-title .icon-num {
	padding-top: 2rem;
}
}


/* recommend */

.icon-recommend-title::before {
	background: url(img/recommend.png) no-repeat center center;
}

.icon-recommend-num-title::before {
	background: url(img/recommend_num.png) no-repeat center center;
}


/* recommend */


/* check */

.icon-check-title::before {
	background: url(img/check.png) no-repeat center center;
}

.icon-check-num-title::before {
	background: url(img/check_num.png) no-repeat center center;
}


/* check */


/* point */

.icon-point-title::before {
	background: url(img/point.png) no-repeat center center;
}

.icon-point-num-title::before {
	background: url(img/point_num.png) no-repeat center center;
}


/* point */

.icon-num-title {
	position: relative;
	padding: 2rem 1.5rem 2rem 7rem;
	background: #d0e5ca;
	text-align: left;
}

.icon-num-title::before {
	position: absolute;
	top: -1.8rem;
	bottom: 0;
	left: -3.9rem;
	margin: auto 0;
	width: 96px;
	height: 95px;
	background: url(img/rank.png) no-repeat center center;
	content: '';
}

.icon-num-title .icon-num {
	position: absolute;
	top: -1.8rem;
	bottom: 0;
	left: -3.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	padding: 1rem 0 0 1rem;
	width: 96px;
	height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 2.8rem;
}

.icon-textarea {
	margin: 0 0 40px;
}


/* num */


/* tag
----------------------------------------------------*/

.contents_top ul.tag-list-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem auto;
	padding: 5%;
	padding: 5% 4% calc(5% - 12px);
	border-radius: 10px;
	background: #fff;
}

.tag-list-area .tag-list-area__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 2% 2% 0;
	padding: 6px;
	width: 48%;
	border-radius: 5px;
	background: #fafafa;
	color: #aaa;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
}

.contents_top ul.tag-list-area li.tag-list-area__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 21px 12px 0;
	width: calc(90%/4);
	border-radius: 4px;
	background: #f8979d;
	text-align: center;
	font-size: 1.2rem;
}

.contents_top ul.tag-list-area li.tag-list-area__li:nth-child(4n) {
	margin-right: 0;
}

.cmn-column3 .tag-list-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	margin: 2rem 0;
	padding: 0;
}

.tag-list-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
}

.tag-list-area::after {
	display: table;
	clear: both;
	content: "";
}

.tag-list-area .tag-list-area__li {
	padding: 0;
	background: #fbfbfb;
	color: #fff;
}

ul.tag-list-area li.tag-list-area__li span,
ul.tag-list-area li.tag-list-area__li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 5px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
}

.tag-list-area .tag-list-area__li {
	border: none;
	background: #fbfbfb;
	color: #d8d8d8;
}

.tag-list-area .tag-list-area__li .tag-on {
	background: #ee6e37;
	color: #fff;
}

.tag-list-area .tag-list-area__li .tag-off {
	border: solid 1px #ee6e37;
	background: #fff;
	color: #ee6e37;
}

.tag-list-area .tag-list-area__li>a {
	display: block;
	padding: 10px;
	border: solid 1px #ee6e37;
	background: #ee6e37;
	color: #fff;
}

.contents-left .tag-list-area__li::before {
	content: none;
}


/* slider
----------------------------------------------------*/

.slider-area {
	margin: 0 0 30px 0;
}

.slider-area .slider {
	position: relative;
	margin: 0 0 2rem;
}

.slider-area .slider img {
	margin: 0 auto 0.5rem;
	max-width: 100%;
	height: auto;
}

.slider-area .slider .slick-slide {
	display: none;
}

.slider-area .slider .slick-slide:focus {
	outline: 0;
}

.slider-area .slider .slick-initialized .slick-slide {
	display: block;
}

.slider-area .slider .slider-for {
	float: left;
	padding: 0 20px;
	width: 625px;
}

.slider-area .slider .slider-for button.slick-next,
.slider-area .slider .slider-for button.slick-prev {
	position: absolute;
	z-index: 5;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ebd840;
	text-indent: 9999px;
}

.slider-area .slider .slider-for button.slick-prev {
	left: 0;
}

.slider-area .slider .slider-for button.slick-prev:hover {
	opacity: 0.8;
}

.slider-area .slider .slider-for button.slick-prev::before {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	padding: 25% 10% 25% 0;
	color: #000;
	content: "\f053";
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.slider-area .slider .slider-for button.slick-next {
	right: 0;
}

.slider-area .slider .slider-for button.slick-next:hover {
	opacity: 0.8;
}

.slider-area .slider .slider-for button.slick-next::before {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	padding: 25% 0 25% 10%;
	color: #000;
	content: "\f054";
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.slider-area .slider .slider-nav-wrap {
	position: absolute;
	top: 35px;
	right: 0;
	padding: 0;
	width: 100px;
}

.slider-area .slider .slider-nav button.slick-next,
.slider-area .slider .slider-nav button.slick-prev {
	position: absolute;
	right: auto;
	left: 50%;
	z-index: 5;
	overflow: hidden;
	width: 30px;
	height: 30px;
	text-indent: 9999px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.slider-area .slider .slider-nav button.slick-next::before,
.slider-area .slider .slider-nav button.slick-prev::before {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 10px;
	content: '';
	opacity: 1;
}

.slider-area .slider .slider-nav button.slick-next:hover {
	opacity: 0.6;
}

.slider-area .slider .slider-nav button.slick-prev {
	top: -30px;
}

.slider-area .slider .slider-nav button.slick-prev:hover {
	opacity: 0.6;
}

.slider-area .slider .slider-nav button.slick-prev::before {
	background: url(img/arrow05_orange.svg) 0 0 no-repeat;
	background-size: 100%;
}

.slider-area .slider .slider-nav button.slick-next {
	top: auto;
	bottom: -30px;
}

.slider-area .slider .slider-nav button.slick-next::before {
	background: url(img/arrow06_orange.svg) 0 0 no-repeat;
	background-size: 100%;
}

.slider-area .slider .slider-nav .slick-list {
	padding: 0 0 !important;
}

.slider-area .slider .slider-nav .slick-track {
	left: 0 !important;
}

.slider-area .slider .slider-nav .slick-slide {
	padding: 5px 0;
	height: 65px;
	border: none;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.slider-area .slider .slider-nav .slick-slide img {
	margin: 0 auto;
	height: 100%;
}

.slider-area .slider .slider-nav .slick-slide:hover {
	opacity: 0.5;
}

.slider-area .slider .slider-caption {
	margin: 10px 0 20px;
	color: #999;
	text-align: center;
	word-wrap: break-word;
	font-size: 1.1rem;
	line-height: 1.4em;
}


/* img_left_right_center
----------------------------------------------------*/

.image-text__image {
	padding: .5rem;
	max-width: 40%;
	width: initial;
}

.image-text__image.image-left,
.image-text__image.image-right {
	position: relative;
	width: 400px;
}

.image-text__image.image-left img,
.image-text__image.image-right img {
	display: block;
	margin: 0 auto;
	border: solid 4px #fff;
}

.image-text__image.image-left {
	padding-right: 3rem;
}

.image-text__image.image-right {
	padding-left: 3rem;
}

.image-text__image.image-center img {
	display: block;
	margin: 0 auto;
	border: solid 4px #fff;
}

.image-text__caption {
	display: block;
	padding: .5rem 0;
}

.image-text__text {
	padding: 0;
	width: 100%;
}

.image-text__textarea {
	line-height: 1.8;
}

.image-text__textarea .catch-copy::before {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 3px;
	background: url(img/h1_d.png) repeat center center;
	content: '';
}

.image-center {
	margin-bottom: 2rem;
	max-width: 100%;
	text-align: center;
}

.underlayer-image-text-box {
	margin: 30px 0;
}


/* table
----------------------------------------------------*/


/* table
----------------------------------------------------*/

.first-row table tr:nth-child(1),
.table-layout.first-row table tr:nth-child(1),
.js-scrollable.first-row table tr:nth-child(1) {
	background-color: #b2d470;
}

.first-column table td:nth-child(1) {
	background-color: #b2d470;
}
.table-layout.first-column table td:nth-child(1) {
	width: 30%;
}

table,
.table-normal {
	margin: 30px 0;
	width: 100%;
	color: #333;
}

table,
.table-normal table {
	width: 100%;
	border: 1px solid #72b946;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
}

table th,
table td {
	padding: 15px;
	border: 0;
	border-bottom: 1px solid #96c53d;
	word-break: break-all;
}

table th {
	background-color: #f8f9e9;
}

table th,
table td,
.table-normal table tbody td {
	border-left: 1px solid #96c53d;
	text-align: center;
}

table tbody tr:last-child td:last-child,
.table-normal table tbody tr:last-child td:last-child,
.table-layout table tbody tr:last-child td:last-child {
	border-bottom: none;
}

.table-normal table th:first-child {
	border-left: none;
}

.table-normal table td {
	text-align: center;
}

.table-layout {
	margin: 30px 0;
	width: 100%;
	color: #333;
}

.table-layout table {
	margin: 0;
	width: 100%;
	border: 1px solid #72b946;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
}

.table-layout table tbody td {
	padding: 15px;
	border: 0;
	border-bottom: 1px solid #96c53d;
	border-left: 1px solid #96c53d;
	word-break: break-all;
}

.table-layout table td {
	text-align: center;
}

.js-scrollable {
	margin: 30px 0;
	width: 100%;
	color: #333;
}

.js-scrollable table {
	margin: 0;
	border: 1px solid #72b946;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
}

.js-scrollable table tbody td {
	padding: 15px;
	border: 0;
	border-bottom: 1px solid #72b946;
	border-left: 1px solid #72b946 !important;
	word-break: break-all;
}

.js-scrollable table tbody tr:last-child td {
	border-bottom: none;
}

.js-scrollable table th {
	text-align: center;
	font-weight: bold;
}

.js-scrollable table th:first-child {
	border-left: none !important;
}

.js-scrollable table td {
	text-align: center;
}

.table-sp-none.first-column table {
	width: 100%;
	border: 1px solid #72b946;
}

.table-sp-none table td {
	padding: 15px;
	border: 1px solid #72b946;
	word-break: break-all;
}

.both-row-column tr:first-child,
.both-row-column tr td:first-child {
	background: #f8f9e9;
}


/* list
----------------------------------------------------*/

.contents-left ul,
.contents-right ul {
	margin: 10px 0 15px;
}

.contents-left li,
.contents-right li {
	margin: 0 0 10px;
	padding: 0 0 0 2rem;
	color: #000;
	line-height: 1.6;
	position: relative;
}
.contents-left li::before,
.contents-right li::before {
    margin-top: -5px;
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 12px;
    left: 0;
    background-color: #90c132;
}

.contents-left li a,
.contents-right li a {
	color: #759f38;
}


/* 2box,3box
----------------------------------------------------*/

.caption {
	color: #888888;
	text-align: center;
	word-wrap: break-word;
	font-size: 10px;
	line-height: 1.4;
}

.caption>a {
	color: #888888;
}

.box-wrap {
	margin: 5rem auto;
}

.box-wrap.basic-layout.column2 {
	margin-top: 7rem;
}

.box-head,
.box-body {
	margin: 0 auto;
}

.box-head {
	padding: 35px 30px 20px;
	font-weight: bold;
	font-size: 20px;
}

.box-head a {
	display: block;
	padding: 0 30px 0 0;
	background-size: 20px auto;
	color: #583626;
	text-decoration: none;
}

.box-body {
	position: relative;
	padding: 0px 30px 35px;
	min-height: 95px;
}

.box-body::after {
	position: absolute;
	right: 15px;
	bottom: 8px;
	display: block;
	padding: 0 0 0 30px;
	width: 38px;
	height: 96px;
	background-size: 38px auto;
	content: '';
	text-decoration: none;
}

.column3 .basic-column-box {
	position: relative;
	padding: 20px;
	width: calc((100% - 72px) / 3);
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #ffeb47;
	margin-right: 3.6rem;
}

_:-ms-lang(x)::backdrop,.column3 .basic-column-box {
		width: calc(-24px + 33%);
}

.column3 .basic-column-box::before {
	content: '';
	background: url(img/box.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -3rem;
	right: -2rem;
	width: 74px;
	height: 60px;
}


.column3 .basic-title {
	position: relative;
	margin: 1rem 0 15px;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 2rem;
}

.column3 .basic-title h2,
.column3 .basic-title h3,
.column3 .basic-title h4,
.column3 .basic-title h5,
.column3 .basic-title div {
	font-weight: bold;
}

.column3 .basic-title h2 a,
.column3 .basic-title h3 a,
.column3 .basic-title h4 a,
.column3 .basic-title h5 a,
.column3 .basic-title div a {
	font-weight: bold;
}

.column3 .basic-title::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 130px;
	height: 4px;
	border-top: 3px dotted #90c132;
	content: '';
}

.column3 .box-wrap div:nth-of-type(1) img {
	width: 60px;
	height: 60px;
}

.column3 .catch-copy {
	font-size: 1.8rem;
}

.column3 .btn-internal,
.column3 .btn-web,
.column3 .btn-tel {
	margin: auto;
	width: 80%;
}

.column2 .basic-column-box {
	padding: 0;
	padding: 2rem 2.8rem;
	border: 1px solid #90c132;
	border-radius: 7px;
	margin-bottom: 6rem;
	margin-right: 4rem;
	width: calc((100% - 40px) / 2);
}

.column2 .basic-column-box::before {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -70px;
	width: 121px;
	height: 72px;
	background: url(img/div2.png) no-repeat left top;
	background-size: auto;
	content: '';
}


.column2 .box-wrap div {
	padding: 0;
}

.column2 .basic-title {
	position: relative;
	padding: 2.5rem 0 1rem;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	min-height: 75px;
}
.column2 .basic-title + .contents-list {
	margin-top: 0;
}

.column2 .basic-title h2,
.column2 .basic-title h3,
.column2 .basic-title h4,
.column2 .basic-title h5,
.column2 .basic-title div {
	font-weight: bold;
	position: relative;
}

.column2 .basic-title h3 a::after {
    position: absolute;
    content: " ";
    display: block;
    border-top: 2px solid #599147;
    border-right: 2px solid #599147;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}

.column2 .basic-title h2 a,
.column2 .basic-title h3 a,
.column2 .basic-title h4 a,
.column2 .basic-title h5 a,
.column2 .basic-title div a {
	display: block;
	padding-right: 2rem;
	text-decoration: none;
	font-weight: bold;
}

.column2 .basic-title h2 a::before,
.column2 .basic-title h3 a::before,
.column2 .basic-title h4 a::before,
.column2 .basic-title h5 a::before,
.column2 .basic-title div a::before {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 3rem;
	background: #599147;
	color: #bfd066;
	content: "\f138";
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}
.column2 .basic-title h3 a::before {
	content: none;
}
.column2 .basic-title h2 a:hover,
.column2 .basic-title h3 a:hover,
.column2 .basic-title h4 a:hover,
.column2 .basic-title h5 a:hover,
.column2 .basic-title div a:hover {
	opacity: 0.6;
}

.column2 .basic-column-box .catch-copy {
	margin: 2rem auto 1rem;
	font-size: 1.8rem;
}

.column2 .box-wrap div:nth-of-type(1) img {
	width: 60px;
	height: 60px;
}

.column2 .catch-copy {
	font-size: 1.7rem;
}

.column2 .btn-internal,
.column2 .btn-web,
.column2 .btn-tel {
	margin: auto;
	width: 80%;
}

.column2 .image-text-area {
	margin-top: 2.5rem;
}

.box-wrap .table-normal {
	margin: 10px auto 20px;
}


/*　btn_link
----------------------------- */

.btn-tel {
	display: none;
}

.btn-internal a,
.btn-web a,
.btn-tel a {
	position: relative;
	display: block;
	margin: 20px auto;
	padding: 15px 48px 15px 48px;
	max-width: 400px;
	border-radius: 3rem;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	font-size: 18px;
	line-height: 1.4;
}

.btn-web a::before,
.btn-tel a::before {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	margin: auto;
	height: 3rem;
	color: #fff;
	content: "\f138";
	font-weight: bold;
	font-size: 2.2rem;
	font-family: "Font Awesome 5 Free";
}
.btn-internal a::after {
    position: absolute;
    content: " ";
    display: block;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    top: 0;
    bottom: 0;
    right: 21px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}
.btn-internal a:hover {
	opacity: 0.7;
}

.btn-internal a:hover::before {
	color: #6cae3a;
}

.btn-web a:hover {
	opacity: 0.7;
}

.btn-internal a {
	border: solid 3px #90c132;
	color: #000000;
}

.btn-web a {
	background: #ff7032;
}

.btn-tel a {
	background: #7b4c19;
}

.btn-link {
	text-align: right;
}

.btn-link a {
	position: relative;
	padding-left: 15px;
	background-size: 18px auto;
	color: #483610;
	font-weight: 700;
}

.btn-link a::before {
	position: absolute;
	left: 0;
	color: #483610;
	content: "\f138";
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.btn-link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	body {
		min-width: 100%;
		color: #333;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.pc,
	.pc_br,
	.forPC,
	nav {
		display: none !important;
	}
	.sp,
	.sp_br,
	.forSP,
	.btn-tel {
		display: block !important;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	#contents {
		margin: 20px auto 50px;
		padding: 0 3%;
		max-width: inherit;
		width: 100%;
		counter-reset: num;
	}
	#contents.contents_top {
		margin: 20px auto 50px;
		padding: 7rem 3% 0;
		max-width: inherit;
		width: 100%;
		counter-reset: num;
	}
	.contents-left,
	.contents-right {
		max-width: 100%;
		width: 100%;
	}
	.contents-left p,
	.contents-right p {
		font-size: 15px;
	}
	.sitemap,
	#side {
		display: none;
	}
	/* header
----------------------------------------------------*/
	.l-header-area {
		position: relative;
		min-width: auto;
		font-size: 1.4rem;
		background-color: #fff;
	}
	.l-header-area .l-header {
		display: block;
		margin-bottom: 0;
		padding: 1rem 4.5rem 0 0;
		width: 94%;
	}
	.l-header-area .l-header .l-header__sitename {
		float: none;
		padding: 1.5rem 1rem 1.5rem 6.5rem;
		background-size: 60px auto;
		text-align: left;
		font-size: 2rem;
		line-height: 1.2;
		min-height: 72px;
		display: flex;
		align-items: center;
	}
	.l-header-right {
		display: none;
	}
	.l-header-left {
		display: block;
		width: 100%;
	}
	.l-header-logo {
		padding: 0 65px 0 0;
		width: 100%;
	}
	.l-header-logo__image {
		width: 4rem;
		height: 4rem;
	}
	.l-header-list {
		display: none;
	}
	.l-header--scroll-menu {
		display: none;
	}
	.l-header--scroll-menu.is-show {
		display: none;
	}
	/* breadcrumb
----------------------------------------------------*/
	#breadcrumb {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 2rem auto 5rem;
		padding: 0 1rem;
		width: 100%;
		white-space: nowrap;
		font-size: 1.2rem;
	}
	/* g_nav
----------------------------------------------------*/
	.l-gnavi-area {
		width: 100%;
	}
	.l-gnavi-btn {
		position: fixed;
		top: 20px;
		right: 5px;
		z-index: 200;
		display: block;
		width: 50px;
		height: 50px;
		border: 2px solid #90c132;
		border-radius: 10px;
		background: #ffffffb8;
		cursor: pointer;
		z-index: 3;
	}
	.l-gnavi-btn::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #333;
		content: 'MENU';
		font-size: 1rem;
	}
	.l-gnavi-btn span {
		position: absolute;
		left: 10px;
		display: inline-block;
		width: 26px;
		height: 3px;
		border-radius: 5px;
		background: #90c132;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.l-gnavi-btn.is-active::after {
		content: 'CLOSE';
	}
	.l-gnavi-btn.is-active span {
		background: #90c132;
	}
	.l-gnavi-btn span:nth-of-type(1) {
		top: 7px;
	}
	.l-gnavi-btn span:nth-of-type(2) {
		top: 16px;
	}
	.l-gnavi-btn span:nth-of-type(3) {
		top: 25px;
	}
	.l-gnavi-btn:hover,
	.l-gnavi-btn:active {
		color: #666;
	}
	.l-gnavi-btn--gnavi {
		position: absolute;
		top: 29px;
		right: 15px;
		z-index: 200;
		display: none;
		width: 30px;
		height: 23px;
		background: none;
	}
	.l-gnavi-btn--gnavi span {
		left: 0;
		width: 100%;
	}
	.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(8px) rotate(-45deg);
		transform: translateY(8px) 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 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		background-color: #fff;
		padding-top: 8rem;
		margin-top: 0;
		height: 100%;
		z-index: 2;
	}
	.l-gnavi-area02 {
		display: none;
	}
	.l-gnavi-btn-box {
		background-color: #fff;
		position: relative;
		z-index: 3;
	}
	/* side
----------------------------------------------------*/
	.sidebanner-box-area {
		margin: 3rem 0 30px;
		padding: 0 10px;
	}
	.sidebanner-box {
		display: none;
	}
	.sidebanner-upper {
		position: relative;
		display: block !important;
		padding: 23px;
		border-radius: 5px;
		-webkit-box-shadow: 1px 1px 18px -5px rgba(0, 0, 0, 0.3);
		box-shadow: 1px 1px 18px -5px rgba(0, 0, 0, 0.3);
	}
	.sidebanner-upper__img {
		margin: 0 auto 10px;
		width: 95%;
	}
	.sidebanner-upper__sttl {
		padding: 5px 5px 15px;
		color: #333;
		font-size: 20px;
	}
	.sidebanner-upper__sttl a {
		display: block;
		color: #745749;
		text-decoration: none;
		font-weight: bold;
	}
	.sidebanner-upper .bt-more a {
		position: relative;
		display: block;
		margin: 10px 0;
		padding: 16px 10px 16px 65px;
		border-radius: 3px;
		background-color: #b08b77;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.5rem;
	}
	.sidebanner-upper .bt-more a::before {
		position: absolute;
		position: absolute;
		top: 0;
		left: 0px;
		width: 55px;
		height: 100%;
		background: url(img/parts/pc/freespace_arrow.png) center center no-repeat;
		background-color: #f5c5be;
		background-size: 22px;
		content: '';
	}
	.sidebanner-upper .img img {
		display: block;
		margin: 10px auto;
		width: 100%;
		height: auto;
	}
	/* footer
----------------------------------------------------*/
	.l-footer-area__inner {
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
		color: #ffffff;
	}
	.l-footer-list__item a {
		color: #ffffff;
	}
	.l-footer-submenu__list__item {
		padding-left: 0;
	}
	.l-footer-area__inner .l-footer-logo {
		margin: 2rem auto;
		padding: 2rem 0 0;
		width: 90%;
		text-align: center;
	}
	.l-footer-area__inner .l-footer-menu-wrapper {
		margin: 0 auto;
		padding: 10px 0 20px;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu {
		margin: 0.5rem 0 2rem;
		padding: 0 1rem;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link {
		padding: 1.5rem 3rem 1.5rem 1rem;
		border-bottom: solid 1px #fff;
		color: #fff;
		font-size: 1.7rem;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link::after {
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto;
		width: 1.4rem;
		height: 1.4rem;
		border-radius: 3rem;
		background: #599147;
		color: #fff;
		content: "\f139";
		font-weight: bold;
		font-size: 2rem;
		font-family: "Font Awesome 5 Free";
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link::before {
		content: none;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link.is-open::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list {
		display: none;
		margin: 1rem 0 0;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item {
		float: none;
		margin: 0 0 0.6rem 0;
		width: 100%;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item a {
		padding: 1.2rem 1.5rem 1.6rem 3rem;
		border-bottom: 1px solid #fff;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item a {
		padding-left: 1rem;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item a::before {
		right: 1rem;
		left: auto;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item .l-footer-submenu__list__link::before {
		right: auto;
		left: 1rem;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item .l-footer-submenu__list .l-footer-submenu__list__item a {
		margin: 0;
		padding: 1rem 1.5rem 1.4rem 3rem;
		border-bottom: 1px dotted #fff;
		font-size: 1.3rem;
	}
	.l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__list .l-footer-menu__list__item .l-footer-submenu__list .l-footer-submenu__list__item a::before {
		left: 1rem;
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}
	.l-footer-area .l-footer-area__inner .menseki {
		margin: 0 auto 3rem;
		padding: 1.5rem;
		width: 90%;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.l-footer-area .l-footer-area__inner .ucp {
		margin: 0 auto 2rem;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.5;
	}

.l-pagetop {
	right: 5px;
	bottom: 10px;
	z-index: 1;
}
	.l-pagetop__link {
		width: 50px;
		height: 50px;
		background-size: contain;
	}
	/* -----------------------------
contents
----------------------------- */
	/* title
----------------------------- */
	.contents_top .top-title h2,
	.contents_top .top-title h3,
	.contents_top .top-title h4,
	.contents_top .top-title h5 {
		margin: 6rem 0 5rem 0;
		width: 100%;
	}
	.underlayer-page-title {
		width: auto;
	}
	h1.underlayer-page-title {
		margin: 0rem auto 2rem;
		font-size: 2.0rem;
	}
	.underlayer-title h2 {
		padding: 1rem 1rem 1rem 5rem;
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.underlayer-title h2::before {
		top: 6px;
		left: 7px;
		width: 35px;
		height: 35px;
		background-position: center 7px;
		background-size: 50% auto;
	}
	.underlayer-title h3 {
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.underlayer-title h4 {
		font-size: 1.7rem;
		line-height: 1.3;
	}
	p.catch-copy,
	div.catch-copy {
		font-size: 1.6rem;
	}
	.contents_top .top-title h2,
	.underlayer-page-title {
		padding: 2rem 1rem 2rem 1rem;
		background-size: 4rem auto, auto;
		font-size: 2.4rem;
	}
	.contents_top .top-title:first-child h2, .underlayer-page-title:first-child h2 {
		margin-top: 3rem;
	}
	.contents_top .top-title h3,
	.underlayer-title h2 {
		margin: 3rem 0 2rem;
		padding: 2rem;
		font-size: 2.0rem;
	}
	.contents_top .top-title h4,
	.underlayer-title h3 {
		margin: 3rem 0 2rem;
		padding: 2rem;
		font-size: 1.8rem;
	}
	.contents_top .top-title h5 {
		margin: 3rem auto 2rem;
		padding: 2rem 1rem;
		font-weight: bold;
		font-size: 1.8rem;
	}
	.underlayer-title h4,
	.underlayer-title h5 {
		margin: 3rem auto 2rem;
		padding: 1rem 1rem;
		font-weight: bold;
		font-size: 1.8rem;
	}
	.contents_top .top-title .title-area {
		margin: 30px 0 7px;
		font-weight: bold;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.contents-left .catch-copy,
	.contents-right .catch-copy {
		margin: 3rem 0 1.5rem;
		padding: 0 0 2rem;
		font-weight: bold;
		font-size: 1.5rem;
	}
	/* num */
	.icon-title {
		margin: 8% 0 4%;
		padding: 1.5rem 0.8rem;
		font-size: 2rem;
		line-height: 1.4;
	}
	.icon-title::after {
		right: -1.5rem;
		width: calc(100% - 4.3rem);
	}
	.icon-title::before {
		right: -2rem;
	}
	.icon-recommend-title,
	.icon-check-title,
	.icon-point-title {
		padding-left: 7rem;
	}
	.icon-recommend-title::before,
	.icon-check-title::before,
	.icon-point-title::before {
		right: auto;
		left: -1rem;
		width: 7rem;
		height: 7rem;
		background-size: contain;
	}
	.icon-recommend-num-title,
	.icon-check-num-title,
	.icon-point-num-title,
	.icon-num-title {
		padding-left: 7rem;
	}
	.icon-recommend-num-title::before,
	.icon-check-num-title::before,
	.icon-point-num-title::before,
	.icon-num-title::before {
		right: auto;
		left: -1rem;
		width: 7rem;
		height: 7rem;
		background-size: contain;
	}
	.icon-recommend-num-title .icon-num,
	.icon-check-num-title .icon-num,
	.icon-point-num-title .icon-num,
	.icon-num-title .icon-num {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1rem;
		margin: auto;
		width: 7rem;
		height: 7rem;
		font-size: 2.2rem;
	}
	.icon-num-title .icon-num {
		padding: 0 0 0 1rem;
	}
	/* num */
	/* tag
----------------------------------------------------*/
	.contents_top ul.tag-list-area {
		padding: 5% 5% calc(5% - 1rem);
	}
	.contents_top ul.tag-list-area li.tag-list-area__li {
		margin: 0 1% 1rem 1%;
		width: calc(94%/3);
		line-height: 1.3;
	}
	.contents_top ul.tag-list-area li.tag-list-area__li:nth-child(4n) {
		margin-right: 1%;
	}
	/* slider
----------------------------------------------------*/
	.slider-area .slider .slider-for {
		float: none;
		padding: 0 1em;
		width: 100%;
	}
	.slider-area .slider .slider-for img {
		max-width: 100%;
		width: inherit;
		height: 160px;
	}
	.slider-area .slider .slider-nav-wrap {
		position: static;
		margin: 0 auto;
		padding: 0 1em;
		width: 100%;
	}
	.slider-area .slider .slider-nav-wrap img {
		width: auto;
	}
	.slider-area .slider .slider-nav .slick-list {
		padding: 0 !important;
	}
	.slider-area .slider .slider-nav .slick-track {
		left: 0 !important;
		width: 100% !important;
		opacity: 1;
	}
	.slider-area .slider .slider-nav .slick-slide {
		padding: 5px 2px;
		width: 20% !important;
		height: 50px;
	}
	.slider-area .slider .slider-caption {
		font-size: 1rem;
	}
	.compare-table-group .slider-area .slider .slick-initialized .slick-slide {
		margin: 0 0 2rem 0;
	}
	/* table
----------------------------- */
	.table-layout {
		margin: 30px 0;
		padding: 0 0 10px 0;
		width: 100%;
	}
	.table-layout table {
		width: 100%;
		border: solid 1px #71b844;
		border-spacing: 0;
		border-collapse: collapse;
		border-bottom: none;
	}
	.table-layout table thead th {
		padding: 15px;
		word-break: break-all;
	}
	.table-layout table tbody th,
	.table-layout table tbody td {
		padding: 15px;
		word-break: break-all;
	}
	.table-layout table tbody tr:last-child td:last-child {
		border-bottom: solid 1px #71b844;
	}
	.table-layout table th,
	.table-layout table tr,
	.table-layout table td {
		text-align: center;
	}
	.table-layout table tbody td {
		border-left: 0;
	}
	.table-layout table th {
		background: #f0e7de;
		color: #745749;
		font-weight: bold;
	}
	.table-layout::-webkit-scrollbar {
		height: 5px;
	}
	.table-layout::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.table-layout::-webkit-scrollbar-thumb {
		background: #745749;
	}
	.table-layout.first-column {
		display: block;
		width: 100%;
	}
	.table-layout.first-column tr,
	.table-layout.first-column th,
	.table-layout.first-column td,
	.table-layout.first-column table td:nth-child(1) {
		display: block;
		width: 100%;
	}
	.js-scrollable {
		margin: 2rem 0 0;
		width: 100%;
		color: #333;
	}
	.js-scrollable table {
		margin: 30px 0;
	}
	.table-sp-none {
		display: none;
	}
	/* img_left_right_center
----------------------------------------------------*/
	.image-text-area {
		display: block;
		margin: 2rem auto;
		padding: 0;
	}
	.image-text__image {
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}
	.image-text__image.image-left,
	.image-text__image.image-right {
		padding: 0;
		width: 100%;
	}
	.image-text__image.image-left img,
	.image-text__image.image-right img {
		display: block;
		display: block;
		margin: auto;
	}
	.image-text-area .image-text__image.image-left+.image-text__text .image-text__textarea .catch-copy,
	.image-text-area .image-text__image.image-right+.image-text__text .image-text__textarea .catch-copy,
	.image-text-area .image-text__image.image-center+.image-text__text .image-text__textarea .catch-copy {
		margin: 2rem 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.image-text-area .image-text__image.image-left+.image-text__text .table-normal,
	.image-text-area .image-text__image.image-right+.image-text__text .table-normal {
		margin: 2rem auto 0;
	}
	.top-image-text-box .catch-copy {
		margin: 2rem 0 1.5rem;
		padding: 0 0 2rem;
		font-size: 1.6rem;
	}
	/* 2box,3box
----------------------------------------------------*/
	.caption {
		color: #999999;
		text-align: center;
		word-wrap: break-word;
		font-size: 12px;
		line-height: 135%;
	}
	.box-wrap .basic-column-box {
		padding: 2rem;
	}
	.box-wrap .basic-column-box .basic-title h3 {
		font-size: 1.7rem;
	}
	.box-wrap .basic-column-box .basic-title h3 a {
		font-size: 1.7rem;
	}
	.column2 .basic-column-box {
		width: 100%;
		margin-bottom: 5rem;
	}
	.column2 .basic-column-box::before {
		background-size: 95px auto;
		margin-left: -50px;
		top: -28px;
	}
	.column2 .basic-column-box:last-child {
		margin-bottom: 0;
	}
	.column3 .basic-column-box {
		margin-top: 15%;
		padding: 9% 5% 5%;
		width: 100%;
	}
	.column3 .basic-column-box::before {
		right: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto;
	}
	.box-head a:hover {
		opacity: .6;
	}
	/*　btn_link
----------------------------- */
	.btn-internal a,
	.btn-web a,
	.btn-link a,
	.btn-tel a {
		position: relative;
		display: block;
		margin: 3rem auto 2rem;
		width: 85%;
		border-radius: 3rem;
		text-align: center;
		text-decoration: none;
		font-size: 18px;
	}
	.btn-internal a::before,
	.btn-web a::before,
	.btn-link a::before,
	.btn-tel a::before {
		font-size: 2rem;
	}
	.btn-link a {
		position: relative;
		padding: 1.5rem 4rem 1.5rem 1.5rem;
		border: 1px solid;
		background: #fff;
	}
	.btn-link a::before {
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto 0;
		width: 2rem;
		height: 2rem;
		content: "\f138";
		font-weight: bold;
		font-size: 2rem;
		font-family: "Font Awesome 5 Free";
	}
	.btn-tel {
		display: block;
	}
	.btn-tel a {
		position: relative;
		padding: 15px 35px 15px 40px;
		color: #fff;
	}
	.btn-tel a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto 0;
		width: 20px;
		height: 30px;
		background: url(img/ico_tel.png) no-repeat left center;
		background-size: 1.6rem auto;
		content: "";
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	.btn-internal a,
	.btn-web a,
	.btn-link a,
	.btn-tel a {
		font-size: 1.5rem;
		line-height: 1.5;
	}
    .btn-tel a {
		background-color: transparent;
		color: #000000;
		border: 3px solid #000000;
		border-radius: 30px;
		}
}