@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;
  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;
}
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: #333;
  text-decoration: underline;
}

a.l-footer-list__link{
  color:#fff;
}

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.5rem;
  min-width: 1000px;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  font-weight: 500;
  background: #ffffff;
}
#contents,.contents_top　{
  margin: 120px auto 130px;
  max-width: 1000px;
  width: 1000px;
}
.contents_top {
  padding-top: 0;
}
.contents-left, .contents-right {
  max-width: 740px;
  width: 740px;
  padding: 0 1rem;
}
.contents-left p,.contents-right p {
  line-height: 1.7;
  margin: 0.5rem 0 1.5rem;
  font-size: 1.5rem;
}

.text-banner-area__text p{
  color:#fff;
}
/* common
----------------------------------------------------*/
.sp, .sp_br, .forSP {
  display: none !important;
}
h1, h2, h3, h4, h5 {
  color: #4c4c4c;
}
span.txt_bold {
  font-weight: bold;
  font-size: 1.6rem;
  color: #d02f2f;
}
span.txt_marker {
  font-weight: bold;
  font-size: 1.6rem;
  color: #d02f2f;
  position: relative;
  background: linear-gradient(transparent 40%, #e9dd56 0%) no-repeat top 5px left;
  padding: 0 0 0.1rem 0;
}
/* パンくず
----------------------------------------------------*/
#breadcrumb {
  margin: 30px auto;
  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: #282a30;
  color: #fff;
  border-top: 10px solid #b3aa42;
}
.l-header {
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}
.l-header__sitename {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 2.5rem 0;
  width: 800px;
  margin: 1rem auto;
  /* background: url(./img/deco.png) top center no-repeat; */
  color: #fff;
  text-shadow: 0px 3px 0px #000;
}
.l-header__sitename::first-letter{
    font-size: 45px;
    color: #e4d541;
}

.l-header__sitename a:first-letter{
    color: #e4d541;
    font-size: 45px;
}
.l-header__sitename a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.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(255, 255, 255, 0.9);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
}
.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 */
	/* 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;
	}
.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: #fff;
  text-decoration: none;
  background: #737373;
  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 #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: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: #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__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: #fff;
  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: #737373;
  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 #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 .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 auto;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
}
.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;
  justify-content: space-between;
}
.l-gnavi-area02 .l-gnavi-list02__item {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
  padding: 7px 20px;
}
.l-gnavi-area02 .l-gnavi-list02__item::after {
  content: "";
  position: absolute;
  height: 27px;
  border-right: 1px solid #b5b5b5;
  right: 0;
  top: 33%;
}
.l-gnavi-area02 .l-gnavi-list02__item:first-child {
  position: relative;
}
.l-gnavi-area02 .l-gnavi-list02__item:first-child::before {
  content: "";
  position: absolute;
  height: 27px;
  border-right: 1px solid #b5b5b5;
  left: 0px;
  top: 33%;
}
.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: 20px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}
.l-gnavi-area02 .l-gnavi-list02__item__link:hover {
  opacity: 1;
  color: #4c4c4c;
  background: #e4d541;
  border-radius: 10px;
}
.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);
}
.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: #13163e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    border-top: 1px solid #13163e;
}
.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: 95%;
}
.sidebanner-upper__img img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
.bt-more a {
  background-color: #b08b77;
  background-size: 12px auto, cover;
  border-radius: 2px;
  box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  margin: 15px auto 0;
  padding: 8px 15px 8px 50px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  line-height: 1.5;
}
.side-banner-area .sidebanner-upper .bt-more a:hover {
  opacity: .6;
}
.side-banner-area {
  /* margin-bottom: 30px; */
} #side.side-banner-area .sidebanner-upper {
  background: url(./img/free_pc.gif) repeat-y top center;
  padding: 14px 12px;
  margin-bottom: 30px;
} #side.side-banner-area .sidebanner-upper__txt {
    background: #fff;
    border: 3px solid #bb9e6a;
    padding: 15px;
} #side.side-banner-area .sidebanner-upper__sttl {
    line-height: 1.5;
    font-size: 18px;
    padding-bottom: 16px;
    background: url(./img/double_brown_pc.gif) repeat-x left bottom;
    font-weight: bold;
    margin-bottom: 14px;
} #side.side-banner-area .sidebanner-upper__sttl a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
} #side.side-banner-area .sidebanner-upper__sttl a:hover {
  color: #d2d2d2;
  opacity: 1;
} #side.side-banner-area .sidebanner-upper__img {
  margin: 0 auto 20px;
} #side.side-banner-area p {
  color: #333;
  line-height: 1.5;
} #side.side-banner-area .sidebanner-upper .bt-more a {
  position: relative;
  color: #fff;
  background-color: #ac6a00;
  padding: 9px 28px 9px 20px;
  border-radius: 5px;
  border: 3px solid #ac6a00;
} #side.side-banner-area .sidebanner-upper .bt-more a::before {
  display: none;
} #side.side-banner-area .sidebanner-upper .bt-more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  right: 15px;
  width: 8px;
  left: auto;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none !important;
  bottom: auto;
}

