@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Pinyon+Script&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url(/hn2_contents/fonts/fontawesome-webfont.ttf);
}
@font-face {
  font-family: "FontAwesome";
  src: url(/hn2_contents/fonts/fontawesome-webfont.ttf);
}
/*------------------------------------------------ */
/* Initialize
-------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
  /*border:solid #FF0000 1px;*/
}

body {
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 75%;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html > body, html > form, html > fieldset {
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 12px;
}

img, a img {
  border-style: none;
}

fieldset {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

input, textarea {
  font-size: 1em;
}

/* Util ---------------------------- */
.cbox {
  zoom: 100%;
}
.cbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

span.color01 {
  color: #FF6600;
}
span.color02 {
  color: #275E6C;
}
span.color03 {
  color: #08276A;
}
span.color04 {
  background-color: #eaf8fe;
  color: #eaf8fe;
  border: #CCC dotted 1px;
}

p.text_right {
  text-align: right;
}
p.text_left {
  text-align: left;
}
p.text_center {
  text-align: center;
}
p.float_r {
  float: right;
}
p.float_l {
  float: left;
}
p.font_em {
  font-size: 110%;
  margin-bottom: 0px;
}

span.font_em2 {
  font-size: 110%;
  margin-bottom: 0px;
  color: #093476;
  font-weight: bold;
}

p.notes {
  font-size: 80%;
  margin-top: 40px;
  line-height: 150%;
}

.small {
  font-size: 80%;
  line-height: 150%;
}

.big {
  font-size: 120%;
}

.m_time {
  margin-left: 20px;
  font-size: 70%;
}

p sup {
  font-size: 70%;
}

/* //Util ---------------------------- */
/*------------------------------------------------ */
/* Common
-------------------------------------------------- */
a:link, a:visited {
  color: #FF6600;
}
a:hover {
  color: #F90;
}

html {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #000;
  color: #FFF;
}

.container {
  width: auto !important;
  max-width: 1200px;
  min-width: 800px;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 120%;
  line-height: 160%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.up {
  display: block;
  width: 126px;
  height: 28px;
  clear: both;
  margin: 0 0 0 510px;
}

#to_contentstop {
  display: none;
}

.text_line {
  text-align: center;
  letter-spacing: 10px;
  font-size: 70%;
  padding: 20px;
}

.line01 {
  border: none;
  width: 496px;
  height: 13px;
  background-image: url(../images/line01.gif);
  margin: 40px auto 40px auto;
}

.line02 {
  border: none;
  width: 560px;
  height: 13px;
  background-image: url(../images/line02.png);
  margin: 40px auto 80px auto;
}

.clear {
  clear: both;
}

.system {
  font-size: 70%;
  width: 520px;
  margin: 0 auto 40px auto;
  padding: 0 0 0 10px;
  background: url(../images/location_allow_right.gif) no-repeat 0 7px;
}
.system p {
  line-height: 140%;
  display: none;
}

#contents p.ruby {
  text-align: right;
  font-size: 70%;
  margin: 0 0 10px 0;
}

/*------------------------------------------------ */
/* List
-------------------------------------------------- */
ol.ol01 {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
ol.ol01 li {
  list-style: decimal;
  margin-bottom: 1em;
}
ol.ol02 {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
ol.ol02 li {
  list-style: decimal;
}

/*------------------------------------------------ */
/* location
-------------------------------------------------- */
#location ul {
  padding: 0px 0 0px 0;
  margin: 0 0 0 5px;
  font-size: 80%;
  text-align: center;
  position: relative;
  top: 50px;
}
#location ul li {
  display: inline;
  color: #999999;
}
#location ul li a {
  color: #999999;
  padding-right: 10px;
  background: url(../images/location_allow_right.gif) no-repeat right center;
}
#location ul li a:visited {
  color: #999999;
}
#location ul li a:hover {
  color: #d86ce5;
}

