@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,
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-word;
}

body {
  line-height: 1;
  color: #4c4c4c;
}

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

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

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

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

caption,
th {
  text-align: left;
}

object,
embed {
  vertical-align: middle;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.4;
}

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: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';

}

/* for IE6 */
* html body {
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
}

* html input,
* html textarea {
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
}

/* リンク
----------------------------------------------------*/
a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

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

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

/*----------------------------------------------------
    各ページスタイル
----------------------------------------------------*/
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
body {
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
  font-size: 1.4rem;
  min-width: 1000px;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  font-weight: 500;
  background: #fcfaf3;
}

#contents {
  margin: 40px auto 60px;
  max-width: 1000px;
  width: 1000px;
}

.contents_top {
  padding-top: 0;
}

.contents-left,
.contents-right {
  max-width: 740px;
  width: 740px;
  padding: 0 0rem 3rem;
}

.contents-left p,
.contents-right p {
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 1.57;
  margin: 0.5rem 0 1.5rem;
}

.contents-left p a,
.contents-right p a {
  color: #333;
}

/* common
----------------------------------------------------*/
.sp,
.sp_br,
.forSP {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #3f2d16;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #333;
}

span.txt_bold {
  font-weight: bold;
  font-size: 1.6rem;
  color: #db3e2c;
}

span.txt_marker {
  font-weight: bold;
  font-size: 1.6rem;
  color: #e26519;
  position: relative;
  background: linear-gradient(transparent 40%, #ffe084 0%) no-repeat top 5px left;
  padding: 0 0 0.1rem 0;
}

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

/* for chrome, safari */
.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: 10px auto 30px;
  font-size: 12px;
  width: 1000px;
}

#breadcrumb a {
  text-decoration: underline;
  color: #000;
}

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

/* header
----------------------------------------------------*/
.l-header-area {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #ffffff;
  color: #ffffff;
  border-top: 10px solid #aad0b9;
}

.l-header {
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}

.l-header__sitename {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  padding: 1.5rem 0;
  width: 800px;
  /* margin: 2.5rem auto 0rem; */
  margin: 0 auto;
  color: #3f2d16;
}

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

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

.header_nav {
  display: table;
  width: 100%;
}

/* g_nav_hamburger
----------------------------------------------------*/
.l-gnavi-btn {
  display: none;
}