.side-banner-area .side-banner-box {
  margin: 0 5px 45px;
  border-top: 3px solid #13163e;
  border-bottom: 3px solid #13163e;
}
.side-banner-area .sidebanner-upper__catch {
          margin: 1rem 0;
          padding: 0 0 .8rem;
          font-size: 1.5rem;
          text-align: center;
          font-weight: bold;
          color: #333;
          border-bottom: 3px solid #6a3933;
          position: relative;
}
.side-banner-area .sidebanner-upper__catch::after {
    content: "";
    border-bottom: 1px solid #6a3933;
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
}
    .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 .side-banner-box .side-banner-list__sttl a:hover {
  /* color: #876b49; */
  opacity: 0.6;
}
.side-banner-area .side-banner-box {}
.side-banner-area .side-banner-box ul {
  padding: 0;
}
.side-banner-area .side-banner-box ul li {}
.side-banner-area .side-banner-box ul li a {
  padding: 1.5rem 4rem 1.5rem 1rem;
  position: relative;
  border-top: 1px solid #13163e;
  color: #13163e;
}
.side-banner-area .side-banner-box ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: auto;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #13163e;
  border-right: solid 2px #13163e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none !important;
  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.6;
}
.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 #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: none !important;
  bottom: auto;
}
.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: 0px;
  text-align: center;
  background: #282a30;
  border-top: 4px solid #b3aa42;
}
.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-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;
  color: #333333;
  background-size: 5px 5px;
  background-color: #737478;
}
.l-footer-area .l-footer-area__inner .ucp {
  margin: 0 auto 3rem;
  line-height: 1.5;
  color: #fff;
  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: #b3aa42;
  color: #fff;
}
.l-footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 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;
}

.l-footer-copy a {
  color: #fff;
}
.l-footer-copy .sitemap a {
  position: relative;
}
.l-footer-copy .sitemap a::before {
    position: absolute;
    content: " ";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 26%;
    left: -15px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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__title {}
.l-footer-menu__list {
  margin: 1rem 20px 0;
  	display: flex;
	flex-flow: row wrap;
}
.l-footer-menu__title__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  font-size: 1.9rem;
  text-align: left;
  position: relative;
  width: 50%;
  /* background-color: #fff; */
  border-radius: 6px;
}
.l-footer-menu__list__item {
  width: calc(100% / 5);
  margin: 0 0 2rem 0;
}
.l-footer-menu__list__item:first-child {
  display: none;
}
.l-footer-menu__list__link {
  padding: 5px 5px 5px 18px;
  margin: 0 0 0.5rem 0;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
}
.l-footer-menu__list__link:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.l-footer-menu__list__link::after {
  position: absolute;
  content: " ";
  display: block;
  border: 5px solid #e9dd56;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 8px;
  height: 8px;
}

