@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: #323c46;
}
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: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  */
}
/* リンク
----------------------------------------------------*/
a {
  color: #323c46;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* 汎用
----------------------------------------------------*/
/* 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: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  min-width: 1150px;
  line-height: 1.7;
  width: 100%;
  overflow-x: hidden;
  font-weight: 500;
  counter-reset: gnav;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
  body {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}
#contents {
  margin: 30px auto 130px;
  max-width: 100%;
  width: 1000px;
  counter-reset: num;
}
.contents_top {
  margin: 0 auto;
  padding-top: 35px;
}

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

.contents-right p,
.contents-left p,
.contents-full p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 15px;
  text-align: left;
}


#category,
#page {
}

/* common
----------------------------------------------------*/
.sp, .sp_br, .forSP {
  display: none !important;
}
h1, h2, h3, h4, h5 {
  color: #323c46;
}
span.txt_bold {
  font-weight: bold;
  /* font-size: 1.6rem; */
  color: #f64e5f;
}
span.txt_marker {
  font-weight: bold;
  /* font-size: 1.6rem; */
  /* color: #323c46; */
  position: relative;
  background: linear-gradient(transparent 70%, #bddf21 70%);
}
/* パンくず
----------------------------------------------------*/
#breadcrumb {
  width: 1000px;
  margin: 2.5rem auto;
  padding: 0;
  font-size: 1.4rem;
  position: relative;
  color: #444;
}
#breadcrumb a {
  text-decoration: none;
  color: #444;
}
#breadcrumb a:hover {
  opacity: .6;
  cursor: pointer;
}
/* header
----------------------------------------------------*/
.l-header-area {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 6px solid #bddf21;
}
.l-header {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1000px;
  max-width: 100%;
  text-align: center;
}
.l-header__sitename {
  color: #323c46;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 3rem 0 2rem 10.5rem;
  background: url(img/logo.png) no-repeat center left;
  background-size: 86px auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
  .l-header__sitename {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}
.l-header__sitename a {
  color: #323c46;
  text-decoration: none;
  display: block;
  margin: 0;
}
.l-header__sitename a:hover {
  opacity: 0.6;
}
.l-header__sitename__catch {
  font-size: 1.6rem;
  display: block;
  color: #249424;
}


/* g_nav_hamburger
----------------------------------------------------*/
.l-gnavi-btn {
  display: none;
}
.l-gnavi-area {
  width: 400px;
  height: 100%;
  padding: 80px 0 0;
  background: #a2cca2;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  position: fixed;
  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: #323c46;
  text-decoration: none;
  background: #fff;
  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 #323c46;
  border-right: 2px solid #323c46;
  -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: #323c46;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover::after {
  border-color: #fff;
}
.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: #323c46;
  right: 5%;
  top: 17%;
  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 {
  color: #fff;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
  position: relative;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #323c46;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover {
  background: #323c46;
  color: #fff;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover::after {
  color: #fff;
}
.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;
}
.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 #323c46;
  border-right: 2px solid #323c46;
  -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,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover: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: #323c46;
  color: #fff;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover::before {
  border-color: #fff;
}

