@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* font-face
   ========================================================================== */
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@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: 700;
  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');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.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.2;
  color: #000000;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address,
figcaption {
  font-size: 1.6em;
  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: 10;
}
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,
a:hover,
a:active {
  color: #fd6f31;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
/* 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,
footer,
main,
section,
article,
aside,
nav,
.page-container,
.page-header,
.page-footer,
.content,
.main-content,
.sub-content,
.article,
.section,
.row {
  zoom: 1;
}
header:before,
footer:before,
main:before,
section:before,
article:before,
aside:before,
nav:before,
.page-container:before,
.page-header:before,
.page-footer:before,
.content:before,
.main-content:before,
.sub-content:before,
.article:before,
.section:before,
.row:before,
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: table;
}
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 {
  clear: both;
}
/* Root
   ========================================================================== */
body {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/* Container
  ========================================================================== */
/* Section
   ========================================================================== */
.section {
  margin-top: 40px;
}
.section:first-child {
  margin-top: 0;
}
.section .section {
  margin-top: 20px;
}
.section .section:first-child {
  margin-top: 0;
}
.section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* Page header
   ========================================================================== */
.page-header {
  min-width: 1000px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 500;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    width: 100%;
    min-width: 320px;
  }
}
.page-header_main {
  position: relative;
  background-color: #fff;
}
.page-header_inner {
  height: 100px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-header_inner {
    height: 56px;
    position: relative;
  }
}
.page-header_logo {
  height: 50px;
  margin-left: 25px;
  margin-top: 23px;
  display: table;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-header_logo a {
  display: inline-block;
  color: #222;
}
.page-header_logo a img {
  width: 160px;
  height: auto;
  vertical-align: middle;
}
.page-header_logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-header_logo {
    height: 28px;
    margin-left: 43px;
    margin-top: 12px;
  }
  .page-header_logo a img {
    width: 90px;
    height: auto;
  }
}
.page-header_text {
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  top: 7px;
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .page-header_text {
    top: 3px;
    margin-left: 4px;
    font-size: 1.1rem;
  }
}
.page-header_menu {
  height: 100%;
  float: right;
  font-size: 0;
}
.page-header_menu li {
  height: 100%;
  display: inline-block;
}
.page-header_menu li a {
  position: relative;
  display: block;
  height: 100%;
  width: 120px;
}
.page-header_menu li a img {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.page-header_menu li a .txt {
  top: 25px;
}
@media screen and (max-width: 767px) {
  .page-header_menu li a {
    width: 50px;
  }
  .page-header_menu li a .txt {
    top: 10px;
  }
}
.page-header_login a {
  background: #fd6f31;
}
.page-header_login a .txt {
  width: 45px;
  height: 19px;
}
.page-header_login a .img {
  width: 23px;
  height: 27px;
  top: 52px;
}
.page-header_login a:hover {
  background: #fe9a6e;
}
.page-header_entry a {
  background: #fd8450;
}
.page-header_entry a .txt {
  width: 48px;
  height: 18px;
}
.page-header_entry a .img {
  width: 27px;
  height: 28px;
  top: 51px;
}
.page-header_entry a:hover {
  background: #fea984;
}
@media screen and (max-width: 767px) {
  .page-header_login a .txt {
    width: 25px;
    height: 10px;
  }
  .page-header_login a .img {
    width: 18px;
    height: 22px;
    top: 26px;
  }
  .page-header_entry a .txt {
    width: 28px;
    height: 10px;
  }
  .page-header_entry a .img {
    width: 22px;
    height: 22px;
    top: 26px;
  }
}
.global-nav {
  position: absolute;
  right: 278px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .global-nav {
    position: absolute;
    top: 56px;
    left: 0;
    right: auto;
    width: 100%;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .global-nav {
    -webkit-transition: opacity .3s ease, padding .3s ease;
    transition: opacity .3s ease, padding .3s ease;
    padding-right: 100%;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .global-nav.is-visible {
    padding-right: 100px;
    opacity: 1;
    z-index: 0;
    pointer-events: auto;
  }
}
.global-nav_inner {
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .global-nav_inner {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
            transform: translateX(-320px);
  }
}
@media screen and (max-width: 767px) {
  .is-visible .global-nav_inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.global-nav_menu {
  display: table;
}
.global-nav_menu li {
  display: table-cell;
  text-align: center;
  width: 137px;
}
.global-nav_menu li a {
  display: block;
  position: relative;
  padding: 58px 10px 29px;
  font-size: 1.1rem;
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav_menu li a span:before {
  content: "";
  position: absolute;
  display: block;
  top: 31px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: auto 100%;
}
.global-nav_menu li a.is-current,
.global-nav_menu li a:hover {
  text-decoration: none;
  color: #fd6f31;
}
.global-nav_menu li a.is-current span:before,
.global-nav_menu li a:hover span:before {
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .global-nav_menu {
    display: block;
    width: 100%;
    border-top: 1px #ced0d1 solid;
  }
  .global-nav_menu li {
    display: table;
    text-align: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px #ced0d1 solid;
  }
  .global-nav_menu li a {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 27px 15px 27px 30px;
  }
  .global-nav_menu li a span:before {
    content: "";
    position: static;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6px;
    vertical-align: middle;
  }
}
.global-nav_open {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-nav_open {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .global-nav_open a {
    display: block;
    width: 35px;
    height: 56px;
    background: url(/2027/common/img/layout/header_menu_bg02_sp.png) no-repeat center right;
    background-size: 20px auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
}
.global-nav_close {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-nav_close {
    display: block;
    background: #fff;
    position: absolute;
    top: -57px;
    left: 0;
  }
  .global-nav_close a {
    display: block;
    width: 35px;
    height: 56px;
    background: url(/2027/common/img/layout/header_menu_bg01_sp.png) no-repeat center right;
    background-size: 20px auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
}
.nav_people a span:before {
  width: 66px;
  height: 21px;
  background: url(/2027/common/img/layout/header_nav_img01_off.png) no-repeat;
}
.nav_about a span:before {
  width: 62px;
  height: 20px;
  background: url(/2027/common/img/layout/header_nav_img02_off.png) no-repeat;
}
.nav_recruit a span:before {
  width: 75px;
  height: 20px;
  background: url(/2027/common/img/layout/header_nav_img03_off.png) no-repeat;
}
.nav_people a.is-current span:before,
.nav_people a:hover span:before {
  background: url(/2027/common/img/layout/header_nav_img01_on.png) no-repeat;
}
.nav_about a.is-current span:before,
.nav_about a:hover span:before {
  background: url(/2027/common/img/layout/header_nav_img02_on.png) no-repeat;
}
.nav_recruit a.is-current span:before,
.nav_recruit a:hover span:before {
  background: url(/2027/common/img/layout/header_nav_img03_on.png) no-repeat;
}
.global-nav .page-header_menu {
  width: 100%;
  height: 88px;
  float: none;
}
.global-nav .page-header_menu > li {
  width: 50%;
}
.global-nav .page-header_menu > li a {
  width: 100%;
}
.global-nav .page-header_menu .page-header_login a .txt {
  width: 45px;
  height: 19px;
  top: 54px;
}
.global-nav .page-header_menu .page-header_login a .img {
  width: 23px;
  height: 27px;
  top: 16px;
}
.global-nav .page-header_menu .page-header_entry a .txt {
  width: 48px;
  height: 18px;
  top: 54px;
}
.global-nav .page-header_menu .page-header_entry a .img {
  width: 27px;
  height: 28px;
  top: 16px;
}
.page-header_inner .is-hidden {
  display: none;
}
/* Lower Nav
   ========================================================================== */
.lower-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1000px;
}
.lower-nav > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  opacity: 0;
  pointer-events: none;
  background-color: #ff903e;
}
.lower-nav > ul > li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.0;
  margin-left: 46px;
}
.lower-nav > ul > li:first-child {
  margin-left: 0;
}
.lower-nav > ul.lower-nav_about:before,
.lower-nav > ul.lower-nav_recruit:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 13px;
  bottom: 100%;
  background: url(/2027/common/img/layout/header_nav_bg01.png) no-repeat;
  background-size: 26px auto;
}
.lower-nav > ul.lower-nav_about:before {
  right: 470px;
}
.lower-nav > ul.lower-nav_recruit:before {
  right: 330px;
}
.lower-nav > .is-active {
  opacity: 1;
  pointer-events: auto;
}
.lower-nav > .is-latest {
  z-index: 1;
}
.lower-nav > .is-current.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .lower-nav {
    display: none;
  }
}
.lower-nav_item > a {
  display: block;
  padding: 13px 18px 11px ;
  color: #fff;
  position: relative;
}
.lower-nav_item > a:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 12px;
  height: 9px;
  background: url(/2027/common/img/layout/header_nav_bg02.png) no-repeat;
  background-size: 12px auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.lower-nav_item > a:hover,
.lower-nav_item > a.is-current {
  text-decoration: none;
}
.lower-nav_item > a:hover:before,
.lower-nav_item > a.is-current:before {
  width: 12px;
  height: 9px;
  background-size: 12px auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
/* ==========================================================================
   Layout - Breadcrumbs
   ========================================================================== */
/* Breadcrumbs
   ========================================================================== */
.breadcrumbs > ol {
  width: 1000px;
  margin: 0 auto;
}
.breadcrumbs > ol > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 10px;
}
.breadcrumbs > ol > li:after {
  content: ">";
}
.breadcrumbs > ol > li:last-child:after {
  content: "";
}
.breadcrumbs > ol .arrow:last-child {
  display: none;
}
.breadcrumbs > ol .current {
  color: #000000;
}
/* ==========================================================================
   Layout - Content
   ========================================================================== */
/* Content
   ========================================================================== */
.content {
  width: 100%;
  min-width: 1000px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .content {
    width: auto;
    min-width: 320px;
    margin-top: 56px;
  }
}
.width-free .content {
  width: 100%;
}
/* Main content
   ========================================================================== */
.main-content {
  width: 100%;
  overflow: hidden;
}
.single-column .main-content {
  float: none;
  width: auto;
}
.width-free .main-content {
  width: 100%;
}
/* Sub content
   ========================================================================== */
.sub-content {
  float: right;
  width: 200px;
}
/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* Page footer
   ========================================================================== */
.page-footer {
  min-width: 1000px;
  width: 100%;
  border-top: 1px #ced0d1 solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-footer {
    width: 100%;
    min-width: 320px;
  }
}
.page-footer_inner {
  padding-top: 41px;
  padding-bottom: 45px;
  padding-right: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-footer_inner {
    height: auto;
    padding-top: 36px;
    padding-bottom: 52px;
    padding-right: 0;
  }
}
.page-footer_content {
  display: table;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .page-footer_content {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-footer_logo {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
}
.page-footer_logo a {
  display: block;
  width: auto;
}
.page-footer_logo a img {
  width: 100%;
  height: auto;
}
.page-footer_logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .page-footer_logo {
    display: block;
    width: auto;
    margin-left: -15px;
  }
  .page-footer_logo a img {
    width: 195px;
  }
}
.page-footer_btn {
  padding-left: 27px;
  display: table-cell;
  vertical-align: middle;
}
.page-footer_btn a {
  display: none;
  border: 1px #ff903e solid;
  font-size: 1.4rem;
  color: #ff903e;
  text-align: center;
  padding: 7.6px 16px 7.6px 20px;
}
.page-footer_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .page-footer_btn {
    display: table;
    margin-top: 20px;
    padding-left: 0;
  }
  .page-footer_btn a {
    padding: 7.6px 18px 7.6px 22px;
  }
}

.page-footer_helth {
  padding-left: 27px;
  display: table-cell;
  vertical-align: middle;
  height: 103px;
}
.page-footer_helth a {
  display: block;
  width: auto;
}
.page-footer_helth a img {
  width: auto;
  height: 103px;
  border: 1px solid #808080;
}

@media screen and (max-width: 767px) {
  .page-footer_helth {
    display: table;
    margin-top: 20px;
    padding-left: 0;
  }
  .page-footer_helth a img {
    padding: 7.6px 30px 7.6px 30px;
  }
}

.page-footer_nav_wrapper {
  position: absolute;
  top: 56px;
  right: 29px;
  display: table;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-footer_nav_wrapper {
    position: relative;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 38px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-footer_nav {
  font-size: 0;
  padding-right: 18px;
  position: relative;
}
.page-footer_nav:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 17px;
  height: 28px;
  background: url(/2027/common/img/layout/footer_nav_bg01.png) no-repeat;
}
.page-footer_nav li {
  display: inline-block;
  font-size: 1.1rem;
  position: relative;
  padding: 4px 0 3px;
}
.page-footer_nav li a {
  display: block;
  color: #222;
  padding: 0 23px 0 37px;
}
.page-footer_nav li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-footer_nav li a span {
  font-size: 1.8rem;
}
.page-footer_nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 17px;
  height: 100%;
  background: url(/2027/common/img/layout/footer_nav_bg01.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .page-footer_nav {
    display: block;
    padding-right: 0;
  }
  .page-footer_nav:after {
    content: none;
  }
  .page-footer_nav li {
    display: inline-block;
    position: relative;
  }
  .page-footer_nav li a {
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
  }
  .page-footer_nav li a span {
    font-size: 1.4rem;
    display: block;
  }
  .page-footer_nav li:before {
    content: none;
  }
}
.page-footer_copyright {
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  background: #fd6f31;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .page-footer_copyright {
    font-size: 1.0rem;
    padding: 14px 0;
  }
}
/* Return Top Link
  ========================================================================== */
.page-footer_return-top {
  position: absolute;
  right: 10px;
  bottom: 65px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 100;
}
.page-footer_return-top a {
  display: block;
  background: url(/2027/common/img/layout/footer_return-top.png) no-repeat;
  width: 46px;
  height: 46px;
  background-size: 46px auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.page-footer_return-top.is-fixed {
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 10px;
}
.page-footer_return-top.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-footer_return-top {
    right: 5px;
    bottom: 45px;
  }
  .page-footer_return-top.is-fixed {
    right: 5px;
  }
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Heading
   ========================================================================== */
.mod-page-title {
  background: url(/2027/common/img/parts/common_bg01_pc.png);
  width: 100%;
  height: 250px;
  display: table;
  position: relative;
}
.mod-page-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 2.196193%;
  z-index: 100;
  bottom: 0;
  left: 0;
  background: url(/2027/common/img/parts/wave_img02.png) no-repeat;
  background-size: 100% auto;
}
.mod-page-title h1,
.mod-page-title h2,
.mod-page-title h3,
.mod-page-title h4,
.mod-page-title h5,
.mod-page-title h6 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 4.2rem;
  padding-bottom: 1.68%;
}
@media screen and (max-width: 767px) {
  .mod-page-title {
    height: 126px;
  }
  .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: 0 10px 1.06%;
    font-size: 2.8rem;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mod-section-title {
  padding: 12px 0 10px;
  border-bottom: #888 1px dotted;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.mod-section-title h1,
.mod-section-title h2,
.mod-section-title h3,
.mod-section-title h4,
.mod-section-title h5,
.mod-section-title h6 {
  position: relative;
  padding-left: 15px;
  font-size: 1.8em;
}
.mod-section-title h1:before,
.mod-section-title h2:before,
.mod-section-title h3:before,
.mod-section-title h4:before,
.mod-section-title h5:before,
.mod-section-title h6:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 92%;
  background-color: #ccc;
  content: "";
}
.mod-section-title + h1,
.mod-section-title + h2,
.mod-section-title + h3,
.mod-section-title + h4,
.mod-section-title + h5,
.mod-section-title + h6,
.mod-section-title + header,
.mod-section-title + section,
.mod-section-title + div,
.mod-section-title + p,
.mod-section-title + table,
.mod-section-title + ul,
.mod-section-title + ol,
.mod-section-title + dl,
.mod-section-title + figure,
.mod-section-title + form {
  margin-top: 30px !important;
}
.mod-section-title + .section {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mod-section-title {
    width: auto;
  }
  .mod-section-title h1,
  .mod-section-title h2,
  .mod-section-title h3,
  .mod-section-title h4,
  .mod-section-title h5,
  .mod-section-title h6 {
    font-size: 2.2em;
  }
  .mod-section-title + h1,
  .mod-section-title + h2,
  .mod-section-title + h3,
  .mod-section-title + h4,
  .mod-section-title + h5,
  .mod-section-title + h6,
  .mod-section-title + header,
  .mod-section-title + section,
  .mod-section-title + div,
  .mod-section-title + p,
  .mod-section-title + table,
  .mod-section-title + ul,
  .mod-section-title + ol,
  .mod-section-title + dl,
  .mod-section-title + figure,
  .mod-section-title + form {
    margin-top: 25px !important;
  }
  .mod-section-title + .section {
    margin-top: 5px !important;
  }
}
.mod-local-title {
  padding: 8px 0 7px;
  border: #ccc 1px solid;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.mod-local-title h1,
.mod-local-title h2,
.mod-local-title h3,
.mod-local-title h4,
.mod-local-title h5,
.mod-local-title h6 {
  position: relative;
  padding-left: 13px;
  font-weight: bold;
  font-size: 1.6em;
}
.mod-local-title h1:before,
.mod-local-title h2:before,
.mod-local-title h3:before,
.mod-local-title h4:before,
.mod-local-title h5:before,
.mod-local-title h6:before {
  position: absolute;
  top: .1em;
  left: -1px;
  width: 4px;
  height: 70%;
  background-color: #ccc;
  content: "";
}
.mod-local-title + h1,
.mod-local-title + h2,
.mod-local-title + h3,
.mod-local-title + h4,
.mod-local-title + h5,
.mod-local-title + h6,
.mod-local-title + header,
.mod-local-title + section,
.mod-local-title + .section,
.mod-local-title + div,
.mod-local-title + p,
.mod-local-title + table,
.mod-local-title + ul,
.mod-local-title + ol,
.mod-local-title + dl,
.mod-local-title + figure,
.mod-local-title + form {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mod-local-title {
    width: auto;
  }
  .mod-local-title h1,
  .mod-local-title h2,
  .mod-local-title h3,
  .mod-local-title h4,
  .mod-local-title h5,
  .mod-local-title h6 {
    font-size: 1.8em;
  }
  .mod-local-title + h1,
  .mod-local-title + h2,
  .mod-local-title + h3,
  .mod-local-title + h4,
  .mod-local-title + h5,
  .mod-local-title + h6,
  .mod-local-title + header,
  .mod-local-title + section,
  .mod-local-title + .section,
  .mod-local-title + div,
  .mod-local-title + p,
  .mod-local-title + table,
  .mod-local-title + ul,
  .mod-local-title + ol,
  .mod-local-title + dl,
  .mod-local-title + figure,
  .mod-local-title + form {
    margin-top: 15px !important;
  }
}
.mod-sub-title {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.mod-sub-title h1,
.mod-sub-title h2,
.mod-sub-title h3,
.mod-sub-title h4,
.mod-sub-title h5,
.mod-sub-title h6 {
  position: relative;
  padding-left: 13px;
  font-size: 1.4em;
}
.mod-sub-title h1:before,
.mod-sub-title h2:before,
.mod-sub-title h3:before,
.mod-sub-title h4:before,
.mod-sub-title h5:before,
.mod-sub-title h6:before {
  position: absolute;
  bottom: .3em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  content: "";
}
.mod-sub-title + h1,
.mod-sub-title + h2,
.mod-sub-title + h3,
.mod-sub-title + h4,
.mod-sub-title + h5,
.mod-sub-title + h6,
.mod-sub-title + header,
.mod-sub-title + section,
.mod-sub-title + .section,
.mod-sub-title + div,
.mod-sub-title + p,
.mod-sub-title + table,
.mod-sub-title + ul,
.mod-sub-title + ol,
.mod-sub-title + dl,
.mod-sub-title + figure,
.mod-sub-title + form {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mod-sub-title {
    width: auto;
  }
  .mod-sub-title h1,
  .mod-sub-title h2,
  .mod-sub-title h3,
  .mod-sub-title h4,
  .mod-sub-title h5,
  .mod-sub-title h6 {
    font-size: 1.7em;
  }
  .mod-sub-title + h1,
  .mod-sub-title + h2,
  .mod-sub-title + h3,
  .mod-sub-title + h4,
  .mod-sub-title + h5,
  .mod-sub-title + h6,
  .mod-sub-title + header,
  .mod-sub-title + section,
  .mod-sub-title + .section,
  .mod-sub-title + div,
  .mod-sub-title + p,
  .mod-sub-title + table,
  .mod-sub-title + ul,
  .mod-sub-title + ol,
  .mod-sub-title + dl,
  .mod-sub-title + figure,
  .mod-sub-title + form {
    margin-top: 15px !important;
  }
}
/* Link
   ========================================================================== */
.mod-link {
  position: relative;
}
.mod-link:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 1px;
  width: 6px;
  height: 1.0em;
  margin: auto 0;
  background: url(/2027/common/img/parts/link_img01.png) no-repeat left center;
  background-size: 100%;
  z-index: -1;
}
.mod-link > a,
.mod-link > button,
.mod-link > input[type="submit"],
.mod-link > input[type="reset"] {
  border: none;
  padding-left: 12px;
  background: none;
  color: #fd6f31;
}
.mod-link > a:hover,
.mod-link > button:hover,
.mod-link > input[type="submit"]:hover,
.mod-link > input[type="reset"]:hover,
.mod-link > a:active,
.mod-link > button:active,
.mod-link > input[type="submit"]:active,
.mod-link > input[type="reset"]:active {
  text-decoration: underline;
}
.mod-link-inline:link,
.mod-link-inline:visited {
  text-decoration: underline;
}
.mod-link-inline:hover,
.mod-link-inline:active {
  text-decoration: none;
}
/* Button
   ========================================================================== */
/* Icon
   ========================================================================== */
.mod-icon-pdf,
.mod-icon-blank,
.mod-icon-download {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
  height: 1em;
  margin: 0 .3em;
  background: no-repeat center center;
  background-size: 100%;
}
.mod-icon-pdf {
  width: 24px;
  background-image: url(/2027/common/img/parts/icon_img01.png);
}
.mod-icon-blank {
  width: 9px;
  height: 8px;
  background-image: url(/2027/common/img/parts/icon_window01.png);
}
.mod-icon-download {
  width: 16px;
  background-image: url(/2027/common/img/parts/icon_img03.png);
}
/* Unordered/Ordered list
   ========================================================================== */
.mod-ul {
  margin-top: 20px;
}
.mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin-top: 10px;
  margin-left: 1em;
  list-style-type: disc;
}
.mod-ul > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-ul-noicon > li {
  margin-left: 0;
  list-style: none;
}
.mod-ul.opt-ul-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  margin-left: -20px;
}
.mod-ul.opt-ul-horizontal > li {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  list-style: none;
}
.mod-ol {
  margin-top: 20px;
}
.mod-ol:first-child {
  margin-top: 0;
}
.mod-ol > li {
  margin-top: 10px;
  margin-left: 2em;
  list-style-type: decimal;
}
.mod-ol > li:first-child {
  margin-top: 0;
}
.mod-ol.opt-ol-index > li {
  position: relative;
  zoom: 1;
  list-style-type: none;
}
.mod-ol.opt-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: -2em;
}
/* Definition list
   ========================================================================== */
.mod-dl {
  margin-top: 20px;
}
.mod-dl:first-child {
  margin-top: 0;
}
.mod-dl > dt {
  margin-top: 20px;
  font-weight: bold;
}
.mod-dl > dt:first-child {
  margin-top: 0;
}
.mod-dl > dd {
  margin-top: 10px;
}
.mod-dl > dd:first-child {
  margin-top: 0;
}
.mod-dl.opt-dl-horizontal {
  overflow: hidden;
  zoom: 1;
}
.mod-dl.opt-dl-horizontal > dt:nth-child(-n+2),
.mod-dl.opt-dl-horizontal > dd:nth-child(-n+2) {
  margin-top: 0;
}
.mod-dl.opt-dl-horizontal > dt {
  margin-top: 10px;
  float: left;
  clear: left;
}
.mod-dl.opt-dl-horizontal > dt:first-child {
  margin-top: 0;
}
.mod-dl.opt-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
  padding-left: 20px;
}
.mod-dl.opt-dl-horizontal_fixed {
  overflow: hidden;
  zoom: 1;
}
.mod-dl.opt-dl-horizontal_fixed > dt:nth-child(-n+2),
.mod-dl.opt-dl-horizontal_fixed > dd:nth-child(-n+2) {
  margin-top: 0;
}
.mod-dl.opt-dl-horizontal_fixed > dt {
  margin-top: 10px;
  float: left;
  clear: left;
  width: 35%;
}
.mod-dl.opt-dl-horizontal_fixed > dt:first-child {
  margin-top: 0;
}
.mod-dl.opt-dl-horizontal_fixed > dd {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 65%;
  padding-left: 20px;
}
/* Notes
   ========================================================================== */
