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

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

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  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: normal;
}

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

img {
  vertical-align: middle;
}

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

/*----------------------------------------------------
共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
  font-size: 62.5%;
}

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

/* リンク
----------------------------------------------------*/
a {
  color: #333;
  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 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
各ページスタイル
----------------------------------------------------*/
/*----------------------------------------------------
PCサイトcss
----------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  min-width: 1000px;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  font-weight: 500;
}

#contents {
  margin: 5rem auto 13rem;
  max-width: 1000px;
  width: 1000px;
  counter-reset: num;
}
#contents.contents_top {
  margin: 0 auto;
  padding: 3.5rem 0 11rem;
}

.contents-left,
.contents-right {
  max-width: 740px;
  width: 740px;
}
.contents-left p,
.contents-right p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 15px;
}

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

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

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

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

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

/* for chrome, safari */
.caption::-webkit-scrollbar,
.viral-quote::-webkit-scrollbar {
  height: 5px;
}

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

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

/*-------------------add-------------------*/
/* パンくず
----------------------------------------------------*/
#breadcrumb {
  margin: 30px auto;
  font-size: 12px;
  width: 1000px;
}
#breadcrumb a {
  text-decoration: underline;
}
#breadcrumb a:hover {
  text-decoration: none;
}

/* header
----------------------------------------------------*/
.l-header-area {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 2rem 0 0;
  position: relative;
  color: #333;
  background: #fff;
  border-top: solid 2rem #7dd1ba;
}
.l-header-area .l-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.l-header-area .l-header .l-header__sitename {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5rem 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.l-header-area .l-header .l-header__sitename a {
  text-decoration: none;
}
.l-header-area .l-header .l-header__sitename a:hover {
  opacity: 0.7;
}

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

.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 60px 0 0;
  position: fixed;
  background: #585858d4;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

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

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

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

.l-gnavi-list {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.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: #666;
  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 #666;
  border-right: 2px solid #666;
  -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: #666;
  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;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu::after {
  content: '・・・';
  position: absolute;
  color: #666;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover {
  background: #666;
}
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover::after {
  content: '・・・';
  position: absolute;
  color: #fff;
  right: 5%;
  top: 28%;
  font-size: 2rem;
  letter-spacing: -10px;
}

.l-gnavi-list
  .l-gnavi-list__item
  .l-gnavi-list__sub
  .l-gnavi-list__item
  .l-gnavi-list__link--back {
  background: #fff;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.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 #666;
  border-right: 2px solid #666;
  -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,
.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

.is-navi-open .is-gnavi-cover {
  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;
  background: #fff;
}
.l-gnavi-area02.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.5rem 0;
}
.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% / 1);
  text-align: center;
  position: relative;
  padding: 1rem 0;
  margin: 1rem 0.6rem;
}
.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%;
  margin: 10px 0;
  padding: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 0.5rem;
  background: #aa8e69;
  color: #f7eaae;
  position: relative;
}
.l-gnavi-area02 .l-gnavi-list02__item__link:hover {
  opacity: 0.6;
}
.l-gnavi-area02 .l-gnavi-list02__item__link::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #f7eaae transparent;
  bottom: 6px;
  right: 6px;
}
.l-gnavi-area02 .l-gnavi-list02__item__link::after {
  content: '';
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border: solid 1px #cfba9e;
  border-radius: 0.3rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
.l-gnavi-area02 .l-gnavi-list02--01 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--02 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--03 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--04 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--05 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--06 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--07 {
  width: calc(100% / 1);
}
.l-gnavi-area02 .l-gnavi-list02--08 {
  width: calc(100% / 1);
}

/* side
----------------------------------------------------*/
.side-banner-area {
  max-width: 220px;
  width: 220px;
  margin: 0 0 3rem;
  padding: 0;
  position: relative;
}
.side-banner-area p {
  color: #333;
  line-height: 1.5;
}
.side-banner-area .sidebanner-upper {
  padding: 0;
  position: relative;
  margin: 0 0 4rem 0;
  z-index: 0;
}
.side-banner-area .sidebanner-upper__txt {
  padding: 6rem 1.6rem 1.7rem;
  margin-bottom: 80px;
  border: solid 2px #ff8485;
  position: relative;
  z-index: -999;
  background-color: #f8f7f1;
}
.side-banner-area .sidebanner-upper__txt::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 53px;
  background: url(img/sidebar-check.png) center center/contain no-repeat;
  top: 1rem;
  left: 1rem;
  pointer-events: none;
}
.side-banner-area .sidebanner-upper__txt > p {
  position: relative;
  z-index: 100;
}
.side-banner-area .sidebanner-upper__sttl {
  font-size: 18px;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  color: #3a9284;
  border-radius: 0.5rem 0.5rem 0 0;
}
.side-banner-area .sidebanner-upper__sttl a {
  display: block;
  padding: 0 2rem 0 0;
  text-decoration: none;
  background-size: 100% auto;
  line-height: 1.5;
  border-bottom: 0;
  color: #3a9284;
  position: relative;
}
.side-banner-area .sidebanner-upper__sttl a::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(img/aw_5.png) center center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.side-banner-area .sidebanner-upper__sttl a:hover {
  opacity: 0.7;
}
.side-banner-area .sidebanner-upper__img {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 100;
}
.side-banner-area .sidebanner-upper__img img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
.side-banner-area .sidebanner-upper__catch {
  margin: 1rem 0;
  padding: 0 0 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #333;
}
.side-banner-area .sidebanner-upper__info {
  text-align: center;
  font-size: 10px;
  color: #888888;
  line-height: 1.4;
  word-wrap: break-word;
  padding: 0.5rem 0;
}
.side-banner-area .sidebanner-upper .bt-more {
  padding: 0;
  margin: 1rem 0;
  position: relative;
  z-index: 100;
}
.side-banner-area .sidebanner-upper .bt-more a {
  background: #87dccd;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  line-height: 1.5;
  padding: 1rem 2rem;
  color: #fff;
  z-index: 100;
  box-shadow: 0.6rem 0.6rem 0 #2cdbbb;
}
.side-banner-area .sidebanner-upper .bt-more a:hover {
  opacity: 0.6;
}
.side-banner-area .side-banner-list {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #87dccd;
}
.side-banner-area .side-banner-list__sttl {
  width: 100%;
  font-weight: bold;
  font-size: 1.9rem;
  position: relative;
  text-align: center;
}
.side-banner-area .side-banner-list__sttl a {
  width: 100%;
  padding: 2rem 3.5rem 2rem 1rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #87dccd;
}
.side-banner-area .side-banner-list__sttl a::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(img/aw_12.png) center center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.side-banner-area .side-banner-list__sttl a:hover {
  opacity: 0.6;
}
.side-banner-area .side-banner-list ul {
  padding: 0;
}
.side-banner-area .side-banner-list ul li {
  padding: 0 1rem;
}
.side-banner-area .side-banner-list ul li a {
  display: block;
  text-decoration: none;
  padding: 1.5rem 3rem 1.5rem 2.2rem;
  position: relative;
  background: url(img/aw_8.png) center right 0.5rem/0.7rem 1.3rem no-repeat;
  border-top: 1px solid #87dccd;
}
.side-banner-area .side-banner-list ul li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.side-banner-area .side-banner-list ul li ul {
  padding: 0px;
  width: 100%;
}
.side-banner-area .side-banner-list ul li ul li.sub_cat:last-child {
  padding-bottom: 1rem;
}
.side-banner-area .side-banner-list ul li ul li.sub_cat a {
  display: block;
  color: #333;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2.2rem;
  margin: 0 -1rem 0 -1rem;
  font-size: 1.4rem;
}
.side-banner-area .side-banner-list ul li ul li.sub_cat a::before {
  content: '';
  background: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 1rem;
  right: auto;
  width: 7px;
  height: 7px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.side-banner-area .side-banner-list ul li ul li.sub_cat a:hover {
  opacity: 0.5;
}

/* footer
----------------------------------------------------*/
.l-footer-area {
  width: 100%;
  margin: 20rem 0 0;
  padding: 0;
  text-align: center;
  background-color: #f8f7f1;
  position: relative;
}
.l-footer-area::before {
  content: '';
  position: absolute;
  background: url(img/footer_t.png) center center/contain no-repeat;
  width: 181px;
  height: 97px;
  top: -97px;
  left: 9px;
  z-index: -1;
  pointer-events: none;
}
.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;
  background: #ffffff;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: left;
  color: #333;
}

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

