@charset "UTF-8";
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  width: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  border: none;
  vertical-align: top;
  zoom: 1; }

/*////////////////////////////////////////////////////

	フォント・文字サイズ設定

////////////////////////////////////////////////////*/
html {
  font-size: 62.5%; }

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #777;
  font-size: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6; }

/*////////////////////////////////////////////////////

	共通レイアウト
		body,html
		header
			SEO用テキスト、サイトロゴ、グローバルメニュー、ヘッダーメニュー
		content
		footer
			コピーライト、ソーシャルボタン、フッターメニュー、SEOテキスト、SEOテキストエリア、ページトップボタン
		下層
			（サブメニュー、パンくずリスト、カテゴリータイトル、ページタイトル）

	※全ページ共通のレイアウトを記述してください。（他：メインビジュアル、バナー、フッター用サイトマップ、イベントニュースカルーセル、お問い合わせエリア、など・・・）

////////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) {
  body, html {
    width: 100%;
    max-width: 100%; /*min-width: 1040px;*/
} 
}
/*
@media print {
  body, html {
    min-width: 1040px; } }
*/
body {
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

/* ------------------------------------------------
	jsでのbreakpoint判定用
------------------------------------------------ */
.mediaQuery {
  display: none;
  font-family: 'sp'; }
  @media only screen and (min-width: 768px) {
    .mediaQuery {
      font-family: 'tab-pc'; } }

/* ------------------------------------------------
	headerここから
------------------------------------------------ */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 3;
  background-color: #FF4810;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    header {
      height: 100px; }
      header.smallHeader {
        height: 70px; } }

#wpHeader01 {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 768px) {
    #wpHeader01 {
      width: 100%;/*1040px*/
      padding: 0 20px;
      height: 100px; }
      .smallHeader #wpHeader01 {
        height: 70px; } }

#logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px; }
  @media only screen and (min-width: 768px) {
    #logo {
      padding-left: 0; } }
  #logo img {
    width: 100%;
    max-width: 150px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      #logo img {
        width: 250px;
        max-width: none; } }
  #logo span {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (min-width: 768px) {
      #logo span {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .smallHeader #logo span {
      display: none; } }

#topNav {
  position: relative;
  display: table-cell;
  width: 160px; }
  @media only screen and (min-width: 768px) {
    #topNav {
      width: 315px;/*myエスモビ表示時　475px*/
      padding-top: 29px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .smallHeader #topNav {
        padding-top: 15px; } }
  #topNav ul > li {
    position: absolute;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #topNav ul > li:nth-child(1) {
      width: 40px;
      height: 40px;
      top: 10px;
      right: 116px;
	display: none;/*ヘッダーから、フリーダイヤルを削除2018.09.11*/
}
      @media only screen and (min-width: 768px) {
        #topNav ul > li:nth-child(1) {
          position: static;
          top: 29px;
          right: auto;
          left: 0;
          width: 100%;
          height: auto;
          text-align: center;
		  display: none;/*ヘッダーから、フリーダイヤルを削除2018.09.11*/
		  }

}
      #topNav ul > li:nth-child(1) a {
        background-color: #eee;
        border-radius: 3px;
        width: 40px;
        height: 40px;
        display: block;
        position: relative; }
        @media only screen and (min-width: 768px) {
          #topNav ul > li:nth-child(1) a {
            width: 100%;
            height: auto;
            background-color: transparent; } }
        #topNav ul > li:nth-child(1) a:before {
          content: '';
          display: inline-block;
          width: 31px;
          height: 31px;
          background: url(../img/imgSprite01.png) 0 -248px no-repeat;
          -webkit-background-size: 62px auto;
          background-size: 62px auto;
          position: absolute;
          bottom: 5px;
          left: 5px; }
          @media only screen and (min-width: 768px) {
            #topNav ul > li:nth-child(1) a:before {
              display: none; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #topNav ul > li:nth-child(1) a:before {
              background-image: url(../img/imgSprite01@2x.png); } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #topNav ul > li:nth-child(1) a:before {
              background-image: url(../img/imgSprite01@3x.png); } }
      #topNav ul > li:nth-child(1) img {
        display: none; }
        @media only screen and (min-width: 768px) {
          #topNav ul > li:nth-child(1) img {
            text-align: center;
            width: 459px;
            height: auto;
            display: block;
            margin: 0 auto; } }
    #topNav ul > li:nth-child(2) {
      display: none;
      left: 0;
      width: 310px;/*150px*/
      height: 40px;
      bottom: 25px;
      background-color: #eee;
      border-radius: 3px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        #topNav ul > li:nth-child(2) {
          display: block; } }
      #topNav ul > li:nth-child(2):before {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      #topNav ul > li:nth-child(2).hover:before {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      #topNav ul > li:nth-child(2) a {
        width: 100%;
        height: auto;
        display: block;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        color: #12265e; }
        @media all and (-ms-high-contrast: none) {
          #topNav ul > li:nth-child(2) a {
            line-height: 44px; } }
        #topNav ul > li:nth-child(2) a:before {
          content: '';
          display: inline-block;
          width: 31px;
          height: 31px;
          background: url(../img/imgSprite01.png) 0 -64px no-repeat;
          -webkit-background-size: 62px auto;
          background-size: 62px auto;
          vertical-align: middle; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #topNav ul > li:nth-child(2) a:before {
              background-image: url(../img/imgSprite01@2x.png); } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #topNav ul > li:nth-child(2) a:before {
              background-image: url(../img/imgSprite01@3x.png); } }
    #topNav ul > li:nth-child(3) {
      width: 40px;
      height: 40px;
      top: 10px;
      right: 70px;
      background-color: #FF4810;
      border-radius: 3px;
      display: block;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        #topNav ul > li:nth-child(3) {
          width: 150px;
          height: 40px;
          top: auto;
          right: auto;
          left: 160px;
          bottom: 25px; } }
      #topNav ul > li:nth-child(3):before {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      #topNav ul > li:nth-child(3).hover:before {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      #topNav ul > li:nth-child(3) a {
        width: 100%;
        height: 40px;
        overflow: hidden;
        text-indent: -9999999px;
        position: relative;
        display: block;
        text-align: center;
        vertical-align: middle;
        color: #12265e;
        line-height: 40px; }
        @media all and (-ms-high-contrast: none) {
          #topNav ul > li:nth-child(3) a {
            line-height: 44px; } }
        @media only screen and (min-width: 768px) {
          #topNav ul > li:nth-child(3) a {
            text-indent: 0; } }
        #topNav ul > li:nth-child(3) a:before {
          content: '';
          display: none;
          vertical-align: middle;
          width: 22px;
          height: 22px;
          background: url(../img/imgSprite01.png) 0 -23px no-repeat;
          -webkit-background-size: 44px auto;
          background-size: 44px auto; }
          @media only screen and (min-width: 768px) {
            #topNav ul > li:nth-child(3) a:before {
              display: inline-block; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #topNav ul > li:nth-child(3) a:before {
              background-image: url(../img/imgSprite01@2x.png); } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #topNav ul > li:nth-child(3) a:before {
              background-image: url(../img/imgSprite01@3x.png); } }
        #topNav ul > li:nth-child(3) a:after {
          content: '';
          display: block;
          position: absolute;
          width: 31px;
          height: 30px;
          bottom: 5px;
          left: 5px;
          background: url(../img/imgSprite01.png) 0 -280px no-repeat;
          -webkit-background-size: 62px;
          background-size: 62px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #topNav ul > li:nth-child(3) a:after {
              background-image: url(../img/imgSprite01@2x.png); } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #topNav ul > li:nth-child(3) a:after {
              background-image: url(../img/imgSprite01@3x.png); } }
          @media only screen and (min-width: 768px) {
            #topNav ul > li:nth-child(3) a:after {
              display: none; } }
    #topNav ul > li:nth-child(4) {
      left: 320px;
      display: none;
/*      background-color: #12265e;*//*myエスモビ表示時コメントアウト取る*/
      border-radius: 20px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        #topNav ul > li:nth-child(4) {
          width: 150px;
          height: 40px;
          display: block;
          bottom: 25px; } }
      #topNav ul > li:nth-child(4):before {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      #topNav ul > li:nth-child(4).hover:before {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      #topNav ul > li:nth-child(4) a {
        position: relative;
        display: none;/*myエスモビ表示時　block*/
        text-align: center;
        vertical-align: middle;
        height: 40px;
        width: 100%;
        line-height: 40px;
        background: url(../img/txtSmobi01.png) 40% 50% no-repeat;
        -webkit-background-size: 107px auto;
        background-size: 107px auto;
        color: transparent; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          #topNav ul > li:nth-child(4) a {
            background-image: url(../img/txtSmobi01@2x.png); } }
        #topNav ul > li:nth-child(4) a:before {
          content: '';
          display: block;
          width: 11px;
          height: 11px;
          border-radius: 100%;
          background-color: #fff;
          position: absolute;
          right: 10px;
          top: 15px;
          z-index: 1; }
        #topNav ul > li:nth-child(4) a:after {
          border-width: 2.5px 0 2.5px 4px;
          border-color: transparent transparent transparent #12265e;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          right: 13px;
          top: 18px;
          z-index: 2; }
    @media only screen and (min-width: 768px) {
      #topNav ul > li:nth-child(n+2) {
        margin-top: 12px;
        margin-right: 5px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto; } }
  @media only screen and (min-width: 768px) {
    .smallHeader #topNav ul > li:first-child {
      display: none; }
    .smallHeader #topNav ul > li:nth-child(n+2) {
      margin-top: 0; } }

#toggleSidebar {
  width: 30px;
  height: 16px;
  position: absolute;
  display: block;
  top: 22px;
  right: 20px;
  cursor: pointer;
  left: auto; }
  @media only screen and (min-width: 768px) {
    #toggleSidebar {
      display: none; } }
  #toggleSidebar:before, #toggleSidebar:after,
  #toggleSidebar span {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #59678e;
    overflow: hidden;
    text-indent: -999999px;
    position: absolute;
    right: 0;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (min-width: 768px) and (max-width: 999px) {
      #toggleSidebar:before, #toggleSidebar:after,
      #toggleSidebar span {
        background-color: #fff; } }
  #toggleSidebar:before {
    top: 0; }
  #toggleSidebar:after {
    top: auto;
    bottom: 0; }
  #toggleSidebar span {
    top: 7px;
    opacity: 1; }
  @media only screen and (min-width: 1000px) {
    #toggleSidebar {
      display: none; } }
  #toggleSidebar.active:before {
    top: 7px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #toggleSidebar.active:after {
    bottom: 7px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #toggleSidebar.active span {
    opacity: 0; }

#wpHeader02 {
  background-color: #12265e; }
  #wpHeader02 #gNav {
    display: none; }
    @media only screen and (min-width: 768px) {
      #wpHeader02 #gNav {
        display: table;
        width: 1000px;
        margin: 0 auto;
        table-layout: fixed;
        height: 100px;
        overflow: hidden; } }
    #wpHeader02 #gNav li {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      border-right: 1px solid #59678e;
      position: relative; }

   #wpHeader02 #gNav li.esmb:before {
    background: url(../img/imgSprite05.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時----------------*/
}


   #wpHeader02 #gNav li#mvnoIcon:before {
    background: url(../img/imgSprite06.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時----------------*/
}

   #wpHeader02 #gNav li.recruit:before {
    background: url(../img/imgSprite07.png) no-repeat;
	background-position: 0 -434px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--採用--------------*/
}

   #wpHeader02 #gNav li#smhIcon:before {
    background: url(../img/imgSprite09.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--携帯電話サービス----------------*/
}

   #wpHeader02 #gNav li#toritsugi:before {
    background: url(../img/imgSprite10.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--取次サービス----------------*/
}

   #wpHeader02 #gNav li#tanmatsu_t:before {
    background: url(../img/imgSprite11.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--端末----------------*/
}

      #wpHeader02 #gNav li:before {
        width: 62px;
        height: 31px;
        content: '';
        display: block;
        position: absolute;
        background: url(../img/imgSprite01.png) 0 -310px no-repeat;
        top: 20px;
        left: 50%;
        margin-left: -31px;
        -webkit-background-size: 62px auto;
        background-size: 62px auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          #wpHeader02 #gNav li:before {
            background-image: url(../img/imgSprite01@2x.png); }
/*
   #wpHeader02 #gNav li.esmb:before {
    background: none;
}
*/

}
        @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
          #wpHeader02 #gNav li:before {
            background-image: url(../img/imgSprite01@3x.png); }

   #wpHeader02 #gNav li.esmb:before {
    background: none;
}

   #wpHeader02 #gNav li.recruit:before {
    background: none;
}

}
      #wpHeader02 #gNav li:after {
        content: '';
        display: block;
        width: 0;
        height: 5px;
        background-color: #FF4810;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

      /*#wpHeader02 #gNav li:nth-child(2):before {
        background-position: 0 -342px; }
      #wpHeader02 #gNav li:nth-child(3):before {
        background-position: 0 -372px; }
      #wpHeader02 #gNav li:nth-child(4):before {
        background-position: 0 -403px; }*/

  	  #wpHeader02 #gNav li:nth-child(2):before {
         background-position: 0 -342px; 
        }
      #wpHeader02 #gNav li:nth-child(3):before { /*カーソルオンする前*/
        background-position: 0 -342px;
        }
      #wpHeader02 #gNav li:nth-child(4):before { /*カーソルオンする前*/
        background-position: 0 -403px;    /* 0 -370px;*/
        }
      #wpHeader02 #gNav li:nth-child(5):before {
        background-position: 0 -372px;
        }

    #wpHeader02 #gNav li:nth-child(6):before {
        background-position: 15px 0px;
        }
    #wpHeader02 #gNav li:nth-child(7):before {
        /*background-position: 0 -434px;*/
        }

      #wpHeader02 #gNav li:first-child {
        border-left: 1px solid #59678e; }
      #wpHeader02 #gNav li.hover:before, #wpHeader02 #gNav li.active:before {
        opacity: 0; }
      #wpHeader02 #gNav li.hover:after, #wpHeader02 #gNav li.active:after {
        width: 100%; }
      #wpHeader02 #gNav li span {
        position: relative;
        width: 100%;
        height: 100px;
        display: block; }
        #wpHeader02 #gNav li span:before {
          content: '';
          width: 0;
          height: 100%;
          background-color: #FF4810;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          display: block;
          position: absolute;
          left: 0; }
        #wpHeader02 #gNav li span:after {
          opacity: 0;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 62px;
          height: 31px;
          content: '';
          display: block;
          position: absolute;
          background: url(../img/imgSprite01.png) 0 -434px no-repeat;
          top: 20px;
          left: 50%;
          margin-left: -31px;
          -webkit-background-size: 62px auto;
          background-size: 62px auto; }

   #wpHeader02 #gNav li.esmb span:after {
   background: url(../img/imgSprite05_2.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817-----------*/
}

   #wpHeader02 #gNav li#mvnoIcon span:after {
    background: url(../img/imgSprite06_2.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時----------------*/
}

   #wpHeader02 #gNav li.recruit span:after {
   background: url(../img/imgSprite07_2.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--採用----------------*/
}

   #wpHeader02 #gNav li#smhIcon span:after {
    background: url(../img/imgSprite09_2.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--携帯電話サービス----------------*/
}

   #wpHeader02 #gNav li#toritsugi span:after {
    background: url(../img/imgSprite10_2.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--取次サービス----------------*/
}

   #wpHeader02 #gNav li#tanmatsu_t span:after {
    background: url(../img/imgSprite11_2.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--端末----------------*/
}

          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #wpHeader02 #gNav li span:after {
              background-image: url(../img/imgSprite01@2x.png); }



}
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #wpHeader02 #gNav li span:after {
              background-image: url(../img/imgSprite01@3x.png); }




}
      #wpHeader02 #gNav li.hover span:after {
        opacity: 1; }
      #wpHeader02 #gNav li.hover span:before {
        width: 100%; }
      #wpHeader02 #gNav li a {
        color: #fff;
        font-weight: bold;
        display: block;
        width: 100%;
        height: 100px;
        padding-top: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 60px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 14px;
        font-size: 1.4rem;
        position: relative;
        overflow: hidden; }
        #wpHeader02 #gNav li a:before {
          opacity: 0;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 62px;
          height: 31px;
          content: '';
          display: block;
          position: absolute;
          background: url(../img/imgSprite01.png) 0 -124px no-repeat;
          top: 20px;
          left: 50%;
          margin-left: -31px;
          -webkit-background-size: 62px auto;
          background-size: 62px auto; }

   #wpHeader02 #gNav li.esmb a:before {
    background: url(../img/imgSprite05_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----写真マウスover-------*/
}

   #wpHeader02 #gNav li#mvnoIcon a:before {
    background: url(../img/imgSprite06_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時----------------*/
}

   #wpHeader02 #gNav li.recruit a:before {
    background: url(../img/imgSprite07_1.png) no-repeat;
	   background-position: 15px 0px;
    background-size: 54%;/*-------817----写真マウスover-------*/
}

   #wpHeader02 #gNav li#smhIcon a:before {
    background: url(../img/imgSprite01.png) no-repeat;
	background-position: 0 -527px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--端末----------------*/
}

   #wpHeader02 #gNav li#smhIcon a:before {
    background: url(../img/imgSprite09_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--携帯電話サービス----------------*/
}

   #wpHeader02 #gNav li#toritsugi a:before {
    background: url(../img/imgSprite10_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--取次サービス----------------*/
}

   #wpHeader02 #gNav li#tanmatsu_t a:before {
    background: url(../img/imgSprite11_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時--端末----------------*/
}


          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #wpHeader02 #gNav li a:before {
              background-image: url(../img/imgSprite01@2x.png); }



}
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #wpHeader02 #gNav li a:before {
              background-image: url(../img/imgSprite01@3x.png); }
   #wpHeader02 #gNav li.esmb a:before {
    background: none;/*-------817-----------*/
}

   #wpHeader02 #gNav li.recruit a:before {
    background: none;/*-------817-----------*/
}

}
        #wpHeader02 #gNav li a:after {
          border-width: 0 8px 9px;
          border-color: transparent transparent #FF4810;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          bottom: -9px;
          left: 50%;
          margin-left: -8px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      #wpHeader02 #gNav li.hover a {
        color: #12265e; }
        #wpHeader02 #gNav li.hover a:before {
          opacity: 0 !important; }
        #wpHeader02 #gNav li.hover a:after {
          bottom: 0; }
      #wpHeader02 #gNav li.active a:before {
        opacity: 1; }
      #wpHeader02 #gNav li.active a:after {
        bottom: 5px; }
      #wpHeader02 #gNav li.active.hover a:before {
        opacity: 0; }

      /*#wpHeader02 #gNav li:nth-child(2) a:before {
        background-position: 0 -156px; }
      #wpHeader02 #gNav li:nth-child(3) a:before {
        background-position: 0 -186px; }
      #wpHeader02 #gNav li:nth-child(4) a:before {
        background-position: 0 -217px; }
      #wpHeader02 #gNav li:nth-child(2) span:after {
        background-position: 0 -466px; }
      #wpHeader02 #gNav li:nth-child(3) span:after {
        background-position: 0 -496px; }
      #wpHeader02 #gNav li:nth-child(4) span:after {
        background-position: 0 -527px; }*/

/*
    #wpHeader02 #gNav li:nth-child(2) a:before {
        background-position: 0 -124px; }
*/
      #wpHeader02 #gNav li:nth-child(3) a:before {
        background-position: 0 -156px; }

      #wpHeader02 #gNav li:nth-child(4) a:before {
        background-position: 0 -217px; }/*-185px*/
       #wpHeader02 #gNav li:nth-child(5) a:before {
        background-position: 0 -185px; }
   #wpHeader02 #gNav li:nth-child(6) a:before {
    background: url(../img/imgSprite07_1.png) no-repeat;
	   background-position: 15px 0px;
    background-size: 54%;
/*        background-position: 0 -218px;*/
 }
/*   #wpHeader02 #gNav li:nth-child(7) a:before {
        background-position: 0 0px; }*/

/*
      #wpHeader02 #gNav li:nth-child(2) span:after {
        background-position: 0px -434px;
        }

#wpHeader02 #gNav li:nth-child(6) span:after {
        background-position: 0 -527px; }
*/

      #wpHeader02 #gNav li:nth-child(3) span:after {
        background-position: 0 -466px; }
      #wpHeader02 #gNav li:nth-child(4) span:after {
        background-position:  0 -527px; }   /*0 -495px;*/
#wpHeader02 #gNav li:nth-child(5) span:after {
        background-position: 0 -495px; }
#wpHeader02 #gNav li:nth-child(6) span:after {
        background-position: 15px 0px; }/*0 -527px*/
#wpHeader02 #gNav li:nth-child(7) span:after {
        /*background-position: 0px 0px;*/ }

  @media only screen and (min-width: 768px) {
    .smallHeader #wpHeader02 #gNav {
      height: 50px; }
      .smallHeader #wpHeader02 #gNav li:before {
        top: 8px; }
      .smallHeader #wpHeader02 #gNav li:after {
        height: 3px; }
      .smallHeader #wpHeader02 #gNav li span {
        height: 50px; }
        .smallHeader #wpHeader02 #gNav li span:after {
          top: 8px; }
      .smallHeader #wpHeader02 #gNav li a {
        height: 50px;
        padding: 0;
        color: transparent; }
        .smallHeader #wpHeader02 #gNav li a:before {
          top: 8px; }
      .smallHeader #wpHeader02 #gNav li.active a:after {
        bottom: -3px; } }
  @media only screen and (min-width: 768px) {
    .smallHeader.middleHeader #wpHeader02 #gNav {
      height: 100px; }
      .smallHeader.middleHeader #wpHeader02 #gNav li:before {
        top: 20px; }
      .smallHeader.middleHeader #wpHeader02 #gNav li:after {
        height: 5px; }
      .smallHeader.middleHeader #wpHeader02 #gNav li span {
        height: 100px; }
        .smallHeader.middleHeader #wpHeader02 #gNav li span:after {
          top: 20px; }
      .smallHeader.middleHeader #wpHeader02 #gNav li a {
        height: 100px;
        padding-top: 40px;
        color: #fff; }
        .smallHeader.middleHeader #wpHeader02 #gNav li a:before {
          top: 20px; }
      .smallHeader.middleHeader #wpHeader02 #gNav li.active a:after {
        bottom: 5px; }
      .smallHeader.middleHeader #wpHeader02 #gNav li.hover a {
        color: #12265e; } }

/* ------------------------------------------------
	mainここから
------------------------------------------------ */

button.consultation {
     background-color: #f4d200;
    color: #11245f;
    width: 167px;
    padding: 8px;
    font-size: 15px;
    float: right;
    margin-top: -11%;
    border: hidden;
    border-radius: 5px;
}

