@charset "UTF-8";
/*
Theme Name: ななつや
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  font-size: 16px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

.text-center {
  text-align: center;
}

p {
  line-height: 1.7;
  color: #444;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: top;
}

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

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

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

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* shadow */
.shadow {
  box-shadow: 0 4px 14px #ccc;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 16px;
  background-color: #08CB43;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff;
}
.btn-border:hover {
  transform: scale(0.95, 0.95);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 440px;
    margin: 0 auto 40px;
    padding: 24px;
    font-size: 20px;
  }
  .btn-border::after {
    top: 27px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/* youtube対応 */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(600px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger {
  opacity: 0;
}

.fadeRightTrigger {
  opacity: 1;
}

/* pager */
.pager {
  text-align: center;
  margin: 40px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 40px;
}

.pager .current {
  background: #F38882;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #F38882;
  color: #FFF;
}

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 10001;
  background-color: #fff;
}
#header .title {
  margin-bottom: -20px;
  padding: 4px 20px;
  font-size: 12px;
}
#header .desc {
  margin-bottom: -20px;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: bold;
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 160px;
  height: auto;
}
#header .g-nav {
  display: none;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 4px;
}
#header .g-nav ul li a {
  font-size: 24px;
  color: #444;
}
#header .g-nav .text-contact {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#header .btn-nav {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 28px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 4;
}
#header.open .g-nav ul {
  opacity: 1;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 70%;
  margin: 0 auto 20px;
}
#header.open .g-nav ul li img {
  width: 100%;
  height: auto;
}
#header.open .g-nav ul li a {
  font-size: 22px;
  color: #fff;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(76, 191, 218, 0.95);
  transform: scale(0);
  left: -100px;
  top: -100px;
  transition: all 0.9s;
}
#header .g-nav-bg.bgopen {
  transform: scale(30);
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    position: relative;
    width: 1200px;
    height: 115px;
    margin: 0 auto;
  }
  #header .inner .title {
    z-index: 2;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 2px;
    left: 0;
    font-size: 16px;
  }
  #header .inner .desc {
    z-index: 2;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 2px;
    left: 0;
    font-size: 16px;
  }
  #header .inner .logo {
    z-index: 1;
    padding: 0;
    position: absolute;
    top: 27px;
    left: 0;
  }
  #header .inner .logo img {
    width: 230px;
  }
  #header .inner .contact {
    width: 880px;
    position: absolute;
    top: 16px;
    right: 0;
  }
  #header .inner .contact img {
    width: 100%;
    height: auto;
  }
  #header .inner .contact .tel {
    position: absolute;
    top: 8px;
    left: 30px;
    width: 340px;
  }
  #header .inner .contact .email {
    position: absolute;
    top: 0;
    right: 250px;
    width: 240px;
  }
  #header .inner .contact .line {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
  }
  #header .inner .contact .text-contact {
    position: absolute;
    top: 64px;
    right: 0;
    font-weight: bold;
  }
  #header .nav-pc {
    background-color: #4cbfda;
  }
  #header .nav-pc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0;
  }
  #header .nav-pc ul li {
    margin: 0 26px;
  }
  #header .nav-pc ul li a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
    color: #fff;
    font-size: 24px;
  }
  #header .nav-pc ul li a:hover {
    transform: scale(0.95, 0.95);
  }
  #header .nav-pc ul li a:hover::after {
    width: 100%;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 1200px;
  }
}

.section-full {
  width: 100%;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 40px;
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
  }
  .section-full .section-inner {
    width: 1200px;
    padding: 60px 0 80px;
  }
}

/* title */
.ttl-level-02-old {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  letter-spacing: -1px;
}
.ttl-level-02-old::after {
  display: block;
  content: "";
  width: 40px;
  margin: 0 auto;
  padding-top: 18px;
  border-bottom: 4px solid #111;
}
@media screen and (min-width: 768px) {
  .ttl-level-02-old {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.ttl-level-02 {
  position: relative;
  width: 80%;
  margin: 20px auto 40px;
  padding: 14px 0 28px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    width: 540px;
    margin: 40px auto 60px;
    font-size: 32px;
  }
}
.ttl-level-02:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ttl-level-03 {
  margin-bottom: 30px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #003670;
}
.ttl-level-03 span {
  padding: 4px 14px;
  border-left: 6px solid #003670;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 20px;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
#breadcrumb ul li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1200px;
    margin: 0 auto 40px;
  }
  #breadcrumb ul li {
    font-size: 14px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  background-color: #FCCF04;
  height: 100px;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  padding-top: 30px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page .header {
    margin-bottom: 30px;
  }
  .page .header .inner {
    width: 1200px;
  }
  .page .header .inner .page-title {
    padding-top: 20px;
    font-size: 38px;
  }
}

