/* 250326 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

body {
  min-width: 320px;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
body.fontSizeActiveSmall {
  font-size: 1rem;
  line-height: 1.8rem;
}
body.fontSizeActiveMiddle {
  font-size: 1.1rem;
  line-height: 2.1rem;
}
body.fontSizeActiveLarge {
  font-size: 1.2rem;
  line-height: 2.3rem;
}

a {
  color: #F5A031;
  text-decoration: underline;
  outline: none;
}
a img {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}

::selection {
  background: rgba(245, 160, 49, 0.2);
}

::-moz-selection {
  background: rgba(245, 160, 49, 0.2);
}

*:focus {
  outline: none;
}

#wrapper {
  text-align: left;
  overflow: hidden;
}

.contentsInner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  body {
    font-size: 0.95rem;
    line-height: 2rem;
  }
  .contentsInner {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.8rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
  }
  #wrapper {
    padding-top: 0px;
  }
  .contentsInner {
    margin: 0 15px;
  }
}
.ftbnr {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-align: center;
  background-color: #E70D12;
  opacity: 0.9;
  border-radius: 10px;
  width: 400px;
  z-index: 9005;
  font-size: 16px;
}

.ftbnr .bnr {
  position: relative;
}

.ftbnr a {
  display: block;
  padding: 0.5em;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
}

.ftbnr a:hover {
  opacity: 0.6;
}

.ftbnr .delete {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  z-index: 99999;
  display: inline-block;
  text-decoration: none;
  color: #000;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background-image: linear-gradient(#FFF 0%, #FFF 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.8), 0 2px 2px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 767px) {
  .ftbnr {
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-align: center;
    background-color: #E70D12;
    opacity: 0.9;
    border-radius: 10px;
    width: 90%;
    z-index: 9005;
    font-size: 16px;
  }
}
@keyframes inout {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes inout {
  0% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

.tAlignL {
  text-align: left !important;
}

.tAlignC {
  text-align: center !important;
}

.tAlignR {
  text-align: right !important;
}

.listDisc {
  margin-left: 20px;
}
.listDisc li {
  list-style-type: disc;
  margin-top: 5px;
}
.listDisc li:first-child {
  margin-top: 0;
}

.listDecimal {
  margin-left: 20px;
}
.listDecimal li {
  list-style-type: decimal;
  margin-top: 5px;
}
.listDecimal li:first-child {
  margin-top: 0;
}

.brTab,
.brSp,
.brSpTab,
.pcNone,
.spBlock {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .brPc,
  .brPcSp {
    display: none !important;
  }
  .brTab,
  .brSpTab {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .brPc,
  .brTab,
  .brPcTab,
  .pcBlock,
  .spNone {
    display: none !important;
  }
  .brSp,
  .brSpTab,
  .pcNone,
  .spBlock,
  .spLine {
    display: block !important;
  }
  .spSmall {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0.8;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide.slick-current {
  opacity: 1;
}
.slick-slide a img {
  transition: none;
}
.slick-slide a:hover img {
  opacity: 1;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 32px;
  height: 64px;
  background: none;
  border: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 20;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background: url(../img/arr_prev_white.svg) no-repeat 0 0;
  background-size: 32px 64px;
  left: 50%;
  margin-left: -700px;
}
.slick-arrow.slick-prev:hover {
  margin-left: -705px;
}
.slick-arrow.slick-next {
  background: url(../img/arr_next_white.svg) no-repeat 0 0;
  background-size: 32px 64px;
  right: 50%;
  margin-right: -700px;
}
.slick-arrow.slick-next:hover {
  margin-right: -705px;
}

.sliderArrowOrange .slick-arrow.slick-prev {
  background-image: url(../img/arr_prev_orange.svg);
}
.sliderArrowOrange .slick-arrow.slick-next {
  background-image: url(../img/arr_next_orange.svg);
}

.bannerArea .slick-arrow {
  top: 11%;
  margin-top: 0;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 35px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.slick-dots li.slick-active button {
  background: #28883A;
}
.slick-dots button {
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  display: block;
}

@media only screen and (max-width: 1400px) {
  .slick-arrow.slick-prev {
    left: 15px;
    margin-left: 0;
  }
  .slick-arrow.slick-prev:hover {
    left: 10px;
    margin-left: 0;
  }
  .slick-arrow.slick-next {
    right: 15px;
    margin-right: 0;
  }
  .slick-arrow.slick-next:hover {
    right: 10px;
    margin-right: 0;
  }
  .bannerArea .slick-arrow.slick-prev {
    left: -45px;
  }
  .bannerArea .slick-arrow.slick-prev:hover {
    left: -50px;
  }
  .bannerArea .slick-arrow.slick-next {
    right: -45px;
  }
  .bannerArea .slick-arrow.slick-next:hover {
    right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .slick-arrow {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
  .slick-arrow.slick-prev {
    background-size: 20px 40px;
  }
  .slick-arrow.slick-next {
    background-size: 20px 40px;
  }
  .bannerArea .slick-arrow {
    margin-top: 10px;
  }
  .bannerArea .slick-arrow.slick-prev {
    left: -30px;
  }
  .bannerArea .slick-arrow.slick-prev:hover {
    left: -25px;
  }
  .bannerArea .slick-arrow.slick-next {
    right: -30px;
  }
  .bannerArea .slick-arrow.slick-next:hover {
    right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
  }
  .slick-arrow.slick-prev {
    background-size: 10px 20px;
    left: 5px;
  }
  .slick-arrow.slick-prev:hover {
    left: 5px;
  }
  .slick-arrow.slick-next {
    background-size: 10px 20px;
    right: 5px;
  }
  .slick-arrow.slick-next:hover {
    right: 5px;
  }
}
.btnLink01 {
  max-width: 345px;
  margin: 0 auto;
}
.btnLink01.btnLink01LargeLine1 a {
  height: 74px;
  line-height: 74px;
  padding: 0 5px;
}
.btnLink01.btnLink01LargeLine2 a {
  height: 74px;
  padding: 13px 5px 0 120px;
  text-align: left;
}
.btnLink01.btnLink01LargeLine2 a:before {
  display: block;
  position: absolute;
  top: 30px;
  left: 90px;
}
.btnLink01.btnLarge {
  max-width: 490px;
}
.btnLink01.btnLarge a {
  padding: 20px 5px;
  font-size: 18px;
}
.btnLink01.btnAnchor a:before {
  transform: rotate(90deg);
  top: 0;
  margin-right: 15px;
}
.btnLink01 a {
  width: 100%;
  background: #333;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.btnLink01 a:before {
  content: "";
  width: 9px;
  height: 16px;
  background: url("../img/arr_link_white.svg") no-repeat center center;
  background-size: 9px 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  vertical-align: middle;
  top: -2px;
  margin-right: 10px;
}
.btnLink01 a:hover {
  background: #5C5C5C;
}

.btnLink02 {
  max-width: 345px;
  margin: 0 auto;
}
.btnLink02.btnLink02Thin a {
  padding: 12px 5px 10px;
  font-size: 14px;
  line-height: 21px;
}
.btnLink02 a {
  width: 100%;
  border: solid 1px #D9D9D9;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.btnLink02 a:before {
  content: "";
  width: 9px;
  height: 16px;
  background: url("../img/arr_link_orange.svg") no-repeat center center;
  background-size: 9px 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  vertical-align: middle;
  top: -2px;
  margin-right: 10px;
}
.btnLink02 a:hover {
  background: #F5F5F5;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .btnLink01.btnLink01LargeLine2 a {
    padding: 15px 5px 0 10px;
    text-align: center;
  }
  .btnLink01.btnLink01LargeLine2 a:before {
    left: 15px;
  }
  .btnLink01.btnLarge a {
    padding: 15px 5px;
    font-size: 16px;
  }
  .btnLink01 a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .btnLink01 {
    max-width: 100%;
  }
  .btnLink01.btnLink01LargeLine1 a {
    height: auto;
    padding: 12px 5px;
  }
  .btnLink01.btnLink01LargeLine2 a {
    height: auto;
    padding: 12px 5px;
    text-align: center;
  }
  .btnLink01.btnLink01LargeLine2 a:before {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0;
  }
  .btnLink01.btnLarge a {
    padding: 12px 5px;
  }
  .btnLink01 a {
    padding: 12px 5px;
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .btnLink01 a:before {
    top: -1px;
    margin-right: 5px;
  }
  .btnLink02 {
    max-width: 100%;
  }
  .btnLink02.btnLink02Thin a {
    padding: 10px 5px;
    font-size: 13px;
    line-height: 21px;
  }
  .btnLink02 a {
    padding: 12px 5px;
    font-size: 13px;
    line-height: 21px;
  }
  .btnLink02 a:before {
    top: -1px;
    margin-right: 5px;
  }
}
.pageTitle {
  background: #28883A;
  padding: 40px 0;
  color: #FFF;
  text-align: center;
}
.pageTitle .pageTitleText {
  font-size: 2.2em;
  line-height: 1.4em;
  font-weight: bold;
}

.lineTitle01 {
  background: url(../img/bg_title01.svg) repeat-x 0 20px;
  background-size: 1000px 8px;
  color: #28883A;
  text-align: center;
}
.lineTitle01 .lineTitle01Ja {
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: bold;
}
.lineTitle01 .lineTitle01JaBg {
  background: #FFF;
  display: inline-block;
  padding: 0 60px;
}
.lineTitle01 .lineTitle01En {
  font-family: "Arial", sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.lineTitle02 {
  background: url(../img/bg_title02.png) repeat-x center left;
  color: #28883A;
  text-align: center;
  position: relative;
}
.lineTitle02:after {
  content: "";
  border-style: solid;
  display: block;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.lineTitle02 .lineTitle02Ja {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
}
.lineTitle02 .lineTitle02JaBg {
  background: #FFF;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.lineTitle02 .lineTitle02JaBg:before, .lineTitle02 .lineTitle02JaBg:after {
  content: "";
  border-style: solid;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.lineTitle02 .lineTitle02JaBg:before {
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #FFF;
  left: -16px;
}
.lineTitle02 .lineTitle02JaBg:after {
  border-width: 16px 16px 0 0;
  border-color: #FFF transparent transparent;
  right: -16px;
}
.lineTitle02.lineTitle02GbGray:after {
  border-color: transparent transparent #F5F5F5;
}
.lineTitle02.lineTitle02GbGray .lineTitle02JaBg {
  background: #F5F5F5;
}
.lineTitle02.lineTitle02GbGray .lineTitle02JaBg:before {
  border-color: transparent transparent #F5F5F5;
}
.lineTitle02.lineTitle02GbGray .lineTitle02JaBg:after {
  border-color: #F5F5F5 transparent transparent;
}

.subTitle01 {
  text-align: center;
  margin-bottom: 50px;
}
.subTitle01 .subTitle01Ja {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
.subTitle01 .subTitle01Ja:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #28883A;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.subPage .subTitle01 .subTitle01Ja {
  font-size: 1.9em;
  line-height: 1.4em;
}

.subTitle02 {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.subTitle02:after {
  content: "";
  width: 42px;
  height: 2px;
  background: #28883A;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
}
.subTitle02 .subTitle02Ja {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
}

.subTitle03 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}
.subTitle03:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #28883A;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subTitle03 .subTitle03Ja {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
}

.subTitle04 {
  border-bottom: solid 1px #28883A;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}

.subTitle05 {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.subTitle05:after {
  content: "";
  width: 128px;
  height: 1px;
  background: #28883A;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.subTitle05 .subTitle05Ja {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}

.subTitle06 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 30px;
}

.subTitle07 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 15px;
}

.subTitle08 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #DE4747;
  margin-bottom: 15px;
}

.subTitle09 {
  font-weight: bold;
  margin-bottom: 15px;
}

.subTitle10 {
  color: #999;
  margin-bottom: 10px;
}

.subTitle11 {
  border-left: solid 2px #28883A;
  padding-left: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

.subShopListTitle {
  background: #206D2E;
  padding: 40px 0;
  color: #FFF;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.subShopListTitle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 16px 0 16px;
  border-color: #206D2E transparent transparent;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -16px;
}
.subShopListTitle .subShopListTitleJa {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .pageTitle .pageTitleText {
    font-size: 1.8em;
  }
  .lineTitle02 .lineTitle02Ja {
    font-size: 1.3em;
  }
  .subTitle01 {
    margin-bottom: 40px;
  }
  .subPage .subTitle01 .subTitle01Ja {
    font-size: 1.6em;
  }
  .subTitle02 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .subTitle02 .subTitle02Ja {
    font-size: 1.6em;
  }
  .subTitle03 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .subTitle03 .subTitle03Ja {
    font-size: 1.6em;
  }
  .subTitle04 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 1.6em;
  }
  .subTitle05 {
    padding-bottom: 10px;
  }
  .subTitle05 .subTitle05Ja {
    font-size: 1.1em;
  }
  .subTitle06 {
    font-size: 1.2em;
    margin-bottom: 25px;
  }
  .subTitle07 {
    font-size: 1.1em;
  }
  .subShopListTitle {
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .subShopListTitle .subShopListTitleJa {
    font-size: 1.32em;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    padding: 25px 0;
  }
  .pageTitle .pageTitleText {
    font-size: 1.2em;
    letter-spacing: 0;
  }
  .lineTitle01 .lineTitle01Ja {
    font-size: 1.3em;
  }
  .lineTitle01 .lineTitle01JaBg {
    padding: 0 15px;
  }
  .lineTitle01 .lineTitle01En {
    font-size: 0.9em;
    margin-top: 5px;
  }
  .lineTitle02 .lineTitle02Ja {
    font-size: 1.1em;
    padding: 0 40px;
  }
  .lineTitle02 .lineTitle02JaBg {
    padding: 0 5px;
  }
  .subTitle01 {
    margin-bottom: 30px;
  }
  .subTitle01 .subTitle01Ja {
    font-size: 1.1em;
    padding-bottom: 5px;
  }
  .subPage .subTitle01 .subTitle01Ja {
    font-size: 1.15em;
    padding-bottom: 10px;
  }
  .subTitle02 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .subTitle02 .subTitle02Ja {
    font-size: 1.1em;
  }
  .subTitle03 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .subTitle03:after {
    left: 50%;
    margin-left: -21px;
  }
  .subTitle03 .subTitle03Ja {
    font-size: 1.05em;
  }
  .subTitle04 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1em;
  }
  .subTitle05 {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .subTitle05:after {
    width: 90px;
  }
  .subTitle05 .subTitle05Ja {
    font-size: 0.9em;
  }
  .subTitle06 {
    font-size: 0.9em;
    margin-bottom: 15px;
  }
  .subTitle07 {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .subTitle11 {
    padding-left: 10px;
  }
  .subShopListTitle {
    padding: 15px 0;
    margin-bottom: 35px;
  }
  .subShopListTitle:after {
    border-width: 7px 10px 0 10px;
    bottom: -6px;
    margin-left: -10px;
  }
  .subShopListTitle .subShopListTitleJa {
    font-size: 0.95em;
  }
}
form :placeholder-shown {
  color: #999;
}
form :-ms-input-placeholder {
  color: #999;
}
form input[type=text],
form input[type=password],
form textarea,
form select,
form fieldset,
form legend,
form button {
  outline: none;
}

.inputText,
.formSelect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  width: 100%;
  height: 50px;
  background: #FFF;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 50px;
  line-height: normal;
  color: #333;
  text-align: left;
  display: block;
}

.formSelect {
  width: 100%;
  height: 45px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.formSelect select {
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  line-height: normal;
  letter-spacing: 0.1em;
  color: inherit;
  outline: none;
  cursor: pointer;
}
.formSelect select::-ms-expand {
  display: none;
}
.formSelect > select {
  width: 100%;
  height: 45px;
  padding: 0 0 0 10px !important;
  outline: none;
  z-index: 2;
}
.formSelect > select::-moz-focus-inner {
  border: 0;
  outline: none;
}
.formSelect:after {
  content: "";
  width: 45px;
  background: #28883A url("../img/arr_anchor_white.svg") no-repeat center center;
  background-size: 17px 9px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

.btnSearch {
  width: 165px;
  height: 50px;
  background: #333;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btnSearch:hover {
  background: #5C5C5C;
}
.btnSearch:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/ico_search_white.svg") no-repeat center center;
  background-size: 21px 21px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  vertical-align: middle;
  top: -3px;
  margin-right: 8px;
}

.inputText,
.formSelect,
input,
select {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .btnSearch {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .inputText,
  .formSelect select {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
  }
  .formSelect {
    height: 40px;
  }
  .formSelect:after {
    width: 40px;
  }
  .btnSearch {
    width: 75px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .btnSearch:before {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    top: -2px;
  }
}
#mainVisual {
  background: #000;
  position: relative;
  z-index: 1;
}
#mainVisual img {
  width: 100%;
  height: auto;
}

.displayNone {
  display: none;
}

@media only screen and (min-width: 1301px) {
  .mainVisualImage {
    width: 1300px;
    margin: 0 auto;
  }
}
.topBanner {
  background: #F5F5F5;
}
.topBanner .contentsInner {
  padding: 30px 0 15px;
}
.topBanner ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
}
.topBanner li {
  width: 269px;
  flex-basis: 269px;
  margin: 0 0 15px 14px;
}
.topBanner li img {
  width: 100%;
  height: auto;
}

.topInformation,
.topCampaign {
  margin-top: 90px;
}

.topInformationContents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px -33px;
}
.topInformationContents a {
  color: #333;
  text-decoration: none;
}
.topInformationContents a:hover {
  color: #F5A031;
  text-decoration: underline;
}

.subPage .topInformationContents {
  margin-bottom: 20px;
}
.subPage .informationBox {
  margin-top: 0;
  margin-bottom: 40px;
}

.informationBox {
  width: 255px;
  flex-basis: 255px;
  margin: 40px 0 0 33px;
}

.informationBoxImage {
  margin-bottom: 20px;
}
.informationBoxImage img {
  width: 100%;
  height: auto;
}

.informationBoxDate {
  font-size: 0.75em;
  line-height: 1.3em;
  letter-spacing: 0;
  color: #999;
  margin-bottom: 10px;
}

.informationBoxTitle {
  font-size: 0.88em;
  line-height: 1.6em;
  color: #333;
}

.informationBoxTag {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-top: 5px;
}
.informationBoxTag li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 13px;
  margin: 5px 5px 0 0;
}
.informationBoxTag a {
  display: block;
  background: #28883A;
  padding: 5px 10px 4px;
  color: #FFF;
}
.informationBoxTag a:hover {
  text-decoration: none;
}

.topShopList {
  margin: 90px 0;
}

.topShopListText {
  text-align: center;
  margin: 25px 0 15px;
}

.topShopListLink {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-left: -13px;
}
.topShopListLink li {
  width: 270px;
  margin: 15px 0 0 13px;
  display: inline-block;
  vertical-align: top;
}

.subShopListText {
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
  margin-top: 40px;
}

.topFacility {
  background: #DFEDE1;
}
.topFacility .contentsInner {
  padding: 100px 0 0;
}
.topFacility .subTitle01 {
  margin-bottom: 0;
}

#topRelation .contentsInner {
  padding: 80px 0 100px;
}

.topFacilityContents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
.topFacilityContents a {
  display: block;
  text-decoration: none;
}
.topFacilityContents a:hover .topFacilityBoxTitle {
  color: #F5A031;
  text-decoration: underline;
}

.topFacilityBox {
  width: 200px;
  flex-basis: 200px;
  margin: 40px 0 0 30px;
}

.topFacilityBoxImage img {
  width: 100%;
  height: auto;
}

.topFacilityBoxTitle {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #333;
  margin-top: 10px;
}

.topOnlineShop {
  margin-bottom: 90px;
}
.topOnlineShop .contentsInner {
  padding-top: 70px;
}

.topOnlineShopTitle01 {
  color: #28883A;
  text-align: center;
}
.topOnlineShopTitle01 .topOnlineShopTitle01En {
  font-family: "Arial", sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.topOnlineShopTitle01 .topOnlineShopTitle01Ja {
  font-size: 2.1em;
  line-height: 2.1em;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 45px;
}
.topOnlineShopTitle01 .topOnlineShopTitle01Ja img {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.topOnlineShopSection {
  border-top: solid 1px #28883A;
  padding-top: 60px;
  margin-top: 65px;
}

.topOnlineShopTitle02 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  text-align: center;
  margin-bottom: 40px;
}

.topOnlineShopContents .categoryList {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-left: -13px;
}
.topOnlineShopContents .categoryList li {
  width: 270px;
  margin: 15px 0 0 13px;
  display: inline-block;
  vertical-align: top;
}
.topOnlineShopContents .brandList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  margin-top: -35px;
}
.topOnlineShopContents .brandList li {
  width: 124px;
  flex-basis: 124px;
  margin-top: 35px;
  text-align: center;
}
.topOnlineShopContents .brandList li img {
  vertical-align: middle;
}
.topOnlineShopContents .linkList {
  margin: -15px auto 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.topOnlineShopContents .linkList li {
  width: 363px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
  margin: 15px 15px 0 0;
}
.topOnlineShopContents .linkList li:nth-child(3n) {
  margin-right: 0;
}

.bannerArea {
  background: #F5F5F5;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.bannerArea .contentsInner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 75px 0 90px 0;
}
.bannerArea .bannerAreaItem {
  width: 330px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 15px 0 0;
}
.bannerArea .bannerAreaItem:nth-child(3n) {
  margin-right: 0;
}
.bannerArea .bannerAreaItem.slick-slide {
  display: block;
  margin: 0 8px;
}
.bannerArea .bannerAreaItem img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .topBanner ul {
    margin-left: -2%;
  }
  .topBanner li {
    width: 23%;
    flex-basis: 23%;
    margin: 0 0 15px 2%;
  }
  .topInformation,
  .topCampaign {
    margin-top: 70px;
  }
  .topInformationContents {
    margin: 0 0 50px -1%;
  }
  .informationBox {
    width: 24%;
    flex-basis: 24%;
    margin: 40px 0 0 1%;
  }
  .informationBoxImage {
    margin-bottom: 15px;
  }
  .informationBoxDate {
    font-size: 0.7em;
    line-height: 1.4em;
    margin-bottom: 8px;
  }
  .informationBoxTitle {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .informationBoxTag li {
    font-size: 12px;
    line-height: 12px;
  }
  .informationBoxTag a {
    padding: 4px 8px 3px;
  }
  .topShopList {
    margin: 70px 0;
  }
  .topShopListText {
    margin: 20px 0 15px;
  }
  .topShopListLink {
    margin-left: -2%;
  }
  .topShopListLink li {
    width: 31%;
    margin: 15px 0 0 2%;
  }
  .topFacility .contentsInner {
    padding: 60px 0 0;
  }
  #topRelation .contentsInner {
    padding: 60px 0;
  }
  .topFacilityContents {
    margin: 0 0 0 -1%;
  }
  .topFacilityBox {
    width: 24%;
    flex-basis: 24%;
    margin: 40px 0 0 1%;
  }
  .topOnlineShop {
    margin-bottom: 70px;
  }
  .topOnlineShop .contentsInner {
    padding-top: 60px;
  }
  .topOnlineShopTitle01 .topOnlineShopTitle01Ja {
    font-size: 2em;
    line-height: 2em;
    margin-top: 35px;
  }
  .topOnlineShopSection {
    padding-top: 40px;
    margin-top: 45px;
  }
  .topOnlineShopTitle02 {
    margin-bottom: 20px;
  }
  .topOnlineShopContents .categoryList {
    margin-left: -2%;
  }
  .topOnlineShopContents .categoryList li {
    width: 31%;
    margin: 15px 0 0 2%;
  }
  .topOnlineShopContents .brandList li {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .topOnlineShopContents .linkList {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .topOnlineShopContents .linkList li {
    width: 32%;
    margin: 15px 2% 0 0;
  }
  .topOnlineShopContents .linkList li:nth-child(3n) {
    margin-right: 0;
  }
  .bannerArea {
    padding: 0 20px;
  }
  .bannerArea .contentsInner {
    padding: 25px 0 40px;
  }
  .bannerArea .bannerAreaItem {
    width: 32%;
    margin: 15px 2% 0 0;
  }
  .bannerArea .bannerAreaItem:nth-child(3n) {
    margin-right: 0;
  }
  .bannerArea .bannerAreaItem.slick-slide {
    width: auto;
    margin: 0 5px;
  }
  .bannerArea .slick-slider {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topBanner {
    text-align: left;
  }
  .topBanner .contentsInner {
    padding: 30px 0 15px;
  }
  .topBanner ul {
    justify-content: flex-start;
    margin-left: -2%;
  }
  .topBanner li {
    width: 48%;
    flex-basis: 48%;
    margin: 0 0 15px 2%;
  }
  .topInformation,
  .topCampaign {
    margin-top: 40px;
  }
  .topInformationContents {
    display: block;
    margin: 30px 0;
  }
  .subPage .topInformationContents {
    margin-bottom: 30px;
  }
  .informationBox {
    width: auto;
    border-top: solid 1px #D9D9D9;
    padding-top: 30px;
    margin: 30px 0 0 !important;
  }
  .informationBox:first-child {
    border-top: none;
    padding-top: 0;
    margin: 0 !important;
  }
  .informationBoxImage {
    margin-bottom: 15px;
  }
  .informationBoxDate {
    margin-bottom: 8px;
  }
  .informationBoxTag {
    margin-top: 10px;
  }
  .informationBoxTag li {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 3px 0 0;
  }
  .informationBoxTag a {
    padding: 5px 8px 4px;
  }
  .topShopList {
    margin: 40px 0;
  }
  .topShopListText {
    margin: 15px 0;
  }
  .topShopListLink {
    margin: 0 -1%;
  }
  .topShopListLink li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .subShopListText {
    font-size: 0.8em;
    line-height: 1.8em;
    margin-top: 20px;
  }
  .topFacility .contentsInner {
    padding: 40px 0 0;
  }
  #topRelation .contentsInner {
    padding: 50px 0 40px;
  }
  .topFacilityContents {
    justify-content: space-between;
    margin: 10px 0 0;
  }
  .topFacilityBox {
    width: 48%;
    flex-basis: 48%;
    margin: 20px 0 0 0;
  }
  .topFacilityBoxTitle {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-top: 8px;
  }
  .topOnlineShop {
    margin-bottom: 40px;
  }
  .topOnlineShop .contentsInner {
    padding-top: 40px;
  }
  .topOnlineShopTitle01 .topOnlineShopIcon img {
    width: 42px;
    height: auto;
  }
  .topOnlineShopTitle01 .topOnlineShopTitle01En {
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .topOnlineShopTitle01 .topOnlineShopTitle01Ja {
    width: 290px;
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 20px auto 0;
  }
  .topOnlineShopTitle01 .topOnlineShopTitle01Ja img {
    width: 85px;
    height: auto;
    position: relative;
    top: -2px;
  }
  .topOnlineShopSection {
    padding-top: 25px;
    margin-top: 30px;
  }
  .topOnlineShopTitle02 {
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .topOnlineShopContents .categoryList {
    margin: 0 -1%;
  }
  .topOnlineShopContents .categoryList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .topOnlineShopContents .brandList {
    margin-top: -5px;
  }
  .topOnlineShopContents .brandList li {
    width: 25%;
    flex-basis: 25%;
    margin-top: 10px;
  }
  .topOnlineShopContents .brandList li img {
    max-width: 70px;
    height: auto;
    transform: scale(0.75);
  }
  .topOnlineShopContents .linkList {
    margin: 0;
  }
  .topOnlineShopContents .linkList li {
    width: auto;
    display: block;
    margin: 10px 0 0;
  }
  .bannerArea .contentsInner {
    margin: 0;
    padding: 25px 15px 40px;
  }
  .bannerArea .bannerAreaItem {
    width: auto;
    display: block;
    margin: 15px 0 0 !important;
  }
}
.locatorLink {
  line-height: 1;
  margin: 15px 0 20px;
}
.locatorLink li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  padding-right: 25px;
  margin: 5px 10px 0 0;
  position: relative;
}
.locatorLink li a:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url("../img/arr_locator.svg") no-repeat center center;
  background-size: 10px 12px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 3px;
  left: auto;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .locatorLink {
    margin: 10px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .locatorLink {
    margin: 10px 0 12px;
  }
  .locatorLink li {
    font-size: 11px;
    line-height: 14px;
    padding-right: 17px;
    margin-right: 5px;
  }
  .locatorLink li a:after {
    content: "";
    width: 8px;
    height: 10px;
    background: url("../img/arr_locator.svg") no-repeat center center;
    background-size: 8px 10px;
    display: block;
    vertical-align: top;
    position: absolute;
    top: 0;
    top: 2px;
    left: auto;
    right: 0;
  }
}
.sectionBox.bgWhite .contentsInner {
  padding: 90px 0;
}
.sectionBox.bgWhiteThin .contentsInner {
  padding: 30px 0 0;
}
.sectionBox.bgGray {
  background: #F5F5F5;
}
.sectionBox.bgGray .contentsInner {
  padding: 90px 0;
}
.sectionBox.bgGreen {
  background: #DFEDE1;
}
.sectionBox.bgGreen .contentsInner {
  padding: 90px 0;
}
.sectionBox.bgGreenTop {
  background: #DFEDE1;
}
.sectionBox.bgGreenTop .contentsInner {
  padding: 65px 0 90px;
}
.sectionBox.bgRed {
  background: rgba(222, 71, 71, 0.1);
}
.sectionBox.bgRed .contentsInner {
  padding: 45px 0;
}
.sectionBox .contentsInner {
  padding: 65px 0;
  font-size: 0.95em;
}

.borderBottom {
  border-bottom: solid 1px #D9D9D9;
}

.catchText01 {
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}

.catchText02 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.mailMemberBox {
  max-width: 1020px;
  border: solid 2px #28883A;
  margin: 90px auto;
  font-size: 15px;
  line-height: 18px;
}

.mailMemberInner {
  width: 100%;
  background: url("../img/bg_mailmember.png");
  border: solid 3px #FFF;
  padding: 30px 0;
  display: table;
  color: #28883A;
}

.mailMemberText {
  width: 52%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mailMemberText .spCatchText {
  display: none;
}
.mailMemberText .btnLink01 {
  margin-top: 18px;
}

.mailMemberImage {
  width: 48%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mailMemberImage img {
  margin: 0 3px;
}

.mailMemberTitle {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.mailMemberTitle:before {
  content: "";
  width: 50px;
  height: 38px;
  background: url("../img/ico_mail.svg") no-repeat center center;
  background-size: 50px 38px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  vertical-align: middle;
  top: -2px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .sectionBox.bgWhite .contentsInner, .sectionBox.bgGray .contentsInner, .sectionBox.bgGreen .contentsInner {
    padding: 70px 0;
  }
  .sectionBox.bgGreenTop .contentsInner {
    padding: 45px 0 70px;
  }
  .sectionBox.bgRed .contentsInner {
    padding: 30px 0;
  }
  .sectionBox .contentsInner {
    padding: 40px 0;
  }
  .catchText01 {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .catchText02 {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .mailMemberBox {
    margin: 70px 20px;
  }
  .mailMemberInner {
    padding: 15px 0;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .mailMemberText {
    padding-top: 5px;
  }
  .mailMemberText .btnLink01 {
    margin-top: 13px;
  }
  .mailMemberImage img {
    width: 30%;
    height: auto;
  }
  .mailMemberTitle {
    font-size: 24px;
    line-height: 24px;
  }
  .mailMemberTitle:before {
    content: "";
    width: 30px;
    height: 20px;
    background: url("../img/ico_mail.svg") no-repeat center center;
    background-size: 30px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    vertical-align: middle;
    top: -2px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBox.bgWhite .contentsInner, .sectionBox.bgGray .contentsInner, .sectionBox.bgGreen .contentsInner {
    padding: 40px 0;
  }
  .sectionBox.bgGreenTop .contentsInner {
    padding: 25px 0 40px;
  }
  .sectionBox.bgRed .contentsInner {
    padding: 20px 0;
  }
  .sectionBox .contentsInner {
    padding: 40px 0;
  }
  .catchText01 {
    font-size: 0.95em;
    line-height: 1.5em;
  }
  .catchText02 {
    font-size: 0.95em;
    line-height: 1.5em;
  }
  .mailMemberBox {
    margin: 40px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .mailMemberInner {
    width: auto;
    padding: 25px 15px 15px;
    display: block;
  }
  .mailMemberText {
    width: auto;
    display: block;
  }
  .mailMemberText .spCatchText {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .mailMemberText .spCatchText li {
    width: 32%;
    flex-basis: 32%;
    background: #28883A;
    border-radius: 5px;
    margin-right: 2%;
    padding: 6px 0 5px 1px;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #FFF;
    position: relative;
  }
  .mailMemberText .spCatchText li:nth-child(3n) {
    margin-right: 0;
  }
  .mailMemberText .spCatchText li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #28883A transparent transparent;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
  }
  .mailMemberImage {
    display: none;
  }
  .mailMemberTitle {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .mailMemberTitle:before {
    content: "";
    width: 25px;
    height: 19px;
    background: url("../img/ico_mail.svg") no-repeat center center;
    background-size: 25px 19px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    vertical-align: middle;
    top: -2px;
    margin-right: 10px;
  }
}
.informationRefineBox01 {
  background: #DFEDE1;
  padding: 20px;
  margin-bottom: 60px;
}

.informationRefineBox01Title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #28883A;
  padding-left: 40px;
  margin-right: 20px;
  position: relative;
}
.informationRefineBox01Title:before {
  content: "";
  width: 29px;
  height: 29px;
  background: url("../img/ico_tag.svg") no-repeat center center;
  background-size: 29px 29px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  margin-top: -15px;
}

.informationRefineBox01Contents {
  width: 430px;
  display: inline-block;
  vertical-align: middle;
}

.informationListWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -56px;
}

.informationListBox {
  width: 336px;
  flex-basis: 336px;
  margin: 60px 0 0 56px;
}
.informationListBox:nth-child(3n+1) {
  /* margin-left: 0; */
}
.informationListBox .btnLink01 {
  width: auto;
  margin: 25px 0 0;
}
.informationListBox .btnLink01 a {
  padding: 12px 5px;
  font-size: 14px;
}