/*------------------------------------------------ */
/* bottom_navi
-------------------------------------------------- */
#bottom_navi {
  padding: 30px 100px 0 100px;
}
#bottom_navi ul {
  text-align: center;
}
#bottom_navi .top {
  padding-left: 10px;
  background: url(../images/location_allow_top.gif) no-repeat left center;
}
#bottom_navi .prev {
  float: left;
  padding-left: 10px;
  background: url(../images/location_allow_left.gif) no-repeat left center;
}
#bottom_navi .next {
  float: right;
  padding-right: 10px;
  background: url(../images/location_allow_right.gif) no-repeat right center;
}
#bottom_navi .space_l {
  float: left;
  padding-right: 10px;
}
#bottom_navi .space_r {
  float: right;
  padding-right: 10px;
}
#bottom_navi ul li {
  display: inline;
  color: #999999;
}
#bottom_navi ul li a {
  color: #999999;
}
#bottom_navi ul li a:visited {
  color: #999999;
}
#bottom_navi ul li a:hover {
  color: #d86ce5;
}

/*------------------------------------------------ */
/* Contents
-------------------------------------------------- */
#contents {
  width: 800px;
  margin: 0 auto;
  background-color: #FFF;
  color: #000;
  line-height: 200%;
}
#contents p {
  margin-bottom: 20px;
}

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

p#ud {
  text-align: center;
}

.box01 {
  padding: 0 100px 10px 100px;
}

.font-family-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 2;
}

.menu_button {
  text-align: center;
}

p.exp {
  width: 420px;
  margin: 50px auto 100px auto;
  padding: 10px;
  font-size: 85%;
  line-height: 150%;
}

_:lang(x) + _:-webkit-full-screen-document, body {
  line-height: 2.1;
}
_:lang(x) + _:-webkit-full-screen-document ruby rt, body ruby rt {
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
}

_:lang(x)::-ms- ruby rt, body ruby rt {
  transform: translateY(0.2em);
}

_:lang(x) + _:-webkit-full-screen-document .font-family-sans-serif, body .font-family-sans-serif {
  line-height: 2.1;
}
_:lang(x) + _:-webkit-full-screen-document .font-family-sans-serif ruby rt, body .font-family-sans-serif ruby rt {
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

_:lang(x)::-ms- .font-family-sans-serif ruby rt, body .font-family-sans-serif ruby rt {
  transform: translateY(0.1em);
}

/*------------------------------------------------ */
/* Header
-------------------------------------------------- */
#header {
  max-width: 1200px;
  height: 320px;
  margin: 0 auto;
}
#header h1 {
  text-indent: -9999px;
}
#header h1 a {
  display: block;
  text-decoration: none;
  height: 100px;
  width: 640px;
  position: relative;
  left: 305px;
  top: 265px;
}

/*------------------------------------------------ */
/* Main menu
-------------------------------------------------- */
#main_menu {
  text-align: center;
  position: relative;
  top: 275px;
  font-size: 75%;
}
#main_menu li {
  display: inline;
  list-style-type: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-color: #fff;
  padding: 0 5px;
}
#main_menu li a {
  color: #fff;
}
#main_menu li a:visited {
  color: #fff;
}
#main_menu li a:hover {
  color: #d86ce5;
}
#main_menu li.mail {
  border-right-width: 1px;
  border-right-style: solid;
}

/*------------------------------------------------ */
/* Footer
-------------------------------------------------- */
#footer {
  clear: both;
  width: 800px;
  height: 330px;
  margin: 0 auto;
}
#footer ul {
  width: 800px;
  text-align: center;
  line-height: 120%;
  font-size: 80%;
  margin: 0 auto;
  padding: 230px 0 0 0;
}
#footer li {
  display: inline;
  list-style-type: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-color: #fff;
  padding: 0 5px;
}
#footer li a {
  color: #fff;
}
#footer li a:visited {
  color: #fff;
}
#footer li a:hover {
  color: #d86ce5;
}
#footer li.mail {
  border-right-width: 1px;
  border-right-style: solid;
}
#footer address {
  width: 800px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  text-align: center;
  font-style: normal;
  font-size: 70%;
}

