@charset "UTF-8";
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
ul.topics li, #contents, .section01, .box_wrapper01, .box_wrapper02, .box_wrapper02 .box, .tb_basic03 {
  *zoom: 1; }
  ul.topics li:after, #contents:after, .section01:after, .box_wrapper01:after, .box_wrapper02:after, .box_wrapper02 .box:after, .tb_basic03:after {
    content: '';
    display: block;
    clear: both; }

/*////////////////////////////////////////////////////

	リセット

////////////////////////////////////////////////////*/
html, body {
  height: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

img {
  border: none;
  vertical-align: top;
  zoom: 1; }

input, select, textarea {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif; }

ul, ol, li {
  list-style: none; }

table {
  border-collapse: colapse;
  border-spacing: 0; }

/*////////////////////////////////////////////////////

	フォント・文字サイズ設定

////////////////////////////////////////////////////*/
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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
  color: #fff;
  background: #fff url(../images/common/icon_pattern.png) 0 0;
  background-size: 20%; }
  @media only screen and (min-width: 641px) {
    body {
      background-image: none;
      font-size: 15px;
      font-size: 1.5rem; } }

/*////////////////////////////////////////////////////

	基本レイアウト

////////////////////////////////////////////////////*/
@media only screen and (min-width: 641px) {
  body {
    min-width: 950px; } }
/* ------------------------------------------------
	header
------------------------------------------------ */
header {
  position: relative; }
  @media only screen and (min-width: 641px) {
    header {
      position: fixed;
      display: block;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      background-color: #0066ff;
      border-bottom: 1px solid #0066ff;
      overflow: visible; }
      header .inner {
        position: relative;
        width: 950px;
        margin: 0 auto; } }
  header #headertxt {
    display: none; }
    @media only screen and (min-width: 641px) {
      header #headertxt {
        padding: 2px 0;
        margin: 0 auto;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        color: #fff;
        display: block; } }
  header #hMenu {
    position: relative; }
    @media only screen and (min-width: 641px) {
      header #hMenu {
        position: absolute;
        top: 15px;
        left: 0;
        width: 250px;
        zoom: 1;
        display: table; } }
  header h1 {
    background-color: #0066ff;
    display: table;
    width: 100%;
    padding: 0;
    height: 60px; }
    @media only screen and (min-width: 641px) {
      header h1 {
        background-color: #fff;
        height: 204px; } }
    header h1 a {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
      header h1 a img {
        width: 50%;
        height: auto; }
        @media only screen and (min-width: 641px) {
          header h1 a img {
            width: 150px; } }

/* ------------------------------------------------
	グローバルナビ
------------------------------------------------ */
.gNav {
  position: relative;
  background: url(../images/common/sp/bg04.gif) 0 0 repeat-x;
  padding: 0;
  display: block;
  border-top: 1px solid #fff; }
  @media only screen and (min-width: 641px) {
    .gNav {
      background-color: #fff;
      padding: 0 0 600px;
      display: none; } }
  header .gNav {
    display: none; }
    @media only screen and (min-width: 641px) {
      header .gNav {
        display: block; } }
  .gNav ul li {
    border-bottom: 1px solid #a0c6ff; 
    line-height: 1.5;
  }
    @media only screen and (min-width: 641px) {
      .gNav ul li {
        height: 50px;
        line-height: 1.5;
         }
        .gNav ul li:first-of-type {
          border-top: 1px solid #a0c6ff; } }
    .gNav ul li a {
      padding: 4% 6%;
      display: block;
      font-weight: bold;
      color: #0066ff;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (min-width: 641px) {
        .gNav ul li a {
          padding: 14px 13px 7px;
          height: 29px; } }

    .gNav ul li.active a {
      position: relative;
      background-color: #0066ff;
      color: #fff !important; } 

      @media only screen and (min-width: 641px) {
        .gNav ul li a:hover, .gNav ul li.active a {
          position: relative;
          background-color: #0066ff;
          color: #fff !important; } }

    .gNav ul li.active a:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-color: transparent #fff #fff transparent;
      border-style: solid;
      border-width: 6px;
      right: 5px;
      bottom: 5px; }

      @media only screen and (min-width: 641px) {
        .gNav ul li a:hover:after, .gNav ul li.active a:after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-color: transparent #fff #fff transparent;
          border-style: solid;
          border-width: 6px;
          right: 5px;
          bottom: 5px; } }

#gNavBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 22px;
  padding: 19px;
  display: block;
  cursor: pointer; }
  @media only screen and (min-width: 641px) {
    #gNavBtn {
      display: none; } }
  #gNavBtn img {
    width: 100%;
    height: auto; }

/* ------------------------------------------------
	pjax
------------------------------------------------ */
#pjax {
  position: relative;
  z-index: 1; }

/* ------------------------------------------------
	topMV
------------------------------------------------ */
#mv {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block; }
  @media only screen and (min-width: 641px) {
    #mv {
      display: none; } }
  #mv li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
    #mv li:first-child {
      position: relative;
      display: block;
      float: left; }
  #mv img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    z-index: 1; }