.imgboxc {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {

button.consultation {
    background-color: #f4d200;
    color: #11245f;
    padding: 0px;
    font-size: 14px;
    float: right;
    margin-top: 0%;
    border: hidden;
    border-radius: 5px;
	width: 127px;
}


}

#main {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    #main {
      padding-top: 100px; } }
  #main .wrapper01 {
    padding: 30px 0; }
    @media only screen and (min-width: 768px) {
      #main .wrapper01 {
        padding: 40px 0; } 
  #main .wrapperenbtn {
    padding: 0px 0px 30px 0px!important; }}
    #main .wrapper01.style01 {
      background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px; }
  #main .inner01 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    @media only screen and (min-width: 768px) {
      #main .inner01 {
        width: 100%;/*1040px*/
        margin: 0 auto; } }
  #main .inner02 {
    padding: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      #main .inner02 {
        width: 100%;/*1040px*/
        margin: 0 auto; } }

/*20241227追記*/
    @media only screen and (min-width: 1024px) {
      #main .inner01 {
        width: 1000px;
        margin: 0 auto; } }
  #main .inner02 {
    padding: 0;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      #main .inner02 {
        width: 1000px;
        margin: 0 auto; } }



  #main .inner03 {
    padding: 0;
    position: relative;
}
  #main .inner03 .prarea{
    width : 90%;
    display:block;
    box-sizing: border-box;
    /*margin: 5px;*/
 }
  #main .inner03 a.prwaku {
    width : 100%;
    display:inline-block;
    background:#fff;
    padding: 10px;
    margin: 10px;
}
  #main .inner03 a.prwaku h2{
    color: #12265e;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 0 0 20px;
}
    @media only screen and (min-width: 768px) {
      #main .inner03 {
        width: 1200px;
        margin: 0 auto;
} 
  #main .inner03 .prarea{
    width : 100%;
    display:flex;
 }
  #main .inner03 a.prwaku {
    width : calc(100%/3);
    display:inline-block;
    background:#fff;
    padding:50px;
    margin-right: 20px;
    /*margin:5px;*/
}
a.prwaku:hover{
  opacity: 0.5;
  transition-duration: 0.3s;
}
}

  #main .section01:nth-child(n+2) {
    clear:both;
    margin-top: 40px; }
    @media only screen and (min-width: 768px) {
      #main .section01:nth-child(n+2) {
    clear:both;
       /* margin-top: 60px;*/ } }
  #main p:nth-child(n+2) {
    margin-top: 20px; }
  #main .tit03 + p:nth-child(n+2) {
    margin-top: 10px; }
  #main .tit04 + p:nth-child(n+2) {
    margin-top: 5px; }

p#iphone_notes{
	color: #d80505;
}

#sns {
  margin-top: 40px; }
  #sns #snsList {
    display: table;
    margin: 0 auto 10px;
    table-layout: fixed;
    width: 100%;
    max-width: 370px; }
    @media only screen and (min-width: 768px) {
      #sns #snsList {
        margin-bottom: 20px; } }
    #sns #snsList li {
      display: table-cell;
      border: 5px solid #fff;
      vertical-align: top; }
      #sns #snsList li a {
        vertical-align: middle;
        display: block;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        border-bottom: none; }
        @media only screen and (min-width: 768px) {
          #sns #snsList li a {
            height: 30px;
            border-radius: 15px; } }
        #sns #snsList li a img {
          height: auto; }
        #sns #snsList li a:before {
          position: absolute;
          content: '';
          width: 11px;
          height: 11px;
          background-color: #fff;
          border-radius: 100%;
          z-index: 1;
          top: 15px;
          right: 15px; }
          @media only screen and (min-width: 768px) {
            #sns #snsList li a:before {
              top: 10px;
              right: 10px; } }
        #sns #snsList li a:after {
          border-width: 2.5px 0 2.5px 4px;
          border-color: transparent transparent transparent #1b95e0;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          z-index: 2;
          right: 18px;
          top: 18px; }
          @media only screen and (min-width: 768px) {
            #sns #snsList li a:after {
              right: 13px;
              top: 13px; } }
      #sns #snsList li:first-child > a {
        background-color: #1b95e0; }
        #sns #snsList li:first-child > a img {
          width: 100%;
          max-width: 84px;
          padding-top: 10px; }
          @media only screen and (min-width: 768px) {
            #sns #snsList li:first-child > a img {
              padding-top: 5px; } }
      #sns #snsList li:last-child > a {
        background-color: #4267b2; }
        #sns #snsList li:last-child > a img {
          width: 100%;
          max-width: 99px;
          padding-top: 11px; }
          @media only screen and (min-width: 768px) {
            #sns #snsList li:last-child > a img {
              padding-top: 6px; } }
        #sns #snsList li:last-child > a:after {
          border-left-color: #4267b2; }
  #sns #snsBtn {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: url(../img/bg02.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    padding: 15px 0;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      #sns #snsBtn {
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: auto;
        table-layout: auto;
        background: none;
        padding: 0; } }
    #sns #snsBtn li {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        #sns #snsBtn li {
          text-align: left; } }
      #sns #snsBtn li:nth-child(n+2) {
        padding-left: 20px; }
      #sns #snsBtn li iframe {
        vertical-align: bottom; }
    #sns #snsBtn #___plus_0 {
      vertical-align: middle !important; }

/* ------------------------------------------------
	sNavここから
------------------------------------------------ */
#sidebar {
  background: #12265e url(../img/bg01.png) 0 0 repeat;
  -webkit-background-size: 2px;
  background-size: 2px;
  width: 100vw;
  left: -100vw;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #sidebar .wrapper {
    position: relative;
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: auto; }
  #sidebar .nav01 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px; }
    #sidebar .nav01 li {
      display: table-cell;
      padding: 0 5px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.2;
      vertical-align: top; }
#sidebar .nav01 li:nth-child(3) {
    display: none;
}
    #sidebar .nav01 a {
      width: 100%;
      height: 60px;
      border-radius: 3px;
      display: block;
      border-bottom: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      color: #12265e; }
    #sidebar .nav01 li:first-child a {
      background-color: #eee;
      padding-top: 8px; }
      #sidebar .nav01 li:first-child a:before {
        content: '';
        display: block;
        width: 28px;
        height: 26px;
        background: url(../img/imgSprite01.png) 0 -56px;
        -webkit-background-size: 56px auto;
        background-size: 56px auto;
        margin: 0 auto; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          #sidebar .nav01 li:first-child a:before {
            background-image: url(../img/imgSprite01@2x.png); } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
          #sidebar .nav01 li:first-child a:before {
            background-image: url(../img/imgSprite01@3x.png); } }
    #sidebar .nav01 li:nth-child(2) a {
      background-color: #FF4810;
      padding-top: 12px; }
      #sidebar .nav01 li:nth-child(2) a:before {
        content: '';
        display: block;
        width: 19px;
        height: 19px;
        background: url(../img/imgSprite01.png) 0 -20px no-repeat;
        margin: 0 auto 3px;
        -webkit-background-size: 38px auto;
        background-size: 38px auto; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          #sidebar .nav01 li:nth-child(2) a:before {
            background-image: url(../img/imgSprite01@2x.png); } }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          #sidebar .nav01 li:nth-child(2) a:before {
            background-image: url(../img/imgSprite01@3x.png); } }
    #sidebar .nav01 li:nth-child(3) a {
      background-color: #051e3f;
      border-radius: 30px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #FF4810;
      background-image: url(../img/txtSmobi01.png);
      -webkit-background-size: 75px auto;
      background-size: 75px auto;
      background-position: 50%;
      background-repeat: no-repeat;
      color: transparent;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
        #sidebar .nav01 li:nth-child(3) a {
          background-image: url(../img/txtSmobi01@2x.png); } }
  #sidebar .nav02 {
    width: 100%;
    *zoom: 1;
    margin-bottom: 20px; }
    #sidebar .nav02:after {
      content: '';
      display: table;
      clear: both; }
    #sidebar .nav02 li {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px;
      float: left; }


      #sidebar .nav02 li:nth-child(2n+1) {
        clear: both; }

      #sidebar .nav02 li a {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background-color: #12265e;
        border-top: 1px solid #59678e;
        border-bottom: 2px solid #FF4810;
        color: #fff;
        font-weight: bold;
        position: relative; }
        #sidebar .nav02 li a:before {
          content: '';
          display: block;
          width: 62px;
          height: 31px;
          margin: 0 auto;
          background-image: url(../img/imgSprite01.png);
          -webkit-background-size: 62px auto;
          background-size: 62px auto;
          background-position: 0 -124px; }


   #sidebar .nav02 li.tanmatsu_terminal a:before {
    content: '';
    display: block;
    width: 62px;
    height: 31px;
    margin: 0 auto;
    background-image: url(../img/imgSprite01.png);
    -webkit-background-size: 62px auto;
    background-size: 62px auto;
    background-position: 0 -217px;/*-------817----スマホ写真マウスover--端末ページ-----*/
}

   #sidebar .nav02 li.fvno_sol a:before {
    content: '';
    display: block;
    width: 62px;
    height: 31px;
    margin: 0 auto;
    background-image: url(../img/imgSprite01.png);
    -webkit-background-size: 62px auto;
    background-size: 62px auto;
    background-position: 0 -156px;/*-------817----スマホ写真マウスover--mvno-----*/
}


   #sidebar .nav02 li.mvno_sol a:before {
    content: '';
    display: block;
    width: 62px;
    height: 31px;
    margin: 0 auto;
    background-image: url(../img/imgSprite01.png);
    -webkit-background-size: 62px auto;
    background-size: 62px auto;
    background-position: 0 -124px;/*-------817----スマホ写真マウスover--mvno-----*/
}


   #sidebar .nav02 li #tanmatsu_t a:before {
    background: url(../img/imgSprite11_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----スマホ写真マウスover--端末-----*/
}

   #sidebar .nav02 li.toritsugi a:before {
    background: url(../img/imgSprite10_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

   #sidebar .nav02 li.cov a:before {
    background: url(../img/imgSprite09_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

   #sidebar .nav02 li.esmb a:before {
    background: url(../img/imgSprite05_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

#sidebar .nav02 li.recruit a:before {
 background: url(../img/imgSprite07_1.png) no-repeat;
  background-position: 15px -1px;
 background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

#sidebar .nav02 li#smhIcon a:before {
    background: url(../img/imgSprite08_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--スマホ写真マウスover--携帯電話サービスページ----------------*/
}

#sidebar .nav02 li.blank a:before {
 background: url(../img/noImage02.png) no-repeat;
  background-position: 15px -1px;
 background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

   #sidebar .nav02 li.sp_mvnoIcon a:before {
    background: url(../img/imgSprite06_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}


   #sidebar .nav02 li#mvnoIcon:before {
    background: url(../img/imgSprite06_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時----------------*/
}

          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
            #sidebar .nav02 li a:before {
              background: url(../img/imgSprite06_1.png) no-repeat;
    background-position: 15px -1px;
    background-size: 54%; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
            #sidebar .nav02 li a:before {
              background: url(../img/imgSprite06_1.png) no-repeat;
    background-position: 15px -1px;
    background-size: 54%; } }
        #sidebar .nav02 li a:after {
          border-width: 0 6.5px 7px;
          border-color: transparent transparent #FF4810;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -7px; }
      #sidebar .nav02 li:nth-child(2) a:before {
              background: url(../img/imgSprite11_1.png) no-repeat;
    background-position: 15px -1px;
background-size: 54%;}

      #sidebar .nav02 li:nth-child(3) a:before {
              background: url(../img/imgSprite10_1.png) no-repeat;
    background-position: 15px -1px;}

      #sidebar .nav02 li:nth-child(3) a:before {
              background: url(../img/imgSprite11_1.png) no-repeat;
    background-position: 15px -1px;}
 #sidebar .nav02 li:nth-child(4) a:before {
     background: url(../img/imgSprite07_1.png) no-repeat;
    background-position: 15px -1px;
background-size: 54%;}
 #sidebar .nav02 li:nth-child(6) a:before {
              background: url(../img/imgSprite05_1.png) no-repeat;
    background-position: 15px -1px;}
#sidebar .nav02 li:nth-child(7) a:before {
/*background-position: 0 -217px;*/ }
#sidebar .nav02 li:nth-child(8) a:before {
/*background-position: 0 -217px;*/ }


#nuro{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#sb{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#big{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#dc{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#houjinsmh{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#usen{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#smh{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#sophia{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
/*#esmb{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}*/
#houjin{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#kojin{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
#dairiten{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}




  #sidebar .nav03 {
    padding: 0 5px;
    margin: 0 auto 20px; }
    #sidebar .nav03 li {
      border-bottom: 1px solid #ddd; }
      #sidebar .nav03 li:first-child {
        border-top: 1px solid #ddd; }
      #sidebar .nav03 li a {
        color: #fff;
        display: block;
        padding: 15px;
        line-height: 1.1;
        position: relative; }
        #sidebar .nav03 li a:before {
          content: '';
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #FF4810;
          border-right: 1px solid #FF4810;
          margin-top: -8px; }
  #sidebar .sns {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px; }
    #sidebar .sns li {
      padding: 5px;
      height: 40px;
      display: table-cell; }
      #sidebar .sns li a {
        width: 100%;
        display: block;
        height: 100%;
        border-radius: 20px;
        position: relative;
        text-align: center;
        line-height: 40px;
        vertical-align: middle; }
        #sidebar .sns li a:before {
          position: absolute;
          content: '';
          width: 11px;
          height: 11px;
          background-color: #fff;
          border-radius: 100%;
          z-index: 1;
          top: 15px;
          right: 15px; }
          @media only screen and (min-width: 768px) {
            #sidebar .sns li a:before {
              top: 10px;
              right: 10px; } }
        #sidebar .sns li a:after {
          border-width: 2.5px 0 2.5px 4px;
          border-color: transparent transparent transparent #1b95e0;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          z-index: 2;
          right: 18px;
          top: 18px; }
          @media only screen and (min-width: 768px) {
            #sidebar .sns li a:after {
              right: 13px;
              top: 13px; } }
      #sidebar .sns li img {
        vertical-align: middle; }
      #sidebar .sns li:first-child a {
        background-color: #1b95e0; }
      #sidebar .sns li:first-child img {
        width: 100%;
        max-width: 84px;
        height: auto; }
      #sidebar .sns li:last-child a {
        background-color: #4267b2; }
        #sidebar .sns li:last-child a:after {
          border-left-color: #4267b2; }
      #sidebar .sns li:last-child img {
        width: 100%;
        max-width: 99px;
        height: auto; }
  #sidebar .tel {
    margin-bottom: 10px; }
    #sidebar .tel a {
      background-color: #eee;
      padding: 10px;
      border-radius: 3px;
      display: block;
      text-align: center; }
    #sidebar .tel img {
      width: 100%;
      max-width: 269px;
      height: auto; }
  #sidebar .time {
    text-align: center;
    color: #fff; }

/* ------------------------------------------------
	footerここから
------------------------------------------------ */
footer {
  background-color: #FF4810;
  color: #fff;
  position: relative;
  z-index: 2; }
  footer #wpFooter01 {
    padding: 40px 0; }
    footer #wpFooter01 > .inner01 > .box:last-child {
      margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      footer #wpFooter01 > .inner01 {
        width: 100%;/*1040px*/
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *zoom: 1; }
        footer #wpFooter01 > .inner01:after {
          content: '';
          display: table;
          clear: both; }
        footer #wpFooter01 > .inner01 .box:first-child {
          width: 760px;
          float: left; }
        footer #wpFooter01 > .inner01 .box:last-child {
          width: 240px;
          float: right;
          margin-top: 0; } }
    footer #wpFooter01 p:nth-child(n+2) {
      margin-top: 10px; }
    footer #wpFooter01 .address {
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        footer #wpFooter01 .address {
          text-align: left; } }
    footer #wpFooter01 .tel a {
      background-color: #eee;
      padding: 10px;
      border-radius: 3px;
      display: block;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        footer #wpFooter01 .tel a {
          background-color: transparent;
          padding: 0;
          text-align: left; } }


/*20241227追記*/
    @media only screen and (min-width: 1024px) {
      footer #wpFooter01 > .inner01 {
        width: 1000px;
}
}

    footer #wpFooter01 .tel img {
      width: 100%;
      max-width: 269px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        footer #wpFooter01 .tel img {
          width: 228px; } }
    @media only screen and (min-width: 768px) {
      footer #wpFooter01 .tel .txtSP {
        display: none; } }
    footer #wpFooter01 .tel .txtPC {
      display: none; }
      @media only screen and (min-width: 768px) {
        footer #wpFooter01 .tel .txtPC {
          display: block; } }
    footer #wpFooter01 .time {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        footer #wpFooter01 .time {
          font-size: 12px;
          font-size: 1.2rem; } }
    footer #wpFooter01 .contact a {
      display: block;
      background-color: #FF4810;
      color: #12265e;
      padding: 10px;
      border-radius: 3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      vertical-align: baseline;
      text-align: center;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        footer #wpFooter01 .contact a {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal; } }
      footer #wpFooter01 .contact a:before {
        content: '';
        display: inline-block;
        width: 31px;
        height: 31px;
        background: url(../img/imgSprite01.png) 0 -32px no-repeat;
        -webkit-background-size: 62px;
        background-size: 62px;
        vertical-align: middle;
        z-index: 2;
        position: relative; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          footer #wpFooter01 .contact a:before {
            background-image: url(../img/imgSprite01@2x.png); } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
          footer #wpFooter01 .contact a:before {
            background-image: url(../img/imgSprite01@3x.png); } }
        @media only screen and (min-width: 768px) {
          footer #wpFooter01 .contact a:before {
            width: 22px;
            height: 22px;
            -ms-background-position-y: -23px;
            background-position-y: -23px;
            -webkit-background-size: 44px;
            background-size: 44px; } }
      footer #wpFooter01 .contact a:after {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      footer #wpFooter01 .contact a.hover:after {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .inner01 {
    padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    footer h1 {
      *zoom: 1; }
      footer h1:after {
        content: '';
        display: table;
        clear: both; } }
  footer h1 img {
    width: 65vw;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    max-width: 488px; }
    @media only screen and (min-width: 768px) {
      footer h1 img {
        float: left;
        width: 341px;
        padding-right: 40px;
        margin: 0; } }
  footer h1 > span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      footer h1 > span {
        text-align: left;
        line-height: 1.4; } }
    footer h1 > span > .copy {
      font-size: 12px;
      font-size: 1.2rem;
      display: block;
      text-align: center;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        footer h1 > span > .copy {
          text-align: left; } }
  footer small {
    display: block;
    padding-top: 10px;
    text-align: right;
    font-style: italic; }
  footer #wpFooter02 {
    background-color: #12265e;
    overflow: hidden;
    padding: 15px 0;
    *zoom: 1; }
    footer #wpFooter02:after {
      content: '';
      display: table;
      clear: both; }
  footer #navFooter01 {
    position: relative;
    left: 50%;
    float: left;
    text-align: center; }
    footer #navFooter01 li {
      position: relative;
      left: -50%;
      float: left;
      padding: 0 10px;
      line-height: 1;
      vertical-align: top;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 480px) {
        footer #navFooter01 li {
          padding: 0 5px;
          font-size: 10px;
          font-size: 1rem; } }
      footer #navFooter01 li:nth-child(n+2) {
        border-left: 1px solid #59678e; }
      footer #navFooter01 li:first-child {
        padding-left: 0; }
      footer #navFooter01 li:last-child {
        padding-right: 0; }
      footer #navFooter01 li a {
        color: #fff;
        line-height: 1; }
        footer #navFooter01 li a:hover {
          text-decoration: none;
          color: #FF4810; }
  footer small {
    background-color: #A72F01;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal; }

#btnPagetop {
  position: fixed;
  z-index: 3;
  right: -30px;
  bottom: -30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #12265e;
  color: transparent;
  cursor: pointer;
  opacity: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #btnPagetop.show {
    opacity: 1;
    right: 10px;
    bottom: 10px; }
  #btnPagetop:after {
    border-width: 0 8px 12px;
    border-color: transparent transparent #FF4810;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 17px;
    left: 17px; }
  #btnPagetop:before {
    background-color: #59678e;
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 200px;
    top: -70px;
    left: -100px;
    opacity: .3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  #btnPagetop.hover:before {
    left: 120%;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

/* -----------------------------------------------
	下層ここから
------------------------------------------------ */
#pageTitle {
  height: 90px;
  display: table;
  width: 100%;
  background: #f5fcff url(../img/bgTitle01sp.png) 0 0 no-repeat;
  -webkit-background-size: auto 90px;
  background-size: auto 90px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    #pageTitle {
      background-image: url(../img/bgTitle01sp@2x.png); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
    #pageTitle {
      background-image: url(../img/bgTitle01sp@3x.png); } }
  @media only screen and (min-width: 768px) {
    #pageTitle {
      height: 130px;
      background-image: url(../img/bgTitle01.png);
      -webkit-background-size: auto 130px;
      background-size: auto 130px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
    #pageTitle {
      background-image: url(../img/bgTitle01@2x.png); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 768px) and (min-resolution: 2.5dppx) {
    #pageTitle {
      background-image: url(../img/bgTitle01@3x.png); } }

  #pageTitle h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(../img/bgTitle02sp.png) 100% 0 no-repeat;
    -webkit-background-size: auto 90px;
    background-size: auto 90px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
      #pageTitle h1 {
        background-image: url(../img/bgTitle02sp@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
      #pageTitle h1 {
        background-image: url(../img/bgTitle02sp@3x.png); } }
    @media only screen and (min-width: 768px) {
      #pageTitle h1 {
        background-image: url(../img/bgTitle02.png);
        -webkit-background-size: auto 130px;
        background-size: auto 130px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
    #pageTitle h1 {
      background-image: url(../img/bgTitle02@2x.png); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 768px) and (min-resolution: 2.5dppx) {
    #pageTitle h1 {
      background-image: url(../img/bgTitle02@3x.png); } }

    #pageTitle h1 span {
      color: #12265e;
      font-size: 24px;
      font-size: 2.4rem;
      display: block;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) {
        #pageTitle h1 span {
          font-size: 30px;
          font-size: 3rem; } }
      #pageTitle h1 span.small {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.1; }
      @media only screen and (max-width: 480px) {
        #pageTitle h1 span.middle {
          font-size: 20px;
          font-size: 2rem; } }
    #pageTitle h1 img {
      margin-top: 3px; }

#pankuzu {
  padding: 5px 20px; }
  @media only screen and (min-width: 768px) {
    #pankuzu {
      width: 100%;/*1040px*/
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; } }
  #pankuzu ul li {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem; }
    #pankuzu ul li:nth-child(n+2):before {
      content: '>';
      padding: 0 10px; }
  #pankuzu ul a {
    color: #777;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px; }