/*------------------------------------------------ */
/* Top Page
-------------------------------------------------- */
body#top {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #000;
  color: #FFF;
  height: 100%;
}
body#top > #top_wrapper {
  height: auto;
}

#top_wrapper {
  width: 1200px;
  background: url(../images/background_line.gif) repeat-y;
  background-position: center;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
}

#top_wrapper2 {
  background: url(../images/background.jpg) no-repeat;
  background-position: top center;
  width: 1140px;
  margin: 0 auto;
  font-size: 120%;
  line-height: 160%;
}

#top_header {
  height: 800px;
}
#top_header h1 {
  float: left;
  text-indent: -9999px;
}

#top_main_menu {
  margin: 0 0 0 70px;
  width: 500px;
  padding-top: 96px;
}
#top_main_menu li {
  text-indent: -9999px;
}
#top_main_menu li.mn01 {
  height: 50px;
}
#top_main_menu li.mn01 a {
  height: 50px;
}
#top_main_menu li.mn01 a:hover {
  background: url(../images/mn1.png) no-repeat;
}
#top_main_menu li.mn02 {
  height: 55px;
}
#top_main_menu li.mn02 a {
  height: 55px;
}
#top_main_menu li.mn02 a:hover {
  background: url(../images/mn2.png) no-repeat;
}
#top_main_menu li.mn03 {
  height: 49px;
}
#top_main_menu li.mn03 a {
  height: 49px;
}
#top_main_menu li.mn03 a:hover {
  background: url(../images/mn3.png) no-repeat;
}
#top_main_menu li.mn04 {
  height: 60px;
}
#top_main_menu li.mn04 a {
  height: 60px;
}
#top_main_menu li.mn04 a:hover {
  background: url(../images/mn4.png) no-repeat;
}
#top_main_menu li.mn05 {
  height: 50px;
}
#top_main_menu li.mn05 a {
  height: 50px;
}
#top_main_menu li.mn05 a:hover {
  background: url(../images/mn5.png) no-repeat;
}
#top_main_menu li.mn06 {
  height: 56px;
}
#top_main_menu li.mn06 a {
  height: 56px;
}
#top_main_menu li.mn06 a:hover {
  background: url(../images/mn6.png) no-repeat;
}
#top_main_menu li a {
  display: block;
  text-decoration: none;
}

#top_center {
  width: 880px;
  font-size: 90%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#topics {
  font-size: 96%;
  width: 300px;
  float: right;
}
#topics h2 {
  background: url(../images/topics_title.png) no-repeat;
  text-indent: -9999px;
  margin: 0 0 20px 0;
  height: 31px;
}
#topics h3 {
  clear: both;
  font-size: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-left: 3px #494d50 solid;
  font-weight: bold;
}
#topics .info_img {
  margin-bottom: 20px;
}
#topics h3.link {
  margin: 0 0 20px 0;
}
#topics p {
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #333;
  line-height: 160%;
}
#topics p img.fl_left {
  float: left;
  margin: 0 10px 10px 0;
  padding: 1px;
  border: 1px solid #333;
}
#topics p img.bottom30 {
  margin: 0 10px 30px 0;
}
#topics p img.bottom40 {
  margin: 0 10px 40px 0;
}
#topics p img.bottom50 {
  margin: 0 10px 50px 0;
}

#news {
  width: 540px;
  float: left;
}
#news h2 {
  background: url(../images/news_title.png) no-repeat;
  text-indent: -9999px;
  margin: 0 0 20px 0;
  height: 31px;
}
#news dl {
  line-height: 140%;
  overflow: auto;
  /*height: 160px;*/
  padding: 0 10px 20px 10px;
  font-size: 96%;
}
#news dt {
  clear: both;
  float: left;
  margin: 0 15px 10px 0;
  font-weight: bold;
  width: 60px;
}
#news dd {
  margin: 0 0 10px 85px;
}
#news p.topics {
  width: 620px;
  text-align: center;
  margin: 10px auto 0 auto;
}