/* ------------------------------------------------
	top リード文
------------------------------------------------ */
#lead {
  display: none; }
  @media only screen and (min-width: 641px) {
    #lead {
      width: 950px;
      height: 200px;
      margin: 0 auto;
      z-index: 2;
      display: table; }
      #lead p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 670px;
        padding: 0 0 0 280px; }
        #lead p img {
          width: auto;
          height: auto; } }

/* ------------------------------------------------
	top コンテンツ
------------------------------------------------ */
#top_contents {
  padding: 12% 5%; }
  @media only screen and (min-width: 641px) {
    #top_contents {
      width: 100%;
      height: 100px;
      background: rgba(33, 47, 53, 0.7);
      padding: 19px 0 17px;
      position: fixed;
      bottom: 64px;
      left: 0; } }
  @media only screen and (min-width: 641px) {
    #top_contents .contents {
      width: 670px;
      height: 120px;
      padding: 0 0 0 280px;
      margin: 0 auto;
      background: none; } }
  #top_contents h2 {
    font-weight: normal;
    margin-bottom: 1rem;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    font-weight: normal; }
    @media only screen and (min-width: 641px) {
      #top_contents h2 {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff; } }

  @media only screen and (min-width: 641px) {
  ul.topics{
    padding-bottom: 50px;
  }
  }

ul.topics li {
  padding-bottom: 5%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5%; }
  @media only screen and (min-width: 641px) {
    ul.topics li {
      padding: 0 0 5px;
      margin: 0;
      border: none; } }
  ul.topics li:last-child {
    margin-bottom: 0; }
  ul.topics li span {
    padding-left: 15px;
    color: #6db00c;
    background: url(../images/common/sp/ico_arrow01.png) 0 2px no-repeat; }
    @media only screen and (min-width: 641px) {
      ul.topics li span {
        float: left;
        width: 100px;
        padding-left: 10px;
        background: url(../images/common/ico_arrow01.png) 0 6px no-repeat;
        color: #fff; } }
  ul.topics li p,
  ul.topics li p a {
    color: #000; }
    @media only screen and (min-width: 641px) {
      ul.topics li p,
      ul.topics li p a {
        color: #fff; } }
  ul.topics li p {
    padding-left: 15px; }
    @media only screen and (min-width: 641px) {
      ul.topics li p {
        margin-left: 100px;
        padding-left: 0; } }

/* ------------------------------------------------
	フッター
------------------------------------------------ */
footer {
  z-index: 3;
  background: #fff url(../images/common/icon_pattern.png) 0 0;
  background-size: 20%; }
  @media only screen and (min-width: 641px) {
    footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 64px;
      background-size: 50px;
      background-image: url(../images/common/icon_pattern.png); } }
  footer .inner {
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 641px) {
      footer .inner {
        width: 950px; } }
  footer #copyright {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    padding: 4% 0; }
    @media only screen and (min-width: 641px) {
      footer #copyright {
        float: right;
        position: absolute;
        top: 24px;
        right: 0;
        text-align: right;
        padding: 0; } }
  footer ul {
    padding: 2% 3%; }
    @media only screen and (min-width: 641px) {
      footer ul {
        padding: 20px 0 0;
        *zoom: 1; }
        footer ul:after {
          content: '';
          display: block;
          clear: both; } }
    footer ul li {
      padding: 3% 0 3% 20px; }
      @media only screen and (min-width: 641px) {
        footer ul li {
          float: left;
          padding: 0 20px;
          line-height: 1.2; } }
      footer ul li#txt_access {
        background: url(../images/common/sp/ico_footer01.png) 0 50% no-repeat;
        background-size: 10px;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 641px) {
          footer ul li#txt_access {
            background: url(../images/common/ico_footer01.png) 0 50% no-repeat;
            background-size: initial;
            font-size: 10px;
            font-size: 1rem; } }
      footer ul li#txt_tel {
        background: url(../images/common/sp/ico_footer02.png) 0 50% no-repeat;
        background-size: 12px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (min-width: 641px) {
          footer ul li#txt_tel {
            background: url(../images/common/ico_footer02.png) 0 50% no-repeat;
            background-size: contain; } }

/* ------------------------------------------------
	コンテンツ
------------------------------------------------ */
#contents {
  margin: 0 auto;
  display: block;
  height: auto; }
  @media only screen and (min-width: 641px) {
    #contents {
      width: 950px; } }
  #contents .contents {
    color: #000;
    background: #fff;
    padding: 0 0 60px; 
    border-bottom: 1px solid #a0c6ff;
  }
    @media only screen and (min-width: 641px) {
      #contents .contents {
        width: 660px;
        padding: 35px 20px 94px;
        margin: 0 0 0 250px;
        background: rgba(255, 255, 255, 0.8); } }
  #contents h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 641px) {
      #contents h2 {
        margin-bottom: 20px; } }
    #contents h2 img {
      width: 100%;
      height: auto; }