.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;
}
.l-footer-submenu__list__link::before {
  content: '└';
  padding-right: 7px;
  color: #bb9e6a;
}
.l-footer-submenu__list__link:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.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: 80px;
  height: 80px;
  display: block;
  text-align: center;
  position: relative;
  background: url(img/pagetop.png) no-repeat center / 80px;
}
.l-pagetop__link:hover {
  position: relative;
  background: url(img/pagetop_on.png) no-repeat center / 80px;
}
.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 h2:first-child,
.underlayer-page-title:first-child{
  margin: 0px auto 4rem;
  padding: 1.5rem 2.7rem;
}
.contents_top .top-title h2, .underlayer-page-title {font-size: 30px;font-weight: bold;margin: 0 0 20px;line-height: 1.4;color: #fff;text-align: center;padding: 20px;position: relative;background: #173355;}
.contents_top .top-title h2::before,
.underlayer-page-title::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2.79px solid #e9dd56;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    pointer-events: none;
}
.contents_top .top-title h2 a, .underlayer-page-title a {
  color: #fff;
}
.contents_top .top-title h3, .underlayer-title h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 40px 0;
    line-height: 1.4;
    padding: 15px;
    background: linear-gradient(  0.25turn,#c6974d,#f8e889, #c6974d);
    color: #333333;
    position: relative;
    text-align: center;
}
.contents_top .top-title h3 a, .underlayer-title h2 a {
  color: #333;
}
.contents_top .top-title h3::after, .underlayer-title h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 20px 0 20px;
    border-color: #f7e788 transparent transparent transparent;
    bottom: -18px;
    left: 50%;
    margin-left: -20px;
}
.contents_top .top-title h4, .underlayer-title h3 {
    font-size: 20px;
    margin: 30px 0 20px;
    color: #173355;
    border-top: 2px solid #173355;
    border-bottom: 2px solid #173355;
    padding: 15px 0px 10px 15px;
    line-height: 1.5;
}
.contents_top .top-title h4 a, .underlayer-title h3 a {
    color: #173355;
}
.contents_top .top-title h5, .underlayer-title h4,.underlayer-title h5 {
    font-size: 20px;
    margin: 30px 0 20px 0;
    padding: 8px 10px;
    line-height: 1.6;
    border-bottom: #173355 dotted 3px;
    color: #173355;
}
.contents_top .top-title h5 a, .underlayer-title h4 a,.underlayer-title h5 a {
  color: #173355;
}
.contents_top .top-title div, .underlayer-title h5 {
  font-weight: bold;
  margin: 2rem 0 3rem;
  padding: 0 0 10px;
  line-height: 1.4;
}
.contents_top .top-title div a, .underlayer-title h5 a {
  color: #173355;
}

/* num */
.icon-title {
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.4;
    padding: 15px 15px 15px 110px;
    background: #fff;
    border-top: 6px solid #362e2b;
    position: relative;
}
.icon-recommend-title::before,
.icon-point-title::before,
.icon-check-title::before{
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 5;
  bottom: 0;
  margin: auto;
}

.catch-copy {
  color: #333;
  font-weight: bold;
  position: relative;
  margin: 0 0 .5rem;
  background: url(img/li.png) no-repeat 2px 3px;
  background-size: 15px 15px;
  font-size: 1.6rem;
  padding-left: 24px;
}
    .contents_top .top-title .title-area,.underlayer-title .title-area,.underlayer-title .title-area {
        margin: 2rem auto;
        padding: 5px 10px;
        font-size: 1.6rem;
        line-height: 140%;
        color: #173355;
        border-bottom: 2px solid #173355;
    }
    .contents_top .top-title .title-area a, .underlayer-title .title-area a {
        color: #173355;
        display: block;
        padding: 0 30px 0 0;
        text-decoration: none;
    }
    .contents_top .top-title .title-area a:hover, .underlayer-title .title-area a:hover {
        opacity: .6;
    }



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

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