#top_footer {
  clear: both;
  width: 1000px;
  height: 100%;
  margin: -180px auto 0 auto;
  position: relative;
  z-index: 1;
  /*
  border-left: #1a1a1a solid 1px;
  border-right: #1a1a1a solid 1px;*/
  text-align: right;
}
#top_footer ul {
  width: 940px;
  text-align: right;
  line-height: 120%;
  font-size: 80%;
  margin: 0 auto;
  padding: 8px 10px 0px 0;
}
#top_footer li {
  display: inline;
  list-style-type: none;
  border-left: 1px solid #ccc;
  padding: 0 5px;
}
#top_footer li a {
  color: #ccc;
}
#top_footer li a:visited {
  color: #ccc;
}
#top_footer li a:hover {
  color: #d86ce5;
}
#top_footer li.mail {
  border-right: 1px solid #777;
}
#top_footer address {
  width: 940px;
  margin: 0 auto;
  padding: 15px 10px 80px 0;
  text-align: right;
  font-style: normal;
  font-size: 80%;
  color: #ccc;
}
#top_footer img {
  margin: 0 40px 0 0;
}
#top_footer .counter {
  position: relative;
  margin: 0 30px 0 0;
  top: -60px;
}

#top_center .res {
  margin: 0 0 20px 10px;
}

#top_header .res2 {
  position: absolute;
  width: 561px;
  height: 56px;
  left: 420px;
  top: 379px;
}
#top_header .res2 img {
  display: block;
  margin: 0 0 10px 0;
}
#top_header .res3 {
  position: absolute;
  width: 627px;
  left: 403px;
  top: 460px;
}
#top_header .res3 img {
  display: block;
}
#top_header .res3 img.mt {
  margin: 20px 0 0 0;
  float: right;
}
#top_header .res4 {
  position: absolute;
  width: 627px;
  left: 383px;
  top: 380px;
}
#top_header .res4 img.ns {
  float: right;
}
#top_header .res4 img.mt {
  margin: 15px 0 0 0;
  float: right;
}

#bottom_topics {
  width: 540px;
}
#bottom_topics li {
  width: 260px;
  float: left;
  margin: 10px 10px 0 0;
}
#bottom_topics h3 {
  clear: both;
  font-size: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-left: 3px #494d50 solid;
  font-weight: bold;
}
#bottom_topics .info_img {
  margin-bottom: 20px;
}
#bottom_topics h3.link {
  margin: 0 0 20px 0;
}
#bottom_topics p {
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  line-height: 160%;
}
#bottom_topics p img.fl_left {
  float: left;
  margin: 0 10px 10px 0;
  padding: 1px;
  border: 1px solid #333;
}
#bottom_topics p img.bottom30 {
  margin: 0 10px 30px 0;
}
#bottom_topics p img.bottom40 {
  margin: 0 10px 40px 0;
}
#bottom_topics p img.bottom50 {
  margin: 0 10px 50px 0;
}

#top_header .res4 {
  position: absolute;
  width: 627px;
  left: 403px;
  top: 530px;
}

.kashiwade_button_area {
  text-align: center;
  padding: 0 0 0 30px;
}

.top_kashiwade {
  padding: 10px 0 0 130px;
}

.about_kashiwade {
  position: relative;
  background: url(../images/arrow02.png) no-repeat;
  font-size: 12px;
  padding-left: 10px;
}
.modal_kashiwade {
  display: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  width: 500px;
  color: #fff;
  padding: 20px;
  font-size: 1.2em;
  position: absolute;
  top: 300px;
  left: 30%;
}
.modal_kashiwade .modal_kashiwade__img {
  display: block;
  margin: 0 0 20px 0;
}
.modal_kashiwade .close_modal {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
  color: white;
  font-size: 18px;
}