.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 64px 0 0;
  position: fixed;
  background: rgba(170, 208, 185, 0.8);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  -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 {
  width: 90%;
  margin: 0 auto;
  padding: 15px 45px 15px 10px;
  display: block;
  color: #3f2d16;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  font-size: 1.8rem;
  position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link::after {
  content: "";
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3f5829;
  border-right: 2px solid #3f5828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover {
  color: #ffffff;
  text-decoration: none;
  background: #666;
}

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

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu::after {
  content: "・・・";
  position: absolute;
  color: #536c3c;
  right: 5%;
  top: 28%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:hover::after {
  content: "・・・";
  position: absolute;
  color: #fff;
  right: 5%;
  top: 28%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
  position: relative;
  font-size: 1.8rem;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu::after {
  content: "・・・";
  position: absolute;
  color: #3f2d16;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover {
  background: #666;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover::after {
  content: "・・・";
  position: absolute;
  color: #fff;
  right: 5%;
  top: 28%;
  font-size: 2rem;
  letter-spacing: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* pc_g_nav
----------------------------------------------------*/
.l-gnavi-area02 {
  width: 100%;
  margin: 0;
}

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

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

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

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

.l-gnavi-area02 .l-gnavi-list02__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #2d4b11;
  border-bottom: 3px solid #a6947f;
  margin: 0 2em;
  text-decoration: none;
}

.l-gnavi-area02 .l-gnavi-list02__item__link:hover {
  opacity: 1;
  border-bottom: 3px solid #2d4b11;
}

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

.l-gnavi-area02 .l-gnavi-list02--02 .l-gnavi-list02__item {
  width: calc(100% / 2);
  padding: 10px 0 15px;
}

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

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

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

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

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

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

/* side
----------------------------------------------------*/
.side-banner-area {
  max-width: 220px;
  margin-bottom: 200px;
  width: 220px;
}

.side-banner-box {
  margin-bottom: 30px;
}

.side-banner-list__sttl {
  width: 100%;
  margin: 0 0 1px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.side-banner-list__sttl a {
  padding: 17px 10px;
  text-decoration: none;
  display: block;
  color: #3f2d16;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.side-banner-box ul {
  padding: 0 10px;
}

.side-banner-box ul ul {
  padding: 0px;
}

.side-banner-box ul li>a {
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
}

.side-banner-box ul li ul {
  width: 100%;
}

.side-banner-box ul .sub_cat a {
  display: block;
}

.sidebanner-upper__img {
  margin: 0 auto 10px;
  width: 100%;
}

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

.side-banner-area .sidebanner-upper__catch {
  margin: 1rem 0;
  padding: 0 0 1rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #6f0004;
}

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

.side-banner-area .sidebanner-upper__info a {
  color: #888888;
}

.bt-more a {
  background: #6a6152;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  position: relative;
  border: 2px solid #6a6152;
  border-radius: 6px;
  line-height: 1.4;
}

.side-banner-area .sidebanner-upper .bt-more a:hover {
  border: 2px solid #6a6152;
  background: #fff;
  color: #6a6152
}

.side-banner-area {
  margin-top: 60px;
}

.side-banner-area .sidebanner-upper {
  margin: 0 0 30px;
  text-decoration: none;
  padding: 20px 35px;
  position: relative;
  text-align: center;
  line-height: 1.2em;
  background: url(img/side-bottom.png) bottom center/100% no-repeat, url(img/side.png) center center/100% repeat-y;
}

.side-banner-area .sidebanner-upper__sttl {
  position: relative;
  font-weight: bold;
  line-height: 1.4em;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #4a3d29;
  border-bottom: 2px solid #827865;
  padding: 0 0 1rem;
}

.side-banner-area .sidebanner-upper::before {
  position: absolute;
  content: "";
  background: url(img/side-top.png) no-repeat top center/100%;
  width: 100%;
  height: 100%;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.side-banner-area .sidebanner-upper__sttl a {
  display: block;
  text-decoration: none;
  color: #4a3d29;
}

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

.side-banner-area .sidebanner-upper__img {
  margin: 0 auto;
}

.side-banner-area p {
  color: #333333;
  line-height: 1.5;
  margin: .5rem 0 1rem;
}

.side-banner-area .sidebanner-upper .bt-more a::after {
  content: "";
  background: url(img/btn-more.png) no-repeat 0 40%;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 18px;
}

.side-banner-area .sidebanner-upper .bt-more a:hover::after {
  background: url(img/btn-more-hover.png) no-repeat 0 40%;
  background-size: 18px;
}

.side-banner-area .side-banner-box {
  margin: 50px 0;
  margin-top: 0;
  position: relative;
}

.side-banner-area .side-banner-box::before,
.side-banner-area .side-banner-box::after {
  background-image: -webkit-linear-gradient(45deg, transparent 35%, #a5b398 35%, #a5b398 50%, transparent 50%, transparent 85%, #a5b398 85%, #a5b398);
  background-image: linear-gradient(45deg, transparent 35%, #a5b398 35%, #a5b398 50%, transparent 50%, transparent 85%, #a5b398 85%, #a5b398);
  background-size: 8px 8px;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
}

.side-banner-area .side-banner-box::before {
  top: -6px;
}

.side-banner-area .side-banner-box::after {
  bottom: 0px;
}

.side-banner-area .side-banner-box .side-banner-list__sttl a:hover {
  color: #776e5c;
}

.side-banner-area .side-banner-box {}

.side-banner-area .side-banner-box ul {
  padding: 0 0 10px;
}

.side-banner-area .side-banner-box ul li {
  border-top: 1px solid #bfbfbf;
}

.side-banner-area .side-banner-box ul li a {
  padding: 1.5rem 1rem 1.5rem 4rem;
  position: relative;
  display: block;
  padding: 15px 0px 15px 4rem;
  position: relative;
  color: #333;
}

.side-banner-area .side-banner-box ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 10px;
  right: auto;
  width: 12px;
  height: 12px;
  border: solid 6px #614c3f;
  border-radius: 50%;
  bottom: auto;
}

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

.side-banner-area .side-banner-box ul li a:hover {
  /* opacity: 0.5; */
  opacity: 1.0;
  text-decoration: underline;
}

.side-banner-area .side-banner-box ul li ul li.sub_cat a {
  color: #333;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 4rem;
  font-size: 1.5rem;
}

.side-banner-area .side-banner-box ul li ul li.sub_cat a::before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 16px;
  right: auto;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: none !important;
  bottom: auto;
  border-radius: 0;
  border-left: 0;
  border-bottom: 0;
}

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

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

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

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

.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-list__item a {
  color: #333;
}

.l-footer-area .l-footer-area__inner .menseki {
  width: 700px;
  margin: 0 auto 3rem;
  padding: 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: left;
  border: 1px solid #2d4b11;
}

.l-footer-area .l-footer-area__inner .ucp {
  margin: 0 auto 3rem;
  line-height: 1.5;
  color: #000000;
  font-size: 1.4rem;
}

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

.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: #ffffff;
  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: #ffffff;
  text-decoration: underline;
}

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

.l-footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 34%;
  margin-right: 11.5em;
}

.l-footer-copy a {
  color: #fff;
  text-decoration: none;
}

.l-footer-copy .sitemap a {
  position: relative;
}

.l-footer-copy .sitemap a::before {}

.l-footer-copy a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}

.l-footer-copy .sitemap a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

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

.l-footer-menu {
  margin: 40px 0 0 0;
}

.l-footer-menu__list {
  padding: 0 0 20px 0;
  margin: 1rem 20px 0;
  display: flex;
  flex-flow: row wrap;
}

.l-footer-menu__title__link {
  background: #f9f2e1;
  display: block;
  font-size: 16px;
  padding: 15px 15px 12px;
  font-weight: bold;
  position: relative;
  background-size: 21px;
  color: #3f2d16;
  text-align: left;
  text-decoration: none;
}

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

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

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

.l-footer-menu__list__link {
  padding: 5px 10px 5px 15px;
  margin: 0 0 0.5rem 0;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000000;
  position: relative;
}

.l-footer-menu__list__link:hover {
  text-decoration: underline;
  opacity: 1;
}

.l-footer-menu__list__link::after {
  content: "";
  position: absolute;
  background: url(img/footer-li.png) left 10px center no-repeat;
  top: 0;
  left: -10px;
  width: 22px;
  height: 23px;
  bottom: 0;
  margin: auto;
}

.l-footer-submenu__list {}

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

.l-footer-submenu__list__link {
  padding: 5px 15px 5px 0;
  display: block;
  text-align: left;
  font-size: 1.3rem;
  text-decoration: none;
  color: #000000;
  text-indent: -1rem;
}

.l-footer-submenu__list__link::before {
  content: '└';
  padding-right: 8px;
}

.l-footer-submenu__list__link:hover {
  text-decoration: none;
  opacity: 1;
  color: #b9b9b9;
}

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

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

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

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

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

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

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

.l-pagetop__text {
  display: none;
}

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

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

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

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

.pagetop {
  background-color: #f0e7de;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  color: #583626;
  display: block !important;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 34px;
  position: absolute;
  top: -145px;
  right: 0;
  text-align: center;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

.pagetop::before {
  background: url(img/parts/sp/toppage_icon.png) no-repeat;
  background-size: 22px;
  content: '';
  position: absolute;
  width: 23px;
  height: 22px;
  top: 15px;
  right: 50%;
  margin-right: -13px;
}

.pagetop:hover {
  opacity: 0.5;
}

/*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*/
.contents_top .top-title:first-child h2,
.contents_top .top-title:first-child h3,
.contents_top .top-title:first-child h4,
.contents_top .top-title:first-child h5,
.contents_top .top-title:first-child div {
  margin: 0 auto 3rem;
}

.contents_top .top-title h2,
.underlayer-page-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 25px 30px;
  border: solid 3px #705a46;
  outline: 1px solid #614c3f;
  outline-offset: -5px;
  position: relative;
  z-index: 0;
  color: #3f2d16;
  margin: 3rem 0 4rem;
}

.contents_top .top-title h2 a,
.underlayer-page-title a {
  color: #2d4b11;
}

.contents_top .top-title h2::before,
.underlayer-page-title::before {
  content: "";
  /* border: 1px solid #2d4b11; */
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  z-index: -1;
  pointer-events: none;
}

.contents_top .top-title h2::after,
.underlayer-page-title::after {
  content: "";
  background: url(img/h2-01.png) left 2px top no-repeat, url(img/h2-02.png) right -0.5rem bottom 0rem no-repeat;
  position: absolute;
  top: -20px;
  bottom: -7px;
  right: 0px;
  left: -13px;
  z-index: -1;
  width: 102.8%;
  height: 140%;
}

.contents_top .top-title h3,
.underlayer-title h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 2.5rem 2.7rem;
  padding-bottom: 2rem;
  position: relative;
  color: #3f2d16;
  background: url(img/h3.png) center center/100% repeat-y;
  margin: 2rem 0 3rem;
}

.contents_top .top-title h3 a,
.underlayer-title h2 a {
  color: #333;
}

.contents_top .top-title h3::before,
.underlayer-title h2::before,
.underlayer-title h2::after,
.contents_top .top-title h3::after {
  background-image: -webkit-linear-gradient(45deg, transparent 35%, #776e5c 35%, #776e5c 50%, transparent 50%, transparent 85%, #776e5c 85%, #776e5c);
  background-image: linear-gradient(45deg, transparent 30%, #776e5c 30%, #776e5c 50%, transparent 50%, transparent 80%, #776e5c 80%, #776e5c);
  background-size: 8px 8px;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
}

.contents_top .top-title h3::before,
.underlayer-title h2::before {
  top: 0;
  left: 0;
}

.underlayer-title h2::after,
.contents_top .top-title h3::after {
  left: 0;
  bottom: 0;
}

.contents_top .top-title h4,
.underlayer-title h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 15px 15px 5px 50px;
  background: url(img/h4.png) left center no-repeat;
  border-bottom: 4px double #796d5a;
  margin: 2rem 0 3rem;
  text-align: left;
}

.contents_top .top-title h4 a,
.underlayer-title h3 a,
.contents_top .top-title h5 a,
.underlayer-title h4 a {
  color: #4c4c4c;
}

.contents_top .top-title h5,
.underlayer-title h4,
.underlayer-title h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 15px 5px;
  border-bottom: 1px dashed #2d4b11;
  margin: 2rem 0;
}

.contents_top .top-title .title-area,
.underlayer-title h5 {
  font-weight: bold;
  margin: 2rem 0 3rem;
  font-size: 17px;
  font-size: 1.7rem;
}

.contents_top .top-title .title-area a,
.underlayer-title h5 a {
  color: #4c4c4c;
}

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

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

.contents_top .top-title .title-area a,
.underlayer-title .title-area a {
  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;
  margin: 3rem auto;
  color: #333;
  background: #fff;
  padding: 1.8rem 1.5rem 1.5rem 13rem;
  font-size: 2.6rem;
  text-align: left;
  font-weight: bold;
}

.icon-title::before {
  background-image: linear-gradient(45deg, transparent 25%, #d1d9ca 25%, #d1d9ca 50%, transparent 50%, transparent 75%, #d1d9ca 75%, #d1d9ca);
  /* background-size: 8px 8px; */
  background: linear-gradient(45deg, transparent 35%, #d1d9ca 35%, #d1d9ca 50%, transparent 50%, transparent 85%, #d1d9ca 85%, #d1d9ca) repeat-x top left / 8px 8px, linear-gradient(45deg, transparent 35%, #d1d9ca 35%, #d1d9ca 50%, transparent 50%, transparent 85%, #d1d9ca 85%, #d1d9ca) repeat-x bottom left / 8px 8px;
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: -1;
}

.icon-recommend-title::after,
.icon-point-title::after,
.icon-check-title::after {
  content: "";
  width: 100px;
  height: 59px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-70%);
}

.contents-left .catch-copy,
.contents-right .catch-copy {
  color: #b8a044;
  font-weight: bold;
  position: relative;
  margin: 1rem 0 1.5rem;
  font-size: 1.8rem;
  padding-left: 10px;
  padding-top: 0.2rem;
  line-height: 1.44;
}

.icon-recommend-title::after {
  background: url(img/recommend.png) no-repeat center;
  background-size: 100% auto;
}

.icon-point-title::after {
  background: url(img/point.png) no-repeat;
  background-size: 100% auto;
}

.icon-check-title::after {
  background: url(img/check.png) no-repeat;
  background-size: 100% auto;
}

.icon-num {
  font-family: "HG明朝E", 'メイリオ';
}

.icon-num-title .icon-num {
  font-size: 4rem;
}

.icon-point-num-title .icon-num,
.icon-check-num-title .icon-num,
.icon-recommend-num-title .icon-num {
  font-size: 3.8rem;
}

.icon-num-title .icon-num {
  position: absolute;
  font-weight: bold;
  color: #e26519;
  background: url(img/rank-corner.png) no-repeat left 0px center;
  background-size: 100% auto;
  font-size: 4rem;
  width: 80px;
  height: 80px;
  padding: 14px 0;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.icon-recommend-num-title {
  position: relative;
  margin: 3rem auto;
  color: #4c4c4c;
  padding: 2rem 1.5rem 2rem 10rem;
  font-size: 2.6rem;
  text-align: left;
  font-weight: bold;
  list-style: none;
  margin: 40px 0;
}

.icon-point-num-title .icon-num {
  position: absolute;
  font-weight: bold;
  color: #fff;
  background: url(img/ico_point_num.png) no-repeat left 0px center;
  background-size: 100% 100%;
  width: 83px;
  height: 80px;
  padding: 24px 0 0;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.icon-point-num-title,
.icon-num-title,
.icon-check-num-title {
  position: relative;
  margin: 3rem auto;
  color: #4c4c4c;
  padding: 2rem 1.5rem 2rem 10rem;
  font-size: 2.6rem;
  text-align: left;
  font-weight: bold;
  list-style: none;
  margin: 40px 0;
  z-index: 1;
}

.icon-point-num-title::after,
.icon-num-title::after,
.icon-check-num-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.icon-check-num-title .icon-num {
  position: absolute;
  font-weight: bold;
  color: #e26519;
  background: url(img/ico_check_num.png) no-repeat left 0px center;
  background-size: 100% 100%;
  width: 83px;
  height: 80px;
  padding: 25px 0 0;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.icon-recommend-num-title .icon-num {
  position: absolute;
  font-weight: bold;
  color: #e26519;
  background: url(img/ico_recommend_num.png) no-repeat left 0px center;
  background-size: 100% auto;
  width: 83px;
  height: 80px;
  padding: 25px 0 0;
  left: 5px;
  top: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

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

/* num */


/* tag
----------------------------------------------------*/
.contents_top ul.tag-list-area {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 5% 5% calc(5% - 12px);
  border-radius: 10px;
}

.tag-list-area .tag-list-area__li {
  background: #fafafa;
  color: #aaa;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  text-align: center;
  margin: 0 2% 2% 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  width: 48%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.contents_top ul.tag-list-area li.tag-list-area__li {
  background: #6a6152;
  width: calc(89%/4);
  margin: 0 18px 12px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contents_top ul.tag-list-area li.tag-list-area__li a {
  color: #fff;
}

#category .cmn-column3 .tag-list-area {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}

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

.tag-list-area::after {
  clear: both;
}

.cmn-parts-box .tag-list-area .tag-list-area__li {
  background: #6a6152;
  color: #fff;
  border: none;
  padding: 0;
}

.cmn-parts-box .tag-list-area .tag-list-area__li .tag-on {
  background: #6a6152;
}

.cmn-parts-box .tag-list-area .tag-list-area__li .tag-off {}

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

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

.tag-list-area .tag-list-area__li .tag-off {
  background: #eee;
  color: #333333;
  border: 1px solid #d8d8d8;
}

.tag-list-area .tag-list-area__li a {
  display: block;
  padding: 10px;
  color: #fff !important;
}

.tag-list-area__li:nth-child(even) {
  float: right;
  margin-right: 0;
}

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

/* slider
----------------------------------------------------*/
.compare-table-group .slider-area {
  margin: 0 0 3rem 0;
}

.compare-table-group .slider-area .slider .slick-initialized .slick-slide {
  text-align: center;
}

.compare-table-group .slider-area .slider .slick-initialized .slick-slide span {
  text-align: center;
  font-size: 10px;
  color: #888888;
  line-height: 1.4;
  word-wrap: break-word;
  padding: .5rem 0;
}

.compare-table-group .slider-area .slider .slick-initialized .slick-slide span a {
  color: #888888;
}

.compare-table-group .slider-area .slider .slick-initialized .slick-slide span img {
  margin: 0 auto;
}

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

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

.slider-area .slider img {
  max-width: 100%;
  margin: 0 auto;
  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 {
  width: 543px;
  padding: 0 5px 0 5px;
  float: left;
}

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

.slider-area .slider .slider-for button.slick-next::before,
.slider-area .slider .slider-for button.slick-prev::before {
  content: '';
  display: block;
  opacity: 1;
}

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

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

.slider-area .slider .slider-for button.slick-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  right: 15px;
  left: auto;
  background: none !important;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 14px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}

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

.slider-area .slider .slider-for button.slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  right: 10px;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  background: none !important;
  bottom: auto;
}

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

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

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

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

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

.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 {
  height: 65px;
  padding: 5px 0;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}

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

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

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

/* img_left_right_center
----------------------------------------------------*/
.image-text__image {
  max-width: 40%;
  width: initial;
}

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

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

.image-text__text {
  padding: 0;
  width: 100%;
  margin: 1rem auto;
  margin-top: -0.9rem;
}

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

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

.image-text__image.image-left img,
.image-text__image.image-right img {
  display: block;
  margin: 0 auto;
}

/* 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: #ecf1e7;
  color: #6a6152;
  font-weight: bold;
}

.column2 .basic-column-box tr:nth-child(1) {
  background: #ecf1e7 !important;
}

.first-column table td:nth-child(1) {
  background-color: #f0ebda;
  color: #6a6152;
  color: #4a3d29;
  font-weight: bold;
  font-size: 1.6rem;
}

.compare-table-frame .first-column table td:nth-child(1) {
  color: #6a6152;
}

table,
.table-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #6a6152;
  background-color: #fff;
  margin: 2rem 0;
  color: #333;
}

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

table th {
  background-color: #ecf1e7;
  color: #6a6152;
  font-weight: bold;
}

table th,
table td,
.table-normal table tbody td {
  border-left: 1px solid #6a6152;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

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 {
  width: 100%;
  margin: 30px 0;
  color: #333;
}

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

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

.table-layout table tbody td {
  border-left: 1px solid #6a6152;
}

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

.js-scrollable {
  width: 100%;
  color: #333;
}

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

.js-scrollable table tbody td {
  border: 0;
  border-bottom: 1px solid #6a6152;
  padding: 15px;
  word-break: break-all;
}

.js-scrollable table tbody td {
  border-left: 1px solid #6a6152 !important;
}

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

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

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

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

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

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

.both-row-column tr:first-child,
.both-row-column tr td:first-child {
  background: #ecf1e7;
  color: #6a6152;
  font-weight: bold;
}


.cmn-column3 .first-row table tr:nth-child(1),
.cmn-column3 .table-layout.first-row table tr:nth-child(1),
.cmn-column3 .js-scrollable.first-row table tr:nth-child(1) {
  background-color: #ecf1e7;
  color: #6a6152;
  font-weight: bold;
}

.cmn-column3 table th,
.cmn-column3 table td,
.cmn-column3 .table-normal table tbody td {
  border: 1px solid #6a6152;
}

.lower_bottom .cmn-column3 .table-normal table tbody td {
  color: #6a6152;
}

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

.contents-left li,
.contents-right li {
  margin: 0 0 10px;
  padding: 5px 0 5px 30px;
  line-height: 1.6;
}

.contents-left li,
.contents-right li {
  background: url(img/li.png) no-repeat 2px 9px;
  color: #333;
}

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

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

.underlayer-image-text-box .catch-copy {
  color: #333;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 2rem 0 3rem;
  padding: 0 0 0.5rem;
  font-weight: bold;
  border-bottom: 2px solid #6f0004;
  background: none;
}

/* 2box,3box
----------------------------------------------------*/
.caption {
  text-align: center;
  font-size: 10px;
  color: #999;
  line-height: 1.4;
  word-wrap: break-word;
}

.caption a {
  color: #999;
}

.lower_bottom .cmn-parts-box .caption {
  text-align: center;
}

.lower_bottom .cmn-parts-box .caption a {
  color: #999;
}

.box-wrap .basic-layout {
  background: #000;
  margin: 40px auto;
}

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

.box-head {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
  color: #583626;
  margin: 2rem 0;
}

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

.box-head a:hover {
  opacity: .6;
}

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

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

.column3 {
  padding: 30px;
  border-radius: 10px;
}

.box-wrap.basic-layout.column3 {
  padding: 0;
  border-radius: 0;
}

.column3 .basic-column-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 0;
}

@supports (-ms-ime-align: auto) {

  /* Edge対策 */
  .column3 .basic-column-box {
    width: calc((100% - 22px) / 3);
  }
}

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

.column3 .basic-title {
  padding: 15px 20px;
  margin: -20px -20px 30px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #333;
  background: #2d4b11;
  color: #fff;
}

.column3 .basic-title>* {
  color: #fff;
  margin: 0;
}

.column3 .basic-title a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 2rem;
  font-weight: bold;
}

.column3 .basic-title a::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.column3 .basic-title a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.column2 .basic-column-box {
  padding: 12px 20px 20px;
  width: calc((100% - 12px) / 2);
  border: 4px solid #fff;
  /* background: url(img/box_03.png) bottom no-repeat ,url(img/box_02.png); */
  /* background-size: 100% auto; */
  background: #f9f2e1;
  border-radius: 15px;
  /* z-index: 1; */
  position: relative;
}

.box-wrap.basic-layout.column2 {
  margin: 0;
}

.column2 .basic-column-box::before {
  content: "";
  position: absolute;
  left: -2%;
  right: 0;
  top: 0%;
  margin: auto;
  bottom: 0;
  width: 104%;
  height: 102%;
  /* margin: 1rem 0; */
  /* background:#fff; */
  z-index: -1;
  /* border: 4px solid #fff; */
  /* outline: 1px solid #fff; */
  /* outline-offset: -5px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  border-radius: 18px;
}

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

.column2 .basic-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: -11px -19px 30px -19px;
  position: relative;
  padding: 1rem;
  color: #fff;
  background: rgba(106, 97, 82, 0.7);
  background: #6a6152;
  border-radius: 8px 8px 0 0;
  border-radius: 8px;
}

.column2 .basic-title .title-area {
  color: #fff;
}

.column2 .basic-title>* {
  color: #fff;
  padding: 10px 20px;
}

.column2 .basic-title a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  text-align: left;
}

.column2 .basic-title a:hover {
  opacity: 0.6;
}

.column2 .basic-title a::after {
  right: -20px;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0;
  background: url(img/box-title.png) no-repeat left top;
  background-size: 14px 15px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.column2 .basic-column-box .catch-copy {}

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

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

/*　btn_link
----------------------------- */
.btn-tel {
  display: none;
}

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

.btn-internal a {
  color: #fff;
  padding: 1.5rem 5.2rem 1.5rem 1.5rem;
  background: linear-gradient(to bottom, rgba(104, 100, 81, 1) 0%, rgba(25, 23, 19, 1) 100%);
  border: 2px solid #888158;
}

.btn-internal a::before {
  right: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  bottom: 0;
  background: url(img/btn-in.png) no-repeat;
  content: "";
  background-size: 18px;
  transform: translateY(-50%);
}

.btn-internal a:hover {
  color: #fff;
  padding: 1.5rem 5.2rem 1.5rem 1.5rem;
  background: linear-gradient(to bottom, rgba(161, 128, 19, 1) 0%, rgba(68, 46, 0, 1) 100%);
  border: 2px solid #5e4d00;
  opacity: 1;
}

.btn-internal a:hover::before {
  background: url(img/btn-in-hover.png) no-repeat;
  opacity: 1;
}

.btn-web a:hover::before {
  background: url(img/btn-out-hover.png) no-repeat;
  opacity: 1;
}

.btn-web a {
  background: linear-gradient(to bottom, rgba(225, 99, 24, 1) 0%, rgba(204, 23, 6, 1) 100%);
  background: linear-gradient(to bottom, rgba(226, 182, 25, 1) 0%, rgba(203, 104, 6, 1) 100%);
  border: 2px solid #cc6a06;
  padding: 15px 52px 15px 15px;
}

.btn-web a::before {
  content: "";
  background: url(img/btn-out.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 18px;
}

.btn-web a:hover {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(16, 73, 147, 1) 0%, rgba(4, 18, 70, 1) 100%);
  background: linear-gradient(to bottom, rgba(165, 117, 0, 1) 0%, rgba(73, 69, 0, 1) 100%);
  border: 2px solid #ffc22d;
}

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

.btn-link a {
  color: #2d4b11;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  padding: 1.5rem 1rem 1.5rem 0rem;
}

.btn-link a::before {
  content: "";
  background: url(img/btn-link.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-link a:hover {
  opacity: 1;
  text-decoration: underline;
}


@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    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,
  .contents_top {
    margin: 0rem auto 1rem;
    max-width: inherit;
    width: 100%;
    padding: 0 3%;
  }

  .contents-left,
  .contents-right {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .sitemap {
    display: none;
  }

  #side {
    display: none;
  }

  /* header
----------------------------------------------------*/
  .l-header-area {
    min-width: auto;
    position: relative;
    font-size: 1.4rem;
  }

  .l-header {
    width: 100%;
    padding: 15px 60px 15px 10px;
    display: block;
  }

  .l-header__sitename {
    float: none;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .l-header-right {
    display: none;
  }

  .l-header-left {
    width: 100%;
    display: block;
  }

  .l-header-logo {
    width: 100%;
    padding: 0 65px 0 0;
  }

  .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 {
    margin: 2rem auto;
    padding: 0 1rem;
    font-size: 1.2rem;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* g_nav
----------------------------------------------------*/
  .l-gnavi-area {
    width: 100%;
  }

  .l-gnavi-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 18px;
    right: 8px;
    z-index: 200;
    cursor: pointer;
    border: 2px solid #2d4b11;
    background: #ffffffb8;
    border-radius: 10px;
  }

  .l-gnavi-btn span {
    width: 26px;
    height: 3px;
    display: inline-block;
    background: #2d4b11;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 10px;
    border-radius: 5px;
  }

  .l-gnavi-btn.is-active {
    border: 0;
  }

  .l-gnavi-btn.is-active span {
    background: #fff;
  }

  .l-gnavi-btn span:nth-of-type(1) {
    top: 13px;
  }

  .l-gnavi-btn span:nth-of-type(2) {
    top: 22px;
  }

  .l-gnavi-btn span:nth-of-type(3) {
    top: 31px;
  }

  .l-gnavi-btn:hover {
    color: #666;
  }

  .l-gnavi-btn:active {
    color: #666;
  }

  .l-gnavi-btn--gnavi {
    width: 25px;
    height: 20px;
    background: none;
    position: absolute;
    top: 33px;
    right: 21px;
    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 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

  /* side
----------------------------------------------------*/
  .sidebanner-box-area {
    margin: 3rem 0 30px;
    padding: 0 10px;
  }

  .sidebanner-box {
    display: none;
  }

  .sidebanner-upper {
    padding: 23px;
    position: relative;
    box-shadow: 1px 1px 18px -5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: block !important;
  }

  .sidebanner-upper__img {
    margin: 0 auto 10px;
    width: 95%;
  }

  .sidebanner-upper__sttl {
    font-size: 20px;
    padding: 5px 5px 15px;
    color: #333;
  }

  .sidebanner-upper__sttl a {
    display: block;
    color: #745749;
    text-decoration: none;
    font-weight: bold;
  }

  .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%;
  }

  .l-footer-area__inner .l-footer-logo {
    padding: 2rem;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background-size: 55px auto;
    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 1rem;
    padding: 0 1rem;
  }

  .l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title {}

  .l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link {
    padding: 1.5rem 3.5rem 1.5rem 1rem;
    font-size: 1.7rem;
    background: #ecf1e7;
    color: #333;
    border-bottom: 1px solid #FFF;
  }

  .l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link:hover {
    opacity: 1.0;
  }

  .l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link::after {
    position: absolute;
    content: "";
    display: block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 37%;
    right: 14px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .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(-45deg);
    transform: rotate(-45deg);
    top: 46%;
  }

  .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;
    width: 100%;
    margin: 0 0 0.6rem 0;
  }

  .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.2rem 3rem;
    border-bottom: 2px solid #d0cfc5;
    font-size: 1.6rem;
  }

  .l-footer-menu__list__link::after {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(img/footer-li.png) center center no-repeat;
    left: 5px;
    width: 10px;
    height: 11px;
  }

  .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-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 {}

  .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 {
    padding: 1rem 1.5rem 1.4rem 2rem;
    border-bottom: 2px solid #d0cfc5;
    margin: 0;
    font-size: 1.3rem;
  }

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

  .l-footer-area .l-footer-area__inner .menseki {
    width: 90%;
    margin: 0 auto 3rem;
    padding: 1.5rem;
    line-height: 1.7;
    font-size: 1.3rem;
    text-align: left;
    color: #333;
  }

  .l-footer-area .l-footer-area__inner .ucp {
    margin: 0 auto 2rem;
    line-height: 1.5;
    font-size: 1.3rem;
  }

  /* -----------------------------
contents
----------------------------- */
  /* title
----------------------------- */
  .contents_top .top-title h2,
  .contents_top .top-title h3,
  .contents_top .top-title h4,
  .contents_top .top-title h5 {
    width: 100%;
    margin: 4rem 0 3rem 0;
  }

  .underlayer-page-title {
    width: auto;
  }

  h1.underlayer-page-title {
    font-size: 2.2rem;
    margin: 0rem auto 2rem;
  }

  .underlayer-title h2 {
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .underlayer-title h3 {
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .underlayer-title h4 {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .contents_top .top-title h2,
  .underlayer-page-title {
    padding: 2rem 2rem;
    font-size: 2.2rem;
  }

  .contents_top .top-title h3,
  .underlayer-title h2 {
    font-size: 2.0rem;
    padding: 1.5rem;
    padding-top: 1.7rem;
  }

  .contents_top .top-title h4,
  .underlayer-title h3 {
    margin: 3rem 0 3rem;
    /* padding: 3% 0 0 5rem; */
    padding-top: 3%;
    font-size: 1.8rem;
  }

  .contents_top .top-title h5,
  .underlayer-title h4,
  .underlayer-title h5 {
    margin: 3rem auto 3rem;
    padding: 1rem 0;
    font-size: 1.8rem;
  }

  .box-head {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .box-head a {
    padding: 0 0 1rem;
  }

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

  /* tag
----------------------------------------------------*/
  .contents_top ul.tag-list-area {
    margin: 2rem 0;
    padding: 5% 5% calc(5% - 1rem);
  }

  .contents_top ul.tag-list-area li.tag-list-area__li {
    margin: 0 1% 1% 1%;
    width: calc(93%/3);
    line-height: 1.3;
    box-sizing: border-box;
  }

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

  /* slider
----------------------------------------------------*/
  .slider-area .slider .slider-for {
    width: 100%;
    padding: 0 1em;
    float: none;
  }

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

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

  .slider-area .slider .slider-for img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .slider-area .slider .slider-nav-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
    position: static;
  }

  .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 {
    width: 100% !important;
    left: 0 !important;
    opacity: 1;
  }

  .slider-area .slider .slider-nav .slick-slide {
    width: 25% !important;
    height: 50px;
    /* padding: 5px 2px; */
  }

  .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 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaa;
    margin: 2rem 0;
  }

  .table-layout table thead th,
  .table-layout table tbody th,
  .table-layout table tbody td {
    border-bottom: 1px solid #aaa;
    padding: 15px;
    word-break: break-all;
  }

  .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 tbody tr td:last-child {
    border-left: 1px solid #aaa;
  }

  .table-layout table th {
    background: #f0e7de;
  }

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

  .table-layout table th {
    font-weight: bold;
    color: #745749;
  }

  .table-layout::-webkit-scrollbar {
    height: 5px;
  }

  .table-layout::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .table-layout::-webkit-scrollbar-thumb {
    background: #745749;
  }

  .table-layout.first-column,
  .table-layout.first-column tr,
  .table-layout.first-column th,
  .table-layout.first-column td {
    display: block;
    width: 100%;
  }

  .table-layout.first-column table tbody tr td:last-child {
    border-left: none;
  }

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

  .table-sp-none {
    display: none;
  }

  /* img_left_right_center
----------------------------------------------------*/
  .image-text-area {
    display: block;
    padding: 0;
    margin: 2rem auto;
  }

  .image-text__image {
    padding: 0;
    max-width: 100%;
    width: 60%;
    margin: 0 auto;
  }

  .image-text__image.image-left,
  .image-text__image.image-right {
    width: 60%;
  }

  .image-text__image.image-left img,
  .image-text__image.image-right img {
    margin: auto;
    display: block;
  }

  .underlayer-image-text-box .catch-copy {
    font-size: 1.8rem;
  }

  .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 .image-text__textarea .paragraph-frame,
  .image-text-area .image-text__image.image-right+.image-text__text .image-text__textarea .paragraph-frame {}

  .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 {
    font-size: 1.6rem;
    margin: 2rem 0 1.5rem;
    padding: 0 0 2rem;
  }

  /* 2box,3box
----------------------------------------------------*/
  .column2 .basic-column-box,
  .column3 .basic-column-box {
    width: 100%;
  }

  .column3 {
    padding: 3%;
  }

  .box-wrap .basic-column-box {
    margin-bottom: 3rem;
  }

  .column3 .basic-column-box:last-child {
    margin-bottom: 2rem
  }

  .box-wrap .basic-column-box .basic-title h3,
  .box-wrap .basic-column-box .basic-title h3 a {
    font-size: 1.8rem;
    margin: 0;
  }

  .column2 .basic-title h3 a::after {
    background-size: 12px auto;
    right: -25px;
  }

  .box-wrap .basic-column-box .catch-copy {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1rem auto;
  }

  .column3 .basic-column-box li {
    background: url(img/li.png) no-repeat .4rem 0.8rem;
  }

  /*　btn_link
----------------------------- */
  .btn-internal a,
  .btn-web a,
  .btn-link a,
  .btn-tel a {
    width: 85%;
    margin: 10px auto 15px;
    display: block;
    text-align: center;
    position: relative;
  }

  .btn-link a {
    background: #fff;
    color: #2d4b11;
    border: 1px solid;
    border: 2px solid #2d4b11;
    border-radius: 8px;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }

  .btn-link a::before {
    content: "";
    background: url(img/btn-link.png) right center no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: 50%;
    left: auto;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .btn-tel {
    display: contents !important;
  }

  .btn-tel a {
    background: linear-gradient(to bottom, rgba(25, 182, 129, 1) 0%, rgba(13, 149, 127, 1) 100%);
    color: #fff;
    position: relative;
    padding: 15px 20px 15px 45px;
    border: 2px solid #31b3ac;
    border-radius: 8px;
  }

  .btn-tel a::after {
    content: "";
    background: url(img/tel_icon.png) center center/20px 20px no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100%;
    right: 1rem;
  }

  .btn-internal a::before,
  .btn-web a::before {
    right: 1rem;
    width: 15px;
    height: 15px;
    background-size: 100%;
  }

  .btn-internal a,
  .btn-web a,
  .btn-link a,
  .btn-tel a {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 90%;
    margin: 2rem auto;
    text-decoration: none;
    padding: 15px 52px 15px 15px;
    padding-right: 33px;
  }

  .btn-internal a {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }

  /* num */
  .icon-title {
    font-size: 1.7rem;
    padding: 1rem 1rem 1rem 8rem;
  }

  .icon-title.icon-recommend-title,
  .icon-title.icon-check-title,
  .icon-title.icon-point-title {
    padding: 2rem 1rem 1.5rem 9rem;
    margin-top: 0;
  }

  .icon-textarea {
    margin: 0 0 1rem;
  }

  .icon-num-title .icon-num {
    width: 60px;
    height: 60px;
    padding: 14px 0;
    font-size: 2.2rem;
  }

  .icon-recommend-title::after {
    background: url(img/recommend.png) no-repeat center;
    background-size: 70% auto;
    left: -1.5rem;
    top: 65%;
    margin-top: 0;
  }

  .icon-point-title::after {
    background: url(img/point.png) no-repeat center;
    background-size: 70% auto;
    left: -1.5rem;
    top: 60%;
  }

  .icon-check-title::after {
    background: url(img/check.png) no-repeat center;
    background-size: 70% auto;
    left: -1.5rem;
    top: 65%;
    margin-top: 0;
  }

  .icon-recommend-num-title .icon-num,
  .icon-point-num-title .icon-num,
  .icon-check-num-title .icon-num {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    padding-top: 1.9rem;
    font-size: 2.3rem;
  }

  .image-text__text {
    margin-top: 2rem;
  }

  .l-footer-copy {
    margin: 0;
  }
}

/* num */