.icon-num-title .icon-num{
  position: absolute;
  font-weight: bold;
  color: #fff;
  background: url(img/rank-corner.png) no-repeat left 0px center;
  background-size: 100% auto;
  font-size: 4rem;
  width: 95px;
  height: 95px;
  padding: 25px 0;
  left: 0px;
  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 11rem;
  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: #ffffff;
  background: url(img/ico_point_num.png) no-repeat left 0px center;
  background-size: 100% 100%;
  font-size: 3rem;
  width: 95px;
  height: 95px;
  padding: 45px 0 0;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}

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

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

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

.icon-recommend-num-title .icon-num{
  position: absolute;
  font-weight: bold;
  color: #fff;
  background: url(img/ico_recommend_num.png) no-repeat left 0px center;
  background-size: 100% 100%;
  font-size: 3rem;
  width: 95px;
  height: 95px;
  padding: 45px 0 0;
  left: 0px;
  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: 2rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
}
￥ .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: #582b25;
  width: calc(90%/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;
  padding: 0;
}
.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: #582b25;
    color: #fff;
    border: none;
    padding: 0;
    margin-right: 4%;
    width: 46%;
}


 .cmn-parts-box .tag-list-area .tag-list-area__li .tag-on {
  background: #582b25;
}
 .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;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

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

.tag-list-area .tag-list-area__li .tag-off{
  background: #ffffff;
  color: #aaa;
  border: 1px solid #d8d8d8;
  border-radius: 0;
}

.tag-list-area .tag-list-area__li a{
  display: block;
  padding: 10px 5px;
  color: #fff!important;
  font-size: 1.4rem;
  text-align: center;
}

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

.contents-left .tag-list-area__li::before,.contents-right .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: #4c4c4c;
  line-height: 1.4;
  word-wrap: break-word;
  padding: .5rem 0;
}
.compare-table-group .slider-area .slider .slick-initialized .slick-slide span a {
    color: #4c4c4c;
}
.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: 593px;
  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: #000000;
  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: 39%;
    right: 13px;
    width: 10px;
    left: auto;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none !important;
    bottom: auto;
}
.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: 39%;
    right: 16px;
    width: 10px;
    left: auto;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    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;
}
    .image-text__image.image-left img, .image-text__image.image-right img {
        display: block;
        margin: 0 auto;
        padding-top: 32px;
    }
.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: 10px auto;
}
.image-text__textarea {
  line-height: 1.8;
}
.image-center {
  margin-bottom: 2rem;
  text-align: center;
  max-width: 100%;
}
/* 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: #f5e9c5;
  color: #333;
  font-weight: bold;
}
.first-column table td:nth-child(1) {
  background-color: #f5e9c5;
  color: #333;
  font-weight: bold;
}

table,
.table-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c7bda0;
  background-color: #fff;
  margin: 2rem 0;
  color: #333;
}
table th,
table td {
  border: 0;
  border-bottom: 1px solid #c7bda0;
  padding: 15px;
  word-break: break-all;
}
table th{
   background-color: #f5e9c5;
   color: #333;
   font-weight: bold;
}
table th,
table td,
.table-normal table tbody td {
  border-left: 1px solid #c7bda0;
  text-align:center;
  vertical-align: middle;
}
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 #c7bda0;
  background-color: #fff;
}
.table-layout table tbody td {
  border: 0;
  border-bottom: 1px solid #c7bda0;
  padding: 15px;
  word-break: break-all;
}
.table-layout table tbody td {
  border-left: 1px solid #c7bda0;
}
.table-layout table td {
  text-align: center;
}
.js-scrollable {
  width: 100%;
  /* margin: 30px 0; */
  color: #333;
}
.js-scrollable table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c7bda0;
  background-color: #fff;
  margin: 0;
}
.js-scrollable table tbody td {
  border: 0;
  border-bottom: 1px solid #c7bda0;
  padding: 15px;
  word-break: break-all;
}
.js-scrollable table tbody td {
  border-left: 1px solid #c7bda0 !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 #c7bda0;
}

