@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3";
  color: #222222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}
a {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
  outline: 0;
}
a:hover {
  color: #666;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3";
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
html {
  font-size: 62.5%;
}
a {
  -webkit-tap-highlight-color: transparent;
}
/* Root font-size
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address,
figcaption {
  font-size: 1.2em;
}
@media (min-width: 769px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dt,
  dd,
  li,
  caption,
  col,
  th,
  td,
  p,
  address,
  figcaption {
    font-size: 1.4em;
  }
}
dd dt,
dd dd,
dd li,
dd p,
dd caption,
dd col,
dd th,
dd td,
dd figcaption,
dt dt,
dt dd,
dt li,
dt p,
dt caption,
dt col,
dt th,
dt td,
dt figcaption,
li dt,
li dd,
li li,
li p,
li caption,
li col,
li th,
li td,
li figcaption,
th dt,
th dd,
th li,
th p,
th caption,
th col,
th th,
th td,
th figcaption,
td dt,
td dd,
td li,
td p,
td caption,
td col,
td th,
td td,
td figcaption {
  font-size: 1em;
}
sup,
sub {
  font-size: 10;
}
body,
input,
textarea,
select,
button {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3";
}
.ie body,
.ie input,
.ie textarea,
.ie select,
.ie button {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3";
}
/* Form parts reset
   ========================================================================== */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: #323232;
  line-height: 1.6;
  outline: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear,
button::-ms-clear,
input::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal,
button::-ms-reveal {
  visibility: hidden;
}
textarea,
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="file"],
input[type="color"],
input[type="range"],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="reset"],
select,
button {
  cursor: pointer;
}
input[disabled] {
  cursor: not-allowed;
}
input[type="hidden"] {
  display: none;
}
textarea {
  resize: vertical;
}
button.ie:active {
  position: relative;
  top: -1px;
  left: -1px;
}
/* ==========================================================================
   Layout - General
   ========================================================================== */
/* Root
   ========================================================================== */
body {
  line-height: 1.6;
  color: #323232;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
}
.is-overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
.adaptive-pc body {
  z-index: 1;
}
@media print, (min-width: 769px) {
  body:not(.adaptive-sp) {
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  body:not(.adaptive-sp) {
    z-index: 2;
  }
}
/* Container
  ========================================================================== */
/* Section
   ========================================================================== */
.section {
  margin-top: 40px;
}
.section:first-child {
  margin-top: 0;
}
.section .section {
  margin-top: 20px;
}
.section .section:first-child {
  margin-top: 0;
}
/* ==========================================================================
Layout - Breadcrumbs
========================================================================== */
/* Breadcrumbs
========================================================================== */
.breadcrumb {
  display: none;
}
.adaptive-pc .breadcrumb {
  display: block;
  position: absolute;
  z-index: 100;
  min-width: 1024px;
}
.adaptive-pc .breadcrumb__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  line-height: 50px;
}
.adaptive-pc .breadcrumb ul {
  margin-left: 20px;
}
.adaptive-pc .breadcrumb ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.adaptive-pc .breadcrumb li {
  font-size: 1.1rem;
  padding-right: 6px;
  padding-left: 10px;
  float: left;
}
.adaptive-pc .breadcrumb li:before {
  content: '＞';
  position: relative;
  left: -6px;
}
.adaptive-pc .breadcrumb li:first-child {
  text-indent: 0;
  padding-left: 0;
}
.adaptive-pc .breadcrumb li:first-child:before {
  display: none;
}
.adaptive-pc .breadcrumb li a {
  color: #323232;
}
.adaptive-pc .breadcrumb li a:hover {
  color: #d8063d;
}
@media print, (min-width: 769px) {
  body:not(.adaptive-sp)  .breadcrumb {
    display: block;
    position: absolute;
    z-index: 100;
    min-width: 1024px;
  }
  body:not(.adaptive-sp)  .breadcrumb__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 0;
    line-height: 50px;
  }
  body:not(.adaptive-sp)  .breadcrumb ul {
    margin-left: 20px;
  }
  body:not(.adaptive-sp)  .breadcrumb ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  body:not(.adaptive-sp)  .breadcrumb li {
    font-size: 1.1rem;
    padding-right: 6px;
    padding-left: 10px;
    float: left;
  }
  body:not(.adaptive-sp)  .breadcrumb li:before {
    content: '＞';
    position: relative;
    left: -6px;
  }
  body:not(.adaptive-sp)  .breadcrumb li:first-child {
    text-indent: 0;
    padding-left: 0;
  }
  body:not(.adaptive-sp)  .breadcrumb li:first-child:before {
    display: none;
  }
  body:not(.adaptive-sp)  .breadcrumb li a {
    color: #323232;
  }
  body:not(.adaptive-sp)  .breadcrumb li a:hover {
    color: #d8063d;
  }
}
/* ==========================================================================
Layout - content
========================================================================== */
a:focus {
  outline-color: #4099d9;
}
/* content
========================================================================== */
main {
  position: relative;
  display: block;
  z-index: 0;
}
.adaptive-pc main {
  min-width: 1024px;
}
@media print, (min-width: 769px) {
  body:not(.adaptive-sp)  main {
    min-width: 1024px;
  }
}
.content-inner {
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
}
.adaptive-pc .content-inner {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  min-width: 1003.52px;
  max-width: 1470px;
}
@media print, (min-width: 769px) {
  body:not(.adaptive-sp)  .content-inner {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    min-width: 1003.52px;
    max-width: 1470px;
  }
}
.visually-hidden {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  overflow: hidden;
}
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Heading
   ========================================================================== */