.informationListBoxImage {
  margin-bottom: 25px;
}
.informationListBoxImage img {
  width: 100%;
  height: auto;
}

.informationListBoxTag {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-top: 25px;
}
.informationListBoxTag li {
  display: inline-block;
  vertical-align: top;
  background: #28883A;
  color: #FFF;
  font-size: 13px;
  line-height: 13px;
  margin: 5px 5px 0 0;
}
.informationListBoxTag a {
  display: block;
  background: #28883A;
  padding: 7px 20px 6px;
  color: #FFF;
  text-decoration: none;
}
.informationListBoxTag a:hover {
  color: #F5A031;
}

.informationListBoxTitle {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  margin-top: 20px;
}
.informationListBoxTitle a {
  color: #28883A;
  text-decoration: none;
}
.informationListBoxTitle a:hover {
  color: #F5A031;
  text-decoration: underline;
}

.informationListBoxText {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top: 15px;
}
.informationListBoxText p {
  margin-top: 10px;
}

.informationListBoxInfo {
  background: #DFEDE1;
  padding: 15px 20px;
  margin-top: 20px;
}
.informationListBoxInfo dl {
  width: 100%;
  display: table;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-top: 5px;
}
.informationListBoxInfo dl:first-child {
  margin-top: 0;
}
.informationListBoxInfo dt {
  width: 80px;
  display: table-cell;
  vertical-align: top;
  color: #28883A;
}
.informationListBoxInfo dd {
  display: table-cell;
  vertical-align: top;
}

.postSection {
  max-width: 865px;
  margin: 0 auto;
  font-size: 0.95em;
  line-height: 1.8em;
}
.postSection .informationListBoxTag {
  margin: 0 0 30px;
}

.informationDetailDate {
  font-size: 0.95em;
  line-height: 1.4em;
  color: #999;
  margin-bottom: 25px;
}

.informationDetailTitle {
  font-size: 2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 30px;
}

.informationMainVisual {
  margin: 30px 0;
}
.informationMainVisual img {
  width: 100%;
  height: auto;
}

.informationAnchorWrapper {
  margin-top: 40px;
}
.informationAnchorWrapper ul {
  width: 100%;
  display: table;
}
.informationAnchorWrapper li {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border-left: solid 8px #FFF;
}
.informationAnchorWrapper li:first-child {
  border-left: none;
}
.informationAnchorWrapper li a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 5px 50px 5px;
  position: relative;
}
.informationAnchorWrapper li a:before {
  content: "";
  width: 18px;
  height: 10px;
  background: url("../img/arr_anchor_orange.svg") no-repeat center center;
  background-size: 18px 10px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: auto;
  bottom: 25px;
  left: 50%;
  margin-left: -9px;
  transition: all 0.3s ease;
}
.informationAnchorWrapper li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.informationAnchorWrapper li a:hover {
  color: #F5A031;
}
.informationAnchorWrapper li a:hover:before {
  bottom: 22px;
}

