@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

version: 1.0
created: 2016/12/13
update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/*====================================================================================================

common

====================================================================================================*/
html {
  font-size: 10px;
}

#wrapper {
  overflow: hidden;
}

/* global nav
--------------------------------------------------------------------------------------------------- */
#gheader {
  z-index: 2000;
}

/* local nav
--------------------------------------------------------------------------------------------------- */
.localNav {
  position: relative;
  margin: 0 auto;
  width: 980px;
  z-index: 1000;
}
.localNav::before {
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  content: "";
  display: block;
  background: #eceae6;
  z-index: -1;
}
.localNav nav > button {
  display: none;
}
.localNav nav > ul {
  margin: 0;
  display: block;
  letter-spacing: -0.4em;
}
.localNav nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 7);
  letter-spacing: 0;
  z-index: 1000;
}
.localNav nav > ul > li:hover,
.localNav nav > ul > li.is_active{
background: #828181;
}
.localNav nav > ul > li:hover > a,
.localNav nav > ul > li.is_active > a,
.localNav nav > ul > li:hover button,
.localNav nav > ul > li.is_active button{
color: #eceae6;
}
.localNav nav > ul > li:hover button::after,
.localNav nav > ul > li.is_active button::after{
position:absolute;
top:auto;
right:auto;
bottom:6px;
left:50%;
content:"";
display:block;
width:8px;
height:8px;
border:solid #fff;
border-width:0 0 1px 1px;
transform:rotate(-45deg);
}
.localNav nav > ul > li a, .localNav nav > ul > li button {
  display: table-cell;
  width: 980px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 1.166em;
  line-height: 1.5;
}
.localNav nav > ul > li button {
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  font-family: Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  cursor: pointer;
}
.localNav nav > ul > li button::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 6px;
  left: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #000000;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}
.localNav nav > ul > li.l_sp {
  display: none;
}
.localNav nav > ul > li > ul {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 1000;
}
.localNav nav > ul > li > ul > li {
  margin: 0 0 1px;
  background: rgba(72, 72, 72, 0.6);
}
.localNav nav > ul > li > ul > li a {
  display: table-cell;
  width: 980px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .localNav {
    width: auto;
    z-index: 1000;
  }
  .localNav::before {
    background: #ffffff;
  }
  .localNav nav > button {
    position: relative;
    display: block;
    border: none;
    padding: 12px 25px;
    width: 100%;
    background: none;
    background-color: #f9fafa;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: left;
  }
  .localNav nav > button::after {
    position: absolute;
    top: 50%;
    right: 25px;
    bottom: auto;
    left: auto;
    content: "";
    display: block;
    margin: -6px 0 0;
    width: 8px;
    height: 8px;
    border: solid #000000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg) skewX(-5deg);
    transform-origin: 7px 3px;
    transition: transform 0.4s ease-in;
  }
  .localNav nav > button.is_open::after {
    transform: rotate(-45deg) skewX(-5deg);
  }
  .localNav nav > ul > li {
    display: block;
    border-top: 1px solid #eaeaea;
    width: auto;
  }
  .localNav nav > ul > li a, .localNav nav > ul > li button {
    display: block;
    box-sizing: border-box;
    padding: 12px 25px;
    width: 100%;
    height: auto;
    font-size: 1.0rem;
    text-align: left;
  }
  .localNav nav > ul > li a br, .localNav nav > ul > li a span, .localNav nav > ul > li button br, .localNav nav > ul > li button span {
    display: none;
  }
  .localNav nav > ul > li button {
    cursor: default;
  }
  .localNav nav > ul > li a::before {
    content: "- ";
  }
  .localNav nav > ul > li button::after {
    display: none;
  }
  .localNav nav > ul > li.is_active a, .localNav nav > ul > li a:hover {
    background: #eaeaea;
  }
  .localNav nav > ul > li.l_sp {
    display: block;
  }
  .localNav nav > ul > li > ul {
    position: static;
  }
  .localNav nav > ul > li > ul > li {
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    background: transparent;
  }
  .localNav nav > ul > li > ul > li a {
    display: block;
    width: 100%;
    height: auto;
    color: #000000;
    text-align: left;
  }
}
/* gfooter
--------------------------------------------------------------------------------------------------- */
#gfooter .gfooterInner01 {
  min-width: 980px;
  padding-bottom: 0;
}
#gfooter .gfooterColumn {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 30px 0 0;
  width: 100%;
  height: 165px;
  background: #13449D;
}
#gfooter .gfooterColumn::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  margin-left: -1px;
  border-left: 2px solid #ffffff;
  z-index: 2;
}
#gfooter .gfooterColumn > .column {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
#gfooter .gfooterColumn > .column > *:last-child {
  margin-bottom: 0 !important;
}
#gfooter .gfooterColumn > .column a {
  display: table-cell;
  width: 9999px;
  height: 100%;
  color: #ffffff;
}
#gfooter .gfooterColumn > .column p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 84px;
  font-size: 1.333em;
  text-align: left;
}
#gfooter .gfooterColumn > .column p b {
  display: block;
  margin: 10px 0 10px;
  font-size: 1.25em;
  font-weight: normal;
}
#gfooter .gfooterColumn > .column p::before {
  left: 0;
}
#gfooter .gfooterColumn > .column#diagnosis p::before {
  position: absolute;
  top: 0;
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
  background-repeat: no-repeat;
  width: 38px;
  height: 52px;
  background-position: 0 -146px;
}
#gfooter .gfooterColumn > .column#contact p::before {
  position: absolute;
  top: 0;
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 0;
}
#gfooter .gfooterGnav {
  text-align: center;
}
#gfooter .gfooterGnav > ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 70px;
  width: 180px;
}
#gfooter .gfooterGnav > ul:first-child {
  margin-left: 0;
}
#gfooter .gfooterGnav > ul > li {
  margin: 0 0 5px;
  text-align: left;
  font-size: 1.166em;
}
#gfooter .gfooterGnav > ul > li button {
  border: none;
  padding: 0;
  background: none;
  color: #ffffff;
  font-size: 1em;
}
#gfooter .gfooterGnav > ul > li a {
  color: #ffffff;
}
#gfooter .gfooterGnav > ul > li a[target="_blank"]::after {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  background-position: 0 -306px;
  margin-left: 10px;
  content: "";
}
#gfooter .gfooterGnav > ul > li ul {
  margin: 0;
}
#gfooter .gfooterGnav > ul > li ul > li {
  margin: 5px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#gfooter .gfooterGnav > ul > li ul > li::before {
  margin: 0 0 0 10px;
  content: "・";
  color: #ffffff;
}