.mod-note {
  margin-top: 20px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.mod-note:first-child {
  margin-top: 0;
}
.mod-note > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-note-ul {
  margin-top: 20px;
}
.mod-note-ul:first-child {
  margin-top: 0;
}
.mod-note-ul > li {
  margin-top: 10px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.mod-note-ul > li:first-child {
  margin-top: 0;
}
.mod-note-ul > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-note-ol {
  margin-top: 20px;
}
.mod-note-ol:first-child {
  margin-top: 0;
}
.mod-note-ol > li {
  margin-top: 10px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-note-ol > li:first-child {
  margin-top: 0;
}
.mod-note-ol > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
/* Separator
   ========================================================================== */
.mod-hr {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ddd;
}
.mod-hr-dotted {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #ddd;
}
/* Alpha rollover
   ========================================================================== */
.mod-alpha-rollover {
  opacity: 1;
  background: url(/2027/common/img/parts/px.png) no-repeat;
}
.mod-alpha-rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mod-alpha-rollover-holder {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.mod-alpha-rollover-holder:hover {
  background-color: #fff;
}
.mod-alpha-rollover-holder.opt-holder-round {
  border-radius: 4px;
}
/* ==========================================================================
   Block module
   ========================================================================== */
/* Multi columns
  ========================================================================== */
.mod-multi-col {
  zoom: 1;
  margin-top: 40px;
  margin-right: -10px;
  margin-left: -10px;
}
.mod-multi-col:before,
.mod-multi-col:after {
  content: '';
  display: table;
}
.mod-multi-col:after {
  clear: both;
}
.mod-multi-col:first-child {
  margin-top: 0;
}
.mod-multi-col .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  padding: 0 10px;
}
.mod-multi-col.opt-cols-2 .col:nth-child(-n+2),
.mod-multi-col.opt-cols-3 .col:nth-child(-n+3),
.mod-multi-col.opt-cols-4 .col:nth-child(-n+4) {
  margin-top: 0;
}
.mod-multi-col.opt-cols-2 .col:nth-child(2n+1),
.mod-multi-col.opt-cols-3 .col:nth-child(3n+1),
.mod-multi-col.opt-cols-4 .col:nth-child(4n+1) {
  clear: left;
}
.mod-multi-col.opt-cols-2 .col {
  width: 50%;
}
.mod-multi-col.opt-cols-3 .col {
  width: 33.33%;
}
.mod-multi-col.opt-cols-4 .col {
  width: 25%;
}
/* Table
   ========================================================================== */
.mod-table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
}
.mod-table:first-child {
  margin-top: 0;
}
.mod-table caption {
  padding: 10px;
  border: #ccc 1px solid;
  border-bottom: none;
  background: #ddd;
}
.mod-table th,
.mod-table td {
  padding: 10px;
  border: #ccc 1px solid;
  vertical-align: middle;
}
.mod-table thead th {
  background: #ddd;
}
.mod-table tbody {
  text-align: left;
}
.mod-table tbody th {
  background: #eee;
}
/* Media
   ========================================================================== */
.mod-media {
  overflow: hidden;
  zoom: 1;
  margin-top: 30px;
}
.mod-media:first-child {
  margin-top: 0;
}
.mod-media_object {
  display: table;
  width: 100px;
}
.mod-media_caption {
  display: block;
  text-align: left;
}
.mod-media_body {
  overflow: hidden;
  zoom: 1;
}
.mod-media.opt-media-left .mod-media_object {
  float: left;
  margin-right: 15px;
}
.mod-media.opt-media-right .mod-media_object {
  float: right;
  margin-left: 15px;
}
.mod-media.opt-media-center .mod-media_object {
  margin: 0 auto;
  text-align: center;
}
.mod-media.opt-media-center .mod-media_body {
  margin-top: 20px;
}
.mod-media.opt-media-center .mod-media_body:first-child {
  margin-top: 0;
}
/* ==========================================================================
   Form module
   ========================================================================== */
/* Form
   ========================================================================== */
/* Input
   ========================================================================== */
/* Select
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Space
   ========================================================================== */
.space-section-near {
  margin-top: 20px;
}
.space-section-near:first-child {
  margin-top: 0;
}
.space-section-normal {
  margin-top: 40px;
}
.space-section-normal:first-child {
  margin-top: 0;
}
.space-section-far {
  margin-top: 60px;
}
.space-section-far:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 10px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-normal {
  margin-top: 20px;
}
.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: 75% !important;
}
.size-xsmall .size-xsmall {
  font-size: 100% !important;
}
.size-small .size-xsmall {
  font-size: 85.71% !important;
}
.size-large .size-xsmall {
  font-size: 66.67% !important;
}
.size-xlarge .size-xsmall {
  font-size: 60% !important;
}
.size-xxlarge .size-xsmall {
  font-size: 54.55% !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.2em !important;
}
.size-small {
  font-size: 87.5% !important;
}
.size-xsmall .size-small {
  font-size: 116.67% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 77.78% !important;
}
.size-xlarge .size-small {
  font-size: 70% !important;
}
.size-xxlarge .size-small {
  font-size: 63.64% !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.4em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-xsmall .size-medium {
  font-size: 133.33% !important;
}
.size-small .size-medium {
  font-size: 114.29% !important;
}
.size-large .size-medium {
  font-size: 88.89% !important;
}
.size-xlarge .size-medium {
  font-size: 80% !important;
}
.size-xxlarge .size-medium {
  font-size: 72.73% !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.6em !important;
}
.size-large {
  font-size: 112.5% !important;
}
.size-xsmall .size-large {
  font-size: 150% !important;
}
.size-small .size-large {
  font-size: 128.57% !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: 125% !important;
}
.size-xsmall .size-xlarge {
  font-size: 166.67% !important;
}
.size-small .size-xlarge {
  font-size: 142.86% !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: 137.5% !important;
}
.size-xsmall .size-xxlarge {
  font-size: 183.33% !important;
}
.size-small .size-xxlarge {
  font-size: 157.14% !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-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
.style-lined {
  text-decoration: underline !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #000000 !important;
}
.color-strong {
  color: #f20000 !important;
}
.color-thin {
  color: #555555 !important;
}
/* Float
   ========================================================================== */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Vertical */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
/* Content inner
   ========================================================================== */
.page-width {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-width {
    width: auto;
    padding-right: 10px;
    padding-left: 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;
}
/* Content by device
   ========================================================================== */
.only-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}
.only-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-sp-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print {
  .not-print {
    display: none !important;
  }
}
/* ==========================================================================
   Function module
   ========================================================================== */
/* Fade In
   ========================================================================== */
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  pointer-events: none;
}
.js-fadein.is-visible-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, transform 3s ease;
  transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: auto;
}
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
/* 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;
}