.mod-page-title h1,
.mod-page-title h2,
.mod-page-title h3,
.mod-page-title h4,
.mod-page-title h5,
.mod-page-title h6 {
  position: relative;
  padding-left: 20px;
  font-size: 3.2em;
}
.mod-page-title h1:before,
.mod-page-title h2:before,
.mod-page-title h3:before,
.mod-page-title h4:before,
.mod-page-title h5:before,
.mod-page-title h6:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 94%;
  background-color: #333;
  content: "";
}
.mod-section-title {
  padding: 12px 0 10px;
  border-bottom: #888 1px dotted;
}
.mod-section-title h1,
.mod-section-title h2,
.mod-section-title h3,
.mod-section-title h4,
.mod-section-title h5,
.mod-section-title h6 {
  position: relative;
  padding-left: 15px;
  font-size: 1.8em;
}
.mod-section-title h1:before,
.mod-section-title h2:before,
.mod-section-title h3:before,
.mod-section-title h4:before,
.mod-section-title h5:before,
.mod-section-title h6:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 92%;
  background-color: #ccc;
  content: "";
}
.mod-local-title {
  padding: 8px 0 7px;
  border: #ccc 1px solid;
}
.mod-local-title h1,
.mod-local-title h2,
.mod-local-title h3,
.mod-local-title h4,
.mod-local-title h5,
.mod-local-title h6 {
  position: relative;
  padding-left: 13px;
  font-weight: bold;
  font-size: 1.6em;
}
.mod-local-title h1:before,
.mod-local-title h2:before,
.mod-local-title h3:before,
.mod-local-title h4:before,
.mod-local-title h5:before,
.mod-local-title h6:before {
  position: absolute;
  top: .1em;
  left: -1px;
  width: 4px;
  height: 70%;
  background-color: #ccc;
  content: "";
}
.mod-sub-title {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.mod-sub-title h1,
.mod-sub-title h2,
.mod-sub-title h3,
.mod-sub-title h4,
.mod-sub-title h5,
.mod-sub-title h6 {
  position: relative;
  padding-left: 13px;
  font-size: 1.4em;
}
.mod-sub-title h1:before,
.mod-sub-title h2:before,
.mod-sub-title h3:before,
.mod-sub-title h4:before,
.mod-sub-title h5:before,
.mod-sub-title h6:before {
  position: absolute;
  bottom: .3em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  content: "";
}
.mod-general-title {
  font-size: 1.6em;
  color: #a93542;
  letter-spacing: .075em;
}
@media (min-width: 769px) {
  .mod-general-title {
    font-size: 2.2em;
  }
}
.mod-general-local-title {
  line-height: 1.71;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 9px;
  font-size: 1.4em;
  color: #323232;
}
@media (min-width: 769px) {
  .mod-general-local-title {
    font-size: 2em;
  }
}
/* Link
   ========================================================================== */
.mod-link {
  color: #b69644;
}
.mod-link:visited {
  color: #b69644;
}
@media (min-width: 769px) {
  .mod-link:hover,
  .mod-link:active {
    color: #b69644;
    text-decoration: none;
    border-bottom: 1px solid #b69644;
  }
}
/* Button
   ========================================================================== */
.mod-button {
  display: inline-block;
  border: 1px #c8c8c8 solid;
  padding: 1.36em;
  font-size: 1.1rem;
  background-color: #fff;
  color: #646464;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (min-width: 769px) {
  .mod-button {
    font-size: 1.6rem;
  }
  .mod-button:hover {
    border-color: #d8063d;
    background-color: #d8063d;
    color: #fff;
  }
}
.mod-button.opt-button-revece {
  border-color: #d8063d;
  background-color: #d8063d;
  color: #fff;
}
@media (min-width: 769px) {
  .mod-button.opt-button-revece:hover {
    border-color: #c8c8c8;
    background-color: #fff;
    color: #646464;
  }
}
.mod-button.opt-button-arrow {
  position: relative;
  padding-right: 4.08em;
  padding-left: 1.36em;
}
.mod-button.opt-button-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  background: #d8063d url(/common/img/parts/button_ico01.png) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .mod-button.opt-button-arrow:after {
    width: 38px;
    height: 38px;
    right: 20px;
  }
  .mod-button.opt-button-arrow:hover:after {
    background-color: #fff;
    background-position: bottom center;
  }
}
.mod-button.opt-button-arrow.opt-button-revece:after {
  background-color: #fff;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .mod-button.opt-button-arrow.opt-button-revece:hover:after {
    background-color: #d8063d;
    background-position: top center;
  }
}
.mod-button.opt-button-arrow.opt-button-centertext {
  padding-right: 4.08em;
  padding-left: 4.08em;
}
.mod-button.opt-button-arrowdown {
  position: relative;
  padding-right: 4.08em;
  padding-left: 1.36em;
}
.mod-button.opt-button-arrowdown:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  background: #d8063d url(/common/img/parts/button_ico03.png) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .mod-button.opt-button-arrowdown:after {
    width: 38px;
    height: 38px;
    right: 20px;
  }
  .mod-button.opt-button-arrowdown:hover:after {
    background-color: #fff;
    background-position: bottom center;
  }
}
.mod-button.opt-button-arrowdown.opt-button-revece:after {
  background-color: #fff;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .mod-button.opt-button-arrowdown.opt-button-revece:hover:after {
    background-color: #d8063d;
    background-position: top center;
  }
}
.mod-button.opt-button-arrowdown.opt-button-centertext {
  padding-right: 4.08em;
  padding-left: 4.08em;
}
.mod-button.opt-button-arrowreverce {
  position: relative;
  padding-right: 1.36em;
  padding-left: 4.08em;
}
.mod-button.opt-button-arrowreverce:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  background: #d8063d url(/common/img/parts/button_ico02.png) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .mod-button.opt-button-arrowreverce:after {
    width: 38px;
    height: 38px;
    left: 20px;
  }
  .mod-button.opt-button-arrowreverce:hover:after {
    background-color: #fff;
    background-position: bottom center;
  }
}
.mod-button.opt-button-arrowreverce.opt-button-revece:after {
  background-color: #fff;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .mod-button.opt-button-arrowreverce.opt-button-revece:hover:after {
    background-color: #d8063d;
    background-position: top center;
  }
}
.mod-button.opt-button-arrowreverce.opt-button-centertext {
  padding-right: 4.08em;
  padding-left: 4.08em;
}
.mod-button.opt-button-fullwidth {
  display: block;
}
button.mod-button.opt-button-fullwidth {
  width: 100%;
}
.mod-button.opt-button-middle {
  padding-top: .762em;
  padding-bottom: .762em;
}
.mod-button.opt-button-middle.opt-button-arrow,
.mod-button.opt-button-middle.opt-button-arrowdown,
.mod-button.opt-button-middle.opt-button-arrowreverce {
  padding-right: 3.6em;
  padding-left: 3.6em;
}
.mod-button.opt-button-middle.opt-button-arrow:after,
.mod-button.opt-button-middle.opt-button-arrowdown:after,
.mod-button.opt-button-middle.opt-button-arrowreverce:after {
  width: 20px;
  height: 20px;
}
@media (min-width: 769px) {
  .mod-button.opt-button-middle.opt-button-arrow:after,
  .mod-button.opt-button-middle.opt-button-arrowdown:after,
  .mod-button.opt-button-middle.opt-button-arrowreverce:after {
    width: 29px;
    height: 29px;
  }
  .mod-button.opt-button-middle.opt-button-arrow:after,
  .mod-button.opt-button-middle.opt-button-arrowdown:after {
    right: 17px;
  }
  .mod-button.opt-button-middle.opt-button-arrowreverce:after {
    left: 17px;
  }
}
.mod-button.opt-button-thin {
  font-size: 1.1rem;
  padding-top: .762em;
  padding-bottom: .762em;
}
.mod-button.opt-button-thin.opt-button-arrow,
.mod-button.opt-button-thin.opt-button-arrowdown,
.mod-button.opt-button-thin.opt-button-arrowreverce {
  padding-right: 3.6em;
  padding-left: 3.6em;
}
.mod-button.opt-button-thin.opt-button-arrow:after,
.mod-button.opt-button-thin.opt-button-arrowdown:after,
.mod-button.opt-button-thin.opt-button-arrowreverce:after {
  width: 15px;
  height: 15px;
}
@media (min-width: 769px) {
  .mod-button.opt-button-thin {
    font-size: 1.3rem;
    padding-top: .585em;
    padding-bottom: .585em;
  }
  .mod-button.opt-button-thin.opt-button-arrow:after,
  .mod-button.opt-button-thin.opt-button-arrowdown:after,
  .mod-button.opt-button-thin.opt-button-arrowreverce:after {
    width: 20px;
    height: 20px;
  }
  .mod-button.opt-button-thin.opt-button-arrow:after,
  .mod-button.opt-button-thin.opt-button-arrowdown:after {
    right: 15px;
  }
  .mod-button.opt-button-thin.opt-button-arrowreverce:after {
    left: 15px;
  }
}
/* Unordered/Ordered list
   ========================================================================== */
.mod-ul {
  margin-top: 20px;
}
.mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin-top: 20px;
  margin-left: 18px;
  list-style-type: disc;
}
.mod-ul > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-ul-noicon > li {
  list-style: none;
  margin-left: 0;
}
.mod-ol {
  margin-top: 20px;
}
.mod-ol:first-child {
  margin-top: 0;
}
.mod-ol > li {
  margin-top: 20px;
  margin-left: 2em;
  list-style-type: decimal;
}
.mod-ol > li:first-child {
  margin-top: 0;
}
/* Index */
.mod-ol-index {
  margin-top: 20px;
}
.mod-ol-index:first-child {
  margin-top: 0;
}
.mod-ol-index > li {
  margin-top: 20px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-ol-index > li:first-child {
  margin-top: 0;
}
.mod-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
/* Definition list
   ========================================================================== */
.mod-dl {
  margin-top: 20px;
}
.mod-dl:first-child {
  margin-top: 0;
}
.mod-dl > dt {
  font-weight: bold;
}
/* Horizontal */
.mod-dl-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.mod-dl-horizontal:first-child {
  margin-top: 0;
}
.mod-dl-horizontal > dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.mod-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
}
/* Responsive */
.mod-dl-responsive {
  margin-top: 20px;
}
.mod-dl-responsive:first-child {
  margin-top: 0;
}
.mod-dl-responsive > dt {
  margin-top: 20px;
  font-weight: bold;
}
.mod-dl-responsive > dt:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .mod-dl-responsive {
    overflow: hidden;
    zoom: 1;
  }
  .mod-dl-responsive > dt {
    float: left;
    clear: left;
  }
  .mod-dl-responsive > dd {
    margin-top: 20px;
    overflow: hidden;
    zoom: 1;
  }
  .mod-dl-responsive > dd:first-child {
    margin-top: 0;
  }
  .mod-dl-responsive > dd:nth-child(-n+2) {
    margin-top: 0;
  }
}
/* Notes
   ========================================================================== */