@media screen and (max-width: 764px) {
  #gfooter {
    overflow: hidden;
  }
  #gfooter .gfooterInner01 {
    min-width: auto;
    padding: 0;
  }
  #gfooter .gfooterInner02 {
    padding-top: 0;
  }
  #gfooter .gfooterColumn {
    display: block;
    margin-top: 0;
    height: auto;
  }
  #gfooter .gfooterColumn::before {
    display: none;
  }
  #gfooter .gfooterColumn > .column {
    display: table;
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }
  #gfooter .gfooterColumn > .column a {
    display: table-cell;
    padding: 0 0 0 38px;
    height: 140px;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
  }
  #gfooter .gfooterColumn > .column p {
    padding-left: 57px;
    font-size: 1.0em;
  }
  #gfooter .gfooterColumn > .column p b {
    margin: 10px 0 10px;
    font-size: 1.25em;
  }
  #gfooter .gfooterColumn > .column#diagnosis p::before {
    position: absolute;
    top: 0;
    content: "";
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 44px;
    background-position: 0 -104px;
    -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
  }
  #gfooter .gfooterColumn > .column#contact p::before {
    position: absolute;
    top: 0;
    content: "";
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 41px;
    background-position: 0 -27px;
    -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
  }
  #gfooter .gfooterGnav > ul {
    display: block;
    margin: 0;
    width:100%;
  }
  #gfooter .gfooterGnav > ul > li {
    margin: 0;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 1em;
  }
  #gfooter .gfooterGnav > ul > li button {
    position: relative;
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  #gfooter .gfooterGnav > ul > li button::after {
    position: absolute;
    top: 50%;
    right: 32px;
    bottom: auto;
    left: auto;
    content: "";
    display: block;
    right: 32px;
    margin-top: -3px;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(135deg) skewX(-5deg);
    transform-origin: 8px 4px;
    transition: transform 0.4s ease-in;
  }
  #gfooter .gfooterGnav > ul > li button.is_open::after {
    transform: rotate(-45deg) skewX(-5deg);
  }
  #gfooter .gfooterGnav > ul > li a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-decoration: none;
  }
  #gfooter .gfooterGnav > ul > li a[target="_blank"]::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: "";
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    background-position: 0 -207px;
    -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
    right: 32px;
  }
  #gfooter .gfooterGnav > ul > li ul {
    margin: 0;
    background: #626262;
  }
  #gfooter .gfooterGnav > ul > li ul > li {
    margin: 0;
    border-top: 1px solid #ffffff;
    padding: 0;
    text-indent: 0;
  }
  #gfooter .gfooterGnav > ul > li ul > li::before {
    display: none;
  }
  #gfooter .snsLinks {
    position: relative;
    display: table;
    margin: 0 auto 15px;
    padding: 20px 0;
    text-align: center;
    z-index: 0;
  }
  #gfooter .snsLinks::before {
    position: absolute;
    top: 0;
    right: -1000%;
    bottom: 0;
    left: -1000%;
    content: "";
    display: block;
    background: #ffffff;
    z-index: -1;
  }
  #gfooter .snsLinks > li {
    display: table-cell;
    padding: 0 5px;
    line-height: 1;
    vertical-align: middle;
  }
}
/*====================================================================================================

module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.separate {
  position: relative;
  margin: 40px 0 0;
  padding: 43px 0 0;
}

.separate02 {
  position: relative;
  margin: 30px 0 0;
  padding: 33px 0 0;
  background: url(../images/mod_bg_shadow_pc.png) no-repeat 50% 0;
}

.unit {
  margin: 0 0 20px;
}

.unit02 {
  margin: 0 0 30px;
}

/* heading module
--------------------------------------------------------------------------------------------------- */
.pageTitle {
  position: relative;
  margin: -63px 0 30px;
  background: no-repeat 50% 0;
  z-index: 0;
}
.pageTitle > span {
  display: block;
  margin: 0 auto;
  padding: 112px 0 94px;
  width: 960px;
}
.pageTitle > span > span {
  display: block;
}

/* box module
--------------------------------------------------------------------------------------------------- */
.mod_box {
  margin: 0 0 20px;
  border: solid #ebe4d9;
  border-width: 1px 0;
  padding: 16px 20px 20px;
  background: #eee9dd;
}
.mod_box > *:last-child {
  margin-bottom: 0 !important;
}

.mod_media {
  display: table;
  margin: 0 0 1.5em;
}
.mod_media .image,
.mod_media .body {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}
.mod_media .image {
  padding: 0 30px 0 0;
  width: 1%;
}
.mod_media .body {
  text-align: left;
}
.mod_media .body > *:last-child {
  margin-bottom: 0 !important;
}
.mod_media .body + .image {
  padding: 0 0 0 30px;
}
.mod_media[class*="_flipped"] {
  direction: rtl;
  width: 100%;
}
.mod_media[class*="_flipped"] .image {
  padding: 0 0 0 30px;
}
.mod_media[class*="_flipped"] .body + .image {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 640px) {
  .mod_media {
    display: block;
    margin: 0 0 1.5em;
  }
  .mod_media .image,
  .mod_media .body {
    display: block;
    margin: 0;
  }
  .mod_media .image {
    padding-right: 0;
    width: auto;
  }
  .mod_media .image img {
    width: 100%;
    height: auto;
  }
  .mod_media .body + .image {
    padding-left: 0;
  }
  .mod_media[class*="_flipped"] {
    direction: ltr;
    width: auto;
  }
  .mod_media[class*="_flipped"] .image {
    padding-left: 0;
  }
  .mod_media[class*="_flipped"] .body + .image {
    padding-right: 0;
  }
}
.mod_column {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0;
  width: 100%;
}
.mod_column > .column {
  display: table-cell;
  vertical-align: top;
}
.mod_column[class*="_col2"] > .column {
  width: calc(100% / 2);
}
.mod_column[class*="_col3"] > .column {
  width: calc(100% / 3);
}
.mod_column[class*="_col4"] > .column {
  width: calc(100% / 4);
}

