@charset "UTF-8";
/*! 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.
 */
@import "../icomoon/style.css";
@import "https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css";
@import "https://use.fontawesome.com/releases/v5.0.13/css/all.css";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import "hover-min.css";
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 1em;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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: 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;
}

/**************************************************
  mixins
***************************************************/
/*
/* Custom easing functions.
/* http://easings.net/ja
/* http://webdesign-dackel.com/2015/04/04/sass-easing-variables/
*/
/**************************************************
 constants 定数やフォントを定義
***************************************************/
/* Viewport */
/* BreakPoint */
/* font mixins */
/**************************************************
  helpers
***************************************************/
.-disp-ib {
  display: inline-block !important;
}

._disp-ib {
  display: inline-block !important;
}

@media screen and (min-width: 961px) {
  ._disp-tb {
    display: none !important;
  }
  ._hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  ._disp-pc {
    display: none !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  ._hide-tb {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  ._disp-sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  ._disp-tb {
    display: none !important;
  }
  ._hide-sp {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

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

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

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

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************
 components
***************************************************/
/**************************************************
 components - title
***************************************************/
/* 基本タイトル */
.basic-title {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 150%;
}
.basic-title.-style1 {
  padding-bottom: 8px;
  border-bottom: 1px dashed #ffa100;
}
.basic-title.-style2 {
  padding-left: 20px;
  border-left: 4px solid #ffa100;
}
.basic-title.-style3 {
  position: relative;
  padding-left: 120px;
}
.basic-title.-style3::after {
  position: absolute;
  top: 1.1em;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
  content: "";
}
.basic-title.-center {
  text-align: center;
}
.basic-title.-paint {
  color: #ffa100;
}
.basic-title.-small {
  font-size: 112.5%;
}
.basic-title.-medium, .basic-title.basic-btn.-style1 {
  font-size: 125%;
}
.basic-title.-large {
  font-size: 200%;
}
@media screen and (max-width: 960px) {
  .basic-title {
    font-size: 125%;
  }
  .basic-title.-medium, .basic-title.basic-btn.-style1, .basic-title.-large {
    font-size: 150%;
  }
  .basic-title.-style3 {
    padding-left: 70px;
  }
  .basic-title.-style3::after {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .basic-title {
    font-size: 112.5%;
  }
  .basic-title.-medium, .basic-title.basic-btn.-style1, .basic-title.-large {
    font-size: 125%;
  }
  .basic-title.-style3 {
    padding-left: 32px;
  }
  .basic-title.-style3::after {
    width: 24px;
  }
}

/* ページタイトル */
.page-title {
  font-size: 187.5%;
  text-align: center;
  margin: 0;
  padding: 0.67em 10px;
}
.page-title .main, .page-title .sub {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-title .main {
  padding-top: 10px;
}
.page-title .sub {
  color: #999;
  font-size: 66.6666666667%;
}
.page-title .main + .sub::before {
  content: "/";
  color: #000;
  font-size: 187.5%;
  margin: 0 0.5em;
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 130%;
  }
}

/* セクションタイトル */
.section-title {
  font-size: 187.5%;
  margin: 40px 0;
  text-align: center;
}
.section-title .main, .section-title .sub {
  display: block;
}
.section-title .main {
  font-weight: normal;
  letter-spacing: 3px;
}
.section-title .main em {
  font-style: normal;
  font-weight: 900;
}
.section-title .sub {
  font-size: 53.3333333333%;
}
.section-title > .inner {
  display: inline-block;
}
.section-title > .inner .sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.section-title > .inner .sub-box span {
  vertical-align: middle;
  display: inline-block;
}
.section-title > .inner .sub-box::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
}
.section-title > .inner .sub-box::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .section-title > .inner .sub-box::before, .section-title > .inner .sub-box::after {
    width: 38px;
  }
}
.section-title.-mt0 {
  margin-top: 0;
}
.section-title.-border {
  color: #E4007F;
  text-align: left;
  letter-spacing: 1px;
  padding-bottom: 3px;
  border-bottom: solid 1px #E4007F;
}
.section-title.-border::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 3px #E4007F;
  margin-bottom: 3px;
  margin-top: 10px;
}
.section-title.-borderA {
  text-align: left;
  letter-spacing: 1px;
  padding-bottom: 20px;
  background: url("../../img2/common/border-a.png") repeat-x bottom;
}
.section-title.-check {
  color: #E4007F;
  text-align: left;
  letter-spacing: 2px;
  position: relative;
  padding-left: 1.8em;
  line-height: 1.2;
}
.section-title.-check::before {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f00c";
  border: dashed 1px #E4007F;
  margin-right: 0.7em;
  padding: 3px;
}
.section-title.-star {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 900;
}
.section-title.-star::before, .section-title.-star::after {
  font-size: 2.2em;
  color: #FBC935;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .section-title {
    font-size: 120%;
  }
}

/* リボンタイトル */
.ribon-title {
  color: #66442A;
  font-size: 137.5%;
  text-align: center;
}
.ribon-title span {
  background: url(../../images/ribon_bg.png) repeat-x left bottom;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
}
.ribon-title span::before {
  content: "";
  display: inline-block;
  background: url(../../images/ribon_lf.png) no-repeat left 4px;
  width: 55px;
  height: 65px;
  vertical-align: middle;
  padding-right: 0.8em;
}
.ribon-title span::after {
  content: "";
  display: inline-block;
  background: url(../../images/ribon_rg.png) no-repeat right 4px;
  width: 55px;
  height: 65px;
  vertical-align: middle;
  padding-left: 0.8em;
}
@media screen and (max-width: 480px) {
  .ribon-title {
    font-size: 100%;
  }
  .ribon-title span::before {
    padding-right: 0;
  }
  .ribon-title span::after {
    padding-left: 0;
  }
}

/* Flagタイトル */
.flag-title {
  background: url("../../img2/common/bg-flag.png") no-repeat;
  width: 276px;
  height: 126px;
  position: relative;
  font-size: 150%;
  font-weight: normal;
  margin: auto;
}
.flag-title > .text {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  text-align: center;
  position: absolute;
  display: block;
  top: 0.8em;
  left: 5px;
  right: 0;
  margin: auto;
  letter-spacing: 2px;
}

/**************************************************
 components - btn
***************************************************/
.basic-btn {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 0.8em 3em 0.8em;
  min-width: 15em;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #ffa100;
  -webkit-box-shadow: 0px 4px #996100;
          box-shadow: 0px 4px #996100;
  margin-bottom: 4px;
  color: #fff;
  border-radius: 1.6em;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .basic-btn {
    font-size: 100%;
  }
}
.basic-btn.-noclick {
  cursor: default;
}
.basic-btn.-iconUp::after, .basic-btn.-iconRight::after, .basic-btn.-style2::after, .basic-btn.-style1::after, .basic-btn.-iconDown::after, .basic-btn.-iconLeft::after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  left: auto;
}
.basic-btn.-iconUp::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}
.basic-btn.-iconRight::after, .basic-btn.-style2::after, .basic-btn.-style1::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
}
.basic-btn.-iconDown::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
}
.basic-btn.-iconLeft::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.basic-btn.-left::after, .basic-btn.-style2::after {
  right: auto;
  left: 1em;
}
.basic-btn.-gray {
  background-color: #999;
  color: #fff;
  -webkit-box-shadow: 0px 4px #666666;
          box-shadow: 0px 4px #666666;
}
.basic-btn.-black {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0px 4px #333333;
          box-shadow: 0px 4px #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.basic-btn.-orange {
  background-color: #ffa100;
  color: #fff;
  -webkit-box-shadow: 0px 4px #996100;
          box-shadow: 0px 4px #996100;
}
.basic-btn.-ghost {
  background-color: transparent;
}
.basic-btn.-bdr1, .basic-btn.-style2 {
  border-width: 1px;
}
.basic-btn.-bdr2 {
  border-width: 2px;
}
.basic-btn.-bdr4 {
  border-width: 4px;
}
.basic-btn.-small {
  font-size: 87.5%;
}
.basic-btn.-medium, .basic-btn.-style1 {
  font-size: 112.5%;
}
.basic-btn.-large {
  font-size: 150%;
}
.basic-btn.-slim {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.basic-btn.-heavy {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .basic-btn.-small {
    font-size: 100%;
  }
  .basic-btn.-medium, .basic-btn.-style1 {
    font-size: 100%;
  }
  .basic-btn.-slim {
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .basic-btn {
    padding: 0.8em 3em;
    min-width: 12em;
  }
}

.btn-container {
  margin: 10px auto;
  text-align: center;
}
.btn-container .basic-btn:not(:first-child) {
  margin-left: 15px;
}

/**************************************************
 components - box
***************************************************/
.basic-box {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: solid 5px #ffa100;
  position: relative;
}
.basic-box.-white {
  background-color: #fff;
}
.basic-box.-red {
  background-color: #E84608;
  color: #fff;
}
.basic-box.-yellow {
  background-color: #FBC935;
  color: #fff;
}
.basic-box.-green {
  background-color: #ABCD28;
  color: #fff;
}
.basic-box.-blue {
  background-color: #00b7ff;
  color: #fff;
}
.basic-box.-center {
  text-align: center;
}
.basic-box.-padding0 {
  padding: 0;
}
.basic-box.-fill, .basic-box.basic-btn.-style1 {
  background-color: #f3f3f3;
}
.basic-box.-rad0 {
  border-radius: 0;
}
.basic-box.-nobdr {
  border: none;
}
.basic-box.-bdr1, .basic-box.basic-btn.-style2 {
  border-width: 1px;
}
.basic-box.-bdr4 {
  border-width: 4px;
}
.basic-box.-heavy {
  border-width: 10px;
}
.basic-box.-bdrGray {
  border-color: #999;
}
@media screen and (max-width: 600px) {
  .basic-box {
    padding: 10px;
  }
  .basic-box.-heavy {
    border-width: 6px;
  }
  .basic-box.-bdr4 {
    border-width: 2px;
  }
}
.basic-box p:last-child {
  margin-bottom: 0;
}
.basic-box > .title {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.dottedBox,
.dotted-box {
  border: 1px dotted #666;
  padding: 20px;
  margin-top: 15px;
}
.dottedBox > p,
.dotted-box > p {
  background-image: url(../../images/arrow-pink_s.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left 7px;
}

/**************************************************
 components - table
***************************************************/
.basic-table {
  border-collapse: collapse;
}
.basic-table.-nobg th, .basic-table.-nobg td {
  background: none;
}
.basic-table th, .basic-table td {
  padding: 1em;
  font-size: 100%;
  border: solid 1px #ccc;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
}
.basic-table th.-txtl, .basic-table td.-txtl {
  text-align: left;
}
.basic-table th.-txtc, .basic-table td.-txtc {
  text-align: center;
}
.basic-table th.-txtr, .basic-table td.-txtr {
  text-align: right;
}
.basic-table th.-top, .basic-table td.-top {
  vertical-align: top;
}
.basic-table th.-nobg, .basic-table td.-nobg {
  background-color: transparent;
}
.basic-table th {
  background-color: #f3f3f3;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .basic-table th, .basic-table td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .basic-table th {
    width: auto !important;
  }
}

.underline-table {
  border-collapse: collapse;
  border: none;
}
.underline-table th, .underline-table td {
  padding: 14px 0 15px;
  background: url(../img/line-dash-horizon.png) repeat-x 0 bottom;
  text-align: left;
  line-height: 1.75;
}
.underline-table th {
  padding-right: 1em;
  vertical-align: top;
}
.underline-table .bdrTop th, .underline-table .bdrTop td {
  background: url(../img/line-dash-horizon.png) repeat-x 0 bottom, url(../img/line-dash-horizon.png) repeat-x 0 0;
}
.underline-table .nobdr th, .underline-table .nobdr td {
  background: none;
}
@media screen and (max-width: 600px) {
  .underline-table th, .underline-table td {
    font-size: 87.5%;
  }
}

/**************************************************
 components - list
***************************************************/
p.-indention,
ul.-indention li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.-indention {
  list-style: none;
  padding-left: 0;
}
ul.-indention li {
  line-height: 1.75;
}
ul.-indention > .noindent {
  margin-left: 0;
  text-indent: 0;
}

ul.basic-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
  margin: 1em 0;
}
ul.basic-list > li {
  text-align: left;
}
ul.basic-list > li:not(:first-child) {
  margin-top: 0.5em;
}
ul.basic-list.-disc {
  list-style: disc;
  padding-left: 1.5em;
}
ul.basic-list.-disc2 > li {
  position: relative;
  padding-left: 1.5em;
}
ul.basic-list.-disc2 > li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f111";
  color: #ffa100;
}
ul.basic-list.-check > li {
  position: relative;
  padding-left: 1.5em;
}
ul.basic-list.-check > li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f00c";
  color: #ffa100;
}
ul.basic-list.-arrow > li {
  position: relative;
  padding-left: 1em;
}
ul.basic-list.-arrow > li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f105";
}
ul.basic-list.-arrow2 > li {
  background-image: url(../../images/arrow-pink_s.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left 7px;
}
ul.basic-list.-arrow3 > li {
  position: relative;
  padding-left: 1.5em;
}
ul.basic-list.-arrow3 > li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  color: #ffa100;
}
ul.basic-list.-annotation > li {
  padding-left: 1.2em;
  position: relative;
}
ul.basic-list.-annotation > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