/* -----------------------------------------------
	その他ここから
------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .hideSP {
    display: none; } }

@media only screen and (min-width: 768px) {
  .hidePC {
    display: none; } }

.space01 {
  height: 40px; }

.box01 {
  background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
  -webkit-background-size: 2px;
  background-size: 2px;
  padding: 40px; }
  .box01:nth-child(n+2) {
    margin-top: 40px; }

.box02 {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto; }
  .box02:nth-child(n+2) {
    margin-top: 10px; }

.img00 {
  width: 100%;
  height: auto;
  margin-bottom: 0px; }
  .img01:last-child {
    margin-bottom: 0; }
  .img01:nth-child(n+2) {
    margin-top: 0px; }
  .img01.bottomS {
    margin-bottom: 10px; }

.img01 {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }
  .img01:last-child {
    margin-bottom: 0; }
  .img01:nth-child(n+2) {
    margin-top: 40px; }
  .img01.bottomS {
    margin-bottom: 10px; }

.img02 {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px; }
  .img02:last-child {
    margin-bottom: 0; }
  .img02:nth-child(n+2) {
    margin-top: 40px; }
  .img02.bottomS {
    margin-bottom: 10px; }

.caution01 {
  font-size: 10px;
  font-size: 1rem;
  margin: 0 5px; }

.boxContent01:nth-child(n+2) {
  margin-top: 40px; }
@media only screen and (min-width: 768px) {
  .boxContent01 {
    display: table;
    width: 100%; }
    .boxContent01 .boxImg {
      width: 240px; }
      .boxContent01 .boxImg img {
        width: 100%;
        height: auto; }
    .boxContent01 .boxImg,
    .boxContent01 .boxTxt {
      display: table-cell;
      vertical-align: top; }
      .boxContent01 .boxImg:nth-child(n+2),
      .boxContent01 .boxTxt:nth-child(n+2) {
        margin-top: 0;
        padding-left: 20px; } }
.boxContent01 .boxImg {
  margin: 0 auto;
  width: 240px; }
.boxContent01 .boxImg:nth-child(n+2),
.boxContent01 .boxTxt:nth-child(n+2) {
  margin-top: 20px; }

/*////////////////////////////////////////////////////

	テキスト、見出しの汎用スタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	テキスト
------------------------------------------------ */
sup {
  font-size: .5em;
  vertical-align: top; }

sub {
  font-size: .5em;
  vertical-align: middle; }

.txtEm01 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #000; }

.txtEm02 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #12265e; }

.txtEm03 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #12265e; }

.txtLead01 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #000; }

.txtLead02 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #12265e; }

.txtLead03 {
  font-size: 20px;
  font-size: 2rem;
  color: #12265e;
  text-align: center; }

.txtR {
  text-align: right; }

.txtC {
  text-align: center; }

/* ------------------------------------------------
	見出し
------------------------------------------------ */
.tit01 {
  padding-left: 20px;
  border-left: 3px solid #FF4810;
  line-height: 1.1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .tit01 {
      margin-bottom: 30px;
      margin-top: 50px; } }
  .tit01:nth-child(n+2) {
    margin-top: 60px; }

.tit02 {
  border-bottom: 1px solid #FF4810;
  padding-bottom: 5px;
  font-weight: bold;
  color: #12265e;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem; }
  .tit02:nth-child(n+2) {
    margin-top: 40px; }
  .tit02:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 3px solid #FF4810;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 100%; }
  .tit02.access {
    padding-left: 30px; }
    .tit02.access:before {
      border: none;
      width: 31px;
      height: 31px;
      background: url(../img/imgSprite01.png) 0 -93px no-repeat;
      -webkit-background-size: 62px auto;
      background-size: 62px auto;
      top: -2px;
      left: -2px; }
/*
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
        .tit02.access:before {
          background-image: url(../img/imgSprite01@2x.png); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
        .tit02.access:before {
          background-image: url(../img/imgSprite01@3x.png); } }
*/
.tit03 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #ff4810;
  font-weight: bold; }
  .tit03:nth-child(n+2) {
    margin-top: 20px; }

.tit04 {
  color: #333; }
  .tit04:nth-child(n+2) {
    margin-top: 20px; }
  .tit04 i {
    width: 16px;
    height: 16px;
    background-color: #12265e;
    color: #fff;
    font-style: normal;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 3px; }

.tit05 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  padding-left: 15px;
  position: relative; }
  .tit05:nth-child(n+2) {
    margin-top: 20px; }
  .tit05:before {
    border-width: 5px 4px 0;
    border-color: #000 transparent transparent;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 10px; }

.tit06 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #FF4810;
  margin:auto;
  position: relative;
  text-align: center;
 }
/*
  .tit06 span:before {
    border-bottom: solid 1px #FF4810;
    width:50px;
    display: block;
    content: '';
    text-align:center;
    margin:auto;
 }
*/
.tit06 span {
    margin-top: 5px;
    display: block;
    font-size:14px;
    margin-bottom:30px;
}


.hlIndex01 {
  text-align: center;
  margin-bottom: 30px; }
  .hlIndex01 span {
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #12265e;
    font-weight: normal; }

.hlIndex02 {
  text-align: center;
   }
  .hlIndex02 span {
    display: block;
    text-align: center;
    padding-top: 5px;
    margin-bottom: -10px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight:700;
    color: #12265e;
    }

.txtAgency01 {
  font-size: 20px;
  font-size: 2rem;
  color: #12265e;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 53px;
  vertical-align: middle;
  font-weight: bold; }
  .txtAgency01:nth-child(n+2) {
    margin-top: 60px !important; }
  .txtAgency01 i {
    padding-right: 10px;
    position: relative; }
    .txtAgency01 i:before, .txtAgency01 i:after {
      width: 80px;
      height: 2px;
      background-color: #12265e;
      content: '';
      display: block;
      position: absolute;
      right: -80px; }
    .txtAgency01 i:before {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
      top: -10px;
      width: 60px;
      right: -70px; }
    .txtAgency01 i:after {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      bottom: -10px; }

/* ------------------------------------------------
	トップページ
------------------------------------------------ */

/*
.head_contents_area h2 span {
    font-size: 4.8vw;
    display: inline;
    letter-spacing: 0;
    border-bottom: 3px solid #0955A0;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0955A0;
    text-align: left;
}
*/

.head_contents_area p.body_copy {
    font-size: 2.7vw;
    font-weight: bold;
    width: 50%;
    margin-bottom: 10px;
    color: #0955A0;
    text-align: left;
}

.pc_block {
    display: none;
}

.superm-area{
    width: 80%;
    margin: auto;
    padding: 30px;
    clear:both;
}

.superm-img{
    float: left;
    width: 280px;
    display: inline-block;
    text-align: left;
}

.superm-text{
    float: left;
    display: inline-block;
    width: 300px;
    word-break: break-all;
    font-size: 120%;
    font-weight: 200;
    margin-top: 20px;
}

.virus-area{
    margin: 20px;
    display: inline-block;
}


@media screen and (min-width: 768px){  /*PC*/

.head_contents_area {
    width: 1000px;
    position: relative;
    margin: 0 auto 20px;
    text-align: left;
}

.superm-text{
    width: 500px;
    font-size: 118.75%%;

}

.head_contents_area p.body_copy {
    text-align: left;
    font-size: 2.4rem;
    color: #0955A0;
    font-weight: 500;
    margin-bottom: 10px;
}

.br_sp {
    display: block;
}
}


/*枠デザイン*/

.box11 {
    width: 120px;
    border-radius: 30px;
    padding: 0.5em 1em;
    margin: 0.5em 5px;
    color: #ffffff;
    background: #12265E;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    float: left;
    text-align:center;
    border: 2px #fff solid;
}

.box11 p {
    margin: 0; 
    padding: 0;
}

/*あらゆるシーン スマホ*/


.index_scene .inner {
    max-width: 95%;
    margin: 0 auto;
}

.flt {
    float: left;
}

.index_scene .inner .index_scene_list li {
    width: 48.75%;
    margin: 0 2.5% 15px 0;
    font-size: 100%;
    height: 116px;
    text-align: center;

}

.index_scene .inner .index_scene_list li:nth-child(even) {
    margin: 0 0 15px!important;
}

.index_scene .inner .index_scene_list li img {
    width: 100%;
    margin: 0 0 10px;
    display: block;
}

.clearfix:after, section:after {
    content: "";
    display: table;
    clear: both;
}

.index_scene h2 {
    margin: 0 0 45px;
    font-size: 190%;
    font-weight: 700;
    text-align: center;
    color: #12265e;
}

.index_scene .inner p {
    margin: 0 0 50px;
    font-size: 112.5%;
    font-weight: 200;
    text-align: center;
}


@media screen and (min-width: 768px){/*PC*/

.flt {
    float: left;
}

.index_scene .inner .index_scene_list li {
    width: 30.4%;
    margin: 0 2.9% 30px 0;
    text-align: center;
    font-size: 112.5%;
    height: 227px;
}

.index_scene .inner .index_scene_list li:nth-child(even) {
    margin: 0 2.9% 30px 0!important;
}

.index_scene .inner .index_scene_list li:nth-child(3n) {
    margin: 0 0 30px;
}

.index_scene .inner .index_scene_list li img {
    width: 100%;
    margin: 0 0 20px;
    display: block;
}

.clearfix:after, section:after {
    content: "";
    display: table;
    clear: both;
}

.index_scene h2 {
    margin: 0 0 45px;
    font-size: 281.25%;
    font-weight: 700;
    text-align: center;
    color: #12265e;
}

.index_scene .inner p {
    margin: 0 0 50px;
    font-size: 112.5%;
    font-weight: 200;
    text-align: center;
}
}


/*殺菌効果*/

