@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/* Fontface
========================================================================== */
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf') format('opentype');
}
/* Initialize
========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Display
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
.win,
.mac {
  overflow-y: scroll;
}
/* Fonts
========================================================================== */
html {
  font-size: .625em;
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #222222;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address,
figcaption {
  font-size: 1.5em;
  word-wrap: break-word;
}
dd dt,
dd dd,
dd li,
dd p,
dd caption,
dd col,
dd th,
dd td,
dd 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: 66.66666667%;
}
body,
input,
button,
textarea,
select,
button {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
/* Link
========================================================================== */
a:link,
a:visited {
  color: #009bbf;
  text-decoration: none;
}
a:hover,
a:active {
  color: #000f49;
  text-decoration: none;
}
/* Style
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th,
td {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
address {
  font-style: normal;
  font-weight: normal;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
object,
embed,
iframe {
  vertical-align: top;
  outline: none;
  max-width: 100%;
}
em,
strong {
  font-style: normal;
  font-weight: bold;
}
mark {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
}
sup,
sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Form parts reset
========================================================================== */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  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[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"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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;
}
/* ==========================================================================
Layout - General
========================================================================== */
/* Clearfix
========================================================================== */
header::after,
footer::after,
main::after,
section::after,
article::after,
aside::after,
nav::after,
.page-container::after,
.page-header::after,
.page-footer::after,
.content::after,
.main-content::after,
.sub-content::after,
.article::after,
.section::after,
.row::after {
  content: '';
  display: block;
  clear: both;
}
/* Root
========================================================================== */
body {
  min-width: 980px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
/* Container
========================================================================== */
.page-container {
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-container {
    padding-top: 54px;
  }
}
/* Section
========================================================================== */
.section {
  margin-top: 32px;
}
.section:first-child {
  margin-top: 0;
}
.section .section {
  margin-top: 50px;
}
.section .section:first-child {
  margin-top: 0;
}
.section .section .section {
  margin-top: 40px;
}
.section .section .section:first-child {
  margin-top: 0;
}
.section .section .section .section {
  margin-top: 30px;
}
.section .section .section .section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 30px;
  }
  .section .section {
    margin-top: 40px;
  }
  .section .section .section {
    margin-top: 30px;
  }
  .section .section .section .section {
    margin-top: 20px;
  }
}
.section_post {
  margin-top: 50px;
}
.section_post:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section_post {
    margin-top: 40px;
  }
}
/* ==========================================================================
Layout - Header
========================================================================== */
/* Page header
========================================================================== */
.page-header {
  width: 100%;
  min-width: 980px;
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.page-header.opt-simple {
  position: absolute;
  height: 73px;
}
@media screen and (max-width: 767px) {
  .page-header.opt-simple {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    min-width: 0;
  }
}
.page-header_burger_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-header_burger_sp {
    position: absolute;
    display: block;
    z-index: 999;
    font-size: 0;
  }
  .page-header_burger_sp a:before,
  .page-header_burger_sp a:after {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
  }
  .sp-close .page-header_burger_sp {
    top: 16px;
    right: 15px;
  }
  .sp-close .page-header_burger_sp a {
    display: block;
    width: 32px;
    height: 22px;
  }
  .sp-close .page-header_burger_sp a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #009bbf;
    background-size: 100% 2px;
    top: 0;
  }
  .sp-close .page-header_burger_sp a span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #009bbf;
  }
  .sp-close .page-header_burger_sp a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #009bbf;
    background-size: 100% 2px;
    bottom: 0;
  }
  .sp-open .page-header_burger_sp {
    top: 15px;
    right: 19px;
  }
  .sp-open .page-header_burger_sp a {
    display: block;
    width: 24px;
    height: 24px;
  }
  .sp-open .page-header_burger_sp a:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #009bbf;
    background-size: 100% 2px;
    top: 10px;
    left: -4px;
  }
  .sp-open .page-header_burger_sp a span {
    display: none;
  }
  .sp-open .page-header_burger_sp a:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #009bbf;
    background-size: 100% 2px;
    bottom: 12px;
    left: -4px;
  }
}
.page-header_inner_left {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .page-header_inner_left {
    position: static;
    width: auto;
  }
  .opt-simple .page-header_inner_left {
    position: absolute;
  }
}
.page-header_logo {
  margin: 28px 0 0 30px;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  width: 215px;
}
.opt-simple .page-header_logo {
  margin: 20px 0 0 30px;
}
@media screen and (max-width: 1141px) {
  .opt-simple .page-header_logo {
    margin: 20px 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .opt-simple .page-header_logo {
    width: 196px;
    margin: 13px 0 0 10px;
  }
}
.page-header_logo a {
  display: block;
}
.page-header_logo a:hover {
  opacity: .7;
}
.page-header_logo a img {
  width: 100%;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
@media screen and (max-width: 1141px) {
  .page-header_logo {
    margin: 13px 0 12px 10px;
    width: 196px;
  }
}
.page-header_inner_right_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-header_inner_right_pc {
    display: none;
  }
}
.global-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.global-nav_top {
  float: right;
  margin: 13px 14px 0 0;
}
.global-nav_top li {
  float: left;
  margin-top: 2px;
}
.global-nav_top li a {
  position: relative;
  color: #009bbf;
  padding-left: 18px;
  margin-left: 24px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.global-nav_top li a:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/common/img/layout/header_icon_earth_pc.png) 0 0 no-repeat;
  background-size: 14px 14px;
  top: 4px;
  left: 0;
}
.global-nav_top li a:hover {
  text-decoration: underline;
}
.global-nav_top li:first-child a {
  color: #666;
  margin-left: 0;
  padding-left: 0;
}
.global-nav_top li:first-child a:before {
  display: none;
}
.global-nav_top li:last-child {
  display: table;
  padding-left: 25px;
  margin-top: 0;
}
.global-nav_top li:last-child a {
  display: table-cell;
  height: 30px;
  padding: 4px 26px 4px 47px;
  vertical-align: middle;
  border: 1px solid #009bbf;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav_top li:last-child a:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  background: url(/common/img/layout/header_icon_mail.png) 0 0 no-repeat;
  background-size: 17px 12px;
  top: 9px;
  left: 25px;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}