.table-sp-none table td {
    border: 1px solid #c7bda0;
    padding: 15px;
    word-break: break-all;
}
    .both-row-column tr:first-child,
	.both-row-column tr td:first-child {
  background: #f5e9c5;
  color: #333;
  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: #bb9e6a;
  color: #333;
  font-weight: bold;
}
.cmn-column3 table th,
.cmn-column3 table td,
.cmn-column3 .table-normal table tbody td {
  border: 1px solid #6a3906;
}


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

.contents-left li,
.contents-right li {
  background: url(img/li.png) no-repeat 2px 4px;
  background-size: 15px 15px;
  color: #333;
  font-size: 1.6rem;
  padding-left: 30px;
}
.contents-left li a,
.contents-right li a {
  color: #333;
}

 .column2 .basic-column-box li {
  background: url(img/li.png) no-repeat 2px 3px;
  background-size: 15px 15px;
  font-size: 1.6rem;
  padding-left: 2.5rem;
}

 .column3 .basic-column-box li {
  background: url(img/li.png) no-repeat 1px 3px;
  background-size: 15px 15px;
  font-size: 1.6rem;
  padding-left: 2.5rem;
}
/* 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: 3px solid #173355;
  background: none;
}
 .underlayer-image-text-box .catch-copy::after {
    content: "";
    border-bottom: 1px solid #173355;
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
}
/* 2box,3box
----------------------------------------------------*/
.caption {
  text-align: center;
  font-size: 10px;
  color: #4c4c4c;
  line-height: 1.4;
  word-wrap: break-word;
}
.caption　a {
    color: #4c4c4c;;
}
.lower_bottom .cmn-parts-box .caption {
  text-align: center;
}

.lower_bottom .cmn-parts-box .caption a {
  color: #222222;
}
.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 15px;
}
.box-head::after {
  content: "";
  width: 100%;
  height: 2px;
  margin: 20px auto 0;
  display: block;
  background: #a49389;
  background-size: contain;
}
.box-head a {
  color: #583626;
  display: block;
  padding: 0;
  text-decoration: none;
}
.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: url("./img/sp_box1.png") no-repeat left top, url("./img/sp_box2.png") no-repeat right top,url("./img/sp_box4.png") no-repeat right bottom, url("./img/sp_box3.png") no-repeat left bottom , #fff;
  background-size: 25px;
  padding: 20px;
  border: 1px solid #bda272;
}
    @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: 0 0 15px;
  margin: 0 0 25px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.column3 .basic-title h2,
.column3 .basic-title h3,
.column3 .basic-title h4,
.column3 .basic-title h5,
.column3 .basic-title div {
  color: #000;
}
.column3 .basic-title a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 2rem;
  color: #000;
  font-weight: bold;
}
.column3 .basic-title a::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e19100;
  border-right: 2px solid #e19100;
  -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 {
  width: calc((100% - 20px) / 2);
  background-size: 100% auto;
  padding: 0px 34px 10px 34px;
  border: 1px solid #bb9e6b;
  margin: 0 2rem 0 0;
}
.column2 .box-wrap div {
  padding: 0;
}
.column2 .basic-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 3rem;
  line-height: 1.4;
  border-bottom: 2px solid #000;
}
.column2 .basic-title h2,
.column2 .basic-title h3,
.column2 .basic-title h4,
.column2 .basic-title h5,
.column2 .basic-title div {
  color: #000;
  padding: 10px 20px 10px 0;
}
.column2 .basic-title a {
  color: #000;
  position: relative;
  display: block;
  text-decoration: none;
}
.column2 .basic-title a:hover {
  opacity: .7;
  text-decoration: underline;
}
.column2 .basic-title a::after {
    right: -20px;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    background: url(img/arrow_brown.png) no-repeat left top;
    background-size: 10px 14px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

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

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

.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;
  margin: 20px auto;
  padding: 15px 35px 15px 25px;
  display: block;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
}

