@charset "UTF-8";
/* CSS Document */
/* 文字サイズ */
.txt_size5 {
  font-size: 5em;
  line-height: 1.5em !important; }
  @media screen and (max-width: 700px) {
    .txt_size5 {
      font-size: 4em; } }
  @media screen and (max-width: 480px) {
    .txt_size5 {
      font-size: 3em; } }

.txt_size4 {
  font-size: 3em;
  line-height: 1.5em !important; }
  @media screen and (max-width: 480px) {
    .txt_size4 {
      font-size: 2em; } }

.txt_size3 {
  font-size: 1.8em;
  line-height: 1.5em !important; }
  @media screen and (max-width: 480px) {
    .txt_size3 {
      font-size: 1.5em; } }

.txt_size2 {
  font-size: 1.5em;
  line-height: 1.5em !important; }
  @media screen and (max-width: 700px) {
    .txt_size2 {
      font-size: 1.25em;
      line-height: 1.5em !important; } }

.topctt p {
  padding-bottom: 1em; }
  .topctt p.txt_size5 {
    padding-bottom: 0.2em; }
  .topctt p.txt_size4 {
    padding-bottom: 0.75em; }
  .topctt p.txt_size3 {
    padding-bottom: 0.375em; }
  .topctt p.txt_size2 {
    padding-bottom: 0.3125em; }

/* フォント指定 */
.deco {
  font-family: senobi-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: -0.2em; }

.eg {
  font-family: kallisto, sans-serif;
  letter-spacing: 0; }