ul.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
ul.flex-list > li:not(:first-child) {
  margin-left: 1em;
}

.ib-list {
  list-style: none;
  padding-left: 0;
}
.ib-list > li {
  display: inline-block;
}
.ib-list > li:not(:last-child) {
  margin-right: 1em;
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
}
.column-list.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-list.-column2 > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
.column-list.-column3 > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.33%; /*width: calc(100% / 3);*/
}
.column-list.-column4 > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
}
.column-list.-column5 > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20%;
}
.column-list.-white > .list-item > * {
  background-color: #fff;
}
.column-list > .list-item > *.-nobg {
  background-color: transparent;
}
.column-list > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}
@media screen and (min-width: 961px) {
  .column-list.-gap5 {
    margin-left: -5px;
  }
  .column-list.-gap5 > * {
    padding-left: 5px;
  }
  .column-list.-gap10 {
    margin-left: -10px;
  }
  .column-list.-gap10 > * {
    padding-left: 10px;
  }
  .column-list.-gap15 {
    margin-left: -15px;
  }
  .column-list.-gap15 > * {
    padding-left: 15px;
  }
  .column-list.-gap20 {
    margin-left: -20px;
  }
  .column-list.-gap20 > * {
    padding-left: 20px;
  }
  .column-list.-gap25 {
    margin-left: -25px;
  }
  .column-list.-gap25 > * {
    padding-left: 25px;
  }
  .column-list.-gap30 {
    margin-left: -30px;
  }
  .column-list.-gap30 > * {
    padding-left: 30px;
  }
  .column-list.-gap35 {
    margin-left: -35px;
  }
  .column-list.-gap35 > * {
    padding-left: 35px;
  }
  .column-list.-gap40 {
    margin-left: -40px;
  }
  .column-list.-gap40 > * {
    padding-left: 40px;
  }
  .column-list.-gap45 {
    margin-left: -45px;
  }
  .column-list.-gap45 > * {
    padding-left: 45px;
  }
  .column-list.-gap50 {
    margin-left: -50px;
  }
  .column-list.-gap50 > * {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .column-list {
    margin-left: -10px;
  }
  .column-list > * {
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .column-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
  .column-list > * {
    padding-left: 0;
  }
  .column-list > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .column-list.-column2 > *, .column-list.-column3 > *, .column-list.-column4 > *, .column-list.-column5 > * {
    width: 100%;
  }
}

.vertical-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.vertical-list.-white > .item > * {
  background-color: #fff;
}
.vertical-list.-beige > .item > * {
  background-color: #f3f3f3;
}
.vertical-list > .item > *.-nobg {
  background-color: transparent;
}
.vertical-list > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vertical-list > *:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .vertical-list > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.article-card {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.article-card .title {
  font-size: 100%;
}
.article-card .title > .main {
  display: block;
  font-size: 112.5%;
  font-weight: 700;
  letter-spacing: 1px;
}
.article-card .title > .sub {
  display: block;
  font-size: 87.5%;
  font-weight: 400;
  letter-spacing: 1px;
}
.article-card .category {
  background-color: #000;
  color: #fff;
  padding: 0.5em 2em;
  display: inline-block;
  font-size: 81.25%;
}
.article-card .tag {
  background-color: #fff;
  color: #000;
  padding: 0.5em 2em;
  display: inline-block;
  font-size: 81.25%;
}
.article-card .excerpt {
  font-size: 87.5%;
  line-height: 1.5;
}
.article-card .date {
  font-size: 81.25%;
  letter-spacing: 1px;
}
.article-card .more {
  font-size: 87.5%;
  text-align: right;
  color: #000;
}
.article-card .more > .icon {
  font-size: 0.7em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.article-card > .title {
  text-align: center;
}
.article-card > .title > .main {
  margin-bottom: 0.5em;
}
.article-card > .title > .sub {
  margin-bottom: 0.5em;
}
.article-card > .image {
  position: relative;
}
.article-card > .image img {
  width: 100%;
}
.article-card > .image > .tag {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0.5em;
  margin: 0;
  width: calc(100% - 20px - 1em);
}
.article-card > .detail {
  padding: 10px 0;
}
.article-card > .detail > *:not(:last-child) {
  margin-bottom: 0.5em;
}
.article-card > .detail .title > .main {
  margin-bottom: 0.5em;
}
.article-card > .detail .title > .sub {
  margin-bottom: 0.5em;
}
.article-card > .detail .category, .article-card > .detail .tag {
  margin-bottom: 1em;
}
/**************************************************
 components - news
***************************************************/
.news-card {
  display: block;
  text-decoration: none;
}
.news-card .posted {
  display: inline-block;
  margin-bottom: 10px;
}
.news-card .date {
  font-size: 87.5%;
}
.news-card .category, .news-card .tag {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 3px;
  padding: 4px 1em;
  font-size: 75%;
  text-align: center;
  line-height: 1;
}
.news-card .category {
  background-color: #ffa100;
  font-size: 75%;
  color: #fff;
}
.news-card .tag {
  border-radius: 5px;
  background-color: #ffa100;
}
.news-card .tag.-plusImage {
  background-color: #000;
  color: #fff;
}
.news-card .title {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.25;
  margin: 10px 0 0;
}
.news-card.-detail .title {
  font-size: 175%;
  margin: 1em 0;
}
.news-card.-detail p {
  line-height: 1.7;
}
.news-card.-detail .youtube-list {
  max-width: 500px;
  margin: 40px 0;
}
.news-card.-detail .youtube-list .youtube-title {
  font-weight: normal;
  font-size: 100%;
}
.news-card.-detail .youtube-list .youtube-title::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  color: #ffa100;
  font-size: 125%;
}
.news-card .newmark {
  background-color: #ae031a;
  color: #fff;
  border-radius: 2px;
  padding: 0.2em 0.8em;
  font-size: 0.65em;
  letter-spacing: 1px;
  margin-left: 0.5em;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.news-card .pdf {
  margin-left: 1em;
}
.news-card .pdf > .icon {
  color: #9F0318;
  margin-right: 0.5em;
}
.news-card .pdf > .pdftitle {
  font-size: 0.8em;
}
.news-card .image {
  position: relative;
  text-align: center;
  display: block;
  padding: 0 10px 10px 0;
  margin-bottom: 15px;
}
.news-card .image > img {
  -webkit-box-shadow: 10px 10px 0px 0px #ffb600;
          box-shadow: 10px 10px 0px 0px #ffb600;
  max-height: 220px;
  width: auto;
}
.news-card.-header .posted {
  margin-bottom: 40px;
}
.news-card.-header .title {
  margin-bottom: 1em;
  font-size: 150%;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .news-card .image {
    padding: 0 5px 5px 0;
  }
  .news-card .image > img {
    -webkit-box-shadow: 5px 5px 0px 0px #ffb600;
            box-shadow: 5px 5px 0px 0px #ffb600;
  }
}

/**************************************************
 components - nav
***************************************************/
.bc-nav {
  background-color: #f3f3f3;
}
.bc-nav .bc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px;
  max-width: 1024px;
}
.bc-nav .bc-list a {
  display: block;
  color: #000;
}
.bc-nav .bc-list a.-home {
  padding: 0.5em;
}
.bc-nav .bc-list li {
  position: relative;
  font-size: 75%;
  line-height: 1;
}
.bc-nav .bc-list li:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1.5em;
}
.bc-nav .bc-list li:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: -0.15em;
  margin-top: -0.5em;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f105";
  font-size: 133.3333333333%;
}
@media screen and (max-width: 600px) {
  .bc-nav {
    display: none;
  }
  .bc-nav .bc-list {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .bc-nav .bc-list li:not(:first-child) {
    margin-left: 1em;
    padding-left: 1em;
  }
}

.page-nav {
  padding: 20px 0;
}
.page-nav .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
.page-nav .pager li {
  margin: 5px;
  font-size: 100%;
  text-align: center;
}
.page-nav .pager .num {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #f3f3f3;
  line-height: 42px;
  text-decoration: none;
}
.page-nav .pager .num.-current {
  background-color: #ffa100;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .page-nav li.disp-pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .page-nav {
    padding: 10px 0;
  }
  .page-nav .pager li {
    margin: 2px;
    font-size: 87.5%;
  }
  .page-nav .pager .num {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.tabs-nav {
  border-bottom: 4px solid #ffa100;
}
.tabs-nav .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
.tabs-nav .tab-list > .tab {
  padding: 0 3px;
  font-size: 87.5%;
  text-align: center;
  line-height: 1.2;
  min-width: 110px;
}
@media screen and (max-width: 960px) {
  .tabs-nav .tab-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tabs-nav .tab-list > .tab {
    width: 33.3333333333%;
    padding: 1px;
    min-width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.tab-btn {
  display: block;
  padding: 0.7em 1em 0.6em;
  background-color: #f3f3f3;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.tab-btn.-current {
  background-color: #ffa100;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .tab-btn {
    border-radius: 0;
  }
}

.tab-content {
  padding: 20px;
}

.side-nav {
  position: relative;
  z-index: 10;
  min-width: 240px;
}
.side-nav > .head {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 100%;
  font-weight: bold;
}
.side-nav > .side-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background: #fff;
  font-size: 87.5%;
  overflow: hidden;
}
.side-nav > .side-list > .item {
  line-height: 1.25;
}
.side-nav > .side-list > .item:not(:last-child) {
  border-bottom: 1px dotted #999;
}
.side-nav > .side-list > .item.-return {
  background-color: #f3f3f3;
  text-align: right;
}
.side-nav > .side-list .btn {
  display: block;
  padding: 14px;
}
.side-nav > .side-list a:hover,
.side-nav > .side-list .btn.-current {
  background-color: #f3f3f3;
  opacity: 1;
}

/**************************************************
 components - form
***************************************************/
form input + .prefix, form textarea + .prefix, form select + .prefix {
  margin-left: 5px;
}
form input + .note, form textarea + .note, form select + .note {
  margin-top: 5px;
}
form input + .input-group, form textarea + .input-group, form select + .input-group {
  margin-top: 5px;
}
form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.2;
  resize: vertical;
}
form .error-msg {
  display: block;
}
form .error-msg > .error {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
  padding: 12px 10px;
  border-radius: 3px;
  background-color: rgba(159, 3, 24, 0.15);
  color: #9F0318;
  font-weight: bold;
  line-height: 1.15;
}
form .error-text {
  display: block;
  margin-bottom: 40px;
  padding: 0.3em 1em;
  border-radius: 8px;
  background-color: rgba(159, 3, 24, 0.15);
  color: #9F0318;
  font-weight: bold;
}
form .error-text > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}
form .note {
  font-size: 87.5%;
  color: #333;
  margin: 0 0 0.5em;
}
form .prefix {
  margin-right: 5px;
  display: inline-block;
}
form .infix {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
form .suffix {
  margin-left: 5px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  form input, form textarea, form select,
  form .prefix, form .infix, form .suffix {
    font-size: 81.25%;
  }
}

fieldset {
  border: none;
  padding: 0;
}
fieldset:not(:first-child) {
  margin: 40px 0 0px;
}

.input-group.-inline {
  display: inline-block;
}
.input-group + .input-group {
  margin-top: 5px;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.input-text {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-text.-veryshort {
  max-width: 70px;
}
.input-text.-short {
  max-width: 140px;
}
.input-text.-middle {
  max-width: 240px;
}
.input-text.-long {
  max-width: 400px;
}
.input-text.-active {
  ime-mode: active;
}
.input-text.-inactive {
  ime-mode: inactive;
}
.input-text.-error {
  border-color: #9F0318;
}
.input-text:focus {
  background-color: #ffffcc;
}
@media screen and (max-width: 480px) {
  .input-text.-short {
    max-width: 90px;
  }
}

.label-checkbox {
  cursor: pointer;
}
.label-checkbox:hover .text::before {
  border-color: #6c757d;
}
.label-checkbox > input {
  display: none;
}
.label-checkbox .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  padding-left: calc(1.1em + 10px);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .label-checkbox .text {
    font-size: 81.25%;
  }
}
.label-checkbox .text::before {
  display: block;
  content: "";
  width: 1.1em;
  height: 1.1em;
  border: solid 1px #adb5bd;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 0;
}
.label-checkbox > input:checked + .text::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 8px;
  height: 16px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
@media screen and (max-width: 960px) {
  .label-checkbox {
    background-position: 0 2px;
  }
}

.label-radio {
  cursor: pointer;
}
.label-radio:hover .text::before {
  border-color: #6c757d;
}
.label-radio > input {
  display: none;
}
.label-radio .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  padding-left: calc(1.1em + 10px);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .label-radio .text {
    font-size: 81.25%;
  }
}
.label-radio .text::before {
  display: block;
  content: "";
  width: 1.1em;
  height: 1.1em;
  border: solid 1px #adb5bd;
  border-radius: 1.1em;
  position: absolute;
  top: 4px;
  left: 0;
}
.label-radio > input:checked + .text::after {
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: calc(0.4em / 2 + 1px + 4px);
  left: calc(0.4em / 2 + 1px);
}
@media screen and (max-width: 960px) {
  .label-radio {
    background-position: 0 2px;
  }
}

.select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 8px 42px 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff url(../img/icon-select.png) no-repeat right 50%;
}
.select-box::-ms-expand {
  display: none;
}
.select-box.-short {
  min-width: 140px;
}
.select-box.-middle {
  min-width: 200px;
}
.select-box.-long {
  min-width: 400px;
}
.form-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.form-list > li {
  line-height: 1.5;
}
.form-list > li:not(:last-child) {
  padding-bottom: 10px;
}
.form-list.-inline > li {
  display: inline-block;
}
.form-list.-inline > li:not(:last-child) {
  padding-right: 20px;
}
.form-list.-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
}
.form-list.-column2 li {
  width: 50%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .form-list.-inline > li {
    display: block;
    padding: 0;
  }
  .form-list.-inline > li {
    display: inline-block;
  }
  .form-list.-inline > li:not(:last-child) {
    padding-right: 10px;
  }
  .form-list.-inline .input-text.-short {
    width: auto;
  }
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
}
.form-btns > .btn {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #ffa100;
  background-color: #ffa100;
  color: #fff;
  border-color: #ffa100;
  background-color: #ffa100;
  padding: 0.8em 3em;
  margin: 10px;
}
@media screen and (max-width: 600px) {
  .form-btns > .btn {
    width: 100%;
    padding: 0.8em 0.5em;
  }
}
.form-btns > .btn.-back {
  border-color: #9F8E77;
  background-color: #9F8E77;
}
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #f3f3f3;
  overflow: hidden;
  list-style: none;
}
.form-step > li {
  position: relative;
  width: 33.333%;
  padding: 10px 10px 12px;
  font-size: 100%;
  color: #ababab;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.form-step > li:not(:last-child)::before, .form-step > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  border: transparent solid;
  border-width: 40px 0 40px 30px;
  content: "";
}
.form-step > li:not(:last-child)::before {
  right: -20px;
  z-index: 1;
  border-left-color: #f3f3f3;
}
.form-step > li:not(:last-child)::after {
  right: -22px;
  z-index: 0;
  border-left-color: #ababab;
}
.form-step > li.-stay {
  background-color: #ffa100;
  color: #fff;
}
.form-step > li.-stay::before {
  border-left-color: #ffa100;
}
.form-step > li.-stay::after {
  border-left-color: #ffa100;
}
.form-step .txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .form-step > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 5px;
    font-size: 85.7142857143%;
  }
  .form-step > li .txt {
    margin-right: -30px;
  }
  .form-step > li:first-child .txt {
    margin-right: -10px;
  }
  .form-step > li:last-child .txt {
    margin-right: -20px;
  }
  .form-step > li:not(:last-child)::before {
    right: -20px;
  }
  .form-step > li:not(:last-child)::after {
    right: -22px;
  }
}