.link-banner {
  text-align: center;
}
.link-banner img {
  margin: 10px;
}

.modal {
  display: none;
}

.modal__back {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__wrap {
  z-index: 1;
  position: absolute;
  overflow: auto;
  max-width: 700px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  margin-left: -350px;
}

.modal__img {
  text-align: center;
  padding: 20px;
}
.modal__img img {
  max-width: 100%;
  height: auto;
}

.modal__content {
  font-size: 16px;
  padding: 20px;
  margin: 0 auto;
}
.modal__content p {
  margin-bottom: 20px;
}

.modal__bottom {
  text-align: center;
  margin-bottom: 30px;
}

.top-contact {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.top-information-wrap {
  text-align: right;
}

.top-information {
  display: inline-block;
  font-size: 12px;
  padding: 5px 20px;
  line-height: 20px;
  margin-bottom: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pre-caution {
  width: 60%;
  margin: 0 auto;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  color: #666;
}

.slideshow_link {
  border-left: 6px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 40px 0;
  padding: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  line-height: 1.6;
}
.slideshow_link__text {
  padding: 0 20px 0 10px;
}
.slideshow_link__text > div {
  white-space: nowrap;
}
.slideshow_link__date {
  font-size: 90%;
}
.slideshow_link__button {
  width: 150px;
}
.slideshow_link__time {
  font-size: 80%;
  margin-left: 20px;
  color: #666;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: inherit;
  }
}

.u-white-space-nowrap {
  white-space: nowrap;
}

.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-none {
  float: none !important;
}

.u-margin-top-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-padding-top-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-font-size-10 {
  font-size: 10px !important;
}

.u-font-size-11 {
  font-size: 11px !important;
}

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

.u-font-size-13 {
  font-size: 13px !important;
}

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

.u-font-size-15 {
  font-size: 15px !important;
}

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

.u-font-size-17 {
  font-size: 17px !important;
}

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

.u-font-size-19 {
  font-size: 19px !important;
}

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

#enter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  background: #000 url(../images/enter.png) no-repeat center;
  background-size: 90%;
  padding: 100px 20px;
}
#enter .enter-menu {
  font-size: 0;
}
#enter .enter-menu__item {
  margin-bottom: 40px;
  font-size: 14px;
}
#enter .enter-menu__item a {
  max-width: 580px;
  display: block;
  transition: 0.25s;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 10px;
}
#enter .enter-menu__item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#enter .enter-menu__item a img {
  width: 100%;
}
#enter .enter-menu a {
  position: relative;
}
#enter .enter-menu a:link, #enter .enter-menu a:hover, #enter .enter-menu a:active, #enter .enter-menu a:focus {
  text-decoration: none;
}
#enter .enter-menu a .enter-menu__text {
  transition: 0.5s;
  color: #fff;
  text-decoration: none !important;
  opacity: 0;
  padding: 0 10px 0 20px;
}
#enter .enter-menu a .enter-menu__text p {
  margin: 0;
  display: none;
}
#enter .enter-menu a:hover .enter-menu__text {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
}
#enter .enter-menu a:hover .enter-menu__text p {
  display: block;
}
#enter .enter-news {
  color: #ddd;
  width: 100%;
  max-width: 580px;
  font-size: 14px;
}
#enter .enter-news__title {
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #enter .enter-news .enter-news-list dt, #enter .enter-news .enter-news-list dd {
    float: left;
  }
}
#enter .enter-news .enter-news-list dt {
  width: 20%;
}
#enter .enter-news .enter-news-list dd {
  width: 80%;
  margin-bottom: 10px;
}