.product,.product--blue{padding-bottom:10px;width:100%;border-radius:10px;-webkit-box-shadow:20px 20px 20px #e6e6e6;box-shadow:20px 20px 20px #e6e6e6;text-align:center}@media screen and (max-width:767px){.product,.product--blue{max-width:320px;margin:0 auto;padding-bottom:20px;-webkit-box-shadow:0 20px 20px rgba(0,0,0,.161);box-shadow:0 20px 20px rgba(0,0,0,.161)}}.product__ttl,.product__ttl--blue{padding:20px;background-color:#e5e5e5;border-radius:10px 10px 0 0;font-size:26px}@media screen and (max-width:767px){.product__ttl,.product__ttl--blue{font-size:18px}}.product__effect,.product__effect--blue{margin:40px 0;font-size:20px}@media screen and (max-width:960px){.product__effect,.product__effect--blue{font-size:16px}}@media screen and (max-width:767px){.product__effect,.product__effect--blue{width:100%;margin:20px 0 30px;font-size:14px}}.product__effectBox{padding-bottom:10px;height:415px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:767px){.product__effectBox{padding:0 20px;height:auto;text-align:left}}.product__img{width:250px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:960px){.product__img{width:280px}}@media screen and (max-width:767px){.product__img{width:250px}}.product__influence,.product__influence--blue{margin-top:10px;font-size:16px;text-align:left}@media screen and (max-width:960px){.product__influence,.product__influence--blue{font-size:14px}}@media screen and (max-width:767px){.product__influence,.product__influence--blue{font-size:13px}}.product__ttl--blue{background-color:#b9cbf2;font-weight:700}.product__effect--blue{margin:20px 0 0;line-height:2;font-weight:700}.product__effect--blue span{color:#0d48b6}.product__influence--blue span{background-color:#b9cbf2}.test__result,.test__virus{padding:10px 15px;width:190px;min-width:190px;background-color:#fff;font-size:15px;border-radius:4px;line-height:1.4}@media screen and (max-width:960px){.test__result,.test__virus{padding:10px 0;width:157px;min-width:140px}}.testBox{margin-bottom:35px}.testBox:nth-of-type(3){margin-bottom:0}@media screen and (max-width:960px){.testBox:nth-of-type(3){margin-bottom:35px}}.testTtl{margin-bottom:17px;padding-left:10px;font-size:18px;border-left:5px solid #4bacea;text-align:left}@media screen and (max-width:960px){.testTtl{margin:0 auto 17px;max-width:335px;font-size:16px}}.test{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width:960px){.test{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.test:last-of-type{margin-bottom:0}.test__virus{margin-right:20px}.test__virus.large__lineHeight{line-height:35px}.test__result{position:relative;color:#fff;background-color:#4bacea}.test__result:before{content:"";display:block;width:0;height:0;position:absolute;top:50%;left:-4px;bottom:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-color:transparent #4bacea transparent transparent;border-style:solid;border-width:7.5px 9.5px 7.5px 0}.test__result small{vertical-align:top;font-size:10px}.test__result .test__resultSmall{font-size:12px;vertical-align:inherit}.test__result.large__lineHeight{line-height:30px}.test__result.large__lineHeight small{vertical-align:super;font-size:10px}.testBox--large .test__result,.testBox--large .test__virus{padding:28px 0}@media screen and (max-width:960px){.testBox--large .test__result,.testBox--large .test__virus{padding:10px 0}}.testBox--large .test{margin-bottom:12px}.testBox--large .test:last-of-type{margin-bottom:0}.c-contactArea,.c-contactArea--top{padding:80px 0;position:relative;background-image:url(../img/saverjin/contact_bg.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover;background-color:#79b3d5;text-align:center;z-index:1}@media screen and (max-width:767px){.c-contactArea,.c-contactArea--top{padding:60px 20px;z-index:0}}.c-contactArea--top{padding:80px 0 200px}@media screen and (max-width:767px){.c-contactArea--top{padding:60px 20px;z-index:0}}.c-contactArea__ttl{font-size:30px}@media screen and (max-width:767px){.c-contactArea__ttl{font-size:18px}}@media screen and (max-width:374px){.c-contactArea__ttl{font-size:17px}}.c-contactArea__telBox{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:63px;text-decoration:none;pointer-events:none;cursor:default}@media screen and (max-width:767px){.c-contactArea__telBox{margin-top:20px;background-color:#111;border-radius:4px;color:#fff;pointer-events:auto;cursor:pointer}}.c-contactArea__telIcon{font-size:56px;line-height:1.1;color:#111;height:56px;line-height:1}@media screen and (max-width:767px){.c-contactArea__telIcon{height:36px;font-size:36px;line-height:1;color:#fff}}.c-contactArea__receptionist{margin-left:10px;text-align:left;line-height:1.1;color:#111}.c-contactArea__receptionist:hover{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.8}@media screen and (max-width:767px){.c-contactArea__receptionist{margin-left:5px;color:#fff}}.c-contactArea__telNumber{font-size:36px;font-weight:700;font-family:Hiragino Kaku Gothic Pro}@media screen and (max-width:767px){.c-contactArea__telNumber{font-size:22px}}.c-contactArea__telTime{font-size:16px}@media screen and (max-width:767px){.c-contactArea__telTime{font-size:11px}}.c-contactArea__buttonBox{margin-top:40px;display:block;text-decoration:none}@media screen and (max-width:767px){.c-contactArea__buttonBox{margin-top:20px}}.c-contactArea__buttonBox:hover{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.8}.c-contactArea__button,.c-contactArea__button--gradation{margin:0 auto 20px;padding:19px;width:500px;height:60px;line-height:1;background:#f2c40e 0 0 no-repeat padding-box;font-size:22px;font-weight:700;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.2);box-shadow:0 0 6px 0 rgba(0,0,0,.2);border-radius:4px}@media screen and (max-width:767px){.c-contactArea__button,.c-contactArea__button--gradation{width:100%;font-size:16px}}.c-contactArea__button--gradation{background:linear-gradient(100deg,#faca00,#faa115) 0 0 no-repeat padding-box}.c-contactArea__text{font-size:18px;font-weight:700;color:#111}@media screen and (max-width:767px){.c-contactArea__text{font-size:15px}}@media screen and (max-width:374px){.c-contactArea__text{font-size:14px}}.c-list li{padding-left:20px}.c-list li:first-of-type{margin-top:40px}@media screen and (max-width:767px){.c-list li{padding-left:10px}}.c-list dt{margin-right:30px}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1000px;margin:20px auto;color:#999}.breadcrumbs a{color:#999;text-decoration:none}.breadcrumbs a:visited{color:#999}.breadcrumbs a:hover{opacity:.8}@media screen and (max-width:767px){.breadcrumbs{max-width:350px;margin:10px;font-size:10px}}.complete{margin-top:84px;height:calc(100vh - 285px);text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:767px){.complete{height:calc(100vh - 236px);margin-top:80px;padding:0 20px}}.complete__messege{font-size:40px;font-weight:700}@media screen and (max-width:767px){.complete__messege{font-size:30px;letter-spacing:1px}}.complete__txt{margin-top:100px;font-size:20px}@media screen and (max-width:767px){.complete__txt{margin-top:50px;font-size:12px;line-height:2}}.complete__contact{margin:40px 0 20px;font-weight:700;line-height:2}@media screen and (max-width:767px){.complete__contact{font-size:12px}}
.sectionKv{padding-top:120px;position:relative;background:url(../img/newsuperm/pc_bg_image.jpg) no-repeat top/contain;background-size:100% 870px;color:#fff;overflow:hidden}.sectionKv:after,.sectionKv:before{content:"";display:block;background:url(../img/newsuperm/pc_nami.png);background-position-x:right;background-position-y:inherit;background-size:inherit;background-repeat:no-repeat;height:584px;width:100%;position:absolute;-webkit-transform:scaleX(-1);transform:scaleX(-1);overflow:hidden}.sectionKv:before{right:-40%;bottom:0;z-index:10}@media screen and (max-width:767px){.sectionKv:before{height:468px;right:0;-webkit-transform:none;transform:none;background-size:contain}}@media screen and (max-width:320px){.sectionKv:before{height:520px;bottom:-63px}}.sectionKv:after{right:60%;bottom:-18px;z-index:1}@media screen and (max-width:767px){.sectionKv:after{display:none}}@media screen and (max-width:767px){.sectionKv{background:url(../img/newsuperm/sp_bg_image.jpg) no-repeat top/cover;padding:40px 0 0}}.sectionKv__top{position:relative;max-width:1100px;margin:0 auto -25px}@media screen and (max-width:960px){.sectionKv__top{margin:0 auto;padding:20px}}.sectionKv__textBox{max-width:1100px;margin:0 0 109px 10%;-ms-flex-negative:0;flex-shrink:0;z-index:20}@media screen and (max-width:960px){.sectionKv__textBox{max-width:768px;margin:0 auto;text-align:center;max-width:307px;text-align:left}}.sectionKv__txt{font-size:21px}@media screen and (max-width:960px){.sectionKv__txt{font-size:25px}}@media screen and (max-width:374px){.sectionKv__txt{font-size:23px}}.sectionKv__ttl{margin-top:20px;font-size:40px}.sectionKv__ttl span{margin-left:8px;font-size:32px}@media screen and (max-width:960px){.sectionKv__ttl{margin-top:16px;font-size:30px}.sectionKv__ttl span{font-size:22px}}.sectionKv__ttl .sectionKv__name{margin-left:0;display:block;font-size:54px}@media screen and (max-width:960px){.sectionKv__ttl .sectionKv__name{font-size:39px}}@media screen and (max-width:374px){.sectionKv__ttl .sectionKv__name{font-size:38px}}.sectionKv__catchBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:960px){.sectionKv__catchBox{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.sectionKv__catchBox{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.sectionKv__catch{padding:8px 4px;border:2px solid #fff;font-size:21px}@media screen and (max-width:960px){.sectionKv__catch{padding:4px;font-size:16px}}@media screen and (max-width:374px){.sectionKv__catch{font-size:14px}}.section--kev__publicity{margin:20px 0}@media screen and (max-width:960px){.section--kev__publicity{margin:0}}.section--kev__publicityTxt{font-size:18px;letter-spacing:1px}.section--kev__publicityTxt span{font-size:26px}@media screen and (max-width:960px){.section--kev__publicityTxt{font-size:13px}.section--kev__publicityTxt span{font-size:18px}}@media screen and (max-width:374px){.section--kev__publicityTxt{font-size:10px}}.sectionKv__contact{position:absolute;left:10%;bottom:143px;z-index:20;max-width:400px;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:linear-gradient(100deg,#faca00,#faa115) 0 0 no-repeat padding-box;font-size:20px;font-weight:700;color:#fff;text-decoration:none}.sectionKv__contact:hover{opacity:.8}@media screen and (min-width:960px) and (max-width:1100px){.sectionKv__contact{bottom:14%}}@media screen and (max-width:960px){.sectionKv__contact{max-width:315px;left:20px;bottom:55px}}@media screen and (max-width:767px){.sectionKv__contact{max-width:315px;left:0;right:0;bottom:55px;margin:auto}}@media screen and (max-width:320px){.sectionKv__contact{max-width:290px;font-size:18px;bottom:46px}}.sectionKv__contactText{padding:0 10px;margin-right:10px;border:2px solid #fff}.sectionKv__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.sectionKv__top{display:block}}.sectionKv__imgBox{max-width:600px;width:100%;margin:-60px auto 0}@media screen and (max-width:767px){.sectionKv__imgBox{width:85%;margin-top:-12px;margin-bottom:64px}}.sectionKv__img{position:relative;width:100%;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.sectionKv__agency{position:absolute;bottom:30px;right:4%;display:block}@media screen and (max-width:767px){.sectionKv__agency{left:0;right:9px;bottom:0}}@media screen and (max-width:374px){.sectionKv__agency{left:-22px;right:-22px;bottom:-10px}}.sectionKv__agency p{text-align:right;font-size:10px}@media screen and (max-width:960px){.sectionKv__agency p{-webkit-transform:scale(.9);transform:scale(.9);text-align:center}}@media screen and (max-width:767px){.sectionKv__agency p{-webkit-transform:scale(.8);transform:scale(.8);text-align:right}}.sectionKv__bottom{margin-top:10px;padding:30px 0 50px;background:rgba(12,0,60,.5);text-align:center;position:relative;z-index:10}@media screen and (max-width:960px){.sectionKv__bottom{padding:20px;text-align:left}}.sectionKv__bottomTtl{font-size:24px}@media screen and (max-width:960px){.sectionKv__bottomTtl{font-size:20px}}.sectionKv__bottomTxt{margin-top:20px;line-height:1.5}@media screen and (max-width:960px){.sectionKv__bottomTxt{font-size:14px}}.sectionIntroduction__img{position:relative;width:100%;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.sectionIntroduction__ttl{position:relative;text-align:center;padding:40px 0}@media screen and (max-width:767px){.sectionIntroduction__ttl{font-size:18px;line-height:2;padding:20px}}.sectionIntroduction__ttl:after{z-index:1;content:"";display:block;position:absolute;bottom:-12px;right:50%;left:50%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-top:15px solid transparent;border-color:#fff transparent transparent;border-style:solid;border-width:15px 15px 0}@media screen and (max-width:767px){.sectionIntroduction__ttl:after{right:42%}}.sectionEffect{margin:0 auto;padding:80px 0;/*max-width:1000px;*/width:84%;text-align:center;}@media screen and (max-width:767px){.sectionEffect{padding:40px 0}}.sectionEffect__ttl{font-size:40px;color:#0d48b6}@media screen and (max-width:767px){.sectionEffect__ttl{font-size:26px}}.sectionEffect__comparison{margin-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}@media screen and (max-width:767px){.sectionEffect__comparison{margin-top:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sectionEffect__itemSpace{width:100%;margin-right:60px;}@media screen and (max-width:960px){.sectionEffect__itemSpace{margin-right:45px}}@media screen and (max-width:767px){.sectionEffect__itemSpace{margin:0 0 60px}}.sectionEffect__relief{margin-top:80px;padding:30px 0;text-align:center;border-top:2px solid #707070;border-bottom:2px solid #707070;line-height:2}.sectionEffect__relief span{color:#0d48b6}@media screen and (max-width:767px){.sectionEffect__relief{margin:0 auto;max-width:320px;text-align:left;font-size:16px;border:0}}.sectionCost{background-color:#f2f0f0;text-align:center;overflow:hidden;padding:0 20px 60px}.sectionCost__ttl{font-size:40px;padding:80px 0}@media screen and (max-width:767px){.sectionCost__ttl{padding:40px 0;font-size:24px;line-height:1.5}}.sectionCost__box{margin:0 auto;padding:40px;display:-ms-grid;display:grid;-ms-grid-rows:10px 35% 63%;grid-template-rows:10px 35% 63%;-ms-grid-columns:42% 50px 52%;grid-template-columns:42% 50px 52%;background-color:#fff;max-width:1000px;-webkit-box-shadow:20px 20px 20px #e6e6e6;box-shadow:20px 20px 20px #e6e6e6;border-radius:10px;position:relative}@media screen and (max-width:1000px){.sectionCost__box{max-width:400px;padding:40px 20px;display:block}}@media screen and (max-width:767px){.sectionCost__box{max-width:315px;padding:23px 30px}}.sectionCost__box:after{z-index:1;content:"";background-image:url(../img/newsuperm/fukidashi.png);background-size:cover;display:block;position:absolute;top:-77px;right:0;width:180px;height:180px}@media screen and (max-width:1000px){.sectionCost__box:after{width:110px;height:110px;top:-45px;right:-19px}}@media screen and (max-width:374px){.sectionCost__box:after{width:85px;height:85px;right:0;top:-30px}}@media screen and (max-width:320px){.sectionCost__box:after{right:-10px}}.sectionCost__attentionBox{text-align:left;-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.sectionCost__text{font-size:24px}@media screen and (max-width:1000px){.sectionCost__text{font-size:14px}}.sectionCost__attention{position:relative;font-weight:700;font-size:37px;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#fad12f));background:linear-gradient(#fff 50%,#fad12f 0)}.sectionCost__attention span{font-size:45px;color:#0d48b6}@media screen and (max-width:1000px){.sectionCost__attention{font-size:22px}.sectionCost__attention span{font-size:34px}}@media screen and (max-width:374px){.sectionCost__attention{font-size:17px}}.sectionCost__img{-ms-grid-row:2;-ms-grid-row-span:4;grid-row:2/span 4;-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;height:380px;width:100%;margin-right:50px}@media screen and (max-width:1000px){.sectionCost__img{margin:20px 0 0;width:250px;height:auto}}.sectionCost__img img{margin-top:10%}@media screen and (max-width:1000px){.sectionCost__img img{margin-top:0}}.sectionCost__textBox{-ms-grid-row:3;-ms-grid-row-span:1;grid-row:3/4;-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;text-align:left;line-height:1.5}.sectionCost__textSmall{font-size:14px;color:#333}@media screen and (max-width:1000px){.sectionCost__textSmall{width:360px;font-size:10px;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:left center;transform-origin:left center}}@media screen and (max-width:374px){.sectionCost__textSmall{width:100%}}.sectionCost__fee{margin-top:32px;font-size:21px;line-height:1.5}.sectionCost__fee span{font-size:36px;color:#0d48b6}@media screen and (max-width:1000px){.sectionCost__fee{font-size:18px}.sectionCost__fee span{font-size:24px}}@media screen and (max-width:767px){.sectionCost__fee{font-size:13px}.sectionCost__fee span{font-size:16px}}.sectionCost__square{margin-top:20px;padding:14px 0;text-align:center;font-size:24px;color:#fff;background-color:#0d48b6}@media screen and (max-width:1000px){.sectionCost__square{padding:0;height:50px;font-size:12px;line-height:50px}}.sectionProduct{padding:80px 0 140px;max-width:72%;margin:0 auto;text-align:center}@media screen and (max-width:960px){.sectionProduct{padding:40px 20px;max-width:100%}}.sectionProduct__ttl{color:#0d48b6;font-size:40px;padding-bottom:80px}@media screen and (max-width:767px){.sectionProduct__ttl{padding-bottom:40px;font-size:24px}}.sectionProduct__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:960px){.sectionProduct__box{display:block}}.sectionProduct__slider{width:50%}@media screen and (max-width:960px){.sectionProduct__slider{width:100%}}.sectionProduct__imgBox{margin-left:60px;width:50%}@media screen and (max-width:960px){.sectionProduct__imgBox{margin:60px 0 0;width:100%}}.sectionProduct__price{margin:0 auto 80px;text-align:left;font-size:32px;font-weight:700}.sectionProduct__price small{margin-left:40px;font-size:28px}@media screen and (max-width:767px){.sectionProduct__price{font-size:18px;margin:0 0 15px;line-height:2}.sectionProduct__price small{margin:13px 0 0;font-size:14px}}.sectionProduct__note{margin:10px 0;text-align:left;font-size:12px}.sectionProduct__img{width:100%}.slick__content{margin:0 50px}@media screen and (max-width:960px){.slick__content{margin:0 50px}}.slider--for{position:relative}.arrow--right{position:absolute;top:30%;right:0;width:100px;height:100px;cursor:pointer}@media screen and (max-width:560px){.arrow--right{top:10%;right:0}}.arrow--right:after{content:"";display:inline-block;position:absolute;top:40%;right:40%;width:18px;height:18px;margin:0 10px;border-top:2px solid #111;border-right:2px solid #111;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:560px){.arrow--right:after{top:40%;right:40%;width:18px;height:18px;margin:0 10px}}.arrow{z-index:1;position:absolute;top:30%;left:0;width:100px;height:100px;cursor:pointer}@media screen and (max-width:560px){.arrow{top:10%;left:0}}.arrow:after{content:"";display:inline-block;position:absolute;top:40%;left:40%;width:18px;height:18px;margin:0 10px;border-left:2px solid #111;border-bottom:2px solid #111;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:560px){.arrow:after{top:40%;width:18px;height:18px;margin:0 10px}}.slider--forImg{width:100%}.slider--nav .slick-track{-webkit-transform:none!important;transform:none!important}.slider--nav.slick-initialized.slick-slider .slick-track{width:100%!important}.slider--navImg.slick-slide{margin:10px;width:54px!important;height:54px;cursor:pointer}.slider--navImg.slick-slide:focus{outline:none}@media screen and (max-width:767px){.slider--navImg.slick-slide{margin:10px 6px}}.slider--navImg.slick-slide.slick-current.slick-active{border:4px solid #707070}.slick-list.draggable{margin-left:-10px}@media screen and (max-width:767px){.slick-list.draggable{margin-left:-6px}}.section--contact{padding:80px 0;position:relative;background:rgba(15,83,211,.3);text-align:center}@media screen and (max-width:767px){.section--contact{padding:40px 20px}}.section--contact__ttl{font-size:24px;margin-bottom:25px}@media screen and (max-width:767px){.section--contact__ttl{margin-bottom:15px;font-size:12px}}.section--contactLink{display:block;margin:0 auto;max-width:560px;width:100%;padding:35px 0;background:linear-gradient(100deg,#faca00,#faa115) 0 0 no-repeat padding-box;font-size:28px;font-weight:700;color:#fff;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.section--contactLink:hover{opacity:.8}@media screen and (max-width:767px){.section--contactLink{padding:20px 0;font-size:16px}}







/*////////////////////////////////////////////////////

	汎用リンク

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	ベース設定
------------------------------------------------ */
a {
  color: #12265e;
/*  border-bottom: 1px solid #777;*/
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a.hover {
    color: #FF4810;
    border-bottom-color: #FF4810; }

header a,
footer a,
#sidebar a {
  border: none; }

.telLink {
  cursor: default; }

/* ------------------------------------------------
	テキストリンク
------------------------------------------------ */
/*　ブロックリンク　*/
.linkBlock01:nth-child(n+2) {
  padding-top: 20px; }
@incude media(tab-pc) {
  .linkBlock01:nth-child(n+2) {
    padding-top: 10px; } }
.linkBlock01 a {
  color: #12265e;
  display: block;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 3px;
  text-align: center;
  border-bottom: none;
  position: relative;
  overflow: hidden; }
  .linkBlock01 a:before {
    background-color: #fff;
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 200px;
    top: -70px;
    left: -100px;
    opacity: .3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (min-width: 768px) {
    .linkBlock01 a {
      background-color: transparent;
      padding: 0; }
      .linkBlock01 a:before {
        display: none; } }
  .linkBlock01 a span {
    position: relative;
    padding-right: 15px;
    border-bottom: 1px solid transparent;
    color: #12265e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .linkBlock01 a span:before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      background-color: #12265e;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .linkBlock01 a span:after {
      border-width: 2.5px 0 2.5px 4px;
      border-color: transparent transparent transparent #fff;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      right: 3px;
      top: 50%;
      margin-top: -2px; }
.linkBlock01.hover a:before {
  left: 120%;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
@media only screen and (min-width: 768px) {
  .linkBlock01.hover a span {
    color: #FF4810;
    border-bottom-color: #FF4810; }
    .linkBlock01.hover a span:before {
      background-color: #FF4810; } }
@media only screen and (min-width: 768px) {
  .linkBlock01.right a {
    text-align: right; } }



/* ------------------------------------------------
	表（テーブルデザイン）
------------------------------------------------ */
/*　採用情報ページ　*/
table.table01 {
    width: 100%;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    border-color: #000;
    float: left;
    table-layout: fixed;
    border-collapse: collapse;
}

tr.tr01 {
    height: 30px;
    border-color: #999999;
}

td.td01 {
    border: 1px solid #999999;
    font-size: 12pt;
    font-weight:bold;
    background-color: #F2F2F2;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

td.td02 {
    border: 1px solid #999999;
    vertical-align: middle;
    text-align: left;
    width: 75%;
    font-size: 11pt;
    padding:3px 5px 3px 5px;
}


/*PCR検査キット詳細ページ*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.blue-text {
    color: #12265E;
    font-size: 2rem;
}
.card {
    font-weight: 300;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: .375rem;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.skin-light .card .card-body h5 {
    font-weight: 500;
}
.list-group-flush {
    border-radius: 0;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.list-group .list-group-item:first-child {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
    border-bottom: 1px #DFDFDF solid;
    padding: 5px;
}
.pl-0, .px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}




/* ------------------------------------------------
	ボタン
------------------------------------------------ */
.btn01 {
  margin: 0 auto;
  height: 40px;
  background-color: #12265e;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  padding: 10px; }
  .btn01:nth-child(n+2) {
    margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .btn01 {
      width: 160px;
      padding: 0;
      height: 30px; } }
  .btn01:before {
    background-color: #fff;
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 200px;
    top: -70px;
    left: -100px;
    opacity: .3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn01.hover:before {
    left: 120%;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn01 a {
    color: #fff;
    display: block;
    text-align: center;
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .btn01 a {
        font-size: 13px;
        font-size: 1.3rem;
        width: 160px;
        height: 30px;
        line-height: 30px; } }
    .btn01 a:before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      background-color: #fff;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 10px; }
    .btn01 a:after {
      border-width: 2.5px 0 2.5px 4px;
      border-color: transparent transparent transparent #12265e;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      right: 13px;
      top: 50%;
      margin-top: -2px; }
  .btn01.em {
    background-color: #FF4810; }
    .btn01.em a {
      color: #12265e; }
      .btn01.em a:before {
        background-color: #12265e; }
      .btn01.em a:after {
        border-left-color: #fff; }

.btnNewsList01 {
  display: block;
  width: 140px;
  height: 40px;
  margin: 0 auto 30px;
  background-color: #12265e;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  .btnNewsList01:before {
    background-color: #fff;
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 200px;
    top: -70px;
    left: -100px;
    opacity: .3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .btnNewsList01.hover:before {
    left: 120%;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .englishbtn {
    background-color: #ccc;
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    -moz-border-radius: 10px;}
  @media only screen and (min-width: 768px) {
    .btnNewsList01 {
      position: absolute;
      right: 50px;
      top: 20px;
      height: 30px; } }
  .btnNewsList01 a {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-bottom: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (min-width: 768px) {
      .btnNewsList01 a {
        height: 30px;
        line-height: 30px; } }
    .btnNewsList01 a:before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 100%;
      background-color: #fff;
      position: absolute;
      right: 10px;
      top: 15px; }
      @media only screen and (min-width: 768px) {
        .btnNewsList01 a:before {
          top: 10px; } }
    .btnNewsList01 a:after {
      border-width: 2.5px 0 2.5px 4px;
      border-color: transparent transparent transparent #12265e;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 18px;
      right: 13px; }
      @media only screen and (min-width: 768px) {
        .btnNewsList01 a:after {
          top: 13px; } }

.btnList01 {
  *zoom: 1;
  margin: 0 auto; }
  .btnList01:after {
    content: '';
    display: table;
    clear: both; }
  .btnList01:nth-child(n+2) {
    margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .btnList01 {
      width: 70%; } }
  .btnList01 li {
    width: 50%;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative; }
    .btnList01 li:nth-child(2n+1) {
      padding-right: 10px; }
    .btnList01 li:nth-child(2n) {
      padding-left: 10px; }
    .btnList01 li:before {
      background-color: #fff;
      z-index: 1;
      position: absolute;
      content: '';
      display: block;
      width: 50px;
      height: 200px;
      top: -70px;
      left: -100px;
      opacity: .3;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    .btnList01 li.hover:before {
      left: 120%;
      -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    .btnList01 li a {
      display: table;
      width: 100%;
      background-color: #eee;
      border-radius: 3px;
      border-bottom: none;
      position: relative; }
      .btnList01 li a:before {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        position: absolute;
        background-color: #12265e;
        top: 50%;
        margin-top: -5px;
        right: 10px;
        border-radius: 100%; }
      .btnList01 li a:after {
        border-width: 2.5px 0 2.5px 4px;
        border-color: transparent transparent transparent #fff;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 13px; }
      .btnList01 li a > span {
        height: 60px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #12265e;
        line-height: 1.2;
        font-weight: bold; }
        @media only screen and (max-width: 480px) {
          .btnList01 li a > span {
            font-size: 13px;
            font-size: 1.3rem; } }

.btnTel01 {
  text-align: center; }
  .btnTel01 > a {
    border: none; }
    .btnTel01 > a img {
      max-width: 100%;
      height: auto; }

.btnContact01_mvno_top > a {
    line-height: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background-color: #FF4810;
    border-radius: 3px;
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
    width: 100%;
}




.btnContact01 > a {
  line-height: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #FF4810;
  border-radius: 3px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
    .btnContact01 > a {
      line-height: 64px; } }
  @media only screen and (min-width: 768px) {
    .btnContact01 > a {
      width: 400px; } }
  .btnContact01 > a > span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(../img/imgSprite01.png) 0 -24px no-repeat;
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
    vertical-align: middle;
    z-index: 2; }
  .btnContact01 > a:before {
    background-color: #fff;
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 200px;
    top: -70px;
    left: -100px;
    opacity: .3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
.btnContact01.hover > a:before {
  left: 120%;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }


/*
# リストスタイル .ulBasic01
*/
.ulBasic01:nth-child(n+2) {
  margin-top: 20px; }
.ulBasic01 li {
  padding-left: 20px;
  position: relative; }
  .ulBasic01 li:nth-child(n+2) {
    margin-top: 10px; }
  .ulBasic01 li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF4810;
    position: absolute;
    top: 8px;
    left: 2px;
    border-radius: 100%; }

/*
# リストスタイル .ulList01
*/
.ulList01 li {
  white-space: nowrap;
  display: inline-block; }
  .ulList01 li:after {
    content: '・';
    padding-left: 10px;
    padding: 0; }
  .ulList01 li:last-child:after {
    display: none; }

.ulList02 {
  *zoom: 1; }
    content: '';
  .ulList02:after {
    display: table;
    clear: both; }
  .ulList02:nth-child(n+2) {
    margin-top: 20px; }
  .ulList02 > li {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left; }
    .ulList02 > li:nth-child(2n+1) {
      clear: both; }
    @media only screen and (max-width: 480px) {
      .ulList02 > li {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .ulList02 > li {
        width: 33.33333%;
        float: left; }
        .ulList02 > li:nth-child(2n+1) {
          clear: none; }
        .ulList02 > li:nth-child(3n+1) {
          clear: both; }
        .ulList02 > li:nth-child(n+4) {
          /*margin-top: $spaceS;*/ } }
    .ulList02 > li .inner {
      background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      border: 1px solid #eee;
      border-radius: 20px;
      height: 40px;
      line-height: 40px;
      color: #12265e;
      text-align: center;
      display: block; }
    .ulList02 > li .caution {
      font-size: 10px;
      font-size: 1rem;
      margin-left: 5px; }

 @media only screen and (min-width: 767px) {
  ul.ulList04 {
    height: auto;  /*838px;*/
}
  ul.ulList0402 {
    height: auto;  /*900px;*/
}
  .ulList03 li,.ulList04 li,.ulList0402 li{
 display: inline;
 float: left;
height: auto;	/*450px*/
margin-top: 20px;
width: 460px;
 margin-right: 30px;
}
}


    @media only screen and (max-width: 767px) {
      .ulList03 li {
        display: block; }
        .ulList03 li:nth-child(n+2) {
          margin-top: 20px; } }
    .ulList03 li img {
      height: auto; }
      @media only screen and (max-width: 767px) {
        .ulList03 li img {
          max-width: 100%; } }


.ulList03 li img,.ulList04 li img,.ulList0402 li img {
    width: 460px;
	    max-height: 240px;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.ulList03 li img,.ulList04 li img,.ulList0402 li img {
    width: 100%;
	    max-height: 240px;
    object-fit: cover;
}

}

.ulCaution01 {
  padding-left: 1em; }
  .ulCaution01.small {
    font-size: 13px;
    font-size: 1.3rem; }
  .ulCaution01:nth-child(n+2) {
    margin-top: 20px; }
  .ulCaution01 li {
    text-align: left;
    text-indent: -1em; }
    .ulCaution01 li:nth-child(n+2) {
      margin-top: 20px; }
  .ulCaution01.style02 li:nth-child(n+2) {
    margin-top: 5px; }

.ulCaution02 {
  padding-left: 2em; }
  .ulCaution02.small {
    font-size: 13px;
    font-size: 1.3rem; }
  .ulCaution02:nth-child(n+2) {
    margin-top: 20px; }
  .ulCaution02 li {
    text-align: left;
    text-indent: -2em; }
    .ulCaution02 li:nth-child(n+2) {
      margin-top: 5px; }

.ulNews01 {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .ulNews01 {
      padding: 0 30px; }
      .ulNews01.lower {
        padding: 0; } }
  .ulNews01 li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    .ulNews01 li:first-child {
      border-top: 1px solid #ddd; }
    .ulNews01 li a {
      display: block;
      padding-right: 30px;
      position: relative;
      border: none; }
      .ulNews01 li a:before {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border-style: solid;
        border-color: #FF4810;
        border-width: 1px 1px 0 0;
        -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
        transform-origin: center right;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -2px; }
      .ulNews01 li a.pdf {
        padding-right: 50px; }
        .ulNews01 li a.pdf:before {
          width: 40px;
          height: 18px;
          content: '';
          background: url(../img/icoPDF01.png) 0 0 no-repeat;
          -webkit-background-size: 100%;
          background-size: 100%;
          -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
          transform-origin: center right;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          margin-top: -9px;
          line-height: 18px;
          right: 0; }
    .ulNews01 li span {
      display: block; }
    .ulNews01 li .date {
      color: #12265e;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .ulNews01 li .date {
          margin-bottom: 10px; } }
      .ulNews01 li .date i {
        font-style: normal;
        background-color: #eee;
        color: #12265e;
        margin-left: 5px;
        padding: 0;
        width: 110px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        height: 17px; }
        .ulNews01 li .date i.em {
          background-color: #FF4810; }
        .ulNews01 li .date i img {
          padding-top: 4px;
          vertical-align: middle;
          display: block;
          margin: 0 auto; }
    .ulNews01 li .content {
      color: #12265e;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-bottom: 1px dotted transparent;
      display: inline-block; }
    .ulNews01 li a.hover .content {
      color: #2249b4;
      border-bottom: 1px dotted #b2b9ce; }
  .ulNews01.style01 {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 20px; }
    .ulNews01.style01 li:first-child {
      border-top: none; }
    .ulNews01.style01 li:last-child {
      border-bottom: none; }

.ulGroupLogo01 li {
  display: inline-block;
  padding-right: 20px; }

/*-----1012------*/

.top_text{
	text-align: center;
	font-size: 20px;
}
@media only screen and (max-width: 768px) {
.top_text{
	text-align: left;
	font-size: 17px;
}

.tit01 {
    padding-left: 20px;
    border-left: 3px solid #FF4810;
    line-height: 1.1;
    font-size: 20px;
    /* font-size: 1.1em; */
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.tit01:nth-child(n+2) {
    margin-top: 20px;
}



}
.mvno_box {
    height: 300px;
}
.mvno_l {
    width: 48%;
    float: left;
    margin: 0px 0px 50px;
	position: relative;
}
.mvno_r {
    width: 48%;
    float: right;
	margin: 0px 0px 50px;
	position: relative;
}

.mvno_l span,.mvno_r span {
    background-color: #11245f;
    color: white;
    font-size: 19px;
    font-weight: 550;
    padding: 5px 5px 5px 45px;
    display:block;
    position: relative;
}

.blue_box {
    height: auto;
}
.blue_l {
    width: 48%;
    float: left;
    margin: 0px 0px 50px;
	position: relative;
}
.blue_r {
    width: 48%;
    float: right;
	margin: 0px 0px 50px;
	position: relative;
}

.blue_l span,.blue_r span {
    background-color: #11245f;
    color: white;
    font-size: 19px;
    font-weight: 550;
    padding: 5px 5px 5px 45px;
    display:block;
    position: relative;
}

@media only screen and (max-width: 768px) {

	.mvno_l p,.mvno_r p{
		margin-top: 8px!important;
		line-height: 1.2;
	}
	.blue_l p,.blue_r p{
		margin-top: 8px!important;
		line-height: 1.2;
	}

.mvno_l span,.mvno_r span {
    background-color: #11245f;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 5px 5px 45px;
    display: -webkit-box;
    position: relative;
}

.blue_l span,.blue_r span {
    background-color: #11245f;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 5px 5px 45px;
    display: -webkit-box;
    position: relative;
}

}



.mvno_l span::before,.mvno_r span::before{
	 content: "";
  position: absolute;
  background: #FF4810;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.blue_l span::before,.blue_r span::before{
	 content: "";
  position: absolute;
  background: #FF4810;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.mvno_l img {
    width: 125px;
    position: absolute;
    left: 23em;
    top: 11em;
}

.mvno_r img {
    width: 125px;
    position: absolute;
    left: 23em;
    top: 11em;
}
@media only screen and (max-width: 768px) {

	.mvno_box:nth-of-type(1) {
    height: 278px;
}

.mvno_box:nth-of-type(1) .mvno_l img {
    width: 76px;
    position: absolute;
    left: 5.3em;
    top: 12em;
}

.mvno_box:nth-of-type(1) .mvno_r img {
    width: 76px;
    position: absolute;
    left: 4.3em;
    top: 12em;
}


.mvno_box:nth-of-type(2) .mvno_l img {
    width: 76px;
    position: absolute;
    left: 5.3em;
    top: 16em;
}

.mvno_box:nth-of-type(2) .mvno_r img {
    width: 76px;
    position: absolute;
      left: 5.3em;
    top: 16em;
}



}

@media only screen and (max-width: 768px) {

	.grid_box {
    margin-bottom: 0px;
}
}

.management_grid {
    grid-gap: 71px;
	    height: 300px;
}

@media only screen and (max-width: 768px) {


.management_grid {
   display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 14fr));

height: auto!important;
}



.management {
/*  border-radius: 10px;*/
  background-color: #11245f;
    padding: 25px 15px 45px 15px;
  text-align: center;


}


}

@media only screen and (min-width: 768px) {
.management {
/*  border-radius: 10px;*/
  background-color: #11245f;
    padding: 25px 15px 45px 15px;
  text-align: center;

    width: 18%;
    float: left;
    margin-left: 9%;

}

}

.management img {
  max-width: 92px;
  height: auto;
}
.management p{
  text-align:center;
	color: #FFFFFF;

}

.management p:nth-of-type(2){
	margin-top: 0px!important;


}

img.grid_img {
	    padding-top: 2%;
    width: 96%;
    position: absolute;
    z-index: -1;
}



@media only screen and (max-width: 768px) {

	img.grid_img {
   display: none;
	}

ul.ulMVNO01 img.lazyloaded {
    width: 100%;
}
}

/*--------------------*/
.ulTab01 {
  *zoom: 1;
  width: 100%;
  border-top: 1px solid #eee; }
  .ulTab01:after {
    content: '';
    display: table;
    clear: both; }
  .ulTab01 li {
    display: block;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .ulTab01 li:nth-child(2n+1) {
      clear: both;
      border-left: 1px solid #eee; }

p.point {
    font-weight: 550;
    color: #12265E;
}
      @media only screen and (min-width: 768px) {
        .ulTab01 li:nth-child(2n+1) {
          clear: none;
          border-left: none; } }
    @media only screen and (min-width: 768px) {
		.mvno_top li {
    width: 25%!important;
}

      .ulTab01 li {
        width: 25%; }
        .ulTab01 li:nth-child(4n+1) {
          border-left: 1px solid #eee;
          clear: both; } }
    .ulTab01 li a {
      display: table;
      width: 100%;
      height: 40px;
      border: none;
      color: #12265e;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 768px) {
        .ulTab01 li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      .ulTab01 li a span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        line-height: 1.1; }
      .ulTab01 li a.active {
        background-color: #12265e;
        color: #fff; }
        .ulTab01 li a.active:before {
          opacity: 1; }
/*      .ulTab01 li a:before {
        border-width: 5px 6px 0;
        border-color: #12265e transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -6px;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }     */
        @media only screen and (min-width: 768px) {
          .ulTab01 li a:before {
            border-width: 10px 12px 0 12px;
            margin-left: -12px;
            bottom: -10px; } }
      .ulTab01 li a.hover {
/*        background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;*/
        -webkit-background-size: 2px;
        background-size: 2px; }


/*--光回線ページ------------------*/
.ulTab03 {
  *zoom: 1;
  width: 100%;
  border-top: 1px solid #eee; }
  .ulTab03:after {
    content: '';
    display: table;
    clear: both; }
  .ulTab03 li {
    display: block;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .ulTab03 li:nth-child(2n+1) {
      clear: both;
      border-left: 1px solid #eee; }

p.point {
    font-weight: 550;
    color: #12265E;
}
      @media only screen and (min-width: 768px) {
        .ulTab03 li:nth-child(2n+1) {
          clear: none;
          border-left: none; } }
    @media only screen and (min-width: 768px) {
		.mvno_top li {
    width: 25%!important;
}

      .ulTab03 li {
        width: 50%; }
        .ulTab03 li:nth-child(3n+1) {
          border-left: 1px solid #eee;
          clear: both; } }
    .ulTab03 li a {
      display: table;
      width: 100%;
      height: 40px;
      border: none;
      color: #12265e;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 768px) {
        .ulTab03 li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      .ulTab03 li a span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        line-height: 1.1; }
      .ulTab03 li a.active {
        background-color: #12265e;
        color: #fff; }
        .ulTab03 li a.active:before {
          opacity: 1; }
        @media only screen and (min-width: 768px) {
          .ulTab03 li a:before {
            border-width: 10px 12px 0 12px;
            margin-left: -12px;
            bottom: -10px; } }
      .ulTab03 li a.hover {
        -webkit-background-size: 2px;
        background-size: 2px; }


/*--SIMソリューションページ------------------*/
.ulTab02 {
  *zoom: 1;
  width: 100%;
  border-top: 1px solid #eee; }
  .ulTab02:after {
    content: '';
    display: table;
    clear: both; }
  .ulTab02 li {
    display: block;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .ulTab02 li:nth-child(2n+1) {
      clear: both;
      border-left: 1px solid #eee; }

p.point {
    font-weight: 550;
    color: #12265E;
}
      @media only screen and (min-width: 768px) {
        .ulTab02 li:nth-child(2n+1) {
          clear: none;
          border-left: none; } }
    @media only screen and (min-width: 768px) {
		.mvno_top li {
    width: 25%!important;
}

      .ulTab02 li {
        width: 33.3%; }
        .ulTab02 li:nth-child(3n+1) {
          border-left: 1px solid #eee;
          clear: both; } }
    .ulTab02 li a {
      display: table;
      width: 100%;
      height: 40px;
      border: none;
      color: #12265e;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 768px) {
        .ulTab02 li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      .ulTab02 li a span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        line-height: 1.1; }
      .ulTab02 li a.active {
        background-color: #12265e;
        color: #fff; }
        .ulTab02 li a.active:before {
          opacity: 1; }
        @media only screen and (min-width: 768px) {
          .ulTab02 li a:before {
            border-width: 10px 12px 0 12px;
            margin-left: -12px;
            bottom: -10px; } }
      .ulTab02 li a.hover {
        -webkit-background-size: 2px;
        background-size: 2px; }

/*--MVNOページ------------------*/
  .ulTab01.mvno li:first-child {
    width: 25%; }
    @media only screen and (min-width: 768px) {
      .ulTab01.mvno li:first-child {
        width: 25%; } }
  .ulTab01.mvno li:nth-child(2) {
    width: 25%; }
    @media only screen and (min-width: 768px) {
      .ulTab01.mvno li:nth-child(2) {
        width: 25%; } }
  .ulTab01.mvno li:nth-child(3) {
    width: 25%;
    clear: none;
    border-left: none; }
    @media only screen and (min-width: 768px) {
      .ulTab01.mvno li:nth-child(3) {
        width: 25%; } }
  .ulTab01.mvno li:nth-child(4) {
    width: 25%;
    clear: none;
/*    border-right: none;*/
    border-left: 1px solid #eee; }
    @media only screen and (min-width: 768px) {
      .ulTab01.mvno li:nth-child(4) {
        width: 25%;
        clear: none;
        border-left: none; } }
  .ulTab01.mvno li:nth-child(5) {
    clear: none; }
    @media only screen and (min-width: 768px) {
      .ulTab01.mvno li:nth-child(5) {
        width: 20%; } }
  .ulTab01.fvno li:nth-child(-n+5) {
    width: 25%; }
  .ulTab01.fvno li:nth-child(n+5) {
    width: 33.33333%; }
  .ulTab01.fvno li:nth-child(2n+1) {
    clear: none;
    border-left: none; }
  .ulTab01.fvno li:nth-child(4n+1) {
    clear: both;
    border-left: 1px solid #eee; }

.ulLink01 li {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  margin-right: 20px;
  line-height: 1.8; }
  .ulLink01 li:before {
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FF4810;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 9px; }
  .ulLink01 li a {
    white-space: nowrap;
    border-bottom-color: #12265e;
    color: #12265e;
    line-height: 1.2;
    display: inline-block;
    position: relative; }
    .ulLink01 li a.pdf {
      padding-right: 45px; }
      .ulLink01 li a.pdf:before {
        content: '';
        display: block;
        width: 40px;
        height: 17px;
        background: url(../img/icoPDF01.png) 0 0 no-repeat;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -9px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          .ulLink01 li a.pdf:before {
            background-image: url(../img/icoPDF01@2x.png); } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
          .ulLink01 li a.pdf:before {
            background-image: url(../img/icoPDF01@3x.png); } }
    .ulLink01 li a.hover {
      color: #2249b4;
      border-bottom-color: #2249b4; }

.ulLink02 {
  *zoom: 1; }
  .ulLink02:after {
    content: '';
    display: table;
    clear: both; }
  .ulLink02:nth-child(n+2) {
    margin-top: 20px; }
  .ulLink02 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    height: 60px;
    width: 100%; }
    .ulLink02 > li:nth-last-child(n+2) {
      margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .ulLink02 > li {
        width: 50%;
        float: left; }
        .ulLink02 > li:nth-last-child(2) {
          margin-bottom: 0; }
        .ulLink02 > li:nth-last-child(n+3) {
          margin-bottom: 20px; }
        .ulLink02 > li:nth-child(odd) {
          clear: both;
          padding-right: 10px; }
        .ulLink02 > li:nth-child(even) {
          padding-left: 10px; } }
    .ulLink02 > li a {
      border: 1px solid #eee;
      display: table-cell;
      line-height: 1.2;
      vertical-align: middle;
      padding: 0 20px 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      background: url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      color: #12265e; }
      .ulLink02 > li a > span {
        display: block;
        position: relative; }
      .ulLink02 > li a.pdf {
        padding: 0 50px 0 20px; }
        .ulLink02 > li a.pdf > span:before {
          content: '';
          display: block;
          width: 40px;
          height: 18px;
          background: url(../img/icoPDF01.png) 0 0 no-repeat;
          -webkit-background-size: 40px auto;
          background-size: 40px auto;
          position: absolute;
          right: -40px;
          top: 50%;
          margin-top: -9px; }
      .ulLink02 > li a.hover {
        background-color: #eee; }

.pdf-mini img.pdf {
    height: 16px;
    width: auto;
    vertical-align: middle;
}

.ulWorks01 {
  *zoom: 1; }
  .ulWorks01:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    .ulWorks01 > li {
      width: 25%;
      float: left; }
      .ulWorks01 > li:nth-child(-n+3) p {
        border-right: 2px solid #fff; }
      .ulWorks01 > li:nth-child(n+2) p {
        border-left: 1px solid #fff; } }
  .ulWorks01 > li a {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fff;
    height: 100px;
    position: relative; }
    .ulWorks01 > li a:after {
      content: '';
      width: 62px;
      height: 31px;
      display: block;
      position: absolute;
      background: url(../img/imgSprite01.png) 0 -124px no-repeat;
      -webkit-background-size: 62px auto;
      background-size: 62px auto;
      top: 10px;
      left: 50%;
      margin-left: -31px;
      z-index: 2; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
        .ulWorks01 > li a:after {
          background-image: url(../img/imgSprite01@2x.png); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
        .ulWorks01 > li a:after {
          background-image: url(../img/imgSprite01@3x.png); } }
    .ulWorks01 > li a span {
      display: table-cell;
      background-color: #12265e;
      border-radius: 3px;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      padding-top: 40px;
      z-index: 1;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      position: relative; }
      .ulWorks01 > li a span:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        background-color: #FF4810;
        border-radius: 100%;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px; }
      .ulWorks01 > li a span:after {
        border-width: 3px 0 3px 5px;
        border-color: transparent transparent transparent #12265e;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 17px; }
  .ulWorks01 > li:nth-child(2) a:after {
    background-position: 0 -156px; }
  .ulWorks01 > li:nth-child(3) a:after {
    background-position: 0 -186px; }
  .ulWorks01 > li:nth-child(4) a:after {
    background-position: 0 -217px; }
  .ulWorks01 > li p {
    background-color: #e7e9ef;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative; }
    .ulWorks01 > li p:before {
      position: absolute;
      width: 100%;
      display: block;
      content: '';
      height: 10px;
      background-color: #fff;
      top: 0;
      left: 0;
      z-index: 1; }
    .ulWorks01 > li p:after {
      border-width: 0 12px 10px;
      border-color: transparent transparent #e7e9ef;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -12px;
      z-index: 2; }
    .ulWorks01 > li p > span {
      display: block;
      padding: 40px;
      background: url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      position: relative;
      z-index: 3; }

.ulIndex01 {
  *zoom: 1; }
  .ulIndex01:after {
    content: '';
    display: table;
    clear: both; }
  .ulIndex01 > li {
    width: 343px;
    float: left;
    display: table;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .ulIndex01 > li {
        float: none;
        width: 100%; }
        .ulIndex01 > li:nth-child(n+2) {
          margin-top: 40px; } }
    .ulIndex01 > li:nth-child(3n+1) {
      clear: both;
      width: 314px; }
      @media only screen and (max-width: 767px) {
        .ulIndex01 > li:nth-child(3n+1) {
          width: 100%; } }
      .ulIndex01 > li:nth-child(3n+1) .boxImg {
        padding-left: 0; }
    .ulIndex01 > li:nth-child(n+4) {
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .ulIndex01 > li:nth-child(n+4) {
          margin-top: 40px; } }
    .ulIndex01 > li .boxImg {
      padding-left: 29px; }
      @media only screen and (max-width: 767px) {
        .ulIndex01 > li .boxImg {
          padding-left: 0; } }
  .ulIndex01 i {
    font-style: normal;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #eee;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    border-radius: 2px; }
    .ulIndex01 i:before {
      border-width: 4px 8px 4px 0;
      border-color: transparent #eee transparent transparent;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      left: -8px;
      top: 6px; }
  .ulIndex01 .boxImg {
    display: table-cell;
    width: 120px;
    vertical-align: top; }
    .ulIndex01 .boxImg img {
      width: 100%;
      height: auto; }
  .ulIndex01 .boxTxt {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top; }
    .ulIndex01 .boxTxt .tit {
      color: #12265e;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .ulIndex01 .boxTxt p {
      margin-top: 10px !important; }
    .ulIndex01 .boxTxt .btn {
      text-align: right;
      position: relative;
      overflow: hidden; }
      .ulIndex01 .boxTxt .btn:after {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .ulIndex01 .boxTxt .btn.hover:after {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .ulIndex01 .boxTxt .btn a {
        width: 160px;
        display: inline-block;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background-color: #12265e;
        border-radius: 3px;
        position: relative;
        border: none;
        font-size: 13px;
        font-size: 1.3rem; }
        @media only screen and (min-width: 768px) {
          .ulIndex01 .boxTxt .btn a {
            width: 100%; } }
        .ulIndex01 .boxTxt .btn a:before {
          content: '';
          display: block;
          width: 11px;
          height: 11px;
          background-color: #fff;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -5px; }
        .ulIndex01 .boxTxt .btn a:after {
          border-width: 2.5px 0 2.5px 4px;
          border-color: transparent transparent transparent #12265e;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          right: 13px;
          top: 50%;
          margin-top: -2px; }
        .ulIndex01 .boxTxt h2.tit a{
          border-bottom: none;  }


.ulIndex02 {
  *zoom: 1; }
  .ulIndex02:after {
    content: '';
    display: table;
    clear: both; }
  .ulIndex02:nth-child(n+2) {
    margin-top: 40px; }
  .ulIndex02 li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .ulIndex02 li {
        border-bottom: none;
        float: left;
        width: 310px;
        padding: 0 0 0 35px; }
        .ulIndex02 li:nth-child(3n+1) {
          padding-left: 0;
          clear: both; }
        .ulIndex02 li:nth-child(n+4) {
          margin-top: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 767px) {
      .ulIndex02 li:nth-child(n+4) {
        margin-top: 0; } }

    .ulIndex02 li:first-child {
      border-top: 1px solid #eee; }
      @media only screen and (min-width: 768px) {
        .ulIndex02 li:first-child {
          border-top: none; } }
    .ulIndex02 li.hover {
      background-color: #f5f5f5; }
      @media only screen and (min-width: 768px) {
        .ulIndex02 li.hover {
          background-color: transparent; } }
    .ulIndex02 li:after {
      border-width: 4px 0 4px 4px;
      border-color: transparent transparent transparent #12265e;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      right: 3px;
      top: 50%;
      margin-top: -4px; }
      @media only screen and (min-width: 768px) {
        .ulIndex02 li:after {
          display: none; } }
    .ulIndex02 li a {
      display: table;
      width: 100%;
      border: none; }
      @media only screen and (min-width: 768px) {
        .ulIndex02 li a {
          display: block; } }
      .ulIndex02 li a .img,
      .ulIndex02 li a .tit {
        display: table-cell;
        vertical-align: middle;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .ulIndex02 li a .img,
          .ulIndex02 li a .tit {
            display: block;
            text-align: center; } }
      .ulIndex02 li a .img {
        width: 30%;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .ulIndex02 li a .img {
            width: 100%;
            display: block;
            overflow: hidden; } }
        .ulIndex02 li a .img img {
          width: 100%;
          height: auto; }
        @media only screen and (min-width: 768px) {
          .ulIndex02 li a .img:after {
            background-color: #fff;
            z-index: 1;
            position: absolute;
            content: '';
            display: block;
            width: 50px;
            height: 200px;
            top: -70px;
            left: -100px;
            opacity: .3;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            height: 600px;
            width: 100px;
            top: -140px;
            left: -300px; } }
      .ulIndex02 li a .tit {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        padding-left: 10px; }
        @media only screen and (min-width: 768px) {
          .ulIndex02 li a .tit {
            padding-left: 0;
            margin-top: 10px; } }
    @media only screen and (min-width: 768px) {
      .ulIndex02 li.hover a .img:after {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); } }
  @media only screen and (min-width: 768px) {
	  ul.ulIndex02.col4 {
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
}

    .ulIndex02.col4 li {
      width: 235px;
      padding-left: 20px; }
      .ulIndex02.col4 li:nth-child(3n+1) {
        clear: none; }
      .ulIndex02.col4 li:nth-child(4n+1) {
        clear: both;
        padding-left: 0; }
      .ulIndex02.col4 li:nth-child(4) {
        margin-top: 0 !important; }
      .ulIndex02.col4 li:nth-child(n+5) {
        margin-top: 40px; }

	  ul.ulbox01.col3 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;}
 }

.olBasic01 {
  letter-spacing: normal;
  counter-reset: ol_li; }
  .olBasic01:nth-child(n+2) {
    margin-top: 20px; }
  .olBasic01 > li {
    padding-left: 25px;
    position: relative; }
    .olBasic01 > li:before {
      margin-right: .25em;
      counter-increment: ol_li;
      /* ol_li カウンタの値に1加える */
      content: counter(ol_li) ".";
      /* before擬似要素のcontentで出力 */
      position: absolute;
      top: 0;
      left: 0; }
    .olBasic01 > li:nth-child(n+2) {
      margin-top: 20px; }
    .olBasic01 > li > .tit {
      color: #12265e;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; }
  .olBasic01.style01 > li:before {
    color: #12265e;
    font-weight: bold; }
  .olBasic01.style01 > li:nth-child(n+2) {
    margin-top: 60px; }

.olBasic02:nth-child(n+2) {
  margin-top: 20px; }
.olBasic02 > li {
  list-style-type: decimal;
  margin-left: 25px; }
  .olBasic02 > li:nth-child(n+2) {
    margin-top: 10px; }

.dlFaq01 dt {
  padding-left: 30px;
  background: url(../img/bgQ01@3x.png) 10px 0px no-repeat;
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
  padding-bottom: 10px;
  color: #12265e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .dlFaq01 dt:nth-child(n+2) {
    margin-top: 60px; }
.dlFaq01 dd {
  background-color: #f5f5f5;
  position: relative; }
  .dlFaq01 dd:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
  .dlFaq01 dd:after {
    border-width: 0 12px 10px;
    border-color: transparent transparent #f5f5f5;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    z-index: 2; }
  .dlFaq01 dd > .inner {
    padding: 40px 40px 40px 55px;
    background: url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    position: relative;
    z-index: 3; }
    .dlFaq01 dd > .inner:before {
      width: 16px;
      height: 17px;
      content: '';
      display: block;
      left: 30px;
      top: 43px;
      background: url(../img/bgA01@3x.png) 0 0 no-repeat;
      -webkit-background-size: 16px auto;
      background-size: 16px auto;
      position: absolute; }

.ulSitemap01 {
  *zoom: 1; }
  .ulSitemap01:after {
    content: '';
    display: table;
    clear: both; }
  .ulSitemap01 > li:nth-child(n+2) {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .ulSitemap01 > li:nth-child(n+2) {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .ulSitemap01 > li {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      float: left; }
      .ulSitemap01 > li:nth-child(2n+1) {
        padding-right: 20px;
        clear: both; }
      .ulSitemap01 > li:nth-child(2n) {
        padding-left: 20px; }
      .ulSitemap01 > li:nth-child(n+3) {
        margin-top: 20px; } }
  .ulSitemap01 > li > p a, .ulSitemap01 > li > .tit a {
    color: #12265e;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    padding-left: 20px;
    position: relative;
    font-weight: bold; }
    .ulSitemap01 > li > p a:before, .ulSitemap01 > li > .tit a:before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 100%;
      background-color: #12265e;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -5px; }
      @media all and (-ms-high-contrast: none) {
        .ulSitemap01 > li > p a:before, .ulSitemap01 > li > .tit a:before {
          margin-top: -7px; } }
    .ulSitemap01 > li > p a:after, .ulSitemap01 > li > .tit a:after {
      border-width: 2.5px 0 2.5px 4px;
      border-color: transparent transparent transparent #fff;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      left: 4px; }
      @media all and (-ms-high-contrast: none) {
        .ulSitemap01 > li > p a:after, .ulSitemap01 > li > .tit a:after {
          margin-top: -4px; } }
  .ulSitemap01 > li > .sub {
    margin-left: 20px;
    margin-top: 10px; }
    .ulSitemap01 > li > .sub > li:nth-child(n+2) {
      margin-top: 10px; }
    .ulSitemap01 > li > .sub > li a {
      color: #333;
      border: none;
      padding-left: 10px;
      position: relative; }
      .ulSitemap01 > li > .sub > li a:before {
        border-width: 2.5px 0 2.5px 4px;
        border-color: transparent transparent transparent #12265e;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px; }
        @media all and (-ms-high-contrast: none) {
          .ulSitemap01 > li > .sub > li a:before {
            margin-top: -4px; } }

/*////////////////////////////////////////////////////

	汎用テーブル
		※入れ子にした際に孫のテーブルにスタイルが引き継がれないよう、
		　　&>を使用したスタイル設定を推奨

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	テーブル
------------------------------------------------ */
/*ベーシックなテーブルスタイル*/
.tbBasic01 {
  width: 100%;
  display: block; }
  .tbBasic01:nth-child(n+2) {
    margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .tbBasic01 {
      border: 1px solid #eee;
      display: table; } }
  .tbBasic01 > tbody {
    display: block; }
    @media only screen and (min-width: 768px) {
      .tbBasic01 > tbody {
        display: table-row-group; } }
    .tbBasic01 > tbody > tr {
      display: block; }
      @media only screen and (min-width: 768px) {
        .tbBasic01 > tbody > tr {
          display: table-row; } }
  .tbBasic01 > tbody > tr > th, .tbBasic01 > tbody > tr > td, .tbBasic01 > tr > th, .tbBasic01 > tr > td {
    display: block; }
    @media only screen and (min-width: 768px) {
      .tbBasic01 > tbody > tr > th, .tbBasic01 > tbody > tr > td, .tbBasic01 > tr > th, .tbBasic01 > tr > td {
        border: 1px solid #eee;
        display: table-cell; } }
  .tbBasic01 > tbody > tr > th, .tbBasic01 > tr > th {
    color: #000;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    padding: 5px 10px; }
    @media only screen and (min-width: 768px) {
      .tbBasic01 > tbody > tr > th, .tbBasic01 > tr > th {
        padding: 20px; } }
  .tbBasic01 > tbody > tr > td, .tbBasic01 > tr > td {
    text-align: left;
    vertical-align: top;
    padding: 20px; }
  .tbBasic01.tbEm > tbody > tr > td {
    color: #000; }

.tbBasic02 {
  width: 100%;
  border: 1px solid #eee; }
  .tbBasic02:nth-child(n+2) {
    margin-top: 20px; }
  .tbBasic02 > thead > tr > th {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
    color: #fff;
    background-color: #12265e;
    white-space: nowrap;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .tbBasic02 > thead > tr > th {
        padding: 5px;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .tbBasic02 > thead > tr > th {
        padding: 20px; } }
  .tbBasic02 > tr > th, .tbBasic02 > tr > td, .tbBasic02 > tbody > tr > th, .tbBasic02 > tbody > tr > td {
    border: 1px solid #eee;
    padding: 10px;
    vertical-align: middle; }
    @media only screen and (max-width: 480px) {
      .tbBasic02 > tr > th, .tbBasic02 > tr > td, .tbBasic02 > tbody > tr > th, .tbBasic02 > tbody > tr > td {
        padding: 5px;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .tbBasic02 > tr > th, .tbBasic02 > tr > td, .tbBasic02 > tbody > tr > th, .tbBasic02 > tbody > tr > td {
        padding: 20px; } }
  .tbBasic02 > tr > th, .tbBasic02 > tbody > tr > th {
    white-space: nowrap;
    background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    color: #000;
    text-align: left; }
  @media only screen and (max-width: 767px) {
    .tbBasic02 > tr > td:nth-child(2), .tbBasic02 > tbody > tr > td:nth-child(2) {
      white-space: nowrap; } }
  .tbBasic02.center > tbody > tr > th, .tbBasic02.center > tbody > tr > td {
    text-align: center; }
  .tbBasic02.tbEm > tbody > tr > td {
    color: #000; }

.wpTbBasic02:nth-child(n+2) {
  margin-top: 20px; }
@media only screen and (max-width: 767px) {
  .wpTbBasic02 {
    overflow: auto;
    white-space: nowrap; }
    .wpTbBasic02:-webkit-scrollbar {
      height: 5px; }
    .wpTbBasic02:-webkit-scrollbar-track {
      background: #F1F1F1; }
    .wpTbBasic02:-webkit-scrollbar-thumb {
      background: #BCBCBC; } }

.tbl-r07 > thead > tr > th {
    background-color: #12265e;
    font-weight: bold;
    color: #fff;
}
  @media only screen and (max-width: 767px) {
    .tbl-r07 {
      display: table; }
      .tbl-r07 > thead {
        vertical-align: top;} }

  @media only screen and (min-width: 768px) {
    .tbl-r07 {
      width:100%; }}

.tbl-r07 > thead > tr > th, .tbl-r07 > tbody > tr > th, .tbl-r07 > tbody > tr > td {
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    border: 1px solid #eee;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.tbl-r07 td.alarttxt{
    text-align: left!important;
    height:180px;
    padding:10px;
}

.tbBasic03 {
  width: 100%; }
  .tbBasic03:nth-child(n+2) {
    margin-top: 20px; }
  .tbBasic03 > thead > tr > th, .tbBasic03 > tbody > tr > th, .tbBasic03 > tbody > tr > td {
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    border: 1px solid #eee;
    padding: 0;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .tbBasic03 > thead > tr > th, .tbBasic03 > tbody > tr > th, .tbBasic03 > tbody > tr > td {
        padding: 20px; } }
  .tbBasic03 > thead > tr > th {
    background-color: #12265e;
    font-weight: bold;
    color: #fff; }
  .tbBasic03 > tbody > tr > th {
    background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    color: #12265e;
    font-weight: bold; }

@media screen and (min-width: 768px) {
table.tbl-r02 {
  width:100%;
}
table.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc!important;
  color: #fff;
  padding: 10px;
}
table.tbl-r02 td {
　border: solid 1px #ccc!important;
  padding: 10px;
}
}

  @media only screen and (max-width: 767px) {
    .tbBasic03 {
      display: table; }
      .tbBasic03 > thead {
        display: table-cell;
        vertical-align: top;
        width: 30%; }
        .tbBasic03 > thead > tr {
          display: block; }
          .tbBasic03 > thead > tr > th {
            display: table;
            width: 100%; }
            .tbBasic03 > thead > tr > th > span {
              display: table-cell;
              vertical-align: middle;
              text-align: left;
              padding: 10px; } }
          @media only screen and (max-width: 767px) and (max-width: 480px) {
            .tbBasic03 > thead > tr > th > span {
              padding: 5px; } }
  @media only screen and (max-width: 767px) {
      .tbBasic03 > tbody {
        display: table-cell;
        vertical-align: top; }
        .tbBasic03 > tbody > tr {
          display: block; }
          .tbBasic03 > tbody > tr > th, .tbBasic03 > tbody > tr > td {
            display: table;
            width: 100%; }
            .tbBasic03 > tbody > tr > th > span, .tbBasic03 > tbody > tr > td > span {
              display: table-cell;
              vertical-align: middle;
              text-align: center;
              padding: 10px; } }
          @media only screen and (max-width: 767px) and (max-width: 480px) {
            .tbBasic03 > tbody > tr > th > span, .tbBasic03 > tbody > tr > td > span {
              padding: 5px; } }

  .tbBasic03.tbEm > tbody > tr > td {
    color: #000; }

/*装飾のないシンプルなテーブル*/
.tbSimple01 {
  width: auto !important;
  border: none !important;
  background: none !important; }
  .tbSimple01 > tbody > tr > th, .tbSimple01 > tbody > tr > td, .tbSimple01 > tr > th, .tbSimple01 > tr > td {
    text-align: left !important;
    vertical-align: top !important;
    width: auto !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  .tbSimple01 > tbody > tr > th, .tbSimple01 > tr > th {
    white-space: nowrap;
    padding-right: 1em !important;
    color: #12265e; }
  .tbSimple01.white {
    margin: 0 auto; }
    .tbSimple01.white > tbody > tr > th, .tbSimple01.white > tbody > tr > td, .tbSimple01.white > tr > th, .tbSimple01.white > tr > td {
      background-color: #fff; }




@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table.tbl-r02 {
    width: 80%;
  }
  table.tbl-r02 th,
  table.tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


/*////////////////////////////////////////////////////

	項目ごとの個別スタイル

////////////////////////////////////////////////////*/
#slick {
  position: relative;
/*  padding-bottom: 40px;*/
  background-color: #ffffff; }
  #slick img {
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 768px) {
      #slick img.imgSP {
        display: none; } }
    #slick img.imgPC {
      display: none; }
      @media only screen and (min-width: 768px) {
        #slick img.imgPC {
          display: block; } }
  #slick .slick-arrow {
    position: absolute;
    z-index: 3;
    background-color: #12265e;
    border-radius: 100%;
    top: 50%;
    border: none;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-top: -12px; }
    @media only screen and (min-width: 768px) {
      #slick .slick-arrow {
        margin-top: -25px;
        width: 50px;
        height: 50px; } }
    #slick .slick-arrow.slick-prev {
      left: 10px; }
      @media only screen and (min-width: 768px) {
        #slick .slick-arrow.slick-prev {
          left: 40px; } }
      #slick .slick-arrow.slick-prev:before {
        border-width: 4px 7px 4px 0;
        border-color: transparent #FF4810 transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: 8px;
        top: 8px; }
        @media only screen and (min-width: 768px) {
          #slick .slick-arrow.slick-prev:before {
            left: 16px;
            top: 16px;
            border-width: 8px 13px 8px 0px; } }
    #slick .slick-arrow.slick-next {
      right: 10px; }
      @media only screen and (min-width: 768px) {
        #slick .slick-arrow.slick-next {
          right: 40px; } }
      #slick .slick-arrow.slick-next:before {
        border-width: 4px 0 4px 7px;
        border-color: transparent transparent transparent #FF4810;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        right: 8px;
        top: 8px; }
        @media only screen and (min-width: 768px) {
          #slick .slick-arrow.slick-next:before {
            right: 16px;
            top: 16px;
            border-width: 8px 0px 8px 13px; } }
  #slick .slick-dots {
    position: absolute;
    display: table;
    height: 5px;
    bottom: 18px;
    left: 50%;
    margin-left: -111px; }
    @media only screen and (min-width: 768px) {
      #slick .slick-dots {
        margin-left: -40px;
        bottom: 15px; } }
    #slick .slick-dots li {
      display: table-cell;
      padding: 0 5px; }
      #slick .slick-dots li button {
        width: 30px;
        height: 5px;
        overflow: hidden;
        border-radius: 2.5px;
        color: transparent;
        background-color: #fff;
        border: none;
        display: block;
        padding: 0;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          #slick .slick-dots li button {
            width: 10px;
            height: 10px;
            border-radius: 100%; } }
      #slick .slick-dots li.slick-active button {
        background-color: #FF4810; }

#navWorks {
  *zoom: 1; }
  #navWorks:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    #navWorks {
      display: none; } }
  #navWorks li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    border-bottom: 2.5px solid #FF4810; }

/*
li.esmb_second{
	display:none;
}
*/
    #navWorks li:nth-child(odd) {
      clear: both;
      border-right: 1px solid #59678e;
		border-bottom: 2.5px solid #FF4810;
}
    #navWorks li a {
      display: block;
      width: 100%;
      background-color: #12265e;
      color: #fff;
      padding-top: 45px;
      line-height: 45px;
      text-align: center;
      font-weight: bold;
      position: relative;
      border: none; }
      #navWorks li a:before {
        content: '';
        display: block;
        width: 62px;
        height: 31px;
        position: absolute;
        background: url(../img/imgSprite01.png) 0 -124px no-repeat;
        -webkit-background-size: 62px auto;
        background-size: 62px auto;
        left: 50%;
        margin-left: -31px;
        top: 21px; }

   #navWorks li.esmb a:before {
    background: url(../img/imgSprite05_1.png) no-repeat;
	   background-position: 15px -1px;
    background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

#navWorks li.recruit a:before {
 background: url(../img/imgSprite07_1.png) no-repeat;
  background-position: 15px -1px;
 background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}

#navWorks li#tanmatsu_t a:before {
    background: url(../img/imgSprite11_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--スマホ写真マウスover--携帯電話サービスページ----------------*/
}

#navWorks li#smhIcon a:before {
    background: url(../img/imgSprite09_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--スマホ写真マウスover--携帯電話サービスページ----------------*/
}

#navWorks li.blank a:before {
 background: url(../img/noImage02.png) no-repeat;
  background-position: 15px -1px;
 background-size: 54%;/*-------817----スマホ写真マウスover-------*/
}


   #navWorks li.sp_mvnoIcon a:before {
    background: url(../img/imgSprite06_1.png) no-repeat;
	background-position: 15px -1px;
    background-size: 54%;/*-----------817--隣にボタンマウスover時----------------*/
}


        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          #navWorks li a:before {
            background-image: url(../img/imgSprite01@2x.png); } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
          #navWorks li a:before {
            background-image: url(../img/imgSprite01@3x.png); } }
      #navWorks li a:after {
        border-width: 0 6.5px 8px;
        border-color: transparent transparent #FF4810;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -7px; }
    #navWorks li:nth-child(2) a:before {
      /*background-position: 0 -124px;*/ }
    #navWorks li:nth-child(3) a:before {
      background-position: 0 -156px;}
    #navWorks li:nth-child(4) a:before {
      background-position: 0 -187px; }
#navWorks li:nth-child(5) a:before {
      background-position: 0 -187px; }
#navWorks li:nth-child(6) a:before {
      background-position: 0 -217px; }
#navWorks li:nth-child(7) a:before {
/*background-position: 0 -217px;*/ }
#navWorks li:nth-child(9) a:before {
/*background-position: 0 -217px;*/ }

#catchCopy {
  background: #FF4810 url(../img/bg01.png) 0 0 repeat;
  -webkit-background-size: 2px;
  background-size: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  height: 105px;
  display: table;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #catchCopy {
      font-size: 26px;
      font-size: 2.6rem;
      height: 110px; } }
  #catchCopy p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*
    background: url(../../img/bgCatchCopy01sp.png) 0 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
      #catchCopy p {
        background-image: url(../../img/bgCatchCopy01sp@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
      #catchCopy p {
        background-image: url(../../img/bgCatchCopy01sp@3x.png); } }
    @media only screen and (min-width: 768px) {
      #catchCopy p {
        background-position: 50% 0;
        background-image: url(../../img/bgCatchCopy01.png); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
    #catchCopy p {
      background-image: url(../../img/bgCatchCopy01@2x.png); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 768px) and (min-resolution: 2.5dppx) {
    #catchCopy p {
      background-image: url(../../img/bgCatchCopy01@3x.png); } 
*/
}

.ulSophiahikari01:nth-child(n+2) {
  margin-top: 20px; }
@media only screen and (min-width: 768px) {
  .ulSophiahikari01 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; } }
.ulSophiahikari01 > li {
  border: 1px dotted #12265e;
  padding: 20px; }
  .ulSophiahikari01 > li:nth-child(n+2) {
    border-top-color: transparent; }
  @media only screen and (min-width: 768px) {
    .ulSophiahikari01 > li {
      display: table-cell;
      vertical-align: top; }
      .ulSophiahikari01 > li:nth-child(n+2) {
        border-top-color: #12265e; } }
  .ulSophiahikari01 > li > span {
    display: block; }
  .ulSophiahikari01 > li > .tit {
    color: #12265e;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .ulSophiahikari01 > li > .tit {
        padding: 0;
        height: 120px;
        display: table;
        width: 100%; }
        .ulSophiahikari01 > li > .tit.small {
          height: 90px; } }
    .ulSophiahikari01 > li > .tit > .inner {
      line-height: 1.1; }
      @media only screen and (min-width: 768px) {
        .ulSophiahikari01 > li > .tit > .inner {
          display: table-cell;
          vertical-align: top;
          text-align: center; } }
      .ulSophiahikari01 > li > .tit > .inner > i {
        display: block;
        margin: 0 auto 10px; }

.tbBasic01.tbSophiahikari01 > tbody > tr > th, .tbBasic01.tbSophiahikari01 > tbody > tr > td {
  border: none; }
  @media only screen and (min-width: 768px) {
    .tbBasic01.tbSophiahikari01 > tbody > tr > th, .tbBasic01.tbSophiahikari01 > tbody > tr > td {
      border: 1px solid #ccc; } }
.tbBasic01.tbSophiahikari01 > tbody > tr > th {
  color: #12265e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
.tbBasic01.tbSophiahikari01 > tbody > tr > .price {
  background-color: #fdf7d8;
  vertical-align: middle;
  color: #12265e;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: -1; }
  .tbBasic01.tbSophiahikari01 > tbody > tr > .price:before {
    border-width: 10px 12px 0;
    border-color: #fdf7d8 transparent transparent;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px; }
    @media only screen and (min-width: 768px) {
      .tbBasic01.tbSophiahikari01 > tbody > tr > .price:before {
        display: none; } }
  .tbBasic01.tbSophiahikari01 > tbody > tr > .price .small {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    color: #000; }

.wpUlSophiahikari02 {
  position: relative; }

@media only screen and (min-width: 768px) {
  .ulSophiahikari02 {
    display: table;
    width: 100%;
    table-layout: fixed; } }
.ulSophiahikari02 > li {
  background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
  -webkit-background-size: 2px;
  background-size: 2px;
  padding: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .ulSophiahikari02 > li {
      display: table-cell;
      vertical-align: top; } }
  .ulSophiahikari02 > li:nth-child(n+2) {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .ulSophiahikari02 > li:nth-child(n+2) {
        margin-top: 0; }
        .ulSophiahikari02 > li:nth-child(n+2) > .wp:before {
          border-width: 15px 0 15px 16px;
          border-color: transparent transparent transparent #12265e;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          top: 50%;
          margin-top: -15px;
          left: -38px; } }
    .ulSophiahikari02 > li:nth-child(n+2):after {
      border-width: 16px 15px 0;
      border-color: #12265e transparent transparent;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: -17px;
      left: 50%;
      margin-left: -15px; }
      @media only screen and (min-width: 768px) {
        .ulSophiahikari02 > li:nth-child(n+2):after {
          display: none; } }
  .ulSophiahikari02 > li > .wp {
    display: block;
    position: relative; }
  .ulSophiahikari02 > li span {
    display: block; }
  .ulSophiahikari02 > li .tit {
    font-size: 20px;
    font-size: 2rem;
    color: #12265e;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px; }
    .ulSophiahikari02 > li .tit:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .ulSophiahikari02 > li .tit {
        display: table;
        width: 100%;
        height: 100px; }
        .ulSophiahikari02 > li .tit .inner {
          display: table-cell;
          vertical-align: middle; } }
    .ulSophiahikari02 > li .tit .small {
      font-size: 14px;
      font-size: 1.4rem; }
    .ulSophiahikari02 > li .tit i {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #FF4810;
      border-radius: 100%;
      margin: 0 auto 10px;
      font-style: normal; }
      @media all and (-ms-high-contrast: none) {
        .ulSophiahikari02 > li .tit i {
          line-height: 44px; } }
  .ulSophiahikari02 > li.finish {
    background: #12265e;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .ulSophiahikari02 > li.finish {
        vertical-align: middle; }
        .ulSophiahikari02 > li.finish > span {
          display: block;
          position: relative; }
          .ulSophiahikari02 > li.finish > span:before {
            border-width: 15px 0 15px 16px;
            border-color: transparent transparent transparent #f5f5f5;
            display: block;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            left: -30px; } }

.tbSophiahikari02 {
  display: block; }
  @media only screen and (min-width: 768px) {
    .tbSophiahikari02 {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  .tbSophiahikari02:nth-child(n+2) {
    margin-top: 20px; }
  .tbSophiahikari02 .caution01 {
    font-size: 10px;
    font-size: 1rem; }
  .tbSophiahikari02 td {
    display: block; }
    .tbSophiahikari02 td:nth-child(2) {
      margin-top: 40px; }
      @media only screen and (min-width: 768px) {
        .tbSophiahikari02 td:nth-child(2) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .tbSophiahikari02 td {
        display: table-cell;
        vertical-align: top; }
        .tbSophiahikari02 td:first-child {
          border-right: 10px solid #fff; }
        .tbSophiahikari02 td:last-child {
          border-left: 10px solid #fff; } }
    .tbSophiahikari02 td .header {
      text-align: center;
      background-color: #f5f5f5;
      margin-bottom: 20px;
      position: relative; }
      .tbSophiahikari02 td .header:before {
        border-width: 10px 12px 0;
        border-color: #f5f5f5 transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -12px; }
      .tbSophiahikari02 td .header .tit {
        background-color: #12265e;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem; }
        .tbSophiahikari02 td .header .tit .small {
          font-size: 13px;
          font-size: 1.3rem; }
      .tbSophiahikari02 td .header .inner {
        padding: 20px; }
        .tbSophiahikari02 td .header .inner .type li {
          display: inline-block;
          width: 160px;
          line-height: 30px;
          height: 30px;
          background-color: #FF4810;
          border-radius: 15px;
          color: #12265e;
          font-size: 13px;
          font-size: 1.3rem;
          margin: 2px; }
          @media only screen and (max-width: 480px) {
            .tbSophiahikari02 td .header .inner .type li {
              width: 140px;
              font-size: 12px;
              font-size: 1.2rem; } }
        .tbSophiahikari02 td .header .inner p {
          display: inline-block;
          padding-left: 70px;
          position: relative;
          font-weight: bold;
          font-size: 20px;
          font-size: 2rem;
          color: #12265e;
          text-align: left;
          line-height: 1.1; }
          .tbSophiahikari02 td .header .inner p i {
            position: absolute;
            left: 0;
            top: 0; }
    .tbSophiahikari02 td .content {
      padding: 0 10px; }
      @media only screen and (min-width: 768px) {
        .tbSophiahikari02 td .content {
          padding: 0 20px; } }

.boxSophiahikari01 {
  *zoom: 1; }
  .boxSophiahikari01:after {
    content: '';
    display: table;
    clear: both; }
  .boxSophiahikari01:nth-child(n+2) {
    margin-top: 20px; }
  .boxSophiahikari01 > .inner:first-child {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    margin: 0 auto 10px;
    border: 2px solid #12265e;
    text-align: center;
    line-height: 100px; }
    .boxSophiahikari01 > .inner:first-child img {
      line-height: 100px;
      vertical-align: middle; }
  .boxSophiahikari01 > .inner:last-child {
    background-color: #f5f5f5;
    position: relative; }
    .boxSophiahikari01 > .inner:last-child:before {
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #fff; }
    .boxSophiahikari01 > .inner:last-child:after {
      border-width: 0 12px 10px;
      border-color: transparent transparent #f5f5f5;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -12px;
      z-index: 2; }
    .boxSophiahikari01 > .inner:last-child .wp {
      position: relative;
      z-index: 3;
      background: url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      padding: 40px 30px 30px; }
  @media only screen and (min-width: 768px) {
    .boxSophiahikari01 > .inner:first-child {
      float: left; }
    .boxSophiahikari01 > .inner:last-child {
      margin-left: 120px; }
      .boxSophiahikari01 > .inner:last-child:before {
        width: 10px;
        height: 100%; }
      .boxSophiahikari01 > .inner:last-child:after {
        border-width: 12px 10px 12px 0;
        border-color: transparent #f5f5f5 transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        top: 20px;
        left: 0;
        margin-left: 0; }
      .boxSophiahikari01 > .inner:last-child .wp {
        padding: 30px 30px 30px 40px; }
        .boxSophiahikari01 > .inner:last-child .wp p {
          color: #555; } }

.ulMVNO01 {
  display: table;
  width: 100%;
    margin-bottom: 40px;
}
  @media only screen and (max-width: 480px) {
    .ulMVNO01 {
      display: block; } }
  .ulMVNO01 li {
    display: table-cell;
    vertical-align: top;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .ulMVNO01 li {
        display: block; } }
    .ulMVNO01 li:nth-child(2) {
      padding-left: 20px; }
      @media only screen and (min-width: 768px) {
        .ulMVNO01 li:nth-child(2) {
          padding-left: 47px; } }
      @media only screen and (max-width: 480px) {
        .ulMVNO01 li:nth-child(2) {
          padding-left: 0;
          margin-top: 20px; } }
    .ulMVNO01 li .tit {
      font-size: 16px;
      font-size: 1.6rem;
      color: #12265e;
      font-weight: bold;
      margin-bottom: 10px;
text-align: left;
    padding-left: 24px;
}
    .ulMVNO01 li img {
/*      width: 100%;
      height: auto;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */}

.olMNP01:nth-child(n+2) {
  margin-top: 20px; }

ol.olMNP01{
    position: relative;
    background: #f5f5f5;
    padding: 40px 50px 70px 50px;
    box-sizing: border-box;
}


@media only screen and (max-width: 768px) {
	ol.olMNP01{
	padding:18px 43px 83px 44px;
	}


}

@media only screen and (min-width: 768px) {
.olMNP01 p.btnContact01.btn {
    float: left;
	    margin-bottom: 20px;
}
}
p.mvno_tel {
	margin-top: 0px!important;
	    float: right;
    font-size: 20px;
    letter-spacing: 6px;
}
@media only screen and (max-width: 768px) {

	p.mvno_tel {
    margin-top: 10px!important;
    float: right;
    font-size: 19px;
    letter-spacing: 1px;
}


p.mvno_tel span {
    letter-spacing: 0px;
    font-size: 10px!important;
}

}

p.mvno_tel span{

	font-size: 13px;
}

ol.olMNP01 ul.ulLink01 {
    /* float: left; */
    position: absolute;
    top: 9em;
}

@media only screen and (max-width: 768px) {
ol.olMNP01 ul.ulLink01 {

    top: 12em;
}
}

@media only screen and (min-width: 768px) {
  .olMNP01 {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box; }
    .olMNP01 > li {
      display: table-cell;
      vertical-align: top; }
      .olMNP01 > li > .wp {
        display: block;
        position: relative; } }
.olMNP01 > li {
  padding: 30px 10px;
  background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
  -webkit-background-size: 2px;
  background-size: 2px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .olMNP01 > li {
      padding: 30px; } }
  .olMNP01 > li:nth-child(n+2):after {
    border-width: 10px 12px 0;
    border-color: #12265e transparent transparent;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -5px;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .olMNP01 > li:nth-child(n+2):after {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .olMNP01 > li:nth-child(n+2) > .wp:before {
      border-width: 15px 0 15px 16px;
      border-color: transparent transparent transparent #12265e;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      left: -38px;
      z-index: 2; } }
  .olMNP01 > li .tit {
    text-align: center;
    color: #12265e;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    .olMNP01 > li .tit i {
      display: block;
      width: 40px;
      height: 40px;
      background-color: #FF4810;
      color: #12265e;
      border-radius: 100%;
      margin: 0 auto 10px;
      font-style: normal;
      text-align: center;
      line-height: 40px;
      vertical-align: baseline;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none) {
        .olMNP01 > li .tit i {
          line-height: 44px; } }
  .olMNP01 > li .txtTel {
    line-height: 24px;
    display: block;
    border-bottom: none;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    .olMNP01 > li .txtTel i {
      color: transparent;
      width: 42px;
      height: 24px;
      overflow: hidden;
      display: inline-block;
      background: url(../../mvno/img/icoFreedial01.png) 0 0 no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      vertical-align: top; }

.titM2m01 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #12265e; }
h2.titM2bg {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #f0f0f0;/*背景色*/
  border-left: solid 5px #F5D83D;/*左線（実線 太さ 色）*/
}
  @media only screen and (min-width: 768px) {
    .titM2m01 {
      font-size: 20px;
      font-size: 2rem; } 

h2.titM2bg {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #f0f0f0;/*背景色*/
  border-left: solid 5px #F5D83D;/*左線（実線 太さ 色）*/
}

}

.ulM2m01 {
  *zoom: 1; }
  .ulM2m01:after {
    content: '';
    display: table;
    clear: both; }
  .ulM2m01:nth-child(n+2) {
    margin-top: 20px; }
  .ulM2m01 li {
    display: block;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .ulM2m01 li:nth-child(2n+1) {
      clear: both;
      padding-right: 5px; }
      @media only screen and (min-width: 768px) {
        .ulM2m01 li:nth-child(2n+1) {
          clear: none; } }
    .ulM2m01 li:nth-child(2n) {
      padding-left: 5px; }
    .ulM2m01 li:nth-child(n+3) {
      margin-top: 10px; }
      @media only screen and (min-width: 768px) {
        .ulM2m01 li:nth-child(n+3) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .ulM2m01 li {
        width: 253px;
        padding: 0 0 0 12px !important; }
        .ulM2m01 li:first-child {
          width: 241px;
          padding-left: 0 !important; } }


/*グレー背景色枠*/

.grwaku {
  *zoom: 1; }
  .grwaku:after {
    content: '';
    display: table;
    clear: both; }
  .grwaku:nth-child(n+2) {
    margin-top: 20px; }
  .grwaku li {
    display: block;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .grwaku li:nth-child(2n+1) {
      clear: both;
      padding-right: 5px; }
      @media only screen and (min-width: 768px) {
        .grwaku li:nth-child(2n+1) {
          clear: none; } }
    .grwaku li:nth-child(2n) {
      padding-left: 5px; }
    .grwaku li:nth-child(n+3) {
      margin-top: 10px; }
      @media only screen and (min-width: 768px) {
        .grwaku li:nth-child(n+3) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .grwaku li {
        width: 253px;
        padding: 0 0 0 12px !important; }
        .grwaku li:first-child {
          width: 241px;
          padding-left: 0 !important; } }




    @media only screen and (max-width: 767px) {
.ulesmbmerit01 {
  *zoom: 1; }
  .ulesmbmerit01:after {
    content: '';
    display: table;
    clear: both; }
  .ulesmbmerit01:nth-child(n+2) {
    margin-top: 20px; }
  .ulesmbmerit01 li {
    display: block;
    width: 100%;
    float: left;
    border: #06A3E0 3px solid;
    border-radius:3px;
    margin-bottom: 10px;
    background-color:#E9F7FD;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .ulesmbmerit01 li .imgcenter{
    text-align:center;}
    .ulesmbmerit01 li:nth-child(2n+1) {
      clear: both;
/*      padding-right: 5px;		*/
 }}

      @media only screen and (min-width: 768px) {
        .ulesmbmerit01 li:nth-child(2n+1) {
          clear: none; } }
    .ulesmbmerit01 li:nth-child(2n) {
/*      padding-left: 5px; 			*/
}
/*    .ulesmbmerit01 li:nth-child(n+3) {  */
/*      margin-top: 10px; }               */
      @media only screen and (min-width: 768px) {
        .ulesmbmerit01 li:nth-child(n+3) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {

      .ulesmbmerit01 li {
    width: 27%;
    display: block;
    float: left;
    border: #06A3E0 3px solid;
    background-color: #e9f7fd;
    border-radius: 3px;
    margin: 0 0 0 12px !important;
    padding: 20px 20px 20px 20px !important;} 
      .ulesmbmerit01 li img{
	text-align: center;
	margin:0 auto;
	width:60%;
	}
      .ulesmbmerit01 li .imgcenter{
	text-align: center;
	margin:0 auto;	}
}


    .ulM2m01 li > span {
      display: block;
      background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      border-radius: 3px;
      text-align: center;
      padding: 20px 0; }
    .ulM2m01 li img {
      width: 120px;
      height: auto;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .ulM2m01 li img {
          width: 200px;
          height: 100px; } }
    .ulM2m01 li p {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      height: 30px;
      line-height: 1.1;
      color: #12265e; }
      .ulM2m01 li p:nth-child(n+2) {
        margin-top: 5px; }
      .ulM2m01 li p span {
        font-size: 10px;
        font-size: 1rem;
        display: block; }


/*グレー背景色枠*/

    .grwaku li > span {
      display: block;
      background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      border-radius: 3px;
      text-align: center;
      padding: 20px 0; }
    .grwaku li img {
      width: 120px;
      height: auto;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .grwaku li img {
          width: 200px;
          height: 100px; } }
    .grwaku li p {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      /*height: 30px;*/
      line-height: 1.1;
      color: #12265e; }
      .grwaku li p:nth-child(n+2) {
        margin-top: 5px; }
      .grwaku li p span {
        font-size: 10px;
        font-size: 1rem;
        display: block; }




@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

.olAPN01 {
  *zoom: 1; }
  .olAPN01:after {
    content: '';
    display: table;
    clear: both; }
  .olAPN01 > li:nth-child(n+2) {
    margin-top: 40px; }
    @media only screen and (min-width: 768px) {
      .olAPN01 > li:nth-child(n+2) {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .olAPN01 > li {
      width: 300px;
      padding-left: 50px;
      float: left; }
      .olAPN01 > li:nth-child(3n+1) {
        clear: both;
        padding-left: 0; }
      .olAPN01 > li:nth-child(n+4) {
        margin-top: 40px; } }
  .olAPN01 > li .inner {
    position: relative;
    display: block; }
  .olAPN01 > li .boxImg {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .olAPN01 > li .boxImg {
        height: 534px; } }
    .olAPN01 > li .boxImg img {
      max-width: 100%;
      height: auto; }
  .olAPN01 > li .boxTxt {
    margin-bottom: 20px;
    background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    padding: 20px;
    position: relative;
    display: block; }
    .olAPN01 > li .boxTxt:after {
      border-width: 10px 10px 0;
      border-color: #f5f5f5 transparent transparent;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      z-index: 2; }
    .olAPN01 > li .boxTxt .tit {
      color: #12265e;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      display: table;
      width: auto; }
      .olAPN01 > li .boxTxt .tit i {
        display: table-cell;
        width: 50px;
        height: 50px;
        background-color: #12265e;
        border-radius: 100%;
        color: #FF4810;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        font-style: normal;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        @media all and (-ms-high-contrast: none) {
          .olAPN01 > li .boxTxt .tit i {
            padding-top: 4px; } }
      .olAPN01 > li .boxTxt .tit span {
        vertical-align: middle;
        display: table-cell;
        line-height: 1.1;
        vertical-align: middle;
        padding-left: 10px; }
    .olAPN01 > li .boxTxt p {
      margin-top: 10px !important; }
    .olAPN01 > li .boxTxt .box {
      padding: 10px;
      background-color: #fff;
      margin-top: 10px; }

.wpCase01 {
  *zoom: 1; }
  .wpCase01:after {
    content: '';
    display: table;
    clear: both; }
  .wpCase01 .boxCase01 {
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    @media only screen and (max-width: 767px) {
      .wpCase01 .boxCase01 {
        width: 100%;
        float: none; }
        .wpCase01 .boxCase01:nth-child(n+1) {
          margin-top: 40px; } }
    .wpCase01 .boxCase01:nth-child(n+4) {
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .wpCase01 .boxCase01:nth-child(n+4) {
          margin-top: 40px; } }
    .wpCase01 .boxCase01:nth-child(3n+1) {
      clear: both; }
    .wpCase01 .boxCase01 .boxImg {
      text-align: center;
      margin: 0 auto; }
      .wpCase01 .boxCase01 .boxImg img {
        max-width: 100%;
        height: auto; }
    .wpCase01 .boxCase01 .boxTxt {
      text-align: center;
      margin-top: 10px; }
    .wpCase01 .boxCase01 .txtLead02 {
      font-weight: bold;
      margin-top: 0 !important; }
    .wpCase01 .boxCase01 p {
      margin-top: 10px !important; }
    .wpCase01 .boxCase01 i {
      font-weight: normal;
      font-style: normal;
      color: #fff;
      background-color: #12265e;
      height: 20px;
      width: 140px;
      border-radius: 10px;
      line-height: 20px;
      vertical-align: middle;
      text-align: center;
      display: block;
      margin: 0 auto 5px;
      font-size: 10px;
      font-size: 1rem;
      position: relative; }
      .wpCase01 .boxCase01 i:before {
        border-width: 10px 5px 0;
        border-color: #12265e transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -5px; }

.boxCase02 {
  *zoom: 1; }
  .boxCase02:after {
    content: '';
    display: table;
    clear: both; }
  .boxCase02 > .boxContent {
    background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px;
    position: relative;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .boxCase02 > .boxContent {
        padding-left: 220px;
        width: 500px;
        min-height: 350px;
        float: left; }
        .boxCase02 > .boxContent:nth-child(2n+1) {
          clear: both; }
        .boxCase02 > .boxContent:nth-child(2), .boxCase02 > .boxContent:nth-child(3) {
          background-color: #e0eff6; } }
    .boxCase02 > .boxContent:nth-child(n+2) {
      margin-top: 40px; }
      @media only screen and (min-width: 768px) {
        .boxCase02 > .boxContent:nth-child(n+2) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .boxCase02 > .boxContent:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-width: 150px 110px 150px 110px;
        border-style: solid;
        border-color: #12265e transparent transparent #12265e;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; } }
    .boxCase02 > .boxContent > .tit {
      color: #fff;
      line-height: 1.2;
      padding: 20px;
      font-size: 20px;
      font-size: 2rem;
      background: #12265e;
      height: 100px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .boxCase02 > .boxContent > .tit {
          position: absolute;
          padding: 0;
          top: 20px;
          left: 20px;
          z-index: 2;
          background: none; } }
      .boxCase02 > .boxContent > .tit:before {
        border-width: 10px 10px 0;
        border-color: #12265e transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px; }
        @media only screen and (min-width: 1000px) {
          .boxCase02 > .boxContent > .tit:before {
            display: none; } }
      .boxCase02 > .boxContent > .tit span {
        display: block;
        font-size: 13px;
        font-size: 1.3rem; }
    .boxCase02 > .boxContent > img {
      position: absolute;
      z-index: 2;
      height: 130px;
      width: auto;
      top: -30px;
      right: 0; }
      @media only screen and (min-width: 768px) {
        .boxCase02 > .boxContent > img {
          width: 220px;
          height: auto;
          bottom: 0;
          left: 0;
          top: auto;
          right: auto; } }
    .boxCase02 > .boxContent > .boxTxt {
      padding: 20px; }
      @media only screen and (min-width: 768px) {
        .boxCase02 > .boxContent > .boxTxt {
          padding-left: 0; } }
      .boxCase02 > .boxContent > .boxTxt .hl {
        color: #12265e;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
        .boxCase02 > .boxContent > .boxTxt .hl:nth-child(n+2) {
          margin-top: 40px; }
      .boxCase02 > .boxContent > .boxTxt p:nth-child(n+2) {
        margin-top: 10px !important; }

.tbBasic02 > thead.theadMf855 > tr > th {
  vertical-align: bottom; }
  .tbBasic02 > thead.theadMf855 > tr > th:nth-child(2):before {
    content: '';
    display: block;
    margin: 0 auto 3px;
    width: 18px;
    height: 17px;
    background: url(../../terminal/img/icoTerminal04_01.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .tbBasic02 > thead.theadMf855 > tr > th:nth-child(3):before {
    content: '';
    display: block;
    margin: 0 auto 3px;
    width: 22.6px;
    height: 16.6px;
    background: url(../../terminal/img/icoTerminal04_02.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .tbBasic02 > thead.theadMf855 > tr > th:nth-child(4):before {
    content: '';
    display: block;
    margin: 0 auto 3px;
    width: 26px;
    height: 13px;
    background: url(../../terminal/img/icoTerminal04_03.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.wpMissioni01 {
  *zoom: 1; }
  .wpMissioni01:after {
    content: '';
    display: table;
    clear: both; }
  .wpMissioni01:nth-child(n+2) {
    margin-top: 20px; }
  .wpMissioni01 .boxContent {
    display: table;
    width: 100%; }
    .wpMissioni01 .boxContent:nth-child(n+2) {
      margin-top: 40px; }
      @media only screen and (min-width: 768px) {
        .wpMissioni01 .boxContent:nth-child(n+2) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .wpMissioni01 .boxContent {
        width: 310px;
        float: left;
        padding-left: 35px;
        *zoom: 1;
        display: block; }
        .wpMissioni01 .boxContent:after {
          content: '';
          display: table;
          clear: both; }
        .wpMissioni01 .boxContent:nth-child(3n+1) {
          padding-left: 0;
          clear: both; }
        .wpMissioni01 .boxContent:nth-child(n+4) {
          margin-top: 40px; } }
    .wpMissioni01 .boxContent .boxImg {
      text-align: left;
      display: table-cell;
      width: 150px;
      vertical-align: top; }
      .wpMissioni01 .boxContent .boxImg img {
        height: auto; }
      @media only screen and (max-width: 480px) {
        .wpMissioni01 .boxContent .boxImg {
          width: 85px; }
          .wpMissioni01 .boxContent .boxImg img {
            width: 65px; } }
      @media only screen and (min-width: 768px) {
        .wpMissioni01 .boxContent .boxImg {
          display: block;
          text-align: center;
          margin: 0 auto; } }
    .wpMissioni01 .boxContent .boxTxt {
      display: table-cell;
      background-color: #f5f5f5;
      padding: 20px;
      position: relative; }
      .wpMissioni01 .boxContent .boxTxt:after {
        border-width: 10px 10px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: -10px;
        top: 30px; }
      @media only screen and (min-width: 768px) {
        .wpMissioni01 .boxContent .boxTxt {
          margin-top: 20px;
          display: block; }
          .wpMissioni01 .boxContent .boxTxt:before {
            border-width: 0 10px 10px;
            border-color: transparent transparent #f5f5f5;
            display: block;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            top: -10px;
            left: 50%;
            margin-left: -10px; }
          .wpMissioni01 .boxContent .boxTxt:after {
            display: none; } }
    .wpMissioni01 .boxContent .tit {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
      color: #12265e;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) {
        .wpMissioni01 .boxContent .tit {
          text-align: center; } }
      .wpMissioni01 .boxContent .tit .small {
        font-size: 14px;
        font-size: 1.4rem; }
    .wpMissioni01 .boxContent p:nth-child(n+2) {
      margin-top: 10px !important; }

.txtMissioni01 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #12265e;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .txtMissioni01 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (min-width: 768px) {
    .txtMissioni01 {
      margin-top: -40px !important; } }
  .txtMissioni01 span {
    color: #e572a5;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 480px) {
      .txtMissioni01 span {
        font-size: 20px;
        font-size: 2rem; } }

.boxMissioni01 {
  background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
  -webkit-background-size: 2px auto;
  background-size: 2px auto;
  margin-top: 40px;
  padding: 20px 10px 10px; }
  .boxMissioni01:nth-child(n+2) {
    margin-top: 20px; }
  .boxMissioni01 .tit {
    color: #12265e;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 2; }
    .boxMissioni01 .tit span {
      position: relative;
      display: inline-block;
      padding-left: 69px;
      margin: 0 auto; }
      .boxMissioni01 .tit span:before {
        content: '';
        display: block;
        width: 69px;
        height: 83px;
        background: url(../../terminal/img/imgTerminal06_08.png) 0 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: -30px;
        left: 0; }

.tbMissioni01 {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid #59678e; }
  .tbMissioni01:nth-child(n+2) {
    margin-top: 20px; }
  .tbMissioni01 th,
  .tbMissioni01 td {
    vertical-align: middle;
    text-align: center;
    height: 100px; }
    @media only screen and (max-width: 480px) {
      .tbMissioni01 th,
      .tbMissioni01 td {
        font-size: 13px;
        font-size: 1.3rem; } }
  .tbMissioni01 th {
    background-color: #59678e;
    color: #fff;
    position: relative; }
    .tbMissioni01 th:after {
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #59678e;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: -10px; }
  .tbMissioni01 td {
    background-color: #fff;
    border: 1px solid #59678e; }
    .tbMissioni01 td span {
      font-weight: bold;
      color: #12265e; }

.boxMissioni02 {
  *zoom: 1; }
  .boxMissioni02:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    .boxMissioni02 .boxImg {
      float: left;
      width: 459px; }
    .boxMissioni02 .boxTxt {
      margin-left: 500px; } }
  .boxMissioni02:nth-child(n+2) {
    margin-top: 20px; }
  .boxMissioni02 .boxImg {
    text-align: center; }
    .boxMissioni02 .boxImg img {
      max-width: 100%;
      height: auto; }
  .boxMissioni02 .boxTxt {
    margin-top: 20px; }
  .boxMissioni02 ul {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .boxMissioni02 ul li {
      display: table-cell;
      vertical-align: top;
      text-align: center; }

.boxPeaceEye01 {
  *zoom: 1; }
  .boxPeaceEye01:after {
    content: '';
    display: table;
    clear: both; }
  .boxPeaceEye01 .boxContent:nth-child(n+2) {
    margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .boxPeaceEye01 .boxContent {
      width: 310px;
      padding-left: 35px;
      float: left; }
      .boxPeaceEye01 .boxContent:nth-child(2), .boxPeaceEye01 .boxContent:nth-child(3) {
        margin-top: 0; }
      .boxPeaceEye01 .boxContent:nth-child(3n+1) {
        padding-left: 0;
        clear: both; }
      .boxPeaceEye01 .boxContent:nth-child(n+4) {
        margin-top: 40px; } }
  .boxPeaceEye01 .tit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #12265e;
    text-align: left;
    line-height: 1.2;
    display: table;
    width: 100%;
    margin: 0; }
    .boxPeaceEye01 .tit i {
      display: table-cell;
      width: 60px;
      text-align: left;
      vertical-align: middle;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .boxPeaceEye01 .tit i img {
        width: 100%;
        height: auto; }
    .boxPeaceEye01 .tit span {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
  .boxPeaceEye01 ul, .boxPeaceEye01 .boxTxt {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 20px;
    position: relative; }
    .boxPeaceEye01 ul:before, .boxPeaceEye01 .boxTxt:before {
      border-width: 0 10px 10px;
      border-color: transparent transparent #f5f5f5;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -10px; }

@media only screen and (min-width: 768px) {
  .boxPeaceEye02 {
    display: table;
    width: 100%;
    table-layout: fixed; } }
.boxPeaceEye02 .inner {
  padding: 10px;
  background-image: url(../img/bg03.png);
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-background-size: 2px;
  background-size: 2px; }
  @media only screen and (min-width: 768px) {
    .boxPeaceEye02 .inner {
      display: table-cell; } }
  .boxPeaceEye02 .inner .titCategory {
    width: 80%;
    margin: 10px auto 0;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem; }
    @media all and (-ms-high-contrast: none) {
      .boxPeaceEye02 .inner .titCategory {
        line-height: 33px; } }
    @media only screen and (min-width: 768px) {
      .boxPeaceEye02 .inner .titCategory {
        width: 350px;
        font-size: 16px;
        font-size: 1.6rem; } }
    .boxPeaceEye02 .inner .titCategory span {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .boxPeaceEye02 .inner .titCategory span {
          font-size: 20px;
          font-size: 2rem; } }
  .boxPeaceEye02 .inner.style01 {
    background-color: #ffc; }
    .boxPeaceEye02 .inner.style01 .titCategory {
      background-color: #FF4810;
      color: #000; }
  .boxPeaceEye02 .inner.style02 {
    background-color: #daebf5; }
    .boxPeaceEye02 .inner.style02 .titCategory {
      background-color: #12265e; }
.boxPeaceEye02 ul {
  margin-top: 20px; }
  .boxPeaceEye02 ul li {
    *zoom: 1; }
    .boxPeaceEye02 ul li:after {
      content: '';
      display: table;
      clear: both; }
    .boxPeaceEye02 ul li:nth-child(n+2) {
      margin-top: 40px; }
    .boxPeaceEye02 ul li img {
      float: left;
      width: 120px;
      height: auto; }
    .boxPeaceEye02 ul li .tit {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2; }
    .boxPeaceEye02 ul li p {
      font-size: 14px;
      font-size: 1.4rem; }
    .boxPeaceEye02 ul li .tit {
      margin-left: 130px; }
      .boxPeaceEye02 ul li .tit:nth-child(n+2) {
        margin-top: 20px; }
    .boxPeaceEye02 ul li p {
      margin-left: 130px; }
      .boxPeaceEye02 ul li p:nth-child(n+2) {
        margin-top: 10px !important; }
  @media only screen and (min-width: 768px) {
    .boxPeaceEye02 ul {
      *zoom: 1; }
      .boxPeaceEye02 ul:after {
        content: '';
        display: table;
        clear: both; }
      .boxPeaceEye02 ul li {
        width: 50%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
        .boxPeaceEye02 ul li:nth-child(2) {
          margin-top: 0; }
        .boxPeaceEye02 ul li:nth-child(2n+1) {
          padding-right: 5px;
          clear: both; }
        .boxPeaceEye02 ul li:nth-child(2n) {
          padding-left: 5px; }
        .boxPeaceEye02 ul li:nth-child(n+3) {
          margin-top: 40px; }
        .boxPeaceEye02 ul li img {
          width: 100%;
          height: auto;
          float: none; }
        .boxPeaceEye02 ul li .tit,
        .boxPeaceEye02 ul li p {
          padding: 0 10px;
          margin-left: 0; }
        .boxPeaceEye02 ul li .tit {
          text-align: center; } }
.boxPeaceEye02 .style01 .tit {
  color: #6b5b05; }
.boxPeaceEye02 .style02 .tit {
  color: #12265e; }

.tbPeaceEye01 {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  *zoom: 1;
  border-collapse: collapse;
  border-spacing: 0; }
  .tbPeaceEye01:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .tbPeaceEye01 {
      overflow-x: auto;
      position: relative; } }
  .tbPeaceEye01 tr,
  .tbPeaceEye01 th,
  .tbPeaceEye01 td {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    margin: 0;
    color: #000; }
  .tbPeaceEye01 th,
  .tbPeaceEye01 td {
    height: 70px; }
  .tbPeaceEye01 thead {
    display: block;
    width: 10%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .tbPeaceEye01 thead {
        width: 100px; } }
    .tbPeaceEye01 thead tr {
      border-right: 1px solid #eee; }
    .tbPeaceEye01 thead th {
      text-align: left;
      background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
      -webkit-background-size: 2px;
      background-size: 2px;
      border-bottom: 1px solid #eee;
      color: #333;
      padding-left: 10px;
      display: table;
      width: 100%; }
      .tbPeaceEye01 thead th:last-child {
        border-bottom: none; }
      .tbPeaceEye01 thead th > span {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
  .tbPeaceEye01 tbody {
    display: block;
    width: 90%;
    float: right;
    *zoom: 1; }
    .tbPeaceEye01 tbody:after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (max-width: 767px) {
      .tbPeaceEye01 tbody {
        width: auto;
        position: relative;
        float: none;
        overflow-x: auto;
        white-space: nowrap; } }
    .tbPeaceEye01 tbody tr {
      float: left;
      border-right: 1px solid #eee; }
      @media only screen and (max-width: 767px) {
        .tbPeaceEye01 tbody tr {
          float: none;
          display: inline-block; } }
      .tbPeaceEye01 tbody tr:last-child {
        border-right: none; }
      .tbPeaceEye01 tbody tr:nth-child(1), .tbPeaceEye01 tbody tr:nth-child(2) {
        width: 20%; }
        @media only screen and (max-width: 767px) {
          .tbPeaceEye01 tbody tr:nth-child(1), .tbPeaceEye01 tbody tr:nth-child(2) {
            /*width: 180px;*/
            width: auto; } }
      .tbPeaceEye01 tbody tr:nth-child(3), .tbPeaceEye01 tbody tr:nth-child(4) {
        width: 30%; }
        @media only screen and (max-width: 767px) {
          .tbPeaceEye01 tbody tr:nth-child(3), .tbPeaceEye01 tbody tr:nth-child(4) {
            /*width: 270px;*/
            width: auto; } }
      .tbPeaceEye01 tbody tr:first-child th {
        background-color: #FF4810;
        color: #333;
        border-bottom-color: #FF4810; }
      .tbPeaceEye01 tbody tr:first-child td {
        background: #ffc url(../img/bg03.png) 0 0 repeat;
        -webkit-background-size: 2px;
        background-size: 2px;
        border-bottom-color: #f8e477; }
      .tbPeaceEye01 tbody tr th,
      .tbPeaceEye01 tbody tr td {
        display: table;
        height: 70px;
        width: 100%;
        border-bottom: 1px solid #eee; }
        .tbPeaceEye01 tbody tr th:last-child,
        .tbPeaceEye01 tbody tr td:last-child {
          border-bottom: none; }
        .tbPeaceEye01 tbody tr th > span,
        .tbPeaceEye01 tbody tr td > span {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          padding: 0 5px; }
        .tbPeaceEye01 tbody tr th > span + span,
        .tbPeaceEye01 tbody tr td > span + span {
          border-left: 1px solid #eee; }
      .tbPeaceEye01 tbody tr th {
        color: #333;
        background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
        -webkit-background-size: 2px;
        background-size: 2px; }

.boxPeaceEye03 .inner {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .boxPeaceEye03 .inner:first-child {
    background: #f5f5f5 url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px; }
  .boxPeaceEye03 .inner:last-child {
    background: #ffc url(../img/bg03.png) 0 0 repeat;
    -webkit-background-size: 2px;
    background-size: 2px; }
    .boxPeaceEye03 .inner:last-child .tit {
      background-color: #FF4810;
      height: 30px;
      line-height: 30px;
      border-radius: 15px;
      padding: 0 20px;
      margin: 0 auto;
      width: 200px;
      text-align: center;
      color: #000; }
  .boxPeaceEye03 .inner .price {
    color: #12265e;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    .boxPeaceEye03 .inner .price span {
      font-size: 30px;
      font-size: 3rem; }
  .boxPeaceEye03 .inner ul {
    margin-top: 20px; }
@media only screen and (min-width: 768px) {
  .boxPeaceEye03 {
    display: table;
    width: 100%; }
    .boxPeaceEye03 .inner {
      display: table-cell; }
      .boxPeaceEye03 .inner:first-child {
        width: 60%; } }

.ulCountries01 {
  *zoom: 1; }
  .ulCountries01:after {
    content: '';
    display: table;
    clear: both; }
  .ulCountries01 > li {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    font-size: 1rem; }
    .ulCountries01 > li:nth-child(4n+1) {
      clear: both; }
      @media only screen and (min-width: 768px) {
        .ulCountries01 > li:nth-child(4n+1) {
          clear: none; } }
    .ulCountries01 > li:nth-child(n+5) {
      margin-top: 40px; }
      @media only screen and (min-width: 768px) {
        .ulCountries01 > li:nth-child(n+5) {
          margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .ulCountries01 > li {
        width: 12.5%; }
        .ulCountries01 > li:nth-child(8n+1) {
          clear: both; }
        .ulCountries01 > li:nth-child(n+9) {
          margin-top: 40px; } }
    .ulCountries01 > li img {
      width: 100%;
      height: auto; }
    .ulCountries01 > li p {
      text-align: center;
      margin-top: 10px !important; }
    .ulCountries01 > li span {
      display: block; }

.tbBasic02.tbTranscall01 > tbody > tr > th {
  width: 40%; }
  @media only screen and (min-width: 768px) {
    .tbBasic02.tbTranscall01 > tbody > tr > th {
      width: 30%; } }
.tbBasic02.tbTranscall01 > tbody > tr > td > span {
  display: block; }
  @media only screen and (min-width: 768px) {
    .tbBasic02.tbTranscall01 > tbody > tr > td > span {
      display: inline; } }
  .tbBasic02.tbTranscall01 > tbody > tr > td > span:nth-child(n+2) {
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .tbBasic02.tbTranscall01 > tbody > tr > td > span:nth-child(n+2) {
        margin-top: 0; } }

.ulIp01 li {
  overflow: hidden;
  border-radius: 3px;
  background: #f5f5f5 url(../img/bg03.png);
  -webkit-background-size: 2px;
  background-size: 2px; }
  @media only screen and (min-width: 768px) {
    .ulIp01 li {
      display: table;
      width: 100%; } }
  .ulIp01 li:nth-child(n+2) {
    margin-top: 20px; }
  .ulIp01 li > span {
    display: block;
    vertical-align: middle;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .ulIp01 li > span {
        display: table-cell;
        padding: 10px 20px; } }
    .ulIp01 li > span.tit {
      color: #12265e;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
      position: relative;
      padding-bottom: 0;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .ulIp01 li > span.tit {
          width: 33.33333%;
          padding-right: 40px;
          padding-bottom: 10px; } }
      @media only screen and (min-width: 768px) {
        .ulIp01 li > span.tit:after {
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #12265e;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          top: 50%;
          margin-top: -10px;
          right: 10px; } }
      .ulIp01 li > span.tit:before {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle; }
        @media only screen and (min-width: 768px) {
          .ulIp01 li > span.tit:before {
            display: none; } }

.boxBilling01:nth-child(n+2) {
  margin-top: 40px; }
@media only screen and (min-width: 768px) {
  .boxBilling01 {
    *zoom: 1; }
    .boxBilling01:after {
      content: '';
      display: table;
      clear: both; } }
.boxBilling01 .boxContent {
  text-align: center; }
  .boxBilling01 .boxContent:nth-child(n+2) {
    margin-top: 40px; }
    @media only screen and (min-width: 768px) {
      .boxBilling01 .boxContent:nth-child(n+2) {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .boxBilling01 .boxContent {
      width: 460px; }
      .boxBilling01 .boxContent:first-child {
        float: left; }
      .boxBilling01 .boxContent:last-child {
        float: right; } }
  .boxBilling01 .boxContent img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.ulVoice01:nth-child(n+2) {
  margin-top: 20px; }
@media only screen and (min-width: 768px) {
  .ulVoice01 {
    *zoom: 1; }
    .ulVoice01:after {
      content: '';
      display: table;
      clear: both; } }
@media only screen and (min-width: 768px) {
  .ulVoice01 > li {
    width: 320px;
    float: left;
    padding-left: 20px; }
    .ulVoice01 > li:nth-child(3n+1) {
      padding-left: 0;
      clear: both; } }
.ulVoice01 > li:nth-child(n+2) {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .ulVoice01 > li:nth-child(n+2) {
      margin-top: 0; } }
.ulVoice01 > li .boxImg {
  text-align: center; }
  .ulVoice01 > li .boxImg img {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
.ulVoice01 > li .boxTxt {
  padding: 20px 20px 0; }
  .ulVoice01 > li .boxTxt .tit {
    font-size: 20px;
    font-size: 2rem;
    color: #12265e;
    font-weight: normal;
    text-align: center; }
  .ulVoice01 > li .boxTxt p:nth-child(n+2) {
    margin-top: 5px !important; }

.boxCompany01 {
  text-align: center;
  padding: 30px 10px;
  background-color: #f5f5f5;
  background-image: url(../img/bg03.png), url(../../company/img/bgCompany02.png);
  background-repeat: repeat, no-repeat;
  background-position: 0 100%;
  -webkit-background-size: 2px, 100% auto;
  background-size: 2px, 100% auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .boxCompany01 {
      background-image: url(../img/bg03.png), url(../../company/img/bgCompany02@2x.png); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
    .boxCompany01 {
      background-image: url(../img/bg03.png), url(../../company/img/bgCompany02@3x.png); } }
  @media only screen and (min-width: 768px) {
    .boxCompany01 {
      background-image: url(../img/bg03.png), url(../../company/img/bgCompany01.png);
      background-position: 0 0;
      -webkit-background-size: 2px, auto 327px;
      background-size: 2px, auto 327px;
      height: 327px;
      display: table;
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
    .boxCompany01 {
      background-image: url(../img/bg03.png), url(../../company/img/bgCompany01@2x.png); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 768px) and (min-resolution: 2.5dppx) {
    .boxCompany01 {
      background-image: url(../img/bg03.png), url(../../company/img/bgCompany01@3x.png); } }
  @media only screen and (min-width: 768px) {
      .boxCompany01 .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; } }
  .boxCompany01 .tit, .boxCompany01 p {
    color: #12265e; }
  .boxCompany01 .tit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .boxCompany01 .tit {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 30px; } }
  .boxCompany01 p {
    margin-bottom: 20px; }
    .boxCompany01 p:last-child {
      margin-bottom: 0; }

.boxCompany02 .inner:last-child {
  margin-top: auto; }
@media only screen and (min-width: 768px) {
  .boxCompany02 {
    display: table;
    width: 100%; }
    .boxCompany02 .inner {
      display: block;/*元table-cell*/
      vertical-align: top; }
      .boxCompany02 .inner:first-child {
        padding-bottom: 20px; }
      .boxCompany02 .inner:last-child {
        width: 100%;
        margin-top: 0; } }

#boxMap {
  height: 70vw; }
  @media only screen and (min-width: 768px) {
    #boxMap {
      height: 290px; } }

.titNews01 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #000; }
  .titNews01:nth-child(n+2) {
    margin-top: 20px; }

/*////////////////////////////////////////////////////

	アニメーションスタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	MV
------------------------------------------------ */
@media only screen and (min-width: 768px) {
  header.opening {
    animation-name: headerAnim;
    animation-delay: 1.2s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running; } }

@-webkit-keyframes headerAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes headerAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes headerAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes headerAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media only screen and (min-width: 768px) {
  #mv.opening > .imgPC:nth-child(n+3) {
    animation-name: mvAnim;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-duration: 1s; }
    #mv.opening > .imgPC:nth-child(n+3):nth-child(3) {
      animation-delay: 0.3s; }
    #mv.opening > .imgPC:nth-child(n+3):nth-child(4) {
      animation-delay: 0.6s; }
    #mv.opening > .imgPC:nth-child(n+3):nth-child(5) {
      animation-delay: 0.9s; }
    #mv.opening > .imgPC:nth-child(n+3):nth-child(6) {
      animation-delay: 1.2s; }
  #mv.opening > .txtMV01 {
    animation-name: mvTxt;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-duration: 1s;
    animation-delay: 1.2s;
    z-index: 2; } }

@-webkit-keyframes mvAnim {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes mvAnim {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes mvAnim {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes mvAnim {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes mvTxt {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes mvTxt {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes mvTxt {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes mvTxt {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/*loader*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5); }

.loader:before,
.loader:after {
  position: absolute;
  content: ''; }

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #59678e;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #59678e;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#firstView {
  position: fixed;
  display: table;
  width: 100%;
  height: 100vh;
  background-color: #59678e;
  z-index: 100;
  top: 0;
  left: 0; }
  #firstView > .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

/* ------------------------------------------------
	.slideUp
------------------------------------------------ */
.slideUp.hide {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }
.slideUp.anim {
  animation-name: slideup;
  animation-duration: .5s;
  animation-delay: .3s;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
.slideUp.reset {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes slideup {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slideup {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slideup {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideup {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/* ------------------------------------------------
	.following スタッフ紹介
------------------------------------------------ */
.following.hide > li {
  opacity: 0; }
.following.anim > li {
  animation-name: following;
  animation-duration: 1s;
  animation-delay: .3s;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
.following.reset > li {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
.following.anim > li:nth-child(1) {
  animation-delay: 0.3s; }
.following.anim > li:nth-child(2) {
  animation-delay: 0.4s; }
.following.anim > li:nth-child(3) {
  animation-delay: 0.5s; }
.following.anim > li:nth-child(4) {
  animation-delay: 0.6s; }
.following.anim > li:nth-child(5) {
  animation-delay: 0.7s; }
.following.anim > li:nth-child(6) {
  animation-delay: 0.8s; }
.following.anim > li:nth-child(7) {
  animation-delay: 0.9s; }

@-webkit-keyframes following {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes following {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes following {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes following {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* ------------------------------------------------
	.scaleUp
------------------------------------------------ */
.scaleUp.hide {
  opacity: 0; }
.scaleUp.anim {
  animation-name: scaleUp;
  animation-duration: .5s;
  animation-delay: .3s;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
.scaleUp.reset {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

/* ------------------------------------------------
	採用メールボタンここから
------------------------------------------------ */
mailto {
  background-color: #051e3f;
  color: #fff;
  position: relative;
  z-index: 2; }
  mailto #wpFooter01 {
    padding: 40px 0; }
    mailto #wpFooter01 > .inner01 > .box:last-child {
      margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      mailto #wpFooter01 > .inner01 {
        width: 260px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        *zoom: 1; }
        mailto #wpFooter01 > .inner01:after {
          content: '';
          display: table;
          clear: both; }
        mailto #wpFooter01 > .inner01 .box:first-child {
          width: 760px;
          float: left; }
        mailto #wpFooter01 > .inner01 .box:last-child {
          width: 240px;
          float: right;
          margin-top: 0; } }
    mailto #wpFooter01 p:nth-child(n+2) {
      margin-top: 10px; }
    mailto #wpFooter01 .contact a {
      display: block;
      background-color: #FF4810;
      color: #12265e;
      padding: 10px;
      border-radius: 3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      vertical-align: baseline;
      text-align: center;
      position: relative;
      overflow: hidden; }
    mailto #wpFooter01 .detail a {
      display: block;
      background-color: #FF4810;
      color: #12265e;
      padding: 10px;
      border-radius: 3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      vertical-align: baseline;
      text-align: center;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        mailto #wpFooter01 .contact a {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal; }
        mailto #wpFooter01 .detail a {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal; }  }
      mailto #wpFooter01 .contact a:before {
        content: '';
        display: inline-block;
        width: 31px;
        height: 31px;
        background: url(../img/imgSprite01.png) 0 -32px no-repeat;
        -webkit-background-size: 62px;
        background-size: 62px;
        vertical-align: middle;
        z-index: 2;
        position: relative; }

        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
          mailto #wpFooter01 .contact a:before {
            background-image: url(../img/imgSprite01@2x.png); } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 2.5dppx) {
          mailto #wpFooter01 .contact a:before {
            background-image: url(../img/imgSprite01@3x.png); } }
        @media only screen and (min-width: 768px) {
          mailto #wpFooter01 .contact a:before {
            width: 22px;
            height: 22px;
            -ms-background-position-y: -23px;
            background-position-y: -23px;
            -webkit-background-size: 44px;
            background-size: 44px; }

	}
      mailto #wpFooter01 .contact a:after {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      mailto #wpFooter01 .detail a:after {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        width: 50px;
        height: 200px;
        top: -70px;
        left: -100px;
        opacity: .3;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      mailto #wpFooter01 .contact a.hover:after {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      mailto #wpFooter01 .detail a.hover:after {
        left: 120%;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  mailto .inner01 {
    padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    mailto h1 {
      *zoom: 1; }
      mailto h1:after {
        content: '';
        display: table;
        clear: both; } }
  mailto h1 img {
    width: 65vw;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    max-width: 488px; }
    @media only screen and (min-width: 768px) {
      mailto h1 img {
        float: left;
        width: 341px;
        padding-right: 40px;
        margin: 0; } }
  mailto h1 > span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      mailto h1 > span {
        text-align: left;
        line-height: 1.4; } }
    mailto h1 > span > .copy {
      font-size: 12px;
      font-size: 1.2rem;
      display: block;
      text-align: center;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        mailto h1 > span > .copy {
          text-align: left; } }
  mailto small {
    display: block;
    padding-top: 10px;
    text-align: right;
    font-style: italic; }
  mailto #wpFooter02 {
    background-color: #12265e;
    overflow: hidden;
    padding: 15px 0;
    *zoom: 1; }
    mailto #wpFooter02:after {
      content: '';
      display: table;
      clear: both; }
  mailto #navFooter01 {
    position: relative;
    left: 50%;
    float: left;
    text-align: center; }
    mailto #navFooter01 li {
      position: relative;
      left: -50%;
      float: left;
      padding: 0 10px;
      line-height: 1;
      vertical-align: top;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 480px) {
        mailto #navFooter01 li {
          padding: 0 5px;
          font-size: 10px;
          font-size: 1rem; } }
      mailto #navFooter01 li:nth-child(n+2) {
        border-left: 1px solid #59678e; }
      mailto #navFooter01 li:first-child {
        padding-left: 0; }
      mailto #navFooter01 li:last-child {
        padding-right: 0; }
      mailto #navFooter01 li a {
        color: #fff;
        line-height: 1; }
        mailto #navFooter01 li a:hover {
          text-decoration: none;
          color: #FF4810; }
  mailto small {
    background-color: #59678e;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal; }

#btnPagetop {
  position: fixed;
  z-index: 3;
  right: -30px;
  bottom: -30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FF4810;
  color: transparent;
  cursor: pointer;
  opacity: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #btnPagetop.show {
    opacity: 1;
    right: 10px;
    bottom: 10px; }
  #btnPagetop:after {
    border-width: 0 8px 12px;
    border-color: transparent transparent #ffffff;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 17px;
    left: 17px; }
  #btnPagetop:before {
    background-color: #59678e;
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 200px;
    top: -70px;
    left: -100px;
    opacity: .3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  #btnPagetop.hover:before {
    left: 120%;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

  .video{
      position:relative;
      width:100%;
      padding-top:56.25%;
    }
  .video iframe{
      position:absolute;
      top:0;
      right:0;
      width:100%;
      height:100%;
    }