.page-top .slideshow {
  position: relative;
  margin-top: -10px;
  background-color: #FCCF00;
  text-align: center;
}
.page-top .slideshow img {
  max-width: 100%;
  height: auto;
}
.page-top .slideshow .mainvisual {
  padding: 0 10px 0 10px;
}
.page-top .slideshow .mainvisual img {
  position: relative;
  bottom: -14px;
}
.page-top .slideshow .sp-buttons .sp-button {
  border: 2px solid #F38882;
  width: 14px;
  height: 14px;
}
.page-top .slideshow .sp-buttons .sp-selected-button {
  background-color: #F38882;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow {
    margin-top: -30px;
  }
  .page-top .slideshow .icon {
    width: 1000px;
    margin: 0 auto;
  }
  .page-top .slideshow .mainvisual {
    padding: 0 20px 0 20px;
  }
  .page-top .slideshow .mainvisual img {
    width: 1100px;
    height: auto;
    bottom: -42px;
  }
}
.page-top .sec-price .list-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-top .sec-price .list-price li {
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
  background-color: #fff;
  border-radius: 6px;
}
.page-top .sec-price .list-price li .ttl {
  background-color: #222222;
  padding: 6px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.page-top .sec-price .list-price li:first-child .ttl {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .page-top .sec-price .list-price li:first-child .ttl {
    padding: 25px 0;
  }
}
.page-top .sec-price .list-price li .detail {
  box-sizing: border-box;
  padding: 4px 10px 10px 10px;
}
.page-top .sec-price .list-price li .detail .photo img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-price .list-price li .detail .price {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.page-top .sec-price .list-price li .detail .price .yen {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-price .list-price li {
    width: 380px;
    margin-bottom: 50px;
  }
  .page-top .sec-price .list-price li .ttl {
    padding: 10px 0;
    font-size: 20px;
  }
  .page-top .sec-price .list-price li .detail {
    padding: 10px 20px 20px 20px;
  }
  .page-top .sec-price .list-price li .detail .price {
    font-size: 30px;
  }
  .page-top .sec-price .list-price li .detail .price .yen {
    font-size: 18px;
  }
}
.page-top .sec-price .bnr {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
.page-top .sec-price .bnr img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-price .bnr {
    width: 80%;
    margin: 0 auto 50px;
  }
}
.page-top .sec-3reason {
  background-color: #fccf00;
}
.page-top .sec-3reason .list-reason {
  margin-bottom: 40px;
}
.page-top .sec-3reason .list-reason li {
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
  background-color: #fff;
  border-radius: 6px;
}
.page-top .sec-3reason .list-reason li .header {
  position: relative;
  background-color: #FCCF00;
}
.page-top .sec-3reason .list-reason li .header .ttl {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-size: 24px;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
.page-top .sec-3reason .list-reason li .header img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-3reason .list-reason li .detail {
  box-sizing: border-box;
  background-color: #4cbfda;
  padding: 14px;
  border-radius: 0 0 6px 6px;
}
.page-top .sec-3reason .list-reason li .detail .btn {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.6;
  color: #fccf00;
  cursor: pointer;
}
.page-top .sec-3reason .list-reason li .detail .text {
  margin: 20px;
}
.page-top .sec-3reason .list-reason li .detail .text p {
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-top .sec-3reason .list-reason {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-3reason .list-reason li {
    position: relative;
    width: 380px;
    height: 379px;
  }
  .page-top .sec-3reason .list-reason li .header .ttl {
    order: 1;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
  }
  .page-top .sec-3reason .list-reason li .detail {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.page-top .sec-problems .area-problems {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 14px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
  border-radius: 6px;
}
.page-top .sec-problems .area-problems .catch {
  text-align: center;
}
.page-top .sec-problems .area-problems .catch img {
  position: relative;
  max-width: 100%;
  height: auto;
  top: -40px;
}
.page-top .sec-problems .area-problems .list-problems {
  position: relative;
  margin-bottom: 20px;
}
.page-top .sec-problems .area-problems .list-problems li {
  position: relative;
  margin-left: 30px;
  margin-bottom: 4px;
  font-size: 14px;
  text-decoration: underline;
}
.page-top .sec-problems .area-problems .list-problems li::before {
  position: absolute;
  display: block;
  top: 4px;
  left: -20px;
  width: 20px;
  height: 12px;
  content: "";
  background-image: url(images/contents/top/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .page-top .sec-problems .area-problems .list-problems {
    margin-bottom: 40px;
  }
  .page-top .sec-problems .area-problems .list-problems li {
    margin-left: 200px;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .page-top .sec-problems .area-problems .list-problems li::before {
    top: 4px;
    left: -30px;
    width: 33px;
    height: 22px;
  }
}
.page-top .sec-contact {
  margin-top: -40px;
}
.page-top .sec-contact .arrow {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-contact .arrow img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-contact .attention {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contact .attention {
    font-size: 16px;
  }
}
.page-top .sec-service {
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-service {
    padding: 40px 0 80px;
  }
}
.page-top .sec-service .list-service li {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 25px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
  border-radius: 6px;
}
.page-top .sec-service .list-service li .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.page-top .sec-service .list-service li .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-service .list-service li .photo img {
  width: 100%;
  height: auto;
}
.page-top .sec-service .list-service li .detail p {
  color: #666;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-service .list-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-service .list-service li {
    width: 380px;
    margin: 0;
  }
  .page-top .sec-service .list-service li .ttl {
    font-size: 18px;
  }
}
.page-top .sec-about {
  background-color: #fccf00;
}
.page-top .sec-about .area-about .detail {
  margin-bottom: 40px;
}
.page-top .sec-about .area-about .detail p {
  margin-bottom: 10px;
  font-weight: 500;
}
.page-top .sec-about .area-about .detail p strong {
  font-weight: 700;
}
.page-top .sec-about .area-about .detail .label span {
  display: inline-block;
  background-color: #be080a;
  margin-right: 4px;
  padding: 4px 12px;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
}
.page-top .sec-about .area-about .detail .ttl {
  font-size: 26px;
  font-weight: bold;
}
.page-top .sec-about .area-about .detail .ttl span {
  display: inline-block;
  position: relative;
  top: 14px;
  margin-left: 10px;
  margin-right: 4px;
}
.page-top .sec-about .area-about .detail .ttl span img {
  width: 20px;
  height: auto;
}
.page-top .sec-about .area-about .photo {
  width: 80%;
  margin: 0 auto;
}
.page-top .sec-about .area-about .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .page-top .sec-about .area-about .detail {
    width: 800px;
    margin-bottom: 0;
  }
  .page-top .sec-about .area-about .detail p {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .page-top .sec-about .area-about .detail .label span {
    font-size: 18px;
  }
  .page-top .sec-about .area-about .detail .ttl {
    margin-bottom: 10px;
    font-size: 42px;
  }
  .page-top .sec-about .area-about .detail .ttl span {
    top: 24px;
  }
  .page-top .sec-about .area-about .detail .ttl span img {
    width: 30px;
  }
  .page-top .sec-about .area-about .photo {
    position: absolute;
    top: 100px;
    right: 0;
    width: 540px;
    margin: 0;
  }
}
.page-top .sec-area {
  background-color: #FCCF00;
}
.page-top .sec-area .area-area {
  position: relative;
  overflow: hidden;
}
.page-top .sec-area .area-area .detail {
  position: relative;
  z-index: 1;
  height: 340px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.page-top .sec-area .area-area .detail p {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-top .sec-area .area-area .detail .label {
  text-align: center;
}
.page-top .sec-area .area-area .detail .label span {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 4px;
  padding: 4px 24px 3px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
}
.page-top .sec-area .area-area .detail .ttl {
  margin: 20px 0 0;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
.page-top .sec-area .area-area .detail .ttl .small {
  position: relative;
  top: -30px;
  font-size: 26px;
}
.page-top .sec-area .area-area .photo {
  text-align: center;
  position: absolute;
  z-index: 0;
  top: 0;
}
.page-top .sec-area .area-area .photo img {
  width: 80%;
  height: auto;
}
.page-top .sec-area .area-area .car {
  position: absolute;
  bottom: 30px;
  left: 70px;
}
.page-top .sec-area .area-area .car img {
  max-width: 180px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-area .area-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-area .area-area .detail {
    width: 700px;
    margin-top: -100px;
    height: auto;
  }
  .page-top .sec-area .area-area .detail .label span {
    font-size: 32px;
    padding: 1px 34px;
  }
  .page-top .sec-area .area-area .detail .ttl {
    font-size: 120px;
  }
  .page-top .sec-area .area-area .detail .ttl .small {
    top: -50px;
    font-size: 42px;
  }
  .page-top .sec-area .area-area .photo {
    position: relative;
    width: 500px;
    margin: 0;
  }
  .page-top .sec-area .area-area .photo img {
    width: 100%;
    height: auto;
  }
  .page-top .sec-area .area-area .car {
    position: absolute;
    bottom: 0;
    left: 90px;
  }
  .page-top .sec-area .area-area .car img {
    max-width: 300px;
    height: auto;
  }
}
.page-top .sec-beforeafter .list-ba {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-top .sec-beforeafter .list-ba li {
  box-sizing: border-box;
  margin-bottom: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
  background-color: #fff;
  border-radius: 6px;
}
.page-top .sec-beforeafter .list-ba li .header {
  box-sizing: border-box;
  background-color: #222222;
  padding: 12px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.page-top .sec-beforeafter .list-ba li .header .name {
  margin-bottom: 10px;
  font-size: 18px;
}
.page-top .sec-beforeafter .list-ba li .header .name .price {
  margin-bottom: 6px;
  color: #ffe02d;
}
.page-top .sec-beforeafter .list-ba li .header .time {
  width: 220px;
  margin: 0 auto;
  padding: 4px 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  color: #111;
  font-size: 12px;
  font-weight: bold;
}
.page-top .sec-beforeafter .list-ba li .detail {
  box-sizing: border-box;
  padding: 14px;
}
.page-top .sec-beforeafter .list-ba li .detail .text p {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-beforeafter .list-ba li .detail .text {
    min-height: 200px;
  }
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba {
  box-sizing: border-box;
  padding: 14px;
  border-radius: 12px;
  background-color: #369f81;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .ba {
  position: relative;
  box-sizing: border-box;
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .ba .label {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-beforeafter .list-ba li .detail .photo-ba .ba .label {
    width: 70px;
  }
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .ba .photo {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 4px solid #fff;
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .before {
  width: 45%;
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .after {
  width: 45%;
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .arrow {
  width: 10%;
  text-align: center;
}
.page-top .sec-beforeafter .list-ba li .detail .photo-ba .arrow img {
  max-width: 70%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-beforeafter .list-ba li {
    width: 580px;
    margin-bottom: 60px;
  }
  .page-top .sec-beforeafter .list-ba li .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-beforeafter .list-ba li .header .name {
    width: 360px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .page-top .sec-beforeafter .list-ba li .header .time {
    width: 160px;
    font-size: 14px;
    line-height: 1.2;
  }
  .page-top .sec-beforeafter .list-ba li .detail {
    padding: 30px;
  }
  .page-top .sec-beforeafter .list-ba li .detail p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.page-top .sec-news {
  background-color: #fccf00;
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    width: 900px;
    margin: 0 auto 60px;
  }
}
.page-top .sec-news .area-news .news {
  padding: 16px 0;
  border-bottom: 1px solid #e3ba00;
}
.page-top .sec-news .area-news .news:first-of-type {
  border-top: 1px solid #e3ba00;
}
.page-top .sec-news .area-news .news .meta .date {
  color: #111;
  font-weight: bold;
}
.page-top .sec-news .area-news .news .meta .label {
  position: relative;
  top: -2px;
  font-size: 12px;
  background-color: #111;
  padding: 6px 30px 7px;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
}
.page-top .sec-news .area-news .news .meta .cat-important {
  background-color: #cf0505;
}
.page-top .sec-news .area-news .news .title {
  margin-top: 10px;
}
.page-top .sec-news .area-news .news .title a {
  color: #111;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .page-top .sec-news .area-news .news .meta {
    font-size: 18px;
  }
  .page-top .sec-news .area-news .news .meta .label {
    font-size: 14px;
  }
  .page-top .sec-news .area-news .news .title {
    margin-top: 0;
    margin-left: 14px;
    font-size: 18px;
  }
}

.page-service .sec-service .area-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-service .sec-service .area-message .chara {
  width: 23%;
}
.page-service .sec-service .area-message .chara img {
  max-width: 100%;
  height: auto;
}
.page-service .sec-service .area-message .text {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .page-service .sec-service .area-message {
    display: block;
    position: relative;
    padding: 40px 0 20px;
  }
  .page-service .sec-service .area-message .chara {
    position: absolute;
    width: 16%;
    top: -20px;
    left: 100px;
  }
  .page-service .sec-service .area-message .text {
    width: 100%;
  }
  .page-service .sec-service .area-message .text p {
    text-align: center;
    line-height: 2;
    font-size: 20px;
  }
}
.page-service .sec-service .area-service {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-service .sec-service .area-service {
    margin-top: 55px;
  }
}
.page-service .sec-service .area-service .service {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  border-radius: 6px;
  background-color: #4dddff;
}
.page-service .sec-service .area-service .service:last-of-type {
  margin-bottom: -40px;
}
.page-service .sec-service .area-service .service .ttl-level-02 {
  margin-bottom: 30px;
  padding: 8px 0 20px;
}
.page-service .sec-service .area-service .service .image {
  margin-bottom: 20px;
  text-align: center;
}
.page-service .sec-service .area-service .service .image img {
  max-width: 100%;
  height: auto;
}
.page-service .sec-service .area-service .service .text {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  background-color: #fffbe3;
}
.page-service .sec-service .area-service .service .text p {
  margin-bottom: 10px;
}
.page-service .sec-service .area-service .service .text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-service .sec-service .area-service .service {
    margin: 0 auto 60px;
    padding: 20px 80px 40px;
  }
  .page-service .sec-service .area-service .service .image {
    margin-bottom: 40px;
  }
  .page-service .sec-service .area-service .service .image img {
    max-width: 80%;
  }
  .page-service .sec-service .area-service .service .text {
    padding: 30px;
  }
  .page-service .sec-service .area-service .service .text p {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.page-flow .sec-flow {
  margin-bottom: 60px;
}
.page-flow .sec-flow .area-message {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-flow .sec-flow .area-message .chara {
  width: 20%;
}
.page-flow .sec-flow .area-message .chara img {
  max-width: 100%;
  height: auto;
}
.page-flow .sec-flow .area-message .text {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .page-flow .sec-flow .area-message {
    display: block;
    position: relative;
    padding: 40px 0 20px;
  }
  .page-flow .sec-flow .area-message .chara {
    position: absolute;
    width: 8%;
    top: 0;
    left: 40px;
  }
  .page-flow .sec-flow .area-message .text {
    width: 100%;
  }
  .page-flow .sec-flow .area-message .text p {
    text-align: center;
    line-height: 2;
    font-size: 20px;
  }
}
.page-flow .sec-flow .area-flow-price {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
  padding: 20px;
}
.page-flow .sec-flow .flow {
  margin-bottom: 40px;
}
.page-flow .sec-flow .flow li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.page-flow .sec-flow .flow li::after {
  display: block;
  content: "↓";
  text-align: center;
  font-size: 24px;
  color: #BAA168;
}
.page-flow .sec-flow .flow li:last-child::after {
  display: none;
}
.page-flow .sec-flow .flow li .detail .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}
.page-flow .sec-flow .flow li .detail .ttl .icon {
  width: 60px;
  height: auto;
}
.page-flow .sec-flow .flow li .detail .ttl .no {
  display: inline-block;
  margin-left: 10px;
  color: #DE1008;
}
.page-flow .sec-flow .flow li .detail p {
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.page-flow .sec-flow .flow li .detail p img {
  max-width: 100%;
  height: auto;
}
.page-flow .sec-flow .flow li .detail .contact {
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 6px;
  background-color: #f8f5e6;
}
.page-flow .sec-flow .flow li .detail .contact a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.page-flow .sec-flow .flow li .detail .contact a img {
  max-width: 100%;
  height: auto;
}
.page-flow .sec-flow .flow li .detail .contact a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-flow .sec-flow .flow {
    padding: 60px 60px 0 240px;
  }
  .page-flow .sec-flow .flow li {
    margin-bottom: 40px;
  }
  .page-flow .sec-flow .flow li:first-child {
    margin-bottom: 60px;
  }
  .page-flow .sec-flow .flow li .detail {
    position: relative;
  }
  .page-flow .sec-flow .flow li .detail .ttl {
    font-size: 30px;
  }
  .page-flow .sec-flow .flow li .detail .ttl .no {
    margin-left: 0;
    margin-right: 10px;
  }
  .page-flow .sec-flow .flow li .detail .ttl .icon {
    position: absolute;
    top: 0;
    left: -160px;
    width: 120px;
  }
  .page-flow .sec-flow .flow li .detail p {
    font-size: 18px;
    line-height: 1.6;
  }
  .page-flow .sec-flow .flow li .detail p.creditcard img {
    max-width: 600px;
  }
  .page-flow .sec-flow .flow li .detail .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
  }
  .page-flow .sec-flow .flow li .detail .contact a {
    width: 32%;
    margin-bottom: 0;
  }
  .page-flow .sec-flow .flow li .detail .arrow {
    position: absolute;
    top: 120px;
    left: -106px;
  }
  .page-flow .sec-flow .flow li::after {
    display: none;
    position: absolute;
    top: 113px;
    left: -113px;
    font-size: 26px;
  }
}
.page-flow .sec-flow .area-price .area-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #DE1008;
}
.page-flow .sec-flow .area-price .price-list {
  margin-bottom: 40px;
}
.page-flow .sec-flow .area-price .price-list th {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  background-color: #F5F5F5;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
}
.page-flow .sec-flow .area-price .price-list td {
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  color: #EFA820;
  font-size: 12px;
}
.page-flow .sec-flow .area-price .price-list td .yen {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-flow .sec-flow .area-price .price-list {
    margin-bottom: 60px;
  }
  .page-flow .sec-flow .area-price .price-list th {
    padding: 14px 24px;
    font-size: 16px;
  }
  .page-flow .sec-flow .area-price .price-list td {
    width: 400px;
    padding: 14px 24px;
    font-size: 18px;
  }
  .page-flow .sec-flow .area-price .price-list td .yen {
    font-size: 24px;
  }
}
.page-flow .sec-flow .area-price .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-flow .sec-flow .area-price .price li {
  width: 45%;
  margin-bottom: 30px;
}
.page-flow .sec-flow .area-price .price li img {
  max-width: 100%;
  height: auto;
}
.page-flow .sec-flow .area-price p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-flow .sec-flow .area-price {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .page-flow .sec-flow .area-price .inner {
    width: 900px;
    margin: 0 auto;
  }
  .page-flow .sec-flow .area-price .area-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .page-flow .sec-flow .area-price .price li {
    width: 170px;
  }
  .page-flow .sec-flow .area-price p {
    font-size: 18px;
  }
}

.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-news .sec-news .area-news .news {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news .meta .date {
  color: #666;
}
.page-news .sec-news .area-news .news .meta .label {
  position: relative;
  top: -2px;
  font-size: 12px;
  background-color: #eee;
  padding: 6px 30px 7px;
  border-radius: 24px;
  color: #fff;
}
.page-news .sec-news .area-news .news .meta .cat-important {
  background-color: #cf0505;
}
.page-news .sec-news .area-news .news .title {
  margin-top: 10px;
  font-weight: normal;
}
.page-news .sec-news .area-news .news .title a {
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .page-news .sec-news .area-news .news .title {
    margin-top: 0;
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 640px;
    float: left;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 240px;
    float: right;
  }
}

.page-qa .sec-qa {
  padding-bottom: 0;
}
.page-qa .sec-qa .area-message {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-qa .sec-qa .area-message .chara {
  width: 23%;
}
.page-qa .sec-qa .area-message .chara img {
  max-width: 100%;
  height: auto;
}
.page-qa .sec-qa .area-message .text {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .area-message {
    display: block;
    position: relative;
    padding: 40px 0 20px;
  }
  .page-qa .sec-qa .area-message .chara {
    position: absolute;
    width: 16%;
    top: 0;
    left: 100px;
  }
  .page-qa .sec-qa .area-message .text {
    width: 100%;
  }
  .page-qa .sec-qa .area-message .text p {
    text-align: center;
    line-height: 2;
    font-size: 20px;
  }
}
.page-qa .sec-qa .nav {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #F8F5E6;
  border-radius: 12px;
  border-bottom: 2px solid #dfd49e;
}
.page-qa .sec-qa .nav a {
  display: block;
  margin-bottom: 12px;
}
.page-qa .sec-qa .nav a img {
  width: 100%;
  height: auto;
}
.page-qa .sec-qa .nav a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .nav {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-qa .sec-qa .nav a {
    width: 24%;
    margin-bottom: 0;
    padding: 14px 0;
  }
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .area-qa {
    width: 960px;
    margin: 0 auto;
  }
}
.page-qa .sec-qa .ttl-qa {
  position: relative;
  box-sizing: border-box;
  width: 86%;
  margin-left: 14%;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: bold;
  background-color: #4BBFDA;
  border-radius: 6px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .ttl-qa {
    padding: 14px 24px;
    font-size: 24px;
  }
  .page-qa .sec-qa .ttl-qa span {
    padding-left: 14px;
  }
}
.page-qa .sec-qa .ttl-qa .icon-kaeru {
  position: absolute;
  top: -5px;
  left: -50px;
  width: 30px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .ttl-qa .icon-kaeru {
    width: 60px;
    top: -30px;
    left: -90px;
  }
}
.page-qa .sec-qa .ttl-qa .icon-usagi {
  position: absolute;
  top: -15px;
  left: -47px;
  width: 30px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .ttl-qa .icon-usagi {
    top: -63px;
    left: -90px;
    width: 65px;
  }
}
.page-qa .sec-qa .qa-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .qa-list {
    margin-bottom: 80px;
  }
}
.page-qa .sec-qa .qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
}
.page-qa .sec-qa .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.page-qa .sec-qa .qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  padding: 8px 10px;
  content: "Q";
  color: #FFF;
  font-weight: normal;
  background-color: #4BBFDA;
}
.page-qa .sec-qa .qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 2px;
  display: block;
  padding: 8px 10px;
  content: "A";
  color: #4BBFDA;
  border: 1px solid #4BBFDA;
}
.page-qa .sec-qa .qa-list dl dd {
  position: relative;
  height: auto;
  margin: 20px 0 30px 20px;
  padding: 0 0 20px 50px;
  border-bottom: 1px solid #DFE0DF;
}
.page-qa .sec-qa .qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 18px;
}
.page-qa .sec-qa .qa-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-qa .sec-qa .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .page-qa .sec-qa .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .page-qa .sec-qa .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .page-qa .sec-qa .qa-list dl dt::before {
    font-size: 10px;
    top: -3px;
    left: -5px;
    content: "Q";
  }
  .page-qa .sec-qa .qa-list dl dd::before {
    font-size: 10px;
    top: -3px;
    left: 10px;
    content: "A";
  }
  .page-qa .sec-qa .qa-list dl dd {
    margin: 10px 0 18px 0;
    padding: 0 0 14px 46px;
    font-size: 14px;
    border-bottom: 1px solid #DFE0DF;
  }
  .page-qa .sec-qa .qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 14px;
  }
  .page-qa .sec-qa .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
.page-qa .sec-contact {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-contact {
    margin-bottom: 60px;
  }
}
.page-qa .sec-contact .btn-more {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 40px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #08CB43;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-contact .btn-more {
    width: 600px;
    margin: -60px auto 60px;
    padding: 30px;
  }
}
.page-qa .sec-area {
  background-color: #FCCF00;
}
.page-qa .sec-area .area-area {
  position: relative;
  overflow: hidden;
}
.page-qa .sec-area .area-area .detail {
  position: relative;
  z-index: 1;
  height: 340px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.page-qa .sec-area .area-area .detail p {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-qa .sec-area .area-area .detail .label {
  text-align: center;
}
.page-qa .sec-area .area-area .detail .label span {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 4px;
  padding: 4px 24px 3px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
}
.page-qa .sec-area .area-area .detail .ttl {
  margin: 20px 0 0;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
.page-qa .sec-area .area-area .detail .ttl .small {
  position: relative;
  top: -30px;
  font-size: 26px;
}
.page-qa .sec-area .area-area .photo {
  text-align: center;
  position: absolute;
  z-index: 0;
  top: 0;
}
.page-qa .sec-area .area-area .photo img {
  width: 80%;
  height: auto;
}
.page-qa .sec-area .area-area .car {
  position: absolute;
  bottom: 30px;
  left: 70px;
}
.page-qa .sec-area .area-area .car img {
  max-width: 180px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-area .area-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-qa .sec-area .area-area .detail {
    width: 700px;
    margin-top: -100px;
    height: auto;
  }
  .page-qa .sec-area .area-area .detail .label span {
    font-size: 32px;
    padding: 1px 34px;
  }
  .page-qa .sec-area .area-area .detail .ttl {
    font-size: 120px;
  }
  .page-qa .sec-area .area-area .detail .ttl .small {
    top: -50px;
    font-size: 42px;
  }
  .page-qa .sec-area .area-area .photo {
    position: relative;
    width: 500px;
    margin: 0;
  }
  .page-qa .sec-area .area-area .photo img {
    width: 100%;
    height: auto;
  }
  .page-qa .sec-area .area-area .car {
    position: absolute;
    bottom: 0;
    left: 90px;
  }
  .page-qa .sec-area .area-area .car img {
    max-width: 300px;
    height: auto;
  }
}

.page-company .sec-about .area-about .logo {
  margin-bottom: 20px;
  text-align: center;
}
.page-company .sec-about .area-about .logo img {
  max-width: 50%;
  height: auto;
}
.page-company .sec-about .area-about .about p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-company .sec-about .area-about p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-company .sec-about .area-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-company .sec-about .area-about .logo {
    width: 300px;
    text-align: left;
  }
  .page-company .sec-about .area-about .logo img {
    max-width: 100%;
  }
  .page-company .sec-about .area-about .about {
    width: 800px;
  }
  .page-company .sec-about .area-about .about p {
    font-size: 20px;
  }
}
.page-company .sec-sdgs .area-sdgs .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-company .sec-sdgs .area-sdgs .photo img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-sdgs .area-sdgs p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-company .sec-sdgs .area-sdgs p {
    font-size: 20px;
  }
  .page-company .sec-sdgs .area-sdgs .photo {
    margin-bottom: 40px;
  }
}
.page-company .sec-company .data {
  margin-bottom: 60px;
  font-size: 14px;
}
.page-company .sec-company .data th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
}
.page-company .sec-company .data td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-company .data td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .data {
    font-size: 16px;
  }
  .page-company .sec-company .data th {
    width: 250px;
    padding: 24px 0;
  }
  .page-company .sec-company .data td {
    padding: 24px 0;
  }
}
.page-company .sec-company .data .sec-privacypolicy {
  margin-top: 20px;
}
.page-company .sec-company .data .sec-privacypolicy .area-privacypolicy {
  display: none;
}
.page-company .sec-company .data .sec-privacypolicy .js-pp-trigger {
  cursor: pointer;
  background: #f0f0f0;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .data .sec-privacypolicy .js-pp-trigger {
    width: 400px;
    margin: 20px auto 0;
  }
}
.page-company .sec-company .data .sec-privacypolicy .js-pp-trigger:hover {
  background: #e0e0e0;
}
.page-company .sec-company .data .sec-privacypolicy .js-pp-trigger.is-open {
  background: #ddd;
}
.page-company .sec-company .data .sec-privacypolicy .js-pp-trigger.is-open::after {
  content: " (閉じる)";
  font-size: 0.8em;
}
.page-company .sec-company .data .sec-privacypolicy .area-privacypolicy .policy .ttl {
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
}
.page-company .sec-company .data .sec-privacypolicy .area-privacypolicy .policy p {
  margin-bottom: 10px;
}
.page-company .sec-company .map {
  text-align: center;
}
.page-company .sec-company .map iframe {
  width: 100%;
  height: 300px;
}
.page-company .sec-company .map p {
  margin-top: 20px;
}
.page-company .sec-company .map p a {
  text-decoration: underline;
}
.page-company .sec-company .list-office {
  border-top: 1px solid #E6E6E6;
}
.page-company .sec-company .list-office li {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}
.page-company .sec-company .list-office li p {
  display: inline-block;
}
.page-company .sec-company .list-office li .btn {
  display: inline-block;
  padding: 4px 10px 6px;
  background-color: #08CB43;
  color: #fff;
  font-size: 12px;
}
.page-company .sec-company .list-office li .btn:hover {
  background-color: #19aa45;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .list-office li {
    padding: 24px 0;
  }
  .page-company .sec-company .list-office li p {
    font-size: 16px;
  }
  .page-company .sec-company .list-office li .btn {
    position: relative;
    top: -2px;
    font-size: 14px;
    margin-left: 20px;
  }
}
.page-company .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-news .area-news {
    margin: 0 auto 60px;
  }
}
.page-company .sec-news .area-news .news {
  padding: 16px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-news .area-news .news:first-of-type {
  border-top: 1px solid #E6E6E6;
}
.page-company .sec-news .area-news .news .meta .date {
  color: #111;
  font-weight: bold;
}
.page-company .sec-news .area-news .news .meta .label {
  position: relative;
  top: -2px;
  font-size: 12px;
  background-color: #111;
  padding: 6px 30px 7px;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
}
.page-company .sec-news .area-news .news .meta .cat-important {
  background-color: #cf0505;
}
.page-company .sec-news .area-news .news .title {
  margin-top: 10px;
}
.page-company .sec-news .area-news .news .title a {
  color: #111;
}
@media screen and (min-width: 768px) {
  .page-company .sec-news .area-news .news {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .page-company .sec-news .area-news .news .meta {
    font-size: 18px;
  }
  .page-company .sec-news .area-news .news .meta .label {
    font-size: 14px;
  }
  .page-company .sec-news .area-news .news .title {
    margin-top: 0;
    margin-left: 14px;
    font-size: 18px;
  }
}

.page-recruit .sec-recruit {
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.page-recruit .sec-recruit .accordion-area {
  list-style: none;
}
.page-recruit .sec-recruit .accordion-area li {
  margin: 10px 0;
}
.page-recruit .sec-recruit .accordion-area section {
  border: 1px solid #ddd;
}
.page-recruit .sec-recruit .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
.page-recruit .sec-recruit .title::before,
.page-recruit .sec-recruit .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.page-recruit .sec-recruit .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.page-recruit .sec-recruit .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.page-recruit .sec-recruit .title.close::before {
  transform: rotate(45deg);
}
.page-recruit .sec-recruit .title.close::after {
  transform: rotate(-45deg);
}
.page-recruit .sec-recruit .box {
  display: none; /*はじめは非表示*/
  box-sizing: border-box;
  padding: 0 14px;
}
.page-recruit .sec-recruit .bosyu {
  margin-bottom: 20px;
  font-size: 14px;
}
.page-recruit .sec-recruit .bosyu th {
  display: block;
  background-color: #F5F5F5;
  padding: 14px;
  text-align: left;
}
.page-recruit .sec-recruit .bosyu td {
  display: block;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .bosyu {
    width: 840px;
    margin: 0 auto 40px;
    font-size: 16px;
    border-top: 1px solid #eee;
  }
  .page-recruit .sec-recruit .bosyu th {
    display: table-cell;
    width: 200px;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
  .page-recruit .sec-recruit .bosyu td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
}
.page-recruit .sec-recruit .contact {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 20px;
  border: 4px double #DDDDDD;
}
.page-recruit .sec-recruit .contact h4 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 16px;
}
.page-recruit .sec-recruit .contact p {
  margin-bottom: 14px;
  text-align: center;
}
.page-recruit .sec-recruit .contact p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .contact {
    width: 700px;
  }
}

.page-contact .sec-contact .area-contact {
  margin-bottom: 60px;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu h3 {
  margin-bottom: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #F28683;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p {
  text-align: center;
  font-weight: bold;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p.tel {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .area-contact .shisetsu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-contact .sec-contact .area-contact .shisetsu-list .shisetsu {
    width: 300px;
  }
  .page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p {
    font-size: 14px;
  }
  .page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p.tel {
    font-size: 24px;
  }
}
.page-contact .sec-contact .area-contact .lifeone p {
  text-align: center;
  font-weight: bold;
}
.page-contact .sec-contact .area-contact .lifeone p.tel {
  font-size: 32px;
}
.page-contact .sec-contact .area-contact .lifeone .email {
  margin-top: 20px;
}
.page-contact .sec-contact .attention {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .attention {
    font-size: 16px;
  }
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .hissu {
    font-size: 14px;
  }
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .ninni {
    font-size: 14px;
  }
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .bikou {
    font-size: 14px;
  }
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form td .text-form {
    padding: 16px;
  }
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form td .text-area {
    padding: 16px;
  }
}
.area-contactform .contact-form td ::placeholder {
  color: #b9b9b9;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form td .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
  }
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 16px;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    width: 860px;
    margin: 0 auto 50px;
  }
  .area-contactform .contact-form th {
    width: 200px;
    display: table-cell;
    position: relative;
    padding: 14px;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 14px;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 18px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 90%;
  padding: 16px;
  margin: 10px auto 20px;
  border: none;
  background-color: #08CB43;
  text-align: center;
  font-size: 16px;
  border-radius: 40px;
  color: #fff;
  transition: 0.3s;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  transform: scale(0.95, 0.95);
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 20px;
  }
  .area-contactform .wpcf7-submit {
    width: 440px;
    margin: 0 auto 40px;
    padding: 24px;
    font-size: 20px;
  }
}

.page-privacypolicy .sec-privacypolicy .area-explain {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  position: relative;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a img {
    width: 140px;
    height: 140px;
  }
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(2400px);
  }
}
#footer .inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}
#footer .inner .area-tel {
  margin-bottom: 40px;
}
#footer .inner .area-tel .tel {
  width: 80%;
  margin: 0 auto 20px;
}
#footer .inner .area-tel .tel img {
  max-width: 100%;
  height: auto;
}
#footer .inner .area-tel .btn li {
  margin-bottom: 10px;
  text-align: center;
}
#footer .inner .area-tel .btn li img {
  max-width: 100%;
  height: auto;
}
#footer .inner .area-tel .text-contact {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#footer .inner .area-tel .nav li {
  margin-bottom: 6px;
  text-align: center;
}
#footer .inner .area-tel .nav li a {
  text-decoration: underline;
}
#footer .inner .area-info {
  margin-bottom: 20px;
}
#footer .inner .area-info .logo {
  margin-bottom: 14px;
  text-align: center;
}
#footer .inner .area-info .logo img {
  width: 300px;
  height: auto;
}
#footer .inner .area-info .about {
  text-align: center;
}
#footer .inner .area-info .about a {
  text-decoration: underline;
}
#footer .inner .area-info .about .icon-freedial {
  position: relative;
  bottom: -6px;
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    padding-bottom: 40px;
  }
  #footer .inner .area-tel {
    order: 2;
    width: 520px;
  }
  #footer .inner .area-tel .tel {
    width: 100%;
  }
  #footer .inner .area-tel .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .inner .area-tel .btn li {
    width: 49%;
  }
  #footer .inner .area-tel .nav li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #footer .inner .area-tel .nav li a {
    font-size: 16px;
  }
  #footer .inner .area-info {
    order: 1;
    width: 560px;
    margin-bottom: 0;
  }
  #footer .inner .area-info .logo {
    text-align: left;
  }
  #footer .inner .area-info .about {
    text-align: left;
  }
}
#footer .copyright {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  color: #444;
  font-size: 12px;
}