@media screen and (max-width: 640px) {
  .mod_column {
    display: block;
  }
  .mod_column > .column {
    display: block;
  }
  .mod_column[class*="_col2"] > .column, .mod_column[class*="_col3"] > .column, .mod_column[class*="_col4"] > .column {
    width: auto;
  }
}
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow .slides {
  margin-bottom: 10px;
  position: relative;
}
.slideshow .slides:after {
  height: 0;
  display: block;
  clear: both;
  content: ".";
}
.slideshow .slides li {
  float: left;
  display: none;
}
.slideshow .slides li > li:first-child {
  display: block;
}
.slideshow .crossfade .slides li {
  position: absolute;
  float: none;
}
.slideshow .slideControl {
  display: none;
  clear: both;
}
.slideshow .cursor > li {
  position: absolute;
  top: 110px;
}
.slideshow .cursor > li.prev {
  left: 0;
}
.slideshow .cursor > li.next {
  right: 0;
}
.slideshow .select {
  letter-spacing: -0.4em;
}
.slideshow .select > li {
  margin: 0 2px;
  display: inline-block;
  letter-spacing: 0em;
}
.slideshow .select > li > li a {
  padding: 5px;
  border: 1px solid #ccc;
  display: block;
  background: #ddd;
  text-decoration: none;
}
.slideshow .select > li > li.active a, .slideshow .select > li > li a:hover {
  background: #eee;
}

.mod_bgMovie {
  position: relative;
}
.mod_bgMovie .movieOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 980px;
  z-index: 10;
}
.mod_bgMovie .movieOverlay > .inner {
  display: table;
  width: 980px;
  height: 100%;
}
.mod_bgMovie .movieOverlay > .inner > .innerContent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mod_bgMovie .leadText {
  margin: 0 0 30px;
  color: #000000;
  font-size: 1.5em;
  line-height: 1.8;
  text-shadow: 0 0 3px white;
}
.mod_bgMovie .leadText b {
  display: block;
  margin: 0 0 10px;
  font-size: 2.111em;
  font-weight: normal;
}
.mod_bgMovie video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .mod_bgMovie {
    text-align: center;
  }
  .mod_bgMovie .movieOverlay {
    width: auto;
  }
  .mod_bgMovie .movieOverlay > .inner {
    width: 100%;
  }
  .mod_bgMovie .leadText {
    font-size: 1.2rem;
  }
  .mod_bgMovie .leadText b {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
  .mod_bgMovie video {
    display: inline-block;
    margin: 0 -1000px;
    width: auto;
    height: 100%;
  }
}
/* paragraph module
--------------------------------------------------------------------------------------------------- */
/* list module
--------------------------------------------------------------------------------------------------- */
.mod_list > li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.mod_list > li > *:last-child {
  margin-bottom: 0 !important;
}
.mod_list > li:before {
  content: "・";
}
.mod_list .l-unsytled > li:before {
  display: none;
}

.mod_notesList > li {
  padding-left: 1em;
  text-indent: -1em;
  color: #cccccc;
  font-size: 1.2rem;
}
.mod_notesList > li > *:last-child {
  margin-bottom: 0 !important;
}
.mod_notesList > li:before {
  content: "※";
}

.mod_numberList {
  margin-left: 1em;
  list-style: none;
  counter-reset: li;
}
.mod_numberList > li {
  position: relative;
}
.mod_numberList > li > *:last-child {
  margin-bottom: 0 !important;
}
.mod_numberList > li:before {
  content: counter(li) ".";
  counter-increment: li;
}

.mod_linkList > li {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 1.4rem;
}
.mod_linkList > li a {
  color: #13449D;
}
.mod_linkList > li a::before {
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  display: block;
  border: solid #13449D;
  border-width: 1px 1px 0 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  transform-origin: center;
}

.mod_mediaList {
  margin: -40px -40px 40px 0;
  letter-spacing: -0.4em;
}
.mod_mediaList > li {
  display: inline-block;
  vertical-align: top;
  margin: 40px 40px 0 0;
  letter-spacing: 0;
}
.mod_mediaList[class*="_col3"] {
  width: calc(100% / 3 - 40px);
}
.mod_mediaList[class*="_innerLabel"] > li {
  position: relative;
}
.mod_mediaList[class*="_innerLabel"] > li a {
  color: #ffffff;
  text-decoration: none;
}
.mod_mediaList[class*="_innerLabel"] > li a span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  line-height: 1;
  z-index: 1;
}
.mod_mediaList[class*="_innerLabel"] > li a span::after {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 24px;
  background-position: 0 -334px;
  right: 15px;
}