.global-nav_top li:last-child a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #009bbf;
}
.global-nav_top li:last-child a:hover:before {
  background: url(/common/img/layout/header_icon_mail_white.png) 0 0 no-repeat;
  background-size: 17px 12px;
}
.global-nav_under {
  display: inline-flex;
  position: relative;
  clear: both;
  bottom: 0;
  padding-top: 11px;
  float: right;
  align-items: center;
  margin-top: -7px;
}
.global-nav_under li {
  float: left;
  text-align: center;
}
.global-nav_under li a {
  display: block;
  padding-right: 40px;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1230px) {
  .global-nav_under li a {
    padding-right: 25px;
  }
}
.global-nav_under li a:hover {
  text-decoration: none;
}
.global-nav_under li a.is-current span:after,
.global-nav_under li a:hover span:after {
  opacity: 1;
}
.global-nav_under li a span {
  position: relative;
  display: block;
  padding-bottom: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav_under li a span:first-child {
  line-height: 16px;
  padding-bottom: 10px;
}
.global-nav_under li a span:after {
  position: absolute;
  content: "";
  width: auto;
  height: 3px;
  background: #009bbf;
  background-size: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  opacity: 0;
}
.global-nav_under li:last-child a {
  padding-right: 21px;
}
.page-header_iconbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
}
.page-header_iconbtn li {
  width: 50%;
}
.page-header_iconbtn li a {
  position: relative;
  display: block;
  height: 90px;
  padding-top: 58px;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #009bbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.page-header_iconbtn li a:hover {
  opacity: .7;
  text-decoration: none;
}
.page-header_iconbtn li a:before {
  position: absolute;
  content: "";
  /* width: 25px;
  height: 22px;
  background: url(/common/img/layout/header_icon_gift.png) 0 0 no-repeat;
  background-size: 25px 22px;
  top: 19px; */
  left: 0;
  right: 0;
  margin: auto;
}
.page-header_iconbtn li:nth-child(2n - 1) a {
  background-color: #36b0cd;
}
.page-header_iconbtn li:first-child a:before {
  width: 40px;
  height: 40px;
  background: url(/common/img/layout/header_icon_train.svg) 0 0 no-repeat;
  background-size: 40px 40px;
  top: 16px;
}
.page-header_iconbtn li:nth-child(2) a:before {
  width: 40px;
  height: 38px;
  background: url(/common/img/layout/header_icon_collaboration.svg) 0 0 no-repeat;
  background-size: 40px 38px;
  top: 18px;
  left: -4px;
}
.page-header_inner_right_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-header_inner_right_sp {
    display: block;
    width: 100%;
    position: fixed;
    top: 54px;
    background-color: #009bbf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 997;
    overflow-y: auto;
  }
  .sp-close .page-header_inner_right_sp {
    margin-top: -800px;
    opacity: 0;
  }
  .sp-open .page-header_inner_right_sp {
    margin-top: 0;
    opacity: 1;
  }
}
.global-nav_sp_list {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-nav_sp_list {
    display: block;
  }
  .global-nav_sp_list li {
    border-bottom: 1px solid #4db9d2;
  }
  .global-nav_sp_list li a {
    position: relative;
    display: block;
    padding: 16px 20px 19px 0;
    font-size: 1.6;
    line-height: 1.2;
    color: #fff;
  }
  .global-nav_sp_list li a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    background: url(/common/img/layout/header_icon_arrow_sp.png) 0 0 no-repeat;
    background-size: 8px 14px;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto;
  }
  .global-nav_sp_list li a:hover {
    text-decoration: none;
  }
}
.global-nav_sp_list .global-nav_sp_list_en a {
  padding-left: 21px;
}
.global-nav_sp_list .global-nav_sp_list_en a:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/common/img/layout/header_icon_earth_sp.png) 0 0 no-repeat;
  background-size: 14px 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.global-nav_sp_list .global-nav_sp_list_en a:after {
  display: none;
}
.global-nav_sp_contact {
  width: 100%;
  max-width: 345px;
  margin: 20px auto;
}
.global-nav_sp_contact a {
  display: block;
  padding: 14px 20px 16px;
  background-color: #fff;
  border-radius: 25px;
  font-size: 1.5;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.global-nav_sp_contact a:hover {
  text-decoration: none;
}
.global-nav_sp_contact a span {
  position: relative;
  padding-left: 34px;
}
.global-nav_sp_contact a span:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 16px;
  background: url(/common/img/layout/header_icon_mail.png) 0 0 no-repeat;
  background-size: 24px 16px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* ==========================================================================
Layout - Breadcrumbs
========================================================================== */
/* Breadcrumbs
========================================================================== */
.breadcrumbs {
  background-color: #f5f5f8;
}
.breadcrumbs > ol {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 13px;
  overflow: hidden;
}
.breadcrumbs > ol > li {
  float: left;
  position: relative;
  margin: 0 .5em 0 0;
  padding-left: 1em;
  font-size: 1.2rem;
  letter-spacing: .04rem;
  color: #666;
}
.breadcrumbs > ol > li::before {
  content: '>';
  position: absolute;
  left: 0;
}
.breadcrumbs > ol > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs > ol > li:first-child::before {
  display: none;
}
.breadcrumbs > ol > li a {
  color: #666;
  text-decoration: underline;
}
.breadcrumbs > ol > li a:hover {
  color: #000f49;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
/* ==========================================================================
Layout - Content
========================================================================== */
/* Content
========================================================================== */
.main-content {
  margin: 58px auto 100px;
}
@media screen and (max-width: 767px) {
  .main-content {
    width: auto;
    margin: 40px auto 60px;
  }
}
.main-content-media {
  margin: 0 auto 100px;
  padding-top: 58px;
}
@media screen and (max-width: 767px) {
  .main-content-media {
    width: auto;
    margin: 0 auto 60px;
    padding-top: 40px;
  }
}
.content-inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .content-inner {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ==========================================================================
Layout - Footer
========================================================================== */
/* Page footer
========================================================================== */
.page-footer {
  position: relative;
  min-width: 980px;
  background: #ffffff url(/common/img/layout/footer_border.png) 0 0 no-repeat;
  background-size: 100% 4px;
}
@media screen and (max-width: 767px) {
  .page-footer {
    min-width: 320px;
  }
}
.page-footer_inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 42px;
}
@media screen and (max-width: 767px) {
  .page-footer_inner {
    width: auto;
    padding: 0;
  }
}
.page-footer_inner_floatarea {
  overflow: hidden;
}
.page-footer_inner_left {
  float: left;
}
@media screen and (max-width: 767px) {
  .page-footer_inner_left {
    float: none;
  }
}
.page-footer_inner_right {
  width: 828px;
  float: right;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-footer_inner_right {
    width: auto;
    float: none;
    padding-top: 4px;
    padding-left: 0;
  }
}
.page-footer_nav {
  float: left;
  padding-left: 31px;
}
.page-footer_nav > li {
  width: 165px;
  min-height: 72px;
  border-top: 1px solid #e0e0e0;
  padding: 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-footer_nav > li > p {
  margin: 0;
}
.page-footer_nav > li > p > a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
}
.page-footer_nav > li > p > a:hover {
  text-decoration: underline;
}
.page-footer_nav a {
  color: #999;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-footer_nav {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .page-footer_nav > li {
    width: auto;
    min-height: 0;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .page-footer_nav > li > p > a {
    position: relative;
    padding: 19px 20px 17px;
  }
  .page-footer_nav > li > p > a:hover {
    text-decoration: none;
    background-color: #d5d5d5;
  }
  .page-footer_nav > li > p > a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    background: url(/common/img/layout/footer_icon_arrow_sp.png) 0 0 no-repeat;
    background-size: 6px 12px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .page-footer_nav > li.page-footer_nav_blank_wrap > a:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: url(/common/img/layout/footer_icon_blank.png) 0 0 no-repeat;
    background-size: 11px 11px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .page-footer_nav > li.page-footer_nav_blank_wrap > a span:after {
    display: none;
  }
}
.page-footer_nav_inner {
  padding-top: 18px;
}
.page-footer_nav_inner li {
  padding-bottom: 15px;
}
.page-footer_nav_inner li a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #797979;
}
.page-footer_nav_inner li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-footer_nav_inner {
    display: none;
  }
}
.page-footer_nav_blank {
  position: relative;
  padding-right: 17px;
}
.page-footer_nav_blank:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: url(/common/img/layout/footer_icon_blank.png) 0 0 no-repeat;
  background-size: 11px 11px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-footer_nav_blank {
    display: inline;
    padding-right: 0;
  }
  .page-footer_nav_blank:after {
    display: inline-block;
    width: 17px;
    position: static;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(/common/img/layout/footer_icon_blank.png) right center no-repeat;
    background-size: 11px 11px;
  }
}
.page-footer_title {
  width: 152px;
}
.page-footer_title a {
  display: block;
}
.page-footer_title a img {
  width: 100%;
}
.page-footer_title a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .page-footer_title {
    width: 273px;
    margin: 0 auto;
    padding-top: 32px;
  }
}
.page-footer_contact {
  display: table;
  margin-top: 40px;
}
.page-footer_contact a {
  position: relative;
  display: table-cell;
  height: 36px;
  border: 1px solid #b2b7c8;
  vertical-align: middle;
  padding: 6px 21px 6px 51px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-footer_contact a:hover {
  text-decoration: none;
  background-color: #e3e5e9;
}
.page-footer_contact a span {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #333;
}
.page-footer_contact a span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 13px;
  background: url(/common/img/layout/footer_icon_contact.png) 0 0 no-repeat;
  background-size: 20px 13px;
  top: 0;
  bottom: 0;
  left: 21px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-footer_contact {
    margin: 38px auto 0;
  }
  .page-footer_contact a {
    width: 210px;
    margin: auto;
    text-align: center;
    padding: 6px 0 8px;
    border-radius: 20px;
  }
  .page-footer_contact a span {
    position: relative;
    padding-left: 30px;
  }
  .page-footer_contact a span:before {
    left: 0;
  }
}
.page-footer_inner_bottom {
  overflow: hidden;
  padding-right: 54px;
  margin-left: -28px;
}
.page-footer_inner_bottom li {
  float: left;
  margin-top: 10px;
  margin-left: 28px;
}
.page-footer_inner_bottom li a {
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.page-footer_inner_bottom li a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 6px;
  background: url(/common/img/layout/footer_icon_arrow_pc.png) 0 0 no-repeat;
  background-size: 4px 6px;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .page-footer_inner_bottom {
    display: table;
    width: auto;
    max-width: 375px;
    margin: 20px 20px 0;
    padding-right: 0;
  }
  .page-footer_inner_bottom li {
    display: table-cell;
    width: 50%;
    margin-left: 0;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-footer_inner_bottom li:nth-child(2n) {
    padding-left: 2px;
  }
  .page-footer_inner_bottom li a {
    display: inline;
    font-size: 1.2rem;
  }
}
.page-footer_copyright {
  color: #666;
  font-size: 1.1rem;
  margin-top: 20px;
  padding-right: 54px;
}
@media screen and (max-width: 767px) {
  .page-footer_copyright {
    margin-top: 34px;
    padding: 0 54px 12px 20px;
    font-size: 1rem;
  }
}
.page-footer_logo {
  position: absolute;
  right: 0;
  bottom: 58px;
  margin: 0;
}
.page-footer_logo img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .page-footer_logo {
    right: 10px;
    bottom: 12px;
  }
  .page-footer_logo img {
    width: 36px;
  }
}
/* Return Top Link
========================================================================== */
.page-footer_return-top {
  position: absolute;
  right: 16px;
  top: -80px;
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.page-footer_return-top:hover {
  margin-top: -6px;
  padding-bottom: 6px;
}
.page-footer_return-top:hover a {
  opacity: .8;
}
.page-footer_return-top a {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.page-footer_return-top a img {
  width: 100%;
}
.page-footer_return-top.is-fixed {
  position: fixed;
  top: auto;
  right: 16px;
  bottom: 20px;
}
.page-footer_return-top.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-footer_return-top {
    width: 40px;
    height: 40px;
    top: -50px;
    right: 10px;
  }
  .page-footer_return-top.is-fixed {
    bottom: 10px;
    right: 10px;
  }
}
/* Simple footer
========================================================================== */
.page-footer_simple {
  position: relative;
  min-width: 980px;
  background: #ffffff url(/common/img/layout/footer_border.png) 0 0 no-repeat;
  background-size: 100% 4px;
}
@media screen and (max-width: 767px) {
  .page-footer_simple {
    min-width: 320px;
  }
}
.page-footer_simple_inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 42px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-footer_simple_inner {
    width: 100%;
    padding: 27px 20px 20px;
  }
}
.page-footer_simple_title {
  float: left;
}
.page-footer_simple_title a {
  display: block;
  width: 215px;
}
.page-footer_simple_title a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-footer_simple_title {
    float: none;
  }
  .page-footer_simple_title a {
    width: 196px;
  }
}
.page-footer_simple_link {
  margin-left: 30px;
  float: left;
  overflow: hidden;
}
.page-footer_simple_link li {
  float: left;
  margin: 17px 0 0 20px;
  vertical-align: bottom;
}
.page-footer_simple_link li a {
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.page-footer_simple_link li a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 6px;
  background: url(/common/img/layout/footer_icon_arrow_pc.png) 0 0 no-repeat;
  background-size: 4px 6px;
  left: 0;
  top: 7px;
}
.page-footer_simple_link li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-footer_simple_link {
    float: none;
    margin-left: 0;
  }
  .page-footer_simple_link li {
    float: none;
    display: inline-block;
    margin: 12px 0 0;
  }
  .page-footer_simple_link li a {
    display: inline;
    font-size: 1.2rem;
  }
}
.page-footer_simple_copyright {
  float: right;
  color: #666;
  font-size: 1.1rem;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .page-footer_simple_copyright {
    float: none;
    margin-top: 12px;
    font-size: 1rem;
  }
}
/* ==========================================================================
Parts module
========================================================================== */
/* Br
========================================================================== */
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.only-sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp_inline {
    display: inline;
    width: 100% !important;
  }
}
.only-sp_block {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp_block {
    display: block;
  }
}
/* Mainvisual
========================================================================== */
.mod-mv {
  position: relative;
  overflow: hidden;
}
.mod-mv.theme-gray {
  background-color: #e6e6e6;
}
.mod-mv_title {
  width: 980px;
  margin: 0 auto;
  padding: 62px 0;
  text-align: center;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mv_title.opt-noicon h1,
.mod-mv_title.opt-noicon h2,
.mod-mv_title.opt-noicon h3,
.mod-mv_title.opt-noicon h4,
.mod-mv_title.opt-noicon h5,
.mod-mv_title.opt-noicon h6 {
  padding-right: 0;
}
.mod-mv_title.opt-noicon h1:before,
.mod-mv_title.opt-noicon h2:before,
.mod-mv_title.opt-noicon h3:before,
.mod-mv_title.opt-noicon h4:before,
.mod-mv_title.opt-noicon h5:before,
.mod-mv_title.opt-noicon h6:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .mod-mv_title.opt-small_sp h1,
  .mod-mv_title.opt-small_sp h2,
  .mod-mv_title.opt-small_sp h3,
  .mod-mv_title.opt-small_sp h4,
  .mod-mv_title.opt-small_sp h5,
  .mod-mv_title.opt-small_sp h6 {
    font-size: 2.8rem;
  }
}
.mod-mv_title h1,
.mod-mv_title h2,
.mod-mv_title h3,
.mod-mv_title h4,
.mod-mv_title h5,
.mod-mv_title h6 {
  display: inline-table;
  padding-right: 64px;
  font-size: 4rem;
  letter-spacing: .05rem;
  line-height: 1.3;
  color: #009bbf;
  word-break: break-all;
}
.mod-mv_title h1:before,
.mod-mv_title h2:before,
.mod-mv_title h3:before,
.mod-mv_title h4:before,
.mod-mv_title h5:before,
.mod-mv_title h6:before {
  content: "";
  display: table-cell;
  width: 86px;
  margin-bottom: -2px;
  background: url(http://placehold.jp/18/009bbf/ffffff/140x66.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-news .mod-mv_title h1:before,
.page-category-news .mod-mv_title h2:before,
.page-category-news .mod-mv_title h3:before,
.page-category-news .mod-mv_title h4:before,
.page-category-news .mod-mv_title h5:before,
.page-category-news .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img01.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-case .mod-mv_title h1:before,
.page-category-case .mod-mv_title h2:before,
.page-category-case .mod-mv_title h3:before,
.page-category-case .mod-mv_title h4:before,
.page-category-case .mod-mv_title h5:before,
.page-category-case .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img02.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-column .mod-mv_title h1:before,
.page-category-column .mod-mv_title h2:before,
.page-category-column .mod-mv_title h3:before,
.page-category-column .mod-mv_title h4:before,
.page-category-column .mod-mv_title h5:before,
.page-category-column .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img03.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-event .mod-mv_title h1:before,
.page-category-event .mod-mv_title h2:before,
.page-category-event .mod-mv_title h3:before,
.page-category-event .mod-mv_title h4:before,
.page-category-event .mod-mv_title h5:before,
.page-category-event .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img04.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-about .mod-mv_title h1:before,
.page-category-about .mod-mv_title h2:before,
.page-category-about .mod-mv_title h3:before,
.page-category-about .mod-mv_title h4:before,
.page-category-about .mod-mv_title h5:before,
.page-category-about .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img05.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-media .mod-mv_title h1:before,
.page-category-media .mod-mv_title h2:before,
.page-category-media .mod-mv_title h3:before,
.page-category-media .mod-mv_title h4:before,
.page-category-media .mod-mv_title h5:before,
.page-category-media .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img06.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-csr .mod-mv_title h1:before,
.page-category-csr .mod-mv_title h2:before,
.page-category-csr .mod-mv_title h3:before,
.page-category-csr .mod-mv_title h4:before,
.page-category-csr .mod-mv_title h5:before,
.page-category-csr .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img07.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-careers .mod-mv_title h1:before,
.page-category-careers .mod-mv_title h2:before,
.page-category-careers .mod-mv_title h3:before,
.page-category-careers .mod-mv_title h4:before,
.page-category-careers .mod-mv_title h5:before,
.page-category-careers .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img08.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-company .mod-mv_title h1:before,
.page-category-company .mod-mv_title h2:before,
.page-category-company .mod-mv_title h3:before,
.page-category-company .mod-mv_title h4:before,
.page-category-company .mod-mv_title h5:before,
.page-category-company .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img09.png) left center no-repeat;
  background-size: 70px 33px;
}
.page-category-media_collaboration .mod-mv_title h1:before,
.page-category-media_collaboration .mod-mv_title h2:before,
.page-category-media_collaboration .mod-mv_title h3:before,
.page-category-media_collaboration .mod-mv_title h4:before,
.page-category-media_collaboration .mod-mv_title h5:before,
.page-category-media_collaboration .mod-mv_title h6:before {
  background: url(/common/img/parts/title_icon_img10.png) left center no-repeat;
  background-size: 70px 33px;
}
.mod-mv_title p {
  margin-top: 6px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: .04rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .mod-mv_title {
    padding: 53px 0;
    width: auto;
  }
  .mod-mv_title h1,
  .mod-mv_title h2,
  .mod-mv_title h3,
  .mod-mv_title h4,
  .mod-mv_title h5,
  .mod-mv_title h6 {
    font-size: 3.6rem;
  }
  .mod-mv_title h1:before,
  .mod-mv_title h2:before,
  .mod-mv_title h3:before,
  .mod-mv_title h4:before,
  .mod-mv_title h5:before,
  .mod-mv_title h6:before {
    width: 77px;
    background-size: 64px 30px;
    margin-bottom: -1px;
  }
  .page-category-news .mod-mv_title h1:before,
  .page-category-news .mod-mv_title h2:before,
  .page-category-news .mod-mv_title h3:before,
  .page-category-news .mod-mv_title h4:before,
  .page-category-news .mod-mv_title h5:before,
  .page-category-news .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img01.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-case .mod-mv_title h1:before,
  .page-category-case .mod-mv_title h2:before,
  .page-category-case .mod-mv_title h3:before,
  .page-category-case .mod-mv_title h4:before,
  .page-category-case .mod-mv_title h5:before,
  .page-category-case .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img02.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-column .mod-mv_title h1:before,
  .page-category-column .mod-mv_title h2:before,
  .page-category-column .mod-mv_title h3:before,
  .page-category-column .mod-mv_title h4:before,
  .page-category-column .mod-mv_title h5:before,
  .page-category-column .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img03.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-event .mod-mv_title h1:before,
  .page-category-event .mod-mv_title h2:before,
  .page-category-event .mod-mv_title h3:before,
  .page-category-event .mod-mv_title h4:before,
  .page-category-event .mod-mv_title h5:before,
  .page-category-event .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img04.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-about .mod-mv_title h1:before,
  .page-category-about .mod-mv_title h2:before,
  .page-category-about .mod-mv_title h3:before,
  .page-category-about .mod-mv_title h4:before,
  .page-category-about .mod-mv_title h5:before,
  .page-category-about .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img05.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-media .mod-mv_title h1:before,
  .page-category-media .mod-mv_title h2:before,
  .page-category-media .mod-mv_title h3:before,
  .page-category-media .mod-mv_title h4:before,
  .page-category-media .mod-mv_title h5:before,
  .page-category-media .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img06.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-csr .mod-mv_title h1:before,
  .page-category-csr .mod-mv_title h2:before,
  .page-category-csr .mod-mv_title h3:before,
  .page-category-csr .mod-mv_title h4:before,
  .page-category-csr .mod-mv_title h5:before,
  .page-category-csr .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img07.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-careers .mod-mv_title h1:before,
  .page-category-careers .mod-mv_title h2:before,
  .page-category-careers .mod-mv_title h3:before,
  .page-category-careers .mod-mv_title h4:before,
  .page-category-careers .mod-mv_title h5:before,
  .page-category-careers .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img08.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .page-category-company .mod-mv_title h1:before,
  .page-category-company .mod-mv_title h2:before,
  .page-category-company .mod-mv_title h3:before,
  .page-category-company .mod-mv_title h4:before,
  .page-category-company .mod-mv_title h5:before,
  .page-category-company .mod-mv_title h6:before {
    background: url(/common/img/parts/title_icon_img09.png) left center no-repeat;
    background-size: 64px 30px;
  }
  .mod-mv_title p {
    margin-top: 4px;
  }
}
.mod-mv_title_inner {
  width: 980px;
  margin: 0 auto;
}
.mod-mv_bg {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 200px;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  z-index: -10;
  overflow: hidden;
}
.mod-mv_bg img {
  position: absolute;
  width: 1366px;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .mod-mv_bg {
    width: 1366px;
    min-height: 175px;
    height: 100%;
  }
  .mod-mv_bg img {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .mod-mv_bg {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .mod-mv_bg {
    width: 375px;
  }
}
/* Date
========================================================================== */
.mod-date_wrap {
  font-size: 0;
  margin: -10px -10px 0;
}
.mod-date {
  display: inline-block;
  font-size: 1.4rem;
  color: #808080;
  margin: 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .mod-date {
    font-size: 1.3rem;
  }
}
.mod-category {
  display: inline-block;
  margin: 10px 10px 0;
  padding: 0 14px 1px;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-category.theme-release {
  background-color: #fc6421;
}
.mod-category.theme-news {
  background-color: #009944;
}
.mod-category.theme-review {
  background-color: #00a7db;
}
.mod-category.theme-event {
  background-color: #ff71aa;
}
.mod-category.theme-present {
  background-color: #ff8208;
}
.mod-genre {
  display: inline-block;
}
.mod-genre a {
  position: relative;
  display: block;
  margin: 10px 10px 0;
  padding-left: 16px;
  font-size: 1.3rem;
}
.mod-genre a:hover {
  text-decoration: underline;
}
.mod-genre a:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  top: 5px;
  left: 0;
}
.mod-genre.theme-marketing a {
  color: #f6a90e;
}
.mod-genre.theme-marketing a:before {
  background: url(/common/img/parts/icon_img04.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
.mod-genre.theme-mediaplanning a {
  color: #fb555c;
}
.mod-genre.theme-mediaplanning a:before {
  background: url(/common/img/parts/icon_img05.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
.mod-genre.theme-creative a {
  color: #00a1e9;
}
.mod-genre.theme-creative a:before {
  background: url(/common/img/parts/icon_img06.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
.mod-genre.theme-digital a {
  color: #947eb8;
}
.mod-genre.theme-digital a:before {
  background: url(/common/img/parts/icon_img07.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
.mod-genre.theme-group a {
  color: #0fb29b;
}
.mod-genre.theme-group a:before {
  background: url(/common/img/parts/icon_img08.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
.mod-genre.theme-promotion a {
  color: #6fbe3b;
}
.mod-genre.theme-promotion a:before {
  background: url(/common/img/parts/icon_img02.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
.mod-genre.theme-column a {
  color: #2e3a6b;
}
.mod-genre.theme-column a:before {
  background: url(/common/img/parts/icon_img03.png) 0 0 no-repeat;
  background-size: 13px 12px;
}
/* Tag
========================================================================== */
.mod-tag {
  margin-top: 26px;
}
.mod-tag:first-child {
  margin-top: 0;
}
.mod-tag ul {
  margin-top: -10px;
  padding-left: 30px;
  overflow: hidden;
  background: url(/common/img/parts/icon_img09.png) left top 10px no-repeat;
  background-size: 30px 30px;
}
.mod-tag ul li {
  float: left;
  margin: 10px 0 0 10px;
}
.mod-tag ul li a {
  display: block;
  padding: 3px 14px 6px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #222222;
  background-color: #eee;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-tag ul li a:hover {
  background-color: #ccc;
}
/* Title
========================================================================== */
a .mod-page-title,
a .mod-section-title,
a .mod-local-title,
a .mod-sub-title,
a .mod-mini-title {
  color: #222222;
}
.mod-date_wrap + .mod-page-title,
.mod-date_wrap + .mod-section-title,
.mod-date_wrap + .mod-local-title,
.mod-date_wrap + .mod-sub-title,
.mod-date_wrap + .mod-mini-title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mod-date_wrap + .mod-page-title,
  .mod-date_wrap + .mod-section-title,
  .mod-date_wrap + .mod-local-title,
  .mod-date_wrap + .mod-sub-title,
  .mod-date_wrap + .mod-mini-title {
    margin-top: 10px;
  }
}
.mod-page-title {
  margin-bottom: 38px;
}
.customize-area .mod-page-title {
  margin-top: 32px;
}
.customize-area .mod-page-title:first-child {
  margin-top: 0;
}
.mod-page-title + .customize-area .mod-page-title,
.mod-section-title + .customize-area .mod-page-title,
.mod-local-title + .customize-area .mod-page-title,
.mod-sub-title + .customize-area .mod-page-title,
.mod-mini-title + .customize-area .mod-page-title {
  margin-top: 0;
}
.mod-page-title p {
  padding-bottom: 4px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
.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-bottom: 26px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.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;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #009bbf;
}
@media screen and (max-width: 767px) {
  .mod-page-title {
    margin-bottom: 24px;
  }
  .mod-page-title p {
    font-size: 1.8rem;
    padding-bottom: 4px;
  }
  .mod-page-title h1,
  .mod-page-title h2,
  .mod-page-title h3,
  .mod-page-title h4,
  .mod-page-title h5,
  .mod-page-title h6 {
    padding-bottom: 18px;
    font-size: 2.4rem;
  }
}
.mod-section-title {
  margin-bottom: 28px;
  padding-top: 28px;
}
.customize-area .mod-section-title {
  margin-top: 32px;
}
.customize-area .mod-section-title:first-child {
  margin-top: 0;
}
.mod-page-title + .customize-area .mod-section-title,
.mod-section-title + .customize-area .mod-section-title,
.mod-local-title + .customize-area .mod-section-title,
.mod-sub-title + .customize-area .mod-section-title,
.mod-mini-title + .customize-area .mod-section-title {
  margin-top: 0;
}
.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: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.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;
  content: "";
  bottom: 0;
  left: 0;
  width: 5px;
  height: 94%;
  background-color: #009bbf;
}
@media screen and (max-width: 767px) {
  .mod-section-title {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .mod-section-title h1,
  .mod-section-title h2,
  .mod-section-title h3,
  .mod-section-title h4,
  .mod-section-title h5,
  .mod-section-title h6 {
    padding-left: 17px;
    font-size: 2rem;
  }
}
.mod-local-title {
  margin-bottom: 22px;
}
.customize-area .mod-local-title {
  margin-top: 50px;
}
.customize-area .mod-local-title:first-child {
  margin-top: 0;
}
.mod-page-title + .customize-area .mod-local-title,
.mod-section-title + .customize-area .mod-local-title,
.mod-local-title + .customize-area .mod-local-title,
.mod-sub-title + .customize-area .mod-local-title,
.mod-mini-title + .customize-area .mod-local-title {
  margin-top: 0;
}
.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-bottom: 12px;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
  content: "";
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #009bbf;
}
@media screen and (max-width: 767px) {
  .mod-local-title {
    margin-bottom: 12px;
  }
  .mod-local-title h1,
  .mod-local-title h2,
  .mod-local-title h3,
  .mod-local-title h4,
  .mod-local-title h5,
  .mod-local-title h6 {
    padding-bottom: 8px;
    font-size: 1.8rem;
  }
}
.mod-sub-title {
  margin-bottom: 18px;
}
.customize-area .mod-sub-title {
  margin-top: 40px;
}
.customize-area .mod-sub-title:first-child {
  margin-top: 0;
}
.mod-page-title + .customize-area .mod-sub-title,
.mod-section-title + .customize-area .mod-sub-title,
.mod-local-title + .customize-area .mod-sub-title,
.mod-sub-title + .customize-area .mod-sub-title,
.mod-mini-title + .customize-area .mod-sub-title {
  margin-top: 0;
}
.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-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
  content: "";
  bottom: -1px;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #009bbf;
}
@media screen and (max-width: 767px) {
  .mod-sub-title {
    margin-bottom: 12px;
  }
  .mod-sub-title h1,
  .mod-sub-title h2,
  .mod-sub-title h3,
  .mod-sub-title h4,
  .mod-sub-title h5,
  .mod-sub-title h6 {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
}
.mod-mini-title {
  margin-bottom: 14px;
}
.customize-area .mod-mini-title {
  margin-top: 30px;
}
.customize-area .mod-mini-title:first-child {
  margin-top: 0;
}
.mod-page-title + .customize-area .mod-mini-title,
.mod-section-title + .customize-area .mod-mini-title,
.mod-local-title + .customize-area .mod-mini-title,
.mod-sub-title + .customize-area .mod-mini-title,
.mod-mini-title + .customize-area .mod-mini-title {
  margin-top: 0;
}
.mod-mini-title h1,
.mod-mini-title h2,
.mod-mini-title h3,
.mod-mini-title h4,
.mod-mini-title h5,
.mod-mini-title h6 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mod-mini-title {
    margin-bottom: 10px;
  }
  .mod-mini-title h1,
  .mod-mini-title h2,
  .mod-mini-title h3,
  .mod-mini-title h4,
  .mod-mini-title h5,
  .mod-mini-title h6 {
    font-size: 1.5rem;
  }
}
.customize-area .mod-page-title + .mod-page-title,
.customize-area .mod-section-title + .mod-page-title,
.customize-area .mod-local-title + .mod-page-title,
.customize-area .mod-sub-title + .mod-page-title,
.customize-area .mod-mini-title + .mod-page-title {
  margin-top: 0;
}
.customize-area .mod-page-title + .mod-section-title,
.customize-area .mod-section-title + .mod-section-title,
.customize-area .mod-local-title + .mod-section-title,
.customize-area .mod-sub-title + .mod-section-title,
.customize-area .mod-mini-title + .mod-section-title {
  margin-top: 0;
}
.customize-area .mod-page-title + .mod-local-title,
.customize-area .mod-section-title + .mod-local-title,
.customize-area .mod-local-title + .mod-local-title,
.customize-area .mod-sub-title + .mod-local-title,
.customize-area .mod-mini-title + .mod-local-title {
  margin-top: 0;
}
.customize-area .mod-page-title + .mod-sub-title,
.customize-area .mod-section-title + .mod-sub-title,
.customize-area .mod-local-title + .mod-sub-title,
.customize-area .mod-sub-title + .mod-sub-title,
.customize-area .mod-mini-title + .mod-sub-title {
  margin-top: 0;
}
.customize-area .mod-page-title + .mod-mini-title,
.customize-area .mod-section-title + .mod-mini-title,
.customize-area .mod-local-title + .mod-mini-title,
.customize-area .mod-sub-title + .mod-mini-title,
.customize-area .mod-mini-title + .mod-mini-title {
  margin-top: 0;
}
/*=== Title in CMS === */
.cms-area .mod-section-title {
  margin-top: 60px;
}
.mod-page-title .cms-area .mod-section-title {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .cms-area .mod-section-title {
    margin-top: 50px;
  }
  .mod-page-title .cms-area .mod-section-title {
    margin-top: 24px;
  }
}
.cms-area .mod-local-title {
  margin-top: 50px;
}
.mod-section-title .cms-area .mod-local-title {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .cms-area .mod-local-title {
    margin-top: 40px;
  }
  .mod-section-title .cms-area .mod-local-title {
    margin-top: 20px;
  }
}
.cms-area .mod-sub-title {
  margin-top: 40px;
}
.mod-local-title .cms-area .mod-sub-title {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .cms-area .mod-sub-title {
    margin-top: 30px;
  }
  .mod-local-title .cms-area .mod-sub-title {
    margin-top: 12px;
  }
}
.cms-area .mod-mini-title {
  margin-top: 30px;
}
.mod-sub-title .cms-area .mod-mini-title {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .cms-area .mod-mini-title {
    margin-top: 20px;
  }
  .mod-sub-title .cms-area .mod-mini-title {
    margin-top: 12px;
  }
}
/* Text
========================================================================== */
.mod-text {
  margin-top: 26px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #222222;
}
.mod-text:first-child {
  margin-top: 0;
}
.mod-text:first-child {
  margin-top: 0;
}
.mod-bg .mod-text {
  font-size: 1.6rem;
}
.mod-bg.opt-mini .mod-text {
  font-size: 1.5rem;
}
.mod-wraparound .mod-text:first-child {
  margin-top: 0;
}
.mod-wraparound .mod-text:first-child + .mod-text {
  margin-top: 26px;
}
.mod-wraparound .mod-text:first-child + .mod-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-text {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .mod-bg .mod-text {
    font-size: 1.5rem;
  }
  .mod-bg.opt-mini .mod-text {
    font-size: 1.4rem;
  }
  .mod-wraparound .mod-text {
    margin-top: 12px;
  }
}
/* Unordered list
========================================================================== */
.mod-ul {
  margin-top: 26px;
}
.mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin-top: 8px;
  margin-left: 1em;
  list-style-type: disc;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.mod-ul > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-noicon > li {
  margin-left: 0;
  list-style: none;
}
.mod-ul.opt-check > li {
  position: relative;
  line-height: 1.8;
  list-style: none;
}
.mod-ul.opt-check > li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #009bbf;
  border-bottom: 3px solid #009bbf;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .mod-ul {
    margin-top: 12px;
  }
  .mod-ul > li {
    font-size: 1.4rem;
  }
}
/* Ordered list
========================================================================== */
.mod-ol {
  margin-top: 26px;
}
.mod-ol:first-child {
  margin-top: 0;
}
.mod-ol.opt-any > li {
  margin-left: 0;
  list-style: none;
  position: relative;
  padding-left: 1.3em;
}
.mod-ol.opt-any > li > span:first-child {
  position: absolute;
  top: 0;
  left: .2em;
}
.mod-ol > li {
  margin-top: 8px;
  margin-left: 1.3em;
  list-style-type: decimal;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.mod-ol > li:first-child {
  margin-top: 0;
}
.mod-ol > li .mod-ol.opt-ol-lower {
  margin-top: 26px;
}
.mod-ol > li .mod-ol.opt-ol-lower:first-child {
  margin-top: 0;
}
.mod-ol > li .mod-ol.opt-ol-lower.opt-ml-none {
  margin-left: -1.3em;
}
.mod-ol > li .mod-ol.opt-ol-lower > li {
  position: relative;
  margin-left: 1.8em;
  zoom: 1;
  list-style-type: none;
  font-size: 1.5rem;
}
.mod-ol > li .mod-ol.opt-ol-lower > li > span:first-child {
  position: absolute;
  top: 0;
  left: -1.8em;
}
.mod-ol.opt-strong > li {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mod-ol {
    margin-top: 12px;
  }
  .mod-ol:first-child {
    margin-top: 0;
  }
  .mod-ol > li {
    font-size: 1.4rem;
  }
}
/* Notes
========================================================================== */
.mod-note {
  margin-top: 26px;
  position: relative;
  padding-left: 1.3em;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}
.mod-note:first-child {
  margin-top: 0;
}
.mod-note > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mod-note {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.mod-note-ul {
  margin-top: 26px;
}
.mod-note-ul:first-child {
  margin-top: 0;
}
.mod-note-ul > li {
  margin-top: 8px;
  position: relative;
  padding-left: 1.3em;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}
.mod-note-ul > li:first-child {
  margin-top: 0;
}
.mod-note-ul > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mod-note-ul {
    margin-top: 12px;
  }
  .mod-note-ul > li {
    font-size: 1.2rem;
  }
}
.mod-note-ol {
  margin-top: 26px;
}
.mod-note-ol:first-child {
  margin-top: 0;
}
.mod-note-ol > li {
  margin-top: 8px;
  position: relative;
  padding-left: 2em;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}
.mod-note-ol > li:first-child {
  margin-top: 0;
}
.mod-note-ol > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mod-note-ol {
    margin-top: 12px;
  }
  .mod-note-ol > li {
    font-size: 1.2rem;
  }
}
/* Icon
========================================================================== */
.mod-icon-pdf,
.mod-icon-blank {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  height: 1em;
  margin: 0 6px;
  background: no-repeat center center;
  background-size: 100%;
}
.mod-icon-pdf {
  width: 27px;
  height: 14px;
  background-image: url(/common/img/parts/btn_img03.png);
}
.mod-icon-blank {
  width: 11px;
  height: 11px;
  background-image: url(/common/img/parts/icon_img01.png);
}
/* Name
========================================================================== */
.mod-name {
  margin-top: 16px;
  margin-left: -28px;
  overflow: hidden;
}
.mod-name > li {
  float: left;
  margin-top: 6px;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .mod-name {
    margin-top: 12px;
  }
}
.mod-name_img {
  display: table-cell;
  width: 44px;
  height: 44px;
  padding: 4px 15px 0 0;
  vertical-align: middle;
}
.mod-name_img img {
  width: 100%;
  border-radius: 22px;
}
@media screen and (max-width: 767px) {
  .mod-name_img {
    width: 30px;
    height: 30px;
    padding-right: 10px;
  }
}
.mod-name_text {
  display: table-cell;
  font-size: 1.4rem;
  color: #666;
  vertical-align: middle;
}
.mod-name_text span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mod-name_text {
    font-size: 1.2rem;
  }
}
/* Button
========================================================================== */
.mod-btn {
  margin: 30px auto 0;
  display: table;
  text-align: center;
  vertical-align: top;
}
.mod-btn a,
.mod-btn button {
  display: table-cell;
  width: 100%;
  min-width: 300px;
  height: 50px;
  padding: 11px 36px 13px;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #009bbf;
  border-radius: 30px;
  border: none;
}
.mod-btn a:hover,
.mod-btn button:hover {
  background-color: #000f49;
  text-decoration: none;
}
.mod-btn a:after,
.mod-btn button:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  background: url(/common/img/parts/btn_img01.png) 0 0 no-repeat;
  background-size: 8px 16px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mod-btn {
    width: auto;
    margin-top: 20px;
  }
  .mod-btn a,
  .mod-btn button {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 14px;
  }
}
.mod-btn.opt-wide a,
.mod-btn.opt-wide button {
  min-width: 450px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
}
.mod-btn.opt-wide a:after,
.mod-btn.opt-wide button:after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .mod-btn.opt-wide {
    width: 100%;
  }
  .mod-btn.opt-wide a,
  .mod-btn.opt-wide button {
    max-width: 335px;
    min-width: 300px;
    height: 54px;
  }
  .mod-btn.opt-wide a:after,
  .mod-btn.opt-wide button:after {
    right: 18px;
  }
}
.mod-btn.opt-lefticon a:after,
.mod-btn.opt-lefticon button:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 15px;
  right: auto;
}
.mod-btn.opt-white a,
.mod-btn.opt-white button {
  border: 1px solid #009bbf;
  color: #009bbf;
  background-color: #fff;
}
.mod-btn.opt-white a:after,
.mod-btn.opt-white button:after {
  background: url(/common/img/parts/btn_img02.png) 0 0 no-repeat;
  background-size: 8px 16px;
}
.mod-btn.opt-white a:hover,
.mod-btn.opt-white button:hover {
  background-color: #000f49;
  border-color: #000f49;
  color: #fff;
  text-decoration: none;
}
.mod-btn.opt-white a:hover:after,
.mod-btn.opt-white button:hover:after {
  background: url(/common/img/parts/btn_img01.png) 0 0 no-repeat;
  background-size: 8px 16px;
}
.mod-btn.opt-pdf a,
.mod-btn.opt-pdf button {
  padding-right: 46px;
  border: 1px solid #009bbf;
  color: #009bbf;
  background-color: #fff;
}
.mod-btn.opt-pdf a:after,
.mod-btn.opt-pdf button:after {
  width: 27px;
  height: 14px;
  background: url(/common/img/parts/btn_img03.png) 0 0 no-repeat;
  background-size: 27px 14px;
  right: 15px;
}
.mod-btn.opt-pdf a:hover,
.mod-btn.opt-pdf button:hover {
  background-color: #000f49;
  border-color: #000f49;
  color: #fff;
  text-decoration: none;
}
.mod-btn.opt-pdf a:hover:after,
.mod-btn.opt-pdf button:hover:after {
  background: url(/common/img/parts/btn_img04.png) 0 0 no-repeat;
  background-size: 27px 14px;
}
.mod-btn.out-pdf-red a,
.mod-btn.out-pdf-red button {
  color: #FF0000;
}
.mod-btn.out-pdf-red a:hover,
.mod-btn.out-pdf-red button:hover {
  background-color: #FF0000;
  border-color: #FF0000;
}
.mod-btn.opt-auto_pc {
  width: 100%;
}
.mod-btn.opt-auto_pc a,
.mod-btn.opt-auto_pc button {
  width: auto;
}
@media screen and (max-width: 767px) {
  .mod-btn.opt-auto_pc {
    width: auto;
  }
}
.mod-btn_list {
  margin: 10px -15px 0;
  font-size: 0;
  text-align: center;
}
.mod-btn_list.mod-txt-btn .mod-btn {
  margin-top: 20px;
}
.mod-btn_list.mod-txt-btn .mod-btn a {
  font-size: 2rem;
  min-width: 350px;
  height: 60px;
}
.mod-btn_list.mod-txt-btn .mod-btn a.download {
  background-color: #416db6;
}
.mod-btn_list.mod-txt-btn .mod-btn a.download:hover {
  background-color: #000f49;
}
.mod-btn_list li {
  display: inline-block;
  margin-top: 20px;
  padding: 0 15px;
}
.mod-btn_list li .mod-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-btn_list {
    margin: 0;
  }
  .mod-btn_list li {
    padding: 0;
  }
}
/* Image
========================================================================== */
.mod-img {
  margin-top: 40px;
  text-align: center;
}
.mod-img:first-child {
  margin-top: 0;
}
.mod-img.opt-narrow {
  width: 420px;
}
.mod-img.opt-narrow img,
.mod-img.opt-narrow iframe {
  max-height: 420px;
}
@media screen and (max-width: 767px) {
  .mod-img.opt-narrow {
    max-width: 100%;
    max-height: none;
  }
  .mod-img.opt-narrow img,
  .mod-img.opt-narrow iframe {
    max-height: 280px;
  }
}
.mod-img img,
.mod-img iframe {
  max-width: 100%;
}
.mod-img figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
  color: #666;
}
.mod-img figcaption.mod-copyright {
  margin-top: 12px;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .mod-img figcaption.mod-copyright {
    margin-top: 10px;
  }
}
.mod-wraparound_inner .mod-img {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .mod-img {
    margin-top: 30px;
  }
}
/* pager
========================================================================== */
.mod_pager_wrap {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mod_pager_wrap {
    margin-top: 30px;
  }
}
.mod_pager_previous,
.mod_pager_next {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.mod_pager_previous a,
.mod_pager_next a {
  font-size: 1.5rem;
}
.mod_pager_previous a:hover,
.mod_pager_next a:hover {
  text-decoration: none;
  color: #000f49;
}
.mod_pager_previous.is-disabled a,
.mod_pager_next.is-disabled a {
  color: #797979;
}
.mod_pager_previous {
  margin-right: 20px;
}
.mod_pager_next {
  margin-left: 20px;
}
.mod_pager {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px;
  font-size: 0;
}
.mod_pager li {
  display: inline-block;
  margin: 0 4px;
}
.mod_pager li a {
  display: block;
  min-width: 40px;
  padding: 6px 5px 8px;
  font-size: 1.5rem;
  color: #009bbf;
  border: 1px solid #009bbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.mod_pager li a:hover {
  text-decoration: none;
  border-color: #000f49;
  background-color: #000f49;
  color: #fff;
}
.mod_pager li a.is-current {
  background-color: #009bbf;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.mod_pager li.is-disabled {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .mod_pager li {
    display: none;
  }
  .mod_pager li:nth-child(-n+3) {
    display: inline-block;
  }
}
/* conversion
========================================================================== */
.mod-conversion {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #f5f5f8;
}
.mod-conversion.opt-loweronly {
  padding: 50px 0;
}
.mod-conversion:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-conversion {
    margin-top: 60px;
    padding: 40px 0 60px;
  }
}
.mod-conversion_inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mod-conversion_inner {
    width: auto;
    padding: 0 20px;
  }
}
.mod-conversion_button-list > ul {
  overflow: hidden;
  margin: 0 -18px;
}
.mod-conversion_button-list > ul > li {
  float: left;
  width: 50%;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-conversion_button-list > ul > li.opt-w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod-conversion_button-list > ul {
    margin: 0;
  }
  .mod-conversion_button-list > ul > li {
    float: none;
    width: auto;
    margin-top: 20px;
    padding: 0;
  }
  .mod-conversion_button-list > ul > li:first-child {
    margin-top: 0;
  }
}
.mod-conversion_button {
  line-height: 1.8;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.mod-conversion_button a {
  display: block;
  padding: 24px 10px;
  background-color: #009bbf;
  color: #fff;
}
.mod-conversion_button a:hover {
  background-color: #000f49;
}
@media screen and (max-width: 767px) {
  .mod-conversion_button {
    font-size: 1.8rem;
  }
  .mod-conversion_button a {
    padding: 20px 10px;
  }
  .mod-conversion_button a:hover {
    background-color: #009bbf;
  }
}
.mod-conversion_button.opt-faq a::before {
  display: inline-block;
  width: 30px;
  height: 28px;
  margin-right: 12px;
  background: url(/media/price/img/faq_icon01.png) no-repeat left center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-conversion_button.opt-faq a::before {
    width: 26px;
    height: 24px;
    margin-right: 10px;
  }
}
.mod-conversion_button.opt-contact a::before {
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 12px;
  background: url(/media/price/img/contact_icon01.png) no-repeat left center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-conversion_button.opt-contact a::before {
    width: 24px;
    height: 17px;
    margin-right: 10px;
  }
}
.mod-conversion_button.opt-col_w a {
  background-color: #fff;
  color: #009bbf;
  position: relative;
}
.mod-conversion_button.opt-col_w a::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto 0;
  background: url(/common/img/parts/btn_img02.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.mod-conversion_button.opt-col_w a:hover {
  background-color: #000f49;
  color: #fff;
}
.mod-conversion_button.opt-col_w a:hover::before {
  background-image: url(/common/img/parts/btn_img01.png);
}
@media screen and (max-width: 767px) {
  .mod-conversion_button.opt-col_w a:hover {
    background-color: #fff;
    color: #009bbf;
  }
  .mod-conversion_button.opt-col_w a:hover::before {
    background-image: url(/common/img/parts/btn_img02.png);
  }
}
.mod-conversion_button.opt-note_s a {
  padding: 18px 10px;
  line-height: 1.2;
}
.mod-conversion_button.opt-note_s a span {
  font-size: 1.4rem;
}
.mod-conversion_lower {
  margin-top: 32px;
}
.mod-conversion_lower:first-child {
  margin-top: 0;
}
.mod-conversion_lower > ul {
  overflow: hidden;
  margin: 0 -14px;
}
.mod-conversion_lower > ul > li {
  float: left;
  width: 33.33%;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-conversion_lower > ul.col_04 {
  margin: 0 -7px;
}
.mod-conversion_lower > ul.col_04 > li {
  width: 25%;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .mod-conversion_lower {
    margin-top: 20px;
  }
  .mod-conversion_lower:first-child {
    margin-top: 0;
  }
  .mod-conversion_lower > ul {
    margin: 0 ;
  }
  .mod-conversion_lower > ul > li {
    float: none;
    width: auto;
    margin-top: 15px;
    padding: 0;
  }
  .mod-conversion_lower > ul > li:first-child {
    margin-top: 0;
  }
  .mod-conversion_lower > ul.col_04 {
    margin: 0;
  }
  .mod-conversion_lower > ul.col_04 > li {
    width: auto;
    padding: 0;
  }
}
.mod-conversion_lower_button {
  display: table;
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
}
.mod-conversion_lower_button a {
  display: table-cell;
  position: relative;
  padding: 21px 39px;
  background-color: #fff;
  color: #009bbf;
  vertical-align: middle;
}
.mod-conversion_lower_button a::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto 0;
  background: url(/common/img/parts/btn_img02.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.mod-conversion_lower_button a > span {
  font-weight: 500;
  font-size: 1.4rem;
}
.mod-conversion_lower_button a:hover {
  background-color: #000f49;
  color: #fff;
}
.mod-conversion_lower_button a:hover::before {
  background-image: url(/common/img/parts/btn_img01.png);
}
.mod-conversion_lower_button span.no_link {
  display: table-cell;
  position: relative;
  padding: 21px 39px;
  background-color: #000f49;
  color: #fff;
  vertical-align: middle;
}
.mod-conversion_lower_button span.no_link::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto 0;
  background: url(/common/img/parts/btn_img01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.mod-conversion_lower_button span.no_link > span {
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .mod-conversion_lower_button {
    font-size: 1.5rem;
  }
  .mod-conversion_lower_button a {
    padding: 16px 36px 17px;
  }
  .mod-conversion_lower_button a > span {
    font-size: 1.3rem;
  }
  .mod-conversion_lower_button a:hover {
    background-color: #fff;
    color: #009bbf;
  }
  .mod-conversion_lower_button a:hover::before {
    background-image: url(/common/img/parts/btn_img02.png);
  }
  .mod-conversion_lower_button span.no_link {
    padding: 16px 36px 17px;
  }
  .mod-conversion_lower_button span.no_link > span {
    font-size: 1.3rem;
  }
}
.mod-conversion_button-list + .mod-conversion_button-list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .mod-conversion_button-list + .mod-conversion_button-list {
    margin-top: 20px;
  }
}
/* Guidance
========================================================================== */
.mod-guidance {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #f2fafc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mod-guidance {
    display: none;
  }
}
.mod-guidance_text,
.mod-guidance_button-area {
  display: table-cell;
  vertical-align: middle;
}
.mod-guidance_text {
  width: 521px;
  padding: 0 81px 0 50px;
}
.mod-guidance_text > p {
  font-weight: 500;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .mod-guidance_text > p {
    font-size: 1.7em;
  }
}
.mod-guidance_button-area {
  padding: 0 50px;
  border-left: 1px solid #94d5e4;
  text-align: center;
}
/* Index
========================================================================== */
.mod-index {
  margin-top: 26px;
}
.mod-index:first-child {
  margin-top: 0;
}
.mod-index > ul {
  margin: 0 -14px;
}
.mod-index > ul::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .mod-index > ul {
    margin: 0;
  }
}
.mod-index_item {
  float: left;
  width: 50%;
  margin-top: 50px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-index_item:nth-child(-n+2) {
  margin-top: 0;
}
.mod-index_item:nth-child(2n+1) {
  clear: left;
}
.mod-index_item a {
  display: block;
  color: #222222;
  -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
}
.mod-index_item a::after {
  content: '';
  display: block;
  clear: both;
}
.mod-index_item a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .mod-index_item {
    float: none;
    width: auto;
    margin-top: 20px;
    padding: 0;
  }
  .mod-index_item:nth-child(-n+2) {
    margin-top: 20px;
  }
  .mod-index_item:first-child {
    margin-top: 0;
  }
}
.mod-index_text,
.mod-index_object {
  float: left;
  width: 50%;
  text-align: center;
}
.mod-index_text {
  display: table;
}
.mod-index_text > p {
  display: table-cell;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2.2rem;
  vertical-align: middle;
}
.opt-small .mod-index_text > p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mod-index_text > p {
    font-size: 1.7rem;
  }
  .opt-small .mod-index_text > p {
    font-size: 1.6rem;
  }
}
.mod-index_object img {
  max-width: 100%;
}
/* Pdf link
========================================================================== */
.mod-shadow-link {
  margin-top: 26px;
}
.mod-shadow-link:first-child {
  margin-top: 0;
}
.mod-shadow-link > ul {
  margin: 0 -14px;
}
.mod-shadow-link > ul::after {
  content: '';
  display: block;
  clear: both;
}
.mod-shadow-link > ul > li {
  margin-top: 40px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  padding: 0 14px;
}
.mod-shadow-link > ul > li:first-child {
  margin-top: 0;
}
.mod-shadow-link > ul > li:nth-child(3n+1) {
  clear: left;
}
.mod-shadow-link > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.mod-shadow-link .media_contents-flex {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod-shadow-link .media_contents-flex > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod-shadow-link .media_contents-flex > li > .mod-shadow-link_item {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link > ul {
    margin: 0;
  }
  .mod-shadow-link > ul > li {
    float: none;
    width: auto;
    padding: 0;
  }
  .mod-shadow-link > ul > li:nth-child(-n+3) {
    margin-top: 40px;
  }
  .mod-shadow-link > ul > li:nth-child(-n+3):first-child {
    margin-top: 0;
  }
  .mod-shadow-link .media_contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mod-shadow-link .media_contents-flex > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mod-shadow-link .media_contents-flex > li > .mod-shadow-link_item {
    margin-top: auto;
  }
}
.mod-shadow-link.opt-4clm > ul {
  margin: 0 -10px;
}
.mod-shadow-link.opt-4clm > ul > li {
  width: 25%;
  padding: 0 10px;
}
.mod-shadow-link.opt-4clm > ul > li:nth-child(3n+1) {
  clear: none;
}
.mod-shadow-link.opt-4clm > ul > li:nth-child(-n+3) {
  margin-top: inherit;
}
.mod-shadow-link.opt-4clm > ul > li:nth-child(4n+1) {
  clear: left;
}
.mod-shadow-link.opt-4clm > ul > li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link.opt-4clm > ul {
    margin: 0 -5px;
  }
  .mod-shadow-link.opt-4clm > ul > li {
    width: 50%;
    margin-top: 15px;
    padding: 0 5px;
    float: left;
  }
  .mod-shadow-link.opt-4clm > ul > li:nth-child(-n+4) {
    margin-top: 15px;
  }
  .mod-shadow-link.opt-4clm > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-shadow-link.opt-4clm > ul > li:nth-child(2n+1) {
    clear: left;
  }
  .mod-shadow-link.opt-4clm > ul > li:nth-child(4n+1) {
    clear: none;
  }
}
.mod-shadow-link_item a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
}
.mod-shadow-link_item a:hover {
  background-color: #e9f9fd;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link_item a:hover {
    background: none;
  }
}
.mod-shadow-link_item_object img {
  max-width: 100%;
}
.mod-shadow-link_item_body {
  padding: 20px 22px 60px;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link_item_body {
    padding: 18px 15px 60px;
  }
}
.long {
  height: 196px;
}
@media screen and (max-width: 767px) {
  .long {
    height: auto;
  }
}
.long .mod-shadow-link_item_label {
  bottom: 20px;
}
.mod-shadow-link_text {
  font-size: 1.4rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link_text {
    font-size: 1.3rem;
  }
}
.mod-shadow-link_item_label {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 25px;
  bottom: 25px;
  color: #222222;
  line-height: 1.4;
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link_item_label {
    padding: 0 15px;
  }
}
.mod-shadow-link_sub-item {
  margin-top: 20px;
}
.mod-shadow-link_sub-item:first-child {
  margin-top: 0;
}
.mod-shadow-link_sub-item > a {
  display: block;
  -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
}
.mod-shadow-link_sub-item > a:hover {
  background-color: #e9f9fd;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link_sub-item > a:hover {
    background: none;
  }
}
.mod-shadow-link_sub-item_body {
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .mod-shadow-link_sub-item_body {
    padding: 18px 15px;
  }
}
.mod-shadow-link_sub-item_label {
  color: #222222;
  line-height: 1.4;
  font-size: 1.1rem;
  text-align: right;
}
.center {
  text-align: center;
}
.mod-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
  color: #666;
}
/* ==========================================================================
Block module
========================================================================== */
/* Customize-area
========================================================================== */
.customize-area {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .customize-area {
    padding-bottom: 20px;
  }
}
/* Outline
========================================================================== */
.mod-outline {
  margin-top: 36px;
  padding: 36px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .mod-outline {
    margin-top: 20px;
    padding: 15px;
  }
}
/* Bg
========================================================================== */
.mod-bg {
  margin-top: 36px;
  padding: 26px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f8;
}
.mod-bg.opt-mini {
  margin-top: 18px;
  padding: 24px 25px;
}
@media screen and (max-width: 767px) {
  .mod-bg {
    margin-top: 20px;
    padding: 16px 15px;
  }
  .mod-bg.opt-mini {
    margin-top: 10px;
    padding: 13px 15px;
  }
}
/* Column
========================================================================== */
.mod-2clm,
.mod-3clm {
  margin-top: 26px;
  overflow: hidden;
}
.mod-2clm:first-child,
.mod-3clm:first-child {
  margin-top: 0;
}
.mod-2clm > li,
.mod-3clm > li {
  float: left;
  vertical-align: top;
}
.mod-2clm > li img,
.mod-3clm > li img {
  width: auto;
}
.mod-2clm.opt-underline > li,
.mod-3clm.opt-underline > li {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .mod-2clm,
  .mod-3clm {
    margin-top: 26px;
  }
  .mod-2clm > li,
  .mod-3clm > li {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-2clm > li img,
  .mod-3clm > li img {
    max-width: 100%;
  }
}
.mod-2clm.opt-float-right > li,
.mod-3clm.opt-float-right > li {
  float: right;
}
@media screen and (max-width: 767px) {
  .mod-2clm.opt-float-right > li,
  .mod-3clm.opt-float-right > li {
    float: none;
  }
}
.mod-2clm {
  overflow: hidden;
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
}
.mod-2clm > li {
  width: 472px;
  margin: 36px 18px 0;
}
.mod-2clm > li:nth-child(-n + 2) {
  margin-top: 0;
}
.mod-2clm > li:nth-child(2n+1) {
  clear: both;
}
.mod-2clm.opt-underline > li {
  margin-top: 0;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .mod-2clm {
    margin: 24px 0 0;
  }
  .mod-2clm > li {
    width: 100%;
    margin: 24px 0 0;
  }
  .mod-2clm > li img {
    max-width: 100%;
  }
  .mod-2clm > li:nth-child(-n + 2) {
    margin-top: 24px;
  }
  .mod-2clm > li:first-child {
    margin-top: 0;
  }
}
.mod-3clm {
  overflow: hidden;
  margin-left: -14px;
  margin-right: -14px;
}
.mod-3clm > li {
  width: 308px;
  margin: 30px 14px 0;
}
.mod-3clm > li:nth-child(-n + 3) {
  margin-top: 0;
}
.mod-3clm > li:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 767px) {
  .mod-3clm {
    margin: 24px 18px 0;
  }
  .mod-3clm.opt-nomargin {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-3clm > li {
    width: 100%;
    margin: 24px 0 0;
  }
  .mod-3clm > li img {
    max-width: 100%;
  }
  .mod-3clm > li:nth-child(-n + 3) {
    margin-top: 24px;
  }
  .mod-3clm > li:first-child {
    margin-top: 0;
  }
}
.mod-wraparound {
  margin-top: 26px;
  overflow: hidden;
}
.mod-wraparound:first-child {
  margin-top: 0;
}
.mod-wraparound_inner {
  max-width: 472px;
  float: left;
  padding-right: 36px;
}
.opt-fromleft .mod-wraparound_inner {
  float: right;
  padding-right: 0;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .mod-wraparound_inner {
    width: auto;
    float: none;
    padding: 0;
  }
  .opt-fromleft .mod-wraparound_inner {
    float: none;
    padding: 0;
  }
}
/* Table
========================================================================== */
.mod-table {
  margin-top: 25px;
  width: 100%;
  table-layout: fixed;
  border-bottom: #e0e0e0 1px solid;
}
.mod-table caption {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 18px;
}
.mod-table th,
.mod-table td {
  padding: 16px 25px 18px;
  border-top: #e0e0e0 1px solid;
  font-size: 1.5rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-table th {
  width: 25.5%;
  font-weight: 500;
  background: #f2fafc;
}
@media screen and (max-width: 767px) {
  .mod-table {
    margin-top: 15px;
  }
  .mod-table caption {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  .mod-table th,
  .mod-table td {
    padding: 13px 15px 15px;
    font-size: 1.4rem;
  }
  .mod-table th {
    width: 33.2%;
  }
}
.mod-table_ul {
  margin-top: 8px;
}
.mod-table_ul:first-child {
  margin-top: 0;
}
.mod-table_ul > li {
  display: table;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.mod-table_ul > li:before {
  display: table-cell;
  content: "・";
}
@media screen and (max-width: 767px) {
  .mod-table_ul > li {
    font-size: 1.4rem;
  }
}
.table-border th,
.table-border td {
  text-align: center;
  border: 1px solid #e0e0e0;
}

/* Contact
========================================================================== */
.mod-contact {
  margin-top: 60px;
}
.mod-contact .mod-btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mod-contact {
    margin-top: 40px;
  }
}
/* ==========================================================================
Form module
========================================================================== */
/* Form
========================================================================== */
/* Input
========================================================================== */
/* Select
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/* Space
========================================================================== */
.space-section-near {
  margin-top: 40px;
}
.space-section-near:first-child {
  margin-top: 0;
}
.space-section-normal {
  margin-top: 50px;
}
.space-section-normal:first-child {
  margin-top: 0;
}
.space-section-far {
  margin-top: 32px;
}
.space-section-far:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 8px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-normal {
  margin-top: 26px;
}
.space-normal:first-child {
  margin-top: 0;
}
.space-far {
  margin-top: 30px;
}
.space-far:first-child {
  margin-top: 0;
}
.space-none {
  margin-top: 0 !important;
}
/* Font size
========================================================================== */
.size-xsmall {
  font-size: 73.33% !important;
}
.size-xsmall .size-xsmall {
  font-size: 100% !important;
}
.size-small .size-xsmall {
  font-size: 84.62% !important;
}
.size-large .size-xsmall {
  font-size: 61.11% !important;
}
.size-xlarge .size-xsmall {
  font-size: 55% !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: 1.1em !important;
}
.size-small {
  font-size: 86.67% !important;
}
.size-xsmall .size-small {
  font-size: 118.18% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 72.22% !important;
}
.size-xlarge .size-small {
  font-size: 65% !important;
}
.size-xxlarge .size-small {
  font-size: 59.09% !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.3em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-xsmall .size-medium {
  font-size: 136.36% !important;
}
.size-small .size-medium {
  font-size: 115.38% !important;
}
.size-large .size-medium {
  font-size: 83.33% !important;
}
.size-xlarge .size-medium {
  font-size: 75% !important;
}
.size-xxlarge .size-medium {
  font-size: 68.18% !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.5em !important;
}
.size-large {
  font-size: 120% !important;
}
.size-xsmall .size-large {
  font-size: 163.64% !important;
}
.size-small .size-large {
  font-size: 138.46% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 90% !important;
}
.size-xxlarge .size-large {
  font-size: 81.82% !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.8em !important;
}
.size-xlarge {
  font-size: 133.33% !important;
}
.size-xsmall .size-xlarge {
  font-size: 181.82% !important;
}
.size-small .size-xlarge {
  font-size: 153.85% !important;
}
.size-large .size-xlarge {
  font-size: 111.11% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 90.91% !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: 2em !important;
}
.size-xxlarge {
  font-size: 146.67% !important;
}
.size-xsmall .size-xxlarge {
  font-size: 200% !important;
}
.size-small .size-xxlarge {
  font-size: 169.23% !important;
}
.size-large .size-xxlarge {
  font-size: 122.22% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 110% !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: 2.2em !important;
}
/* Font style
   ========================================================================== */
.weight-demilight {
  font-weight: 300 !important;
}
.weight-normal {
  font-weight: normal !important;
}
.weight-medium {
  font-weight: 500 !important;
}
.weight-bold {
  font-weight: bold !important;
}
.style-lined {
  text-decoration: underline !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #222222 !important;
}
.color-strong {
  color: #f20000 !important;
}
.color-thin {
  color: #666666 !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;
}
/* 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;
}
/* Content inner
   ========================================================================== */
.page-width {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-width {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-width {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* 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;
}
/* ==========================================================================
Function module
========================================================================== */
/* js-pager
========================================================================== */
.js-pager {
  height: 300px;
  background: url(/common/img/function/pager_bg01.gif) no-repeat center center;
  -webkit-transition: background-size;
  transition: background-size;
  pointer-events: none;
}
.is-initialized.js-pager {
  height: auto;
  background-size: 0 0;
  pointer-events: auto;
}
.js-pager_list,
.js-pager-wrap {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  pointer-events: none;
}
.is-initialized .js-pager_list,
.is-initialized .js-pager-wrap {
  opacity: 1;
  pointer-events: auto;
}
/* js-fade-in
========================================================================== */
.js-fade-in_logo {
  position: fixed;
  top: 0;
  left: -452px;
  right: -452px;
  bottom: 0;
  width: 452px;
  height: 425px;
  margin: auto;
  z-index: -1;
  -webkit-transform: rotateZ(-16deg) scale(1);
      -ms-transform: rotate(-16deg) scale(1);
          transform: rotateZ(-16deg) scale(1);
}
.js-fade-in_logo > div,
.js-fade-in_logo > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.js-fade-in_logo::before,
.js-fade-in_logo::after,
.js-fade-in_logo > div::before,
.js-fade-in_logo > div::after,
.js-fade-in_logo > div > div::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(/common/img/layout/body_bg01.png) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .js-fade-in_logo {
    left: -113px;
    right: -113px;
    bottom: 0;
    width: 113px;
    height: 106px;
  }
}
.js-fade-in_logo::before {
  -webkit-transform: translateX(-199.34%);
      -ms-transform: translateX(-199.34%);
          transform: translateX(-199.34%);
}
.js-fade-in_logo::after {
  -webkit-transform: translateX(-121.46%);
      -ms-transform: translateX(-121.46%);
          transform: translateX(-121.46%);
}
.js-fade-in_logo > div::before {
  -webkit-transform: translateX(-43.58%);
      -ms-transform: translateX(-43.58%);
          transform: translateX(-43.58%);
}
.js-fade-in_logo > div::after {
  -webkit-transform: translateX(32.96%);
      -ms-transform: translateX(32.96%);
          transform: translateX(32.96%);
}
.js-fade-in_logo > div > div::before {
  -webkit-transform: translateX(132.96%) rotateX(180deg);
          transform: translateX(132.96%) rotateX(180deg);
}
/* Modal
========================================================================== */
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  /* -webkit- */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* -moz-box-sizing:content-box; -webkit-box-sizing:content-box; */
}
#cboxOverlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  position: relative;
  background-color: #fff;
  margin: 25px 25px 0;
  padding: 20px;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxCurrent {
  position: absolute;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  width: 50px;
  height: 2em;
  border: none;
  border-radius: 3px;
  line-height: 2;
  background-color: #a4a4a4;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover,
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active {
  background-color: #d1d1d1;
}
#cboxPrevious,
#cboxNext {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#cboxPrevious {
  left: -25px;
}
#cboxNext {
  right: -25px;
}
#cboxClose {
  top: -25px;
  right: 0;
}
#cboxCurrent {
  top: -20px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;
}
.js-modal_target {
  display: none;
}