.postSectionContents h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 25px;
}
.postSectionContents h3 {
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  color: #28883A;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.postSectionContents h3:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #28883A;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.postSectionContents h4 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 15px;
}
.postSectionContents h5 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.postSectionContents h6 {
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.postSectionContents ul {
  margin-left: 20px;
}
.postSectionContents ul li {
  list-style-type: disc;
  margin-top: 5px;
}
.postSectionContents ul li:first-child {
  margin-top: 0;
}
.postSectionContents ol {
  margin-left: 20px;
}
.postSectionContents ol li {
  list-style-type: decimal;
  margin-top: 5px;
}
.postSectionContents ol li:first-child {
  margin-top: 0;
}
.postSectionContents table {
  width: 100%;
  background: #FFF;
  font-size: 0.9em;
  line-height: 1.6em;
}
.postSectionContents table th {
  background: #F5F5F5;
  border: solid 1px #D9D9D9;
  font-weight: bold;
  padding: 8px 10px;
}
.postSectionContents table td {
  border: solid 1px #D9D9D9;
  padding: 8px 10px;
}
.postSectionContents a:before {
  content: "";
}
.postSectionContents .btnLinkWrapper {
  text-align: center;
  margin-top: -30px;
}
.postSectionContents .btnLink01,
.postSectionContents .btnLink02 {
  min-width: 345px;
  margin: 30px 10px 0 10px;
  display: inline-block;
}
.postSectionContents .btnLink01 a,
.postSectionContents .btnLink02 a {
  width: 100%;
}
.postSectionContents .btnLink01 a:before,
.postSectionContents .btnLink02 a:before {
  content: "";
}

.postBox {
  margin-top: 50px;
}
.postBox:after {
  content: "";
  display: block;
  clear: both;
}
.postBox p {
  margin-top: 15px;
}
.postBox p:first-child {
  margin-top: 0;
}

.postBox2Column {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -30px;
}

.postBox2ColumnItem {
  width: 47%;
  flex-basis: 47%;
  margin: 0 0 30px 3%;
}

.postBox3Column {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -30px;
}

.postBox3ColumnItem {
  width: 31.333%;
  flex-basis: 31.333%;
  margin: 0 0 30px 2%;
}

.postBox4Column {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -30px;
}

.postBox4ColumnItem {
  width: 23%;
  flex-basis: 23%;
  margin: 0 0 30px 2%;
}

.postBoxColumnImage {
  margin: 15px 0 18px;
}
.postBoxColumnImage:first-child {
  margin-top: 0;
}
.postBoxColumnImage img {
  width: 100%;
  height: auto;
}

.postBoxFigcaption {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #999;
  margin-top: 15px;
}

.postBoxColumnText {
  margin: 12px 0 15px;
}
.postBoxColumnText:first-child {
  margin-top: 0;
}

.postBoxImageCenter {
  text-align: center;
}
.postBoxImageCenter img {
  max-width: 100%;
  height: auto;
}

.postBoxImageLeft:after {
  content: "";
  display: block;
  clear: both;
}
.postBoxImageLeft .postBoxColumnImage {
  width: 350px;
  float: left;
  margin: 0 30px 20px 0;
}
.postBoxImageLeft .postBoxImageLeftText {
  display: inline;
}

.postBoxImageRight:after {
  content: "";
  display: block;
  clear: both;
}
.postBoxImageRight .postBoxColumnImage {
  width: 350px;
  float: right;
  margin: 0 0 20px 30px;
}
.postBoxImageRight .postBoxImageRightText {
  display: inline;
}

.informationOutline {
  padding-top: 40px;
}

.informationOutlineInner {
  border: solid 1px #28883A;
  padding: 60px 60px 55px;
  margin-top: 30px;
  font-size: 0.95em;
  line-height: 1.8em;
}

.informationOutlineBox01 {
  width: 100%;
  display: table;
  margin-top: 5px;
}
.informationOutlineBox01:first-child {
  margin-top: 0;
}
.informationOutlineBox01 .informationOutlineTitle {
  width: 85px;
  display: table-cell;
  vertical-align: top;
}
.informationOutlineBox01 .informationOutlineText {
  display: table-cell;
  vertical-align: top;
}

.informationOutlineBox02 {
  margin-top: 30px;
}
.informationOutlineBox02 .informationOutlineTitle {
  margin-bottom: 3px;
}

.informationOutlineTitle {
  font-size: 1em;
  font-weight: bold;
  color: #28883A;
}

.howToApplyBox {
  width: 100%;
  display: table;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 0.95em;
  line-height: 1.8em;
}
.howToApplyBox:first-child {
  padding-top: 20px;
}
.howToApplyBox dt {
  width: 140px;
  display: table-cell;
  vertical-align: top;
}
.howToApplyBox dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 45px;
}

