@charset "UTF-8";
/*
//基本的にはucarpac-front-htmlと同じ
*/
/*
$font-family-jp: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
$font-family-en: Helvetica, Arial, sans-serif;
*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  box-sizing: border-box;
}

html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Roboto, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  color: #121212;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.45rem;
    padding-bottom: 50px;
  }
  body.hide-sp-banner {
    padding-bottom: 0;
  }
}

a {
  color: #E5006E;
  transition: all 0.2s ease;
  /*
  svg, span {
      transition: all ease 0.2s;
  }
  */
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

a[class^="btn-"], button[class^="btn-"] {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 1.5rem 70px 1.5rem 2rem;
  text-decoration: none;
  border: none;
  font-size: 14px;
  min-width: 240px;
}
a.btn-primary, button.btn-primary {
  background: #E5006E;
  color: #fff;
  text-align: left;
}
a.btn-primary:after, button.btn-primary:after {
  content: '';
  background: url("../images/btn-arrow.svg") 0 center no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -70%);
  transition: all 0.2s ease;
}
a.btn-primary:hover, button.btn-primary:hover {
  background: #cc0062;
}
a.btn-primary:hover:after, button.btn-primary:hover:after {
  right: 10px;
}
a.btn-secondary, button.btn-secondary {
  background: #F8F199;
  color: #fff;
  text-align: left;
}
a.btn-secondary:after, button.btn-secondary:after {
  content: '';
  background: url("../images/btn-arrow.svg") 0 center no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -70%);
  transition: all 0.2s ease;
}
a.btn-secondary:hover, button.btn-secondary:hover {
  background: #f6ee81;
}
a.btn-secondary:hover:after, button.btn-secondary:hover:after {
  right: 10px;
}
a.btn-default, button.btn-default {
  background: #6b7780;
  text-align: center;
  padding: 1.5rem 2rem;
  color: #fff;
}
a.btn-default:hover, button.btn-default:hover {
  background: #5f6a72;
}

img {
  vertical-align: middle;
}

.en {
  font-family: 'Asap Condensed', sans-serif;
}

h2, h3, h4, h5 {
  font-weight: 500;
  margin: 0 0 1rem;
}

.center {
  text-align: center;
}