tr.required > th::after,
th.required::after,
span.required::after {
  display: inline-block;
  content: "必須";
  margin-left: 0.5em;
  color: #fff;
  background-color: #ffa100;
  border-radius: 3px;
  padding: 5px 10px 7px;
  line-height: 1;
  font-size: 0.875rem;
  border-radius: 3px;
  font-weight: normal;
  float: right;
}

.form-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.form-table th, .form-table td {
  padding: 10px 1em;
  text-align: left;
  vertical-align: top;
  line-height: 2;
}
.form-table th {
  font-size: 93.75%;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.form-table td.top {
  padding-top: 18px;
  vertical-align: top;
}
.form-table .txt:not(:last-child) {
  margin-bottom: 1em;
}
.form-table.-confirm th, .form-table.-confirm td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-table.-confirm th {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .form-table th, .form-table td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
  }
  .form-table th {
    width: auto !important;
    padding-bottom: 0 !important;
    border-bottom: none;
  }
  .form-table td {
    padding-top: 8px !important;
  }
  .form-table .required {
    padding-right: 0;
  }
  .form-table .required::after {
    position: relative;
    top: auto;
    margin-left: 0.5em;
  }
}

.form-privacy > .lead {
  margin-bottom: 1em;
  font-size: 93.75%;
  line-height: 2;
}
.form-privacy > .privacy {
  margin: 0 auto;
  padding: 23px;
  border: 2px solid #dcdcdc;
  max-height: 300px;
  overflow-y: auto;
}
.form-privacy > .agree {
  text-align: center;
  margin: 20px auto;
}
.form-privacy > .agree > .inner {
  padding: 10px;
  background: #f3f3f3;
}
.form-privacy > .agree > .inner > .label-checkbox {
  display: inline-block;
}
/**************************************************
components - form
***************************************************/
.pg-form .form-header {
  margin-bottom: 30px;
  zoom: 1;
}
.pg-form .form-header:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.pg-form .form-header .info {
  font-size: 87.5%;
}
.pg-form ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
  background-color: #EBE6DE;
  padding: 5px;
  border-radius: 6px;
}
.pg-form ul.flow > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.33% - 5px);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 1em 5px;
  border: dashed 1px #a6937c;
  font-weight: 500;
  color: #8e7a61;
}
@media screen and (max-width: 600px) {
  .pg-form ul.flow > li {
    padding: 0.5em 0;
  }
}
.pg-form ul.flow > li > .step {
  font-size: 0.8em;
  margin-right: 1em;
  color: #ffc766;
}
@media screen and (max-width: 1024px) {
  .pg-form ul.flow > li > .step {
    display: block;
  }
}
.pg-form ul.flow > li.-current {
  background-color: #a6937c;
  border: solid 1px #a6937c;
  color: #fff;
}
.pg-form ul.flow > li.-current > .step {
  color: #fff;
}
.pg-form span.require {
  color: #fff;
  background-color: #E4007F;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.75rem;
  display: inline-block;
  font-weight: normal;
  float: right;
}