/* ------------------------------------------------
	bg,loading
------------------------------------------------ */
#bg,
#loading {
  position: fixed;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  height: 0; }

#bg {
  z-index: -100;
  display: none; }
  @media only screen and (min-width: 641px) {
    #bg {
      display: block;
      /* background: url(../images/common/dot.png);  */
    } }

#loading {
  z-index: 100;
  display: table; }

@-webkit-keyframes loaderSprite {
  from {
    background-position: 0px; }
  to {
    background-position: -700px; } }
@-moz-keyframes loaderSprite {
  from {
    background-position: 0px; }
  to {
    background-position: -700px; } }
@-o-keyframes loaderSprite {
  from {
    background-position: 0px; }
  to {
    background-position: -700px; } }
@keyframes loaderSprite {
  from {
    background-position: 0px; }
  to {
    background-position: -700px; } }
.inner_load {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

.loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-indent: -99999px;
  background-image: url("../images/common/loading.png");
  -webkit-animation: loaderSprite 0.9333333333s steps(14, end) infinite;
  -moz-animation: loaderSprite 0.9333333333s steps(14, end) infinite;
  -o-animation: loaderSprite 0.9333333333s steps(14, end) infinite;
  animation: loaderSprite 0.9333333333s steps(14, end) infinite; }

.backstretch {
  display: none; }
  @media only screen and (min-width: 641px) {
    .backstretch {
      display: block; } }