.btn-web a {
  color: #fff;
  background: #c72626;
  /* border: 3px solid #793001; */
}
.btn-internal a::before, .btn-web a::before {
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn-web a::before{
  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;
  content: "";
  vertical-align: middle;
}
.btn-web a:hover {
   background: #173355;
   opacity: 1;
   /* border: 3px solid #463c7a; */
}
.btn-internal a {
  color: #333333;
  background: #e7a34e;
}
.btn-internal a:hover {
  /* background: linear-gradient(to bottom, rgba(17,93,44,1) 0%,rgba(10,54,26,1) 100%); */
  opacity: 0.6;
  }
.btn-link {
  text-align: right;
}
.btn-link a {
  background: url(img/arrow_brown.png) no-repeat left 0 top 4px;
  background-size: 8px 11px;
  text-decoration: underline;
  padding-left: 20px;
  color: #BB8F3A;
  font-weight: bold;
  font-size: 1.6rem;
}
.btn-link a:hover {
  opacity: 1;
  text-decoration: none;
}


@media screen and (max-width: 500px) {
  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 {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
   #contents, .contents_top  {
    margin: 2rem auto 5rem;
    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: 10px 60px 10px 10px;
    display: block;
    background: none;
    background-size: 55px auto;
  }
  .l-header__sitename {
    float: none;
    font-size: 2.2rem;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    background-size: 60% auto;
    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 #b3aa42;
    background: #fff;
    border-radius: 10px;
  }
  .l-gnavi-btn span {
    width: 26px;
    height: 3px;
    display: inline-block;
    background: #b3aa42;
    -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: #b3aa42;
  }
  .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: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 100%;
    left: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(2) {
    top: 10px;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 20px;
  }
  .l-gnavi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .l-gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-gnavi-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .is-navi-open .l-gnavi-area--slide-left {
    -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 .bt-more a {
    background-color: #b08b77;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 16px 10px 16px 65px;
    margin: 10px 0;
    border-radius: 3px;
    position: relative;
  }
  .sidebanner-upper .bt-more a::before {
    content: '';
    position: absolute;
    background: url(img/parts/pc/freespace_arrow.png) center center no-repeat;
    background-size: 22px;
    background-color: #f5c5be;
    position: absolute;
    width: 55px;
    height: 100%;
    left: 0px;
    top: 0;
  }
  .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: 1rem;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #333;
    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: #fff;
    color: #333;
    border-bottom: 1px solid #FFF;
    width: 100%;
    border-radius: 0;
  }
  .l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu .l-footer-menu__title .l-footer-menu__title__link:hover {
    background: #fff;
    opacity: 1.0;
    color: #000;
  }
  .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 #946a36;
    border-right: 2px solid #946a36;
    top: 37%;
    right: 14px;
    width: 10px;
    height: 10px;
    -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: 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: 1px solid #333;
  }
  .l-footer-menu__list__link::after {
    position: absolute;
    content: " ";
    display: block;
    border-top: 2px solid #e9dd56;
    border-right: 2px solid #e9dd56;
    top: 0;
    bottom: 0;
    border-left: 0;
    border-bottom: 0;
    left: 9px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .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 1rem;
    border-bottom: 1px solid #333;
    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.5;
    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;
  }
  .l-pagetop__link {
  width: 60px;
  height: 60px;
  background: url(img/pagetop.png) no-repeat center / 60px;
}
  /* -----------------------------
contents
----------------------------- */
  /* title
----------------------------- */
  .contents-left p,.contents-right p {
  line-height: 1.7;
  margin: 0.5rem 0 1.5rem;
  font-size: 1.5rem;
}

  .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;
    padding: 1rem 1rem 1rem 5rem;
  }
  .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;
  margin: 6rem auto 3rem;
  padding: 1rem;
}
.contents_top .top-title h3::before, .underlayer-title h2::before {
  width: 50px;
  height: 50px;
  background-size: 100%;
  left: .5rem;
  top: -2.5rem;
}
.contents_top .top-title h4, .underlayer-title h3 {
  margin: 3rem 0 3rem;
  padding: 3%;
  font-size: 1.9rem;
}