.l-footer-bottom {
  margin: 0 auto;
  padding: 0 20px;
  background: #000;
  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-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 {
  padding: 2rem 0 1.5rem;
  background: #87dccd;
  color: #fff;
}

.l-footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.2rem 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 .sitemap {
  text-align: right;
}
.l-footer-copy a {
  color: #fff;
  text-decoration: none;
}
.l-footer-copy a:hover {
  text-decoration: none;
  opacity: 0.6;
}

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

.l-footer-menu {
  margin: 8rem 0 0 0;
}
.l-footer-menu__title__link {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  padding: 1rem 0 1rem 2.5rem;
  font-size: 1.9rem;
  text-align: left;
  position: relative;
  border-bottom: solid 1px #fcf551;
}
.l-footer-menu__title__link::before {
  content: '';
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  background: url(img/aw_1.png) center center/contain no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer-menu__title__link:hover {
  opacity: 0.6;
}
.l-footer-menu__list {
  margin: 1rem 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.l-footer-menu__list__item {
  width: calc(100% / 4);
  margin: 0 0 2rem 0;
}
.l-footer-menu__list__item:first-child {
  display: none;
}
.l-footer-menu__list__link {
  padding: 0.5rem 1rem 0.5rem 3rem;
  margin: 0 0 0.5rem 0;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  color: #333;
}
.l-footer-menu__list__link::before {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background: url(img/aw_8.png) center center/contain no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer-menu__list__link:hover {
  opacity: 0.7;
}

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

.l-footer-submenu__list__link {
  padding: 5px 15px 5px 15px;
  display: block;
  text-align: left;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  color: #333;
}
.l-footer-submenu__list__link::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: solid 1px #765c39;
  border-bottom: solid 1px #765c39;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer-submenu__list__link:hover {
  text-decoration: none;
  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: 60px;
  height: 60px;
  display: block;
  text-align: center;
  position: relative;
  background: url(img/pagetop.png) no-repeat center/60px;
}
.l-pagetop__link:hover {
opacity: 0.7;
}
.l-pagetop__text {
  display: none;
}

.copy {
  background: #ccc;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  width: 100%;
}
.copy a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.copy a:hover {
  text-decoration: underline;
}

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

.pagetop {
  background-color: #f0e7de;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  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: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*/
/* 見出し、ランキング
----------------------------------------------------*/
p.catch-copy,
div.catch-copy {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  margin: 4rem 0 2rem;
  padding: 1rem;
  position: relative;
  color: #3a9284;
}

.contents_top .top-title h2,
.underlayer-page-title {
  color: #333333;
  font-size: 3rem;
  font-weight: bold;
  margin: 7rem 0 4rem;
  padding: 2.7rem 3rem 2.5rem 15rem;
  position: relative;
  background: #f8f7f1;
  border-top: solid 2px #87dccd;
  border-bottom: solid 2px #87dccd;
}
.contents_top .top-title:first-child h2,
.underlayer-page-title:first-child {
margin-top: 0;
}
.contents_top .top-title h2::before,
.underlayer-page-title::before {
  content: '';
  position: absolute;
  background: url(img/h1_icon.png) center center/contain no-repeat;
  width: 138px;
  height: 97px;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
  pointer-events: none;
}
.contents_top .top-title h2 a,
.underlayer-page-title a {
  color: #333333;
}

.top-title h3,
.underlayer-title h2 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #333333;
  line-height: 140%;
  margin: 7rem auto 4rem;
  padding: 2rem;
  position: relative;
  background: #87dccd;
  text-align: center;
}
.top-title h3::after,
.underlayer-title h2::after {
  content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 14px);
    border-top: dotted 2px #fff;
    border-bottom: dotted 2px #fff;
    top: 7px;
    left: 0;
    pointer-events: none;
}
.top-title h3 a,
.underlayer-title h2 a {
  color: #fff;
}

.top-title h4,
.underlayer-title h3 {
  margin: 7rem 0 3rem;
  padding: 2rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  position: relative;
  border-bottom: 3px solid #fcf551;
}
.top-title h4::before,
.underlayer-title h3::before {
  content: '';
	position: absolute;
	background: url(img/h3_icon.png) center center/contain no-repeat;
	width: 68px;
	height: 83px;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

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

.top-title h5,
.underlayer-title h4 {
  margin: 30px auto 15px;
  padding: 1rem 2rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
  position: relative;
  font-weight: bold;
  border-bottom: 3px solid #87dccd;
}
.top-title h5 a,
.underlayer-title h4 a {
  color: #333;
}

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

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

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

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

.contents_top .top-title .title-area a,
.underlayer-title .title-area a {
  background-size: 20px auto;
  color: #583626;
  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: 0.6;
}

/* num */
.icon-title {
  position: relative;
  margin: 6rem auto 3rem;
  padding: 2rem 1.5rem 2.6rem 10rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.icon-title::before {
  content: none;
}
.icon-title::after {
  content: none;
}

.icon-num,
div.icon-num-title .icon-num {
  color: #fff;
  position: absolute;
  width: 90px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto;
  padding: 2rem 0.5rem 0 0;
  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;
  font-weight: normal;
  font-size: 2.5rem;
}

div.icon-recommend-title,
div.icon-check-title,
div.icon-point-title {
  background: url(img/rank_bg.png) center center;
  background-size: cover;
  /* border: solid 4px #f8f7f1; */
  padding-left: 13rem;
}
div.icon-recommend-title:first-child,
div.icon-check-title:first-child,
div.icon-point-title:first-child {
  margin-top: 0;
}
div.icon-recommend-title::before,
div.icon-check-title::before,
div.icon-point-title::before {
  content: '';
  position: absolute;
  width: 121px;
  height: 97px;
  top: -9px;
  bottom: 0;
  left: -0.5rem;
  margin: auto;
}

div.icon-recommend-num-title,
div.icon-check-num-title,
div.icon-point-num-title,
div.icon-num-title {
  background: url(img/rank_bg.png) center center/2rem 2rem no-repeat;
  border: solid 4px #f8f7f1;
  background-size: cover;
}
div.icon-recommend-num-title::before,
div.icon-check-num-title::before,
div.icon-point-num-title::before,
div.icon-num-title::before {
  content: '';
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 0;
  bottom: 0;
  left: -1.4rem;
  margin: auto;
}
div.icon-recommend-num-title::after,
div.icon-check-num-title::after,
div.icon-point-num-title::after,
div.icon-num-title::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 93px;
  background: url(img/women-hart.png) center center/contain no-repeat;
  top: 0;
  right: -1rem;
}
div.icon-recommend-title::before {
  background: url(img/recommend.png) center center/contain no-repeat;
}
div.icon-recommend-num-title::before {
  background: url(img/recommend_num.png) center center/contain no-repeat;
}
div.icon-check-title::before {
  background: url(img/check.png) center center/contain no-repeat;
}
div.icon-check-num-title::before {
  background: url(img/check_num.png) center center/contain no-repeat;
}
div.icon-point-title::before {
  background: url(img/check.png) center center/contain no-repeat;
}
div.icon-point-num-title::before {
  background: url(img/check_num.png) center center/contain no-repeat;
}
div.icon-num-title::before {
  background: url(img/rank.png) center center/contain no-repeat;
}
div.icon-num-title .icon-num {
  padding: 0 0.5rem 0 0;
}

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

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

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

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

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

.tag-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag-list-area::after {
  content: '';
  display: table;
  clear: both;
}

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

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

.tag-list-area .tag-list-area__li {
  background: #ffffff;
  color: #d8d8d8;
  border: none;
}
.tag-list-area .tag-list-area__li::before {
  content: none;
}
.tag-list-area .tag-list-area__li::after {
  content: none;
}
.tag-list-area .tag-list-area__li .tag-on {
  background: #ffe084;
  color: #333;
  border: solid 1px #ffe084;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-list-area .tag-list-area__li > a {
  background: #ffe084;
  color: #333;
  border: solid 1px #ffe084;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-list-area .tag-list-area__li .tag-off {
  background: #fff;
  color: #999999;
  border: solid 1px #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* slider
----------------------------------------------------*/
.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: 625px;
  padding: 0 20px;
  float: left;
}
.slider-area .slider .slider-for button.slick-next,
.slider-area .slider .slider-for button.slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  text-indent: 9999px;
  overflow: hidden;
}
.slider-area .slider .slider-for button.slick-prev {
  background: #ffe084;
  left: 0;
}
.slider-area .slider .slider-for button.slick-prev::before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(img/aw_2.png) center center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  left: 1.1rem;
  margin: auto;
}
.slider-area .slider .slider-for button.slick-prev:hover {
  opacity: 0.8;
}
.slider-area .slider .slider-for button.slick-next {
  background: #ffe084;
  right: 0;
}
.slider-area .slider .slider-for button.slick-next::before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(img/aw_2.png) center center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 1.1rem;
  margin: auto;
}
.slider-area .slider .slider-for button.slick-next:hover {
  opacity: 0.8;
}
.slider-area .slider .slider-nav-wrap {
  width: 100px;
  padding: 0;
  position: absolute;
  top: 35px;
  right: 0;
}
.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%;
  -webkit-transform: translate(-50%, 0);
  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 {
  opacity: 0.6;
}
.slider-area .slider .slider-nav button.slick-prev {
  top: -30px;
}
.slider-area .slider .slider-nav button.slick-prev:hover {
  opacity: 0.6;
}
.slider-area .slider .slider-nav button.slick-prev::before {
  background: url(img/arrow05_orange.svg) 0 0 no-repeat;
  background-size: 100%;
}
.slider-area .slider .slider-nav button.slick-next {
  top: auto;
  bottom: -30px;
}
.slider-area .slider .slider-nav button.slick-next::before {
  background: url(img/arrow06_orange.svg) 0 0 no-repeat;
  background-size: 100%;
}
.slider-area .slider .slider-nav .slick-list {
  padding: 0 0 !important;
}
.slider-area .slider .slider-nav .slick-track {
  left: 0 !important;
}
.slider-area .slider .slider-nav .slick-slide {
  height: 65px;
  padding: 5px 0;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.slider-area .slider .slider-nav .slick-slide img {
  height: 100%;
  margin: 0 auto;
}
.slider-area .slider .slider-nav .slick-slide:hover {
  opacity: 0.5;
}
.slider-area .slider .slider-caption {
  margin: 10px 0 20px;
  font-size: 1.1rem;
  color: #999;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.4em;
}

/* img_left_right_center
----------------------------------------------------*/
.image-text__image {
  padding: 0.5rem;
  max-width: 40%;
  width: initial;
}
.image-text__image.image-left,
.image-text__image.image-right {
  width: 400px;
  position: relative;
}
.image-text__image.image-left img,
.image-text__image.image-right img {
  border: solid 2px #fff;
  position: relative;
  display: block;
  margin: 0 auto;
}
.image-text__image.image-left {
  padding-right: 3rem;
}
.image-text__image.image-right {
  padding-left: 3rem;
}

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

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

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

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

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

/* 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: #cdfaf3;
}

.first-column table td:nth-child(1) {
  background-color: #f8f7f1;
}

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

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

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

table th {
  background-color: #cdfaf3;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-scrollable table tbody td {
  border-left: 1px solid #d0e8e2 !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 #d0e8e2;
}

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

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

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

.contents-left li,
.contents-right li {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  line-height: 1.6;
  position: relative;
}
.contents-left li::before,
.contents-right li::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #ffa3a4;
  border-radius: 5rem;
  top: 0.6rem;
  left: 1.5rem;
}

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

.box-wrap {
  margin: 40px auto;
}

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

.box-head {
  font-size: 20px;
  font-weight: bold;
  padding: 35px 30px 20px;
}
.box-head a {
  background-size: 20px auto;
  color: #583626;
  display: block;
  padding: 0 30px 0 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 .basic-column-box {
  background: #fbf6e3;
  padding: 2rem 2rem;
  position: relative;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #eddea7;
  box-shadow: 0.5rem 0.5rem 0 #eddea7;
  width: calc((100% - 23px) / 3);
}
.column3 .basic-column-box::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 2px;
  border-top: dashed 2px #eddea7;
  right: 0;
  left: 0;
  bottom: 1rem;
  margin: auto;
}

.column3 .basic-title {
  padding: 0 0 15px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.column3 .basic-title h2,
.column3 .basic-title h3,
.column3 .basic-title h4,
.column3 .basic-title h5 {
  font-weight: bold;
  position: relative;
  background: #ffafae;
  color: #fff;
  margin: 0 -2rem;
  padding: 1rem 2rem;
}
.column3 .basic-title h2::after,
.column3 .basic-title h3::after,
.column3 .basic-title h4::after,
.column3 .basic-title h5::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  border-top: dotted 2px rgba(255, 255, 255, 0.5);
  border-bottom: dotted 2px rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
.column3 .basic-title h2 a,
.column3 .basic-title h3 a,
.column3 .basic-title h4 a,
.column3 .basic-title h5 a {
  font-weight: bold;
  text-decoration: none;
  padding-right: 2rem;
  display: block;
  color: #fff;
}
.column3 .basic-title h2 a::before,
.column3 .basic-title h3 a::before,
.column3 .basic-title h4 a::before,
.column3 .basic-title h5 a::before {
  content: '';
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url(img/aw_7.png) center center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.column3 .basic-title h2 a:hover,
.column3 .basic-title h3 a:hover,
.column3 .basic-title h4 a:hover,
.column3 .basic-title h5 a:hover {
  opacity: 0.7;
}

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

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

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

.column2 {
  color: #333333;
}
.column2 .basic-column-box {
  padding: 2rem;
  border: solid 2px #87dccd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column2 .box-wrap div {
  padding: 0;
}
.column2 .basic-title {
  padding: 2rem 2rem 1.7rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.5rem;
  background: #87dccd;
  letter-spacing: -1.5px;
  margin: -2rem -2rem 2rem -2rem;
}
.column2 .basic-title h2,
.column2 .basic-title h3,
.column2 .basic-title h4,
.column2 .basic-title h5 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.column2 .basic-title h2 a,
.column2 .basic-title h3 a,
.column2 .basic-title h4 a,
.column2 .basic-title h5 a {
  display: block;
  padding: 0 20px 0 0;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.column2 .basic-title h2 a::before,
.column2 .basic-title h3 a::before,
.column2 .basic-title h4 a::before,
.column2 .basic-title h5 a::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(img/aw_12.png) center center/contain no-repeat;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.column2 .basic-title h2 a:hover,
.column2 .basic-title h3 a:hover,
.column2 .basic-title h4 a:hover,
.column2 .basic-title h5 a:hover {
  opacity: 0.6;
}
.column2 .basic-column-box .catch-copy {
  margin: 2rem auto 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
.column2 .box-wrap div:nth-of-type(1) img {
  width: 60px;
  height: 60px;
}
.column2 .catch-copy {
  font-size: 1.7rem;
}
.column2 .btn-internal,
.column2 .btn-web,
.column2 .btn-tel,
.column2 .btn-link {
  width: 85%;
  margin: auto;
}
.column2 .btn-link {
  text-align: right;
}
.column2 .btn-link a {
  display: block;
  padding: 0 2rem 0 0;
  color: #333;
}
.column2 .btn-link a::before {
  width: 1.7rem;
  height: 1.7rem;
  left: auto;
  right: -0.3rem;
  background: url(img/aw_11.png) center center/contain no-repeat;
}

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

.viral-box-wrap.column2 .basic-column-box {
  border: none;
  background: #f7f1e7;
}

.viral-box-wrap.column3 {
  background: #fff;
  padding: 0;
}
.viral-box-wrap.column3 .basic-column-box {
  border: none;
  background: #f7f1e7;
}

/*　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 15px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  color: #333333;
}
.btn-internal a::before,
.btn-web a::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  color: #fff;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

.btn-internal a {
    background: #feea38;
    -webkit-box-shadow: 0 0.5rem 0 #fcf551;
    box-shadow: 0 0.6rem 0 #ffe084;
    border-radius: 7px;
    border: 1px solid #fcf551;
}
.btn-internal a::before {
  background: url(https://www.nutritionmanaging-ease.net/wp/wp-content/uploads/btn.png) center center/contain no-repeat;
}
.btn-internal a:hover {
  background: #f8f7f1;
}

.btn-web a {
  background: #ff8485;
  -webkit-box-shadow: 0 0.6rem 0 #ff4c4c;
  box-shadow: 0 0.6rem 0 #ff4c4c;
  border-radius: 20px;
}
.btn-web a::before {
  background: url(img/aw_4.png) center center/contain no-repeat;
}
.btn-web a:hover {
  background: #969696;
  -webkit-box-shadow: 0.6rem 0.6rem 0 #747474;
  box-shadow: 0.6rem 0.6rem 0 #747474;
}
.btn-web a:hover::before {
  background: url(img/aw_6.png) center center/contain no-repeat;
}

.btn-tel a {
  background: #fcf551;
  -webkit-box-shadow: 0 0.5rem 0 #333333;
  box-shadow: 0 0.5rem 0 #333333;
  border-radius: 3rem;
}
.btn-link {
  margin: 3rem 0;
  text-align: right;
}
.btn-link a {
  background-size: 18px auto;
  padding-left: 32px;
  font-weight: 700;
  position: relative;
  color: #87dccd;
}
.btn-link a::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 23px;
  left: -0.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(img/aw_1.png) center center/contain no-repeat;
}
.btn-link a:hover {
  text-decoration: none;
color: #2cdbbb;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .pc,
  .pc_br,
  .forPC,
  nav {
    display: none !important;
  }
  .sp,
  .sp_br,
  .forSP,
  .btn-tel {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #content {
    counter-reset: num;
  }
  #contents {
    margin: 20px auto 50px;
    max-width: inherit;
    width: 100%;
    padding: 0 3%;
  }
  #contents.contents_top {
    margin: 20px auto 50px;
    max-width: inherit;
    width: 100%;
    counter-reset: num;
    padding: 0 2%;
  }
  .contents-left,
  .contents-right {
    max-width: 100%;
    width: 100%;
  }
  .contents-left p,
  .contents-right p {
    font-size: 15px;
  }
  .sitemap,
  #side {
    display: none;
  }
  /* header
----------------------------------------------------*/
  .l-header-area {
    min-width: auto;
    position: relative;
    font-size: 1.4rem;
    padding: 0;
  }
  .l-header-area .l-header {
    width: 94%;
    padding: 1rem 4.5rem 1rem 0;
    display: block;
  }
  .l-header-area .l-header .l-header__sitename {
    float: none;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.2;
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
  .l-header-area .l-header .l-header__sitename::before {
    width: 5rem;
    height: 5rem;
  }
  .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: 20px;
    right: 5px;
    z-index: 200;
    cursor: pointer;
    border: 2px solid #7dd1ba;
    background: #ffffffb8;
    border-radius: 10px;
  }
  .l-gnavi-btn span {
    width: 26px;
    height: 3px;
    display: inline-block;
    background: #7dd1ba;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 10px;
    border-radius: 5px;
  }
  .l-gnavi-btn.is-active {
    border: 0;
  }
  .l-gnavi-btn.is-active span {
    background: #fff;
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 13px;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 22px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 31px;
  }
  .l-gnavi-btn:hover,
  .l-gnavi-btn:active {
    color: #666;
  }
  .l-gnavi-btn--gnavi {
    width: 30px;
    height: 23px;
    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: 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;
    -webkit-box-shadow: 1px 1px 18px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 18px -5px rgba(0, 0, 0, 0.3);
    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 {
    margin: 0;
    margin-top: 10rem;
  }
  .l-footer-area::before {
    top: -8rem;
    height: 8rem;
    background-size: contain;
    background-position: left 0rem center;
  }
  .l-footer-area__inner {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }
  .l-footer-area__inner .l-footer-logo {
    margin: 2rem auto;
    padding-top: 2rem;
    width: 90%;
    text-align: left;
  }
  .l-footer-area__inner .l-footer-menu-wrapper {
    margin: 0 auto;
    padding: 10px 0 20px;
    border-top: solid 1px #b5b5b5;
  }
  .l-footer-area__inner .l-footer-menu-wrapper .l-footer-menu {
    margin: 0.5rem 0 2rem;
    padding: 0 1rem;
  }
  .l-footer-area__inner
    .l-footer-menu-wrapper
    .l-footer-menu
    .l-footer-menu__title
    .l-footer-menu__title__link {
    padding: 1.5rem 2rem 1.5rem 2rem;
    font-size: 1.7rem;
  }
  .l-footer-area__inner
    .l-footer-menu-wrapper
    .l-footer-menu
    .l-footer-menu__title
    .l-footer-menu__title__link::before {
    content: none;
  }
  .l-footer-area__inner
    .l-footer-menu-wrapper
    .l-footer-menu
    .l-footer-menu__title
    .l-footer-menu__title__link::after {
    position: absolute;
    content: '';
    display: block;
    border-top: 2px solid #4d4d4d;
    border-right: 2px solid #4d4d4d;
    top: 37%;
    right: 10px;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .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);
  }
  .l-footer-area__inner
    .l-footer-menu-wrapper
    .l-footer-menu
    .l-footer-menu__list {
    display: none;
  }
  .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.6rem 3rem;
    border-bottom: 1px solid #aaa;
  }
  .l-footer-menu__list__link ::before {
    left: 0.5rem;
  }
  .l-footer-area__inner
    .l-footer-menu-wrapper
    .l-footer-menu
    .l-footer-menu__list {
    margin: 1rem 0 0;
  }
  .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 3rem;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    font-size: 1.3rem;
  }
  .l-footer-area__inner
    .l-footer-menu-wrapper
    .l-footer-menu
    .l-footer-menu__list
    .l-footer-menu__list__item
    .l-footer-submenu__list
    .l-footer-submenu__list__item
    a::before {
    left: 1rem;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-area .l-footer-area__inner .menseki {
    width: 90%;
    margin: 0 auto 3rem;
    padding: 1.5rem;
    line-height: 1.5;
    font-size: 1.3rem;
    text-align: left;
  }
  .l-footer-area .l-footer-area__inner .ucp {
    margin: 0 auto 2rem;
    line-height: 1.5;
    font-size: 1.3rem;
  }
  /* -----------------------------
contents
----------------------------- */
  /* title
----------------------------- */
  .contents_top .top-title h2,
  .contents_top .top-title h3,
  .contents_top .top-title h4,
  .contents_top .top-title h5 {
    width: 100%;
    margin: 4rem 0 3rem 0;
  }
  .underlayer-page-title {
    width: auto;
  }
  h1.underlayer-page-title {
    font-size: 2rem;
    margin: 0rem auto 2rem;
  }
  .underlayer-title h2 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 1rem 1rem 1rem 5rem;
  }
  .underlayer-title h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .underlayer-title h4 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  p.catch-copy,
  div.catch-copy {
    font-size: 1.6rem;
  }
  .contents_top .top-title h2,
  .underlayer-page-title {
    padding: 2rem 1rem 2rem 8rem;
    font-size: 2.4rem;
    letter-spacing: -1.5px;
  }
  .contents_top .top-title h2::before,
  .underlayer-page-title::before {
    width: 9rem;
    height: 9rem;
    left: -0.4rem;
  }
  .contents_top .top-title h2::after,
  .underlayer-page-title::after {
    width: 78%;
    left: 6rem;
    bottom: 0.3rem;
  }
  .contents_top .top-title h3,
  .underlayer-title h2 {
    font-size: 2rem;
    margin: 6rem 0 3rem;
    padding: 2rem;
  }
  .contents_top .top-title h4,
  .underlayer-title h3 {
    font-size: 1.8rem;
    margin: 7rem 0 3rem;
    padding: 2rem 1rem;
    padding-right: 8rem;
  }
  .contents_top .top-title h4::before,
  .underlayer-title h3::before {
    width: 8rem;
    height: 8rem;
    bottom: 0;
  }
  .contents_top .top-title h4::after,
  .underlayer-title h3::after {
    width: 74%;
  }
  .contents_top .top-title h5 {
    margin: 5rem auto 3rem;
    padding: 2rem 1rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .underlayer-title h4,
  .underlayer-title h5 {
    margin: 3rem auto 2rem;
    padding: 1rem 1rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .underlayer-title .box-head {
    font-weight: bold;
    margin: 30px 0 7px;
    font-size: 1.8rem;
    font-size: 1.7rem;
  }
  .underlayer-title div {
    margin: 30px auto 10px;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 140%;
    color: #000;
  }
  .contents-left .catch-copy,
  .contents-right .catch-copy {
    margin: 3rem 0 1.5rem;
    padding: 0 0 2rem;
    font-weight: bold;
    font-size: 1.5rem;
  }
  /* num */
  .icon-title {
    font-size: 2rem;
    padding: 2.5rem 0.8rem;
    margin: 8% 0 4%;
    line-height: 1.4;
  }
  div .icon-recommend-title,
  div .icon-check-title,
  div .icon-point-title {
    padding-left: 6rem;
    padding-right: 0;
    letter-spacing: -1.5px;
  }
  div .icon-recommend-title::before,
  div .icon-check-title::before,
  div .icon-point-title::before {
    width: 9rem;
    height: 9rem;
    background-size: contain;
    left: -30px;
  }
  div .icon-recommend-num-title,
  div .icon-check-num-title,
  div .icon-point-num-title,
  div .icon-num-title {
    padding-left: 8rem;
  }
  div .icon-recommend-num-title::before,
  div .icon-check-num-title::before,
  div .icon-point-num-title::before,
  div .icon-num-title::before {
    width: 8rem;
    height: 8rem;
    background-size: contain;
    left: -1.1rem;
    right: auto;
  }
  div .icon-recommend-num-title .icon-num,
  div .icon-check-num-title .icon-num,
  div .icon-point-num-title .icon-num,
  div .icon-num-title .icon-num {
    width: 8rem;
    height: 8rem;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1rem;
    font-size: 2rem;
    padding-top: 1rem;
  }
div.icon-recommend-num-title::after, div.icon-check-num-title::after, div.icon-point-num-title::after, div.icon-num-title::after {
 width: 7rem;
 height: 8rem;
 background-size: contain;
}
  /* num */
  /* 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: 0 1% 1rem 1%;
  }
  /* slider
----------------------------------------------------*/
  .slider-area .slider .slider-for {
    width: 100%;
    padding: 0 1em;
    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;
  }
  .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%;
  }
  .table-layout table thead th {
    padding: 15px;
    word-break: break-all;
  }
  .table-layout table tbody th,
  .table-layout table tbody td {
    padding: 15px;
    word-break: break-all;
  }
  .table-layout table th,
  .table-layout table tr,
  .table-layout table td {
    text-align: center;
  }
  .table-layout table th {
    background: #cdfaf3;
    font-weight: bold;
  }
  .table-layout::-webkit-scrollbar {
    height: 5px;
  }
  .table-layout::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-layout::-webkit-scrollbar-thumb {
    background: #745749;
  }
  .table-layout.first-column {
    display: block;
    width: 100%;
  }
  .table-layout.first-column table {
    border: none;
    border-bottom: solid 1px #d0e8e2;
  }
  .table-layout.first-column tr,
  .table-layout.first-column th,
  .table-layout.first-column td {
    display: block;
    border-bottom: none;
    width: 100%;
  }
  .table-layout.first-column td {
    border: solid 1px #d1e8e2;
    border-bottom: none;
  }
  .js-scrollable {
    width: 100%;
    margin: 2rem 0 0;
    color: #333;
  }
  .js-scrollable table {
    margin: 30px 0;
  }
  .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%;
    margin: 0 auto;
  }
  .image-text__image.image-left,
  .image-text__image.image-right {
    width: 100%;
    padding: 0;
  }
  .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__textarea
    .catch-copy,
  .image-text-area
    .image-text__image.image-right
    + .image-text__text
    .image-text__textarea
    .catch-copy,
  .image-text-area
    .image-text__image.image-center
    + .image-text__text
    .image-text__textarea
    .catch-copy {
    margin: 2rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .image-text-area
    .image-text__image.image-left
    + .image-text__text
    .table-normal,
  .image-text-area
    .image-text__image.image-right
    + .image-text__text
    .table-normal {
    margin: 2rem auto 0;
  }
  .top-image-text-box .catch-copy {
    font-size: 1.6rem;
    margin: 2rem 0 1.5rem;
    padding: 0 0 2rem;
  }
  /* 2box,3box
----------------------------------------------------*/
  .caption {
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 135%;
    word-wrap: break-word;
  }
  .box-head a:hover {
    opacity: 0.6;
  }
  .box-wrap .basic-column-box {
    padding: 2rem;
  }
  .box-wrap .basic-column-box .basic-title h3 {
    font-size: 1.7rem;
  }
  .box-wrap .basic-column-box .basic-title h3 a {
    font-size: 1.7rem;
  }
  .column2 .basic-title h2,
  .column2 .basic-title h3,
  .column2 .basic-title h4,
  .column2 .basic-title h5 {
    margin: 0;
  }
  .column2 .basic-column-box {
    width: 100%;
  }
  .column3 .basic-column-box {
    padding: 5%;
    width: 100%;
  }
  .column3 .basic-column-box::before {
    height: 7rem;
    top: -5.7rem;
  }
  .column3 .basic-column-box::after {
    height: 7rem;
    bottom: -6rem;
  }
  .column2 .btn-link a,
  .column3 .btn-link a {
    padding: 1rem 3.5rem 1rem 1rem;
  }
  .column2 .btn-link a::before,
  .column3 .btn-link a::before {
    width: 2rem;
    height: 2rem;
    right: 1rem;
  }
  /*　btn_link
----------------------------- */
  .btn-internal a,
  .btn-web a,
  .btn-link a,
  .btn-tel a {
    width: 85%;
    margin: 10px auto 15px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .btn-link {
    margin: auto;
  }
  .btn-link a {
    background: #fff;
    border: 1px solid #7dd1ba;
    padding: 1.5rem 4rem 1.5rem 1rem;
    position: relative;
    border-radius: 10px;
  }
  .btn-link a::before {
    left: auto;
    right: 1.2rem;
    width: 2rem;
    height: 2rem;
    left: auto;
    right: 1rem;
    background: url(img/aw_11.png) center center/contain no-repeat;
  }
  .btn-tel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .btn-tel a {
    color: #333;
    position: relative;
    padding: 15px 30px 15px 40px;
  }
  .btn-tel a::after {
    content: '';
    background: url(img/ico_tel.png) center center/contain no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    left: 1rem;
    margin: auto 0;
    position: absolute;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 0;
  }
  .btn-internal a,
  .btn-web a,
  .btn-link a,
  .btn-tel a {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