.form-fieldset.-style1 {
  background-color: #EBE6DE;
  border-radius: 6px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 3px solid #000;
}
.form-fieldset.-style1 .form-table tr:not(:last-child) {
  background: url(../../story-project/images/line-black.gif) repeat-x left bottom;
}
.form-fieldset.-style1 .form-table th, .form-fieldset.-style1 .form-table td {
  padding: 15px;
  font-weight: normal;
}
.form-fieldset.-style1 .form-table tr:last-child th, .form-fieldset.-style1 .form-table tr:last-child td {
  padding-bottom: 0;
}
.form-fieldset.-style1 .form-table th {
  white-space: normal;
  font-weight: bold;
  font-size: 87.5%;
}
.form-fieldset.-style1 .form-table .input-text:focus {
  background-color: #F499CC;
}
@media screen and (max-width: 960px) {
  .form-fieldset.-style1 {
    background-color: transparent;
    padding: 0px;
    border: none;
  }
  .form-fieldset.-style1:not(:first-child) {
    margin-top: 0;
  }
  .form-fieldset.-style1 .form-table tr:not(:last-child) {
    background: transparent;
  }
  .form-fieldset.-style1 .form-table th, .form-fieldset.-style1 .form-table td {
    padding: 15px 0;
  }
}
.form-fieldset.-style1 .label-radio {
  cursor: pointer;
}
.form-fieldset.-style1 .label-radio:hover .text::before {
  border-color: #a77a94;
  -webkit-box-shadow: 0 0 0px 1px #a77a94;
          box-shadow: 0 0 0px 1px #a77a94;
}
.form-fieldset.-style1 .label-radio .text {
  padding-left: calc(1.2em + 10px);
}
.form-fieldset.-style1 .label-radio .text::before {
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  top: 3px;
}
.form-fieldset.-style1 .label-radio > input:checked + .text::before {
  background-color: #a77a94;
  border-color: #a77a94;
}
.form-fieldset.-style1 .label-radio > input:checked + .text::after {
  border-radius: 0;
  top: 0.4em;
  left: 0.4em;
  background-color: transparent;
  width: 0.3em;
  height: 0.5em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

/**************************************************
 components - plugin
***************************************************/
.swiper-carousel {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: -50px;
  margin-right: -50px;
  padding-bottom: 30px;
}
.swiper-carousel::before, .swiper-carousel::after {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-color: #fff;
  content: "";
  z-index: 2;
}
.swiper-carousel::before {
  left: 0;
}
.swiper-carousel::after {
  right: 0;
}
.swiper-carousel .swiper-slide {
  height: auto;
}
.swiper-carousel .swiper-button-next.swiper-button-disabled, .swiper-carousel .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.swiper-carousel .swiper-button-next {
  right: 0px;
  width: 48px;
  background: none;
}
.swiper-carousel .swiper-button-next::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92b";
  font-size: 48px;
}
.swiper-carousel .swiper-button-prev {
  left: 0px;
  width: 48px;
  background: none;
}
.swiper-carousel .swiper-button-prev::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  font-size: 48px;
}
@media screen and (max-width: 1104px) {
  .swiper-carousel {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 960px) {
  .swiper-carousel {
    padding: 0 10px;
  }
  .swiper-carousel::before, .swiper-carousel::after {
    width: 0px;
  }
  .swiper-carousel .swiper-button-next, .swiper-carousel .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination.-outer {
  position: relative;
}
.swiper-pagination.-outer .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination.-outer .swiper-pagination-bullet-active {
  background-color: #ffa100;
}

/* WordPress */
.page-nav {
  padding: 20px 0;
}
.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
.page-nav ul li {
  margin: 2px;
  font-size: 100%;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ffa100;
  background-color: #fff;
  font-size: 112.5%;
  color: #ffa100;
  line-height: 40px;
}
.page-nav ul li a {
  text-decoration: none;
  display: block;
  color: #ffa100;
}
.page-nav ul li .page-numbers.current {
  background-color: #ffa100;
  color: #fff;
  display: block;
}
.page-nav ul li.-prev, .page-nav ul li.-next {
  border-color: transparent;
}
.page-nav ul li a.prev::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-size: 0.6em;
}
.page-nav ul li a.next::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 0.6em;
}
@media screen and (max-width: 480px) {
  .page-nav {
    padding: 10px 0;
  }
  .page-nav .pager li {
    font-size: 87.5%;
  }
  .page-nav .pager .num {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 87.5%;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.separaterA {
  background: url("../../img2/common/border-a.png") repeat-x bottom;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.ac-head {
  position: relative;
  cursor: pointer;
}
.ac-head::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  top: 0;
  right: 0px;
  color: #E4007F;
  font-size: 28px;
}
.ac-head.-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
  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-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**************************************************
 base
***************************************************/
/* -----------------------------------------------
　Body
-------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  min-width: 320px;
  padding: 0px;
  color: #000;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  body {
    min-width: 320px;
  }
}

body, input, textarea {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  body, input, textarea {
    font-size: 14px;
  }
}
/* -----------------------------------------------
　Elements
-------------------------------------------------- */
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Helvetica, sans-serif;
}

input,
textarea,
select,
button optgroup {
  padding: 0.5em 0.5em;
  border-radius: 3px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* -----------------------------------------------
　Common Class
-------------------------------------------------- */
a.-noline {
  text-decoration: none;
}

a.-underline {
  text-decoration: underline;
}

a.-telink {
  cursor: default;
  opacity: 1 !important;
}

a.icon-left {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-weight: 500;
}
a.icon-left::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 0.8em;
  margin: auto 0;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

a.icon-pdf {
  display: inline-block;
  position: relative;
}
a.icon-pdf::after {
  width: 1em;
  margin: auto 0;
  margin-left: 0.5em;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f1c1";
  font-size: 112.5%;
  color: #9F0318;
}

p.basic {
  margin: 0 0 2em;
  line-height: 1.8;
}
p.basic strong {
  color: #ffa100;
}
@media screen and (max-width: 960px) {
  p.basic {
    font-size: 93.75%;
    line-height: 1.8;
  }
}

p.notes {
  font-size: 87.5%;
  line-height: 1.7;
}

hr.basic-hr {
  margin: 30px 0;
}

hr.tricolor {
  background-image: url(../../images/border-a.png);
  background-repeat: repeat-x;
  height: 5px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 2em 0;
}

hr.dot {
  height: 6px;
  background: url(../../img2/common/hr-dot.png) repeat-x 0 0;
  border: 0;
  margin: 30px 0;
}

.disp-ib {
  display: inline-block;
}

.disp-blk {
  display: block;
}

@media screen and (max-width: 480px) {
  .disp-pc,
  .-disp-pc {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .disp-sp,
  .-disp-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .-hide-tb {
    display: none;
  }
}

.-disp-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .-disp-tb {
    display: block;
  }
}

img.-disp-tb,
span.-disp-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  img.-disp-tb,
  span.-disp-tb {
    display: inline;
  }
}

@media screen and (min-width: 481px) {
  .disp-sp,
  .-disp-sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  br.-hide-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.-hide-tb {
    display: none;
  }
}

/**************************************************
 structure 構造を定義
***************************************************/
.inbox {
  padding-top: 0px;
}
@media screen and (max-width: 960px) {
  .inbox {
    padding-top: 0px;
  }
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.columns > .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.columns > .column.col6 {
  width: 50%;
}
.columns > .column.col4 {
  width: 33.33%;
}
.columns > .column.content {
  padding: 30px;
}

/* ----- パンくずリスト ---- */
.breadcrumbs-list {
  list-style: none;
  margin: 20px 0;
  padding: 0 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs-list > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 87.5%;
}
.breadcrumbs-list > li:not(:first-child):before {
  content: ">";
  margin: 0 0.5em;
}
@media screen and (max-width: 480px) {
  .breadcrumbs-list {
    margin: 0;
    padding: 5px;
  }
}

.page-container {
  padding-top: 80px;
}
.pg-home .page-container {
  padding-top: 0;
}

.main-content {
  padding: 0 20px 40px;
}
.main-content > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #EEE900;
}
.main-content > .inner2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .main-content {
    padding: 0 5px;
  }
  .main-content > .inner {
    padding: 10px;
  }
  .main-content > .inner2 {
    padding: 10px;
  }
}