/* 欧文+日本語混在フォント */
.egjp {
  font-family: kallisto, zen-kaku-gothic-new, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

.egdeco {
  font-family: kallisto, senobi-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

/* 文字寄せ */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

/* 見出し */
.topctt h2, .topctt h3 {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 2em; }
  .topctt h2:last-child, .topctt h3:last-child {
    padding-bottom: 0; }
  .topctt h2:first-child, .topctt h3:first-child {
    padding-top: 0; }
  .topctt h2.topttl, .topctt h3.topttl {
    font-size: 2.5em; }
  .topctt h2 span, .topctt h3 span {
    display: block;
    line-height: 1.5em; }
    .topctt h2 span.txt_size2, .topctt h2 span.txt_size3, .topctt h2 span.txt_size4, .topctt h2 span.txt_size5, .topctt h3 span.txt_size2, .topctt h3 span.txt_size3, .topctt h3 span.txt_size4, .topctt h3 span.txt_size5 {
      font-family: senobi-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-weight: 700;
      letter-spacing: -0.2em; }
    .topctt h2 span.eg, .topctt h3 span.eg {
      font-family: kallisto, sans-serif;
      letter-spacing: 0;
      font-weight: 900;
      font-style: italic;
      color: #00a0e9; }
.topctt .innerbox h2:first-child, .topctt .innerbox h3:first-child {
  padding-top: 0; }
.topctt.top_bg4 h2, .topctt.top_bg4 h3 {
  color: #fff; }
  .topctt.top_bg4 h2 span.eg, .topctt.top_bg4 h3 span.eg {
    font-family: kallisto, sans-serif;
    letter-spacing: 0; }

/* 段落 */
@media screen and (max-width: 700px) {
  .txtbox p {
    width: 100% !important; } }

/* 強調 */
.strong {
  display: inline-block;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fefe12)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 70%, #fefe12 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(transparent 70%, #fefe12 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 70%, #fefe12 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fefe12 0%) repeat scroll 0 0;
  line-height: 1.3em; }
  .strong.gr {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #00a0e9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 70%, #00a0e9 0%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(transparent 70%, #00a0e9 0%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 70%, #00a0e9 0%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #00a0e9 0%) repeat scroll 0 0; }

.blue {
  color: #1c2088; }
  .blue.strong {
    background: transparent; }

.cyan {
  color: #00a0e9; }

.yellow {
  color: #fefe12; }

.pink {
  color: #fd3d7c; }

.color_tc {
  color: #000; }

strong {
  font-size: 1.3em;
  font-weight: 900; }

.fs_l {
  font-size: 1.2em; }

h2 .txt_size4 strong,
h2 .txt_size5 strong,
h3 .txt_size4 strong,
h3 .txt_size5 strong {
  font-weight: 900; }

.bold {
  font-weight: 900; }
  .bold.eg {
    font-weight: 900; }

/* 改行 */
.pcbr {
  display: block !important; }
  @media screen and (max-width: 1051px) {
    .pcbr {
      display: inline !important; } }

.pcnpbr {
  display: block !important; }
  @media screen and (max-width: 700px) {
    .pcnpbr {
      display: inline !important; } }

.npbr {
  display: inline !important; }
  @media screen and (max-width: 1051px) {
    .npbr {
      display: block !important; } }

.tbbr {
  display: inline !important; }
  @media screen and (max-width: 700px) {
    .tbbr {
      display: block !important; } }

.spbr {
  display: inline !important; }
  @media screen and (max-width: 480px) {
    .spbr {
      display: block !important; } }

@media screen and (min-width: 481px) {
  .minsp_br {
    display: block !important; } }
@media screen and (max-width: 480px) {
  .minsp_br {
    display: inline !important; } }

@media screen and (max-width: 480px) {
  .spno {
    display: none; } }

.il_block {
  display: inline-block !important; }

/* リストリセット */
.topctt ul {
  list-style: none inside; }

/* 横並びテキスト+画像 */
.topctt .imgtxt {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 8em;
  margin: 0 auto; }
  @media screen and (max-width: 1051px) {
    .topctt .imgtxt {
      width: 100% !important; } }
  @media screen and (max-width: 480px) {
    .topctt .imgtxt {
      padding-top: 3em; } }
  .topctt .imgtxt .txtbox {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 700px) {
      .topctt .imgtxt .txtbox {
        padding-bottom: 2em; } }
    .topctt .imgtxt .txtbox p:last-child {
      padding-bottom: 0; }
  .topctt .imgtxt .imgbox {
    position: relative; }
    .topctt .imgtxt .imgbox img {
      width: 100%;
      height: auto; }
  .topctt .imgtxt.float .imgbox {
    float: left;
    padding-right: 2em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      .topctt .imgtxt.float .imgbox {
        width: 100% !important;
        padding-bottom: 1.5em;
        padding-right: 0; } }
  .topctt .imgtxt.float .txtbox {
    width: 100% !important; }
  .topctt .imgtxt.float.rvbox .imgbox {
    float: right;
    padding-right: 0;
    padding-left: 2em; }
    @media screen and (max-width: 700px) {
      .topctt .imgtxt.float.rvbox .imgbox {
        padding-left: 0; } }
  .topctt .imgtxt.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    .topctt .imgtxt.flex .txtbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 700px) {
        .topctt .imgtxt.flex .txtbox {
          width: 100% !important;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
    @media screen and (max-width: 700px) {
      .topctt .imgtxt.flex .imgbox {
        width: 100% !important;
        padding-bottom: 1.5em; } }
    .topctt .imgtxt.flex.rvbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    @media screen and (max-width: 700px) {
      .topctt .imgtxt.flex.txt1st {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .topctt .imgtxt.flex.txt1st .imgbox {
          padding-bottom: 0; } }
  .topctt .imgtxt.layered {
    display: block; }
    .topctt .imgtxt.layered .txtbox {
      width: auto !important;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 60%;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 2; }
      @media screen and (max-width: 1051px) {
        .topctt .imgtxt.layered .txtbox {
          position: absolute;
          top: 0;
          left: 45%;
          right: 0;
          bottom: 0; } }
      @media screen and (max-width: 700px) {
        .topctt .imgtxt.layered .txtbox {
          width: 80% !important;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0;
          margin-top: -20%;
          left: 20%; } }
  @media screen and (max-width: 700px) and (min-width: 481px) {
    .topctt .imgtxt.layered .txtbox .left {
      text-align: right; } }

      @media screen and (max-width: 480px) {
        .topctt .imgtxt.layered .txtbox {
          width: 100% !important;
          margin-top: -10%;
          left: 0; } }
    .topctt .imgtxt.layered .imgbox {
      width: 70% !important;
      padding-right: 30%; }
      @media screen and (max-width: 700px) {
        .topctt .imgtxt.layered .imgbox {
          width: 60% !important;
          padding-right: 40%; } }
      @media screen and (max-width: 480px) {
        .topctt .imgtxt.layered .imgbox {
          width: 80% !important;
          padding-left: 20%;
          padding-right: 0; } }
    .topctt .imgtxt.layered.rvbox .txtbox {
      position: absolute;
      top: 0;
      left: 0;
      right: 60%;
      bottom: 0; }
      @media screen and (max-width: 1051px) {
        .topctt .imgtxt.layered.rvbox .txtbox {
          position: absolute;
          top: 0;
          left: 0;
          right: 45%;
          bottom: 0; } }
      @media screen and (max-width: 700px) {
        .topctt .imgtxt.layered.rvbox .txtbox {
          right: 0;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
  @media screen and (max-width: 700px) and (min-width: 481px) {
    .topctt .imgtxt.layered.rvbox .txtbox .left {
      text-align: left; } }

    .topctt .imgtxt.layered.rvbox .imgbox {
      padding-left: 30%;
      padding-right: 0; }
      @media screen and (max-width: 700px) {
        .topctt .imgtxt.layered.rvbox .imgbox {
          padding-left: 40%;
          padding-right: 0; } }
      @media screen and (max-width: 480px) {
        .topctt .imgtxt.layered.rvbox .imgbox {
          padding-left: 20%;
          padding-right: 0; } }

/* タイトルの次に来た場合 */
.topctt h2 + .imgtxt,
.topctt h3 + .imgtxt,
.topctt h4 + .imgtxt,
.topctt h5 + .imgtxt {
  padding-top: 6em; }
  @media screen and (max-width: 480px) {
    .topctt h2 + .imgtxt,
    .topctt h3 + .imgtxt,
    .topctt h4 + .imgtxt,
    .topctt h5 + .imgtxt {
      padding-top: 3em; } }

/* Scss Document */
.topctt {
  /* スペックスマホ */ }
  .topctt .topmenu {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4em; }
    .topctt .topmenu:first-child {
      padding-top: 0; }
    .topctt .topmenu ul {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      margin: -2% auto 0 auto; }
      @media screen and (max-width: 1051px) {
        .topctt .topmenu ul {
          margin-top: -6%; } }
      @media screen and (max-width: 700px) {
        .topctt .topmenu ul {
          width: 100% !important; } }
      @media screen and (max-width: 480px) {
        .topctt .topmenu ul {
          margin-top: -3em !important; } }
      .topctt .topmenu ul li {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.5em;
        margin-top: 2%;
        color: #000 !important; }
        @media screen and (max-width: 1051px) {
          .topctt .topmenu ul li {
            margin-top: 6%; } }
        @media screen and (max-width: 480px) {
          .topctt .topmenu ul li {
            margin-top: 3em; } }
        .topctt .topmenu ul li a {
          text-decoration: underline; }
          .topctt .topmenu ul li a:hover img {
            opacity: 1;
            filter: alpha(opacity=70);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05); }
        .topctt .topmenu ul li .topmenuimg,
        .topctt .topmenu ul li .topmenutxt {
          padding-top: 1em; }
          .topctt .topmenu ul li .topmenuimg:first-child,
          .topctt .topmenu ul li .topmenutxt:first-child {
            padding-top: 0; }
        .topctt .topmenu ul li .topmenuimg {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .topctt .topmenu ul li .topmenuimg img {
            width: 100%;
            height: auto; }
        .topctt .topmenu ul li .topmenutxt {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .topctt .topmenu ul li .topmenutxt h2, .topctt .topmenu ul li .topmenutxt h3 {
            padding-bottom: 0.5em;
            line-height: 1.3em;
            color: #000 !important; }
            .topctt .topmenu ul li .topmenutxt h2:last-child, .topctt .topmenu ul li .topmenutxt h3:last-child {
              padding-bottom: 0; }
          .topctt .topmenu ul li .topmenutxt p {
            font-weight: 500;
            padding-bottom: 0 !important; }
            .topctt .topmenu ul li .topmenutxt p + p {
              padding-top: 0.3em !important; }
            .topctt .topmenu ul li .topmenutxt p + h2, .topctt .topmenu ul li .topmenutxt p h3 {
              padding-top: 0.5em; }
            .topctt .topmenu ul li .topmenutxt p:last-child {
              padding-bottom: 0; }
      .topctt .topmenu ul.menu_type2 {
        margin-top: -10%; }
        @media screen and (max-width: 1051px) {
          .topctt .topmenu ul.menu_type2 {
            margin-top: -6%; } }
        @media screen and (max-width: 480px) {
          .topctt .topmenu ul.menu_type2 {
            margin-top: -3em !important; } }
        .topctt .topmenu ul.menu_type2 li {
          width: 47%;
          position: relative;
          margin-top: 10%; }
          @media screen and (max-width: 1051px) {
            .topctt .topmenu ul.menu_type2 li {
              width: 47%; } }
          @media screen and (max-width: 1051px) {
            .topctt .topmenu ul.menu_type2 li {
              margin-top: 6%; } }
          @media screen and (min-width: 481px) {
            .topctt .topmenu ul.menu_type2 li {
              margin-right: 6%; }
              .topctt .topmenu ul.menu_type2 li:nth-child(2n) {
                margin-right: 0; } }
          @media screen and (max-width: 480px) {
            .topctt .topmenu ul.menu_type2 li {
              margin-top: 3em;
              width: 100%; } }
        .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
          padding: 4em;
          padding-top: 20em; }
          @media screen and (max-width: 700px) {
            .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
              padding: 2em;
              padding-top: 10em; } }
          @media screen and (max-width: 480px) {
            .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
              padding: 0;
              padding-left: 2em; } }
        .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
          padding: 2em;
          padding-top: 0;
          margin-top: -8em;
          right: -6em; }
          @media screen and (max-width: 1051px) {
            .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
              right: 0; } }
          @media screen and (max-width: 700px) {
            .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
              margin-top: -4em; } }
          @media screen and (max-width: 480px) {
            .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
              padding: 0;
              margin-top: 3em; } }
        @media screen and (max-width: 480px) {
          .topctt .topmenu ul.menu_type2.broken li:nth-child(4) {
            padding-left: 3em; } }
      .topctt .topmenu ul.menu_type3 li {
        width: 30%;
        position: relative; }
        @media screen and (min-width: 1050px) {
          .topctt .topmenu ul.menu_type3 li {
            margin-right: 5%; }
            .topctt .topmenu ul.menu_type3 li:nth-child(3n) {
              margin-right: 0; } }
@media screen and (min-width: 481px) and (max-width: 1500px) {
  .topctt .topmenu ul.menu_type3 li .topmenutxt p.txt_size3 {
    font-size: 1.7em; } }
@media screen and (min-width: 481px) and (max-width: 1051px) {
  .topctt .topmenu ul.menu_type3 li .topmenutxt p.txt_size3 {
    font-size: 1.3em; } }
@media screen and (min-width: 481px) and (max-width: 785px) {
  .topctt .topmenu ul.menu_type3 li .topmenutxt p.txt_size3 {
    font-size: 1.1em; } }

        @media screen and (max-width: 1051px) {
          .topctt .topmenu ul.menu_type3 li {
            width: 32%; } }
  @media screen and (max-width: 1051px) and (min-width: 481px) {
    .topctt .topmenu ul.menu_type3 li {
      margin-right: 2%; }
      .topctt .topmenu ul.menu_type3 li:nth-child(3n) {
        margin-right: 0; } }

        @media screen and (max-width: 480px) {
          .topctt .topmenu ul.menu_type3 li {
            width: 100%; } }
      .topctt .topmenu ul.menu_type4 li {
        width: 23%;
        position: relative; }
        @media screen and (min-width: 1050px) {
          .topctt .topmenu ul.menu_type4 li {
            margin-right: calc( 8% / 3 ); }
            .topctt .topmenu ul.menu_type4 li:nth-child(4n) {
              margin-right: 0; } }
        @media screen and (max-width: 1051px) {
          .topctt .topmenu ul.menu_type4 li {
            width: 47%; } }
  @media screen and (max-width: 1051px) and (min-width: 481px) {
    .topctt .topmenu ul.menu_type4 li {
      margin-right: 6%; }
      .topctt .topmenu ul.menu_type4 li:nth-child(2n) {
        margin-right: 0; } }

        @media screen and (max-width: 480px) {
          .topctt .topmenu ul.menu_type4 li {
            width: 100%; } }
      .topctt .topmenu ul li.li_nomargin {
        margin-top: 0; }
  .topctt.top_bg4 .topmenu ul li {
    background: none;
    padding: none;
    color: #fff !important; }
    .topctt.top_bg4 .topmenu ul li a {
      color: #fff; }
    .topctt.top_bg4 .topmenu ul li .topmenutxt h2, .topctt.top_bg4 .topmenu ul li .topmenutxt h3 {
      color: #fff !important; }
  @media screen and (max-width: 480px) {
    .topctt#spec .topmenu ul.menu_type4 li {
      width: 47%;
      margin-right: 6%; }
      .topctt#spec .topmenu ul.menu_type4 li:nth-child(2n) {
        margin-right: 0; } }

/* 流れ */
.topctt .flowbox {
  padding-top: 4em; }
  .topctt .flowbox ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2%;
    counter-reset: flownumb; }
    @media screen and (max-width: 700px) {
      .topctt .flowbox ul {
        margin-top: -3em; } }
    .topctt .flowbox ul li {
      background: #fff;
      color: #000;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.5em;
      overflow: visible;
      margin-top: calc( 2% + 3em ); }
      @media screen and (max-width: 700px) {
        .topctt .flowbox ul li {
          margin-top: 6em; } }
      .topctt .flowbox ul li .flowctt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: visible; }
        @media screen and (max-width: 700px) {
          .topctt .flowbox ul li .flowctt {
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch; } }
        @media screen and (max-width: 480px) {
          .topctt .flowbox ul li .flowctt {
            display: block; } }
        .topctt .flowbox ul li .flowctt .ttl_numb {
          font-size: 1em;
          position: absolute;
          top: -4.5em;
          left: 50%;
          right: auto;
          bottom: auto;
          z-index: 2;
          background: #fff;
          border-radius: 50%;
          width: 6em;
          height: 6em;
          line-height: 0;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          padding-bottom: 0.2em;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
@media screen and (max-width: 700px) and (min-width: 481px) {
  .topctt .flowbox ul li .flowctt .ttl_numb {
    position: absolute;
    top: -4.5em;
    left: -1em;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

          .topctt .flowbox ul li .flowctt .ttl_numb.numboff {
            display: none; }
          .topctt .flowbox ul li .flowctt .ttl_numb .numb {
            font-family: kallisto, sans-serif;
            letter-spacing: 0;
            font-size: 2.5em;
            font-weight: 800;
            line-height: 1em;
            color: #00a0e9;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translate(0, 0.1em);
            -moz-transform: translate(0, 0.1em);
            -ms-transform: translate(0, 0.1em);
            -o-transform: translate(0, 0.1em);
            transform: translate(0, 0.1em); }
            .topctt .flowbox ul li .flowctt .ttl_numb .numb::before {
              counter-increment: flownumb;
              content: counter(flownumb,decimal-leading-zero); }
        .topctt .flowbox ul li .flowctt .imgbpx {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 2em;
          z-index: 2; }
          @media screen and (max-width: 700px) {
            .topctt .flowbox ul li .flowctt .imgbpx {
              width: 48%; } }
          @media screen and (max-width: 480px) {
            .topctt .flowbox ul li .flowctt .imgbpx {
              width: 90%;
              margin-left: 5%; } }
          .topctt .flowbox ul li .flowctt .imgbpx img {
            width: 100%;
            height: auto; }
        @media screen and (max-width: 700px) {
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 48%;
            font-size: 1.5em;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center; } }
        @media screen and (max-width: 480px) {
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 100%;
            padding-left: 0;
            padding-top: 0; } }
        .topctt .flowbox ul li .flowctt .txtbox .flow_ttl {
          line-height: 1.5em; }
          .topctt .flowbox ul li .flowctt .txtbox .flow_ttl .eg {
            font-weight: 700; }
        .topctt .flowbox ul li .flowctt .txtbox p {
          line-height: 1.5em;
          padding-top: 1em; }
      .topctt .flowbox ul li::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 900;
        font-size: 1em;
        position: absolute;
        top: 0;
        left: auto;
        right: -1.35em;
        bottom: 0;
        margin: auto;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #00a0e9; }
        .top_bg3 .topctt .flowbox ul li::after {
          color: #ebf3f7; }
        @media screen and (max-width: 1051px) {
          .topctt .flowbox ul li::after {
            right: -0.9em; } }
        @media screen and (max-width: 700px) {
          .topctt .flowbox ul li::after {
            position: absolute;
            top: auto;
            left: 0;
            right: auto;
            bottom: -1.35em;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            content: "\f078";
            font-size: 2em; } }
      .topctt .flowbox ul li:last-child::after {
        display: none;
        content: none; }
    .topctt .flowbox ul.flow_type2 li {
      width: 49%;
      margin-right: 2%; }
      .topctt .flowbox ul.flow_type2 li:nth-child(2n) {
        margin-right: 0; }
        .topctt .flowbox ul.flow_type2 li:nth-child(2n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        .topctt .flowbox ul.flow_type2 li {
          width: 100%;
          margin-right: 0; } }
    .topctt .flowbox ul.flow_type3 li {
      width: 32%;
      margin-right: 2%; }
      .topctt .flowbox ul.flow_type3 li:nth-child(3n) {
        margin-right: 0; }
        .topctt .flowbox ul.flow_type3 li:nth-child(3n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        .topctt .flowbox ul.flow_type3 li {
          width: 100%;
          margin-right: 0; } }
    .topctt .flowbox ul.flow_type4 li {
      width: 23.5%;
      margin-right: 2%; }
      .topctt .flowbox ul.flow_type4 li:nth-child(4n) {
        margin-right: 0; }
        .topctt .flowbox ul.flow_type4 li:nth-child(4n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        .topctt .flowbox ul.flow_type4 li {
          width: 100%;
          margin-right: 0; } }
    .topctt .flowbox ul.flow_type5 li {
      width: 18.4%;
      margin-right: 2%; }
      .topctt .flowbox ul.flow_type5 li:nth-child(5n) {
        margin-right: 0; }
        .topctt .flowbox ul.flow_type5 li:nth-child(5n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        .topctt .flowbox ul.flow_type5 li {
          width: 100%;
          margin-right: 0; } }
    .topctt .flowbox ul.flow_type6 li {
      width: 15%;
      margin-right: 2%; }
      .topctt .flowbox ul.flow_type6 li:nth-child(6n) {
        margin-right: 0; }
        .topctt .flowbox ul.flow_type6 li:nth-child(6n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        .topctt .flowbox ul.flow_type6 li {
          width: 100%;
          margin-right: 0; } }
.topctt.top_bg1 .flowbox ul li {
  background: #ebf3f7; }
  .topctt.top_bg1 .flowbox ul li .flowctt .ttl_numb {
    background: #ebf3f7; }

/* Scss Document */
.bgtxtbox.dark {
  color: #fff; }
.bgtxtbox h2 {
  font-size: 1em;
  padding-bottom: 3em; }
  .bgtxtbox h2 span {
    display: block;
    line-height: 1.5em; }

/* 紹介セクション */
.topid .txtbox {
  width: 50%;
  padding: 2em;
  background: rgba(69, 54, 40, 0.85);
  color: #fff; }
  .topid .txtbox.txtright {
    margin-left: 50%; }
  .topid .txtbox h2 .eg {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .topid .txtbox p {
    line-height: 1.85em; }
    .topid .txtbox p.subinfo {
      line-height: 1.5em;
      color: #00a0e9;
      padding-bottom: 2em; }
    .topid .txtbox p.txt_size4 {
      padding-bottom: 0.5em; }

/* トップページセクション */
.topctt a {
  text-decoration: underline;
  color: #00a0e9; }
  .topctt a:hover {
    color: #fd3d7c; }
.topctt.topnop {
  padding-top: 0; }
.topctt.bottomnop {
  padding-bottom: 0; }
.topctt .topnop {
  padding-top: 0; }
.topctt.top_bg1 {
  background-color: #fff;
  color: #000; }
.topctt.top_bg2 {
  background-color: #ebf3f7;
  color: #000; }
.topctt.top_bg3 {
  background-color: #d0e6f0;
  color: #000; }
.topctt.top_bg4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c2088), to(#00a0e9));
  background: -webkit-linear-gradient(top, #1c2088 0, #00a0e9 100%);
  background: -moz-linear-gradient(top, #1c2088 0, #00a0e9 100%);
  background: -o-linear-gradient(top, #1c2088 0, #00a0e9 100%);
  background: linear-gradient(180deg, #1c2088 0, #00a0e9 100%);
  color: #fff; }
  .topctt.top_bg4 a {
    color: #fefe12; }
    .topctt.top_bg4 a:hover {
      color: #fd3d7c; }

/* テキストブロック */
.topctt .txt_block {
  padding-top: 4em; }
  .topctt .txt_block:first-child {
    padding-top: 0; }
.topctt h2 + .txt_block,
.topctt h3 + .txt_block {
  padding-top: 0; }
.topctt .innerbox .txt_block {
  padding-top: 4em; }
  .topctt .innerbox .txt_block:first-child {
    padding-top: 0; }
.topctt .innerbox h2 + .txt_block,
.topctt .innerbox h3 + .txt_block {
  padding-top: 0; }

/* 画像ブロック */
@media screen and (max-width: 700px) {
  .topctt .img_block img {
    width: 100% !important; } }
.topctt .img_block a:hover img {
  opacity: 1;
  filter: alpha(opacity=70); }

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq-ctt {
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */ }
  .faq-ctt ul.qa_list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    .faq-ctt ul.qa_list li.qa_set {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      margin-bottom: 1em;
      overflow: hidden;
      /* テキスト ------------------------------------------- */
      /* 開閉動作 ------------------------------------------- */ }
      .faq-ctt ul.qa_list li.qa_set:last-child {
        margin-bottom: 0; }
      .faq-ctt ul.qa_list li.qa_set label {
        cursor: pointer; }
      .faq-ctt ul.qa_list li.qa_set .qa_txt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* Q */
        /* A */ }
        .faq-ctt ul.qa_list li.qa_set .qa_txt .question {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1.1em;
          font-weight: 400;
          line-height: 2em;
          background: #fff;
          padding: 1.2em;
          text-indent: -1.9em;
          padding-left: 3.45em;
          padding-right: 4em;
          -webkit-transition: 1s ease;
          -moz-transition: 1s ease;
          -ms-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease; }
          .faq-ctt ul.qa_list li.qa_set .qa_txt .question::before {
            font-family: kallisto, sans-serif;
            letter-spacing: 0;
            content: "Q";
            font-weight: 900;
            font-size: 1.5em;
            padding-right: 0.5em;
            color: #00a0e9; }
          .faq-ctt ul.qa_list li.qa_set .qa_txt .question::after {
            font-family: kallisto, sans-serif;
            letter-spacing: 0;
            font-size: 2em;
            font-weight: 800;
            text-indent: 0;
            line-height: 1em;
            content: "+";
            box-sizing: border-box;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            border: #00a0e9 solid 0.05em;
            color: #00a0e9;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: absolute;
            top: auto;
            left: auto;
            right: 0.6em;
            bottom: 0.6em;
            -webkit-transition: 1s ease;
            -moz-transition: 1s ease;
            -ms-transition: 1s ease;
            -o-transition: 1s ease;
            transition: 1s ease;
            opacity: 0.5;
            filter: alpha(opacity=70); }
        .faq-ctt ul.qa_list li.qa_set .qa_txt p.answer {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: auto;
          max-height: 0;
          overflow: hidden;
          padding: 0;
          -webkit-transition: 1s ease;
          -moz-transition: 1s ease;
          -ms-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease; }
          .faq-ctt ul.qa_list li.qa_set .qa_txt p.answer span {
            display: block;
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 1.5em;
            text-indent: -1.8em;
            padding-left: 3.8em;
            line-height: 1.5em; }
            .faq-ctt ul.qa_list li.qa_set .qa_txt p.answer span::before {
              font-family: kallisto, sans-serif;
              letter-spacing: 0;
              content: "A";
              font-size: 1.5em;
              font-weight: 900;
              padding-right: 0.5em;
              color: #fd3d7c; }
      .faq-ctt ul.qa_list li.qa_set .qa_open {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=70); }
        .faq-ctt ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
          /* Q */
          /* A */ }
          .faq-ctt ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
            font-weight: 700;
            background: #00a0e9;
            color: #fff; }
            .faq-ctt ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
              color: #fff; }
            .faq-ctt ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
              content: "-";
              padding-bottom: 0.1em;
              color: #fff;
              border-color: #fff; }
          .faq-ctt ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
            max-height: 50em; }
  .faq-ctt .btn {
    padding-top: 2em; }

/* ===========================================================================================================
　　　　　　　　　WP Lightbox2 調整
=========================================================================================================== */
/* ================= オーバーレイ ============================================================ */
#overlay {
  background: transparent url("/images/bg_popup.gif") repeat 0 0 !important; }

/* ================= ポップアップ領域 ============================================================ */
#lightbox {
  font-size: 16px;
  font-size: 1vw;
  width: 50em;
  height: 22em;
  left: calc( 50% - 25em ) !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* -------------------------- テキストコンテナ ------------------------------------------- */
  /* -------------------------- 画像コンテナ ------------------------------------------- */ }
  @media screen and (min-width: 2200px) {
    #lightbox {
      font-size: 22px;
      line-height: 2.5em; } }
  @media screen and (max-width: 1051px) {
    #lightbox {
      font-size: 14px;
      font-size: 1.4vw; } }
  @media screen and (max-width: 700px) {
    #lightbox {
      font-size: 13px;
      font-size: 2vw; } }
  @media screen and (max-width: 480px) {
    #lightbox {
      font-size: 13px;
      font-size: 3vw; } }
  @media screen and (max-width: 700px) {
    #lightbox {
      width: 40em;
      height: 32em;
      left: calc( 50% - 20em ) !important; } }
  @media screen and (max-width: 480px) {
    #lightbox {
      width: 24em;
      height: 37em;
      left: calc( 50% - 12em ) !important; } }
  #lightbox #imageDataContainer,
  #lightbox #outerImageContainer {
    font-family: zen-kaku-gothic-new, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1vw;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (min-width: 2200px) {
      #lightbox #imageDataContainer,
      #lightbox #outerImageContainer {
        font-size: 22px;
        line-height: 2.5em; } }
    @media screen and (max-width: 1051px) {
      #lightbox #imageDataContainer,
      #lightbox #outerImageContainer {
        font-size: 14px;
        font-size: 1.4vw; } }
    @media screen and (max-width: 700px) {
      #lightbox #imageDataContainer,
      #lightbox #outerImageContainer {
        font-size: 13px;
        font-size: 2vw; } }
    @media screen and (max-width: 480px) {
      #lightbox #imageDataContainer,
      #lightbox #outerImageContainer {
        font-size: 13px;
        font-size: 3vw; } }
  #lightbox #imageDataContainer {
    background: #fff;
    border-radius: 1em;
    border: #000 solid 0.3em; }
    #lightbox #imageDataContainer #imageData {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      box-sizing: border-box;
      padding-left: 40%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: flex !important;
      /* 説明テキスト ------------------------------------------- */
      /* 閉じるボタン ------------------------------------------- */ }
      @media screen and (max-width: 700px) {
        #lightbox #imageDataContainer #imageData {
          padding-left: 0;
          padding-top: 15em; } }
      #lightbox #imageDataContainer #imageData #imageDetails {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 5em;
        /* キャプション */
        /* ナンバー表示 */ }
        @media screen and (max-width: 700px) {
          #lightbox #imageDataContainer #imageData #imageDetails {
            padding: 0 5em; } }
        @media screen and (max-width: 480px) {
          #lightbox #imageDataContainer #imageData #imageDetails {
            padding: 0 2em; } }
        #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText {
          font-weight: 500;
          line-height: 2em; }
          @media screen and (max-width: 480px) {
            #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText {
              line-height: 1.7em; } }
          #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText strong {
            font-weight: 700;
            display: inline-block;
            padding-bottom: 0.5em; }
          #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText img {
            width: auto;
            height: 3em;
            position: absolute;
            top: 1.5em;
            left: auto;
            right: 4em;
            bottom: auto; }
            @media screen and (max-width: 700px) {
              #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText img {
                right: 5em; } }
            @media screen and (max-width: 480px) {
              #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText img {
                right: 1em; }
                #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText img.sp_maxwidth {
                  width: 10em;
                  height: auto;
                  top: 1.5em; } }
            #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText img + strong {
              padding-top: 2em; }
          #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText i {
            position: absolute;
            top: 0em;
            left: auto;
            right: 4em;
            bottom: auto;
            line-height: 1em;
            font-style: normal;
            opacity: 0.7;
            filter: alpha(opacity=70); }
            @media screen and (max-width: 700px) {
              #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText i {
                right: 5em; } }
            @media screen and (max-width: 480px) {
              #lightbox #imageDataContainer #imageData #imageDetails #caption #titleText i {
                right: 1em; } }
        #lightbox #imageDataContainer #imageData #imageDetails #numberDisplay {
          display: none !important; }
      #lightbox #imageDataContainer #imageData #bottomNav #bottomNavClose {
        width: 2em !important;
        position: absolute;
        top: -3em;
        left: auto;
        right: -2em;
        bottom: auto;
        padding-bottom: 0 !important;
        /* 閉じるボタン画像 */ }
        #lightbox #imageDataContainer #imageData #bottomNav #bottomNavClose #jqlb_closelabel {
          width: 3em !important;
          height: 3em;
          background: url("/images/btn_close.svg") no-repeat 0 0/contain; }
  #lightbox #outerImageContainer {
    background-color: transparent; }
    #lightbox #outerImageContainer #imageContainer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      box-sizing: border-box;
      padding-right: 60%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      /* 画像 ------------------------------------------- */
      /* ナビゲーション ------------------------------------------- */ }
      @media screen and (max-width: 700px) {
        #lightbox #outerImageContainer #imageContainer {
          padding-right: 0;
          padding-bottom: 17em;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
      @media screen and (max-width: 480px) {
        #lightbox #outerImageContainer #imageContainer {
          padding-bottom: 22em; } }
      #lightbox #outerImageContainer #imageContainer img {
        width: 100% !important; }
        @media screen and (max-width: 700px) {
          #lightbox #outerImageContainer #imageContainer img {
            width: 50% !important; } }
        @media screen and (max-width: 480px) {
          #lightbox #outerImageContainer #imageContainer img {
            width: 95% !important; } }
      #lightbox #outerImageContainer #imageContainer #hoverNav a {
        background-size: 3em auto;
        /* 戻る */
        /* 進む */ }
        #lightbox #outerImageContainer #imageContainer #hoverNav a#prevLink {
          background-position: 3em 50%; }
          #lightbox #outerImageContainer #imageContainer #hoverNav a#prevLink:hover {
            background: url("/images/btn_prev.svg") no-repeat 1em 50%/2em auto; }
          @media screen and (max-width: 700px) {
            #lightbox #outerImageContainer #imageContainer #hoverNav a#prevLink {
              background: url("/images/btn_prev.svg") no-repeat 1em 50%/2em auto; } }
          @media screen and (max-width: 480px) {
            #lightbox #outerImageContainer #imageContainer #hoverNav a#prevLink {
              background-position: 1em 25%; }
              #lightbox #outerImageContainer #imageContainer #hoverNav a#prevLink:hover {
                background-position: 1em 25%; } }
        #lightbox #outerImageContainer #imageContainer #hoverNav a#nextLink {
          background-position: right 3em top 50%; }
          #lightbox #outerImageContainer #imageContainer #hoverNav a#nextLink:hover {
            background: url("/images/btn_next.svg") no-repeat right 1em top 50%/2em auto; }
          @media screen and (max-width: 700px) {
            #lightbox #outerImageContainer #imageContainer #hoverNav a#nextLink {
              background: url("/images/btn_next.svg") no-repeat right 1em top 50%/2em auto; } }
          @media screen and (max-width: 480px) {
            #lightbox #outerImageContainer #imageContainer #hoverNav a#nextLink {
              background-position: right 1em top 25%; }
              #lightbox #outerImageContainer #imageContainer #hoverNav a#nextLink:hover {
                background-position: right 1em top 25%; } }

/*# sourceMappingURL=style_top.css.map */