.br-pc {
  display: block;
}
.br-sm, .br-xs {
  display: none;
}
@media screen and (max-width: 834px) {
  .br-pc, .br-xs {
    display: none;
  }
  .br-sm {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .br-pc, .br-sm {
    display: none;
  }
  .br-xs {
    display: block;
  }
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-hide {
    display: block;
  }
}

.xs-hide {
  display: block;
}
@media screen and (max-width: 640px) {
  .xs-hide {
    display: none;
  }
}

p + p {
  margin-top: 2rem;
}

.red {
  color: #cc0000;
}

hr {
  border: none;
  margin: 2rem 0;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 834px) {
  .wrapper {
    width: 100%;
  }
}

main.content {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  main.content {
    margin-bottom: 50px;
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  /*
  @media screen and (max-width: $screen-lg) {
      width: 100%;
      padding: 0 20px;
      max-width: $screen-md;
  }
  */
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 834px) {
  .container {
    max-width: 834px;
    padding: 0 15px;
  }
}

.video, .map {
  position: relative;
  width: 100%;
  max-width: 560px;
}
.video:before, .map:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe, .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.map {
  max-width: none;
}

.scroll {
  transition: all ease 0.5s;
}

.wp-pagenavi {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-pagenavi > span, .wp-pagenavi > a {
  width: 32px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  color: #b9b9b9;
  margin: 5px;
  text-align: center;
}
.wp-pagenavi > span.extend, .wp-pagenavi > a.extend {
  border: none;
  color: #aaa;
}
.wp-pagenavi > span.current, .wp-pagenavi > a.current {
  color: #fff;
  background: #E5006E;
  border-color: #E5006E;
}
.wp-pagenavi a:hover {
  background: #d8d8d8;
}

.headerContainer {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.headerContainer ul {
  list-style: none;
}
.headerContainer__primary {
  display: flex;
  padding: 15px 20px;
}
.headerContainer__logo {
  width: 200px;
  margin-right: auto;
}
.headerContainer__logo a {
  display: flex;
  height: 50px;
  align-items: center;
}
.headerContainer__logo img {
  width: 100%;
  height: auto;
}
.headerContainer__right {
  display: flex;
}
.headerContainer__right--tel a {
  display: block;
  background: url("../images/header_tel.png") 0 0 no-repeat;
  width: 239px;
  height: 53px;
  text-indent: -9999px;
}
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .headerContainer__right--tel a {
    background-image: url("../images/header_tel@2x.png");
    background-size: 239px 53px;
  }
}
@media (min--moz-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 6 / 2), (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .headerContainer__right--tel a {
    background-image: url("../images/header_tel@3x.png");
    background-size: 239px 53px;
  }
}
.headerContainer__right--nav {
  margin-left: 20px;
}
.headerContainer__right--nav ul {
  display: flex;
}
.headerContainer__right--nav ul li {
  flex: 1;
}
.headerContainer__right--nav ul li a {
  color: #121212;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.headerContainer__right--nav ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  margin: 0 auto;
  position: relative;
}
.headerContainer__right--nav ul li a .icon svg {
  fill: #6B6C6E;
}
.headerContainer__right--nav ul li a .label {
  line-height: 1;
  font-size: 12px;
  margin-top: 0.4rem;
}
.headerContainer__right--nav ul li a:hover {
  color: #E5006E;
}
.headerContainer__right--nav ul li a:hover .icon {
  fill: #E5006E;
}
.headerContainer__right--nav ul li a.hamburger {
  display: none;
}
.headerContainer__right--nav ul li a.hamburger .icon span {
  width: 20px;
  height: 2px;
  background: #6B6C6E;
  display: block;
  position: absolute;
  transition: all 0.2s ease;
}
.headerContainer__right--nav ul li a.hamburger .icon span:nth-child(1) {
  top: 6px;
}
.headerContainer__right--nav ul li a.hamburger .icon span:nth-child(2) {
  top: 12px;
}
.headerContainer__right--nav ul li a.hamburger .icon span:nth-child(3) {
  top: 18px;
}
.headerContainer__right--nav ul li a.hamburger:hover .icon span {
  background: #E5006E;
}
.headerContainer__right--nav ul li a.hamburger.active .icon span {
  top: 12px;
}
.headerContainer__right--nav ul li a.hamburger.active .icon span:nth-child(1) {
  transform: rotate(45deg);
}
.headerContainer__right--nav ul li a.hamburger.active .icon span:nth-child(2) {
  opacity: 0;
}
.headerContainer__right--nav ul li a.hamburger.active .icon span:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
  .headerContainer__right--nav ul li a.hamburger {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .headerContainer__primary {
    padding: 0 0 0 10px;
  }
  .headerContainer__logo {
    width: 160px;
  }
  .headerContainer__right--tel {
    display: none;
  }
}

.footerContainer {
  background: #595757;
  padding: 30px 0;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
.footerContainer .nav-footer {
  margin: 0 0 30px;
}
.footerContainer .nav-footer ul {
  list-style: none;
  text-align: center;
}
.footerContainer .nav-footer ul li {
  display: inline-block;
}
.footerContainer .nav-footer ul li a {
  color: #fff;
  text-decoration: none;
  margin: 5px 15px;
}
.footerContainer .nav-footer ul li a:hover {
  text-decoration: underline;
}
.footerContainer .copyright {
  font-size: 11px;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .footerContainer {
    padding: 0 0 20px;
  }
  .footerContainer .nav-footer {
    margin: 0 -15px 20px;
  }
  .footerContainer .nav-footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footerContainer .nav-footer ul li {
    width: 50%;
    border-bottom: 1px solid #838383;
  }
  .footerContainer .nav-footer ul li:nth-child(2n+1) {
    border-right: 1px solid #838383;
  }
  .footerContainer .nav-footer ul li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    text-align: left;
    margin: 0;
  }
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
.totop a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.totop a span {
  background: url("../images/totop.svg") 0 0 no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
}
.totop a:hover {
  background: white;
}
@media screen and (max-width: 640px) {
  .totop {
    display: block;
    bottom: 60px;
  }
  .hide-sp-banner .totop {
    bottom: 10px;
  }
}

.sp-fixed-banner {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 13px;
  position: relative;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.sp-fixed-banner a {
  display: inline-block;
  background: #225BBD;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: 500;
  min-width: 150px;
  margin-left: 10px;
  width: 44%;
}
.sp-fixed-banner-line a {
  display: inline-block;
  background: #2CB53A;
  color: #fff;
  border-radius: 15px;
  padding: 6px 15px;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
  min-width: 150px;
  margin-left: 13px;
}
.sp-fixed-banner a .copy {
  font-size: 10px;
  font-weight: bold;
}
.sp-fixed-banner a .title {
  font-size: 12px;
  margin-top: 3px;
  font-weight: bold;
}
.sp-fixed-banner-line a .title {
  font-size: 10px;
  margin-top: 3px;
  font-weight: bold;
}
.sp-fixed-banner button {
  border: none;
  position: relative;
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.sp-fixed-banner button span {
  width: 20px;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
}
.sp-fixed-banner button span:first-child {
  transform: translate(0, -50%) rotate(45deg);
}
.sp-fixed-banner button span:last-child {
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .sp-fixed-banner {
    display: flex;
  }
}

button.hamburger {
  width: 40px;
  height: 40px;
  position: absolute;
  border: none;
  outline: none;
  right: 25px;
  top: 30px;
  z-index: 12;
  display: none;
}
button.hamburger span {
  width: 24px;
  height: 1px;
  display: block;
  background: #F8F199;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s ease;
}
button.hamburger span:nth-child(1) {
  top: 16px;
}
button.hamburger span:nth-child(2) {
  top: 24px;
}
button.hamburger.active span {
  background: #fff;
}
button.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
button.hamburger.active span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  button.hamburger {
    right: 15px;
    top: 10px;
  }
}

.nav-global ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-global > ul {
  display: flex;
}
.nav-global > ul > li {
  position: relative;
  margin: 0;
  flex: 1 0 auto;
}
.nav-global > ul > li:after {
  content: '';
  width: 1px;
  height: 22px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.nav-global > ul > li:last-child:after {
  display: none;
}
.nav-global > ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #121212;
  padding: 10px;
  text-align: center;
  font-weight: 500;
}
.nav-global > ul > li > a > span {
  display: block;
  position: relative;
}
.nav-global > ul > li > a:hover {
  color: #E5006E;
}
.nav-global > ul > li > a:hover span:after {
  width: 100%;
}
.nav-global > ul > li.has-child > a > span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.nav-global > ul > li.has-child > a > span:before, .nav-global > ul > li.has-child > a > span:after {
  content: '';
  width: 7px;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 13px;
  transition: all 0.2s ease;
}
.nav-global > ul > li.has-child > a > span:before {
  transform: rotate(45deg);
  right: 5px;
}
.nav-global > ul > li.has-child > a > span:after {
  transform: rotate(-40deg);
  right: 0;
}
.nav-global > ul > li.has-child > a:hover > span:before, .nav-global > ul > li.has-child > a:hover > span:after {
  background: #E5006E;
}
.nav-global > ul > li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}
.nav-global > ul > li.current a span {
  color: #E5006E;
}
.nav-global > ul > li .child {
  position: absolute;
  right: 0;
  background: #454344;
  width: auto;
  padding: 10px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 1.5rem;
}
.nav-global > ul > li .child ul li a {
  color: #fff;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.nav-global > ul > li .child ul li a span {
  display: block;
  position: relative;
  padding-left: 10px;
}
.nav-global > ul > li .child ul li a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}
.nav-global > ul > li .child ul li a:hover {
  color: #E5006E;
}
.nav-global > ul > li .child ul li a:hover span:after {
  border-left-color: #E5006E;
}
.nav-global > ul > li .child--col-3 {
  width: 720px;
  left: 50%;
  transform: translate(-50%, 0);
}
.nav-global > ul > li .child--col-3 ul {
  width: 33.33%;
}
@media screen and (max-width: 834px) {
  .nav-global {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #454344;
    display: none;
  }
  .nav-global > ul {
    display: block;
  }
  .nav-global > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-global > ul > li:after {
    display: none !important;
  }
  .nav-global > ul > li > a {
    position: relative;
    text-align: left;
    color: #fff;
    padding-right: 25px;
  }
  .nav-global > ul > li > a:hover {
    color: #fff;
  }
  .nav-global > ul > li > a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  .nav-global > ul > li.has-child > a span:before, .nav-global > ul > li.has-child > a span:after {
    display: none;
  }
  .nav-global > ul > li.has-child > a:before {
    content: '';
    width: 15px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .nav-global > ul > li.has-child > a:after {
    border: none;
    width: 1px;
    height: 15px;
    display: block;
    background: #fff;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.2s ease;
  }
  .nav-global > ul > li.has-child > a.active:after {
    opacity: 0;
  }
  .nav-global > ul > li .child {
    position: static;
    background: #5f5c5e;
    padding: 0;
    display: none;
    visibility: initial;
    opacity: 1;
    transition: none;
  }
  .nav-global > ul > li .child ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-global > ul > li .child ul li a {
    padding: 10px;
  }
  .nav-global > ul > li .child--col-3 {
    width: 100%;
    transform: none;
  }
  .nav-global > ul > li .child--col-3 ul {
    width: 100%;
  }
}

.nav-local {
  background: #F8F8F8;
  padding: 10px 0;
  margin: 15px 0 25px;
}
.nav-local ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.nav-local ul li + li {
  border-left: 1px solid #ddd;
}
.nav-local ul li a {
  display: block;
  padding: 0 30px;
  line-height: 30px;
  color: #121212;
  text-decoration: none;
  font-weight: 500;
}
.nav-local ul li a span {
  display: block;
  padding-right: 12px;
  position: relative;
}
.nav-local ul li a span:after {
  content: '';
  display: block;
  border-top: 5px solid #E5006E;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.nav-local ul li a:hover {
  color: #E5006E;
}
@media screen and (max-width: 834px) {
  .nav-local {
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .nav-local ul {
    margin: 0 -10px;
  }
  .nav-local ul li a {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}

/*hタグ関係*/
h2.icon-title, h3.icon-title, h4.icon-title, h5.icon-title {
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
}
h2.icon-title .icon, h3.icon-title .icon, h4.icon-title .icon, h5.icon-title .icon {
  margin-right: 5px;
}
h2.icon-title .icon img, h3.icon-title .icon img, h4.icon-title .icon img, h5.icon-title .icon img {
  vertical-align: bottom;
}

h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.8rem;
}

/*.article*/
.article + .article {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .article + .article {
    margin-top: 30px;
  }
}

/*ulリスト*/
ul.list, ol.list {
  padding-left: 20px;
  margin: 15px 0;
}
ul.list li + li, ol.list li + li {
  margin-top: 5px;
}

/*全て表示する付属コンテンツ*/
.over-contents {
  display: none;
}

/*moreボタン*/
.more {
  text-align: center;
  margin: 10px 0 0;
}
.more a {
  color: #121212;
}
.more a:hover {
  color: #E5006E;
}
.more a span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.more a span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #E5006E;
  border-right: 1px solid #E5006E;
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
}
.more a.open span:after {
  transform: translate(0, calc(-50% + 3px)) rotate(-45deg);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 1.5rem 0;
  vertical-align: top;
}
table th {
  font-weight: 500;
}
table tbody th {
  text-align: left;
}

.table-flex {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table-flex .cell {
  width: 20%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.table-flex .cell a {
  display: block;
  text-decoration: none;
  color: #121212;
  padding: 5px;
}
.table-flex .cell a:hover {
  background: #f4f4f4;
}
@media screen and (max-width: 834px) {
  .table-flex .cell {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .table-flex {
    margin: 0 -20px;
  }
  .table-flex .cell {
    width: 50%;
  }
}

select {
  line-height: 35px;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: #fff;
  background-image: url("../images/select_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
  outline: none;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=date],
textarea {
  background-color: #F5F5F5;
  border: 1px solid #AFAFAF;
  padding: 0.5rem 1em;
  outline: none;
  transition: all 0.2s ease;
  width: 100%;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  background: #fff !important;
  border-color: #5d82a5 !important;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #A8B3BE;
}
input[type=text].zip,
input[type=email].zip,
input[type=search].zip,
input[type=tel].zip,
input[type=date].zip,
textarea.zip {
  width: 120px;
}

.form-horizon {
  display: flex;
  align-items: center;
}
.form-horizon .sep {
  margin: 0 5px;
}
.form-horizon input[type=text] + input[type=text] {
  margin-left: 10px;
}

a.btn, button.btn {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: #121212;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 38px;
  min-width: 180px;
}
a.btn.submit, button.btn.submit {
  border-color: #E5006E;
  color: #E5006E;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
a.btn.submit:hover, button.btn.submit:hover {
  background: #FDEFF5;
}
a.btn.submit .icon, button.btn.submit .icon {
  width: 24px;
  margin-right: 5px;
}
a.btn.submit .icon img, button.btn.submit .icon img {
  width: 100%;
  height: auto;
}
a.btn.reset, button.btn.reset {
  background: #f4f4f4;
  color: #444;
}

.breadcrumb {
  font-size: 1.2rem;
  padding: 0.75em 0;
}
.breadcrumb .container {
  white-space: nowrap;
}
.breadcrumb ol {
  list-style: none;
}
.breadcrumb ol li {
  display: inline-block;
  position: relative;
}
.breadcrumb ol li + li {
  padding-left: 10px;
  margin-left: 8px;
}
.breadcrumb ol li + li:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent #959595;
  display: block;
  width: 0;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.breadcrumb.sp {
  background: #F2F2F2;
  display: none;
}
@media screen and (max-width: 834px) {
  .breadcrumb .container {
    overflow-x: auto;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb.pc {
    display: none;
  }
  .breadcrumb.sp {
    display: block;
  }
}

.home-hero {
  position: relative;
}
.home-hero .container {
  z-index: 1;
}
.home-hero__header {
  min-height: 270px;
  display: flex;
  align-items: center;
  max-width: 600px;
}
.home-hero__header h1 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #E5006E;
}
.home-hero__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin: -15px 0 0;
}
.home-hero__point {
  display: flex;
}
.home-hero__point .item {
  width: 124px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.home-hero__point .item + .item {
  margin-left: 10px;
}
.home-hero__point .item .title {
  background: url("../images/home_hero_point.png") 0 0 no-repeat;
  width: 110px;
  height: 45px;
  text-indent: -9999px;
  margin: -12px auto 0;
}
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .home-hero__point .item .title {
    background-image: url("../images/home_hero_point@2x.png");
    background-size: 330px 45px;
  }
}
@media (min--moz-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 6 / 2), (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .home-hero__point .item .title {
    background-image: url("../images/home_hero_point@3x.png");
    background-size: 330px 45px;
  }
}
.home-hero__point .item .title.point2 {
  background-position: -110px 0;
}
.home-hero__point .item .title.point3 {
  background-position: -220px 0;
}
.home-hero__point .item .text {
  font-weight: 500;
  font-size: 15px;
  padding: 0 3px 5px;
}
.home-hero__link {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.home-hero__link > div {
  margin-bottom: 10px;
}
.home-hero__link > div + div {
  margin-left: 20px;
}
.home-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.home-hero__bg:before {
  content: '';
  width: 50%;
  background: #f396c2;
  height: 100%;
  display: block;
  position: absolute;
  left: 70%;
  top: 0;
}
.home-hero__bg:after {
  content: '';
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.home-hero__bg .container {
  background: url("../images/hero_bg_pc.png") right center no-repeat;
  background-size: contain;
  height: 270px;
}
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .home-hero__bg .container {
    background-image: url("../images/hero_bg_pc@2x.png");
    background-size: 418px 270px;
  }
}
@media (min--moz-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 6 / 2), (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .home-hero__bg .container {
    background-image: url("../images/hero_bg_pc@3x.png");
    background-size: 418px 270px;
  }
}
.home-hero__bg--rola {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home-hero__header {
    max-width: 480px;
  }
  .home-hero__row {
    display: block;
  }
  .home-hero__point {
    justify-content: center;
  }
  .home-hero__point .item {
    width: auto;
  }
  .home-hero__point .item .text {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-hero__point .item .text br {
    display: none;
  }
  .home-hero__link {
    justify-content: center;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .home-hero__header {
    min-height: auto;
  }
  .home-hero__header h1 {
    font-size: 2rem;
    height: 150px;
    display: flex;
    align-items: center;
  }
  .home-hero__header .limit-text {
    height: 60px;
    text-align: center;
  }
  .home-hero__row {
    display: block;
    margin-top: 25px;
  }
  .home-hero__point {
    margin: 0 -10px;
  }
  .home-hero__point .item + .item {
    margin-left: 7px;
  }
  .home-hero__point .item .text {
    font-size: 14px;
  }
  .home-hero__link {
    margin: 15px -5px 0;
    justify-content: center;
  }
  .home-hero__link > div + div {
    margin-left: 10px;
  }
  .home-hero__link .satei-start__pop {
    font-size: 1.3rem;
  }
  .home-hero__link .satei-start a {
    width: 170px;
    padding: 3px;
  }
  .home-hero__link .satei-start a span.label {
    line-height: 13px;
    font-size: 11px;
    padding: 3px;
    width: 32px;
  }
  .home-hero__link .satei-start a span.title {
    font-size: 1.4rem;
    line-height: 32px;
  }
  .home-hero__link .satei-start.about .satei-start__pop {
    letter-spacing: -0.07em;
  }
  .home-hero__bg {
    background: url("../images/hero_bg.png") right center no-repeat;
    background-size: contain;
    height: 150px;
  }
}
@media screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 4 / 2), screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 640px) and (min-device-pixel-ratio: 2), screen and (max-width: 640px) and (min-resolution: 2dppx) {
  .home-hero__bg {
    background-image: url("../images/hero_bg@2x.png");
    background-size: 232px 150px;
  }
}
@media screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 3), screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 6 / 2), screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 3), screen and (max-width: 640px) and (min-device-pixel-ratio: 3), screen and (max-width: 640px) and (min-resolution: 3dppx) {
  .home-hero__bg {
    background-image: url("../images/hero_bg@3x.png");
    background-size: 232px 150px;
  }
}
@media screen and (max-width: 640px) {
  .home-hero__bg:before, .home-hero__bg:after {
    display: none;
  }
  .home-hero__bg .container {
    background: none;
    height: 150px;
  }
}

.home-search__tab {
  border-bottom: 1px solid #E5006E;
  margin: 0 -15px 15px;
  display: none;
}
.home-search__tab ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.home-search__tab ul li {
  margin: 0 3px;
}
.home-search__tab ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 5px 10px;
  background: #B1B1B1;
  border-radius: 3px 3px 0 0;
  color: #fff;
  text-decoration: none;
  display: block;
}
.home-search__tab ul li.current a {
  background: #E5006E;
}
@media screen and (max-width: 640px) {
  .home-search__tab {
    display: block;
  }
}
.home-search__block > h3 {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
.home-search__block > h3:after {
  content: '';
  width: 50px;
  height: 2px;
  display: block;
  background: #E5006E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .home-search__block {
    margin-top: 0 !important;
  }
  .home-search__block > h3 {
    display: none;
  }
}

.home-area {
  padding: 50px 0;
  max-width: 770px;
  margin: 0 auto;
}
.home-area__list {
  border-top: 1px solid #ddd;
}
.home-area__list--block {
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.home-area__list--block .area {
  width: 120px;
  margin-right: 4rem;
}
.home-area__list--block .area a {
  pointer-events: none;
  color: #121212;
  font-weight: 500;
  text-decoration: none;
}
.home-area__list--block .pref {
  flex: 1;
}
.home-area__list--block .pref ul {
  list-style: none;
}
.home-area__list--block .pref ul li {
  display: inline-block;
}
.home-area__list--block .pref ul li + li {
  margin-left: 2rem;
}
.home-area__list--block .pref ul li a {
  display: block;
}
@media screen and (max-width: 834px) {
  .home-area__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 5px 10px;
  }
  .home-area__list--block {
    width: 33.33%;
    border: none;
    padding: 0;
  }
  .home-area__list--block .area {
    width: auto;
    margin: 0;
  }
  .home-area__list--block .area a {
    pointer-events: initial;
    font-size: 1.4rem;
    padding: 5px 5px 5px 13px;
    display: block;
    position: relative;
  }
  .home-area__list--block .area a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #E5006E;
    border-right: 1px solid #E5006E;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  .home-area__list--block .pref {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .home-area {
    padding-bottom: 20px;
  }
  .modal-home-area .modaal-content-container {
    padding: 0;
  }
  .modal-home-area .modaal-content-container ul {
    list-style: none;
  }
  .modal-home-area .modaal-content-container ul li + li {
    border-top: 1px solid #ddd;
  }
  .modal-home-area .modaal-content-container ul li a {
    display: block;
    padding: 0 30px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    color: #121212;
  }
  .modal-home-area .modaal-content-container ul li a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #E5006E;
    border-right: 1px solid #E5006E;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
}

.home-interview {
  padding: 30px 0;
}
.home-interview__list {
  display: flex;
  align-items: flex-start;
  margin: 30px -50px 0;
}
.home-interview__list--item {
  flex: 1;
  padding: 0 50px;
}
.home-interview__list--item + .home-interview__list--item {
  border-left: 1px solid #ddd;
}
.home-interview__list--item .thumb {
  margin: 0 0 10px;
}
.home-interview__list--item .thumb img {
  width: 100%;
  height: auto;
}
.home-interview__list--item .description {
  font-size: 1.4rem;
}
.home-interview__list--item .description .attr {
  color: #E5006E;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.home-interview__list--item .description .more {
  margin: 10px 0 0;
}
.home-interview__list--item .description .more a {
  display: inline-block;
  color: #121212;
  text-decoration: none;
  position: relative;
  font-size: 1.3rem;
  padding-left: 12px;
}
.home-interview__list--item .description .more a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #E5006E;
  border-right: 1px solid #E5006E;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.home-interview__list--item .description .more a:hover {
  color: #E5006E;
}
.home-interview__list.voice .home-interview__list--item {
  padding: 0;
}
.home-interview__list.voice .home-interview__list--item a {
  text-decoration: none;
  display: block;
  padding: 10px 30px;
}
.home-interview__list.voice .home-interview__list--item a:hover {
  background: #FDEFF5;
}
.home-interview__list.voice .home-interview__list--item a p {
  color: #121212;
}
@media screen and (max-width: 834px) {
  .home-interview {
    padding: 0;
  }
  .home-interview__list {
    display: block;
    margin: 30px 0 0;
    padding-bottom: 50px !important;
    overflow: hidden;
  }
  .home-interview__list--item {
    padding: 0 15px;
    display: flex !important;
  }
  .home-interview__list--item .thumb {
    width: 135px;
    margin-right: 10px;
  }
  .home-interview__list--item .description {
    flex: 1;
  }
  .home-interview .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    list-style: none;
    text-align: center;
  }
  .home-interview .slick-dots li {
    display: inline-block;
  }
  .home-interview .slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    text-indent: -9999px;
    background: #D8D8D8;
    border-radius: 50%;
    margin: 0 5px;
  }
  .home-interview .slick-dots li.slick-active button {
    background: #E5006E;
  }
  .home-interview .slick-arrow {
    position: absolute;
  }
  .home-interview .slick-arrow.slick-prev, .home-interview .slick-arrow.slick-next {
    text-indent: -9999px;
    bottom: -1px;
    left: 50%;
    margin-left: 50px;
  }
  .home-interview .slick-arrow.slick-prev:before, .home-interview .slick-arrow.slick-next:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #E5006E;
    border-right: 1px solid #E5006E;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-interview .slick-arrow.slick-prev {
    transform: scale(-1, 1);
    margin-left: -50px;
  }
}