@media screen and (max-width: 640px) {
  .mod_mediaList {
    margin: 0 0 40px;
  }
  .mod_mediaList > li {
    display: block;
    margin: 0 0 20px;
  }
  .mod_mediaList[class*="_col3"] {
    width: auto;
  }
  .mod_mediaList[class*="_innerLabel"] > li a span {
    padding: 10px 17px;
    font-size: 1.3rem;
  }
  .mod_mediaList[class*="_innerLabel"] > li a span::after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    content: "";
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    background-image: url('../../../../jp/wtjapan/common/images/mod_img_sprite.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    background-position: 0 -184px;
    -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
    right: 16px;
  }
  .mod_mediaList[class*="_innerLabel"] > li a img {
    width: 100%;
    height: auto;
  }
}
/* table module
--------------------------------------------------------------------------------------------------- */
.table {
  width: 100%;
}
.table .l-fixed {
  table-layout: fixed;
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.mod_button {
  letter-spacing: 0;
  text-align: center;
}
.mod_button a, .mod_button span, .mod_button button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 30px;
  padding: 8px 10px;
  min-width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
.mod_button a::before, .mod_button span::before, .mod_button button::before {
  position: absolute;
  top: 50%;
  right: 14px;
  bottom: auto;
  left: auto;
  content: "";
  display: block;
  margin: -7px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.mod_button a {
  transition: all 1s ease;
}
.mod_button a:hover {
  opacity: 0.7;
}
.mod_button span {
  background: #c1c1c1;
}
.mod_button button {
  border: none;
  padding: 0;
}
.mod_button[class*="_type01"] a, .mod_button[class*="_type01"] span, .mod_button[class*="_type01"] button {
  border-color: #13449D;
  background: rgba(255, 255, 255, 0.75);
  color: #13449D;
}
.mod_button[class*="_type01"] a::before, .mod_button[class*="_type01"] span::before, .mod_button[class*="_type01"] button::before {
  border-color: #13449D;
}
.mod_button[class*="_type02"] a, .mod_button[class*="_type02"] span, .mod_button[class*="_type02"] button {
  border-color: #ffffff;
  background: rgba(1, 93, 178, 0.4);
  color: #ffffff;
}
.mod_button[class*="_type02"] a::before, .mod_button[class*="_type02"] span::before, .mod_button[class*="_type02"] button::before {
  border-color: #ffffff;
}

/* inline module
--------------------------------------------------------------------------------------------------- */
/* anchor */
@media screen and (min-width: 641px) {
  .pcHide {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .spHide {
    display: none !important;
  }
}
/* modifire module
--------------------------------------------------------------------------------------------------- */
/* radius */
.radius01 {
  border-radius: 1px;
}

.radiusTLTR01 {
  border-radius: 1px 1px 0 0;
}

.radiusBLBR01 {
  border-radius: 0 0 1px 1px;
}

.radiusTLBL01 {
  border-radius: 0 1px 1px 0;
}

.radiusTRBR01 {
  border-radius: 1px 0 0 1px;
}

.radius02 {
  border-radius: 2px;
}

.radiusTLTR02 {
  border-radius: 2px 2px 0 0;
}

.radiusBLBR02 {
  border-radius: 0 0 2px 2px;
}

.radiusTLBL02 {
  border-radius: 0 2px 2px 0;
}

.radiusTRBR02 {
  border-radius: 2px 0 0 2px;
}

.radius03 {
  border-radius: 3px;
}

.radiusTLTR03 {
  border-radius: 3px 3px 0 0;
}

.radiusBLBR03 {
  border-radius: 0 0 3px 3px;
}

.radiusTLBL03 {
  border-radius: 0 3px 3px 0;
}

.radiusTRBR03 {
  border-radius: 3px 0 0 3px;
}

.radius04 {
  border-radius: 4px;
}

.radiusTLTR04 {
  border-radius: 4px 4px 0 0;
}

.radiusBLBR04 {
  border-radius: 0 0 4px 4px;
}

.radiusTLBL04 {
  border-radius: 0 4px 4px 0;
}

.radiusTRBR04 {
  border-radius: 4px 0 0 4px;
}

.radius05 {
  border-radius: 5px;
}

.radiusTLTR05 {
  border-radius: 5px 5px 0 0;
}

.radiusBLBR05 {
  border-radius: 0 0 5px 5px;
}

.radiusTLBL05 {
  border-radius: 0 5px 5px 0;
}

.radiusTRBR05 {
  border-radius: 5px 0 0 5px;
}

.radius06 {
  border-radius: 6px;
}

.radiusTLTR06 {
  border-radius: 6px 6px 0 0;
}

.radiusBLBR06 {
  border-radius: 0 0 6px 6px;
}

.radiusTLBL06 {
  border-radius: 0 6px 6px 0;
}

.radiusTRBR06 {
  border-radius: 6px 0 0 6px;
}

.radius07 {
  border-radius: 7px;
}

.radiusTLTR07 {
  border-radius: 7px 7px 0 0;
}

.radiusBLBR07 {
  border-radius: 0 0 7px 7px;
}

.radiusTLBL07 {
  border-radius: 0 7px 7px 0;
}

.radiusTRBR07 {
  border-radius: 7px 0 0 7px;
}

.radius08 {
  border-radius: 8px;
}

.radiusTLTR08 {
  border-radius: 8px 8px 0 0;
}

.radiusBLBR08 {
  border-radius: 0 0 8px 8px;
}

.radiusTLBL08 {
  border-radius: 0 8px 8px 0;
}

.radiusTRBR08 {
  border-radius: 8px 0 0 8px;
}

.radius09 {
  border-radius: 9px;
}

.radiusTLTR09 {
  border-radius: 9px 9px 0 0;
}

.radiusBLBR09 {
  border-radius: 0 0 9px 9px;
}

.radiusTLBL09 {
  border-radius: 0 9px 9px 0;
}

.radiusTRBR09 {
  border-radius: 9px 0 0 9px;
}

.radius10 {
  border-radius: 10px;
}

.radiusTLTR10 {
  border-radius: 10px 10px 0 0;
}

.radiusBLBR10 {
  border-radius: 0 0 10px 10px;
}

.radiusTLBL10 {
  border-radius: 0 10px 10px 0;
}

.radiusTRBR10 {
  border-radius: 10px 0 0 10px;
}

.radius11 {
  border-radius: 11px;
}

.radiusTLTR11 {
  border-radius: 11px 11px 0 0;
}

.radiusBLBR11 {
  border-radius: 0 0 11px 11px;
}

.radiusTLBL11 {
  border-radius: 0 11px 11px 0;
}

.radiusTRBR11 {
  border-radius: 11px 0 0 11px;
}

.radius12 {
  border-radius: 12px;
}

.radiusTLTR12 {
  border-radius: 12px 12px 0 0;
}

.radiusBLBR12 {
  border-radius: 0 0 12px 12px;
}

.radiusTLBL12 {
  border-radius: 0 12px 12px 0;
}

.radiusTRBR12 {
  border-radius: 12px 0 0 12px;
}

.radius13 {
  border-radius: 13px;
}

.radiusTLTR13 {
  border-radius: 13px 13px 0 0;
}

.radiusBLBR13 {
  border-radius: 0 0 13px 13px;
}

.radiusTLBL13 {
  border-radius: 0 13px 13px 0;
}

.radiusTRBR13 {
  border-radius: 13px 0 0 13px;
}

.radius14 {
  border-radius: 14px;
}

.radiusTLTR14 {
  border-radius: 14px 14px 0 0;
}

.radiusBLBR14 {
  border-radius: 0 0 14px 14px;
}

.radiusTLBL14 {
  border-radius: 0 14px 14px 0;
}

.radiusTRBR14 {
  border-radius: 14px 0 0 14px;
}

.radius15 {
  border-radius: 15px;
}

.radiusTLTR15 {
  border-radius: 15px 15px 0 0;
}

.radiusBLBR15 {
  border-radius: 0 0 15px 15px;
}

.radiusTLBL15 {
  border-radius: 0 15px 15px 0;
}

.radiusTRBR15 {
  border-radius: 15px 0 0 15px;
}

.radius16 {
  border-radius: 16px;
}

.radiusTLTR16 {
  border-radius: 16px 16px 0 0;
}

.radiusBLBR16 {
  border-radius: 0 0 16px 16px;
}

.radiusTLBL16 {
  border-radius: 0 16px 16px 0;
}

.radiusTRBR16 {
  border-radius: 16px 0 0 16px;
}

.radius17 {
  border-radius: 17px;
}

.radiusTLTR17 {
  border-radius: 17px 17px 0 0;
}

.radiusBLBR17 {
  border-radius: 0 0 17px 17px;
}

.radiusTLBL17 {
  border-radius: 0 17px 17px 0;
}

.radiusTRBR17 {
  border-radius: 17px 0 0 17px;
}

.radius18 {
  border-radius: 18px;
}

.radiusTLTR18 {
  border-radius: 18px 18px 0 0;
}

.radiusBLBR18 {
  border-radius: 0 0 18px 18px;
}

.radiusTLBL18 {
  border-radius: 0 18px 18px 0;
}

.radiusTRBR18 {
  border-radius: 18px 0 0 18px;
}

.radius19 {
  border-radius: 19px;
}

.radiusTLTR19 {
  border-radius: 19px 19px 0 0;
}

.radiusBLBR19 {
  border-radius: 0 0 19px 19px;
}

.radiusTLBL19 {
  border-radius: 0 19px 19px 0;
}

.radiusTRBR19 {
  border-radius: 19px 0 0 19px;
}

.radius20 {
  border-radius: 20px;
}

.radiusTLTR20 {
  border-radius: 20px 20px 0 0;
}

.radiusBLBR20 {
  border-radius: 0 0 20px 20px;
}

.radiusTLBL20 {
  border-radius: 0 20px 20px 0;
}

.radiusTRBR20 {
  border-radius: 20px 0 0 20px;
}

.radius21 {
  border-radius: 21px;
}

.radiusTLTR21 {
  border-radius: 21px 21px 0 0;
}

.radiusBLBR21 {
  border-radius: 0 0 21px 21px;
}

.radiusTLBL21 {
  border-radius: 0 21px 21px 0;
}

.radiusTRBR21 {
  border-radius: 21px 0 0 21px;
}

.radius22 {
  border-radius: 22px;
}

.radiusTLTR22 {
  border-radius: 22px 22px 0 0;
}

.radiusBLBR22 {
  border-radius: 0 0 22px 22px;
}

.radiusTLBL22 {
  border-radius: 0 22px 22px 0;
}

.radiusTRBR22 {
  border-radius: 22px 0 0 22px;
}

.radius23 {
  border-radius: 23px;
}

.radiusTLTR23 {
  border-radius: 23px 23px 0 0;
}

.radiusBLBR23 {
  border-radius: 0 0 23px 23px;
}

.radiusTLBL23 {
  border-radius: 0 23px 23px 0;
}

.radiusTRBR23 {
  border-radius: 23px 0 0 23px;
}

.radius24 {
  border-radius: 24px;
}

.radiusTLTR24 {
  border-radius: 24px 24px 0 0;
}

.radiusBLBR24 {
  border-radius: 0 0 24px 24px;
}

.radiusTLBL24 {
  border-radius: 0 24px 24px 0;
}

.radiusTRBR24 {
  border-radius: 24px 0 0 24px;
}

.radius25 {
  border-radius: 25px;
}

.radiusTLTR25 {
  border-radius: 25px 25px 0 0;
}

.radiusBLBR25 {
  border-radius: 0 0 25px 25px;
}

.radiusTLBL25 {
  border-radius: 0 25px 25px 0;
}

.radiusTRBR25 {
  border-radius: 25px 0 0 25px;
}

.radius26 {
  border-radius: 26px;
}

.radiusTLTR26 {
  border-radius: 26px 26px 0 0;
}

.radiusBLBR26 {
  border-radius: 0 0 26px 26px;
}

.radiusTLBL26 {
  border-radius: 0 26px 26px 0;
}

.radiusTRBR26 {
  border-radius: 26px 0 0 26px;
}

.radius27 {
  border-radius: 27px;
}

.radiusTLTR27 {
  border-radius: 27px 27px 0 0;
}

.radiusBLBR27 {
  border-radius: 0 0 27px 27px;
}

.radiusTLBL27 {
  border-radius: 0 27px 27px 0;
}

.radiusTRBR27 {
  border-radius: 27px 0 0 27px;
}

.radius28 {
  border-radius: 28px;
}

.radiusTLTR28 {
  border-radius: 28px 28px 0 0;
}

.radiusBLBR28 {
  border-radius: 0 0 28px 28px;
}

.radiusTLBL28 {
  border-radius: 0 28px 28px 0;
}

.radiusTRBR28 {
  border-radius: 28px 0 0 28px;
}

.radius29 {
  border-radius: 29px;
}

.radiusTLTR29 {
  border-radius: 29px 29px 0 0;
}

.radiusBLBR29 {
  border-radius: 0 0 29px 29px;
}

.radiusTLBL29 {
  border-radius: 0 29px 29px 0;
}

.radiusTRBR29 {
  border-radius: 29px 0 0 29px;
}

.radius30 {
  border-radius: 30px;
}

.radiusTLTR30 {
  border-radius: 30px 30px 0 0;
}

.radiusBLBR30 {
  border-radius: 0 0 30px 30px;
}

.radiusTLBL30 {
  border-radius: 0 30px 30px 0;
}

.radiusTRBR30 {
  border-radius: 30px 0 0 30px;
}

.radius31 {
  border-radius: 31px;
}

.radiusTLTR31 {
  border-radius: 31px 31px 0 0;
}

.radiusBLBR31 {
  border-radius: 0 0 31px 31px;
}

.radiusTLBL31 {
  border-radius: 0 31px 31px 0;
}

.radiusTRBR31 {
  border-radius: 31px 0 0 31px;
}

.radius32 {
  border-radius: 32px;
}

.radiusTLTR32 {
  border-radius: 32px 32px 0 0;
}

.radiusBLBR32 {
  border-radius: 0 0 32px 32px;
}

.radiusTLBL32 {
  border-radius: 0 32px 32px 0;
}

.radiusTRBR32 {
  border-radius: 32px 0 0 32px;
}

.radius33 {
  border-radius: 33px;
}

.radiusTLTR33 {
  border-radius: 33px 33px 0 0;
}

.radiusBLBR33 {
  border-radius: 0 0 33px 33px;
}

.radiusTLBL33 {
  border-radius: 0 33px 33px 0;
}

.radiusTRBR33 {
  border-radius: 33px 0 0 33px;
}

.radius34 {
  border-radius: 34px;
}

.radiusTLTR34 {
  border-radius: 34px 34px 0 0;
}

.radiusBLBR34 {
  border-radius: 0 0 34px 34px;
}

.radiusTLBL34 {
  border-radius: 0 34px 34px 0;
}

.radiusTRBR34 {
  border-radius: 34px 0 0 34px;
}

.radius35 {
  border-radius: 35px;
}

.radiusTLTR35 {
  border-radius: 35px 35px 0 0;
}

.radiusBLBR35 {
  border-radius: 0 0 35px 35px;
}

.radiusTLBL35 {
  border-radius: 0 35px 35px 0;
}

.radiusTRBR35 {
  border-radius: 35px 0 0 35px;
}

.radius36 {
  border-radius: 36px;
}

.radiusTLTR36 {
  border-radius: 36px 36px 0 0;
}

.radiusBLBR36 {
  border-radius: 0 0 36px 36px;
}

.radiusTLBL36 {
  border-radius: 0 36px 36px 0;
}

.radiusTRBR36 {
  border-radius: 36px 0 0 36px;
}

.radius37 {
  border-radius: 37px;
}

.radiusTLTR37 {
  border-radius: 37px 37px 0 0;
}

.radiusBLBR37 {
  border-radius: 0 0 37px 37px;
}

.radiusTLBL37 {
  border-radius: 0 37px 37px 0;
}

.radiusTRBR37 {
  border-radius: 37px 0 0 37px;
}

.radius38 {
  border-radius: 38px;
}

.radiusTLTR38 {
  border-radius: 38px 38px 0 0;
}

.radiusBLBR38 {
  border-radius: 0 0 38px 38px;
}

.radiusTLBL38 {
  border-radius: 0 38px 38px 0;
}

.radiusTRBR38 {
  border-radius: 38px 0 0 38px;
}

.radius39 {
  border-radius: 39px;
}

.radiusTLTR39 {
  border-radius: 39px 39px 0 0;
}

.radiusBLBR39 {
  border-radius: 0 0 39px 39px;
}

.radiusTLBL39 {
  border-radius: 0 39px 39px 0;
}

.radiusTRBR39 {
  border-radius: 39px 0 0 39px;
}

.radius40 {
  border-radius: 40px;
}

.radiusTLTR40 {
  border-radius: 40px 40px 0 0;
}

.radiusBLBR40 {
  border-radius: 0 0 40px 40px;
}

.radiusTLBL40 {
  border-radius: 0 40px 40px 0;
}

.radiusTRBR40 {
  border-radius: 40px 0 0 40px;
}

.radius41 {
  border-radius: 41px;
}

.radiusTLTR41 {
  border-radius: 41px 41px 0 0;
}

.radiusBLBR41 {
  border-radius: 0 0 41px 41px;
}

.radiusTLBL41 {
  border-radius: 0 41px 41px 0;
}

.radiusTRBR41 {
  border-radius: 41px 0 0 41px;
}

.radius42 {
  border-radius: 42px;
}

.radiusTLTR42 {
  border-radius: 42px 42px 0 0;
}

.radiusBLBR42 {
  border-radius: 0 0 42px 42px;
}

.radiusTLBL42 {
  border-radius: 0 42px 42px 0;
}

.radiusTRBR42 {
  border-radius: 42px 0 0 42px;
}

.radius43 {
  border-radius: 43px;
}

.radiusTLTR43 {
  border-radius: 43px 43px 0 0;
}

.radiusBLBR43 {
  border-radius: 0 0 43px 43px;
}

.radiusTLBL43 {
  border-radius: 0 43px 43px 0;
}

.radiusTRBR43 {
  border-radius: 43px 0 0 43px;
}

.radius44 {
  border-radius: 44px;
}

.radiusTLTR44 {
  border-radius: 44px 44px 0 0;
}

.radiusBLBR44 {
  border-radius: 0 0 44px 44px;
}

.radiusTLBL44 {
  border-radius: 0 44px 44px 0;
}

.radiusTRBR44 {
  border-radius: 44px 0 0 44px;
}

.radius45 {
  border-radius: 45px;
}

.radiusTLTR45 {
  border-radius: 45px 45px 0 0;
}

.radiusBLBR45 {
  border-radius: 0 0 45px 45px;
}

.radiusTLBL45 {
  border-radius: 0 45px 45px 0;
}

.radiusTRBR45 {
  border-radius: 45px 0 0 45px;
}

.radius46 {
  border-radius: 46px;
}

.radiusTLTR46 {
  border-radius: 46px 46px 0 0;
}

.radiusBLBR46 {
  border-radius: 0 0 46px 46px;
}

.radiusTLBL46 {
  border-radius: 0 46px 46px 0;
}

.radiusTRBR46 {
  border-radius: 46px 0 0 46px;
}

.radius47 {
  border-radius: 47px;
}

.radiusTLTR47 {
  border-radius: 47px 47px 0 0;
}

.radiusBLBR47 {
  border-radius: 0 0 47px 47px;
}

.radiusTLBL47 {
  border-radius: 0 47px 47px 0;
}

.radiusTRBR47 {
  border-radius: 47px 0 0 47px;
}

.radius48 {
  border-radius: 48px;
}

.radiusTLTR48 {
  border-radius: 48px 48px 0 0;
}

.radiusBLBR48 {
  border-radius: 0 0 48px 48px;
}

.radiusTLBL48 {
  border-radius: 0 48px 48px 0;
}

.radiusTRBR48 {
  border-radius: 48px 0 0 48px;
}

.radius49 {
  border-radius: 49px;
}

.radiusTLTR49 {
  border-radius: 49px 49px 0 0;
}

.radiusBLBR49 {
  border-radius: 0 0 49px 49px;
}

.radiusTLBL49 {
  border-radius: 0 49px 49px 0;
}

.radiusTRBR49 {
  border-radius: 49px 0 0 49px;
}

.radius50 {
  border-radius: 50px;
}

.radiusTLTR50 {
  border-radius: 50px 50px 0 0;
}

.radiusBLBR50 {
  border-radius: 0 0 50px 50px;
}

.radiusTLBL50 {
  border-radius: 0 50px 50px 0;
}

.radiusTRBR50 {
  border-radius: 50px 0 0 50px;
}

/* text align */
.alignLeft {
  text-align: left !important;
}

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

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

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

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

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

/* block margin */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

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

.ml5 {
  margin-left: 5px !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

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

.ml15 {
  margin-left: 15px !important;
}

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

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

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

.mr25 {
  margin-right: 25px !important;
}

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

.ml25 {
  margin-left: 25px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

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

.mr35 {
  margin-right: 35px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

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

.mr45 {
  margin-right: 45px !important;
}

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

.ml45 {
  margin-left: 45px !important;
}

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

.mr50 {
  margin-right: 50px !important;
}

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

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

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

.pr0 {
  padding-right: 0px !important;
}

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

.pl0 {
  padding-left: 0px !important;
}

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

.pr5 {
  padding-right: 5px !important;
}

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

.pl5 {
  padding-left: 5px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

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

.pr15 {
  padding-right: 15px !important;
}

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

.pl15 {
  padding-left: 15px !important;
}

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

.pr20 {
  padding-right: 20px !important;
}

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

.pl20 {
  padding-left: 20px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

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

.pr30 {
  padding-right: 30px !important;
}

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

.pl30 {
  padding-left: 30px !important;
}

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

.pr35 {
  padding-right: 35px !important;
}

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

.pl35 {
  padding-left: 35px !important;
}

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

.pr40 {
  padding-right: 40px !important;
}

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

.pl40 {
  padding-left: 40px !important;
}

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

.pr45 {
  padding-right: 45px !important;
}

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

.pl45 {
  padding-left: 45px !important;
}

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

.pr50 {
  padding-right: 50px !important;
}

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

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* font size */
.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

.font34 {
  font-size: 34px !important;
}

.font36 {
  font-size: 36px !important;
}

.font38 {
  font-size: 38px !important;
}

.font40 {
  font-size: 40px !important;
}

.font42 {
  font-size: 42px !important;
}

.font44 {
  font-size: 44px !important;
}

.font46 {
  font-size: 46px !important;
}

.font48 {
  font-size: 48px !important;
}

.font50 {
  font-size: 50px !important;
}

.font52 {
  font-size: 52px !important;
}

.font54 {
  font-size: 54px !important;
}

.font56 {
  font-size: 56px !important;
}

.font58 {
  font-size: 58px !important;
}

.font60 {
  font-size: 60px !important;
}

.font62 {
  font-size: 62px !important;
}

.font64 {
  font-size: 64px !important;
}

.font66 {
  font-size: 66px !important;
}

.font68 {
  font-size: 68px !important;
}

.font70 {
  font-size: 70px !important;
}

.font72 {
  font-size: 72px !important;
}

.font74 {
  font-size: 74px !important;
}

.font76 {
  font-size: 76px !important;
}

.font78 {
  font-size: 78px !important;
}

.font80 {
  font-size: 80px !important;
}

.font82 {
  font-size: 82px !important;
}

.font84 {
  font-size: 84px !important;
}

.font86 {
  font-size: 86px !important;
}

.font88 {
  font-size: 88px !important;
}

.font90 {
  font-size: 90px !important;
}

.font92 {
  font-size: 92px !important;
}

.font94 {
  font-size: 94px !important;
}

.font96 {
  font-size: 96px !important;
}

.font98 {
  font-size: 98px !important;
}

.font100 {
  font-size: 100px !important;
}

.font102 {
  font-size: 102px !important;
}

.font104 {
  font-size: 104px !important;
}

.font106 {
  font-size: 106px !important;
}

.font108 {
  font-size: 108px !important;
}

.font110 {
  font-size: 110px !important;
}

.font112 {
  font-size: 112px !important;
}

.font114 {
  font-size: 114px !important;
}

.font116 {
  font-size: 116px !important;
}

.font118 {
  font-size: 118px !important;
}

.font120 {
  font-size: 120px !important;
}

.font122 {
  font-size: 122px !important;
}

.font124 {
  font-size: 124px !important;
}

.font126 {
  font-size: 126px !important;
}

.font128 {
  font-size: 128px !important;
}

.font130 {
  font-size: 130px !important;
}

.font132 {
  font-size: 132px !important;
}

.font134 {
  font-size: 134px !important;
}

.font136 {
  font-size: 136px !important;
}

.font138 {
  font-size: 138px !important;
}

.font140 {
  font-size: 140px !important;
}

.font142 {
  font-size: 142px !important;
}

.font144 {
  font-size: 144px !important;
}

.font146 {
  font-size: 146px !important;
}

.font148 {
  font-size: 148px !important;
}

.font150 {
  font-size: 150px !important;
}

.font152 {
  font-size: 152px !important;
}

.font154 {
  font-size: 154px !important;
}

.font156 {
  font-size: 156px !important;
}

.font158 {
  font-size: 158px !important;
}

.font160 {
  font-size: 160px !important;
}

.font162 {
  font-size: 162px !important;
}

.font164 {
  font-size: 164px !important;
}

.font166 {
  font-size: 166px !important;
}

.font168 {
  font-size: 168px !important;
}

.font170 {
  font-size: 170px !important;
}

.font172 {
  font-size: 172px !important;
}

.font174 {
  font-size: 174px !important;
}

.font176 {
  font-size: 176px !important;
}

.font178 {
  font-size: 178px !important;
}

.font180 {
  font-size: 180px !important;
}

.font182 {
  font-size: 182px !important;
}

.font184 {
  font-size: 184px !important;
}

.font186 {
  font-size: 186px !important;
}

.font188 {
  font-size: 188px !important;
}

.font190 {
  font-size: 190px !important;
}

/* font style */
.fontBold {
  font-weight: bold;
}

.fontItalic {
  font-style: italic;
}

.fontNormal {
  font-style: normal !important;
  font-weight: normal !important;
}

/* fontColor */
.colorType01 {
  color: #000000;
}

.colorType02 {
  color: #13449D;
}

/* block width */
.width10 {
  width: 10px !important;
}

.width20 {
  width: 20px !important;
}

.width30 {
  width: 30px !important;
}

.width40 {
  width: 40px !important;
}

.width50 {
  width: 50px !important;
}

.width60 {
  width: 60px !important;
}

.width70 {
  width: 70px !important;
}

.width80 {
  width: 80px !important;
}

.width90 {
  width: 90px !important;
}

.width100 {
  width: 100px !important;
}

.width110 {
  width: 110px !important;
}

.width120 {
  width: 120px !important;
}

.width130 {
  width: 130px !important;
}

.width140 {
  width: 140px !important;
}

.width150 {
  width: 150px !important;
}

.width160 {
  width: 160px !important;
}

.width170 {
  width: 170px !important;
}

.width180 {
  width: 180px !important;
}

.width190 {
  width: 190px !important;
}

.width200 {
  width: 200px !important;
}

.width210 {
  width: 210px !important;
}

.width220 {
  width: 220px !important;
}

.width230 {
  width: 230px !important;
}

.width240 {
  width: 240px !important;
}

.width250 {
  width: 250px !important;
}

.width260 {
  width: 260px !important;
}

.width270 {
  width: 270px !important;
}

.width280 {
  width: 280px !important;
}

.width290 {
  width: 290px !important;
}

.width300 {
  width: 300px !important;
}

.width310 {
  width: 310px !important;
}

.width320 {
  width: 320px !important;
}

.width330 {
  width: 330px !important;
}

.width340 {
  width: 340px !important;
}

.width350 {
  width: 350px !important;
}

.width360 {
  width: 360px !important;
}

.width370 {
  width: 370px !important;
}

.width380 {
  width: 380px !important;
}

.width390 {
  width: 390px !important;
}

.width400 {
  width: 400px !important;
}

.width410 {
  width: 410px !important;
}

.width420 {
  width: 420px !important;
}

.width430 {
  width: 430px !important;
}

.width440 {
  width: 440px !important;
}

.width450 {
  width: 450px !important;
}

.width460 {
  width: 460px !important;
}

.width470 {
  width: 470px !important;
}

.width480 {
  width: 480px !important;
}

.width490 {
  width: 490px !important;
}

.width500 {
  width: 500px !important;
}

.width510 {
  width: 510px !important;
}

.width520 {
  width: 520px !important;
}

.width530 {
  width: 530px !important;
}

.width540 {
  width: 540px !important;
}

.width550 {
  width: 550px !important;
}

.width560 {
  width: 560px !important;
}

.width570 {
  width: 570px !important;
}

.width580 {
  width: 580px !important;
}

.width590 {
  width: 590px !important;
}

.width600 {
  width: 600px !important;
}

.width610 {
  width: 610px !important;
}

.width620 {
  width: 620px !important;
}

.width630 {
  width: 630px !important;
}

.width640 {
  width: 640px !important;
}

.width650 {
  width: 650px !important;
}

.width660 {
  width: 660px !important;
}

.width670 {
  width: 670px !important;
}

.width680 {
  width: 680px !important;
}

.width690 {
  width: 690px !important;
}

.width700 {
  width: 700px !important;
}

.width710 {
  width: 710px !important;
}

.width720 {
  width: 720px !important;
}

.width730 {
  width: 730px !important;
}

.width740 {
  width: 740px !important;
}

.width750 {
  width: 750px !important;
}

.width760 {
  width: 760px !important;
}

.width770 {
  width: 770px !important;
}

.width780 {
  width: 780px !important;
}

.width790 {
  width: 790px !important;
}

.width800 {
  width: 800px !important;
}

.width810 {
  width: 810px !important;
}

.width820 {
  width: 820px !important;
}

.width830 {
  width: 830px !important;
}

.width840 {
  width: 840px !important;
}

.width850 {
  width: 850px !important;
}

.width860 {
  width: 860px !important;
}

.width870 {
  width: 870px !important;
}

.width880 {
  width: 880px !important;
}

.width890 {
  width: 890px !important;
}

.width900 {
  width: 900px !important;
}

.width910 {
  width: 910px !important;
}

.width920 {
  width: 920px !important;
}

.width930 {
  width: 930px !important;
}

.width940 {
  width: 940px !important;
}

.width950 {
  width: 950px !important;
}

.width960 {
  width: 960px !important;
}

.width970 {
  width: 970px !important;
}

.width980 {
  width: 980px !important;
}

.width990 {
  width: 990px !important;
}

.width1000 {
  width: 1000px !important;
}

.width1010 {
  width: 1010px !important;
}

@media screen and (min-width: 641px) {
.pagetopWrap{
width: 980px;
position: fixed;
bottom: 74px;
left: 0;
right: 0;
margin: auto;
z-index: 2;
}
.pagetop{
text-indent: -9999px;
background: url(/jp/common/images/pagetop.png) no-repeat left top;
width: 60px;
height: 60px;
position: absolute;
right: -60px;
bottom: 0;
cursor: pointer;
}
.pagetop:hover{
opacity: 0.7;
}

}
@media screen and (max-width: 640px) {
.pagetopWrap{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 2;
}
.pagetop{
text-indent: -9999px;
background: url(/jp/common/images/pagetopSp.png) no-repeat left top;
-webkit-background-size: cover;
background-size: cover;
width: 41px;
height: 41px;
position: absolute;
right: 10px;
bottom: 10px;
}
}

/* video lead text */
.video_lead p.leadText { font-size: 150%; padding: 1em 10%; }
.video_lead p.leadText b { font-size: 200%; display: block; }
.video_lead .mod_button{ margin-bottom: 2em; }