/*////////////////////////////////////////////////////

	汎用リンク

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	テキストリンク
------------------------------------------------ */
a {
  text-decoration: none;
  color: #fff; }
  @media only screen and (min-width: 641px) {
    a {
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      a:hover, .gNav ul li.active a {
        color: #62bafc; } }

/* ------------------------------------------------
	ボタン
------------------------------------------------ */
.btn {
  width: auto;
  margin: 5% auto 0;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .btn {
      width: 60%;
      margin: 15px auto 0; } }
  .btn a {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5%;
    background-color: #025da1;
    background: -moz-linear-gradient(top, #025da1, #002340);
    background: -webkit-linear-gradient(top, #025da1, #002340);
    background: -o-linear-gradient(top, #025da1, #002340);
    background: -ms-linear-gradient(top, #025da1, #002340);
    background: linear-gradient(to bottom, #025da1, #002340); }
    @media only screen and (min-width: 641px) {
      .btn a {
        padding: 10px; } }

/*////////////////////////////////////////////////////

	テキスト、見出しの汎用スタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	太字
------------------------------------------------ */
strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }
  @media only screen and (min-width: 641px) {
    strong {
      font-size: 18px;
      font-size: 1.8rem; } }

/* ------------------------------------------------
	見出し
------------------------------------------------ */
#contents h3 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5%;
  font-weight: normal; }
  @media only screen and (min-width: 641px) {
    #contents h3 {
      margin-bottom: 15px; } }

#contents h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3%;
  font-weight: bold;
  color: #0372c0; }

/* ------------------------------------------------
	署名
------------------------------------------------ */
.txt_sign01 {
  text-align: right;
  padding-top: 5%; }

/*////////////////////////////////////////////////////

	その他の汎用スタイル

////////////////////////////////////////////////////*/
#imagelightbox {
  position: fixed;
  z-index: 9999; }

/* ------------------------------------------------
	デバイスごとの表示切り分け
	例： <br class="pc">
------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .pc {
    display: none; } }

@media only screen and (min-width: 641px) {
  .sp {
    display: none; } }

/* ------------------------------------------------
	clearFix
------------------------------------------------ */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; }

/* ------------------------------------------------
	スペース
------------------------------------------------ */
.space {
  clear: both;
  display: block;
  height: 1rem;
  overflow: hidden; }
  @media only screen and (min-width: 641px) {
    .space {
      height: 10px; } }

/* ------------------------------------------------
	囲み枠
------------------------------------------------ */
.enclosure01 {
  background: #333;
  border: 1px solid #444;
  padding: 2%; }

/* ------------------------------------------------
	フォーム
------------------------------------------------ */
.contents input[type="text"],
.contents textarea {
  padding: 2% 3%;
  border: 1px solid #fff;
  background-color: #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 80%; }
.contents .txtS input[type="text"] {
  width: 20%; }
.contents input[type="submit"],
.contents input[type="reset"] {
  padding: 2% 3%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0066ff;
  border: 1px solid #0066ff;
  color: #fff;
  cursor: pointer; }

/* ------------------------------------------------
	アクセスマップ
------------------------------------------------ */
.box_map01 {
  width: 100%;
  height: 200px; }
  @media only screen and (min-width: 641px) {
    .box_map01 {
      height: 400px; } }

/*////////////////////////////////////////////////////

	汎用レイアウト

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	レイアウト
------------------------------------------------ */
.section01 {
  padding: 0 0 10%;
  margin: 0 3%; }
  @media only screen and (min-width: 641px) {
    .section01 {
      padding: 0 0 20px;
      margin: 0 10px 20px; } }
  .section01:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

/* ------------------------------------------------
	画像とテキストのレイアウトパターン
------------------------------------------------ */
@media only screen and (min-width: 641px) {
  .box_txt01 {
    width: 375px;
    float: right; } }

@media only screen and (min-width: 641px) {
  .box_txt02 {
    width: 375px;
    float: left; } }

.box_img01,
.box_img02 {
  width: 100%;
  padding-bottom: 5%; }
  @media only screen and (min-width: 641px) {
    .box_img01,
    .box_img02 {
      width: 250px;
      padding-bottom: 0; } }
  .box_img01 img,
  .box_img02 img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 641px) {
  .box_img01 {
    float: left; } }

@media only screen and (min-width: 641px) {
  .box_img02 {
    float: right; } }

.box_wrapper01:last-child .box {
  margin-bottom: 0; }
.box_wrapper01 .box {
  width: 49%;
  float: left;
  margin-bottom: 5%; }
  .box_wrapper01 .box:last-child {
    float: right; }
.box_wrapper01 .inner_img img {
  width: 100%;
  height: auto;
  margin-bottom: 5%; }

@media only screen and (min-width: 641px) {
  .box_wrapper02 {
    margin-bottom: 5%; } }
.box_wrapper02 .box {
  margin-bottom: 5%; }
  @media only screen and (min-width: 641px) {
    .box_wrapper02 .box {
      margin-bottom: 0;
      float: left;
      width: 206px;
      padding-right: 11px; } }
  .box_wrapper02 .box:last-child {
    padding-right: 0; }
@media only screen and (min-width: 641px) {
  .box_wrapper02:last-child {
    margin-bottom: 0; } }
.box_wrapper02 .inner_img {
  float: left;
  width: 25%; }
  @media only screen and (min-width: 641px) {
    .box_wrapper02 .inner_img {
      float: none;
      width: 100%;
      margin-bottom: 5%; } }
  .box_wrapper02 .inner_img img {
    width: 100%;
    height: auto; }
.box_wrapper02 .inner_txt {
  float: right;
  width: 72%; }
  @media only screen and (min-width: 641px) {
    .box_wrapper02 .inner_txt {
      float: none;
      width: 100%; } }

/* ------------------------------------------------
	画像のレイアウトパターン
------------------------------------------------ */
.pic_basic01 {
  float: right;
  max-width: 50%;
  height: auto;
  padding: 0 0 5% 5%; }
  @media only screen and (min-width: 641px) {
    .pic_basic01 {
      padding: 0 0 15px 15px; } }

.pic_basic02 {
  float: left;
  max-width: 50%;
  height: auto;
  padding: 0 5% 5% 0; }
  @media only screen and (min-width: 641px) {
    .pic_basic02 {
      padding: 0 15px 15px 0; } }

.pic_basic03 {
  width: 100%;
  height: auto;
  padding: 0 0 5%; }
  @media only screen and (min-width: 641px) {
    .pic_basic03 {
      padding: 0 0 15px; } }

.pic_basic04 {
  width: 100%;
  height: auto;
  padding: 5% 0 0; }
  @media only screen and (min-width: 641px) {
    .pic_basic04 {
      padding: 15px 0 0; } }

/*////////////////////////////////////////////////////

	汎用テーブル
		※入れ子にした際に孫のテーブルにスタイルが引き継がれないよう、
		　　&>を使用したスタイル設定を推奨

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	ベーシックなテーブルスタイル
------------------------------------------------ */
.tb_basic01 {
  width: 100%; }
  .tb_basic01 > tbody > tr > th, .tb_basic01 > tbody > tr > td, .tb_basic01 > tr > th, .tb_basic01 > tr > td {
    padding: 18px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #333; }
  .tb_basic01 > tbody > tr > th, .tb_basic01 > tr > th {
    width: 30%;
    text-align: center;
    background-color: #d4f1ff; }
    @media only screen and (min-width: 641px) {
      .tb_basic01 > tbody > tr > th, .tb_basic01 > tr > th {
        width: 22%; } }
  .tb_basic01 > tbody > tr > td, .tb_basic01 > tr > td {
    background-color: #fff; }
  .tb_basic01 > tbody > tr.last-child > th, .tb_basic01 > tbody > tr.last-child > td, .tb_basic01 > tr.last-child > th, .tb_basic01 > tr.last-child > td {
    border-bottom: none; }

.tb_basic02 > tbody > tr > th, .tb_basic02 > tbody > tr > td, .tb_basic02 > tr > th, .tb_basic02 > tr > td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 2%; }
.tb_basic02 > tbody > tr > th, .tb_basic02 > tr > th {
  white-space: nowrap;
  padding-right: 15px;
  border-right: 1px solid #666; }
.tb_basic02 > tbody > tr > td, .tb_basic02 > tr > td {
  padding-left: 15px; }

.tb_basic03 {
  -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: 100%;
  border: 1px solid #444;
  display: block;
  padding: 3%;
  background-color: #222; }
  @media only screen and (min-width: 641px) {
    .tb_basic03 {
      display: table;
      padding: 0;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
      border-right: 0;
      border-left: 0; } }
  .tb_basic03 > tbody > tr > th, .tb_basic03 > tbody > tr > td, .tb_basic03 > tr > th, .tb_basic03 > tr > td {
    -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;
    padding: 5% 3%;
    width: 100%;
    border: none;
    text-align: left;
    float: left;
    clear: both; }
    @media only screen and (min-width: 641px) {
      .tb_basic03 > tbody > tr > th, .tb_basic03 > tbody > tr > td, .tb_basic03 > tr > th, .tb_basic03 > tr > td {
        display: table-cell;
        padding: 2%;
        vertical-align: top;
        border-bottom: 1px dotted #999;
        float: none; } }
  .tb_basic03 > tbody > tr > th, .tb_basic03 > tr > th {
    background-color: #333;
    line-height: 1.1;
    padding: 2% 3%; }
    @media only screen and (min-width: 641px) {
      .tb_basic03 > tbody > tr > th, .tb_basic03 > tr > th {
        width: 120px; } }
  @media only screen and (min-width: 641px) {
    .tb_basic03 > tbody > tr > td, .tb_basic03 > tr > td {
      background-color: #444;
      width: auto; } }
  @media only screen and (min-width: 641px) {
    .tb_basic03 > tbody > tr:last-child > th, .tb_basic03 > tbody > tr:last-child > td, .tb_basic03 > tr:last-child > th, .tb_basic03 > tr:last-child > td {
      border-bottom: none; } }

/* ------------------------------------------------
	装飾のないシンプルなテーブル*
------------------------------------------------ */
.tb_simple01 {
  width: auto !important; }
  .tb_simple01 > thead > tr > th, .tb_simple01 > thead > tr > td, .tb_simple01 > tbody > tr > th, .tb_simple01 > tbody > tr > td, .tb_simple01 > tr > th, .tb_simple01 > tr > td {
    width: auto !important;
    padding: 0 !important;
    text-align: left !important;
    vertical-align: top !important;
    border: none !important;
    background: none !important; }
  .tb_simple01 > thead > tr > th, .tb_simple01 > tbody > tr > th, .tb_simple01 > tr > th {
    padding-right: 1em !important;
    white-space: nowrap !important; }

/*////////////////////////////////////////////////////

	リストスタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	標準の箇条書きリスト
------------------------------------------------ */
@media only screen and (min-width: 641px) {
  .li_linklist01 {
    zoom: 1; }
    .li_linklist01::after {
      content: '';
      display: block;
      clear: both; } }
.li_linklist01 li {
  padding: 0;
  border-bottom: 1px dotted #444; }
  @media only screen and (min-width: 641px) {
    .li_linklist01 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: 48%;
      border-bottom: none;
      padding-bottom: 10px; }
      .li_linklist01 li:nth-child(odd) {
        float: left;
        clear: both; }
      .li_linklist01 li:nth-child(even) {
        float: right; } }
.li_linklist01 a {
  background: url(../images/common/sp/ico_arrow01.png) 0 50% no-repeat;
  padding: 5% 15px;
  display: block;
  -webkit-background-size: 5px 6px;
  background-size: 5px 6px; }
  @media only screen and (min-width: 641px) {
    .li_linklist01 a {
      background: url(../images/common/ico_arrow01.png) 0 50% no-repeat;
      padding: 0 0 0 10px; } }

/* ------------------------------------------------
	定義リスト
------------------------------------------------ */
.dl_faq01 dt {
  padding: 0 0 2% 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  background: url(../images/common/ico_faq01.png) 0 0 no-repeat; }
.dl_faq01 dd {
  padding: 15px 15px 15px 40px;
  border: 1px solid #444;
  background: #333 url(../images/common/ico_faq02.png) 10px 10px no-repeat;
  margin-bottom: 5%; }
  .dl_faq01 dd:last-child {
    margin-bottom: 0; }

.title01 {
  position: relative;
  left: -50px;
  top: 40px;
  opacity: 0;
  transition: 2.2s all linear; }
  .title01.on {
    top: 0;
    left: -50px;
    opacity: 1; }

.title02 {
  position: relative;
  left: 34px;
  top: 55px;
  opacity: 0;
  transition: 2.2s all linear; }
  .title02.on {
    top: 15px;
    left: 34px;
    opacity: 1; }

#top_contents {
  background-color: #fff; }
  @media only screen and (min-width: 641px) {
    #top_contents {
      background: rgba(33, 47, 53, 0.7); } }

.subPage_title {
  color: #fff;
  background-image: url(../../images/common/sp/subPageTitle02.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 33px !important;
  text-shadow: 2px 2px 4px #0d371a; }
  .subPage_title span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    display: block; }
  @media only screen and (min-width: 641px) {
    .subPage_title {
      background-color: #0066ff;
      background-image: none;
      padding: 30px 20px;
      font-weight: lighter;
      text-align: left;
      text-shadow: none; }
      .subPage_title span {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        margin-left: 12px;
        margin-top: 0; } }
.subPage_subTitle {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #0066ff;
  color: #0066ff !important;
  font-weight: bold !important; }

.tableInCell {
  font-size: 14px;
  font-size: 1.4rem; }
  .tableInCell.fl {
    float: left; }
  .tableInCell.mr {
    margin-right: 50px; }
  .tableInCell th {
    font-weight: lighter;
    padding-right: 15px;
    vertical-align: top; }
  .tableInCell td {
    vertical-align: top; }
  .tableInCell tr td:not(:last-of-type) {
    padding-right: 15px; }
  .tableInCell tr.large td:not(:last-of-type) {
    padding-right: 36px; }
  .tableInCell td.pb {
    padding-bottom: 20px; }
  .tableInCell.works {
    font-size: 13px;
    font-size: 1.3rem;
    table-layout: fixed; }
    .tableInCell.works tr {
      border-bottom: 1px solid #000; }
      .tableInCell.works tr.last-type td {
        padding-bottom: 0; }
    .tableInCell.works td {
      vertical-align: top; }
      .tableInCell.works td:first-of-type {
        width: 30%;
        padding-bottom: 10px; }
      .tableInCell.works td:nth-of-type(2) {
        width: 52%;
        padding-left: 15px; }
      .tableInCell.works td:last-of-type {
        width: 20%;
        padding-left: 15px; }

.tb_basic01.large th {
  width: 30%; }

  .indent01{
    padding-left: 1em;
    text-indent: -1em;
  }
  .indent02{
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

/*# sourceMappingURL=style.css.map */