.link-hn {
  width: 200px;
  display: block;
  position: relative;
  float: left;
  left: 100px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 10px;
  border-radius: 4px;
  transition: 0.25s;
}
.link-hn:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.ic-new {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.caption {
  font-size: 80%;
  line-height: 1.4;
  margin-top: 10px;
}
.caption--ruby {
  line-height: 1.8;
}

.em {
  color: #ff0078;
  text-decoration: none;
  font-style: normal;
}

h4 {
  color: #2b3f95;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #2b3f95;
  padding: 6px 0 6px 10px;
  margin-bottom: 20px;
  font-size: 130%;
}

h5 {
  padding: 0;
  margin: 30px 0 10px 0;
  font-size: 110%;
  color: #2b3f95;
  line-height: 1.5;
}

h6 {
  padding: 0;
  margin: 20px 0 6px 0;
  color: #2b3f95;
  font-size: 100%;
  line-height: 1.5;
}

.img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.img--40p {
  width: 40%;
}

.img--50p {
  width: 50%;
}

.img--60p {
  width: 60%;
}

.img--70p {
  width: 70%;
}

.img--80p {
  width: 80%;
}

.img--90p {
  width: 90%;
}

.content-list__item {
  border-bottom: 1px solid #ddd;
}
.content-list__item a {
  display: block;
  font-style: normal;
  text-decoration: none;
  padding: 10px;
  color: #333;
  transition: 0.25s;
}
.content-list__item a:hover {
  background: #f0faff;
}
.content-list__item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: radial-gradient(circle at 20%, #f8d5ff, #08138f);
  margin-right: 10px;
}
.content-list .new {
  margin-left: 10px;
}
.content-list--green .content-list__item a:hover {
  background: #ebf7f7;
}
.content-list--green .content-list__item a::before {
  background: radial-gradient(circle at 20%, #e8f6f7, #268081);
}

.iPhone {
  font-size: 250% !important;
}

.img-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.img-row > * {
  margin-left: 4%;
}
.img-row > *:first-child {
  margin-left: 0;
}

#animatedModal {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#animatedModal .modal-back {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#animatedModal .modal-content-wrap {
  padding: 20px;
}
#animatedModal .modal-content {
  position: relative;
  z-index: 100;
  padding: 40px;
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
}
#animatedModal .modal-content__answer {
  color: #2142a2;
  font-weight: bold;
}
#animatedModal .modal-content__close-button {
  display: block;
  border-radius: 50%;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  top: -12px;
  right: -12px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
}
#animatedModal .modal-content__close-text {
  text-align: center;
  font-size: 140%;
  margin-top: 40px;
}
#animatedModal .modal-content h4 {
  margin-top: 40px;
}
#animatedModal .modal-content p {
  color: #333;
  font-size: 130%;
}

.icon-uc {
  font-size: 9px;
  line-height: 9px;
  border: 1px solid #657bdb;
  border-radius: 2px;
  padding: 2px 4px;
  margin-left: 20px;
  color: #657bdb;
}

.dialog_box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 30px 30px 20px 30px;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 40px;
  background-color: #f4f8f9;
}

.external_link::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "";
  font-size: 1.2em;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.ul-simple {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.ul-simple li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}
.ul-simple li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #333;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.ul-simple--thin li {
  margin-bottom: 4px;
  line-height: 1.6;
}
.ul-simple--thin li:before {
  top: 10px;
}

.ul-normal {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 0 0 20px;
}
.ul-normal--indent-1 {
  text-indent: -0.5em;
}
.ul-normal li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
  line-height: 1.6;
}

.small-title {
  color: #2b3f95;
  font-weight: bold;
  font-size: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: normal;
}
.small-title:before {
  display: inline-block;
  content: "";
  background: #2b3f95;
  height: 32px;
  width: 6px;
  margin-right: 10px;
  border-radius: 3px;
}

#swipebox-bottom-bar {
  display: none;
}

.small-box {
  font-size: 85%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 40px;
  background-color: #f4f8f9;
  line-height: 1.5;
}
.small-box__title {
  font-weight: bold;
  color: #23434b;
  margin-right: 5px;
}