.contents_top .top-title h5,
.underlayer-title h4,
.underlayer-title h5 {
  margin: 3rem auto 3rem;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.contents_top .top-title .title-area{
  font-weight: bold;
  margin: 30px 0 7px;
  font-size: 17px;
  font-size: 1.7rem;
}

.contents-left .catch-copy,.contents-right .catch-copy {
    background: url(img/li.png) no-repeat 2px 3px;
    background-size: 15px 15px;
}

    /* tag
----------------------------------------------------*/
 .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 #6a3906; */
    margin: 2rem 0;
  }

  .table-layout table thead th, .table-layout table tbody th, .table-layout table tbody td {
    /* border-bottom: 1px solid #6a3906; */
    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 #c7bda0;
  }
  .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;
    background: none;
  }

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

  /* 2box,3box
----------------------------------------------------*/
  .column2 .basic-column-box, .column3 .basic-column-box {
    width: 100%;
  }
  .column3 {
    padding: 3%;
  }
  .box-wrap .basic-column-box {
    margin-bottom: 3rem;
    padding: 2rem 2rem 2rem;
    border-radius: 0;
  }
  .column3 .basic-column-box:last-child {
    margin-bottom: 2rem
  }
  .column2 .basic-title {
  }
  .box-wrap .basic-column-box .basic-title h3, .box-wrap .basic-column-box .basic-title h3 a {
    font-size: 1.8rem;
  }
  .box-wrap .basic-column-box .catch-copy {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1rem auto;
    background: url(img/li.png) no-repeat 2px 2px;
    background-size: 15px 15px;
  }

   .column3 .basic-column-box li {
  }
  /*　btn_link
----------------------------- */
  .btn-internal a, .btn-web a, .btn-link a, .btn-tel a {
    width: 85%;
    margin: 10px auto 15px;
    display: block;
    /* font-weight: bold; */
    text-align: center;
    position: relative;
  }
  .btn-link a {
    background: #fff;
    color: #000;
    border: 3px solid #333;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
  .btn-link a::before {
    right: 1.5rem;
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .btn-tel {
    display: contents;
  }

  .btn-tel a {
    color: #fff;
    position: relative;
    padding: 15px 20px 15px 45px;
    background: #16b7e3 url(img/tel.png) no-repeat 15px center;
    background-size: 20px auto;
    padding: 1.5rem 1rem 1.5rem 4rem;
  }
  .btn-internal a::before, .btn-web a::before {
    right: 1.2rem;
  }
  .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;
    border-radius: 5px;
  }
/* num */
  .icon-title {
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.5rem 6.8rem;
  line-height: 1.4;
  }

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

  .icon-num-title .icon-num {
  width: 62px;
  height: 62px;
  background-size: 100% auto;
  padding: 1.6rem 0;
  font-size: 2.6rem;
  }
  .icon-recommend-title::before,
  .icon-point-title::before,
  .icon-check-title::before {
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  bottom: 0px;
  }

  .icon-recommend-num-title .icon-num,
  .icon-point-num-title .icon-num,
  .icon-check-num-title .icon-num {
  width: 62px;
  height: 62px;
  background-size: 100% auto;
  padding-top: 2.8rem;
  font-size: 1.8rem;
  }
}
/* num */

@media screen and (max-width: 500px) {
.l-pagetop__link:hover{
  background:url(img/pagetop_on.png) no-repeat center / 60px;
}
}