/* サイトヘッダー
-------------------------------------------------- */
.site-header {
  top: 0;
  right: 0;
  z-index: 200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #ffa100;
}
.site-header.-open {
  height: 100%;
}
.site-header .swiper-container {
  max-height: 100%;
}
.site-header .swiper-wrap {
  height: auto;
}
.site-header .swiper-slide {
  height: auto;
}
/* global-nav */
.global-nav {
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  height: 106px;
  position: relative;
}
.global-nav > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.global-nav > .inner > .logo {
  padding: 10px 0;
}
.global-nav > .inner > ul.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  list-style: none;
  margin: 0;
  width: 775px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav > .inner > ul.mainmenu > li {
  margin: 0;
  padding: 0;
  width: 20%;
  height: 100%;
}
.global-nav > .inner > ul.mainmenu > li .icon {
  width: 44px;
  height: 44px;
  margin: auto;
}
.global-nav > .inner > ul.mainmenu > li.menu {
  display: none;
  background-color: #fff;
}
.global-nav > .inner > ul.mainmenu > li.menu .text {
  color: #ffa100;
}
.global-nav > .inner > ul.mainmenu > li.menu .text::after {
  content: "MENU";
}
.global-nav > .inner > ul.mainmenu > li.menu button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 44px;
  margin: 0 auto;
}
.global-nav > .inner > ul.mainmenu > li.menu .bar {
  display: block;
  height: 6px;
  border-radius: 3px;
  background-color: #ffa100;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.global-nav > .inner > ul.mainmenu > li.menu .bar:nth-of-type(2) {
  margin-top: 8px;
}
.global-nav > .inner > ul.mainmenu > li.menu .bar:nth-of-type(3) {
  margin-top: 8px;
}
.global-nav > .inner > ul.mainmenu > li.menu .-active .text::after {
  content: "CLOSE";
}
.global-nav > .inner > ul.mainmenu > li.menu .-active .bar:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}
.global-nav > .inner > ul.mainmenu > li.menu .-active .bar:nth-of-type(2) {
  opacity: 0;
}
.global-nav > .inner > ul.mainmenu > li.menu .-active .bar:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}
.global-nav > .inner > ul.mainmenu > li.-bright {
  background-color: #ffb600;
}
.global-nav > .inner > ul.mainmenu > li .icon, .global-nav > .inner > ul.mainmenu > li .text {
  display: block;
  text-align: center;
}
.global-nav > .inner > ul.mainmenu > li .icon {
  width: 44px;
}
.global-nav > .inner > ul.mainmenu > li > a {
  padding: 10px 0px 5px;
}
.global-nav > .inner > ul.mainmenu > li.timetable .text {
  letter-spacing: -0.5px;
}
.global-nav > .inner > ul.mainmenu > li .text-box {
  margin-top: 3px;
  height: 2em;
  position: relative;
  display: table;
  width: 100%;
}
.global-nav > .inner > ul.mainmenu > li .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 87.5%;
}
@media screen and (max-width: 374px) {
  .global-nav > .inner > ul.mainmenu > li .text .disp-ib {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .global-nav > .inner {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .global-nav > .inner > .logo {
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #e68406;
  }
  .global-nav > .inner > .logo > a {
    height: auto;
  }
  .global-nav > .inner > .logo img {
    width: 200px;
  }
  .global-nav > .inner > ul.mainmenu {
    width: 100%;
  }
  .global-nav > .inner > ul.mainmenu > li {
    width: 25%;
  }
  .global-nav > .inner > ul.mainmenu > li.present, .global-nav > .inner > ul.mainmenu > li.advertisement {
    display: none;
  }
  .global-nav > .inner > ul.mainmenu > li.menu {
    display: block;
  }
}
.global-nav > .inner a {
  display: block;
  height: 86px;
  color: #fff;
  text-decoration: none;
}

.global-nav {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}

.spNav {
  position: absolute;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 1024px) {
  .spNav {
    display: none !important;
  }
}
.spNav.-active {
  display: block;
}
.spNav .sp-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.spNav .sp-menu > li {
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #fff;
}
.spNav .sp-menu > li.advertisement, .spNav .sp-menu > li.support, .spNav .sp-menu > li.listen, .spNav .sp-menu > li.twitter, .spNav .sp-menu > li.facebook {
  border-left: solid 1px #fff;
}
@media screen and (max-width: 480px) {
  .spNav .sp-menu > li {
    width: 100%;
  }
  .spNav .sp-menu > li.advertisement, .spNav .sp-menu > li.support, .spNav .sp-menu > li.listen {
    border-left: none;
  }
}
.spNav .sp-menu > li.contact {
  width: 100%;
  text-align: center;
  padding: 20px;
  border-bottom: none;
}
.spNav .sp-menu > li.contact a {
  background-color: #e68406;
}
.spNav .sp-menu > li.snsbtn {
  width: 33.33%;
  text-align: center;
}
.spNav .sp-menu > li.snsbtn a {
  padding: 20px 10px;
}
.spNav .sp-menu a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 20px;
  font-size: 112.5%;
}
.spNav .sp-menu a > .icon {
  font-size: 0.7em;
}

.sp-nav {
  display: none;
  top: -12px;
  height: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 961px) {
  .sp-nav {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav > .logo {
  margin: 0;
  padding: 15px 10px;
  height: 50px;
  width: 50px;
}
.sp-nav > .menu-btn {
  position: absolute;
  z-index: 200;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  padding: 15px 0;
}
.sp-nav > .menu-btn .btn::before {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
}
@media screen and (max-width: 600px) {
  .sp-nav > .menu-btn .btn::before {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .sp-nav {
    background-color: #fff;
    background-image: url(../../img2/common/bg_film.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 80px;
    background-size: auto 100%;
  }
}
.pg-home .sp-nav {
  background: none;
}
.pg-home .sp-nav > .logo {
  display: none;
}
.pg-home .sp-nav > .menu-btn {
  color: #000;
}

.social-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.social-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.social-nav ul.social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  list-style: none;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-nav ul.social-btns > li {
  padding: 0 5px;
}
.social-nav ul.social-btns > li a {
  background-color: #000;
  border-radius: 50%;
  padding: 3px 4px 5px;
}
.social-nav .btn {
  font-size: 137.5%;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .social-nav {
    background-color: #fff;
    background-image: url(../../img2/common/bg_film.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 80px;
    background-size: auto 100%;
    position: static;
  }
  .social-nav ul.social-btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social-nav ul.social-btns > li {
    padding: 0 10px;
  }
  .social-nav ul.social-btns > li a {
    line-height: 60px;
    padding: 7px 10px 13px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .social-nav .btn {
    font-size: 225%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 960px) {
  .pg-home .social-nav {
    display: block;
  }
}

/* グローバルメニュー
-------------------------------------------------- */
/* スマホメニュー
-------------------------------------------------- */
/* サイトフッター
-------------------------------------------------- */
.pagetop {
  background-color: #000;
}
.pagetop > a {
  display: block;
  text-align: center;
  padding: 15px;
  color: #fff;
}
.pagetop .text {
  display: block;
  font-size: 87.5%;
  font-weight: 200;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer {
  margin-top: 20px;
  background-color: #eee;
  text-align: center;
  position: relative;
  font-size: 100%;
}
.site-footer a {
  text-decoration: none;
}
.site-footer .sect-contact {
  background-color: #ffb600;
}
.site-footer .footer-content {
  padding: 10px 10px;
}
.site-footer .footer-content > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-footer .footer-content > .inner > .logo img {
  max-width: 50%;
}
.site-footer .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  padding: 40px 0 10px;
}
.site-footer .columns > .column {
  text-align: left;
}
.site-footer .columns > .column.text {
  font-weight: bold;
}
.site-footer .columns > .column.bnr {
  text-align: right;
}
.site-footer .columns > .column > p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .site-footer .columns {
    padding: 20px 10px 10px;
  }
  .site-footer .columns > .column {
    width: 100%;
  }
}
.site-footer .address,
.site-footer .mail,
.site-footer .tel {
  line-height: 1.5;
}
.site-footer .social-btns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .social-btns li {
  padding: 5px;
}
.site-footer .social-btns a {
  color: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  padding: 0.3em;
  line-height: 1;
  display: block;
  font-size: 28px;
}
.site-footer .social-btns a#instagram-btn-foot {
  background-color: #d43175;
}
.site-footer .social-btns a#twitter-btn-foot {
  background-color: #3397bd;
}
.site-footer .social-btns a#facebook-btn-foot {
  background-color: #3c4b7b;
}
.site-footer .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: bold;
}
.site-footer .fnav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em 0;
  padding: 0 1em;
}
.site-footer .fnav li::before {
  content: ">";
  margin-right: 3px;
}
@media screen and (max-width: 374px) {
  .site-footer .fnav li {
    font-size: 81.25%;
  }
}
.site-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-menu > .social-btns {
    width: 100%;
    padding: 10px 10px;
  }
  .site-footer .footer-menu > .fnav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .copyright-block {
  padding: 20px 10px;
}
@media screen and (max-width: 480px) {
  .site-footer .copyright-block {
    padding: 0 5px;
  }
}
.site-footer .copyright {
  text-align: center;
  margin: 0;
  font-size: 81.25%;
}
@media screen and (max-width: 480px) {
  .site-footer .copyright {
    font-size: 68.75%;
    text-align: left;
    line-height: 1.25;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .address,
  .site-footer .mail,
  .site-footer .tel {
    font-size: 87.5%;
  }
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.page-top.-avoid {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
.page-top a {
  width: 100px;
  display: block;
}
@media screen and (max-width: 960px) {
  .page-top {
    display: none;
  }
}

/* コンテンツ
-------------------------------------------------- */
.site-container {
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}

.sect-basic {
  overflow: hidden;
}
.sect-basic > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.sect-basic > .inner.-small {
  max-width: 800px;
}
.sect-basic > .inner.-contentTop {
  padding-top: 40px;
}
.sect-basic > .inner.-contentBottom {
  padding-bottom: 120px;
}
.sect-basic.-stripe {
  background: url("../../img/bg_stripe.png");
}
.sect-basic.-stripe > .innter {
  padding: 10px;
}
.sect-basic.-bgGray {
  background-color: #f8f9fa;
}
/**************************************************
 animations アニメーションのスタイルを定義
***************************************************/
.-fadein, .-fadeinUp, .-fadeinDown, .-fadeinLeft, .-fadeinRight {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.-fadein.-visible, .-fadeinUp.-visible, .-fadeinDown.-visible, .-fadeinLeft.-visible, .-fadeinRight.-visible {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.-visible.-fadeinUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.-visible.-fadeinDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.-visible.-fadeinLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.-visible.-fadeinRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.-delay10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100);
            transform: translateX(100);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100);
            transform: translateX(100);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* ボタンエフェクト
-------------------------------------------------- */
@media screen and (min-width: 961px) {
  .basic-btn {
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .basic-btn.-effect {
    opacity: 1;
  }
  .echoEffect {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .echoEffect::before {
    position: relative;
    content: "";
    display: block;
    margin-top: 100%;
  }
  .echoEffect::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  .basic-btn:hover > .echoEffect {
    -webkit-animation: btnEffect 0.7s ease-out;
            animation: btnEffect 0.7s ease-out;
  }
  .basic-btn:hover > .echoEffect::after {
    -webkit-animation: btnEffect-echo 0.7s ease-out;
            animation: btnEffect-echo 0.7s ease-out;
  }
  @-webkit-keyframes btnEffect {
    0% {
      width: 0%;
    }
    100% {
      width: 150%;
    }
  }
  @keyframes btnEffect {
    0% {
      width: 0%;
    }
    100% {
      width: 150%;
    }
  }
  @-webkit-keyframes btnEffect-echo {
    0% {
      background: rgba(255, 255, 255, 0.25);
    }
    100% {
      background: transparent;
    }
  }
  @keyframes btnEffect-echo {
    0% {
      background: rgba(255, 255, 255, 0.25);
    }
    100% {
      background: transparent;
    }
  }
  .mirrorEffect {
    position: absolute;
    top: -50%;
    height: 200%;
    left: -100px;
    width: 30px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.2;
    z-index: 1;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .basic-btn:hover > .mirrorEffect {
    -webkit-animation: btnEffect-mirror 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            animation: btnEffect-mirror 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  @-webkit-keyframes btnEffect-mirror {
    0% {
      left: -100px;
    }
    100% {
      left: 125%;
    }
  }
  @keyframes btnEffect-mirror {
    0% {
      left: -100px;
    }
    100% {
      left: 125%;
    }
  }
}
/**************************************************
 pages ページ別のスタイルを定義
***************************************************/
.sect-intro .main-visual {
  position: relative;
}
.sect-intro .main-visual img {
  width: 100%;
}
.sect-intro .main-visual > .copy {
  position: absolute;
  left: 2em;
  top: 35%;
  font-size: 200%;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
.sect-intro .main-visual > .copy em {
  font-style: normal;
  color: #ffa100;
}
@media screen and (max-width: 960px) {
  .sect-intro .main-visual > .copy {
    top: auto;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .sect-intro .main-visual > .copy > .text {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sect-intro .main-visual > .copy {
    font-size: 150%;
  }
}
.sect-intro .col6.image {
  background: url("../../img/photo_plusimage.jpg") no-repeat center bottom;
  background-size: cover;
}
.sect-intro .col6.content > .inner {
  max-width: 450px;
  margin: 0 auto;
}
.sect-intro .col6.content > .inner .image {
  text-align: center;
}
.sect-intro .col6.content > .inner .copy {
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .sect-intro .columns > .col6 {
    width: 100%;
  }
  .sect-intro .columns > .col6.image {
    padding-top: 64.84%;
  }
  .sect-intro .col6.content > .inner {
    margin: 0 auto;
  }
}

.sect-radio > .inner {
  padding: 0;
}
.sect-radio .columns {
  margin-bottom: 30px;
}
.sect-radio .columns > .column {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.sect-radio .columns > .column a {
  text-decoration: none;
}
.sect-radio .columns > .column .title {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
}
.sect-radio .columns > .column .title > .text {
  position: relative;
  z-index: 1;
}
.sect-radio .columns > .column .title > .text::before {
  content: "";
  display: inline-block;
  padding: 0.2em 3em;
  width: 100%;
  height: 100%;
  background-color: #ffff00;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  position: absolute;
  z-index: -1;
  top: -0.2em;
  left: -3em;
  right: 0;
  margin: 0 auto;
}
.sect-radio .columns > .column.-new::before {
  display: block;
  position: absolute;
  top: -30px;
  left: 10px;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
  color: #00b7ff;
  font-size: 100px;
}
@media screen and (max-width: 600px) {
  .sect-radio .columns > .column.-new::before {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sect-radio .columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sect-radio .columns > .col4 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sect-radio .columns > .col4 {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sect-radio .columns > .col4 .title {
    font-size: 87.5%;
  }
}

.pg-present .sect-info {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 30px 0 30px;
}
.pg-present .sect-info .illust {
  text-align: center;
}
.pg-present .sect-info .illust img {
  position: relative;
  top: -30px;
}
.pg-present .sect-info .title {
  margin-bottom: 80px;
}
.pg-present .sect-info + article.sect-basic {
  margin-top: -70px;
}

.present-contentlist {
  list-style: none;
  margin: 0;
}
.present-contentlist > .present-content {
  margin: 90px 0 40px;
}
.present-contentlist > .present-content .basic-table {
  width: 100%;
  margin: 25px 0;
}
.present-contentlist > .present-content .basic-table th {
  padding: 10px;
}
.present-contentlist > .present-content .basic-table td {
  padding: 10px;
}
.present-contentlist > .present-content .basic-table td p {
  margin: 0;
}
.present-contentlist > .present-content.active {
  border: solid 10px #ffa100;
}
.present-contentlist > .present-content.active > .header {
  background-color: #ffa100;
  position: relative;
}
.present-contentlist > .present-content.active > .header > .title {
  color: #fff;
}
.present-contentlist > .present-content.active > .header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -54px;
  left: 0;
  right: 0;
  margin: auto;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #ffa100;
}
.present-contentlist > .present-content.active > .header::after {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: -32px;
  right: 0;
  margin: auto;
  width: 72px;
  height: 75px;
  background: url("../../img/present/icon-h-present.png") no-repeat;
}
.present-contentlist > .present-content.active .basic-table th {
  background-color: #ffe9b2;
}
.present-contentlist > .present-content.passive {
  margin-top: 50px;
  border: solid 10px #ccc;
  position: relative;
}
.present-contentlist > .present-content.passive > .header {
  background-color: #ccc;
}
.present-contentlist > .present-content.passive > .header > .illust {
  display: none;
}
.present-contentlist > .present-content.passive .detail {
  max-height: 0;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.present-contentlist > .present-content.passive .detail.-open {
  max-height: 2000px;
}
.present-contentlist > .present-content.passive .moreBtn {
  text-decoration: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.8em;
  background-color: #ccc;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  padding: 0.3em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1em;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s 0.7s ease-out;
  transition: -webkit-transform 0.2s 0.7s ease-out;
  transition: transform 0.2s 0.7s ease-out;
  transition: transform 0.2s 0.7s ease-out, -webkit-transform 0.2s 0.7s ease-out;
}
.present-contentlist > .present-content.passive .moreBtn:hover {
  opacity: 1;
}
.present-contentlist > .present-content.passive .moreBtn.-open {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.2s 0.5s ease-out;
  transition: -webkit-transform 0.2s 0.5s ease-out;
  transition: transform 0.2s 0.5s ease-out;
  transition: transform 0.2s 0.5s ease-out, -webkit-transform 0.2s 0.5s ease-out;
}
.present-contentlist > .present-content > .header {
  position: relative;
}
.present-contentlist > .present-content > .header > .illust {
  position: absolute;
  right: 0;
  top: -75px;
}
.present-contentlist > .present-content > .header > .title {
  margin: 0;
  padding: 1em;
}
.present-contentlist > .present-content > .body {
  padding: 15px 30px;
}
@media screen and (max-width: 960px) {
  .present-contentlist > .present-content > .header > .illust {
    display: none;
  }
  .present-contentlist > .present-content > .header > .title {
    padding: 1em 0;
  }
  .present-contentlist > .present-content > .body {
    padding: 15px;
  }
}

.sect-newsList .swiper-carousel .swiper-button-next,
.sect-newsList .swiper-carousel .swiper-button-prev {
  top: 35%;
}
.sect-newsList .btn-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-contentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-contentlist > .news-content {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 5px #ffa100;
}
.news-contentlist > .news-content .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.news-contentlist > .news-content .news-card > .image {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.984375%;
}
.news-contentlist > .news-content .news-card > .detail {
  width: 66.015625%;
}
.news-contentlist > .news-content .news-card > .detail .tag {
  margin-right: 10px;
}
.news-contentlist > .news-content .news-card > .detail .title {
  color: #ffa100;
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  .news-contentlist > .news-content .news-card > .image {
    width: 100%;
    padding-right: 10px;
  }
  .news-contentlist > .news-content .news-card > .detail {
    width: 100%;
  }
}

/* お問い合わせ */
.pg-contact .copy {
  margin: 2em 0;
  font-size: 112.5%;
  line-height: 1.4;
}
.pg-contact .copy strong {
  font-size: 122.2222222222%;
}
.pg-contact .sect-contact > .inner {
  max-width: 768px;
}

/* トップページ：今すぐラジオを聴こう！ */
.sect-listen {
  background-color: #ffb600;
}
.sect-listen > .inner {
  padding: 5px 10px 20px;
}
.sect-listen > .inner > .title {
  font-size: 150%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sect-listen > .inner > .title {
    font-size: 125%;
  }
}
.sect-listen > .inner > .title > .text {
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: top;
}
.sect-listen > .inner > .title > .text::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  margin-right: 5px;
  background: url("../../img/icon-attention-l.png") no-repeat;
}
.sect-listen > .inner > .title > .text::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  margin-left: 5px;
  background: url("../../img/icon-attention-r.png") no-repeat;
}
.sect-listen > .inner > .title .icon {
  display: block;
  margin-bottom: 10px;
}

/**************************************************
 pages ページ別のスタイルを定義
***************************************************/
/******ADVERTISEMENT******/
.pg-advertisemen .sect-advertisemen {
  margin-bottom: 50px;
}
.pg-advertisemen .sect-advertisemen .basic-copy dt {
  line-height: 2;
  font-weight: bold;
}
.pg-advertisemen .sect-advertisemen .basic-copy dt:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ffa100;
  border-radius: 50%;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.pg-advertisemen .sect-advertisemen .basic-copy dd {
  margin-left: 18px;
  margin-bottom: 20px;
}
.pg-advertisemen .sect-advertisemen .basic-box {
  padding: 30px 45px;
  margin-bottom: 50px;
}
.pg-advertisemen .sect-advertisemen .basic-box .title {
  margin-top: 0;
}
.pg-advertisemen .sect-advertisemen .basic-box .title .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9DC9F));
  background: linear-gradient(transparent 60%, #F9DC9F 60%);
  padding: 0 10px;
}
.pg-advertisemen .sect-advertisemen .basic-box p {
  line-height: 3;
}
.pg-advertisemen .sect-advertisemen .basic-box .copy {
  text-align: center;
  color: #ffa100;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.pg-advertisemen .sect-advertisemen .basic-box .basic-list li {
  line-height: 2;
}
.pg-advertisemen .sect-advertisemen .basic-box .basic-list li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ffa100;
  border-radius: 50%;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.pg-advertisemen .sect-advertisemen .basic-box .gray-box {
  background-color: #F3F3F3;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .pg-advertisemen .sect-advertisemen .basic-box {
    padding: 30px 20px;
  }
  .pg-advertisemen .sect-advertisemen .basic-box .copy {
    font-size: 18px;
  }
}

/******会社案内******/
.sect-company {
  margin-bottom: 50px;
}
.sect-company .basic-table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sect-company .basic-table th, .sect-company .basic-table td {
    padding: 10px;
  }
}

/******個人情報保護******/
.pg-privacy .sect-privacy {
  margin-bottom: 70px;
}
.pg-privacy .sect-privacy .main-copy {
  line-height: 1.8;
  margin-bottom: 50px;
}
.pg-privacy .sect-privacy .privacy-list dt {
  font-weight: bold;
  color: #ffa100;
  margin-bottom: 10px;
}
.pg-privacy .sect-privacy .privacy-list dd {
  margin: 0 0 30px 0;
}

/******後援事業******/
.pg-support .sect-support {
  margin-bottom: 70px;
}
.pg-support .sect-support h2 {
  color: #ffa100;
  font-size: 120%;
}
.pg-support .sect-support .main-copy {
  line-height: 1.8;
  margin-bottom: 50px;
}
.pg-support .sect-support .gray-box {
  background-color: #F3F3F3;
  padding: 20px;
}
.pg-support .sect-support .gray-box .text {
  text-align: center;
}
.pg-support .sect-support .gray-box .btn-container {
  margin-bottom: 30px;
}
.pg-support .sect-support .gray-box .white-box {
  background-color: #fff;
  padding: 20px;
}
.pg-support .sect-support .gray-box .white-box h3 {
  margin: 0 0 10px 0;
  font-size: 100%;
}
@media screen and (max-width: 600px) {
  .pg-support .sect-support .gray-box {
    padding: 10px;
  }
}

/******ABOUT US******/
.pg-aboutus .sect-aboutus {
  margin-bottom: 100px;
}
.pg-aboutus .sect-aboutus .main-copy {
  line-height: 1.8;
  text-align: center;
}
.pg-aboutus .sect-aboutus .catch-copy {
  color: #ffa100;
  font-size: 200%;
  text-align: center;
  font-weight: bold;
}
.pg-aboutus .sect-aboutus .copy-area {
  margin: 80px 0;
}
.pg-aboutus .sect-aboutus .copy-area .text {
  text-align: center;
  font-size: 120%;
  margin-top: 50px;
  line-height: 1.8;
}
.pg-aboutus .sect-aboutus .basic-list {
  text-indent: -1em;
}
.pg-aboutus .sect-aboutus .basic-list li {
  line-height: 2;
  margin-left: 1em;
}
.pg-aboutus .sect-aboutus .basic-list li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ffa100;
  border-radius: 50%;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/******番組紹介・タイムテーブル******/
.pg-program .sect-program .program-list {
  padding-left: 0;
}
.pg-program .sect-program .program-list li {
  list-style: none;
  line-height: 1.8;
}
.pg-program .sect-program .program-list li h2 {
  color: #ffa100;
  border-bottom: solid 3px #ffa100;
  padding-bottom: 10px;
}
.pg-program .sect-program .program-list li .article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: nowrap;
      -ms-flex-pack: nowrap;
          justify-content: nowrap;
  list-style: none;
  padding-left: 0;
}
.pg-program .sect-program .program-list li .article-box .details {
  width: 75%;
}
.pg-program .sect-program .program-list li .article-box .details .text {
  margin: 0 0 30px;
}
.pg-program .sect-program .program-list li .article-box .details .gray-box {
  background-color: #F3F3F3;
  padding: 30px 20px 20px 20px;
  position: relative;
}
.pg-program .sect-program .program-list li .article-box .details .gray-box h3 {
  background-color: #000;
  padding: 8px;
  position: absolute;
  top: -30px;
  left: 0;
  color: #fff;
}
.pg-program .sect-program .program-list li .article-box .details.-full {
  width: 100%;
}
.pg-program .sect-program .program-list li .article-box .images {
  width: 25%;
}
.pg-program .sect-program .program-list li .article-box .images .personality {
  margin-left: 30px;
  padding: 10px;
  background-color: #F9F7ED;
  -webkit-box-shadow: 10px 10px 0px 0px #ffb600;
          box-shadow: 10px 10px 0px 0px #ffb600;
}
.pg-program .sect-program .program-list li .article-box .images .personality p {
  margin-top: 0;
}
.pg-program .sect-program .program-list li .article-box .images .personality p img {
  text-align: center;
}
.pg-program .sect-program .program-list li .article-box .images .personality .name {
  text-align: center;
}
.pg-program .sect-program .program-list li .article-box .images .personality .name .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9DC9F));
  background: linear-gradient(transparent 60%, #F9DC9F 60%);
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .pg-program .sect-program .program-list li h2 {
    margin-top: 50px;
  }
  .pg-program .sect-program .program-list li .article-box .details {
    width: 100%;
  }
  .pg-program .sect-program .program-list li .article-box .images {
    width: 100%;
    margin-top: 20px;
  }
  .pg-program .sect-program .program-list li .article-box .images .personality {
    margin-left: 0;
    padding: 10px 30px 10px 30px;
  }
  .pg-program .sect-program .program-list li .article-box .images .personality p {
    text-align: center;
  }
  .pg-program .sect-program .program-list li .article-box .images .personality p img {
    width: 100%;
  }
}
.pg-program .sect-timetable {
  text-align: center;
}
.pg-program .sect-timetable h2 {
  margin-bottom: 50px;
}
.pg-program .sect-timetable .time-box {
  background-color: #FDF0D8;
  padding: 20px;
}
.pg-program .sect-timetable .time-box .copy {
  color: #ffa100;
  font-size: 150%;
  font-weight: bold;
  margin-top: -37px;
}
.pg-program .sect-timetable .time-box .btn-container {
  margin-top: -25px;
}

/******+IMAGE******/
.pg-plusimage .sect-mainvisual .main-copy {
  text-align: center;
  line-height: 1.8;
  margin-top: 45px;
}
.pg-plusimage .section-title .main {
  font-size: 36px;
  color: #ccc;
  font-weight: bold;
}
.pg-plusimage .section-title .sub {
  color: #ffa100;
  font-size: 24px;
  font-weight: normal;
  padding-top: 10px;
}
.pg-plusimage .sect-works .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.pg-plusimage .sect-works .swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.pg-plusimage .sect-works .thumb-list {
  margin: 20px -5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pg-plusimage .sect-works .thumb-list .thumb-item {
  list-style: none;
  width: 33.33333%;
  padding-bottom: 20px;
}
.pg-plusimage .sect-works .thumb-list .thumb-item span {
  padding: 5px;
  display: block;
  font-size: 14px;
  text-align: center;
}
.pg-plusimage .sect-works .thumb-list .thumb-item span .thumb-link {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pg-plusimage .sect-works .thumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pg-plusimage .sect-works .thumb-list .thumb-item {
    width: 50%;
  }
}
.pg-plusimage .sect-staff .copy {
  text-align: center;
}
.pg-plusimage .sect-staff .copy:before {
  content: url(../../img/plusimage/copy01.png);
  display: inline-block;
  margin-right: 10px;
}
.pg-plusimage .sect-staff .copy:after {
  content: url(../../img/plusimage/copy02.png);
  display: inline-block;
  margin-left: 10px;
}
.pg-plusimage .sect-staff .staff-list {
  max-width: 430px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pg-plusimage .sect-staff .staff-list li {
  margin: 0;
  padding: 0;
  width: 30%;
}
.pg-plusimage .sect-staff .staff-list li .illust {
  padding: 0 10px;
}
.pg-plusimage .sect-staff .staff-list li .illust img {
  border-radius: 100px;
}
.pg-plusimage .sect-staff .staff-list li .name {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .pg-plusimage .sect-staff .copy:before, .pg-plusimage .sect-staff .copy:after {
    display: none;
  }
  .pg-plusimage .sect-staff .staff-list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: nowrap;
        -ms-flex-pack: nowrap;
            justify-content: nowrap;
    list-style: none;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pg-plusimage .sect-staff .staff-list li {
    width: 33.333%;
  }
  .pg-plusimage .sect-staff .staff-list li:after {
    content: "";
    display: block;
    width: 33.333%;
  }
}
.pg-plusimage .sect-contents .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: nowrap;
      -ms-flex-pack: nowrap;
          justify-content: nowrap;
  list-style: none;
  padding-left: 0;
  list-style: none;
  margin: 0 -15px;
}
.pg-plusimage .sect-contents .business-list li {
  margin: 0;
  padding: 0;
  width: 50%;
}
.pg-plusimage .sect-contents .business-list li .contents-box {
  margin: 0 15px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 0;
  border: solid #99CCFF;
  border-width: 50px 5px 5px 5px;
  position: relative;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon {
  border-radius: 50%;
  border: solid 5px #99CCFF;
  background: #FFF;
  color: #FF9300;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  position: absolute;
  margin: 0 auto;
  top: -80px;
  left: 0;
  right: 0;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon span:before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  vertical-align: middle;
  border-radius: 100px;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-company span:before {
  background: url(../../img/plusimage/icon-business01.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-camera span:before {
  background: url(../../img/plusimage/icon-business02.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-web span:before {
  background: url(../../img/plusimage/icon-business03.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-event span:before {
  background: url(../../img/plusimage/icon-business04.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-recruit span:before {
  background: url(../../img/plusimage/icon-business05.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-manual span:before {
  background: url(../../img/plusimage/icon-business06.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-sns span:before {
  background: url(../../img/plusimage/icon-business07.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-desital span:before {
  background: url(../../img/plusimage/icon-business08.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-drone span:before {
  background: url(../../img/plusimage/icon-business09.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box .icon.-other span:before {
  background: url(../../img/plusimage/icon-business10.png);
  background-size: contain;
}
.pg-plusimage .sect-contents .business-list li .contents-box h3 {
  font-weight: bold;
  color: #ffa100;
  text-align: center;
}
.pg-plusimage .sect-contents .business-list li .contents-box .text {
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .pg-plusimage .sect-contents .business-list li {
    width: 100%;
  }
  .pg-plusimage .sect-contents .business-list li .contents-box {
    margin: 0 10px 50px;
  }
}
.pg-plusimage .sect-price .basic-box {
  padding: 30px 35px;
  margin-bottom: 50px;
}
.pg-plusimage .sect-price .basic-box h3.title {
  margin-top: 0;
}
.pg-plusimage .sect-price .basic-box h3.title .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9DC9F));
  background: linear-gradient(transparent 60%, #F9DC9F 60%);
  padding: 0 10px;
}
.pg-plusimage .sect-price .basic-box .copy {
  text-align: center;
  color: #ffa100;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.pg-plusimage .sect-price .basic-box p {
  text-align: center;
}
.pg-plusimage .sect-price .basic-box .text {
  line-height: 1.8;
}
.pg-plusimage .sect-price .basic-box .gray-box {
  background-color: #F3F3F3;
  padding: 20px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .pg-plusimage .basic-box {
    padding: 30px 20px;
  }
  .pg-plusimage .basic-box .copy {
    font-size: 20px;
  }
}
.pg-plusimage .sect-flow .copy {
  text-align: center;
}
.pg-plusimage .sect-flow .copy span {
  padding: 8px;
  margin: 10px;
}
.pg-plusimage .sect-flow .copy span.customer {
  background-color: #FF9900;
}
.pg-plusimage .sect-flow .copy span.us {
  background-color: #CCCCCC;
}
.pg-plusimage .sect-flow .copy span.joint {
  background-color: #99CCFF;
}
.pg-plusimage .sect-flow .flowchart {
  padding-left: 0;
  margin-top: 30px;
}
.pg-plusimage .sect-flow .flowchart .gray-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  background-color: #F3F3F3;
  padding: 30px;
  list-style: none;
  margin-bottom: 50px;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title {
  width: 65%;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: nowrap;
      -ms-flex-pack: nowrap;
          justify-content: nowrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title h3 .circle {
  background-color: #FF6633;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  margin: 0;
  color: #fff;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title h3 .circle .subtitle {
  display: block;
  text-align: center;
  font-size: 70%;
  padding-top: 13px;
  font-weight: normal;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title h3 .circle .number {
  display: block;
  text-align: center;
  font-size: 150%;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title h3 .text {
  padding-left: 20px;
  font-size: 150%;
  margin: 20px 0;
  font-weight: normal;
}
.pg-plusimage .sect-flow .flowchart .gray-box .title .comment {
  line-height: 1.8;
}
.pg-plusimage .sect-flow .flowchart .gray-box .images {
  width: 35%;
}
.pg-plusimage .sect-flow .flowchart .gray-box .images p {
  padding: 0 0 0 30px;
}
.pg-plusimage .sect-flow .flowchart .gray-box .images p img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pg-plusimage .sect-flow .flowchart .gray-box {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: nowrap;
        -ms-flex-pack: nowrap;
            justify-content: nowrap;
    list-style: none;
    padding-left: 0;
  }
  .pg-plusimage .sect-flow .flowchart .gray-box .title {
    width: 100%;
    padding-left: 20px;
  }
  .pg-plusimage .sect-flow .flowchart .gray-box .images {
    width: 100%;
    padding-left: 20px;
  }
  .pg-plusimage .sect-flow .flowchart .gray-box .images p {
    padding: 0;
  }
}
.pg-plusimage .note {
  color: #FF6633;
}
/*# sourceMappingURL=site.css.map */