.mod-note {
  margin-top: 20px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.mod-note:first-child {
  margin-top: 0;
}
.mod-note span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-note-ul {
  margin-top: 20px;
}
.mod-note-ul:first-child {
  margin-top: 0;
}
.mod-note-ul > li {
  margin-top: 20px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.mod-note-ul > li:first-child {
  margin-top: 0;
}
.mod-note-ul > li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-note-ol {
  margin-top: 20px;
}
.mod-note-ol:first-child {
  margin-top: 0;
}
.mod-note-ol > li {
  margin-top: 20px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-note-ol > li:first-child {
  margin-top: 0;
}
.mod-note-ol > li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
/* Separator
   ========================================================================== */
.mod-hr {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #cecece;
}
.mod-hr-dotted {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #cecece;
}
/* Movie
========================================================================== */
.mod-movie {
  position: relative;
  padding-top: 56.25%;
}
.mod-movie.is-load:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/common/img/parts/movie_img02.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
.mod-movie.is-show {
  z-index: 1;
}
.mod-movie_trigger,
.mod-movie_player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-movie_trigger > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mod-movie_trigger > a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 14.67%;
  height: 25.89%;
  margin: auto;
  background: url(/common/img/parts/movie_img01.png) no-repeat center center;
  background-size: 100% 100%;
}
.mod-movie_trigger > a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .mod-movie_trigger > a:hover:after {
    background-image: url(/common/img/parts/movie_img01_on.png);
  }
}
.mod-movie_player {
  display: none;
}
.mod-movie_player > iframe {
  width: 100%;
  height: 100%;
}
/* contact
========================================================================== */
.mod_contact {
  border: 1px solid #a93542;
  text-align: center;
}
.mod_contact .mod_contact_title {
  padding: 6px 15px;
  font-size: 1rem;
  background-color: #a93542;
  color: #fff;
}
.mod_contact .mod_contact_body {
  border-top: 1px solid #a93542;
  padding: 15px;
}
@media (min-width: 769px) {
  .mod_contact {
    width: 354px;
    margin: 0 auto;
  }
  .mod_contact .mod_contact_title {
    padding: 8px 20px;
    font-size: 1.5rem;
  }
  .mod_contact .mod_contact_body {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .mod_contact.opt-width500 {
    width: 500px;
  }
}
@media (min-width: 769px) {
  .mod_contact.opt-width600 {
    width: 600px;
  }
}
@media (min-width: 769px) {
  .mod_contact.opt-width700 {
    width: 700px;
  }
}
@media (min-width: 769px) {
  .mod_contact.opt-widthfree {
    width: auto;
  }
}
.mod_contact_number img {
  width: auto;
  max-width: 74.36%;
  height: auto;
}
@media (min-width: 769px) {
  .mod_contact_number a {
    pointer-events: none;
  }
}
.mod_contact_teltext {
  margin-top: 13px;
  border-top: 1px solid #c8c8c8;
  padding-top: 8px;
}
@media (min-width: 769px) {
  .mod_contact_teltext {
    font-size: 1.2rem;
  }
}
/* recipe modules
========================================================================== */
.recipe {
  display: none;
}
.recipe-title {
  text-align: center;
  padding: 20px 0;
}
.recipe-title h1 {
  font-size: 22px;
}
@media print, (min-width: 769px) {
  .recipe-title {
    padding: 60px 0 20px;
  }
  .recipe-title h1 {
    font-size: 55px;
    font-size: 5.5rem;
    font-family: 'AxisStd-Light';
  }
}
.recipe_arrange {
  display: inherit;
}
.recipe_arrange .recipe__inner {
  width: 100%;
}
.recipe_arrange .recipe__list {
  font-size: 0;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.recipe_arrange .recipe__list li {
  display: inline-block;
  padding: 0 5px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recipe_arrange .recipe__list li img {
  width: 100%;
}
@media print, (min-width: 769px) {
  .recipe_arrange .recipe__list {
    margin: 0 -10px;
  }
  .recipe_arrange .recipe__list li {
    width: 20%;
    margin: 0;
  }
}
.recipe__list a {
  position: relative;
  display: block;
}
.recipe__list a.is-touch .recipe__hover {
  opacity: 1;
}
.recipe__list a.is-touch .recipe__hover span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.recipe__hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #c40029;
  background-color: rgba(196, 0, 41, 0.8);
  background-image: url(/common/img/parts/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 92% 92%;
  background-size: 25px 26px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media print, (min-width: 769px) {
  .recipe__hover {
    background-position: 93% 93%;
    background-size: 28px;
  }
}
.recipe-list__hover {
  background-size: 24px;
}
@media print, (min-width: 769px) {
  .recipe-list__hover {
    background-size: 41px;
  }
}
.recipe__hover p {
  display: table;
  width: 100%;
  height: 100%;
}
.recipe__hover span {
  font-size: 1.1rem;
  color: white;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
@media print, (min-width: 769px) {
  .recipe__hover span {
    font-size: 1.5rem;
  }
}
@media print, (min-width: 769px) {
  .recipe__list a:hover .recipe__hover {
    opacity: 1;
  }
  .recipe__list a:hover .recipe__hover span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .recipe {
    display: block;
    padding-bottom: 40px;
  }
  .recipe__inner {
    text-align: center;
  }
  .recipe__list:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .recipe__list li {
    visibility: hidden;
    float: left;
    width: 13.5%;
    margin-right: 0.9%;
    margin-bottom: 0.9%;
  }
  .recipe__list li:nth-child(7n) {
    margin-right: 0;
  }
  .recipe__list li img {
    width: 100%;
  }
}
/* ==========================================================================
Layout - block modules
========================================================================== */
/* Common frame module
========================================================================== */
.mod-frame {
  margin: 10px 10px 10px;
}
.adaptive-pc .mod-frame {
  width: 1024px;
  margin: 50px auto;
}
@media (min-width: 769px) {
  body:not(.adaptive-sp) .mod-frame {
    width: 1024px;
    margin: 50px auto 40px;
  }
}
.mod-frame.opt-full .adaptive-pc {
  width: auto;
}
@media (min-width: 769px) {
  body:not(.adaptive-sp) .mod-frame.opt-full {
    width: auto;
  }
}
/* Media
   ========================================================================== */
.mod-column {
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
}
.mod-column:first-child {
  margin-top: 0;
}
.mod-column > .mod-column_item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  margin-top: 20px;
}
.opt-column-clm2.mod-column > .mod-column_item:nth-child(-n+2),
.opt-column-clm3.mod-column > .mod-column_item:nth-child(-n+3),
.opt-column-clm4.mod-column > .mod-column_item:nth-child(-n+4) {
  margin-top: 0;
}
.opt-column-clm2.mod-column > .mod-column_item {
  width: 50%;
}
.opt-column-clm3.mod-column > .mod-column_item {
  width: 33.3333%;
}
.opt-column-clm4.mod-column > .mod-column_item {
  width: 25%;
}
.mod-column > .mod-column_item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod-column.opt-column-responsive {
  margin-right: 0;
  margin-left: 0;
}
.mod-column.opt-column-responsive > .mod-column_item {
  float: none;
  padding: 0;
}
.opt-column-clm2.mod-column.opt-column-responsive > .mod-column_item:nth-child(-n+2),
.opt-column-clm3.mod-column.opt-column-responsive > .mod-column_item:nth-child(-n+3),
.opt-column-clm4.mod-column.opt-column-responsive > .mod-column_item:nth-child(-n+4) {
  margin-top: 20px;
}
.opt-column-clm2.mod-column.opt-column-responsive > .mod-column_item:first-child,
.opt-column-clm3.mod-column.opt-column-responsive > .mod-column_item:first-child,
.opt-column-clm4.mod-column.opt-column-responsive > .mod-column_item:first-child {
  margin-top: 0;
}
.opt-column-clm2.mod-column.opt-column-responsive > .mod-column_item,
.opt-column-clm3.mod-column.opt-column-responsive > .mod-column_item,
.opt-column-clm4.mod-column.opt-column-responsive > .mod-column_item {
  width: auto;
}
@media (min-width: 769px) {
  .mod-column.opt-column-responsive {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mod-column.opt-column-responsive > .mod-column_item {
    float: left;
    padding: 0 10px;
    margin-top: 20px;
  }
  .opt-column-clm2.mod-column.opt-column-responsive > .mod-column_item:nth-child(-n+2),
  .opt-column-clm3.mod-column.opt-column-responsive > .mod-column_item:nth-child(-n+3),
  .opt-column-clm4.mod-column.opt-column-responsive > .mod-column_item:nth-child(-n+4) {
    margin-top: 0;
  }
  .opt-column-clm2.mod-column.opt-column-responsive > .mod-column_item {
    width: 50%;
  }
  .opt-column-clm3.mod-column.opt-column-responsive > .mod-column_item {
    width: 33.3333%;
  }
  .opt-column-clm4.mod-column.opt-column-responsive > .mod-column_item {
    width: 25%;
  }
}
/* Table
   ========================================================================== */
.mod-table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
}
.mod-table:first-child {
  margin-top: 0;
}
.mod-table th,
.mod-table td {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
  border-left: 1px solid #e2e2e2;
  padding: 20px 30px;
  font-size: 1.4em;
  font-weight: normal;
}
li .mod-table th,
li .mod-table td {
  font-size: 1em;
}
.mod-table th:first-child,
.mod-table td:first-child {
  border-left: none;
}
/* Responsive Table
   ========================================================================== */
.mod-responsive-table {
  margin-top: 20px;
}
.mod-responsive-table:first-child {
  margin-top: 0;
}
.mod-responsive-table > dl {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 10px 20px;
}
.mod-responsive-table > dl + dl {
  border-top: none;
}
.mod-responsive-table > dl > dt {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.79;
}
li .mod-responsive-table > dl > dt {
  font-size: 1em;
}
.mod-responsive-table > dl > dd {
  margin-top: 15px;
  font-weight: normal;
  font-size: 1.2em;
}
li .mod-responsive-table > dl > dd {
  font-size: 1em;
}
@media (min-width: 769px) {
  .mod-responsive-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .mod-responsive-table > dl {
    display: table-row;
    border: none;
    padding: 0;
  }
  .mod-responsive-table > dl > dt,
  .mod-responsive-table > dl > dd {
    display: table-cell;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    vertical-align: middle;
  }
  .mod-responsive-table > dl > dt {
    width: 220px;
    padding: 20px 30px;
    font-size: 1.4em;
  }
  li .mod-responsive-table > dl > dt {
    font-size: 1em;
  }
  .mod-responsive-table > dl > dd {
    margin-top: 0;
    border-left: 1px solid #e2e2e2;
    padding: 20px 30px;
    font-size: 1.4em;
  }
  li .mod-responsive-table > dl > dd {
    font-size: 1em;
  }
}
@media (min-width: 769px) {
  .mod-responsive-table.opt-thin > dl > dt,
  .mod-responsive-table.opt-thin > dl > dd {
    padding: 10px 30px;
  }
}
@media (min-width: 769px) {
  .mod-responsive-table.opt-head300 > dl > dt {
    width: 300px;
  }
}
/* Accordion
   ========================================================================== */
.mod-accordion {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}
.mod-accordion + .mod-accordion {
  border-top: none;
}
.mod-accordion > dt {
  position: relative;
  padding: 11px 36px;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  color: #323232;
}
.mod-accordion > dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 16px;
  height: 10px;
  margin: auto;
  background: url(/common/img/parts/accordion_ico01.png) no-repeat top center;
  background-size: 100%;
}
.is-open.mod-accordion > dt:after {
  background-position: bottom center;
}
.mod-accordion > dd {
  border-top: 1px solid #c8c8c8;
  background-color: #f5f5f5;
  font-size: 1.2em;
}
.mod-accordion .mod-accordion_inner {
  padding: 11px 10px;
}
@media (min-width: 769px) {
  .mod-accordion > dt {
    padding: 10px 32px 9px;
    font-size: 1.4em;
  }
  .mod-accordion > dt:after {
    width: 12px;
    height: 8px;
  }
  .mod-accordion > dd {
    font-size: 1.4em;
  }
  .mod-accordion .mod-accordion_inner {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.mod-accordion.opt-accordion-faq > dt {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 37px;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}
.mod-accordion.opt-accordion-faq > dt .faqlabel {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.73em;
}
.mod-accordion.opt-accordion-faq > dt .faqnumber {
  position: absolute;
  display: block;
  left: 20px;
  top: 12px;
  width: 1.5em;
  text-align: right;
}
.mod-accordion.opt-accordion-faq > dd {
  position: relative;
}
.mod-accordion.opt-accordion-faq .mod-accordion_inner {
  position: relative;
  padding-left: 37px;
  min-height: 1.6em;
}
.mod-accordion.opt-accordion-faq .mod-responsive-table > dl > dt,
.mod-accordion.opt-accordion-faq .mod-responsive-table > dl > dd {
  font-size: 1em;
}
.mod-accordion.opt-accordion-faq .faqlabel {
  position: absolute;
  left: 10px;
  top: 11px;
  font-weight: bold;
  color: #d8063d;
}
.mod-accordion.opt-accordion-faq.is-open > dt {
  color: #d8063d;
}
.mod-accordion.opt-accordion-faq.is-open > dt:after {
  background-image: url(/common/img/parts/accordion_ico02.png);
}
@media (min-width: 769px) {
  .mod-accordion.opt-accordion-faq > dt {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 42px;
    font-size: 1.5em;
  }
  .mod-accordion.opt-accordion-faq > dt .faqlabel {
    left: 10px;
    top: 6px;
    font-size: 1.47em;
  }
  .mod-accordion.opt-accordion-faq > dt .faqnumber {
    position: static;
    display: inline;
    width: auto;
  }
  .mod-accordion.opt-accordion-faq .mod-accordion_inner {
    padding-left: 42px;
  }
  .mod-accordion.opt-accordion-faq .faqlabel {
    left: 14px;
    top: 10px;
  }
}
/* Border Frame
   ========================================================================== */
.mod-borderframe {
  margin-top: 20px;
  border: 1px solid #cccccc;
}
.mod-borderframe:first-child {
  margin-top: 0;
}
.mod-borderframe .mod-borderframe_title {
  padding: 7px 15px;
  text-align: center;
}
.mod-borderframe .mod-borderframe_body {
  border-top: 1px solid #e3e3e3;
  padding: 15px;
}
@media (min-width: 769px) {
  .mod-borderframe .mod-borderframe_title {
    padding: 14px 20px 13px;
    font-size: 1.5rem;
  }
  .mod-borderframe .mod-borderframe_body {
    padding: 40px;
  }
}
.mod-borderframe.opt-borderframe-bg {
  background-color: #fff;
}
.mod-borderframe.theme-b .mod-borderframe_title {
  background-color: #ccc;
  color: #fff;
}
.mod-borderframe.theme-c {
  border-color: #a93542;
}
.mod-borderframe.theme-c .mod-borderframe_title {
  color: #a93542;
}
.mod-borderframe.theme-c .mod-borderframe_body {
  border-color: #a93542;
}
.mod-borderframe.theme-d {
  border-color: #a93542;
}
.mod-borderframe.theme-d .mod-borderframe_title {
  background-color: #a93542;
  color: #fff;
}
.mod-borderframe.theme-d .mod-borderframe_body {
  border-color: #a93542;
}
/* Media
   ========================================================================== */
.mod-media {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.mod-media:first-child {
  margin-top: 0;
}
.mod-media_object {
  display: table;
  width: 100px;
}
.mod-media_caption {
  display: block;
  text-align: left;
}
.mod-media_body {
  overflow: hidden;
  zoom: 1;
}
.mod-media.opt-media-left .mod-media_object {
  float: left;
  margin-right: 15px;
}
.mod-media.opt-media-right .mod-media_object {
  float: right;
  margin-left: 15px;
}
/* ==========================================================================
   Form module
   ========================================================================== */
/* Form
   ========================================================================== */
.mod-textform {
  border: 1px solid #c8c8c8;
  border-radius: 1px;
  padding: 5px 12px 4px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mod-textform::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.mod-textform:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.mod-textform::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.mod-textform:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.mod-textform:placeholder-shown {
  color: #6f6f6f;
  opacity: 1;
}
@media (min-width: 769px) {
  .mod-textform {
    width: auto;
  }
  .mod-textform:hover {
    border-color: #4d4d4d;
  }
}
.mod-textform.opt-fullwidth {
  width: 100%;
}
.mod-textform.opt-fullwidth_onlysp {
  width: 100%;
}
@media (min-width: 769px) {
  .mod-textform.opt-fullwidth_onlysp {
    width: auto;
  }
}
/* select
   ========================================================================== */
.mod-select {
  position: relative;
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 1px;
  padding-right: 1em;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  vertical-align: middle;
}
.mod-select:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  display: block;
  width: 12px;
  height: 8px;
  margin: auto;
  background: url(/common/img/form/select_ico01.png) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
}
.mod-select select {
  width: 133%;
  border: none;
  padding: 4px 9px 3px;
  background: none;
}
@media (min-width: 769px) {
  .mod-select {
    min-width: 160px;
  }
  .mod-select:hover {
    border-color: #4d4d4d;
  }
}
.mod-select.opt-fullwidth {
  display: block;
}
.mod-select.opt-fullwidth_onlysp {
  display: block;
}
@media (min-width: 769px) {
  .mod-select.opt-fullwidth_onlysp {
    display: inline-block;
  }
}
.mod-select.opt-select-min select {
  width: 140%;
}
@media (min-width: 769px) {
  .mod-select.opt-select-min {
    min-width: 0;
  }
}
/* form-button
   ========================================================================== */
.mod-form-button {
  padding: 5px 19px 4px;
  border: 1px solid #4d4d4d;
  border-radius: 1px;
  color: #191919;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (min-width: 769px) {
  .mod-form-button {
    width: auto;
  }
  .mod-form-button:hover {
    background-color: #000;
    color: #fff;
  }
}
.mod-form-button.opt-fullwidth {
  width: 100%;
}
.mod-form-button.opt-fullwidth_onlysp {
  width: 100%;
}
@media (min-width: 769px) {
  .mod-form-button.opt-fullwidth_onlysp {
    width: auto;
  }
}
/* file input
   ========================================================================== */
.mod-file > [type="file"] {
  display: none;
}
.mod-file > [type="button"] {
  width: 100%;
  padding: 5px 19px 4px;
  border: 1px solid #4d4d4d;
  border-radius: 1px;
  color: #191919;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mod-file .label {
  display: block;
  padding-top: 2px;
  line-height: 1.79;
  color: #323232;
}
@media (min-width: 769px) {
  .mod-file > [type="button"] {
    width: auto;
  }
  .mod-file .label {
    display: inline-block;
    padding-left: 10px;
    padding-top: 0;
  }
  .mod-file:hover > [type="button"] {
    background-color: #000;
    color: #fff;
  }
}
/* checkbox,radiobutton
   ========================================================================== */
.mod-radio input,
.mod-checkbox input {
  display: none;
}
.mod-radio .label,
.mod-checkbox .label {
  position: relative;
  display: inline-block;
}
.mod-radio .label:before,
.mod-checkbox .label:before {
  content: '';
  position: absolute;
  left: 0;
  background: no-repeat top center;
  background-size: 100%;
}
.mod-radio :checked + .label:before,
.mod-checkbox :checked + .label:before {
  background-position: bottom center;
}
@media (min-width: 769px) {
  .mod-radio:hover .label,
  .mod-checkbox:hover .label {
    text-decoration: underline;
  }
}
.mod-radio .label {
  padding-left: 25px;
}
.mod-radio .label:before {
  top: .1em;
  width: 18px;
  height: 18px;
  background-image: url(/common/img/form/radio_ico01.png);
}
.mod-checkbox .label {
  padding-left: 21px;
}
.mod-checkbox .label:before {
  top: .3em;
  width: 17px;
  height: 12px;
  background-image: url(/common/img/form/checkbox_ico01.png);
}
@media (min-width: 769px) {
  .mod-checkbox .label:before {
    top: .4em;
  }
}
/* Nav
   ========================================================================== */
.mod-form-nav {
  overflow: hidden;
}
.mod-form-nav > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  padding-right: 11px;
  font-size: 1.2em;
  text-align: center;
}
.mod-form-nav > li:first-child {
  position: relative;
}
.mod-form-nav > li:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
  z-index: 1;
}
.mod-form-nav > li p {
  position: relative;
  border: 1px solid #c8c8c8;
  border-right: none;
  padding: 4px 0;
  margin-left: -11px;
  background-color: #fff;
}
.mod-form-nav > li p:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  display: block;
  width: 11px;
  height: 100%;
  background: url(/common/img/form/nav_bg01.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 1;
}
.mod-form-nav .is-current:first-child {
  position: relative;
}
.mod-form-nav .is-current:first-child:before {
  background-color: #d8063d;
}
.mod-form-nav .is-current p {
  border-color: #d8063d;
  background-color: #d8063d;
  color: #fff;
}
.mod-form-nav .is-current p:after {
  background-image: url(/common/img/form/nav_bg01_current.png);
}
.mod-form-nav .is-current:first-child {
  border-color: #d8063d;
}
@media (min-width: 769px) {
  .mod-form-nav > li {
    font-size: 1.6em;
  }
  .mod-form-nav > li p {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
/* Required icon
   ========================================================================== */
.mod-form-required {
  display: inline-block;
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
  background-color: #d8063d;
  color: #fff;
}
.mod-form-required.opt-inline {
  position: relative;
  top: -1px;
  margin: 0 7px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* br
========================================================================== */
.br-pc {
  display: none;
}
@media print, (min-width: 769px) {
  .br-pc {
    display: inline;
  }
}
@media print, (min-width: 769px) {
  .br-sp {
    display: none;
  }
}
/* Space
   ========================================================================== */
.space-section-near {
  margin-top: 20px;
}
.space-section-near:first-child {
  margin-top: 0;
}
.space-section-normal {
  margin-top: 40px;
}
.space-section-normal:first-child {
  margin-top: 0;
}
.space-section-far {
  margin-top: 60px;
}
.space-section-far:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 30px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-normal {
  margin-top: 20px;
}
.space-normal:first-child {
  margin-top: 0;
}
.space-far {
  margin-top: 10px;
}
.space-far:first-child {
  margin-top: 0;
}
.space-none {
  margin-top: 0 !important;
}
/* Font size
   ========================================================================== */
.size-xsmall {
  font-size: 71.43% !important;
}
.size-xsmall .size-xsmall {
  font-size: 100% !important;
}
.size-small .size-xsmall {
  font-size: 83.33% !important;
}
.size-large .size-xsmall {
  font-size: 62.5% !important;
}
.size-xlarge .size-xsmall {
  font-size: 55.56% !important;
}
.size-xxlarge .size-xsmall {
  font-size: 50% !important;
}
h1.size-xsmall,
h2.size-xsmall,
h3.size-xsmall,
h4.size-xsmall,
h5.size-xsmall,
h6.size-xsmall,
dt.size-xsmall,
dd.size-xsmall,
li.size-xsmall,
caption.size-xsmall,
col.size-xsmall,
th.size-xsmall,
td.size-xsmall,
p.size-xsmall,
address.size-xsmall,
figcaption.size-xsmall {
  font-size: 1em !important;
}
.size-small {
  font-size: 85.71% !important;
}
.size-xsmall .size-small {
  font-size: 120% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 75% !important;
}
.size-xlarge .size-small {
  font-size: 66.67% !important;
}
.size-xxlarge .size-small {
  font-size: 60% !important;
}
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small,
h6.size-small,
dt.size-small,
dd.size-small,
li.size-small,
caption.size-small,
col.size-small,
th.size-small,
td.size-small,
p.size-small,
address.size-small,
figcaption.size-small {
  font-size: 1.2em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-xsmall .size-medium {
  font-size: 140% !important;
}
.size-small .size-medium {
  font-size: 116.67% !important;
}
.size-large .size-medium {
  font-size: 87.5% !important;
}
.size-xlarge .size-medium {
  font-size: 77.78% !important;
}
.size-xxlarge .size-medium {
  font-size: 70% !important;
}
h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
h5.size-medium,
h6.size-medium,
dt.size-medium,
dd.size-medium,
li.size-medium,
caption.size-medium,
col.size-medium,
th.size-medium,
td.size-medium,
p.size-medium,
address.size-medium,
figcaption.size-medium {
  font-size: 1.4em !important;
}
.size-large {
  font-size: 114.29% !important;
}
.size-xsmall .size-large {
  font-size: 160% !important;
}
.size-small .size-large {
  font-size: 133.33% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 88.89% !important;
}
.size-xxlarge .size-large {
  font-size: 80% !important;
}
h1.size-large,
h2.size-large,
h3.size-large,
h4.size-large,
h5.size-large,
h6.size-large,
dt.size-large,
dd.size-large,
li.size-large,
caption.size-large,
col.size-large,
th.size-large,
td.size-large,
p.size-large,
address.size-large,
figcaption.size-large {
  font-size: 1.6em !important;
}
.size-xlarge {
  font-size: 128.57% !important;
}
.size-xsmall .size-xlarge {
  font-size: 180% !important;
}
.size-small .size-xlarge {
  font-size: 150% !important;
}
.size-large .size-xlarge {
  font-size: 112.5% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 90% !important;
}
h1.size-xlarge,
h2.size-xlarge,
h3.size-xlarge,
h4.size-xlarge,
h5.size-xlarge,
h6.size-xlarge,
dt.size-xlarge,
dd.size-xlarge,
li.size-xlarge,
caption.size-xlarge,
col.size-xlarge,
th.size-xlarge,
td.size-xlarge,
p.size-xlarge,
address.size-xlarge,
figcaption.size-xlarge {
  font-size: 1.8em !important;
}
.size-xxlarge {
  font-size: 142.86% !important;
}
.size-xsmall .size-xxlarge {
  font-size: 200% !important;
}
.size-small .size-xxlarge {
  font-size: 166.67% !important;
}
.size-large .size-xxlarge {
  font-size: 125% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 111.11% !important;
}
.size-xxlarge .size-xxlarge {
  font-size: 100% !important;
}
h1.size-xxlarge,
h2.size-xxlarge,
h3.size-xxlarge,
h4.size-xxlarge,
h5.size-xxlarge,
h6.size-xxlarge,
dt.size-xxlarge,
dd.size-xxlarge,
li.size-xxlarge,
caption.size-xxlarge,
col.size-xxlarge,
th.size-xxlarge,
td.size-xxlarge,
p.size-xxlarge,
address.size-xxlarge,
figcaption.size-xxlarge {
  font-size: 2em !important;
}
/* Font style
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
.style-lined {
  text-decoration: underline !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #323232 !important;
}
.color-strong {
  color: #f20000 !important;
}
.color-thin {
  color: #555555 !important;
}
/* Float
   ========================================================================== */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Vertical */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
/* Margin
   ========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/* Padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font weight */
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}
.th-align-center th,
.td-align-center td {
  text-align: center;
}
.th-align-right th,
.td-align-right td {
  text-align: right;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* ==========================================================================
   static module（静的ページのみ適用させるモジュールです）
   ========================================================================== */
/* body内にclass"static"を付与して下さい。
   ========================================================================== */
.static {
  background-color: #f5f5f5;
}
.static .mod-frame {
  background-color: #fff;
  padding: 45px 15px 18px;
  margin-bottom: 20px;
}
@media print, (min-width: 769px) {
  .static .mod-frame {
    max-width: 1100px;
    min-width: 1024px;
    width: 100%;
    padding: 78px 50px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.static .section {
  margin-top: 9px;
}
@media print, (min-width: 769px) {
  .static .section {
    margin-top: 0;
  }
}
.static .mod-page-title {
  margin-bottom: -6px;
}
@media print, (min-width: 769px) {
  .static .mod-page-title {
    margin-bottom: -2px;
  }
}
.static .mod-page-title h1,
.static .mod-page-title h2,
.static .mod-page-title h3,
.static .mod-page-title h4,
.static .mod-page-title h5,
.static .mod-page-title h6 {
  text-align: center;
  font-size: 2.25rem;
  padding-left: 0;
  position: static;
}
.static .mod-page-title h1:before,
.static .mod-page-title h2:before,
.static .mod-page-title h3:before,
.static .mod-page-title h4:before,
.static .mod-page-title h5:before,
.static .mod-page-title h6:before {
  display: none;
}
@media print, (min-width: 769px) {
  .static .mod-page-title h1,
  .static .mod-page-title h2,
  .static .mod-page-title h3,
  .static .mod-page-title h4,
  .static .mod-page-title h5,
  .static .mod-page-title h6 {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
}
@media print, (min-width: 769px) {
  .static .mod-page-title {
    width: 100%;
  }
}
.static .mod-section-title,
.static .mod-ol-title li {
  border-bottom: #d8d8d8 1px solid;
  padding: 27px 0 7px;
}
@media print, (min-width: 769px) {
  .static .mod-section-title,
  .static .mod-ol-title li {
    padding: 65px 0 0;
  }
}
.static .mod-section-title h1,
.static .mod-ol-title li h1,
.static .mod-section-title h2,
.static .mod-ol-title li h2,
.static .mod-section-title h3,
.static .mod-ol-title li h3,
.static .mod-section-title h4,
.static .mod-ol-title li h4,
.static .mod-section-title h5,
.static .mod-ol-title li h5,
.static .mod-section-title h6,
.static .mod-ol-title li h6 {
  position: static;
  padding-left: 0;
  font-size: 1.4rem;
}
.static .mod-section-title h1:before,
.static .mod-ol-title li h1:before,
.static .mod-section-title h2:before,
.static .mod-ol-title li h2:before,
.static .mod-section-title h3:before,
.static .mod-ol-title li h3:before,
.static .mod-section-title h4:before,
.static .mod-ol-title li h4:before,
.static .mod-section-title h5:before,
.static .mod-ol-title li h5:before,
.static .mod-section-title h6:before,
.static .mod-ol-title li h6:before {
  display: none;
}
@media print, (min-width: 769px) {
  .static .mod-section-title h1,
  .static .mod-ol-title li h1,
  .static .mod-section-title h2,
  .static .mod-ol-title li h2,
  .static .mod-section-title h3,
  .static .mod-ol-title li h3,
  .static .mod-section-title h4,
  .static .mod-ol-title li h4,
  .static .mod-section-title h5,
  .static .mod-ol-title li h5,
  .static .mod-section-title h6,
  .static .mod-ol-title li h6 {
    font-size: 2rem;
    line-height: 1.8;
    padding-bottom: 6px;
    letter-spacing: 0.06rem;
  }
}
.static .mod-ol-titles h2 {
  display: list-item;
  list-style-type: upper-roman;
}
.static .mod-ol-title dt {
  display: list-item;
  list-style-type: upper-roman;
  border-bottom: #d8d8d8 1px solid;
  padding: 27px 0 7px;
}
@media print, (min-width: 769px) {
  .static .mod-ol-title dt {
    padding: 69px 0 0;
  }
}
.static .mod-local-title {
  margin-top: 16px;
  padding: 0;
  border: none;
}
.static .mod-local-title h1,
.static .mod-local-title h2,
.static .mod-local-title h3,
.static .mod-local-title h4,
.static .mod-local-title h5,
.static .mod-local-title h6 {
  position: static;
  padding-left: 0;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.9;
  letter-spacing: -0.04rem;
}
.static .mod-local-title h1:before,
.static .mod-local-title h2:before,
.static .mod-local-title h3:before,
.static .mod-local-title h4:before,
.static .mod-local-title h5:before,
.static .mod-local-title h6:before {
  display: none;
}
@media print, (min-width: 769px) {
  .static .mod-local-title h1,
  .static .mod-local-title h2,
  .static .mod-local-title h3,
  .static .mod-local-title h4,
  .static .mod-local-title h5,
  .static .mod-local-title h6 {
    font-size: 1.5rem;
    line-height: 1.67;
    letter-spacing: 0;
  }
}
.static .mod-section-txt + .mod-local-title {
  margin-top: 18px;
}
.static .mod-section-txt {
  margin-top: 24px;
}
.static .mod-section-txt p {
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: -0.04rem;
}
@media print, (min-width: 769px) {
  .static .mod-section-txt p {
    font-size: 1.4rem;
    line-height: 1.79;
    letter-spacing: 0.02rem;
  }
}
.static .mod-local-title + .mod-section-txt {
  margin-top: 8px;
}
@media print, (min-width: 769px) {
  .static .mod-local-title + .mod-section-txt {
    margin-top: 0;
  }
}
.static .mod-sub-title {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.static .mod-sub-title h1,
.static .mod-sub-title h2,
.static .mod-sub-title h3,
.static .mod-sub-title h4,
.static .mod-sub-title h5,
.static .mod-sub-title h6 {
  position: relative;
  padding-left: 13px;
  font-size: 1.4em;
}
.static .mod-sub-title h1:before,
.static .mod-sub-title h2:before,
.static .mod-sub-title h3:before,
.static .mod-sub-title h4:before,
.static .mod-sub-title h5:before,
.static .mod-sub-title h6:before {
  position: absolute;
  bottom: .3em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  content: "";
}
.static .mod-general-title {
  font-size: 1.6em;
  color: #a93542;
  letter-spacing: .075em;
}
@media (min-width: 769px) {
  .static .mod-general-title {
    font-size: 2.2em;
  }
}
.static .mod-general-local-title {
  line-height: 1.71;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 9px;
  font-size: 1.4em;
  color: #323232;
}
@media (min-width: 769px) {
  .static .mod-general-local-title {
    font-size: 2em;
  }
}
/* Link
========================================================================== */
.static .mod-link-inline {
  color: #b69644;
}
@media print, (min-width: 769px) {
  .static .mod-link-inline {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .static .mod-link-inline:hover {
    border-bottom: 1px solid #b69644;
  }
}
.static .mod-link:hover,
.static .mod-link:active {
  text-decoration: none;
  color: #d8063d;
}
.static .mod-link.opt-link-inline {
  text-decoration: underline;
}
/* Button
========================================================================== */
.static .mod-button {
  display: inline-block;
  border: 1px #c8c8c8 solid;
  padding: 1.36em;
  font-size: 1.1rem;
  background-color: #fff;
  color: #646464;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (min-width: 769px) {
  .static .mod-button {
    font-size: 1.6rem;
  }
  .static .mod-button:hover {
    border-color: #d8063d;
    background-color: #d8063d;
    color: #fff;
  }
}
.static .mod-button.opt-button-revece {
  border-color: #d8063d;
  background-color: #d8063d;
  color: #fff;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-revece:hover {
    border-color: #c8c8c8;
    background-color: #fff;
    color: #646464;
  }
}
.static .mod-button.opt-button-arrow {
  position: relative;
  padding-right: 4.08em;
  padding-left: 4.08em;
}
.static .mod-button.opt-button-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  background: #d8063d url(/common/img/parts/button_ico01.png) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-arrow:after {
    width: 38px;
    height: 38px;
    right: 20px;
  }
  .static .mod-button.opt-button-arrow:hover:after {
    background-color: #fff;
    background-position: bottom center;
  }
}
.static .mod-button.opt-button-arrow.opt-button-revece:after {
  background-color: #fff;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-arrow.opt-button-revece:hover:after {
    background-color: #d8063d;
    background-position: top center;
  }
}
.static .mod-button.opt-button-arrowdown {
  position: relative;
  padding-right: 4.08em;
  padding-left: 4.08em;
}
.static .mod-button.opt-button-arrowdown:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  background: #d8063d url(/common/img/parts/button_ico03.png) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-arrowdown:after {
    width: 38px;
    height: 38px;
    right: 20px;
  }
  .static .mod-button.opt-button-arrowdown:hover:after {
    background-color: #fff;
    background-position: bottom center;
  }
}
.static .mod-button.opt-button-arrowdown.opt-button-revece:after {
  background-color: #fff;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-arrowdown.opt-button-revece:hover:after {
    background-color: #d8063d;
    background-position: top center;
  }
}
.static .mod-button.opt-button-arrowreverce {
  position: relative;
  padding-right: 4.08em;
  padding-left: 4.08em;
}
.static .mod-button.opt-button-arrowreverce:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  background: #d8063d url(/common/img/parts/button_ico02.png) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-arrowreverce:after {
    width: 38px;
    height: 38px;
    left: 20px;
  }
  .static .mod-button.opt-button-arrowreverce:hover:after {
    background-color: #fff;
    background-position: bottom center;
  }
}
.static .mod-button.opt-button-arrowreverce.opt-button-revece:after {
  background-color: #fff;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-arrowreverce.opt-button-revece:hover:after {
    background-color: #d8063d;
    background-position: top center;
  }
}
.static .mod-button.opt-button-fullwidth {
  display: block;
}
button.static .mod-button.opt-button-fullwidth {
  width: 100%;
}
.static .mod-button.opt-button-middle {
  padding-top: .762em;
  padding-bottom: .762em;
}
.static .mod-button.opt-button-middle.opt-button-arrow,
.static .mod-button.opt-button-middle.opt-button-arrowdown,
.static .mod-button.opt-button-middle.opt-button-arrowreverce {
  padding-right: 3.6em;
  padding-left: 3.6em;
}
.static .mod-button.opt-button-middle.opt-button-arrow:after,
.static .mod-button.opt-button-middle.opt-button-arrowdown:after,
.static .mod-button.opt-button-middle.opt-button-arrowreverce:after {
  width: 20px;
  height: 20px;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-middle.opt-button-arrow:after,
  .static .mod-button.opt-button-middle.opt-button-arrowdown:after,
  .static .mod-button.opt-button-middle.opt-button-arrowreverce:after {
    width: 29px;
    height: 29px;
  }
  .static .mod-button.opt-button-middle.opt-button-arrow:after,
  .static .mod-button.opt-button-middle.opt-button-arrowdown:after {
    right: 17px;
  }
  .static .mod-button.opt-button-middle.opt-button-arrowreverce:after {
    left: 17px;
  }
}
.static .mod-button.opt-button-thin {
  font-size: 1.1rem;
  padding-top: .762em;
  padding-bottom: .762em;
}
.static .mod-button.opt-button-thin.opt-button-arrow,
.static .mod-button.opt-button-thin.opt-button-arrowdown,
.static .mod-button.opt-button-thin.opt-button-arrowreverce {
  padding-right: 3.6em;
  padding-left: 3.6em;
}
.static .mod-button.opt-button-thin.opt-button-arrow:after,
.static .mod-button.opt-button-thin.opt-button-arrowdown:after,
.static .mod-button.opt-button-thin.opt-button-arrowreverce:after {
  width: 15px;
  height: 15px;
}
@media (min-width: 769px) {
  .static .mod-button.opt-button-thin {
    font-size: 1.3rem;
    padding-top: .585em;
    padding-bottom: .585em;
  }
  .static .mod-button.opt-button-thin.opt-button-arrow:after,
  .static .mod-button.opt-button-thin.opt-button-arrowdown:after,
  .static .mod-button.opt-button-thin.opt-button-arrowreverce:after {
    width: 20px;
    height: 20px;
  }
  .static .mod-button.opt-button-thin.opt-button-arrow:after,
  .static .mod-button.opt-button-thin.opt-button-arrowdown:after {
    right: 15px;
  }
  .static .mod-button.opt-button-thin.opt-button-arrowreverce:after {
    left: 15px;
  }
}
/* Unordered/Ordered list
========================================================================== */
.static .mod-ol {
  margin-top: 20px;
}
.static .mod-ol:first-child {
  margin-top: 0;
}
.static .mod-ol > li {
  margin-top: 18px;
  margin-left: 1.5rem;
  list-style-type: decimal;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.74;
}
.static .mod-ol > li h3,
.static .mod-ol > li h4,
.static .mod-ol > li h5,
.static .mod-ol > li h6 {
  margin: 0;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.74;
}
.static .mod-ol > li h4 {
  margin-top: 16px;
  line-height: 1.82;
  font-size: 1.1rem;
}
.static .mod-ol > li h5 {
  margin-top: 12px;
  line-height: 1.82;
  font-size: 1.1rem;
  font-weight: bold;
}
.static .mod-ol > li h6 {
  margin-top: 8px;
  font-weight: normal;
}
@media print, (min-width: 769px) {
  .static .mod-ol > li {
    font-size: 1.5rem;
    line-height: 1.67;
    padding-left: 6px;
    margin-top: 18px;
  }
  .static .mod-ol > li h3,
  .static .mod-ol > li h4,
  .static .mod-ol > li h5,
  .static .mod-ol > li h6 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.67;
  }
  .static .mod-ol > li h4 {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.92;
    letter-spacing: -0.09rem;
  }
  .static .mod-ol > li h5 {
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.92;
    letter-spacing: -0.09rem;
  }
  .static .mod-ol > li:first-child {
    margin-top: 26px;
  }
  .static .mod-ol > li h6 {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: -0.09rem;
  }
}
.static .mod-ol > li p {
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.82;
  font-size: 1.1rem;
}
@media print, (min-width: 769px) {
  .static .mod-ol > li p {
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: -0.09rem;
    margin-top: 4px;
  }
}
.static .mod-ol > li a {
  color: #b69644;
}
@media print, (min-width: 769px) {
  .static .mod-ol > li a:hover {
    border-bottom: 1px solid #b69644;
  }
}
.static .mod-ol > li ul {
  margin-top: 10px;
}
@media print, (min-width: 769px) {
  .static .mod-ol > li ul {
    margin-top: 4px;
  }
}
.static .mod-ol > li ul li {
  display: table;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.82;
}
@media print, (min-width: 769px) {
  .static .mod-ol > li ul li {
    font-size: 1.4rem;
    line-height: 1.92;
    margin-left: -4px;
    letter-spacing: -0.09rem;
  }
}
.static .mod-ol > li ul li:before {
  content: "●";
  color: #c8c8c8;
  display: table-cell;
  font-size: 0.2rem;
  padding-right: 4px;
  margin-left: -2px;
}
@media print, (min-width: 769px) {
  .static .mod-ol > li ul li:before {
    content: "・";
    color: #323232;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
.static .mod-ol .mod-ol-index {
  margin-top: 10px;
}
.static .mod-ol .mod-ol-index li {
  margin-top: 0;
  font-weight: normal;
  line-height: 1.82;
  font-size: 1.1rem;
}
@media print, (min-width: 769px) {
  .static .mod-ol .mod-ol-index li {
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: -0.09rem;
  }
}
.static .mod-ul {
  margin-top: 20px;
}
.static .mod-ul:first-child {
  margin-top: 0;
}
.static .mod-ul > li {
  margin-top: 20px;
  margin-left: 18px;
  list-style-type: disc;
}
.static .mod-ul > li:first-child {
  margin-top: 0;
}
.static .mod-ul.opt-ul-noicon > li {
  list-style: none;
  margin-left: 0;
}
.mod-ol-normal ol {
  list-style: decimal;
  padding-left: 1.2rem;
}
.mod-ol-normal ol li {
  padding-left: 0.5rem;
  font-size: 1.1rem;
  line-height: 2.22;
}
@media print, (min-width: 769px) {
  .mod-ol-normal ol li {
    font-size: 1.4rem;
    line-height: 1.79;
    letter-spacing: -0.09rem;
  }
}
.mod-section-txt + .mod-ol-normal {
  margin-top: 8px;
}
@media print, (min-width: 769px) {
  .mod-section-txt + .mod-ol-normal {
    margin-top: 16px;
  }
}
.mod-section-title + .mod-ol-normal {
  margin-top: 16px;
}
@media print, (min-width: 769px) {
  .mod-section-title + .mod-ol-normal {
    margin-top: 24px;
  }
}
/* Index */
.static .mod-ol-index {
  margin-top: 20px;
}
.static .mod-ol-index:first-child {
  margin-top: 0;
}
.static .mod-ol-index > li {
  margin-top: 20px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.static .mod-ol-index > li:first-child {
  margin-top: 0;
}
.static .mod-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
/* Box
========================================================================== */
.mod-box-wrap {
  border: 1px solid #c8c8c8;
  margin-top: 19px;
}
.mod-box-wrap + .mod-box-wrap {
  margin-top: 25px;
}
@media print, (min-width: 769px) {
  .mod-box-wrap + .mod-box-wrap {
    margin-top: 30px;
  }
}
.mod-box-title {
  padding: 10px 17px;
  border-bottom: 1px solid #c8c8c8;
}
@media print, (min-width: 769px) {
  .mod-box-title {
    padding: 9px 26px;
  }
}
.mod-box-title h1,
.mod-box-title h2,
.mod-box-title h3,
.mod-box-title h4,
.mod-box-title h5,
.mod-box-title h6 {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.53;
}
@media print, (min-width: 769px) {
  .mod-box-title h1,
  .mod-box-title h2,
  .mod-box-title h3,
  .mod-box-title h4,
  .mod-box-title h5,
  .mod-box-title h6 {
    font-size: 1.5rem;
    line-height: 1.83;
  }
}
.mod-box-inner {
  padding: 12px 15px;
}
@media print, (min-width: 769px) {
  .mod-box-inner {
    padding: 16px 23px;
  }
}
.mod-box-inner p {
  font-size: 1.1rem;
  line-height: 1.82;
}
@media print, (min-width: 769px) {
  .mod-box-inner p {
    font-size: 1.4rem;
    line-height: 1.79;
  }
}
.mod-box-inner ol li {
  font-size: 1.1rem;
  line-height: 1.82;
  list-style-type: decimal;
  margin-left: 1.2rem;
  padding-left: 2px;
}
@media print, (min-width: 769px) {
  .mod-box-inner ol li {
    font-size: 1.4rem;
    line-height: 1.79;
    margin-left: 1.8rem;
    padding-left: 4px;
  }
}
/* 2clm Text & Image
========================================================================== */
.mod-2clm-wrap {
  margin-top: 6px;
}
@media print, (min-width: 769px) {
  .mod-2clm-wrap {
    font-size: 0;
    max-width: 924px;
    margin-top: 2px;
  }
}
@media print, (min-width: 769px) {
  .mod-2clm-txt {
    display: inline-block;
    width: 51%;
    padding-right: 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
  }
}
.mod-2clm-txt p {
  font-size: 1.1rem;
  line-height: 1.82;
}
@media print, (min-width: 769px) {
  .mod-2clm-txt p {
    font-size: 1.4rem;
    line-height: 1.79;
  }
}
.mod-2clm-img {
  margin-top: 12px;
}
@media print, (min-width: 769px) {
  .mod-2clm-img {
    display: inline-block;
    width: 49%;
    margin-top: 0;
  }
}
.mod-2clm-img img {
  width: 100%;
}
.mod-2clm-img figcaption {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 12px;
}
@media print, (min-width: 769px) {
  .mod-2clm-img figcaption {
    font-size: 1.4rem;
    line-height: 1.96;
  }
}
/* Definition list
========================================================================== */
.static .mod-dl {
  margin-top: 20px;
}
.static .mod-dl:first-child {
  margin-top: 0;
}
.static .mod-dl > dt {
  font-weight: bold;
}
/* Horizontal */
.static .mod-dl-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.static .mod-dl-horizontal:first-child {
  margin-top: 0;
}
.static .mod-dl-horizontal > dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.static .mod-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
}
/* Notes
========================================================================== */
.static .mod-note {
  margin-top: 20px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.static .mod-note:first-child {
  margin-top: 0;
}
.static .mod-note span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.static .mod-note.opt-note_far {
  padding-left: 3rem;
  margin-top: 0;
}
.static .mod-note-ul {
  margin-top: 20px;
}
.static .mod-note-ul:first-child {
  margin-top: 0;
}
.static .mod-note-ul > li {
  margin-top: 20px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.static .mod-note-ul > li:first-child {
  margin-top: 0;
}
.static .mod-note-ul > li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.static .mod-note-ol {
  margin-top: 20px;
}
.static .mod-note-ol:first-child {
  margin-top: 0;
}
.static .mod-note-ol > li {
  margin-top: 20px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.static .mod-note-ol > li:first-child {
  margin-top: 0;
}
.static .mod-note-ol > li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
/* Separator
========================================================================== */
.static .mod-hr {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #cecece;
}
.static .mod-hr-dotted {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #cecece;
}
/* Movie
========================================================================== */
.static .mod-movie {
  position: relative;
  padding-top: 56.25%;
}
.static .mod-movie.is-load:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/common/img/parts/movie_img02.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
.static .mod-movie.is-show {
  z-index: 1;
}
.static .mod-movie_trigger,
.static .mod-movie_player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.static .mod-movie_trigger > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.static .mod-movie_trigger > a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 14.67%;
  height: 25.89%;
  margin: auto;
  background: url(/common/img/parts/movie_img01.png) no-repeat center center;
  background-size: 100% 100%;
}
.static .mod-movie_trigger > a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .static .mod-movie_trigger > a:hover:after {
    background-image: url(/common/img/parts/movie_img01_on.png);
  }
}
.static .mod-movie_player {
  display: none;
}
.static .mod-movie_player > iframe {
  width: 100%;
  height: 100%;
}
/*  br
========================================================================== */
@media print, (min-width: 769px) {
  .static .br-sp {
    display: none;
  }
}
/* Opt Font
========================================================================== */
.opt-font-axis {
  font-family: 'AxisStd-Light';
}