.blog__container {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .blog__container {
    display: block;
  }
}
.blog__main {
  flex: 1;
}
.blog__main .page-header {
  text-align: left;
  margin-bottom: 1rem;
}
.blog__header h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.page-template-default .blog__header {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  .blog__header h1 {
    font-size: 2rem;
  }
}
.share {
  margin: 10px 0;
}
.share ul {
  list-style: none;
  display: flex;
}
.share ul li + li {
  margin-left: 10px;
}
.share ul li a {
  display: block;
  width: 50px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
}
.share ul li a img {
  height: 34px;
  width: 100%;
  vertical-align: bottom;
}
.share ul li a:hover {
  opacity: 0.8;
}
.share ul li a.twitter {
  background: #1DA1F2;
}
.share ul li a.facebook {
  background: #3C5A99;
}
.share ul li a.line {
  background: #00B900;
}
.share ul li a.email {
  background: #E5006E;
}
.share ul li a.instagram {
  background: linear-gradient(to right, #e1306c, #833ab4);
}
.blog__body .share {
  margin: 0 0 15px;
}
.blog__body .share ul {
  margin: 0;
  padding: 0;
}
.blog__body .share ul li + li {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .share ul {
    justify-content: center;
  }
}
.blog__body .article + .article {
  margin-top: 25px;
}
.blog__body .primary {
  color: #E5006E;
}
.blog__body .accent {
  color: #00a6da;
}
.blog__body .b {
  font-weight: 500;
}
.blog__body img {
  max-width: 100%;
  height: auto;
}
.blog__body hr {
  border-top: 1px solid #ddd;
}
.blog__body h2 {
  background: #FFE0ED;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.blog__body h3 {
  border-bottom: 3px solid #E5006E;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5rem 0;
  color: #E5006E;
}
.blog__body h4 {
  border-left: 3px solid #E5006E;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
}
.blog__body h5 {
  font-size: 1.6rem;
  font-weight: 500;
}

.blog__body h5:before {
  content: "● ";
}


.blog__body h2, .blog__body h3, .blog__body h4, .blog__body h5, .blog__body p {
  margin-bottom: 15px;
}
.blog__body h2 + h2, .blog__body h2 + h3, .blog__body h2 + h4, .blog__body h2 + h5, .blog__body h3 + h2, .blog__body h3 + h3, .blog__body h3 + h4, .blog__body h3 + h5, .blog__body h4 + h2, .blog__body h4 + h3, .blog__body h4 + h4, .blog__body h4 + h5, .blog__body h5 + h2, .blog__body h5 + h3, .blog__body h5 + h4, .blog__body h5 + h5, .blog__body p + h2, .blog__body p + h3, .blog__body p + h4, .blog__body p + h5 {
  margin-top: 20px;
}
.blog__body .btn {
  min-width: 240px;
  white-space: nowrap;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #121212;
  line-height: 2.4rem;
}
.blog__body .btn:hover {
  background: #f1f1f1;
}
.blog__body .btn-primary {
  background: #E5006E;
  color: #fff;
  border-color: #E5006E;
}
.blog__body .btn-primary:hover {
  background: #c1005d;
}
.blog__body .btn-blue {
  background: #0059e4;
  color: #fff;
  border-color: #0059e4;
}
.blog__body .btn-blue:hover {
  background: #004bc0;
}
.blog__body .btn-ghost.btn-primary {
  background: #fff;
  color: #E5006E;
}
.blog__body .btn-ghost.btn-primary:hover {
  color: #fff;
  background: #E5006E;
}
.blog__body .btn-ghost.btn-blue {
  background: #fff;
  color: #0059e4;
}
.blog__body .btn-ghost.btn-blue:hover {
  color: #fff;
  background: #0059e4;
}
.blog__body--img {
  background: #FDEFF5;
  text-align: center;
  margin: 10px 0 15px;
}
.blog__body--img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.blog__body figure {
  margin: 15px 0;
}
.blog__body figure img {
  border: 1px solid #ddd;
  padding: 5px;
}
.blog__body figcaption {
  color: #69607a;
  margin: 5px 0 0;
  font-size: 1.4rem;
}
.blog__body table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 30px;
}
.blog__body table th, .blog__body table td {
  padding: .5rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.blog__body table thead th {
  background: #eef2f7;
}
.blog__body table.is-souba th {
  background: #eef2f7;
  vertical-align: middle;
}
.blog__body table.is-bordered {
  border: none;
}
.blog__body table.is-bordered th, .blog__body table.is-bordered td {
  border-right: none;
}
.blog__body table.is-bordered thead th, .blog__body table.is-bordered thead td {
  border-bottom-width: 2px;
  background: none;
}
@media screen and (max-width: 640px) {
  .blog__body .table-responsive {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .blog__body .table-responsive > *:last-child {
    margin-bottom: 0 !important;
  }
}
.blog__body .mark {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fce473 70%);
}
.blog__body .related {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 15px 0;
  border-radius: 4px;
}
.blog__body .video {
  margin: 15px 0;
}
.blog__body ul, .blog__body ol {
  margin: 15px 0;
  padding: 0 0 0 3rem;
}
.blog__body ul li + li, .blog__body ol li + li {
  margin-top: 5px;
}
.blog__body blockquote {
  position: relative;
  background: #f4f4f4;
  border-left: 3px solid #ccc;
  padding: 1.5rem 50px 1.5rem 1.5rem;
  margin: 20px 0;
}
.blog__body blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.blog__body blockquote cite {
  font-size: 1.3rem;
}
.blog__body blockquote cite:before {
  content: "- ";
}
.blog__body .box-list {
  border: 2px solid #E5006E;
  padding: 1rem 2rem;
  margin: 1.5rem 0;
}
.blog__body .box-list ul, .blog__body .box-list ol {
  padding: .5rem 0 .5rem 2rem;
  margin: 0;
}
.blog__body .box-list p:last-child {
  margin: 0;
}
.blog__body .box-list ul {
  list-style: none;
}
.blog__body .box-list ul li {
  position: relative;
  text-indent: -2rem;
}
.blog__body .box-list ul li:before {
  content: "●";
  position: relative;
  left: -.5rem;
  color: #E5006E;
  font-size: 1.3rem;
}
.blog__body .box-list ul.check li:before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 1.8rem;
}
.blog__body .box-point {
  border-top: 1px solid #E5006E;
  background: #FDEFF5;
  padding: 0 1.5rem 1.5rem;
  margin: 1.5rem 0;
}
.blog__body .box-point .label {
  background: #E5006E;
  color: #fff;
  font-weight: 500;
  padding: .5rem 1rem;
  display: inline-block;
  margin: 0 -1.5rem 1rem -1.5rem;
  font-size: 1.4rem;
}
.blog__body .box-point p:last-child {
  margin-bottom: 0;
}
.blog__body .box-point.yellow {
  border-color: #fce473;
  background: #fffae0;
}
.blog__body .box-point.yellow .label {
  background: #fce473;
  color: #121212;
}
.blog__body--index {
  border: 3px solid #eaeaea;
  margin: 25px 0;
  font-size: 1.4rem;
}
.blog__body--index .title-container {
  padding: 10px 15px;
  display: flex;
}
.blog__body--index .title-container .title {
  margin-right: auto;
  font-weight: 500;
}
.blog__body--index .list {
  border-top: 1px solid #eaeaea;
  padding: 10px 15px 5px;
}
.blog__body--index .list a {
  text-decoration: none;
}
.blog__body--index .list a:hover {
  text-decoration: underline;
}
.blog__body--index .list ul {
  list-style: none;
  padding: 0;
}
.blog__body--index .list ul ul {
  margin: 2px 0 5px 1.5em;
}
.blog__body--index .list ul li {
  margin: 0 0 5px;
}
.blog__body .ta-c {
  text-align: center;
}
.blog__body .c-chat {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog__body .c-chat .c-chat__image {
  width: 70px;
  margin-right: 20px;
}
.blog__body .c-chat .c-chat__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.blog__body .c-chat .c-chat__text {
  width: calc( 100% - 90px);
  min-height: 70px;
  position: relative;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 23px 15px;
}
.blog__body .c-chat .c-chat__text:after {
  position: absolute;
  top: 23px;
  left: -24px;
  display: inline-block;
  content: '';
  border: 12px solid transparent;
  border-right-color: #f1f1f1;
}
.blog__body .c-chat .c-chat__text > *:last-child {
  margin-bottom: 0 !important;
}
.blog__body .c-chat.is-reverse {
  flex-direction: row-reverse;
}
.blog__body .c-chat.is-reverse .c-chat__image {
  margin-right: 0;
  margin-left: 20px;
}
.blog__body .c-chat.is-reverse .c-chat__text:after {
  left: auto;
  right: -24px;
  border-right-color: transparent;
  border-left-color: #f1f1f1;
}
.blog__body .c-chat.is-primary .c-chat__text {
  background: #ebfaff;
}
.blog__body .c-chat.is-primary .c-chat__text:after {
  position: absolute;
  top: 23px;
  left: -24px;
  display: inline-block;
  content: '';
  border: 12px solid transparent;
  border-right-color: #ebfaff;
}
.blog__body .c-chat.is-primary.is-reverse .c-chat__text:after {
  left: auto;
  right: -24px;
  border-right-color: transparent;
  border-left-color: #ebfaff;
}
.blog__body .c-chat.is-secondary .c-chat__text {
  background: #ffebf4;
}
.blog__body .c-chat.is-secondary .c-chat__text:after {
  position: absolute;
  top: 23px;
  left: -24px;
  display: inline-block;
  content: '';
  border: 12px solid transparent;
  border-right-color: #ffebf4;
}
.blog__body .c-chat.is-secondary.is-reverse .c-chat__text:after {
  left: auto;
  right: -24px;
  border-right-color: transparent;
  border-left-color: #ffebf4;
}
.blog__body .c-chat__name {
  margin-top: 3px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .blog__body--img {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog__footer {
  margin: 30px 0 0;
}
.blog__footer--meta {
  display: flex;
  font-size: 1.5rem;
  margin: 0 0 20px;
}
.blog__footer--meta dl {
  display: flex;
  align-items: center;
}
.blog__footer--meta dl + dl {
  margin-left: 20px;
}
.blog__footer--meta dl dt {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #A7A7A7;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.blog__footer--meta dl dd {
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .blog__footer--meta {
    justify-content: center;
    font-size: 1.3rem;
  }
  .blog__footer--meta dl + dl {
    margin-left: 15px;
  }
}
.blog__sidebar {
  flex: 0 0 320px;
  margin-left: 40px;
}
.blog__sidebar--search {
  margin-bottom: 25px;
}
.blog__sidebar--search .search-form {
  display: flex;
  border: 1px solid #E5006E;
  border-radius: 5px;
}
.blog__sidebar--search .search-form input[type=text], .blog__sidebar--search .search-form input[type=search] {
  background: #FDEFF5;
  border-radius: 4px 0 0 4px;
  line-height: 36px;
  padding: 0 10px;
  border: none;
  flex: 1;
}
.blog__sidebar--search .search-form input[type=text]:focus, .blog__sidebar--search .search-form input[type=search]:focus {
  background: #FDEFF5;
}
.blog__sidebar--search .search-form input[type=submit] {
  border-radius: 0 4px 4px 0;
  background: url("../images/icon_search.svg") center center no-repeat #E5006E;
  background-size: 20px 20px;
  width: 40px;
  height: 36px;
  text-indent: -9999px;
}
@media screen and (max-width: 834px) {
  .blog__sidebar--search .search-form {
    border-color: #E5006E;
  }
  .blog__sidebar--search .search-form input[type=text], .blog__sidebar--search .search-form input[type=search] {
    background: #FDEFF5;
  }
  .blog__sidebar--search .search-form input[type=text]:focus, .blog__sidebar--search .search-form input[type=search]:focus {
    background: #FDEFF5;
  }
  .blog__sidebar--search .search-form input[type=submit] {
    background-color: #E5006E;
  }
}
.blog__sidebar .icon-title {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 7px;
  margin: 0;
}
.blog__sidebar .icon-title .icon img {
  width: 24px;
  height: auto;
}
.blog__sidebar .icon-title .label {
  font-size: 1.8rem;
}
.blog__sidebar .article + .article {
  margin-top: 30px;
}
.blog__sidebar .info h3 {
  font-size: 1.4rem;
  margin: 0;
}
.blog__sidebar .info__list {
  border-top: none;
}
.blog__sidebar .info__list a {
  border-color: #EDEDED;
}
.blog__sidebar .info__list a .thumb {
  width: 100px;
}
.blog__sidebar .info__list a .description {
  font-size: 1.3rem;
}
.blog__sidebar .info__list a .description .date {
  font-size: 1.1rem;
}
.blog__sidebar .info.category .info__list {
  margin-top: 7px;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 834px) {
  .blog__sidebar {
    margin: 30px 0 0;
  }
}

#ez-toc-container, .ez-toc-widget {
  border: 3px solid #eaeaea;
  margin: 25px 0;
  font-size: 1.4rem;
}

.ez-toc-title-container {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.ez-toc-title {
  margin-right: auto;
  font-weight: 500;
  margin: 0 !important;
}
.ez-toc-title-toggle {
  margin-left: auto;
}
.ez-toc-title-toggle a {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.ez-toc-title-toggle a:before {
  content: "\f0ca";
  font-family: FontAwesome;
  font-size: 18px;
  color: #121212;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ez-toc-title-toggle a:hover:before {
  color: #E5006E;
}
.ez-toc-title-toggle a i {
  display: none;
}
.ez-toc-list {
  border-top: 1px solid #eaeaea;
  padding: 10px 15px 15px !important;
  margin: 0 !important;
  list-style: none;
  counter-reset: item 0;
}
.ez-toc-list a {
  text-decoration: none;
}
.ez-toc-list a:hover {
  text-decoration: underline;
}
.ez-toc-list ul {
  list-style: none;
  padding: 0;
  margin: 2px 0 5px 1.5em;
}
.ez-toc-list ul li {
  margin: 0 0 5px;
}
.ez-toc-list > ul {
  margin: 0;
}

#ez-toc-container.counter-flat ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item,".") ". ";
  counter-increment: item;
}

.page-header {
  text-align: center;
  padding: 1.2rem 0;
}
.page-header h1 {
  font-size: 2.2rem;
  color: #E5006E;
  font-weight: 500;
}
.page-header__lead {
  margin: 1rem 0 0;
}
@media screen and (max-width: 640px) {
  .page-header h1 {
    font-size: 1.8rem;
  }
  .page-header__lead {
    position: relative;
    font-size: 1.3rem;
    margin: 0.7rem 0 0;
  }
}

.info {
  max-width: 770px;
  margin: 0 auto;
}
.info h3 {
  color: #E5006E;
  padding: 0;
}
.info__list {
  border-top: 1px solid #ddd;
}
.info__list a {
  display: flex;
  padding: 1rem 0;
  text-decoration: none;
  color: #121212;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-right: 25px;
}
.info__list a:hover {
  background: #f4f4f4;
}
.info__list a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #E5006E;
  border-right: 1px solid #E5006E;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.info__list a .thumb {
  width: 120px;
}
.info__list a .thumb img {
  width: 100%;
  height: auto;
}
.info__list a .description {
  flex: 1;
  margin-left: 1.6rem;
  display: flex;
  align-items: center;
}
.info__list a .description h4 {
  font-weight: 400;
  line-height: 1.4;
}
.info__list a .description .date {
  font-size: 1.3rem;
  color: #898989;
  margin: 0.25rem 0 0;
}
.over-contents .info__list {
  border: none;
}
@media screen and (max-width: 640px) {
  .info h3 {
    font-size: 1.4rem;
  }
  .info__list a .thumb {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  a.text-toggle {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 10;
    transform: translate(-50%, 0);
    background: #fff;
  }
  a.text-toggle:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #E5006E;
    border-right: 1px solid #E5006E;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .open a.text-toggle:after {
    top: calc(50% + 1px);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .limit-text {
    position: relative;
    height: 40px;
    overflow: hidden;
  }
  .limit-text.over-text:after {
    content: '';
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.15s ease;
  }
  .open .limit-text.over-text:after {
    opacity: 0;
  }
}
.satei-start {
  text-align: center;
  margin: 0 0 30px;
}
.satei-start__pop {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
.satei-start__pop:before, .satei-start__pop:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #121212;
  position: absolute;
  top: 0;
}
.satei-start__pop:before {
  left: -10px;
  transform: rotate(-22deg);
}
.satei-start__pop:after {
  right: -10px;
  transform: rotate(18deg);
}
.satei-start a {
  position: relative;
  display: flex;
  width: 240px;
  margin: 5px auto 0;
  background: #E5006E;
  border-radius: 3px;
  border: 2px solid #E5006E;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 5px;
}
.satei-start a:before {
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px 3px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.satei-start a span {
  position: relative;
  z-index: 1;
}
.satei-start a span.label {
  background: #F8F199;
  color: #E5006E;
  line-height: 16px;
  font-size: 14px;
  border-radius: 2px;
  padding: 5px;
  width: 42px;
}
.satei-start a span.title {
  flex: 1;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
}
.satei-start a:hover {
  opacity: 0.8;
}
.satei-start.about .satei-start__pop:before, .satei-start.about .satei-start__pop:after {
  display: none;
}
.satei-start.about a {
  background: #f2f2f2;
  color: #E5006E;
}
.satei-start.about a:before {
  background: #fff;
}

.comment {
  margin-top: 60px !important;
}
.comment__list {
  border-top: 1px solid #ddd;
}
.comment__list--item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.comment__list--item .item__header {
  margin-bottom: 1.25rem;
}
.comment__list--item .item__header .name {
  color: #E5006E;
  font-weight: 500;
  font-size: 1.7rem;
}
.comment__list--item .item__header .year {
  color: #656565;
  font-size: 1.4rem;
}
.comment__list--item .item__body {
  display: flex;
}
.comment__list--item .item__body .rate dl {
  display: flex;
  align-items: center;
}
.comment__list--item .item__body .rate dl + dl {
  margin: 8px 0 0;
}
.comment__list--item .item__body .rate dl dt {
  width: 100px;
}
.comment__list--item .item__body .rate dl dt span {
  background: #E5006E;
  color: #fff;
  border-radius: 2px;
  padding: 5px;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: 500;
}
.comment__list--item .item__body .rate dl dd {
  display: flex;
  align-items: center;
}
.comment__list--item .item__body .rate dl dd .star {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.comment__list--item .item__body .rate dl dd .star > span {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
.comment__list--item .item__body .rate dl dd .star > span.star-full {
  background: url("../images/star_full.svg") 0 0 no-repeat;
}
.comment__list--item .item__body .rate dl dd .star > span.star-half {
  background: url("../images/star_half.svg") 0 0 no-repeat;
}
.comment__list--item .item__body .rate dl dd .star > span.star-none {
  background: url("../images/star_none.svg") 0 0 no-repeat;
}
.comment__list--item .item__body .rate dl dd .num {
  color: #E5006E;
  font-weight: 500;
  font-size: 1.7rem;
}
.comment__list--item .item__body--comment {
  flex: 1;
  margin-left: 4rem;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 640px) {
  .comment {
    margin-top: 40px !important;
  }
  .comment__list--item .item__header {
    margin-bottom: 1rem;
  }
  .comment__list--item .item__header .name {
    font-size: 1.5rem;
  }
  .comment__list--item .item__header .year {
    font-size: 1.3rem;
  }
  .comment__list--item .item__body {
    display: block;
  }
  .comment__list--item .item__body .rate {
    display: flex;
  }
  .comment__list--item .item__body .rate dl + dl {
    margin: 0 0 0 10px;
  }
  .comment__list--item .item__body .rate dl dt {
    width: auto;
  }
  .comment__list--item .item__body .rate dl dt span {
    padding: 3px 5px;
    white-space: nowrap;
    font-size: 12px;
  }
  .comment__list--item .item__body .rate dl dd .star > span {
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    margin: 0 1px;
  }
  .comment__list--item .item__body .num {
    font-size: 1.4rem;
  }
  .comment__list--item .item__body--comment {
    margin: 10px 0;
    padding: 0;
  }
  .comment__list--item .item__body--comment .limit-text {
    height: 50px;
  }
}

.pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0 25px;
}
.pagenavi a, .pagenavi span {
  padding: 0 10px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  color: #121212;
}
.pagenavi a + a, .pagenavi a + span, .pagenavi span + a, .pagenavi span + span {
  border-left: 1px solid #ddd;
}
.pagenavi a.prev, .pagenavi a.next, .pagenavi span.prev, .pagenavi span.next {
  text-indent: -9999px;
  position: relative;
  padding: 0;
  width: 30px;
}
.pagenavi a.prev:before, .pagenavi a.next:before, .pagenavi span.prev:before, .pagenavi span.next:before {
  position: absolute;
  left: 7px;
  content: "";
  display: block;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
.pagenavi a:hover {
  color: #E5006E;
}
.pagenavi a.prev:before, .pagenavi a.next:before {
  background: url("../images/pagenavi_arrow.svg") 0 0 no-repeat;
}
.pagenavi a.prev:hover, .pagenavi a.next:hover {
  opacity: 0.8;
}
.pagenavi a.next:before {
  transform: scale(-1, 1);
}
.pagenavi span.current {
  font-weight: 500;
  color: #E5006E;
}
.pagenavi span.prev:before, .pagenavi span.next:before {
  background: url("../images/pagenavi_arrow_enabled.svg") 0 0 no-repeat;
}
.pagenavi span.next:before {
  transform: scale(-1, 1);
}

@media screen and (max-width: 640px) {
  .page-id-2749, .page-id-2209, .page-id-4727, .page-id-5081, 
  .page-id-2880, .page-id-5436, .page-id-3061, .page-id-2965, 
  .page-id-6139, .page-id-231, .page-id-3406, .page-id-2779, 
  .page-id-2850, .page-id-6115, .page-id-4273, .page-id-3271, 
  .page-id-4074, .page-id-1536, .page-id-4724, .page-id-3379, 
  .page-id-5958, .page-id-5015, .page-id-4964, .page-id-2555, 
  .page-id-5901, .page-id-4068, .page-id-624, .page-id-3373,
  .page-id-3441{
     padding-bottom: 0px;

    .totop {
      display: fixed;
      bottom: 0;
    }
     .sp-fixed-banner{
      display: none;
    }
  }
}

/*# sourceMappingURL=all.css.map */