.l-gnavi-list__sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.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;
}
.l-gnavi-area02.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.5rem 0;
  background: #f4f4f4;
}
.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;
  align-items: stretch;
}
.l-gnavi-list02__item {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.l-gnavi-list02__item:last-child::before {
   content: "";
   width: 1px;
   height: 100%;
   display: block;
   background: #d2d2d2;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   margin: auto 0;
}

.l-gnavi-list02__item::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.l-gnavi-list02__item + .l-gnavi-list02__item {
  margin: 0;
}
.l-gnavi-list02__item__link {
    width: 100%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    text-decoration: none;
    counter-increment: gnav;
  }

.l-gnavi-list02__item__link:hover {
 opacity: 0.6;
}
.l-gnavi-list02--01 .l-gnavi-list02__item {
  width: calc(100% / 1);
}
.l-gnavi-list02--02 .l-gnavi-list02__item {
  width: calc(100% / 2);
}
.l-gnavi-list02--03 .l-gnavi-list02__item {
  width: calc(100% / 3);
}
.l-gnavi-list02--04 .l-gnavi-list02__item {
  width: calc(100% / 4);
}
.l-gnavi-list02--05 .l-gnavi-list02__item {
  width: calc(100% / 5);
}
.l-gnavi-list02--06 .l-gnavi-list02__item {
  width: calc(100% / 6);
}
.l-gnavi-list02--07 .l-gnavi-list02__item {
  width: calc(100% / 7);
}
.l-gnavi-list02--08 .l-gnavi-list02__item {
  width: calc(100% / 8);
}
/* side
----------------------------------------------------*/
.side-banner-area {
  width: 220px;
  float: right;
  position: relative;
}

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

.side-banner-box {
  box-sizing: border-box;
  margin: 0 0 2rem;
  padding: .5rem;
  background: #e0e0e0;
  overflow: hidden;
}
.side-banner-list__sttl {
  width: 100%;
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.3;
}
.side-banner-list__sttl a {
  width: 100%;
  text-decoration: none;
  background: url(img/bg_side.gif) repeat;
  display: block;
  height: 100%;
  color: #3e4c59;
  text-decoration: none;
  padding: 2.4rem 1.5rem;
  position: relative;
  z-index: 2;
}
.side-banner-list__sttl a::before {
    content: '';
    position: absolute;
    bottom: .8rem;
    right: .9rem;
    width: 12px;
    height: 12px;
    background: url(img/side_arrow.png) no-repeat;
    background-size: 12px auto;
}
.side-banner-list__sttl a:hover {
  opacity: 0.6;
  cursor: pointer;
}


.side-banner-box ul {
  padding: 0;
  background: #fff;
}
.side-banner-box ul ul {
  padding: 0;
}
.side-banner-box ul li:first-child {
  /* border-top: none; */
}
.side-banner-box ul li {
  /* border-top: dashed 1px #d4d4d4; */
  /* padding: 1.6rem 3rem 1.6rem 1.5rem; */
  /* background: url(img/arrow_black.png) right 15px center no-repeat; */
  /* background-size: 6px auto; */
}

.side-banner-box ul li a {
  color: #444;
  display: block;
  padding: 1.6rem 3rem 1.6rem 1.5rem;
  text-decoration: none;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) right 15px center no-repeat;
  background-size: 6px auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.side-banner-box ul li a:hover {
  opacity: 1;
  position: relative;
}
.side-banner-box ul li a:hover span {
  background: linear-gradient(transparent 90%, #bddf21 90%);
  padding: 0 0 0.2rem;
}
.side-banner-box ul li ul {
  width: 100%;
}
.side-banner-box ul .sub_cat:first-child {
  /* border-top: dashed 1px #d4d4d4; */
}
.side-banner-box ul .sub_cat a {
  padding: 1.2rem 3rem 1.2rem 3.5rem;
  position: relative;
  font-size: 1.3rem;
  background: url(img/arrow_side_sub.png) no-repeat left 20px top 11px, url(img/arrow_black.png) right 15px center no-repeat;
  background-size: 8px auto, 6px auto;
}

.sidebanner-upper {
  margin: 0 0 4rem 0;
  padding: 2.5rem 1.5rem;
  background-color: #fffbce;
  color: #444;
  position: relative;
}
.sidebanner-upper::after {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed #c8c27a;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    pointer-events: none;
 }
.sidebanner-upper p {
  font-size: 1.4rem;
  color: #444;
}

.sidebanner-upper__sttl {
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #444;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  position: relative;
}
.sidebanner-upper__sttl::after {
    content: "";
    border-bottom: 3px solid #bfdced;
    width: 56px;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

.sidebanner-upper__sttl a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.sidebanner-upper__sttl a:hover {
  color: #fff;
  opacity: 0.6;
}

.sidebanner-upper__img {
  max-width: 100%;
  margin: 0 auto 20px;
}
.sidebanner-upper__img img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}

.sidebanner-upper__catch {
  margin: 0 0 0.5em;
  color: #009994;
  font-weight: bold;
  position: relative;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.sidebanner-upper__info {
  margin: 0.5em 0;
  text-align: center;
  font-size: 1.2rem;
  color: #999;
}

.bt-more a {
  width: 100%;
  margin: 15px auto 0;
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  background: #c8c27a url(img/arrow_white.png) no-repeat right 10px center;
  background-size: 6px auto;
  padding: 10px 25px 10px 20px;
  color: #fff;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.bt-more a:hover {
  opacity: .6;
}
.bt-more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  right: 12px;
  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;
}



/* footer
----------------------------------------------------*/
.l-footer-area {
  width: 100%;
  margin: 5rem 0 0;
  padding: 0;
  background: #4c8a4c;
}
.l-footer-area__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0 3rem;
}
.l-footer-list {
  margin: 0 0 20px 0;
  text-align: center;
}
.l-footer-list__item {
  display: inline-block;
  padding: 0 10px;
}
.l-footer-list__link {
  color: #FFF;
}
.l-footer-area .ucp {
  margin: 2.0rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: normal;
}
.l-footer-area .menseki {
  width: 71%;
  font-size: 1.2rem;
  margin: 3rem auto 0;
  padding: 2rem 2.5rem 3.5rem;
  background: #b5dbb5;
  border-radius: 0;
  color: #444;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.l-footer-area .menseki span {
  display: block;
}
.l-footer-copy-wrapper {
  background: #323c46;
  color: #fff;
}
.l-footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.4rem 0;
  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 {
  text-decoration: none;
  color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-footer-copy .sitemap {
  text-align: right;
  font-size: 1.3rem;
  flex-shrink: 0;
  width: 120px;
}
.l-footer-copy .sitemap a {
  text-decoration: none;
  padding-left: 20px;
}
.l-footer-copy .sitemap a:hover {
  opacity: 0.6;
}

.l-footer-menu-wrapper {
  margin: 0 auto;
}
.l-footer-menu {
  margin: 0 0 2rem 0;
  line-height: 1.8;
}
.l-footer-menu__title {
  margin: 0 auto 1.5rem;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #fff;
}
.l-footer-menu__title__link {
  margin: 0;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.l-footer-menu__title__link::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #64c864;
  position: absolute;
  left: 7px;
  top: 6px;
}
.l-footer-menu__title__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
  padding: 0 1rem;
}
.l-footer-menu__list__item {
  width: auto;
  margin: 0 4rem 1rem 0;
  display: inline;
}
.l-footer-menu__list__item:first-child {
  display: none;
}
.l-footer-menu__list__link {
  padding: 0 1.6rem;
  background: url(img/arrow_white.png) left center no-repeat;
  background-size: 6px auto;
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
.l-footer-menu__list__link:hover {
  text-decoration: none;
  opacity: .6;
  cursor: pointer;
}
.l-footer-submenu__list {
  margin: 0 0 0 0;
  padding: 0;
  display: inline;
}
.l-footer-submenu__list__item {
  margin: 0;
  padding: 0;
  display: inline;
  float: none;
}
.l-footer-submenu__list__item:before {
  content: "/";
  margin: 0 1rem;
  color: #fff;
}
.l-footer-submenu__list__link {
  padding: 0;
  font-size:1.3rem;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
.l-footer-submenu__list__link:hover {
  text-decoration: none;
  opacity: .6;
  cursor: pointer;
}

.l-pagetop {
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 2.0rem;
  right: 2.0rem;
  z-index: 50;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.l-pagetop:hover {
  opacity: 0.6;
}
.l-pagetop__text {
  display: none;
}
.l-pagetop__link {
  width: 100%;
  height: 100%;
  display: block;
  background: url('img/pagetop.png') no-repeat;
  background-size: 100% auto;
  text-align: center;
  position: relative;
}
.l-pagetop__image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


/*404*/
#page .bt-top a {
  text-decoration: underline;
}
#page .bt-top a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
content
----------------------------------------------------*/
/*basic_h_tag*/
.contents_top .top-title h2:first-child,
.underlayer-page-title:first-child {
  margin: 0px auto 5rem;
}
.contents_top .top-title h2,
.underlayer-page-title {
  width: 100%;
  font-size: 3.4rem;
  line-height: 4.4rem;
  position: relative;
  background: url(img/bg_selection_title.png) repeat;
  background-size: 129px auto;
  text-align: center;
  margin: 2rem auto 5rem;
  color: #fff;
  padding: 2.8rem 10rem 2.8rem 6rem;
}
.underlayer-page-title::after {
    content: "";
    width: 69px;
    height: 73px;
    background: url(img/deco_h1_low.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 2px;
}
.contents_top .top-title h3,
.underlayer-title h2 {
  margin: 7rem auto 3.5rem;
  padding: 1.8rem 3rem 1.8rem 6rem;
  font-size: 3rem;
  line-height: 4rem;
  position: relative;
  z-index: 5;
  color: #323c46;
  border-top: 2px solid #bddf21;
  border-bottom: 2px solid #bddf21;
}
.contents_top .top-title h3::before,
.underlayer-title h2::before {
    content: '';
    width: 82px;
    height: 52px;
    background: url(img/deco_h2_low.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -8px;
}
.contents_top .top-title h3 a,
.underlayer-title h2 a,
.contents_top .top-title h4 a,
.underlayer-title h3 a,
.contents_top .top-title h5 a,
.underlayer-title h4 a,
.underlayer-title h5 a {
  color: #323c46;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 2rem;
}
.contents_top .top-title h3 a::after,
.underlayer-title h2 a::after,
.contents_top .top-title h4 a::after,
.underlayer-title h3 a::after,
.contents_top .top-title h5 a::after,
.underlayer-title h4 a::after,
.underlayer-title h5 a::after {
  content: '';
  right: 1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.contents_top .top-title h3 a:hover,
.underlayer-title h2 a:hover,
.contents_top .top-title h4 a:hover,
.underlayer-title h3 a:hover,
.contents_top .top-title h5 a:hover,
.underlayer-title h4 a:hover,
.underlayer-title h5 a:hover {
  cursor: pointer;
  opacity: .6;
}
.contents_top .top-title h4,
.underlayer-title h3 {
  font-size: 2.4rem;
  color: #249424;
  line-height: 1.5;
  position: relative;
  background: url(img/bg_h3_low.png) repeat;
  background-size: 8px auto;
  border-left: solid 5px #249424;
  margin: 4.5rem auto 3rem;
  padding: 1.5rem 2.5rem;
}
.contents_top .top-title h4 a,
.underlayer-title h3 a {
  color: #249424;
}
.contents_top .top-title h5,
.underlayer-title h4,
.underlayer-title h5 {
    position: relative;
    margin: 4rem auto 2rem;
    padding: 1.2rem 1rem;
    border-bottom: solid 3px #e0e0e0;
    font-size: 2rem;
    line-height: 1.5;
    color: #323c46;
}
.contents_top .top-title h5::before,
.underlayer-title h4::before,
.underlayer-title h5::before {
    content: "";
    width: 80px;
    height: 3px;
    background: #bddf21;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
}
.contents_top .top-title div,
.underlayer-title h5 {
  font-weight: bold;
  font-size: 1.9rem;
}
.underlayer-title div {
  margin: 30px auto 15px;
  padding: 5px 10px;
  border-bottom: 2px dashed #635246;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  color: #635246;
}
.underlayer-title div a {
  display: block;
  font-size: 100%;
  color: #635246;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 10px auto;
  padding: 0 1.7rem 0 0;
  text-decoration: none;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.underlayer-title div a:hover {
  opacity: 0.6;
}


/* num */
.icon-title {
  position: relative;
  margin: 3rem auto 2rem;
  border-bottom: solid 3px #e6e6e6;
  padding: 2rem 2rem 2rem 7rem;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
}
.icon-title a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 2rem;
}
.icon-title a::after {
  content: '';
  right: 1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.icon-title a:hover {
  opacity: .6;
  cursor: pointer;
}

.contents_top .icon-recommend-title::before,
.contents_top .icon-point-title::before,
.contents_top .icon-check-title::before{
  content: "";
  width: 88px;
  height: 88px;
  border-radius: 100px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 88px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -60px;
}

.contents-right .catch-copy,
.contents-left .catch-copy {
  margin: 0 0 1rem;
  font-size: 2rem;
  color: #249424;
  font-weight: bold;
  position: relative;
}



.icon-recommend-title::before{
  content: "おすすめ";
  width: 54px;
  height: 54px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 19px 0 0 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #f49f1b url(img/ico_title_dashed.png) no-repeat bottom 14px center;
}
.icon-point-title::before{
  content: "POINT";
  width: 54px;
  height: 54px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 19px 0 0 0;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f49f1b url(img/ico_title_dashed.png) no-repeat bottom 14px center;
}
.icon-check-title::before{
  content: "CHECK";
  width: 54px;
  height: 54px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  padding: 19px 0 0 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #f49f1b url(img/ico_title_dashed.png) no-repeat bottom 14px center;
}

.icon-num-title {
}
.icon-num-title .icon-num{
  width: 54px;
  height: 54px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  line-height: 54px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f49f1b;
}


.icon-check-num-title,
.icon-recommend-num-title,
.icon-point-num-title {
}
.icon-check-num-title .icon-num,
.icon-recommend-num-title .icon-num,
.icon-point-num-title .icon-num {
  color: #fff;
  width: 54px;
  height: 27px;
  padding: 12px 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.icon-check-num-title::before{
  content: "CHECK";
  width: 54px;
  height: 54px;
  padding: 13px 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background: #f49f1b;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.icon-recommend-num-title::before{
  content: "おすすめ";
  width: 54px;
  height: 54px;
  padding: 13px 0 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #f49f1b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.icon-point-num-title::before{
  content: "POINT";
  width: 54px;
  height: 54px;
  padding: 13px 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #f49f1b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

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

/* num */


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

.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 .tag-list-area__li{
    background: #83cdc0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin: 0 2% 2% 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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: #83cdc0;
  color: #fff;
}

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

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

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

.contents_top ul.tag-list-area {
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 5%;
}

.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: #ffe084;
  width: calc(90%/4);
  margin: 0 21px 12px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contents-left ul.tag-list-area .tag-list-area__li::before,
.contents-right ul.tag-list-area .tag-list-area__li::before,
.contents-full ul.tag-list-area .tag-list-area__li::before  {
  content:none;
}

.lower_bottom .tag-list-area {
    padding: 0;
}




/* 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: #999;
  line-height: 1.4;
  word-wrap: break-word;
  padding: .5rem 0;
}
.compare-table-group .slider-area .slider .slick-initialized .slick-slide span img {
  /* margin: 0 auto 1.5rem; */
}
.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: 565px;
  padding: 0;
  float: left;
}
.slider-area .slider .slider-for button.slick-next, .slider-area .slider .slider-for button.slick-prev {
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(img/arrow_slider_prev.png) no-repeat;
  background-size: 24px 24px;
  z-index: 5;
  text-indent: 9999px;
  overflow: hidden;
}

.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: 3px;
}
.slider-area .slider .slider-for button.slick-prev:before {
  content: none;
}
.slider-area .slider .slider-for button.slick-next {
  background: url(img/arrow_slider_next.png) no-repeat;
  right: 3px;
  background-size: 24px auto;
}
.slider-area .slider .slider-for button.slick-next:before {
  content: none;
}
.slider-area .slider .slider-nav-wrap {
  width: 118px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.slider-area .slider .slider-nav .slick-list {
  padding: 0!important;
  /* left: -20px; */
}
.slider-area .slider .slider-nav .slick-track {
  left: 0px;
}
.slider-area .slider .slider-nav .slick-slide {
  height: 95px;
  padding: 5px 0;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.slider .slider-nav-wrap .slick-prev,
.slider .slider-nav-wrap .slick-next {
  transform: none;
  width: 17px;
  height: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider .slider-nav-wrap .slick-prev:hover,
.slider .slider-nav-wrap .slick-next:hover {
  opacity: .6;
  cursor: pointer;
}
.slider .slider-nav-wrap .slick-prev::before,
.slider .slider-nav-wrap .slick-next::before {
  content: none;
}
.slider .slider-nav-wrap .slick-prev {
  background: url(img/arrow_slide_thumb_top.png) center center no-repeat;
  background-size: contain;
  top: -1.5rem;
}
.slider .slider-nav-wrap .slick-next {
  background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat;
  background-size: contain;
  bottom: -1.5rem;
  top: auto;
}
.slider-area .slider .slider-nav .slick-slide img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.slider-area .slider .slider-nav .slick-slide:hover {
  opacity: 0.5;
}
.slider-area .slider span {
  margin: 10px 0;
  display: block;
  font-size: 1.1rem;
  color: #999;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.4;
}
.slider-area .slider span a {
  color: #999;
}

/* img_left_right_center
----------------------------------------------------*/
.image-text__image {
  text-align: center;
}
.image-text__image.image-left,
.image-text__image.image-right {
  width: 39%;
  padding: 0;
  flex-shrink: 0;
}
.image-text__image.image-left {
  margin-right: 4rem;
}
.image-text__image.image-right {
  margin-left: 4rem;
}
.image-text__text.text-wrap {
  width: 61%;
}
.image-text__text.text-wrap > :first-child {
  margin-top: 0;
}
.image-text__caption.caption {
  display: block;
  margin: 1rem auto 0;
  color: #9c9c9c;
}
.image-text__textarea {
  line-height: 1.8;
}
.image-center {
  margin: 0 auto 2rem;
  text-align: center;
  max-width: 500px;
}
/* table
----------------------------------------------------*/
.first-row table tr:nth-child(1) {
  background-color: #efefea;
  font-weight: bold;
  font-size: 1.6rem;
  /* border-bottom: none; */
}
.first-row table tr:nth-child(1) td {
  /* border-bottom: none; */
  text-align: center;
}
.first-column table td:nth-child(1) {
  background-color: #efefea;
  font-weight: bold;
  font-size: 1.6rem;
  /* border-right: none; */
}
.first-column table td:nth-child(1) + td {
  /* border-left: none!important; */
}
.both-row-column tr:first-child,
.both-row-column tr td:first-child {
  background: #efefea;
  font-weight: bold;
  font-size: 1.6rem;
}
.both-row-column tr:first-child td:not(:first-child) {
  /* border-bottom: none; */
}
.both-row-column tr td:first-child {
  /* border-right: none; */
}
.both-row-column tr:not(:first-child) td:first-child + td {
  /* border-left: none; */
}
table,
.table-normal{
  width: 100%;
  margin: 30px 0;
  color: #323c46;
  font-size: 1.5rem;
}
table,
.table-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
table th,
table td {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 14px 20px;
  word-break: break-word;
}
table tr + tr {
  border-top: 1px solid #cdcdcd;
}
.first-row table tr:nth-child(1) + tr,
.both-row-column tr:first-child + tr {
  /* border-top: none; */
}
thead th:first-child {
  border-bottom: 1px solid #cdcdcd;
}
table th {
   background-color: #efefea;
   font-weight: bold;
   font-size: 1.6rem;
   /* border-right: none; */
   /* border-bottom: none; */
}
table th,
table td,
.table-normal table tbody td {
  border-left: 1px solid #cdcdcd;
  text-align:center;
  vertical-align: middle;
}
table td,
.table-normal table tbody td {
  text-align: left;
}
table th + td {
  /* border-left: none; */
}
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;
  vertical-align: middle;
}
.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 #cdcdcd;
  background-color: #fff;
}
.table-layout table tbody td {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 15px;
  word-break: break-all;
}
.table-layout table tbody td {
  border-left: 1px solid #cdcdcd;
  vertical-align: middle;
}
.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 #cdcdcd;
  background-color: #fff;
}
.js-scrollable table tbody td {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 15px;
  word-break: break-all;
}
.js-scrollable table tbody td {
  border-left: 1px solid #cdcdcd!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 #cdcdcd;
}

.table-sp-none table td {
    border: 1px solid #cdcdcd;
    padding: 15px;
    word-break: break-all;
}
.both-row-column tr:first-child + tr td:not(:first-child) {
  /* border-top: none; */
}



/* list
----------------------------------------------------*/
.contents-right ul,
.contents-left ul,
.contents-full ul {
  margin: 2.5rem auto;
  padding: 0;
}
.contents-right li,
.contents-left li,
.contents-full li {
  margin: 0 0 10px;
  padding: 0 0 0.3rem 2rem;
  position: relative;
  line-height: 1.6;
  padding: .5rem 0 .5rem 2.8rem;
  background: url(./img/listicon.png) left top 7px no-repeat;
  background-size: 18px auto;
  font-size: 1.6rem;
}

/* サイトマップ */
.contents-right .subList, .contents-left .subList, .contents-full .subList {
  margin: 1rem 0 0;
}
.contents-right .subList li:last-child, .contents-left .subList li:last-child, .contents-full .subList li:last-child {
  margin-bottom: 0;
}

/* img
----------------------------------------------------*/
.underlayer-image-text-box{
  margin: 3rem auto;
}
.underlayer-image-text-box .catch-copy {
  /* margin: 0 0 1rem; */
}

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

.box-wrap {
  margin: 6rem auto;
  display: flex;
}
.box-head, .box-body {
  margin: 0 auto;
}
.box-head {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #635246;
  padding: 0;
}
.box-head::after {
  content: none;
}
/* .box-head a {
  display: block;
  font-size: 100%;
  color: #635246;
  background: url("img/arrow_brown.png") right center no-repeat;
  background-size: 7px auto;
  padding: 0 1.7rem 0 0;
  text-decoration: none;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
} */
.box-body {
  min-height: 95px;
  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;
}


.basic-column-box ul {
  padding: 0;
}
.basic-column-box .catch-copy {
  margin: 2rem auto 1rem;
}
.basic-column-box .textarea-info {
  text-align: right;
}

.column3 {
}
.column3 .basic-column-box {
  background: #f7f7f4;
  border: solid 5px #efefea;
  padding: 2.3rem 2rem 1.5rem;
  width: calc((100% - 3.1rem)/3);
  margin: 0 1.5rem 0 0;
}
.column3 .basic-column-box:nth-of-type(n+4) {
  margin-top: 2rem;
}
.column3 .box-wrap div:nth-of-type(1) img {
  width: 60px;
  height: 60px;
}
.column3 .basic-title {
  margin: 0 auto 2.5rem;
  padding: 0 0 2rem;
  border-bottom: solid 2px #64c864;
  display: flex;
  align-items: center;
}
.column3 .basic-title h2,
.column3 .basic-title h3,
.column3 .basic-title h4,
.column3 .basic-title h5,
.column3 .basic-title div {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.column3 .basic-title a {
  display: block;
  align-items: center;
  width: 100%;
  background: url(img/arrow_gray.png) no-repeat right 1px center;
  background-size: 16px auto;
  padding: 0 2.5rem 0 0;
  text-decoration: none;
}
.column3 .basic-title a:hover {
  opacity: 0.6;
  cursor: pointer;
}
.column3 .basic-column-box p {
  color: #444;
}

.box-wrap.basic-layout.column2 {
    padding: 0;
    justify-content: space-between;
}
.column2 .basic-column-box {
  background: url(img/bg_column2.png) repeat;
  background-size: 8px auto;
  padding: 3rem 3rem 1.5rem;
  position: relative;
  width: calc((100% - 4.5rem) / 2);
  margin: 0;
  box-shadow: 5px 9px 0 rgba(189, 223, 33, .5);
}
.column2 .basic-column-box:nth-of-type(n+3) {
  margin-top: 4rem;
}
.column2 .box-wrap div {
  padding: 0;
}
.column2 .basic-title {
  margin: 0 auto 2.5rem;
  padding: 0 .5rem 2rem .5rem;
  border-bottom: 2px solid #bddf21;
  display: flex;
  align-items: center;
}
.column2 .basic-title h2,
.column2 .basic-title h3,
.column2 .basic-title h4,
.column2 .basic-title h5,
.column2 .basic-title div {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border: none;
  background: none;
}

.column2 .basic-title a {
  display: block;
  width: 100%;
  font-size: 100%;
  padding: 0 2.5rem 0 0;
  text-decoration: none;
  position: relative;
  background: url(img/arrow_gray.png) no-repeat right 2px center;
  background-size: 16px auto;
}
.column2 .basic-title a:hover {
  opacity: 0.6;
  cursor: pointer;
}
.column2 .box-wrap div:nth-of-type(1) img {
  width: 60px;
  height: 60px;
}
.box-wrap .table-normal {
  margin: 10px auto 20px;
}

.viral-box-wrap {
  margin: 4rem 0;
  padding: 2rem 2rem 0;
  background: #fff;
}
.viral-box-wrap .basic-column-box {
  padding: 1rem 2rem 2rem;
  border: 5px solid #efefea;
  background: #f7f7f4;
}
.viral-box-wrap.column1 .basic-column-box {
}
.viral-box-wrap.column2 .basic-column-box::before,
.viral-box-wrap.column2 .basic-column-box::after {
  content: none;
}
.viral-box-wrap.column3 .basic-column-box {
}
.viral-box-wrap .viral-head {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.viral-box-wrap .box-wrap__inner {
  width: 10%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.viral-box-wrap .catch-copy {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #249424;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
}
.viral-box-wrap.column2 .box-wrap__inner {
  width: 20%;
}
.viral-box-wrap.column2 .catch-copy {
  width: calc( 80% - 1.5rem);
}
.viral-box-wrap.column3 .box-wrap__inner {
  width: 100%;
}
.viral-box-wrap.column3 .catch-copy {
  width: 100%;
  margin: 1rem 0 0;
}

.viral-box-wrap .viral-info,
.viral-box-wrap .viral-quote {
  display: block;
  font-size: 1rem;
  color: #999;
  line-height: 1.4;
  word-wrap: break-word;
}
.viral-box-wrap .viral-info {
  margin: 0.5em 0 0;
  text-align: center;
}
.viral-box-wrap .viral-quote {
  margin: 1em 0 0;
  text-align: left;
}



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

.btn-tel {
  display: none;
}
.btn-internal a,
.btn-web a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 472px;
  height: auto;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem 4rem;
  margin: 3rem auto;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  word-break: break-all;
  border-radius: 6px;
}
.btn-web a::before,
.btn-tel a::before {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    pointer-events: none;
    border-radius: 4px;
}
.btn-internal a:hover,
.btn-web a:hover {
}

/*btn-internal*/
.btn-internal a {
   background: #55bf55 url(img/arrow_green2.png) right 15px center no-repeat;
   background-size: 13px;
   color: #fff;
   border: 2px solid #6ad06a;
   max-width: 432px;
   padding: 1rem 4rem;
   font-size: 1.6rem;
   box-shadow: 6px 5px 10px rgba(155, 155, 155, .3);
}
.btn-internal a:hover {
  opacity: 0.6;
}
/*btn-web*/
.btn-web a {
    background: #f64e5f url(img/arrow_pink.png) right 20px center no-repeat;
    background-size: 16px;
    box-shadow: 6px 5px 10px rgba(155, 155, 155, .3);
}
.btn-web a:hover {
  opacity: 0.6;
}
/*btn-link*/
.btn-link,
.contents-full .btn-link  {
  text-align: right;
}
.btn-link a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(img/arrow_green.png) left top 7px no-repeat;
  background-size: 16px;
  padding: 4px 0px 4px 25px;
  text-decoration: underline;
  line-height: 1.5;
  margin: 1rem auto;
}
.btn-link a:hover {
  text-decoration: none;
  opacity: .6;
}




.btn-acc span {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 3.0rem auto;
  padding: 1.2rem 3.0rem 1.2rem 3.0rem;
  display: block;
  background: #3fa5e5;
  border: solid 1px #fff;
  box-shadow: 0 0 0 3px #3fa5e5;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.btn-acc span:hover {
  opacity: .6;
}
.btn-acc span::before {
  content: "";
  width: 15px;
  height: 3px;
  margin: auto;
  border-top: 3px solid #fff;
  vertical-align: middle;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
}
.btn-acc span::after {
  content: "";
  width: 3px;
  height: 15px;
  margin: auto;
  border-left: 3px solid #fff;
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn-acc span:hover {
  background-size: 12px auto, cover;
}

.btn-acc.is-close span::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion-area {
}
.accordion-area > :first-child {
  margin-top: 0;
}
.accordion-area > :first-child * {
  margin-top: 0;
}


/* 目次 */
#toc {
  margin: 5rem 0;
  padding: 2rem 3.5rem;
  background: url("img/bg_bd_green.gif");
}
#toc .ttl {
  margin: 0 0 2rem;
  padding: 0 1.5rem 1.5rem 5rem;
  background: url("img/ico_index.png") left top no-repeat;
  background-size: 38px;
  border-bottom: 1px dashed #000;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  font-size: 2.6rem;
  position: relative;
  font-family: "游ゴシック","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
  #toc .ttl {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}

.chapter {
  margin: 0;
  padding: 2rem;
  background: #FFF;
  line-height: 2;
}
.chapter .chapter {
  margin: 1rem 0;
  padding: 0;
  background: none;
}

/* 比較表 */
.compare-table-frame {
  margin: 4rem auto;
  padding: 15px 30px;
  background: url("img/bg_bd_gray.gif");
}
.compare-table-frame > :first-child {
    margin-top: 0;
}
.compare-table-frame > :first-child * {
    margin-top: 0;
}
.compare-table-frame .title-list-area,
.compare-table-frame .title-table-area,
.compare-table-frame .title-text-area,
.compare-table-frame .image-text-area {
  margin: 25px 0;
  padding: 20px;
  background: #FFF;
  border: 2px solid #c9c9c9;
}
.compare-table-frame .image-text-area .catch-copy {
  margin: 0 0 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.compare-table-frame .tag-list-area {
  padding: 2% 2% 0;
  background: #FFF;
  border: 2px solid #c9c9c9;
}
.compare-table-frame .contents-list {
  padding: 0;
}
.compare-table-frame .contents-list li {
  margin: 15px 0;
  padding: 20px 20px 20px 35px;
  background: #fff;
  border: 1px dashed #000;
  position: relative;
}
.compare-table-frame .contents-list li::before {
    position: absolute;
    content: "";
    background: url(./img/listicon.png) left 2px top no-repeat;
    background-size: 12px auto;
    left: 17px;
    width: 14px;
    height: 12px;
    top: 24px;
}
.compare-table-frame .contents-list li p {
  margin: 10px 0 0 -15px;
}


/* Q&A */
.qa-area-frame {
  margin: 4rem 0;
}
.qa-box  {
  padding: 2rem;
}
.qa-box-odd {
  background: #60c1b0;
}
.qa-box-even {
  background: #fff;
  border: 3px solid #60c1b0;
}
.qa-image-info {
  width: 95px;
  text-align: center;
}
.qa-image-info.qa-image-left {
  margin: 0 2rem 0 0;
  float: left;
}
.qa-image-info.qa-image-right {
  margin: 0 0 0 2rem;
  float: right;
}
.qa-image {
  width: 80px;
  margin: 0 auto 1rem;
}
.qa-info {
  margin: 0.5em 0 0;
  padding: 2px;
  background: #FFF;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.qa-catch {
  min-height: 3.5rem;
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #009994;
  position: relative;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.qa-icon-q::before {
  content: 'Q';
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 1rem 0 0;
  display: inline-block;
  background: #FFF;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #48a6b1;
  font-family: "游ゴシック","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
.qa-icon-a::before {
  content: 'A';
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 1rem 0 0;
  display: inline-block;
  background: #009994;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #FFF;
  font-family: "游ゴシック","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
.qa-image-left + .qa-icon-q,
.qa-image-left + .qa-icon-a {
  padding: 0 0 0 11.5rem;
}
.qa-caption {
  margin: 0.5em 0 0;
  font-size: 10px;
  color: #999999;
  line-height: 135%;
  word-wrap: break-word;
}
.qa-box-odd .qa-caption a,
.qa-box-odd .qa-caption {
  color: #fff;
  text-align: left;
}
.qa-caption,
.qa-caption a {
  color: #999;
  text-align: right;
}
.qa-image-left .qa-caption {
  text-align: right;
}
.qa-quote-frame {
  text-align: right;
}
.qa-cmn-quote {
  margin: 0.5em 0 0;
  display: block;
  font-size: 12px;
  color: #999999;
  word-wrap: break-word;
}
.qa-cmn-quote a {
  color: #999999;
}

.qa-box-odd .qa-text-frame,
.qa-box-odd .qa-catch {
  color: #FFF;
}


/* addCont--selection */
.addCont--selection {
  margin: 15rem auto 0;
}
.addCont__headArea--selection {
  background: url(img/bg_selection_title.png) repeat;
  text-align: center;
  padding: 2.4rem 0 2.8rem;
}
.wi1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.addCont__title--selection,
#index .addCont__title--selection {
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  background: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding: 0;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
  .addCont__title--selection,
  #index .addCont__title--selection {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}
#index .addCont__title--selection::after {
  content: none;
}
.addCont__title__catch--selection {
  display: inline-block;
  background: url(img/bg_ribbon.png) no-repeat center top;
  background-size: 100% 100%;
  font-size: 1.6rem;
  color: #fff;
  min-width: 184px;
  padding: .3% 5% 0.7%;
  line-height: 1.5;
}
.addCont__title__big {
  font-size: 5rem;
  display: inline-block;
}
.addCont__title__small {
  font-size: 2.8rem;
}
.addCont__thBoxArea-wrap {
  margin: 3.5rem auto 0;
}
p.addCont__text {
  width: 90%;
  margin: 0 auto 1.5rem;
  font-size: 1.6rem;
  color: #444;
}
p.addCont__text--small {
  font-size: 1.4rem;
}
.wi1000 p span.addCont__text__bold {
  font-weight: bold;
  background: none;
  color: #444;
}
.thBoxArea--selection {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 5.5rem auto 3rem;
}
.sBox--selection {
  width: calc((100% - 4rem)/3);
  position: relative;
  border: 2px solid #eb8f02;
  background: url(img/bg_selection_type1.png) repeat;
  background-size: 8px auto;
  padding: 4.2rem 2rem .5rem;
  text-align: center;
}
.sBox--selection.type2 {
  border-color: #ee74b3;
  background: url(img/bg_selection_type2.png) repeat;
  background-size: 8px auto;
}
.sBox--selection.type3 {
  border-color: #058c82;
  background: url(img/bg_selection_type3.png) repeat;
  background-size: 8px auto;
}
.sBox__type--selection {
  position: absolute;
  min-width: 236px;
  min-height: 45px;
  line-height: 45px;
  background: #eb8f02;
  text-align: left;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  top: -22px;
  padding: 0 1rem 0 7.2rem;
  left: -2px;
}
.sBox__type--selection::before {
  content: '';
  width: 54px;
  height: 70px;
  background: url(img/icon_company.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -6px;
  left: 7px;
}
.sBox__type--selection::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 15px solid #cf7e00;
  position: absolute;
  right: -15px;
  top: 0;
}
.type2 .sBox__type--selection {
  background: #ee74b3;
}
.type2 .sBox__type--selection::after {
  border-left-color: #d95c9d;
}
.type3 .sBox__type--selection {
  background: #00a89c;
}
.type3 .sBox__type--selection::after {
  border-left-color: #058c82;
}
.sTit--selection {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
  color: #f57900;
  margin: 0 auto 1.5rem;
}
.type2 .sTit--selection {
  color: #dd569c;
}
.type3 .sTit--selection {
  color: #058c82;
}
.comName--selection {
  font-size: 2.2rem;
  font-weight: bold;
  color: #444;
  line-height: 1.3;
  margin: 0 auto 2rem;
}
.selection__slider.slick-slider {
  margin: 0 auto 1.5rem;
  min-height: 269px;
}
.selection__slider .slick-prev,
.selection__slider .slick-next {
  width: 19px;
  height: 19px;
  transform: none;
  top: 38%;
  z-index: 1;
}
.selection__slider .slick-prev {
  left: -10px;
  background: url(img/arrow_slider_prev.png) no-repeat;
  background-size: contain;
}
.selection__slider .slick-next {
  right: -10px;
  background: url(img/arrow_slider_next.png) no-repeat;
  background-size: contain;
}
.selection__slider .slick-prev::before,
.selection__slider .slick-next::before {
  content: '';
}
.caption--selection {
  margin: 1.5rem auto 0; 
}
.sBox--selection .btn-web a {
  margin: 0 auto 2.5rem;
  width: 98%;
  padding: 1.25rem 4rem;
  background-position: right 1.5rem center;
}
.sBox--selection .btn-internal a {
  margin: 0 auto 2.5rem;
  width: 85%;
  padding: 1.25rem 4rem;
  background-position: right 1.5rem center;
  font-size: 1.8rem;
}



@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    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 {
    width: 100%;
    max-width: inherit;
    margin: 2.5rem auto 5rem;
    padding: 0 3%;
  }

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

  .sitemap {
    display: none;
  }

  #side {
    display: none;
  }
  /* header
----------------------------------------------------*/
  .l-header-area {
    min-width: auto;
    margin: 0 auto 0.5rem;
  }
  .l-header {
    padding: 0 6.5rem 0 2%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .l-header__sitename {
    font-size: 1.7rem;
    background-size: 56px auto;
    padding: 1rem 0 1rem 6rem;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
  .l-header__sitename a {
    background: none;
    padding: 0;
  }
  .l-header__sitename__catch {
    font-size: 1.3rem;
  }
  .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 {
    width: 100%;
    min-width: inherit;
    margin: 0 auto 2rem;
    padding: 0.2rem 3%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #efefea;
    font-size: 1.3rem;
  }
  #breadcrumb:after {
    min-width: 100%;
  }

  /* g_nav
----------------------------------------------------*/
  .l-gnavi-area {
    width: 100%;
  }
  .l-gnavi-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    z-index: 200;
    cursor: pointer;
    border: 2px solid #323c46;
    background: #fff;
  }
  .l-gnavi-btn span {
    width: 26px;
    height: 3px;
    display: inline-block;
    background: #323c46;
    -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 {
  }
  .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: 50px;
    height: 50px;
    background: none;
    position: absolute;
    /* top: 29px; */
    /* 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: 33px;
  }
  .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;
  }


  /* footer
----------------------------------------------------*/
  .l-footer-area {
    margin: 6rem auto 0;
  }
  .l-footer-area__inner {
    width: 100%;
    padding: 3.0rem 0 1rem 0;
  }
  .l-footer-logo {
    width: 94%;
    margin: 0 auto 2.5rem;
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }
  .l-footer-logo a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
  }
  .l-footer-menu-wrapper {
    margin: 0 auto 2rem;
    border-top: 1px solid #fff;
  }
  .l-footer-menu {
    margin: 0;
  }
  .l-footer-menu__title {
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 0;
  }
  .l-footer-menu__title__link {
    padding: 1.0rem 4.0rem 1.0rem 4%;
    display: block;
    background: url(img/arrow_green_down.png) right 10px center no-repeat;
    background-size: 16px auto;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
  }
  .l-footer-menu__title__link::before {
    content: none;
  }
  .l-footer-menu__title__link.is-open {
    background: url(img/arrow_green_up.png) right 10px center no-repeat;
    background-size: 16px auto;
  }
  .l-footer-menu__list {
    padding: 0;
    display: none;
    font-size: 1.3rem;
    background-color: #fff;
  }
  .l-footer-menu__list__item {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
  }
  .l-footer-menu__list__item a {
    padding: 1.0rem 4% 1.0rem 2.5rem;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #323c46;
    background: url("img/arrow_black") 10px center no-repeat;
    background-size: 6px auto;
  }
  .l-footer-menu__list > .l-footer-menu__list__item:last-child .l-footer-menu__list__link {
    border-bottom: none;
  }
  .l-footer-menu__list > .l-footer-menu__list__item:last-child .l-footer-submenu__list__item:last-child .l-footer-submenu__list__link {
    border-bottom: none;
  }
  .l-footer-menu__list > .l-footer-menu__list__item:last-child .l-footer-submenu__list {
    border-top: 1px solid #ccc;
  }
  .l-footer-menu__list__link:after {
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-submenu__list {
    padding: 0;
    display: block;
  }
  .l-footer-submenu__list__item {
    padding: 0;
  }
  .l-footer-submenu__list__item a {
    padding: 1.0rem 4% 1.0rem 4rem;
    background-position: left 2.5rem center;
  }
  .l-footer-submenu__list__item:before {
    display: none;
  }

  .l-footer-area .menseki {
    width: 90%;
    margin: 0 auto 2rem;
    padding: 1.5rem 4%;
    line-height: 1.5;
    font-size: 1.3rem;
    text-align: left;
  }
  .l-footer-area .ucp {
    margin: 0 auto 2rem;
    line-height: 1.5;
    font-size: 1.3rem;
    padding: 0 3%;
  }
  .l-pagetop {
    right: 1rem;
    width: 5rem;
    height: 5rem;
  }
  .l-footer-copy {
    padding: 1rem 3%;
  }
  /* -----------------------------
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;
  }
  .underlayer-page-title {
  }
  h1.underlayer-page-title {
    margin: 0rem auto 2.5rem;
  }
  .underlayer-page-title::after {
    width: 50px;
    height: 54px;
    bottom: -14px;
  }
  .contents_top .top-title h2,
  .underlayer-page-title {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 1.5rem 5.5rem 1.5rem 5%;
    background-size: 94px auto;
  }
  .contents_top .top-title h2:first-child,
  .underlayer-page-title:first-child {
    margin-bottom: 2.5rem;
  }

  .contents_top .top-title h3, .underlayer-title h2 {
    margin: 4rem 0 2.5rem;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 1.7rem 5%;
  }
  .contents_top .top-title h3::before, .underlayer-title h2::before {width: 50px;height: 32px;top: -17px;left: -2%;}
  .contents_top .top-title h4, .underlayer-title h3 {
    margin: 3.5rem auto 2rem;
    padding: 1.5rem 3%;
    font-size: 2rem;
    line-height: 1.4;
  }
  .contents_top .top-title h4::after, .underlayer-title h3::after {
  }
  .contents_top .top-title h5,
  .underlayer-title h4,
  .underlayer-title h5 {
    position: relative;
    margin: 3.5rem auto 2rem;
    padding: 1.2rem 3%;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .contents_top .top-title h5::before,
  .underlayer-title h4::before ,
  .underlayer-title h5::before {

  }
  .contents_top .top-title div{
    font-size: 1.8rem;
  }
  .underlayer-title div {
    margin: 3rem 0 2rem;
    font-size: 1.7rem;
  }
  .contents-right .catch-copy, .contents-left .catch-copy {
    font-size: 1.8rem;
  }

    /* tag
----------------------------------------------------*/
 .contents_top ul.tag-list-area li.tag-list-area__li {
    margin: 0 1% 1rem 1%;
    width: calc(94%/3);
    line-height: 1.3;
  }
  .contents_top ul.tag-list-area li.tag-list-area__li:nth-child(4n){
    margin-right:auto;
  }

  /* slider
----------------------------------------------------*/
  .slider-area .slider .slider-for {
    width: 100%;
    padding: 0 2rem;
    float: none;
  }
  .slider-area .slider .slider-for img {
    max-width: 100%;
    width: inherit;
    /* height: 160px; */
  }
  .slider-area .slider .slider-nav-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
    position: static;
    justify-content: center;
  }
  .slider .slider-nav-wrap .slick-next {
    transform: none;
    width: 7px;
    height: 11px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -1.2rem;
    background: url(img/arrow_slide_thumb_next.png) no-repeat;
    background-size: contain;
  }
  .slider .slider-nav-wrap .slick-prev {
    transform: none;
    width: 7px;
    height: 11px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(img/arrow_slide_thumb_prev.png) no-repeat;
    background-size: contain;
    left: -1.2rem;
  }
  .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: 20% !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 {
    margin: 30px 0;
    padding: 0 0 10px 0;
    width: 100%;
  }
  .table-layout table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table-layout table tr + tr {
    border-top: none;
  }
  .table-layout table thead th, .table-layout table tbody th, .table-layout table tbody td {
    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.first-row table tr:nth-child(1) td:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
  }
  .table-layout.both-row-column tr:first-child td:not(:first-child) {
    border-bottom: 1px solid #cdcdcd;
  }
  .table-layout.both-row-column tr:not(:first-child) td:first-child {
    /* border-bottom: none; */
  }
  .table-layout.first-column table td:nth-child(1) {
    /* border-bottom: none; */
  }
  .table-layout table th {
  }
  .table-layout table th:first-child {
    border-left: none;
  }
  .table-layout table th {
    font-weight: bold;
  }
  .table-layout::-webkit-scrollbar {
    height: 5px;
  }
  .table-layout::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-layout::-webkit-scrollbar-thumb {
  }

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

  .js-scrollable {
      width: 100%;
      margin: 2rem 0 0;
  }
  .js-scrollable.both-row-column tr:not(:first-child) td:first-child + td {
    /* border-left: none!important; */
  }
  .table-sp-none{
    display:none;
  }
  /* img_left_right_center
----------------------------------------------------*/
  .image-text-area {
    display: block;
    padding: 0;
    margin: 2rem auto;
  }
  .image-text__image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1.5rem;
    padding: 0;
  }
  .image-text__image.image-left, .image-text__image.image-right {
    width: 100%;
    margin: 0 auto 1.5rem;
  }
  .image-text__text.text-wrap {
     width: 100%;
  }
  .image-text__image.image-left img,
  .image-text__image.image-right img {
    margin: auto;
    display: block;
  }
  .image-text-area .image-text__image.image-left + .image-text__text,
  .image-text-area .image-text__image.image-right + .image-text__text {

  }

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

  /* img
  ----------------------------------------------------*/
  .underlayer-image-text-box .catch-copy {
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }

  /* 2box,3box
----------------------------------------------------*/
  .caption {
    /* font-size: 12px; */
  }
  .column2 .basic-column-box, .column3 .basic-column-box {
    width: 100%;
    margin-right: 0;
  }
  .column2 .basic-column-box + .basic-column-box {
    margin-top: 2.5rem;
  }
  .column3 .basic-column-box + .basic-column-box {
    margin-top: 2rem;
  }
  .column3 {
  }
  .box-wrap {
    margin: 3rem auto;
    display: block;
  }
  .box-wrap .basic-column-box {
    padding: 2rem 4% 1rem;
  }
  .box-wrap.basic-layout.column2 {
    padding-right: 5px;
  }
  .box-wrap .basic-column-box .catch-copy {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 0 0rem;
    margin: 1rem auto;
  }
  .column2 .basic-title {
    font-size: 2rem;
    padding: 0 1% 1.5rem 1%;
    margin: 0 auto 2rem;
  }
  .column2 .basic-title h2,
  .column2 .basic-title h3,
  .column2 .basic-title h4,
  .column2 .basic-title h5,
  .column2 .basic-title div {
    font-size: 2rem;
  }
  .column3 .basic-title {
    margin: 0 auto 2rem;
    padding: 0 0 1.5rem;
  }

  .viral-box-wrap {
    padding: 3% 3% 0;
    margin: 2rem 0;
  }
  .viral-box-wrap .basic-column-box {
    margin: 0 0 3% 0;
    padding: 2% 5% 5%;
  }
  .viral-box-wrap .box-wrap__inner {
    width: 20%;
  }
  .viral-box-wrap .catch-copy {
    font-size: 1.8rem;
  }
  .viral-box-wrap.column3 .box-wrap__inner {
    width: 20%;
  }
  .viral-box-wrap.column3 .catch-copy {
    width: calc(80% - 1rem);
  }

  /*　btn_link
----------------------------- */
  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    margin: 0 auto;
    display: block;
  }
  .btn-internal a,
  .btn-web a,
  .btn-tel a,
  .btn-link a {
    display: block;
    box-sizing: border-box;
    width: 86%;
    height: auto;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: none;
    padding: 1.8rem 3rem 1.8rem 2.5rem;
    margin: 2.0rem auto;
    color: #fff;
    border-radius: 6px;
  }

  /*btn-internal*/
  .btn-internal a,
  .btn-web a {
    background-size: 13px auto;
    background-position: right 1rem center;
  }
  .btn-internal a,
  .btn-link a {
    padding: 1.4rem 3rem 1.4rem 2.5rem;
    font-size: 1.4rem;
  }
  /*btn-web*/
  .btn-web a {
  }
  /*btn-tel*/
  .btn-tel a {
    background: #00a3bb url(img/icon_tell.png) left 12px center no-repeat;
    background-size: 15px;
    padding: 1.8rem 3rem 1.8rem 3.5rem;
    box-shadow: 6px 5px 10px rgba(155, 155, 155, .3);
  }
  /*btn-link*/
  .btn-link a {
    background-position: right 1rem center;
    background-size: 13px auto;
    border: solid 2px;
    color: #323c46;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    margin-top: -1rem;
  }

  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-link {
    width: 100%;
    align-self: stretch;
    display: flex;
    justify-content: center;
    flex: auto;
  }

  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-link a {
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    margin: 1rem auto 0;
    align-items: center;
    justify-content: center;
    flex: auto;
    padding: 1rem 3rem 1rem 1rem;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a {
  background-size: 13px 13px;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a {
    background-size: 1.4rem auto;
    padding: 1rem 3rem 1rem 1.5rem;
  }

  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
    padding: 1rem 2rem 1rem 4rem;
  }

/* num */
  .icon-title {
    margin: 3rem auto 2rem;
    padding: 1.5rem 3% 1.5rem 6.5rem;
    font-size: 2rem;
    line-height: 1.4;
    width: 100%;
  }

  .icon-num-title .icon-num {
    width: 50px;
    height: 50px;
    font-size: 2rem;
    padding: 0;
    line-height: 50px;
  }



  .icon-recommend-title::before,
  .icon-point-title::before,
  .icon-check-title::before {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
    padding-top: 17px;
    background-position: bottom 12px center;
  }
  .icon-recommend-num-title::before,
  .icon-point-num-title::before,
  .icon-check-num-title::before {
    width: 50px;
    height: 50px;
    padding: 1rem 0 0;
    font-size: 1.1rem;
  }
  .icon-check-num-title .icon-num,
  .icon-recommend-num-title .icon-num,
  .icon-point-num-title .icon-num {
    width: 50px;
    padding: 1.1rem 0 0;
    font-size: 2rem;
  }

  /* 比較表 */
  .compare-table-frame .title-list-area,
  .compare-table-frame .title-table-area,
  .compare-table-frame .title-text-area,
  .compare-table-frame .image-text-area {
    margin: 2rem 0;
    padding: 2rem 1.5rem;
  }
  .compare-table-frame .image-text-area .catch-copy {
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }
  .compare-table-frame {
    padding: 3%;
  }

  /* 目次 */
  #toc {
    padding: 2rem;
  }
  #toc .ttl {
    padding: 0 1.5rem 1.5rem 4rem;
    background-size: 30px;
    font-size: 2.2rem;
  }


  /* Q&A */
  .qa-box  {
    padding: 3%;
  }
  .qa-image-info {
    width: 20%;
  }
  .qa-image-info.qa-image-left {
    margin: 0 3% 3% 0;
  }
  .qa-image-info.qa-image-right {
    margin: 0 0 3% 3%;
  }
  .qa-image {
    width: 100%;
  }
  .qa-info {
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .qa-catch {
    min-height: 3rem;
    font-size: 1.8rem;
  }
  .qa-icon-q::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .qa-icon-a::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .qa-image-left + .qa-icon-q,
  .qa-image-left + .qa-icon-a {
    padding: 0 0 0 23%;
  }
  .qa-caption {
    font-size: 1rem;
    line-height: 1.6;
  }
  .qa-cmn-quote {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* addCont--selection */
  .addCont--selection {
    margin: 10rem auto 0;
  }
  .addCont__headArea--selection {
    padding: 1rem 3% 1.5rem;
    background-size: 94px auto;
  }
  .wi1000 {
    width: 100%;
  }
  .addCont__title--selection,
  #index .addCont__title--selection {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0;
  }
  #index .addCont__title--selection::after {
    content: none;
  }
  .addCont__title__catch--selection {
    font-size: 1.4rem;
    min-width: 140px;
    padding: 0.5% 5% 1%;
    margin: 0 auto 1rem;
  }
  .addCont__title__big {
    font-size: 3.4rem;
  }
  .addCont__title__small {
    font-size: 2.2rem;
  }
  .addCont--selection .addCont__thBoxArea-wrap {
    margin: 2rem auto 0;
    padding: 0 3%;
  }
  p.addCont__text {
    width: 100%;
  }
  p.addCont__text--small {
    font-size: 1.4rem;
  }
  .wi1000 p span.addCont__text__bold {
    font-weight: bold;
    background: none;
    color: #444;
  }
  .thBoxArea--selection {
    display: block;
    margin: 4.5rem auto 2.5rem;
  }
  .sBox--selection {
    width: 100%;
    padding: 3rem 5% .5rem;
  }
  .sBox--selection + .sBox--selection {
    margin-top: 4rem;
  }
  .sBox__type--selection {
    min-width: 200px;
    min-height: 36px;
    line-height: 36px;
    top: -18px;
    padding: 0 0.5rem 0 6.2rem;
  }
  .sBox__type--selection::before {
    width: 44px;
    height: 57px;
  }
  .sBox__type--selection::after {
    border-top: 16px solid transparent;
    right: -15px;
    top: 0px;
  }
  .sTit--selection {
    margin: 0 auto 1rem;
  }
  .comName--selection {
    font-size: 2.2rem;
    margin: 0 auto 1.5rem;
  }
  .selection__slider.slick-slider {
    margin: 0 auto 1.5rem;
    min-height: auto;
  }
  .selection__slider .slick-prev,
  .selection__slider .slick-next {
    width: 19px;
    height: 19px;
    transform: none;
    top: calc((100% - 4rem)/2);
    z-index: 1;
  }
  .selection__slider .slick-prev {
    left: -10px;
    background: url(img/arrow_slider_prev.png) no-repeat;
    background-size: contain;
  }
  .selection__slider .slick-next {
    right: -10px;
    background: url(img/arrow_slider_next.png) no-repeat;
    background-size: contain;
  }
  .selection__slider .slick-prev::before,
  .selection__slider .slick-next::before {
    content: '';
  }
  .selection__slider .slick-track {
    display: flex;
    align-items: center;
  }
  .caption--selection {
    margin: 1rem auto 0;
  }
  .sBox--selection .btn-web a {
    margin: 0 auto 2.5rem;
    width: 86%;
    padding: 1.5rem 4rem;
  }
  .sBox--selection .btn-internal a {
    margin: 0 auto 2.5rem;
    width: 86%;
    padding: 1.5rem 4rem;
  }


}