.howToApplyBoxStep {
  background: #206D2E;
  font-family: "Arial", sans-serif;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .informationRefineBox01 {
    margin-bottom: 40px;
  }
  .informationListWrapper {
    margin-top: -40px;
    margin-left: -34px;
  }
  .informationListBox {
    width: calc((100% - 102px) / 3);
    flex-basis: calc((100% - 102px) / 3);
    margin: 40px 0 0 34px;
  }
  .informationListBox .btnLink01 {
    margin: 15px 0 0;
  }
  .informationListBoxImage {
    margin-bottom: 20px;
  }
  .informationListBoxTag {
    margin-top: 15px;
  }
  .informationListBoxTag li {
    font-size: 12px;
    line-height: 12px;
  }
  .informationListBoxTag a {
    padding: 5px 10px 4px;
  }
  .informationListBoxTitle {
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 12px;
  }
  .informationListBoxText {
    font-size: 0.85em;
    line-height: 1.8em;
    margin-top: 12px;
  }
  .informationListBoxInfo {
    padding: 15px;
    margin-top: 15px;
  }
  .informationListBoxInfo dl {
    width: auto;
    display: block;
    font-size: 0.8em;
    line-height: 1.7em;
  }
  .informationListBoxInfo dt {
    width: auto;
    display: block;
  }
  .informationListBoxInfo dd {
    display: block;
  }
  .postSection {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .postSection .informationListBoxTag {
    margin-bottom: 25px;
  }
  .informationDetailDate {
    margin-bottom: 15px;
  }
  .informationDetailTitle {
    font-size: 1.8em;
    line-height: 1.6em;
    margin-bottom: 25px;
  }
  .informationMainVisual {
    margin: 25px 0;
  }
  .informationAnchorWrapper {
    margin-top: 30px;
  }
  .informationAnchorWrapper li a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 5px 40px 5px;
  }
  .informationAnchorWrapper li a:before {
    bottom: 15px;
  }
  .informationAnchorWrapper li a:hover:before {
    bottom: 12px;
  }
  .postSectionContents h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .postSectionContents h3 {
    font-size: 1.3em;
    line-height: 1.6em;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .postSectionContents h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .postSectionContents h5 {
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .postSectionContents h6 {
    font-size: 1.05em;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .postSectionContents table th {
    padding: 5px 10px;
  }
  .postSectionContents table td {
    padding: 5px 10px;
  }
  .postSectionContents .btnLink01,
  .postSectionContents .btnLink02 {
    min-width: 320px;
  }
  .postBox {
    margin-top: 40px;
  }
  .postBox p {
    margin-top: 10px;
  }
  .postBoxColumnImage {
    margin: 10px 0 15px;
  }
  .postBoxFigcaption {
    margin-top: 10px;
  }
  .postBoxColumnText {
    margin: 8px 0 10px;
  }
  .postBoxImageLeft .postBoxColumnImage {
    width: 300px;
  }
  .postBoxImageRight .postBoxColumnImage {
    width: 300px;
  }
  .informationOutline {
    padding-top: 30px;
  }
  .informationOutlineInner {
    padding: 30px 30px 25px;
  }
  .informationOutlineBox02 {
    margin-top: 20px;
  }
  .howToApplyBox {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .howToApplyBox:first-child {
    padding-top: 15px;
  }
  .howToApplyBox dt {
    width: 120px;
  }
  .howToApplyBox dd {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .informationRefineBox01 {
    padding: 25px 15px 30px;
    margin: -40px -15px 30px -15px;
  }
  .informationRefineBox01Title {
    display: block;
    font-size: 1em;
    text-align: center;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .informationRefineBox01Title:before {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    margin: 0 8px 0 0;
  }
  .informationRefineBox01Contents {
    width: auto;
    display: block;
  }
  .informationListWrapper {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .informationListBox {
    width: auto;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 30px;
    margin: 0 0 30px 0;
  }
  .informationListBox:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
  }
  .informationListBox .btnLink01 {
    margin: 20px 0 0;
  }
  .informationListBoxImage {
    margin-bottom: 15px;
  }
  .informationListBoxTag {
    margin-top: 15px;
  }
  .informationListBoxTag li {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 3px 0 0;
  }
  .informationListBoxTag a {
    padding: 5px 8px 4px;
  }
  .informationListBoxTitle {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 15px;
  }
  .informationListBoxText {
    display: none;
  }
  .informationListBoxInfo {
    padding: 13px 10px;
    margin-top: 15px;
  }
  .informationListBoxInfo dl {
    font-size: 0.8em;
  }
  .postSection {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .postSection .informationListBoxTag {
    margin-bottom: 15px;
  }
  .informationDetailDate {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .informationDetailTitle {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .informationMainVisual {
    margin: 20px -15px;
  }
  .informationMainVisual2 {
    margin: -40px -15px 0;
  }
  .informationAnchorWrapper {
    margin-top: 0;
  }
  .informationAnchorWrapper ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .informationAnchorWrapper li {
    width: 48%;
    flex-basis: 48%;
    margin-left: 2%;
    display: block;
    border-left: none;
  }
  .informationAnchorWrapper li a {
    font-size: 13px;
    line-height: 13px;
    padding: 15px 5px 25px 5px;
  }
  .informationAnchorWrapper li a:before {
    bottom: 7px;
  }
  .informationAnchorWrapper li a:hover:before {
    bottom: 7px;
  }
  .postSectionContents h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .postSectionContents h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .postSectionContents h4 {
    font-size: 1.05em;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .postSectionContents h5 {
    font-size: 1.05em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .postSectionContents h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .postSectionContents table {
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: relative;
  }
  .postSectionContents table tbody {
    width: auto;
    display: block;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .postSectionContents table th {
    width: 100%;
  }
  .postSectionContents table td {
    width: 100%;
  }
  .postSectionContents .btnLinkWrapper {
    margin-top: 0;
  }
  .postSectionContents .btnLink01,
  .postSectionContents .btnLink02 {
    min-width: auto;
    margin: 15px 0 0 0;
    display: block;
  }
  .postBox {
    margin-top: 30px;
  }
  .postBox p {
    margin-top: 10px;
  }
  .postBox p:first-child {
    margin-top: 0;
  }
  .postBox2Column {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .postBox2ColumnItem {
    width: auto;
    margin: 30px 0 0;
  }
  .postBox3Column {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .postBox3ColumnItem {
    width: auto;
    margin: 30px 0 0;
  }
  .postBox4Column {
    margin-left: -2%;
    margin-bottom: -20px;
  }
  .postBox4ColumnItem {
    width: 48%;
    flex-basis: 48%;
    margin-left: 2%;
    margin: 0 0 20px 2%;
  }
  .postBox4ColumnItem .postBoxColumnText {
    font-size: 0.85em;
    line-height: 1.7em;
  }
  .postBox4ColumnItem .postBoxFigcaption {
    margin-top: 8px;
  }
  .postBoxColumnImage {
    margin: 10px 0 15px;
  }
  .postBoxFigcaption {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-top: 10px;
  }
  .postBoxColumnText {
    margin: 10px 0 12px;
  }
  .postBoxImageLeft .postBoxColumnImage {
    width: 150px;
    margin: 0 15px 10px 0;
  }
  .postBoxImageRight .postBoxColumnImage {
    width: 150px;
    margin: 0 0 10px 15px;
  }
  .informationOutline {
    padding-top: 20px;
  }
  .informationOutlineInner {
    padding: 20px 15px 15px;
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .informationOutlineBox01 {
    width: auto;
    display: block;
    margin-top: 15px;
  }
  .informationOutlineBox01 .informationOutlineTitle {
    width: auto;
    display: block;
  }
  .informationOutlineBox01 .informationOutlineText {
    display: block;
  }
  .informationOutlineBox02 {
    margin-top: 20px;
  }
  .informationOutlineTitle {
    margin-bottom: 3px;
  }
  .howToApplyBox {
    width: auto;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .howToApplyBox:first-child {
    padding-top: 0;
  }
  .howToApplyBox dt {
    width: auto;
    display: block;
    text-align: center;
  }
  .howToApplyBox dd {
    display: block;
    padding: 15px 0 0;
  }
  .howToApplyBoxStep {
    width: 120px;
    display: inline-block;
  }
}
.cameBox01 {
  width: 100%;
  display: table;
}

.cameBox01Image {
  width: 360px;
  display: table-cell;
  vertical-align: top;
}
.cameBox01Image img {
  width: 100%;
  height: auto;
}

.cameBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}

.cameBox02 {
  text-align: center;
}

.cameBox02Movie {
  line-height: 1.4em;
  margin-top: 30px;
}

.cameBox03TitleWrapper {
  text-align: center;
  text-align: left;
  padding: 20px 0 20px 330px;
  margin-bottom: 45px;
  position: relative;
}

.cameBox03Catch {
  width: 180px;
  height: 180px;
  display: table;
  border: solid 1px #28883A;
  border-radius: 50%;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #28883A;
  position: absolute;
  top: 0;
  left: 130px;
}

.cameBox03CatchInner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
}
.cameBox03CatchInner span {
  display: block;
}

.cameBox03Title {
  font-size: 2.3em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}

.cameBox03SubTitle {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 10px;
}

.camePointBox {
  background: #DFEDE1;
  margin-top: 20px;
}

.camePointBoxTitleWrapper {
  width: 100%;
  height: 125px;
  display: table;
  border-bottom: solid 2px #FFF;
}

.camePointBoxTitleNum {
  width: 125px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 76px;
  line-height: 76px;
  color: #FFF;
}

.camePointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 55px;
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}

.camePointBoxContents {
  padding: 45px 60px;
}
.camePointBoxContents .mb20 {
  margin-bottom: 20px;
}

.camePoint01Box01 {
  width: 100%;
  display: table;
  max-width: 850px;
  display: table;
  margin: 0 auto;
}

.camePoint01Box01Image {
  width: 400px;
  display: table-cell;
  vertical-align: top;
}
.camePoint01Box01Image img {
  width: 100%;
  height: auto;
}

.camePoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}

.camePointBoxList {
  font-size: 0.9em;
  line-height: 1.8em;
}

.camePoint01Box02 {
  text-align: center;
  margin-top: 50px;
}

.camePoint01Box02Title {
  background: #FFF;
  border: solid 1px #28883A;
  border-radius: 30px;
  padding: 15px 5px 13px;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  text-align: center;
  margin-bottom: 25px;
}

.camePoint01Box03 {
  margin-top: 35px;
  text-align: center;
}

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

.camePoint02Box01 {
  width: 100%;
  max-width: 850px;
  display: table;
  margin: 0 auto;
}

.camePoint02Box01Image {
  width: 400px;
  display: table-cell;
  vertical-align: top;
}
.camePoint02Box01Image img {
  width: 100%;
  height: auto;
}

.camePoint02Box01Image01 {
  margin-bottom: 10px;
}

.camePoint02Box01Image02:after {
  content: "";
  display: block;
  clear: both;
}
.camePoint02Box01Image02 img {
  width: 195px;
  float: left;
}
.camePoint02Box01Image02 img:last-child {
  float: right;
}

.camePoint02Box01text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

.camePoint03Box01 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cameBox04 {
  position: relative;
}
.cameBox04:after {
  content: "";
  display: block;
  clear: both;
}

.cameBox04Catch {
  width: 230px;
  height: 230px;
  background: #FFF;
  display: table;
  border-radius: 50%;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  color: #DE4747;
  float: left;
  margin-left: 75px;
}
.cameBox04Catch span {
  display: block;
}
.cameBox04Catch .fontSizeLarge {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}

.cameBox04CatchInner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}

.cameBox04Contents {
  width: 770px;
  float: right;
  margin-top: 35px;
}

.cameBox04Image {
  width: 230px;
  display: table-cell;
  vertical-align: top;
}
.cameBox04Image img {
  width: 100%;
  height: auto;
}

.cameBox04Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
  font-size: 0.9em;
  line-height: 1.8em;
}

@media only screen and (max-width: 767px) {
  .cameBox01 {
    width: auto;
    display: block;
  }
  .cameBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 25px;
  }
  .cameBox01Text {
    width: auto;
    display: block;
    padding-left: 0;
  }
  .cameBox03TitleWrapper {
    padding: 5px 0 5px 110px;
    margin-bottom: 20px;
  }
  .cameBox03Catch {
    width: 100px;
    height: 100px;
    font-size: 13px;
    line-height: 20px;
    left: 0;
  }
  .cameBox03CatchInner {
    padding-top: 5px;
  }
  .cameBox03Title {
    font-size: 1em;
  }
  .cameBox03SubTitle {
    font-size: 0.85em;
    margin-top: 8px;
  }
  .camePointBox {
    margin-top: 15px;
  }
  .camePointBoxTitleWrapper {
    height: 60px;
  }
  .camePointBoxTitleNum {
    width: 60px;
    font-size: 34px;
    line-height: 34px;
  }
  .camePointBoxTitle {
    padding: 0 10px;
    font-size: 1em;
    line-height: 1.4em;
  }
  .camePointBoxContents {
    padding: 15px;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .camePointBoxContents .tAlignC {
    text-align: left !important;
  }
  .camePoint01Box01 {
    width: auto;
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .camePoint01Box01Image {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .camePoint01Box01Text {
    display: inline;
    padding-left: 0;
  }
  .camePoint01Box01Text .subTitle07 {
    font-size: 1em;
    text-align: center;
  }
  .camePoint01Box01Text .camePointBoxList {
    margin-top: 15px;
  }
  .camePointBoxList {
    line-height: 1.6em;
  }
  .camePointBoxList li {
    margin-top: 5px;
  }
  .camePoint01Box02 {
    margin-top: 30px;
    text-align: left;
  }
  .camePoint01Box02Title {
    border-radius: 5px;
    padding: 10px;
    font-size: 0.95em;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .camePoint01Box03 {
    margin-top: 25px;
  }
  .camePoint01Box03 .subTitle07 {
    font-size: 1em;
  }
  .camePoint02Box01 {
    display: block;
  }
  .camePoint02Box01 .subTitle07 {
    font-size: 1em;
    text-align: center;
  }
  .camePoint02Box01Image {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  .camePoint02Box01Image01 {
    margin-bottom: 10px;
  }
  .camePoint02Box01Image02 img {
    width: 100%;
    margin-bottom: 10px;
  }
  .camePoint02Box01text {
    display: block;
    padding-left: 0;
  }
  .cameBox04Catch {
    width: 150px;
    height: 150px;
    font-size: 13px;
    line-height: 20px;
    float: none;
    margin: 0 auto;
  }
  .cameBox04Catch .fontSizeLarge {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .cameBox04CatchInner {
    padding-top: 12px;
  }
  .cameBox04Contents {
    width: auto;
    float: none;
    margin-top: 20px;
  }
  .cameBox04Image {
    width: 110px;
    display: inline-block;
  }
  .cameBox04Text {
    display: inline;
    padding-left: 0;
  }
  .cameBox04Text .subTitle08 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding: 12px 0 0 5px;
    font-size: 0.9em;
  }
  .cameBox04Text p {
    margin-top: 15px;
  }
}
.putterBoxKv {
  width: 1120px;
  margin: 60px auto 0;
}

.putterBoxKv img {
  width: 100%;
  height: auto;
}

.notice {
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
  margin-top: 40px;
}

.sectionBox.bgWhite .contentsInner {
  padding-top: 40px !important;
}

.putterBox01 {
  width: 100%;
  display: table;
}

.putterBox01Image {
  width: 360px;
  padding: 0.5em;
  display: table-cell;
  vertical-align: top;
}
.putterBox01Image img {
  width: 100%;
  height: auto;
}

.putterBox01Image--s {
  max-width: 460px;
  display: block;
  margin: 0 auto;
}
.putterBox01Image--s img {
  width: 100%;
  height: auto;
}

.putterBox01Text {
  vertical-align: middle;
  width: 780px;
  margin: 0 auto 2em;
}

.putterBox02 {
  text-align: center;
}

.putterBox02Movie {
  line-height: 1.4em;
  margin-top: 30px;
}

.putterBox03TitleWrapper {
  text-align: center;
  text-align: left;
  padding: 20px 0 20px 330px;
  margin-bottom: 45px;
  position: relative;
}

.putterBox03Catch {
  width: 180px;
  height: 180px;
  display: table;
  border: solid 1px #28883A;
  border-radius: 50%;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #28883A;
  position: absolute;
  top: 0;
  left: 130px;
}

.putterBox03CatchInner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
}
.putterBox03CatchInner span {
  display: block;
}

.putterBox03Title {
  font-size: 2.3em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}

.putterBox03SubTitle {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 10px;
}

.putterPointBox {
  background: #DFEDE1;
  margin-top: 20px;
}

.putterPointBoxTitleWrapper {
  width: 100%;
  height: 125px;
  display: table;
  border-bottom: solid 2px #FFF;
}

.putterPointBoxTitleNum {
  width: 230px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #FFF;
}

.putterPointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 55px;
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: bold;
  color: #FFF;
  background: #206D2E;
}

.putterPointBoxContents {
  padding: 45px 60px;
}

.putterPoint01Box01 {
  width: 70%;
  margin: 0 auto;
  display: table;
  padding: 0 0 45px 0;
}

.putterPoint01Box01Image {
  width: 400px;
  padding: 0 0.5em;
  display: table-cell;
  vertical-align: top;
}
.putterPoint01Box01Image img {
  width: 100%;
  height: auto;
}

.putterPoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}

.putterPointBoxList {
  font-size: 0.9em;
  line-height: 1.8em;
}

.putterPoint01Box02 {
  text-align: center;
  margin-top: 50px;
}

.putterPoint01Box02Title {
  background: #FFF;
  border: solid 1px #28883A;
  border-radius: 30px;
  padding: 15px 5px 13px;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  text-align: center;
  margin-bottom: 25px;
}

.putterPoint01Box03 {
  margin-top: 35px;
  text-align: center;
}

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

.putterPoint02Box01 {
  width: 100%;
  max-width: 850px;
  display: table;
  margin: 0 auto;
}

.putterPoint02Box01Image {
  width: 400px;
  display: table-cell;
  vertical-align: top;
}
.putterPoint02Box01Image img {
  width: 100%;
  height: auto;
}

.putterPoint02Box01Image01 {
  margin-bottom: 10px;
}

.putterPoint02Box01Image02:after {
  content: "";
  display: block;
  clear: both;
}
.putterPoint02Box01Image02 img {
  width: 195px;
  float: left;
}
.putterPoint02Box01Image02 img:last-child {
  float: right;
}

.putterPoint02Box01text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

.putterPoint03Box01 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.putterBox04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 45px;
}
.putterBox04:after {
  content: "";
  display: block;
  clear: both;
}

.putterBox04Catch {
  width: 230px;
  height: 230px;
  background: #FFF;
  display: table;
  border-radius: 50%;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  color: #DE4747;
  align-items: center;
}
.putterBox04Catch span {
  display: block;
}
.putterBox04Catch .fontSizeLarge {
  font-size: 28px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.putterBox04CatchInner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}

.putterBox04Contents {
  width: 500px;
}

.putterBox04Image {
  width: 230px;
  display: table-cell;
  vertical-align: top;
}
.putterBox04Image img {
  width: 100%;
  height: auto;
}

.putterBox04Text {
  font-size: 0.9em;
  line-height: 1.8em;
}

.movie-wrap {
  position: relative;
  padding-bottom: 54.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 1em auto 0;
  width: 80%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnLink02 a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
  background: #2C893A;
  border-radius: 50px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0px 5px 15px -5px #ccc;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .putterBox01Image {
    width: 37%;
  }
  .putterBox01Text {
    padding-left: 30px;
  }
  .putterBox03TitleWrapper {
    width: 728px;
    margin: 0 auto 30px;
    padding: 30px 0 20px 170px;
  }
  .putterBox03Catch {
    width: 160px;
    height: 160px;
    font-size: 20px;
    line-height: 28px;
    left: 0;
  }
  .putterBox03CatchInner {
    padding-top: 0;
  }
  .putterBox03Title {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  .putterBox03SubTitle {
    font-size: 1.2em;
    margin-top: 5px;
  }
  .putterPointBoxTitleWrapper {
    height: 90px;
  }
  .putterPointBoxTitleNum {
    width: 90px;
    font-size: 60px;
    line-height: 60px;
  }
  .putterPointBoxTitle {
    padding-left: 20px;
    font-size: 1.45em;
  }
  .putterPointBoxContents {
    padding: 30px;
    font-size: 0.95em;
  }
  .putterPoint01Box01 {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .putterPoint01Box01Image {
    width: 200px;
  }
  .putterPoint01Box02 {
    margin-top: 40px;
  }
  .putterPoint01Box02Title {
    border-radius: 20px;
  }
  .putterPoint01Box03 {
    margin-top: 25px;
  }
  .putterPoint02Box01Image {
    width: 300px;
  }
  .putterPoint02Box01Image02 img {
    width: 145px;
  }
  .putterPoint02Box01text {
    padding-left: 25px;
  }
  .putterBox04Catch {
    width: 170px;
    height: 170px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
  }
  .putterBox04Catch .fontSizeLarge {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .putterBoxKv {
    width: 100%;
    margin: 0;
  }
  .putterBoxKv img {
    width: 100%;
    height: auto;
  }
  .sectionBox.bgWhite .contentsInner {
    padding-top: 1em !important;
  }
  .putterBox01 {
    width: auto;
    display: block;
  }
  .putterBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 1em;
    padding: 0;
  }
  .putterBox01Text {
    width: auto;
    display: block;
    padding-left: 0;
    margin-bottom: 1em;
  }
  .putterBox03TitleWrapper {
    padding: 5px 0 5px 110px;
    margin-bottom: 20px;
  }
  .putterBox03Catch {
    width: 100px;
    height: 100px;
    font-size: 13px;
    line-height: 20px;
    left: 0;
  }
  .putterBox03CatchInner {
    padding-top: 5px;
  }
  .putterBox03Title {
    font-size: 1.8em;
  }
  .putterBox03SubTitle {
    font-size: 0.85em;
    margin-top: 8px;
  }
  .putterPointBox {
    margin-top: 15px;
  }
  .putterPointBoxTitleWrapper {
    height: 60px;
  }
  .putterPointBoxTitleNum {
    width: 100px;
    font-size: 24px;
    line-height: 34px;
  }
  .putterPointBoxTitle {
    padding: 0 10px;
    font-size: 1em;
    line-height: 1.4em;
  }
  .putterPointBoxContents {
    padding: 15px;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .putterPointBoxContents .tAlignC {
    text-align: left !important;
  }
  .putterPointBoxContents .subTitle07 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5em;
    font-size: 1.2em;
  }
  .putterPoint01Box01 {
    width: auto;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .putterPoint01Box01Image {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .putterPoint01Box01Text {
    display: inline;
    padding-left: 0;
  }
  .putterPoint01Box01Text .putterPointBoxList {
    margin-top: 15px;
  }
  .putterPointBoxList {
    line-height: 1.6em;
  }
  .putterPointBoxList li {
    margin-top: 5px;
  }
  .putterPoint01Box02 {
    margin-top: 30px;
    text-align: left;
  }
  .putterPoint01Box02Title {
    border-radius: 5px;
    padding: 10px;
    font-size: 0.95em;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .putterPoint01Box03 {
    margin-top: 25px;
  }
  .putterPoint01Box03 .subTitle07 {
    font-size: 1em;
  }
  .putterPoint02Box01 {
    display: block;
  }
  .putterPoint02Box01 .subTitle07 {
    font-size: 1em;
    text-align: center;
  }
  .putterPoint02Box01Image {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  .putterPoint02Box01Image01 {
    margin-bottom: 10px;
  }
  .putterPoint02Box01Image02 img {
    width: 48%;
  }
  .putterPoint02Box01text {
    display: block;
    padding-left: 0;
  }
  .putterBox04 {
    display: block;
    width: 100%;
  }
  .putterBox04:after {
    content: "";
    display: block;
    clear: both;
  }
  .putterBox04Catch {
    width: 150px;
    height: 150px;
    font-size: 13px;
    line-height: 20px;
    float: none;
    margin: 0 auto;
  }
  .putterBox04Catch .fontSizeLarge {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .putterBox04CatchInner {
    padding-top: 12px;
  }
  .putterBox04Contents {
    width: auto;
    float: none;
    margin-top: 20px;
  }
  .putterBox04Image {
    width: 110px;
    display: inline-block;
  }
  .putterBox04Text {
    text-align: center;
  }
  .putterBox04Text .subTitle08 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding: 12px 0 0 5px;
    font-size: 0.9em;
  }
  .putterBox04Text p {
    margin-top: 15px;
  }
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    width: 100% !important;
  }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.mizunoBox01 {
  width: 100%;
  display: table;
}

.mizunoBox01Image {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}
.mizunoBox01Image img {
  width: 100%;
  height: auto;
}

.mizunoBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}
.mizunoBox01Text p {
  margin-bottom: 20px;
}
.mizunoBox01Text p:last-child {
  margin-bottom: 0;
}

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

.mizunoBox02Inner {
  width: 535px;
  float: left;
}
.mizunoBox02Inner:last-child {
  float: right;
}
.mizunoBox02Inner img {
  width: 100%;
  height: auto;
}

.mizunoBox02Title {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.mizunoBox03 {
  margin-top: 70px;
}
.mizunoBox03:after {
  content: "";
  display: block;
  clear: both;
}

.mizunoBox03Inner {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.mizunoBox03Inner:first-child {
  margin-left: 0;
}
.mizunoBox03Inner .subTitle07 {
  margin-bottom: 50px;
}
.mizunoBox03Inner .subTitle09,
.mizunoBox03Inner .subTitle10 {
  margin-bottom: 3px;
}

.mizunoBox03Item {
  margin-bottom: 70px;
}
.mizunoBox03Item:last-child {
  margin-bottom: 0;
}

.mizunoBox03ItemInner {
  margin-bottom: 10px;
}
.mizunoBox03ItemInner:last-child {
  margin-bottom: 0;
}

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

.mizunoBox04 {
  max-width: 865px;
  margin: 80px auto 0;
  background: rgba(222, 71, 71, 0.1);
  padding: 40px 10px;
  font-size: 1.1em;
  line-height: 1.6em;
  text-align: center;
}

.mizunoBox04TitleWrapper {
  margin-bottom: 20px;
}

.mizunoBox04TitleCatch {
  display: inline-block;
  vertical-align: middle;
  background: #DE4747;
  padding: 3px 10px;
  font-weight: bold;
  color: #FFF;
  margin-right: 10px;
}

.mizunoBox04Title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: bold;
  color: #DE4747;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .mizunoBox01Image {
    width: 37%;
  }
  .mizunoBox01Text {
    padding-left: 30px;
  }
  .mizunoBox01Text p {
    margin-bottom: 15px;
  }
  .mizunoBox02Inner {
    width: 48%;
  }
  .mizunoBox02Title {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .mizunoBox03 {
    margin-top: 60px;
  }
  .mizunoBox03Inner .subTitle07 {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .mizunoBox03Inner .subTitle09,
  .mizunoBox03Inner .subTitle10 {
    font-size: 0.9em;
  }
  .mizunoBox03Item {
    margin-bottom: 50px;
  }
  .mizunoBox04 {
    margin: 60px auto 0;
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .mizunoBox01 {
    width: auto;
    display: block;
  }
  .mizunoBox01Image {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
  }
  .mizunoBox01Text {
    width: auto;
    display: block;
    padding-left: 0;
  }
  .mizunoBox02Inner {
    width: auto;
    float: none !important;
  }
  .mizunoBox02Inner:last-child {
    margin-top: 30px;
  }
  .mizunoBox02Title {
    font-size: 0.95em;
    margin-bottom: 15px;
  }
  .mizunoBox03 {
    margin-top: 0;
    text-align: center;
  }
  .mizunoBox03Inner {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
  .mizunoBox03Inner .subTitle07 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .mizunoBox03Inner .subTitle09,
  .mizunoBox03Inner .subTitle10 {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 3px;
  }
  .mizunoBox03Item {
    margin-bottom: 20px;
  }
  .mizunoBox03ItemInner {
    margin-bottom: 10px;
  }
  .mizunoBox03Image img {
    max-width: 85%;
  }
  .mizunoBox04 {
    margin: 50px auto 0;
    padding: 20px 15px;
    font-size: 0.9em;
  }
  .mizunoBox04TitleWrapper {
    margin-bottom: 8px;
  }
  .mizunoBox04TitleCatch {
    padding: 3px 10px;
    margin: 0 auto 10px;
  }
  .mizunoBox04Title {
    display: block;
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
.databankBox01 .catchText02 {
  margin-bottom: 60px;
}

.databankPointBox {
  background: #FFF;
  margin-top: 20px;
  padding: 60px 65px;
}

.databankPointBoxTitleWrapper {
  width: 100%;
  height: 90px;
  display: table;
  border: solid 1px #28883A;
}

.databankPointBoxTitleNum {
  width: 180px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #FFF;
  padding-top: 5px;
}

.databankPointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}

.databankPointBoxContents {
  padding-top: 50px;
}

.databankPoint01Box01 {
  width: 100%;
  display: table;
}

.databankPoint01Box01Image {
  width: 225px;
  display: table-cell;
  vertical-align: top;
}
.databankPoint01Box01Image img {
  width: 100%;
  height: auto;
}

.databankPoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}

.databankPointBoxSection {
  margin-top: 15px;
}
.databankPointBoxSection .subTitle07 {
  margin-bottom: 5px;
}

.databankPoint02Box01 {
  max-width: 710px;
  margin: 45px auto 0;
  text-align: center;
}
.databankPoint02Box01 img {
  width: 100%;
  height: auto;
}

.databankBox02Movie {
  max-width: 710px;
  margin: 70px auto 0;
}

.youtube_wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube_wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.databankBox03 {
  width: 100%;
  display: table;
  font-size: 1.1em;
  line-height: 1.6em;
}
.databankBox03 .subTitle06 {
  margin-bottom: 25px;
}
.databankBox03 .btnLink01 {
  margin: 30px 0 0;
}

.databankBox03Text {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.databankBox03Image {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.databankBox03Figure {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.databankBox03Figure:last-child {
  margin-right: 0;
}
.databankBox03Figure figcaption {
  text-align: center;
}

.databankBox03FigureWrapper {
  width: 220px;
  min-height: 200px;
  position: relative;
}
.databankBox03FigureWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .databankBox01 .catchText02 {
    margin-bottom: 40px;
  }
  .databankPointBox {
    padding: 30px;
  }
  .databankPointBoxTitleWrapper {
    height: 75px;
  }
  .databankPointBoxTitleNum {
    width: 180px;
    padding-top: 3px;
  }
  .databankPointBoxTitle {
    padding: 0 15px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .databankPointBoxContents {
    padding-top: 30px;
    font-size: 0.95em;
    line-height: 1.6em;
  }
  .databankPoint01Box01Image {
    width: 200px;
  }
  .databankPoint01Box01Text {
    padding-left: 20px;
  }
  .databankPoint02Box01 {
    margin: 30px auto 0;
  }
  .databankBox02Movie {
    margin: 50px auto 0;
  }
  .databankBox03 {
    font-size: 1em;
  }
  .databankBox03 .subTitle06 {
    margin-bottom: 15px;
  }
  .databankBox03 .btnLink01 {
    margin: 20px 0 0;
  }
  .databankBox03Text {
    width: 55%;
  }
  .databankBox03Image {
    text-align: center;
  }
  .databankBox03Figure {
    margin-right: 5px;
  }
  .databankBox03Figure figcaption {
    font-size: 12px;
  }
  .databankBox03Figure:first-child .databankBox03FigureWrapper img {
    width: 130px;
    height: 80px;
  }
  .databankBox03Figure:last-child .databankBox03FigureWrapper img {
    width: 75px;
    height: 120px;
  }
  .databankBox03FigureWrapper {
    width: 140px;
    min-height: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .databankBox03Image {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .databankBox01 .catchText02 {
    margin-bottom: 20px;
    text-align: left;
  }
  .databankPointBox {
    margin-top: 15px;
    padding: 15px;
  }
  .databankPointBoxTitleWrapper {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
  }
  .databankPointBoxTitleNum {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
  }
  .databankPointBoxTitle {
    width: auto;
    display: block;
    padding: 10px 5px;
    font-size: 0.95em;
  }
  .databankPointBoxContents {
    font-size: 0.9em;
    line-height: 1.8em;
    padding-top: 15px;
  }
  .databankPoint01Box01Image {
    width: 115px;
    float: left;
    margin: 0 10px 5px 0;
  }
  .databankPoint01Box01Text {
    display: block;
    padding-left: 0;
  }
  .databankPointBoxSection {
    margin-top: 15px;
  }
  .databankPointBoxSection .subTitle07 {
    font-size: 1.1em;
  }
  .databankPoint02Box01 {
    margin: 20px auto 0;
  }
  .databankPoint02Box01 .subTitle09 {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .databankBox02Movie {
    margin: 0;
  }
  .databankBox03 {
    width: auto;
    display: block;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .databankBox03 .subTitle06 {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
  }
  .databankBox03 .btnLink01 {
    margin: 15px 0 0;
  }
  .databankBox03Text {
    width: auto;
    display: block;
  }
  .databankBox03Image {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .databankBox03Figure {
    margin-right: 5px;
  }
  .databankBox03Figure figcaption {
    font-size: 11px;
  }
  .databankBox03Figure:first-child .databankBox03FigureWrapper img {
    width: 130px;
    height: 80px;
  }
  .databankBox03Figure:last-child .databankBox03FigureWrapper img {
    width: 75px;
    height: 120px;
  }
  .databankBox03FigureWrapper {
    width: 130px;
    min-height: 130px;
  }
}
.workshopBox01 {
  width: 100%;
  display: table;
}

.workshopBox01Image {
  width: 480px;
  display: table-cell;
  vertical-align: top;
}
.workshopBox01Image img {
  width: 100%;
  height: auto;
}

.workshopBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}

.workshopBox02 {
  width: 100%;
  display: table;
  padding: 0 160px;
  margin: 60px 0;
}

.workshopBox02Image {
  width: 195px;
  display: table-cell;
  vertical-align: top;
}
.workshopBox02Image img {
  width: 100%;
  height: auto;
}

.workshopBox02Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}

.workshopBox03 {
  margin-top: 50px;
}

.workshopBox03Inner {
  margin-top: 40px;
}
.workshopBox03Inner:after {
  content: "";
  display: block;
  clear: both;
}

.workshopBox03Item {
  width: 32%;
  display: table;
  float: left;
  margin-left: 2%;
}
.workshopBox03Item:first-child {
  margin-left: 0;
}

.workshopBox03Image {
  width: 154px;
  display: table-cell;
  vertical-align: top;
}
.workshopBox03Image img {
  width: 100%;
  height: auto;
}

.workshopBox03Text {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
  font-size: 0.9em;
  line-height: 1.8em;
}

.workshopBox04 {
  max-width: 865px;
  margin: 70px auto 0;
}

.workshopBox04Table {
  margin-bottom: 40px;
}
.workshopBox04Table table {
  width: 100%;
  background: #FFF;
}
.workshopBox04Table table th {
  background: #28883A;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  padding: 15px 10px 15px 11%;
}
.workshopBox04Table table th.cell01 {
  width: 30%;
}
.workshopBox04Table table th.cell02 {
  width: 35%;
}
.workshopBox04Table table th.cell03 {
  width: 35%;
}
.workshopBox04Table table td {
  border-bottom: solid 1px #28883A;
  padding: 15px 10px 15px 11%;
}

.workshopBox04Text p {
  margin-top: 30px;
}

.workshopBox05 {
  width: 100%;
  display: table;
  background: #FFF;
  padding: 45px;
  margin-top: 80px;
}
.workshopBox05 .subTitle04 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.workshopBox05 .subTitle07 {
  margin-bottom: 10px;
}

.workshopBox05Text {
  display: table-cell;
  vertical-align: top;
  padding-right: 65px;
}

.workshopBox05Image {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}
.workshopBox05Image img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .workshopBox01Image {
    width: 35%;
  }
  .workshopBox01Text {
    padding-left: 30px;
  }
  .workshopBox02 {
    padding: 0;
    margin: 30px 0 50px;
  }
  .workshopBox02Text {
    padding-left: 20px;
  }
  .workshopBox03 {
    margin-top: 0;
  }
  .workshopBox03Inner {
    margin-top: 30px;
  }
  .workshopBox03Item {
    display: block;
  }
  .workshopBox03Image {
    width: auto;
    display: block;
  }
  .workshopBox03Text {
    display: block;
    padding: 15px 0 0;
  }
  .workshopBox05 {
    width: auto;
    display: block;
    padding: 30px;
    margin-top: 50px;
  }
  .workshopBox05Text {
    display: block;
    padding-right: 0;
  }
  .workshopBox05Image {
    width: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .workshopBox01 {
    width: auto;
    display: block;
  }
  .workshopBox01Image {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
  }
  .workshopBox01Text {
    width: auto;
    display: block;
    padding-left: 0;
  }
  .workshopBox02 {
    width: auto;
    display: block;
    padding: 0;
    margin: 30px 0;
  }
  .workshopBox02Image {
    width: 60%;
    display: block;
    margin: 0 auto 25px;
    text-align: center;
  }
  .workshopBox02Text {
    width: auto;
    display: block;
    padding-left: 0;
  }
  .workshopSection {
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .workshopBox03 {
    margin-top: 30px;
  }
  .workshopBox03Inner {
    margin-top: 20px;
  }
  .workshopBox03Item {
    width: 100%;
    display: table;
    float: none;
    margin: 20px 0 0;
  }
  .workshopBox03Image {
    width: 115px;
  }
  .workshopBox03Text {
    padding-left: 10px;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .workshopBox04 {
    margin: 20px auto 0;
  }
  .workshopBox04Table {
    margin-bottom: 20px;
  }
  .workshopBox04Table table {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .workshopBox04Table table th {
    padding: 12px 5px;
    text-align: center;
  }
  .workshopBox04Table table th.cell01 {
    width: 30%;
  }
  .workshopBox04Table table th.cell02 {
    width: 40%;
  }
  .workshopBox04Table table th.cell03 {
    width: 30%;
  }
  .workshopBox04Table table td {
    padding: 12px 5px;
    text-align: center;
  }
  .workshopBox04Text p {
    margin-top: 20px;
  }
  .workshopBox05 {
    width: auto;
    display: block;
    padding: 20px 15px 15px;
    margin-top: 30px;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .workshopBox05 .subTitle04 {
    font-size: 1.15em;
    line-height: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-align: center;
  }
  .workshopBox05 .subTitle07 {
    font-size: 1em;
    margin-bottom: 10px;
    text-align: center;
  }
  .workshopBox05Text {
    display: block;
    padding-right: 0;
  }
  .workshopBox05Image {
    width: auto;
    display: block;
    margin-top: 15px;
  }
}
.anchorWrapper {
  background: #DFEDE1;
  text-align: center;
}
.anchorWrapper li {
  display: inline-block;
}
.anchorWrapper li a {
  display: block;
  padding: 22px 40px 22px 45px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #28883A;
  text-decoration: none;
  position: relative;
}
.anchorWrapper li a:hover {
  color: #F5A031;
}
.anchorWrapper li a:before {
  content: "";
  width: 18px;
  height: 10px;
  background: url("../img/arr_anchor_green.svg") no-repeat center center;
  background-size: 18px 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  vertical-align: middle;
  top: -1px;
  margin-right: 15px;
}
.anchorWrapper li a:after {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(40, 136, 58, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

.academyCampaignBox01 {
  width: 100%;
  display: table;
  background: rgba(222, 71, 71, 0.1);
  border: solid 1px #DE4747;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.academyCampaignBox01TitleWrapper {
  width: 57%;
  display: table-cell;
  vertical-align: middle;
  border-right: solid 1px #DE4747;
  padding-right: 20px;
}

.academyCampaignBox01TextWrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.academyCampaignBox01Catch {
  max-width: 300px;
  background: #FFF;
  border: solid 2px #DE4747;
  border-radius: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #DE4747;
  padding: 7px 5px 5px;
  margin: 0 auto;
}

.academyCampaignBox01Title {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
  color: #DE4747;
  margin: 15px 0 5px;
}

.academyCampaignBox01Date {
  font-weight: bold;
}

.academyCampaignBox01Text {
  font-size: 1.2em;
  font-weight: bold;
}

.academyCampaignBox01Note {
  font-size: 0.9em;
}

.academyCampaignWraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.academyCampaignBox02 {
  width: 48.7%;
  flex-basis: 48.7%;
  border: solid 1px #28883A;
  border-radius: 5px;
  padding: 30px 0 20px;
}

.academyCampaignBox02Catch {
  max-width: 350px;
  margin: 0 auto;
  background: url("../img/bg_title_campaign.png");
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
}
.academyCampaignBox02Catch:before, .academyCampaignBox02Catch:after {
  content: "";
  border-style: solid;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 2;
}
.academyCampaignBox02Catch:before {
  border-width: 18px 0 18px 12px;
  border-color: transparent transparent transparent #FFF;
  left: 0;
}
.academyCampaignBox02Catch:after {
  border-width: 18px 12px 18px 0;
  border-color: transparent #FFF transparent transparent;
  right: 0;
}

.academyCampaignBox02TitleWrapper {
  width: 100%;
  display: table;
  text-align: center;
  margin-top: 20px;
}

.academyCampaignBox02TitleInner {
  width: 100%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.academyCampaignBox02Title {
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  color: #28883A;
}
.academyCampaignBox02Title span {
  display: block;
}

.academyCampaignBox02TitleSmall {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
}

.academyCampaignBox02Contents01 {
  width: 100%;
  display: table;
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 20px;
}

.academyCampaignBox02Section {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  border-right: solid 1px #28883A;
  padding: 0 20px;
}
.academyCampaignBox02Section:last-child {
  border-right: none;
}

.academyCampaignBox02SubTitle {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  text-align: center;
  margin-bottom: 10px;
}

.academyCampaignBox02Contents02 {
  padding: 0 65px;
  font-size: 0.9em;
  line-height: 2em;
  margin-top: 20px;
}

.academyBox01 {
  width: 100%;
  display: table;
  margin-top: 65px;
}
.academyBox01 .btnLink01 {
  margin: 30px 0 0;
}

.academyBox01Image {
  width: 430px;
  display: table-cell;
  vertical-align: top;
}
.academyBox01Image img {
  width: 100%;
  height: auto;
}

.academyBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}

.academyBox02 {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -40px;
}

.academyBox02Section {
  width: 250px;
  flex-basis: 250px;
  margin: 50px 0 0 40px;
}

.academyBox02Title {
  width: 100%;
  height: 50px;
  display: table;
  margin-bottom: 15px;
}
.academyBox02Title .subTitle07 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0;
}

.academyBox02Text {
  font-size: 0.95em;
  line-height: 1.6em;
}

.academyBox03 {
  width: 100%;
  display: table;
}
.academyBox03 .subTitle03 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.academyBox03 .subTitle03 .subTitle03Ja {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #28883A;
}

.academyBox03Image {
  width: 435px;
  display: table-cell;
  vertical-align: top;
}
.academyBox03Image img {
  width: 100%;
  height: auto;
}

.academyBox03Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}

.academyBox04 {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 -60px;
}

.academyBox04Section {
  width: 175px;
  flex-basis: 175px;
  margin-left: 60px;
  text-align: center;
}
.academyBox04Section .subTitle07 {
  font-size: 1em;
  margin-bottom: 10px;
}

.academyBox04Image {
  margin-bottom: 18px;
}
.academyBox04Image img {
  width: 100%;
  height: auto;
}

.academyBox04Text {
  font-size: 0.95em;
  line-height: 1.6em;
}

.textNote {
  font-size: 0.8em;
  color: #999;
}

.academyBox05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0 0 -63px;
}

.academyBox05Section {
  width: 330px;
  flex-basis: 330px;
  margin-left: 63px;
}
.academyBox05Section .btnLink01 {
  margin: 30px 0 0;
}

.academyBox05Image {
  margin-bottom: 30px;
}
.academyBox05Image img {
  width: 100%;
  height: auto;
}

.academyBox05Title {
  width: 100%;
  height: 50px;
  display: table;
  text-align: center;
  margin-bottom: 20px;
}
.academyBox05Title .subTitle07 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0;
}

.academyBox05Text {
  font-size: 0.95em;
  line-height: 1.6em;
}

.academyBox06 {
  width: 100%;
  display: table;
  background: #FFF;
  padding: 30px;
}
.academyBox06 .subTitle07 {
  margin-bottom: 10px;
}

.academyBox06Image {
  width: 518px;
  display: table-cell;
  vertical-align: top;
}
.academyBox06Image img {
  width: 100%;
  height: auto;
}

.academyBox06Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  line-height: 1.5em;
}

.academyBox07 {
  width: 100%;
  display: table;
  margin-top: 50px;
}
.academyBox07 .subTitle07 {
  font-size: 1.2em;
  margin-bottom: 0;
}

.academyBox07Image {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
.academyBox07Image img {
  width: 100%;
  height: auto;
}

.academyBox07Title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 10px 0 35px;
}

.academyBox07Table {
  width: 715px;
  display: table-cell;
  vertical-align: top;
}
.academyBox07Table table {
  width: 100%;
  background: #FFF;
  border-top: solid 1px #D9D9D9;
  font-size: 0.85em;
  line-height: 1.4em;
}
.academyBox07Table table th {
  background: rgba(40, 136, 58, 0.15);
  border-bottom: solid 1px #D9D9D9;
  color: #28883A;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  vertical-align: top;
}
.academyBox07Table table td {
  border-bottom: solid 1px #D9D9D9;
  padding: 10px;
  vertical-align: top;
}

.academyCurriculumBox {
  width: 100%;
  display: table;
  background: #DFEDE1;
  padding: 30px 55px;
  margin-top: 20px;
}
.academyCurriculumBox:first-child {
  margin-top: 40px;
}

.academyCurriculumBoxNum {
  width: 75px;
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 76px;
  line-height: 76px;
  color: #28883A;
}

.academyCurriculumBoxTitleWrapper {
  width: 260px;
  display: table-cell;
  vertical-align: middle;
  border-right: solid 1px rgba(40, 136, 58, 0.5);
  padding: 20px 10px 20px 0;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #28883A;
}

.academyCurriculumBoxTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.academyCurriculumBoxContents {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 20px 35px;
  font-size: 0.9em;
  line-height: 1.8em;
}

.academyVoiceBoxWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 -13px;
}

.academyVoiceBox {
  width: 364px;
  flex-basis: 364px;
  background: #FFF;
  border-radius: 5px;
  margin: 13px 0 0 13px;
}

.academyVoiceBoxHead {
  background: #28883A;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #FFF;
  padding: 15px;
}

.academyVoiceBoxHeadTitle01 {
  font-size: 0.9em;
  line-height: 1.2em;
}

.academyVoiceBoxHeadTitle02 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  margin-top: 3px;
}

.academyVoiceBoxContents {
  border-radius: 0 0 5px 5px;
  padding: 15px 30px 30px 30px;
}

.academyVoiceBoxData {
  text-align: center;
  margin-bottom: 25px;
}

.academyVoiceBoxDataTitle {
  background: #DFEDE1;
  border-radius: 8px;
  padding: 3px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #28883A;
}

.academyVoiceBoxDataSection {
  margin-top: 25px;
}

.academyVoiceBoxDataSubTitle {
  font-size: 0.9em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.academyVoiceBoxDataList dl {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.academyVoiceBoxDataList dt {
  border-bottom: solid 1px rgba(40, 136, 58, 0.5);
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0;
  font-weight: bold;
  color: #28883A;
}
.academyVoiceBoxDataList dd {
  font-size: 18px;
  line-height: 18px;
}

.academyVoiceCommentSection {
  margin-top: 25px;
}

.academyVoiceCommentTitle {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.academyVoiceCommentTitle:before {
  content: "";
  width: 10px;
  height: 17px;
  background: url("../img/ico_tee.svg") no-repeat center center;
  background-size: 10px 17px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 3px;
  left: 0;
}

.academyVoiceCommentText {
  font-size: 0.9em;
  line-height: 1.8em;
}

.redBold {
  font-weight: bold;
  color: #DE4747;
}

.academyFlowBoxWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.academyFlowBox {
  width: 240px;
  flex-basis: 240px;
  margin: 0 20px;
  position: relative;
}
.academyFlowBox:first-child {
  margin-left: 0;
}
.academyFlowBox:last-child {
  margin-right: 0;
}
.academyFlowBox:last-child:after {
  display: none;
}
.academyFlowBox:after {
  content: "";
  width: 18px;
  height: 21px;
  background: url("../img/arr_flow_green.svg") no-repeat center center;
  background-size: 18px 21px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 50%;
  right: -30px;
  margin-top: -10px;
  z-index: 2;
}

.academyFlowBoxInner {
  width: 100%;
  height: 240px;
  display: table;
  background: #FFF;
  border-radius: 50%;
}

.academyFlowBoxText {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
  padding-top: 5px;
}

.academyShopBoxWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0 -4%;
}

.academyShopBox {
  width: 46%;
  flex-basis: 46%;
  margin: 50px 0 0 4%;
  position: relative;
}
.academyShopBox .btnLink01 {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
}
.academyShopBox .btnLink01 a {
  padding: 12px 5px;
}

.academyShopBoxTitle .subTitle05 {
  padding: 0 210px 30px 0;
}
.academyShopBoxTitle .subTitle05 .subTitle05Ja {
  font-size: 1.6em;
}

.academyShopBoxContents dl {
  width: 100%;
  display: table;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.8em;
}
.academyShopBoxContents dt {
  width: 120px;
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
}
.academyShopBoxContents dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .anchorWrapper li a {
    padding: 20px 10px 20px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .anchorWrapper li a:before {
    margin-right: 8px;
  }
  .academyCampaignBox01 {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .academyCampaignBox01TitleWrapper {
    width: 55%;
    padding-right: 15px;
  }
  .academyCampaignBox01TextWrapper {
    padding-left: 15px;
  }
  .academyCampaignBox01Catch {
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
  }
  .academyCampaignBox01Title {
    font-size: 1.45em;
    line-height: 1.3em;
  }
  .academyCampaignBox01Text {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .academyCampaignBox01Note {
    font-size: 0.8em;
  }
  .academyCampaignBox02 {
    padding: 20px 0;
  }
  .academyCampaignBox02Catch {
    max-width: 300px;
    font-size: 16px;
  }
  .academyCampaignBox02TitleWrapper {
    margin-top: 15px;
  }
  .academyCampaignBox02TitleInner {
    height: 55px;
  }
  .academyCampaignBox02Title {
    font-size: 1.5em;
  }
  .academyCampaignBox02TitleSmall {
    font-size: 16px;
    line-height: 16px;
  }
  .academyCampaignBox02Contents01 {
    margin-top: 15px;
  }
  .academyCampaignBox02Section {
    padding: 0 10px;
  }
  .academyCampaignBox02SubTitle {
    font-size: 1em;
  }
  .academyCampaignBox02Contents02 {
    padding: 0 15px;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-top: 20px;
  }
  .academyBox01 {
    margin-top: 50px;
  }
  .academyBox01 .btnLink01 {
    margin: 20px 0 0;
  }
  .academyBox01Image {
    width: 40%;
  }
  .academyBox01Text {
    padding-left: 30px;
  }
  .academyBox02 {
    margin: -40px 0 0 -2%;
  }
  .academyBox02Section {
    width: 31%;
    flex-basis: 31%;
    margin: 40px 0 0 2%;
  }
  .academyBox03 .subTitle03 {
    margin-bottom: 20px;
  }
  .academyBox03 .subTitle03 .subTitle03Ja {
    font-size: 1.3em;
  }
  .academyBox03Image {
    width: 40%;
  }
  .academyBox03Text {
    padding-left: 30px;
  }
  .academyBox04 {
    margin: 40px 0 10px -1%;
  }
  .academyBox04Section {
    width: 19%;
    flex-basis: 19%;
    margin-left: 1%;
  }
  .academyBox04Section .subTitle07 {
    font-size: 0.85em;
    margin-bottom: 5px;
  }
  .academyBox04Image {
    margin-bottom: 15px;
  }
  .academyBox04Text {
    font-size: 0.8em;
    letter-spacing: 0;
  }
  .academyBox05 {
    margin: 40px 0 0 -2%;
  }
  .academyBox05Section {
    width: 31%;
    flex-basis: 31%;
    margin-left: 2%;
  }
  .academyBox05Section .btnLink01 {
    margin: 20px 0 0;
  }
  .academyBox05Section .btnLink01 a {
    font-size: 13px;
  }
  .academyBox05Image {
    margin-bottom: 25px;
  }
  .academyBox05Title {
    height: 45px;
    margin-bottom: 20px;
  }
  .academyBox05Title .subTitle07 {
    font-size: 1.1em;
  }
  .academyBox06 {
    width: auto;
    display: block;
    padding: 20px;
  }
  .academyBox06 .subTitle07 {
    margin-bottom: 10px;
  }
  .academyBox06Image {
    width: auto;
    display: block;
  }
  .academyBox06Text {
    display: block;
    padding: 20px 0 0 0;
  }
  .academyBox07 {
    width: auto;
    display: block;
    margin-top: 40px;
  }
  .academyBox07:after {
    content: "";
    display: block;
    clear: both;
  }
  .academyBox07Image {
    display: inline-block;
  }
  .academyBox07Title {
    display: inline-block;
    padding: 0 10px 0 30px;
  }
  .academyBox07Table {
    width: auto;
    display: block;
    margin-top: 40px;
  }
  .academyCurriculumBox {
    padding: 20px 20px 20px 25px;
  }
  .academyCurriculumBoxNum {
    width: 50px;
    font-size: 60px;
    line-height: 60px;
  }
  .academyCurriculumBoxTitleWrapper {
    width: 220px;
    padding: 5px 10px 5px 0;
    font-size: 0.95em;
  }
  .academyCurriculumBoxContents {
    padding: 5px 0 5px 15px;
  }
  .academyVoiceBoxWrapper {
    margin: 40px 0 0 -2%;
  }
  .academyVoiceBox {
    width: 48%;
    flex-basis: 48%;
    margin: 15px 0 0 2%;
  }
  .academyFlowBoxWrapper {
    margin-top: 40px;
  }
  .academyFlowBox {
    width: 170px;
    flex-basis: 170px;
    margin: 0 5px;
  }
  .academyFlowBox:after {
    right: -15px;
  }
  .academyFlowBoxInner {
    height: 170px;
  }
  .academyFlowBoxText {
    font-size: 1em;
    line-height: 1.4em;
    padding-top: 3px;
  }
  .academyShopBoxWrapper {
    margin-top: 0;
  }
  .academyShopBox {
    margin-top: 45px;
  }
  .academyShopBox .btnLink01 {
    width: 150px;
  }
  .academyShopBox .btnLink01 a {
    padding: 8px 5px;
    font-size: 14px;
  }
  .academyShopBoxTitle .subTitle05 {
    padding: 0 160px 20px 0;
  }
  .academyShopBoxTitle .subTitle05 .subTitle05Ja {
    font-size: 1.4em;
  }
  .academyShopBoxContents dl {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .anchorWrapper li {
    display: block;
  }
  .anchorWrapper li:last-child a {
    border-bottom: none;
  }
  .anchorWrapper li a {
    display: block;
    border-bottom: solid 1px rgba(40, 136, 58, 0.5);
    padding: 16px 18px 15px 5px;
    font-size: 14px;
    line-height: 14px;
  }
  .anchorWrapper li a:after {
    display: none;
  }
  .academyCampaignBox01 {
    width: auto;
    display: block;
    padding: 20px 15px 15px;
    margin-bottom: 20px;
  }
  .academyCampaignBox01TitleWrapper {
    width: auto;
    display: block;
    border-right: none;
    padding-right: 0;
  }
  .academyCampaignBox01TextWrapper {
    width: auto;
    display: block;
    padding: 15px 0 0 0;
    margin-top: 15px;
    position: relative;
  }
  .academyCampaignBox01TextWrapper:before {
    content: "";
    width: 58px;
    height: 1px;
    background: #DE4747;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -29px;
  }
  .academyCampaignBox01Catch {
    max-width: 190px;
    border: solid 1px #DE4747;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 5px 5px;
  }
  .academyCampaignBox01Title {
    font-size: 16px;
    margin: 10px 0;
  }
  .academyCampaignBox01Date {
    font-size: 11px;
    line-height: 1;
  }
  .academyCampaignBox01Text {
    font-size: 14px;
    line-height: 20px;
  }
  .academyCampaignBox01Note {
    font-size: 10px;
  }
  .academyCampaignWraper {
    display: block;
  }
  .academyCampaignBox02 {
    width: auto;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
  }
  .academyCampaignBox02Catch {
    max-width: 230px;
    font-size: 12px;
    line-height: 28px;
  }
  .academyCampaignBox02Catch:before, .academyCampaignBox02Catch:after {
    margin-top: -18px;
  }
  .academyCampaignBox02TitleWrapper {
    width: auto;
    display: block;
    margin: 15px 0;
  }
  .academyCampaignBox02TitleInner {
    width: auto;
    height: auto;
    display: block;
  }
  .academyCampaignBox02Title {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0;
  }
  .academyCampaignBox02TitleSmall {
    font-size: 13px;
    line-height: 13px;
  }
  .academyCampaignBox02Contents01 {
    width: auto;
    display: block;
    margin-top: 0;
  }
  .academyCampaignBox02Section {
    width: auto;
    display: block;
    border-right: none;
    border-bottom: solid 1px #28883A;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  .academyCampaignBox02Section:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .academyCampaignBox02SubTitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .academyCampaignBox02Contents02 {
    font-size: 0.85em;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
  }
  .academyBox01 {
    width: auto;
    display: block;
    margin-top: 40px;
  }
  .academyBox01 .btnLink01 {
    margin: 20px 0 0;
  }
  .academyBox01Image {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
  }
  .academyBox01Text {
    display: block;
    padding-left: 0;
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .academyBox02 {
    display: block;
    margin: 0;
  }
  .academyBox02Section {
    width: auto;
    margin: 25px 0 0;
  }
  .academyBox02Section:first-child {
    margin: 0;
  }
  .academyBox02Title {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 5px;
  }
  .academyBox02Title .subTitle07 {
    width: auto;
    height: auto;
    display: block;
    text-align: left;
    font-size: 1em;
    margin-bottom: 0;
  }
  .academyBox03 {
    width: auto;
    display: block;
  }
  .academyBox03 .subTitle03 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .academyBox03 .subTitle03 .subTitle03Ja {
    font-size: 1.05em;
  }
  .academyBox03Image {
    width: auto;
    display: block;
  }
  .academyBox03Text {
    display: block;
    padding-left: 0;
    margin-top: 25px;
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .academyBox04 {
    display: block;
    margin: 30px 0 0;
  }
  .academyBox04Section {
    width: 100%;
    display: table;
    margin: 20px 0 0;
    text-align: left;
  }
  .academyBox04Section .subTitle07 {
    margin-bottom: 3px;
  }
  .academyBox04Image {
    width: 115px;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
  }
  .academyBox04TextWrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .textNote {
    margin-top: 10px;
  }
  .academyBox05 {
    display: block;
    margin: 0;
  }
  .academyBox05Section {
    width: auto;
    margin: 30px 0 0;
  }
  .academyBox05Section .btnLink01 {
    margin: 15px 0 0;
  }
  .academyBox05Inner {
    width: 100%;
    display: table;
    margin-bottom: 15px;
  }
  .academyBox05Image {
    width: 115px;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
  }
  .academyBox05Title {
    width: auto;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 0;
    padding-left: 15px;
  }
  .academyBox05Title .subTitle07 {
    width: auto;
    height: auto;
    display: block;
    text-align: left;
    font-size: 1em;
    margin-bottom: 0;
  }
  .academyBox05Text {
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .academyBox06 {
    width: auto;
    display: block;
    padding: 15px;
  }
  .academyBox06 .subTitle07 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .academyBox06Image {
    width: auto;
    display: block;
  }
  .academyBox06Text {
    display: block;
    padding: 15px 0 0 0;
    font-size: 0.85em;
    line-height: 1.6em;
  }
  .academyBox07 {
    width: auto;
    display: block;
    margin-top: 40px;
  }
  .academyBox07:after {
    content: "";
    display: block;
    clear: both;
  }
  .academyBox07 .subTitle07 {
    font-size: 1em;
    line-height: 1.4em;
  }
  .academyBox07Image {
    width: 90px;
    display: inline-block;
  }
  .academyBox07Title {
    display: inline-block;
    padding: 0 0 0 10px;
  }
  .academyBox07Table {
    width: auto;
    display: block;
    margin-top: 20px;
  }
  .academyBox07Table table th {
    width: 70px;
    padding: 10px 5px;
  }
  .academyCurriculumBox {
    width: auto;
    display: block;
    padding: 12px 15px 15px;
    margin-top: 20px;
  }
  .academyCurriculumBox:first-child {
    margin-top: 30px;
  }
  .academyCurriculumBoxNum {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }
  .academyCurriculumBoxTitleWrapper {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border-right: none;
    padding: 7px 0 0;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .academyCurriculumBoxTitle {
    font-size: 1.1em;
    margin-bottom: 3px;
  }
  .academyCurriculumBoxContents {
    border-top: solid 1px rgba(40, 136, 58, 0.5);
    display: block;
    padding: 15px 0 0;
    margin-top: 10px;
    font-size: 0.85em;
    line-height: 1.6em;
  }
  .academyVoiceBoxWrapper {
    display: block;
    margin: 0;
  }
  .academyVoiceBox {
    width: auto;
    margin: 10px 0 0;
  }
  .academyVoiceBox.active .academyVoiceBoxHead {
    border-radius: 5px 5px 0 0;
  }
  .academyVoiceBox.active .academyVoiceBoxHead:after {
    transform: rotate(-90deg);
  }
  .academyVoiceBoxHead {
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .academyVoiceBoxHead:after {
    content: "";
    width: 10px;
    height: 18px;
    background: url("../img/arr_link_white.svg") no-repeat center center;
    background-size: 10px 18px;
    display: block;
    vertical-align: top;
    position: absolute;
    top: 0;
    top: 50%;
    right: 20px;
    margin-top: -9px;
    z-index: 2;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  .academyVoiceBoxHeadTitle01 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85em;
  }
  .academyVoiceBoxHeadTitle02 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 1.1em;
  }
  .academyVoiceBoxContents {
    border-radius: 0 0 5px 5px;
    padding: 15px;
    display: none;
  }
  .academyVoiceBoxDataList dl {
    width: 75px;
  }
  .academyVoiceBoxDataList dt {
    font-size: 12px;
    line-height: 12px;
  }
  .academyVoiceBoxDataList dd {
    font-size: 16px;
    line-height: 16px;
  }
  .academyFlowBoxWrapper {
    display: block;
    margin-top: 30px;
  }
  .academyFlowBox {
    width: auto;
    margin: 10px 0 0;
  }
  .academyFlowBox:after {
    transform: rotate(90deg);
    position: static;
    margin: 10px auto 0;
  }
  .academyFlowBoxInner {
    height: 65px;
    border-radius: 5px;
  }
  .academyFlowBoxText {
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 15px 5px;
  }
  .academyShopBoxWrapper {
    display: block;
    margin: 0;
  }
  .academyShopBox {
    width: auto;
    margin: 40px 0 0;
  }
  .academyShopBox .btnLink01 {
    width: 130px;
    position: static;
    margin: 15px 0 0;
  }
  .academyShopBox .btnLink01 a {
    padding: 8px 5px;
  }
  .academyShopBoxTitle .subTitle05 {
    padding: 0 0 10px 0;
  }
  .academyShopBoxTitle .subTitle05 .subTitle05Ja {
    font-size: 1.05em;
  }
  .academyShopBoxContents dl {
    margin-top: 8px;
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .academyShopBoxContents dt {
    width: 100px;
  }
}
.shopSearchBox01 {
  border-bottom: solid 1px rgba(40, 136, 58, 0.5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.shopSearchBox01Inner {
  width: 100%;
  display: table;
}

.shopSearchBox01Title {
  width: 255px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #28883A;
  padding-left: 40px;
  position: relative;
}
.shopSearchBox01Title:before {
  content: "";
  width: 27px;
  height: 28px;
  background: url("../img/ico_search.svg") no-repeat center center;
  background-size: 27px 28px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  margin-top: -14px;
}

.shopSearchBox01Contents {
  display: table-cell;
  vertical-align: top;
  padding-right: 165px;
  position: relative;
}

.shopSearchBox02Title {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #28883A;
  padding-left: 40px;
  position: relative;
}
.shopSearchBox02Title:before {
  content: "";
  width: 25px;
  height: 31px;
  background: url("../img/ico_place.svg") no-repeat center center;
  background-size: 25px 31px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 50%;
  left: 1px;
  margin-top: -16px;
}

.shopSearchArea01 {
  margin-top: 30px;
}
.shopSearchArea01 ul {
  display: flex;
  flex-wrap: wrap;
}
.shopSearchArea01 li {
  width: 10.4%;
  flex-basis: 10.4%;
  margin-left: 0.8%;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05rem;
  display: inline-block;
}
.shopSearchArea01 li:first-child {
  margin-left: 0;
}
.shopSearchArea01 li a {
  height: 100%;
  background: #333;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 15px 5px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.shopSearchArea01 li a:hover {
  background: #5C5C5C;
}
.shopSearchArea01 li a.selected {
  background: #28883A;
}
.shopSearchArea01 li a.selected:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #28883A transparent transparent;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
}

.shopSearchArea02 {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-top: 30px;
}
.shopSearchArea02 li {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05rem;
  display: inline-block;
  margin: 10px 0 0 35px;
  width: 7em;
}
.shopSearchArea02 li a {
  color: #333;
  text-decoration: none;
  position: relative;
}
.shopSearchArea02 li a:before {
  content: "";
  width: 17px;
  height: 9px;
  background: url("../img/arr_anchor_orange.svg") no-repeat center center;
  background-size: 17px 9px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  vertical-align: middle;
  top: -1px;
  left: 0;
  margin-right: 8px;
}
.shopSearchArea02 li a:hover {
  color: #F5A031;
  text-decoration: underline;
}

.bgWhite .shopSearchArea02 {
  background: rgba(223, 237, 225, 0.5);
}

.shopListSection {
  padding-top: 70px;
}

.shopListSectionTitle {
  background: #F5F5F5;
  font-size: 1.6em;
  line-height: 1;
  font-weight: bold;
  color: #28883A;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

.shopListBox {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 40px;
  margin-top: 40px;
}

.shopListBoxInner {
  width: 100%;
  display: table;
}

.shopListBoxTitleWrapper {
  width: 250px;
  display: table-cell;
  vertical-align: top;
  border-right: solid 1px #D9D9D9;
  padding-right: 10px;
}

.shopListBoxContens {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
  position: relative;
}

.shopListBoxTitle {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
}
.shopListBoxTitle a {
  color: #28883A;
  text-decoration: none;
}
.shopListBoxTitle a:hover {
  color: #F5A031;
  text-decoration: underline;
}

.shopListBoxNote {
  color: #DE4747;
  margin-top: 5px;
}

.shopListInfoWrapper {
  width: 100%;
  display: table;
  padding-right: 240px;
}

.shopListInfo01 {
  width: 240px;
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.shopListInfo01 dl {
  width: 100%;
  display: table;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 5px;
}
.shopListInfo01 dl:first-child {
  margin-top: 0;
}
.shopListInfo01 dt {
  width: 80px;
  display: table-cell;
  vertical-align: top;
  color: #28883A;
}
.shopListInfo01 dd {
  display: table-cell;
  vertical-align: top;
}

.shopListInfo02 {
  display: table-cell;
  vertical-align: top;
}

.shopListInfo02Text01 {
  font-size: 1.1em;
  line-height: 1.4em;
}

.shopListInfo02Text02 {
  font-size: 0.9em;
  line-height: 1.6em;
  color: #999;
  margin-top: 5px;
}

.shopListTagWrapper {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-top: 35px;
  margin-right: 240px;
}
.shopListTagWrapper li {
  display: inline-block;
  vertical-align: top;
  background: #28883A;
  color: #FFF;
  font-size: 13px;
  line-height: 13px;
  padding: 7px 20px;
  margin: 5px 5px 0 0;
}

.shopListEventWrapper {
  background: #DFEDE1;
  padding: 15px 20px;
  margin-top: 20px;
  margin-right: 240px;
}
.shopListEventWrapper dl {
  width: 100%;
  display: table;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-top: 5px;
}
.shopListEventWrapper dl:first-child {
  margin-top: 0;
}
.shopListEventWrapper dt {
  width: 80px;
  display: table-cell;
  vertical-align: top;
  color: #28883A;
}
.shopListEventWrapper dd {
  display: table-cell;
  vertical-align: top;
}

.shopListTag01 {
  background: #4EAB32 !important;
}

.shopListTag02 {
  background: #28883A !important;
}

.shopListLinkWrapper {
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
}
.shopListLinkWrapper .btnLink01 a,
.shopListLinkWrapper .btnLink02 a {
  padding: 9px 5px;
  font-size: 14px;
}
.shopListLinkWrapper .btnLink01 {
  margin-top: 15px;
}
.shopListLinkWrapper .btnLink01 a {
  padding: 10px 5px;
}

.noShop {
  border: solid 1px #DE4747;
  font-size: 1.2em;
  line-height: 1;
  color: #DE4747;
  text-align: center;
  padding: 20px;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .shopSearchBox01Contents {
    padding-right: 100px;
  }
  .shopSearchArea01 li {
    font-size: 12px;
    line-height: 12px;
  }
  .shopSearchArea02 li {
    font-size: 12px;
    line-height: 12px;
    margin-right: 20px;
  }
  .shopListSection {
    padding-top: 60px;
  }
  .shopListBoxTitleWrapper {
    width: 230px;
    padding-right: 20px;
  }
  .shopListBoxContens {
    padding-left: 20px;
  }
  .shopListBoxTitle {
    font-size: 1.2em;
  }
  .shopListInfoWrapper {
    width: auto;
    display: block;
    padding-right: 0;
  }
  .shopListInfo01 {
    width: auto;
    display: block;
    padding-right: 0;
  }
  .shopListInfo02 {
    display: block;
    margin-top: 10px;
  }
  .shopListTagWrapper {
    margin-top: 10px;
    margin-right: 0px;
  }
  .shopListTagWrapper li {
    padding: 7px 10px;
  }
  .shopListEventWrapper {
    padding: 15px;
    margin-top: 15px;
    margin-right: 0px;
  }
  .shopListEventWrapper dl {
    width: auto;
    display: block;
    font-size: 0.8em;
    line-height: 1.7em;
  }
  .shopListEventWrapper dt {
    width: auto;
    display: block;
  }
  .shopListEventWrapper dd {
    display: block;
  }
  .shopListLinkWrapper {
    width: auto;
    position: static;
    margin-top: 20px;
  }
  .shopListLinkWrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .shopListLinkWrapper .btnLink01,
  .shopListLinkWrapper .btnLink02 {
    width: 200px;
    float: left;
  }
  .shopListLinkWrapper .btnLink01 {
    margin: 0 0 0 10px;
  }
  .noShop {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shopSearchBox01 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .shopSearchBox01Inner {
    width: auto;
    display: block;
  }
  .shopSearchBox01Title {
    width: auto;
    display: block;
    font-size: 1em;
    text-align: center;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .shopSearchBox01Title:before {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    margin: 0 8px 0 0;
  }
  .shopSearchBox01Contents {
    width: auto;
    display: block;
    padding-right: 75px;
  }
  .shopSearchBox02Title {
    font-size: 1em;
    text-align: center;
    padding-left: 0;
  }
  .shopSearchBox02Title:before {
    width: 15px;
    height: 19px;
    background-size: 15px 19px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    margin: 0 8px 0 0;
  }
  .shopSearchArea01 {
    margin-top: 10px;
  }
  .shopSearchArea01 li {
    width: 32.6%;
    flex-basis: 32.6%;
    margin: 2px 0 0 1%;
    font-size: 13px;
    line-height: 13px;
  }
  .shopSearchArea01 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .shopSearchArea01 li a {
    padding: 12px 5px;
  }
  .shopSearchArea01 li a.selected {
    background: #28883A;
  }
  .shopSearchArea01 li a.selected:after {
    display: none;
  }
  .shopSearchArea02 {
    padding: 10px 15px;
    margin-top: 15px;
  }
  .shopSearchArea02 li {
    width: 33%;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
  }
  .shopSearchArea02 li a {
    padding: 5px 0;
    display: block;
  }
  .shopSearchArea02 li a:before {
    width: 14px;
    height: 7px;
    background-size: 14px 7px;
    top: 0;
  }
  .shopListSection {
    padding-top: 40px;
  }
  .shopListSectionTitle {
    font-size: 1.1em;
    padding: 10px;
    margin-bottom: 20px;
  }
  .shopListBox {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .shopListBoxInner {
    width: auto;
    display: block;
  }
  .shopListBoxTitleWrapper {
    width: auto;
    display: block;
    border-right: none;
    padding-right: 0;
  }
  .shopListBoxContens {
    display: block;
    padding-left: 0;
  }
  .shopListBoxTitle {
    font-size: 1.15em;
  }
  .shopListBoxNote {
    font-size: 0.9em;
    margin-top: 0;
  }
  .shopListInfoWrapper {
    width: auto;
    display: block;
    padding-right: 0;
    margin-top: 10px;
  }
  .shopListInfo01 {
    width: auto;
    display: block;
    padding-right: 0;
  }
  .shopListInfo01 dl {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-top: 0;
  }
  .shopListInfo02 {
    display: block;
    margin-top: 15px;
  }
  .shopListInfo02Text01 {
    font-size: 1em;
    line-height: 1.4em;
  }
  .shopListInfo02Text02 {
    font-size: 0.85em;
    margin-top: 15px;
  }
  .shopListTagWrapper {
    margin-top: 10px;
    margin-right: 0px;
  }
  .shopListTagWrapper li {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    margin: 3px 3px 0 0;
  }
  .shopListEventWrapper {
    padding: 13px 10px;
    margin-top: 15px;
    margin-right: 0px;
  }
  .shopListEventWrapper dl {
    font-size: 0.8em;
  }
  .shopListLinkWrapper {
    width: auto;
    position: static;
    margin-top: 20px;
  }
  .shopListLinkWrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .shopListLinkWrapper .btnLink01,
  .shopListLinkWrapper .btnLink02 {
    width: 48%;
    float: left;
  }
  .shopListLinkWrapper .btnLink01 {
    float: right;
    margin: 0;
  }
  .noShop {
    font-size: 1em;
    padding: 15px;
    margin-top: 40px;
  }
}
.shopDetailBox01 {
  width: 100%;
  display: table;
}

.shopDetailBox01Contents {
  display: table-cell;
  padding-right: 60px;
  vertical-align: top;
}
.shopDetailBox01Contents .subTitle04 {
  margin-bottom: 10px;
}
.shopDetailBox01Contents .subTitle05 {
  margin-bottom: 15px;
}

.shopDetailBox01Map {
  width: 670px;
  display: table-cell;
  vertical-align: top;
}

.googleMapWrapper {
  width: 100%;
  height: 100%;
}
.googleMapWrapper iframe,
.googleMapWrapper object,
.googleMapWrapper embed {
  width: 100%;
}

.shopDetailBoxNote {
  line-height: 1.4em;
  color: #DE4747;
  margin-bottom: 8px;
}

.shopDetailTagWrapper {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.shopDetailTagWrapper li {
  display: inline-block;
  vertical-align: top;
  background: #28883A;
  color: #FFF;
  font-size: 13px;
  line-height: 13px;
  padding: 7px 20px;
  margin: 5px 5px 0 0;
}

.shopDetailInfoWrapper {
  margin-top: 35px;
}
.shopDetailInfoWrapper p {
  font-size: 0.95em;
  line-height: 1.8em;
}

.shopDetailNoFlyer {
  font-size: 1.3em;
  text-align: center;
  padding: 30px 0;
}

.shopDetailFlyerWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 0;
}
.shopDetailFlyerWrapper a {
  color: #333;
  text-decoration: none;
}
.shopDetailFlyerWrapper a:hover {
  color: #F5A031;
  text-decoration: underline;
}

.shopDetailFlyerBox {
  width: 30%;
  flex-basis: 30%;
  margin: 40px 0 0 5%;
}
.shopDetailFlyerBox:nth-child(3n+1) {
  margin-left: 0;
}

.shopDetailFlyerBoxImage {
  background: #FFF;
  padding: 5px;
  text-align: center;
}
.shopDetailFlyerBoxImage img {
  max-width: 100%;
  height: auto;
}

.shopDetailFlyerBoxText {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.6em;
}

.shopDetailAcademyBox01 {
  position: relative;
}
.shopDetailAcademyBox01 .btnLink01 {
  width: 310px;
  margin: 0;
  position: absolute;
  top: -15px;
  right: 0;
}

.shopDetailAcademyBox01TitleWrapper {
  padding-right: 330px;
  position: relative;
}

.shopDetailAcademyBox02 {
  border: solid 1px #28883A;
  padding: 40px 45px 35px;
  margin-top: 30px;
  font-size: 0.9em;
  line-height: 1.6em;
}

.shopDetailAcademyBox02TitleWrapper {
  padding-left: 30px;
  margin-bottom: 35px;
  position: relative;
}
.shopDetailAcademyBox02TitleWrapper:before, .shopDetailAcademyBox02TitleWrapper:after {
  content: "";
  width: 2px;
  height: 90%;
  background: #28883A;
  display: block;
  position: absolute;
  top: 4%;
}
.shopDetailAcademyBox02TitleWrapper:before {
  left: 0;
}
.shopDetailAcademyBox02TitleWrapper:after {
  left: 5px;
}

.shopDetailAcademyBox02Title {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 3px;
}

.shopDetailAcademyBox02Section {
  margin-top: 20px;
}

.shopDetailAcademyBox03 {
  max-width: 865px;
  margin: 60px auto 0;
}
.shopDetailAcademyBox03 .btnLink01 {
  width: 335px;
  margin-top: 60px;
}

.shopDetailAcademyBox03SpNote {
  display: none;
}

.shopDetailAcademyBox03table table {
  width: 100%;
  background: #FFF;
  border-top: solid 1px #28883A;
  border-bottom: solid 1px #28883A;
  font-size: 14px;
  line-height: 18px;
}
.shopDetailAcademyBox03table table.shopDetailAcademyBox03table01 .cell03 {
  width: 100px;
}
.shopDetailAcademyBox03table table.shopDetailAcademyBox03table01 .cell04 {
  width: 110px;
}
.shopDetailAcademyBox03table table.shopDetailAcademyBox03table01 .cell05 {
  width: 80px;
}
.shopDetailAcademyBox03table table.shopDetailAcademyBox03table02 .cell02 {
  width: 85px;
}
.shopDetailAcademyBox03table table th {
  background: #DFEDE1;
  color: #28883A;
  text-align: center;
  padding: 10px 10px 9px;
}
.shopDetailAcademyBox03table table td {
  border-top: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  padding: 10px 10px 9px;
}
.shopDetailAcademyBox03table table td:last-child {
  border-right: none;
}
.shopDetailAcademyBox03table table .bgGray {
  background: #F5F5F5;
}
.shopDetailAcademyBox03table table .borderR {
  border-right: solid 1px #D9D9D9 !important;
}

.shopDetailAcademyBox03Note {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #999;
  margin-top: 20px;
}
.shopDetailAcademyBox03Note p {
  margin-top: 15px;
}
.shopDetailAcademyBox03Note p:first-child {
  margin-top: 0;
}

.shopDetailInformationWrapper {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  font-size: 0.95em;
  line-height: 1.8em;
}
.shopDetailInformationWrapper a {
  color: #333;
  text-decoration: none;
}
.shopDetailInformationWrapper a:hover .shopDetailInformationBoxTitle {
  text-decoration: underline;
}

.shopDetailInformationBox {
  width: 100%;
  display: table;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  padding: 30px 0;
}

.shopDetailInformationBoxImage {
  width: 400px;
  display: table-cell;
  vertical-align: top;
}
.shopDetailInformationBoxImage img {
  width: 100%;
  height: auto;
}

.shopDetailInformationBoxContents {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}

.shopDetailInformationBoxTag {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.shopDetailInformationBoxTag li {
  display: inline-block;
  vertical-align: top;
  background: #28883A;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 0 5px 5px 0;
}
.shopDetailInformationBoxTag a {
  display: block;
  background: #28883A;
  padding: 7px 40px 6px;
  color: #FFF;
  text-decoration: none;
}
.shopDetailInformationBoxTag a:hover {
  color: #F5A031;
}

.shopDetailInformationBoxTitle {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A !important;
  margin-bottom: 10px;
}
.shopDetailInformationBoxTitle a {
  color: #28883A;
  text-decoration: none;
}
.shopDetailInformationBoxTitle a:hover {
  color: #F5A031;
  text-decoration: underline;
}

.shopDetailInformationBoxDate {
  color: #999;
  margin-bottom: 10px;
}

.shopDetailInformationBoxText {
  font-size: 0.95em;
  line-height: 1.6em;
}

.shopDetailFacilityBox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 -0.5%;
}
.shopDetailFacilityBox li {
  width: 32.8%;
  flex-basis: 32.8%;
  margin: 5px 0 0 0.5%;
  background: rgba(40, 136, 58, 0.3);
  font-size: 0.95em;
  line-height: 1.2em;
  font-weight: bold;
  color: #28883A;
  text-align: center;
}

.shopDetailFacilityBoxInner {
  width: 100%;
  height: 100%;
  display: table;
}

.shopDetailFacilityBoxText {
  width: 100%;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  padding: 3px 5px 0;
}

.shopDetailDistributorBox {
  border: solid 1px #28883A;
  padding: 40px 45px 35px;
}
.shopDetailDistributorBox p {
  margin-top: 15px;
}
.shopDetailDistributorBox p:first-child {
  margin-top: 0;
}

.shopDetailBannerArea ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin: -12px 0 0 -12px;
  text-align: center;
}
.shopDetailBannerArea li {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .shopDetailBox01Contents {
    padding-right: 30px;
  }
  .shopDetailBox01Map {
    width: 50%;
  }
  .shopDetailAcademyBox01 .btnLink01 {
    width: 280px;
  }
  .shopDetailAcademyBox01TitleWrapper {
    padding-right: 300px;
  }
  .shopDetailAcademyBox01TitleWrapper .subTitle06 {
    font-size: 1.4em;
  }
  .shopDetailAcademyBox02 {
    padding: 30px 30px 25px;
  }
  .shopDetailAcademyBox02TitleWrapper {
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .shopDetailAcademyBox02Title {
    font-size: 1.4em;
  }
  .shopDetailAcademyBox03 {
    margin: 40px auto 0;
  }
  .shopDetailAcademyBox03 .btnLink01 {
    margin-top: 40px;
  }
  .shopDetailAcademyBox03table table {
    font-size: 13px;
    line-height: 18px;
  }
  .shopDetailAcademyBox03table table.shopDetailAcademyBox03table01 .cell03 {
    width: 85px;
  }
  .shopDetailAcademyBox03table table.shopDetailAcademyBox03table01 .cell04 {
    width: 100px;
  }
  .shopDetailAcademyBox03table table.shopDetailAcademyBox03table01 .cell05 {
    width: 65px;
  }
  .shopDetailAcademyBox03table table.shopDetailAcademyBox03table02 .cell02 {
    width: 75px;
  }
  .shopDetailInformationWrapper {
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .shopDetailInformationBoxImage {
    width: 300px;
  }
  .shopDetailInformationBoxTag {
    margin-bottom: 10px;
  }
  .shopDetailInformationBoxTag li {
    font-size: 12px;
    line-height: 12px;
  }
  .shopDetailInformationBoxTag a {
    padding: 5px 15px 4px;
  }
  .shopDetailInformationBoxTitle {
    font-size: 1.25em;
    margin-bottom: 8px;
  }
  .shopDetailInformationBoxDate {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 8px;
  }
  .shopDetailInformationBoxText {
    font-size: 0.95em;
    line-height: 1.7em;
  }
  .shopDetailFacilityBox li {
    font-size: 0.95em;
  }
  .shopDetailDistributorBox {
    padding: 30px 30px 25px;
    font-size: 0.95em;
    line-height: 1.8em;
  }
  .shopDetailBannerArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px 0 0 -1%;
  }
  .shopDetailBannerArea li {
    width: 15.6%;
    flex-basis: 15.6%;
    margin: 10px 0 0 1%;
  }
  .shopDetailBannerArea li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .shopDetailBox01 {
    width: auto;
    display: block;
  }
  .shopDetailBox01Contents {
    display: block;
    padding-right: 0;
  }
  .shopDetailBox01Contents .subTitle04 {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  .shopDetailBox01Contents .subTitle05 {
    margin-bottom: 10px;
  }
  .shopDetailBox01Map {
    width: auto;
    display: block;
    margin-top: 20px;
  }
  .googleMapWrapper {
    height: 0;
    padding: 30px 0 56.25%;
    position: relative;
    overflow: hidden;
  }
  .googleMapWrapper iframe,
  .googleMapWrapper object,
  .googleMapWrapper embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .shopDetailBoxNote {
    font-size: 0.9em;
    margin-bottom: 5px;
  }
  .shopDetailTagWrapper li {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    margin: 3px 3px 0 0;
  }
  .shopDetailInfoWrapper {
    margin-top: 20px;
  }
  .shopDetailInfoWrapper p {
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .shopDetailNoFlyer {
    font-size: 1.1em;
    padding: 10px 0;
  }
  .shopDetailFlyerWrapper {
    display: block;
    margin: 0;
  }
  .shopDetailFlyerBox {
    width: 100%;
    display: table;
    border-top: solid 1px #D9D9D9;
    padding-top: 15px;
    margin: 15px 0 0 0;
  }
  .shopDetailFlyerBox:first-child {
    border-top: none;
    padding-top: 0;
    margin: 0;
  }
  .shopDetailFlyerBoxImage {
    width: 115px;
    display: table-cell;
    vertical-align: top;
    padding: 2px;
  }
  .shopDetailFlyerBoxText {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: 0;
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .shopDetailAcademyBox01 .btnLink01 {
    width: auto;
    margin: 15px 0 0;
    position: static;
  }
  .shopDetailAcademyBox01TitleWrapper {
    padding-right: 0;
  }
  .shopDetailAcademyBox01TitleWrapper .subTitle06 {
    font-size: 1.1em;
    text-align: center;
  }
  .shopDetailAcademyBox02 {
    padding: 15px;
    margin-top: 20px;
  }
  .shopDetailAcademyBox02TitleWrapper {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .shopDetailAcademyBox02TitleWrapper:before, .shopDetailAcademyBox02TitleWrapper:after {
    display: none;
  }
  .shopDetailAcademyBox02Title {
    font-size: 1.1em;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }
  .shopDetailAcademyBox02Title:before, .shopDetailAcademyBox02Title:after {
    content: "";
    width: 2px;
    height: 90%;
    background: #28883A;
    display: block;
    position: absolute;
    top: 4%;
  }
  .shopDetailAcademyBox02Title:before {
    left: 0;
  }
  .shopDetailAcademyBox02Title:after {
    left: 5px;
  }
  .shopDetailAcademyBox02Section {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-top: 15px;
  }
  .shopDetailAcademyBox02Section .subTitle11 {
    font-size: 1.1em;
  }
  .shopDetailAcademyBox03 {
    margin: 30px auto 0;
  }
  .shopDetailAcademyBox03 .subTitle07 {
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
  }
  .shopDetailAcademyBox03 .btnLink01 {
    width: auto;
    margin-top: 25px;
  }
  .shopDetailAcademyBox03SpNote {
    display: block;
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
  }
  .shopDetailAcademyBox03table table {
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: relative;
  }
  .shopDetailAcademyBox03table table tbody {
    width: auto;
    display: block;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .shopDetailInformationBox {
    width: auto;
    display: block;
    padding: 30px 0;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .shopDetailInformationBox:after {
    content: "";
    display: block;
    clear: both;
  }
  .shopDetailInformationBoxImage {
    width: auto;
    display: block;
    margin-bottom: 15px;
  }
  .shopDetailInformationBoxContents {
    display: block;
    padding-left: 0;
  }
  .shopDetailInformationBoxTag {
    margin-bottom: 8px;
  }
  .shopDetailInformationBoxTag li {
    font-size: 12px;
    line-height: 12px;
    margin: 0 3px 3px 0;
  }
  .shopDetailInformationBoxTag a {
    padding: 5px 8px 4px;
  }
  .shopDetailInformationBoxTitle {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 8px;
  }
  .shopDetailInformationBoxDate {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  .shopDetailInformationBoxText {
    font-size: 1em;
    line-height: 1.8em;
  }
  .shopDetailFacilityBox ul {
    display: block;
    margin: 0;
  }
  .shopDetailFacilityBox li {
    width: auto;
    margin: 5px 0 0;
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .shopDetailFacilityBox li:first-child {
    margin: 0;
  }
  .shopDetailFacilityBoxInner {
    width: auto;
    height: auto;
    display: block;
  }
  .shopDetailFacilityBoxText {
    width: auto;
    height: auto;
    display: block;
    padding: 12px 10px;
  }
  .shopDetailDistributorBox {
    padding: 15px;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .shopDetailBannerArea ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -2%;
  }
  .shopDetailBannerArea li {
    width: 48%;
    flex-basis: 48%;
    margin: 10px 0 0 2%;
  }
  .shopDetailBannerArea li img {
    width: 100%;
    height: auto;
  }
}
.ft3came-movie {
  margin-bottom: 90px;
}
@media (max-width: 1120px) {
  .ft3came-movie {
    margin-bottom: 40px;
  }
}

.ft3came-movie__hd {
  text-transform: uppercase;
  color: #28883a;
  font-size: 2.3em;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 1120px) {
  .ft3came-movie__hd {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}

.ft3came-movie__iframe {
  text-align: center;
}
@media (max-width: 1120px) {
  .ft3came-movie__iframe iframe {
    max-width: 100%;
  }
}

.cw_subzeroBox01 {
  width: 100%;
  display: table;
  background: #222;
}

.cw_subzeroBox01Image {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}

.cw_subzeroBox01Image img {
  width: 100%;
  height: auto;
}

.cw_subzeroBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding: 60px;
}

.cw_subzeroBox01Text h2 {
  color: #FFF;
}

.cw_subzeroBox01Text p {
  margin-bottom: 20px;
  color: #FFF;
}

.cw_subzeroBox01Text p:last-child {
  margin-bottom: 0;
}

.subTitle03__cw_subzero:after {
  content: "";
  background: #FFF;
}

.cw_subzeroPointBox {
  background: #FFF;
  margin: 20px auto 0;
  padding: 40px 45px;
  background: #DFEDE1;
  max-width: 1120px;
}

.cw_subzeroPointBox__red {
  background: rgba(222, 71, 71, 0.1);
  margin-bottom: 5em;
}

.cw_subzeroPointBoxTitleWrapper {
  width: 100%;
  height: 90px;
  display: table;
  border: solid 1px #28883A;
}

.cw_subzeroPointBoxTitleWrapper__red {
  border: solid 1px #DE4747;
}

.cw_subzeroPointBoxTitleNum {
  width: 300px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #FFF;
  padding-top: 5px;
}

.cw_subzeroPointBoxTitleNum__red {
  background: #DE4747;
}

.cw_subzeroPointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  background: #FFF;
}

.cw_subzeroPointBoxTitle__red {
  color: #DE4747;
}

.cw_subzeroPointBoxContents {
  padding-top: 50px;
}

.cw_subzeroPoint01Box01 {
  width: 100%;
  display: table;
}

.cw_subzeroPoint01Box01Image {
  width: 225px;
  display: table-cell;
  vertical-align: top;
}

.cw_subzeroPoint01Box01Image img {
  width: 100%;
  height: auto;
}

.cw_subzeroPoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}

.cw_subzeroPoint01Box01Text__red p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.MovieBox {
  margin: 0 auto 5em;
  width: 600px;
}

.MovieBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.MovieBox__item li {
  padding: 0.5em;
}

.cw_subzero_youtube {
  position: relative;
  height: 0;
  padding: 0 0 56.2%;
  overflow: hidden;
}

.cw_subzero_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BnrBox {
  margin: 0 auto;
  width: 1000px !important;
}

.BnrBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.BnrBox__item li {
  width: 33.3% !important;
  padding: 0.5em;
}

.BnrBox__item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cw_subzeroBox01 {
    width: auto;
    display: block;
  }
  .cw_subzeroBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .cw_subzeroBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .cw_subzeroPointBox {
    margin-top: 15px;
    padding: 15px;
    width: 90%;
  }
  .cw_subzeroPointBoxTitleWrapper {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
  }
  .cw_subzeroPointBoxTitleNum {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
  }
  .cw_subzeroPointBoxTitle {
    width: auto;
    display: block;
    padding: 10px 5px;
    font-size: 0.95em;
  }
  .cw_subzeroPointBoxContents {
    font-size: 0.9em;
    line-height: 1.8em;
    padding-top: 15px;
  }
  .cw_subzeroPoint01Box01Image {
    width: 100%;
    float: left;
    margin: 0 10px 5px 0;
  }
  .cw_subzeroPoint01Box01Text {
    display: block;
    padding-left: 0;
  }
  .youtube {
    width: 100%;
    height: auto;
  }
  .MovieBox {
    width: 90%;
  }
  .BnrBox {
    margin: 0 auto;
    width: 90% !important;
  }
  .BnrBox__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .BnrBox__item li {
    width: 100% !important;
    padding: 0 0 1em;
  }
  .BnrBox__item img {
    width: 100%;
  }
}
.btn__callaway_select {
  position: relative;
  display: inline-block;
  padding: 0.9em 4em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn__callaway_select {
    width: 100%;
  }
}

.btn__callaway_select::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all 0.3s;
}

.btn__callaway_select:hover {
  background-color: #000;
  color: #fff;
}

.cw_subzeroTextBox {
  background: #FFF;
  margin: 0 auto;
  padding: 0px 45px 20px;
  max-width: 1120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cw_subzeroTextBox {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .cw_subzeroBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .cw_subzeroBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .cw_subzeroPointBox {
    width: 95%;
  }
  .MovieBox {
    width: 95%;
  }
}
.tm_selectfitBox01 {
  width: 100%;
  display: table;
  background: #222;
}

.tm_selectfitBox01Image {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}

.tm_selectfitBox01Image img {
  width: 100%;
  height: auto;
}

.tm_selectfitBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding: 60px;
}

.tm_selectfitBox01Text h2 {
  color: #FFF;
}

.tm_selectfitBox01Text p {
  margin-bottom: 20px;
  color: #FFF;
}

.tm_selectfitBox01Text p:last-child {
  margin-bottom: 0;
}

.subTitle03__tm_selectfit:after {
  content: "";
  background: #FFF;
}

.tm_selectfitTextBox {
  background: #FFF;
  margin: 20px auto 40px;
  padding: 40px 45px;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tm_selectfitTextBox {
    margin-top: 15px;
    padding: 15px;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .tm_selectfitTextBox p {
    text-align: left;
  }
}
.tm_selectfitTextBox ul.tm_selectfitStore {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tm_selectfitTextBox ul.tm_selectfitStore li {
  width: 45%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tm_selectfitTextBox ul.tm_selectfitStore li {
    width: 100%;
    margin: 0 auto;
  }
}
.tm_selectfitTextBox ul.tm_selectfitStore li:nth-child(1) {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .tm_selectfitTextBox ul.tm_selectfitStore {
    flex-direction: column;
  }
}
.tm_selectfitTextBox ul.tm_selectfitPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #5C5D5E;
}
.tm_selectfitTextBox ul.tm_selectfitPoint img {
  border: 1px solid #C2C3C3;
}
.tm_selectfitTextBox ul.tm_selectfitPoint li {
  width: 33.3%;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .tm_selectfitTextBox ul.tm_selectfitPoint li {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .tm_selectfitTextBox ul.tm_selectfitPoint {
    flex-direction: column;
  }
}

.tm_selectfitPointBox {
  background: #FFF;
  margin: 20px auto 0;
  padding: 40px 45px;
  background: #DFEDE1;
  max-width: 900px;
}
.tm_selectfitPointBox ul.tm_selectfitItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tm_selectfitPointBox ul.tm_selectfitItem li {
  margin-top: 1em;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .tm_selectfitPointBox ul.tm_selectfitItem li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tm_selectfitPointBox ul.tm_selectfitItem {
    flex-direction: column;
  }
}

.tm_selectfitPointBox__red {
  background: rgba(222, 71, 71, 0.1);
  margin-bottom: 5em;
}

.tm_selectfitPointBoxTitleWrapper {
  width: 100%;
  height: 90px;
  display: table;
  border: solid 1px #28883A;
}

.tm_selectfitPointBoxTitleWrapper__red {
  border: solid 1px #DE4747;
}

.tm_selectfitPointBoxTitleNum {
  width: 100px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #FFF;
  padding-top: 5px;
}

.tm_selectfitPointBoxTitleNum__red {
  background: #DE4747;
}

.tm_selectfitPointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  background: #FFF;
}

.tm_selectfitPointBoxTitle__red {
  color: #DE4747;
}

.tm_selectfitPointBoxContents {
  padding-top: 20px;
}
.tm_selectfitPointBoxContents h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .tm_selectfitPointBoxContents h3 {
    font-size: 1em;
  }
}

.tm_selectfitPoint01Box01 {
  width: 100%;
  display: table;
}

.tm_selectfitPoint01Box01Image {
  width: 225px;
  display: table-cell;
  vertical-align: top;
}

.tm_selectfitPoint01Box01Image img {
  width: 100%;
  height: auto;
}

.tm_selectfitPoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
}

.tm_selectfitPoint01Box01Text__red p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.MovieBox {
  margin: 0 auto 5em;
  width: 600px;
}

.MovieBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.MovieBox__item li {
  padding: 0.5em;
}

.tm_selectfit_youtube {
  position: relative;
  height: 0;
  padding: 0 0 56.2%;
  overflow: hidden;
}

.tm_selectfit_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BnrBox {
  margin: 0 auto;
  width: 1000px !important;
}

.BnrBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.BnrBox__item li {
  width: 33.3% !important;
  padding: 0.5em;
}

.BnrBox__item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tm_selectfitBox01 {
    width: auto;
    display: block;
  }
  .tm_selectfitBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .tm_selectfitBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .tm_selectfitPointBox {
    margin-top: 15px;
    padding: 15px;
    width: 90%;
  }
  .tm_selectfitPointBoxTitleWrapper {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
  }
  .tm_selectfitPointBoxTitleNum {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
  }
  .tm_selectfitPointBoxTitle {
    width: auto;
    display: block;
    padding: 10px 5px;
    font-size: 0.95em;
  }
  .tm_selectfitPointBoxContents {
    font-size: 0.9em;
    line-height: 1.8em;
    padding-top: 15px;
  }
  .tm_selectfitPoint01Box01Image {
    width: 100%;
    float: left;
    margin: 0 10px 5px 0;
  }
  .tm_selectfitPoint01Box01Text {
    display: block;
    padding-left: 0;
  }
  .youtube {
    width: 100%;
    height: auto;
  }
  .MovieBox {
    width: 90%;
  }
  .BnrBox {
    margin: 0 auto;
    width: 90% !important;
  }
  .BnrBox__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .BnrBox__item li {
    width: 100% !important;
    padding: 0 0 1em;
  }
  .BnrBox__item img {
    width: 100%;
  }
}
.btn__taylormade_select {
  position: relative;
  display: inline-block;
  padding: 0.9em 4em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn__taylormade_select {
    width: 100%;
  }
}

.btn__taylormade_select::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all 0.3s;
}

.btn__taylormade_select:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .tm_selectfitBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .tm_selectfitBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .tm_selectfitPointBox {
    width: 95%;
  }
  .MovieBox {
    width: 95%;
  }
}
.pageTitle .pageTitleText--titleist_select {
  line-height: 1.2em;
}

.pageTitle .pageTitleText--titleist_select span {
  font-size: 0.44em;
}

.titleist_selectBox01Image {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}

.titleist_selectBox01Image img {
  width: 100%;
  height: auto;
}

.titleist_selectBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding: 60px;
}

.titleist_selectPointBox {
  background: #FFF;
  margin: 20px auto 0;
  padding: 40px 45px;
  background: #DFEDE1;
  max-width: 1120px;
}

.titleist_selectPointBox__red {
  background: rgba(222, 71, 71, 0.1);
  margin-bottom: 5em;
}

.titleist_selectPointBoxTitleWrapper {
  width: 100%;
  height: 90px;
  display: table;
  border: solid 1px #28883A;
}

.titleist_selectPointBoxTitleWrapper__red {
  border: solid 1px #DE4747;
}

.titleist_selectPointBoxTitleNum {
  width: 300px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #FFF;
  padding-top: 5px;
}

.titleist_selectPointBoxTitleNum__red {
  background: #DE4747;
}

.titleist_selectPointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  background: #FFF;
}

.titleist_selectPointBoxTitle__red {
  color: #DE4747;
}

.titleist_selectPointBoxContents {
  padding-top: 50px;
}

.titleist_selectPoint01Box01 {
  width: 100%;
  display: table;
}

.titleist_selectPoint01Box01Image {
  width: 225px;
  display: table-cell;
  vertical-align: top;
}

.titleist_selectPoint01Box01Image img {
  width: 100%;
  height: auto;
}

.titleist_selectPoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}

.titleist_selectPoint01Box01Text__red p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.MovieBox {
  margin: 0 auto 5em;
  width: 600px;
}

.MovieBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.MovieBox__item li {
  padding: 0.5em;
}

.titleist_select_youtube {
  position: relative;
  height: 0;
  padding: 0 0 56.2%;
  overflow: hidden;
}

.titleist_select_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BnrBox {
  margin: 0 auto;
  width: 800px;
}

.BnrBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.BnrBox__item li {
  width: 50%;
  padding: 0.5em;
}

.BnrBox__item img {
  width: 100%;
}

.btn__titleist_select {
  position: relative;
  display: inline-block;
  padding: 0.9em 4em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.btn__titleist_select::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all 0.3s;
}

.btn__titleist_select:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .pageTitle .pageTitleText--titleist_select span {
    font-size: 0.24em;
  }
  .titleist_selectBox01 {
    width: auto;
    display: block;
  }
  .titleist_selectBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .titleist_selectBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .titleist_selectPointBox {
    margin-top: 15px;
    padding: 15px;
    width: 90%;
  }
  .titleist_selectPointBoxTitleWrapper {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
  }
  .titleist_selectPointBoxTitleNum {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
  }
  .titleist_selectPointBoxTitle {
    width: auto;
    display: block;
    padding: 10px 5px;
    font-size: 0.95em;
  }
  .titleist_selectPointBoxContents {
    font-size: 0.9em;
    line-height: 1.8em;
    padding-top: 15px;
  }
  .titleist_selectPoint01Box01Image {
    width: 100%;
    float: left;
    margin: 0 10px 5px 0;
  }
  .titleist_selectPoint01Box01Text {
    display: block;
    padding-left: 0;
  }
  .youtube {
    width: 100%;
    height: auto;
  }
  .MovieBox {
    width: 90%;
  }
  .BnrBox {
    margin: 0 auto;
    width: 90%;
  }
  .BnrBox__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .BnrBox__item li {
    width: 100%;
    padding: 0 0 1em 0;
  }
  .BnrBox__item img {
    width: 100%;
  }
  .btn__titleist_select {
    width: 100%;
  }
}
.pageTitle .pageTitleText--titleist_select span {
  font-size: 0.38em;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .titleist_selectBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .titleist_selectBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .titleist_selectPointBox {
    width: 95%;
  }
  .MovieBox {
    width: 95%;
  }
}
.pageTitle .pageTitleText--golfball {
  line-height: 1.2em;
}

.pageTitle .pageTitleText--golfball span {
  font-size: 0.44em;
}

.golfballBox01Image {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}

.golfballBox01Image img {
  width: 100%;
  height: auto;
}

.golfballBox01Text {
  display: table-cell;
  vertical-align: middle;
  padding: 60px;
}

.golfballTextBox {
  background: #FFF;
  margin: 20px auto 0;
  padding: 40px 45px;
  max-width: 1120px;
  text-align: center;
}

.golfballPointBox {
  background: #FFF;
  margin: 20px auto 0;
  padding: 40px 45px;
  background: #DFEDE1;
  max-width: 1120px;
}

.golfballPointBox__red {
  background: rgba(222, 71, 71, 0.1);
  margin-bottom: 5em;
}

.golfballPointBoxTitleWrapper {
  width: 100%;
  height: 90px;
  display: table;
  border: solid 1px #28883A;
}

.golfballPointBoxTitleWrapper__red {
  border: solid 1px #DE4747;
}

.golfballPointBoxTitleNum {
  width: 180px;
  display: table-cell;
  background: #28883A;
  vertical-align: middle;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #FFF;
  padding-top: 5px;
}

.golfballPointBoxTitleNum__red {
  background: #DE4747;
}

.golfballPointBoxTitle {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  color: #28883A;
  background: #FFF;
}

.golfballPointBoxTitle__red {
  color: #DE4747;
}

.golfballPointBoxContents {
  padding-top: 10px;
}

.golfballPoint01Box01 {
  width: 100%;
  display: table;
}

.golfballPoint01Box01Image {
  width: 225px;
  display: table-cell;
  vertical-align: top;
}

.golfballPoint01Box01Image img {
  width: 100%;
  height: auto;
}

.golfballPoint01Box01Text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}

.golfballPoint01Box01Text__red p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.MovieBox {
  margin: 0 auto 5em;
  width: 600px;
}

.MovieBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.MovieBox__item li {
  padding: 0.5em;
}

.golfball_youtube {
  position: relative;
  height: 0;
  padding: 0 0 56.2%;
  overflow: hidden;
}

.golfball_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BnrBox {
  margin: 0 auto;
  width: 800px;
}

.BnrBox__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.BnrBox__item li {
  width: 50%;
  padding: 0.5em;
}

.BnrBox__item img {
  width: 100%;
}

.menu__item--golfball {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

.menu__item--golfball__link {
  color: #FFF;
  display: block;
  line-height: 60px;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.menu__item--golfball__link:after {
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60px;
  color: #28883A;
  transform: translate(0, -50%);
}

.menu__item--golfball__link.on:after {
  content: "\f068";
}

.submenu {
  background: #FFF;
  display: none;
}

.submenu__item--golfball {
  border-bottom: 1px solid #28883A;
  color: #222;
  padding: 1rem;
}

@media only screen and (max-width: 767px) {
  .pageTitle .pageTitleText--golfball span {
    font-size: 0.24em;
  }
  .golfballBox01 {
    width: auto;
    display: block;
  }
  .golfballBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .golfballBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .golfballTextBox {
    margin-top: 15px;
    padding: 15px;
    width: 95%;
  }
  .golfballTextBox p {
    text-align: left;
  }
  .golfballPointBox {
    margin-top: 15px;
    padding: 15px;
    width: 90%;
  }
  .golfballPointBoxTitleWrapper {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
  }
  .golfballPointBoxTitleNum {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
  }
  .golfballPointBoxTitle {
    width: auto;
    display: block;
    padding: 10px 5px;
    font-size: 0.95em;
  }
  .golfballPointBoxContents {
    font-size: 0.9em;
    line-height: 1.8em;
    padding-top: 15px;
  }
  .golfballPoint01Box01Image {
    width: 100%;
    float: left;
    margin: 0 10px 5px 0;
  }
  .golfballPoint01Box01Text {
    display: block;
    padding-left: 0;
  }
  .BnrBox {
    margin: 0 auto;
    width: 90%;
  }
  .BnrBox__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .BnrBox__item li {
    width: 100%;
    padding: 0 0 1em 0;
  }
  .BnrBox__item img {
    width: 100%;
  }
  .menu__item--golfball__link:after {
    line-height: 30px;
    top: 50%;
    width: 30px;
    transform: translate(0, 0);
  }
}
.pageTitle .pageTitleText--golfball span {
  font-size: 0.38em;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .golfballBox01Image {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .golfballBox01Text {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1em;
  }
  .golfballPointBox {
    width: 95%;
  }
  .MovieBox {
    width: 95%;
  }
}

/*# sourceMappingURL=style.css.map */
