@charset "UTF-8";
/*　基本色　*/
/*　マスターワイズ　*/
#mihon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  line-height: 1;
  width: 1366px;
  margin: auto; }
  #mihon img {
    width: 100%;
    height: auto;
    opacity: .2; }

/*　リンクホバーアクション　*/
/* 読み上げ文字 */
.vi {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px; }

/* 一括初期化
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/* フォーム部品 */
form input[type=text],
form input[type=tel],
form input[type=mail],
form textarea {
  border: 1px solid #ddd;
  transition: all .2s ease;
  background-color: #fff; }
form textarea {
  width: 100%;
  height: 10em; }
form select {
  appearance: none;
  width: 30%;
  height: 34px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .2s ease;
  background-image: url(../images/common/btn_select_arrow.png);
  background-position: right 50%;
  border-radius: 0;
  padding: 0 10px; }
  form select:hover, form select:focus {
    background-position: right 47%; }
form input[type=radio],
form input[type=checkbox] {
  transition: all .2s ease;
  margin: 0 1em 0 4px; }
form label {
  display: block; }
  form label:hover {
    transition: all .2s ease;
    border-radius: 4px;
    background-color: #f2f2f2;
    cursor: pointer; }

/* 入力フォーム */
.parts_text {
  border: 1px solid #ddd;
  font-size: 1.6rem;
  transition: all .3s ease;
  padding: 0 3px; }
  .parts_text:hover {
    background-color: #f2f2f2; }
  .parts_text:focus {
    background-color: #fff5bf;
    outline: none;
    border: 1px solid #fff5bf;
    box-shadow: 0px 0px 0px 3px #ffe763; }

/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table ul,
  table ol {
    margin: 0 25px; }

/*ヘッディング*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal; }

/*パラグラフ*/
p {
  margin: 0;
  padding: 0; }

/*　水平線　*/
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  height: 0; }

/*　アドレス　*/
address {
  font-style: normal; }

/*　トップページに戻る　*/
#pageTop {
  clear: both;
  position: fixed;
  bottom: -14px;
  right: 0;
  text-decoration: none; }
  #pageTop a {
    display: block;
    font-size: 3rem;
    color: #fff;
    background: #2e3642;
    font-weight: normal;
    opacity: .8;
    padding: 5px 15px 20px;
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0); }

#pageTop a:hover,
#pageTop a:focus,
#pageTop a:active {
  opacity: 1;
  transform: translateY(-5px); }

/*　現在準備中です。　＿＿＿＿＿　*/
#under {
  font-weight: bold;
  text-align: center;
  padding: 10em 0; }
  #under:before {
    display: block;
    font-size: 3rem;
    color: #f39c12;
    content: "\f071";
    font-weight: normal;
    font-family: FontAwesome;
    padding: 0 0 .3em; }

/* 読み上げ文字	＿＿＿＿＿＿＿＿＿＿　*/
.vi {
  height: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px; }

/*　イメージフローティング	＿＿＿＿＿＿＿＿＿＿　*/
.float_left {
  float: left;
  margin-right: 40px; }

.float_right {
  float: right;
  margin-left: 40px; }

/*クリアー	＿＿＿＿＿＿＿＿＿＿　*/
.clear {
  clear: both; }

/* 見出し	＿＿＿＿＿＿＿＿＿＿　*/
.ttl_cmn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-family: 'Noto Sans Bold', sans-serif;
  color: #0d2242; }
  .ttl_cmn_01:after, .ttl_cmn_01:before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 1px;
    background-color: #111;
    margin: 0 12px; }

.ttl_cmn_02 {
  font-size: 2.4rem;
  font-family: 'Noto Sans Bold', sans-serif;
  border-bottom: 2px solid #2e3642;
  color: #0d2242; }

.ttl_cmn_03 {
  font-size: 1.8rem;
  font-family: 'Noto Sans Bold', sans-serif;
  border-left: 2px solid #111;
  line-height: 1;
  padding: 3px 10px; }

.ttl_cmn_04 {
  font-size: 1.7rem;
  font-family: 'Noto Sans Bold', sans-serif; }

/*　ボタンモジュール	＿＿＿＿＿＿＿＿＿＿　*/
/* 共通ボタン */
.btn_cmn_01 {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1;
  overflow: hidden;
  border: 1px solid #111;
  text-decoration: none;
  transition: all .2s ease;
  font-family: 'Noto Sans Medium';
  padding: 14px 54px; }
  .btn_cmn_01:before {
    transition: all .2s ease;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #111; }
  .btn_cmn_01:hover {
    color: #fff;
    opacity: 1; }
  .btn_cmn_01:hover:before {
    top: 0;
    opacity: 1; }

.btn_cmn_02,
.btn_cmn_03 {
  display: inline-block;
  width: auto;
  line-height: 1;
  border-radius: 20px;
  color: #fff;
  font-family: 'Noto Sans Medium';
  background-color: #111;
  text-decoration: none;
  transition: all .2s ease;
  padding: 10px 30px; }
  .btn_cmn_02:hover,
  .btn_cmn_03:hover {
    opacity: 1;
    color: #111;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 3px #111111; }

.btn_cmn_03 {
  background-color: gray; }

/*テーブル	＿＿＿＿＿＿＿＿＿＿　*/
.table_cmn_01 {
  width: 100%; }
  .table_cmn_01 th,
  .table_cmn_01 td {
    vertical-align: top;
    text-align: left;
    border: 1px solid #ccc;
    padding: 10px 6px; }
  .table_cmn_01 th {
    white-space: nowrap;
    font-weight: normal;
    background-color: #eee; }
  .table_cmn_01 tr {
    border-bottom: 1px solid #ddd; }
  .table_cmn_01 caption {
    text-align: left;
    padding: 0 0 3px; }

.table_cmn_02 {
  width: 100%; }
  .table_cmn_02 th,
  .table_cmn_02 td {
    vertical-align: top;
    text-align: left;
    padding: 10px 13px; }
  .table_cmn_02 th {
    white-space: nowrap;
    transition: all .2s ease; }
  .table_cmn_02 tr {
    border-bottom: 1px solid #ddd; }
  .table_cmn_02 tr:hover th {
    color: red; }

/* リスト	＿＿＿＿＿＿＿＿＿＿　*/
.list_cmn_01 {
  margin-left: 20px; }

.list_cmn_02 {
  list-style: none; }

/* 単列 */
.list_flex_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  list-style: none; }
  .list_flex_1 li {
    margin: 0 .5em; }

.list_flex_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  list-style: none; }

/*　アライン	＿＿＿＿＿＿＿＿＿＿　*/
body {
  /* カラー */ }
  body .align_left {
    text-align: left; }
  body .align_right {
    text-align: right; }
  body .align_center {
    text-align: center; }
  body .color_red {
    color: red;
    font-weight: normal;
    font-family: sans-serif; }

/* マージン	＿＿＿＿＿＿＿＿＿＿　*/
body .mar05 {
  margin-bottom: 5px; }
body .mar10 {
  margin-bottom: 10px; }
body .mar15 {
  margin-bottom: 15px; }
body .mar20 {
  margin-bottom: 20px; }
body .mar25 {
  margin-bottom: 25px; }
body .mar30 {
  margin-bottom: 30px; }
body .mar40 {
  margin-bottom: 40px; }
body .mar50 {
  margin-bottom: 50px; }
body .mar60 {
  margin-bottom: 60px; }
body .mar70 {
  margin-bottom: 70px; }
body .mar80 {
  margin-bottom: 80px; }

/* サイズ補正用	＿＿＿＿＿＿＿＿＿＿　*/
body .width05 {
  width: 5%; }
body .width10 {
  width: 10%; }
body .width15 {
  width: 15%; }
body .width20 {
  width: 20%; }
body .width25 {
  width: 25%; }
body .width30 {
  width: 30%; }
body .width40 {
  width: 40%; }
body .width50 {
  width: 50%; }
body .width60 {
  width: 60%; }
body .width70 {
  width: 70%; }
body .width80 {
  width: 80%; }
body .width90 {
  width: 90%; }
body .width100 {
  width: 100%; }

.btn_anime {
  text-align: center; }
  .btn_anime a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    width: 40%;
    font-weight: bold;
    padding: 20px 0;
    color: #fff;
    background: #2e3642;
    margin: 0 auto;
    box-shadow: 3px 3px 4px #ddd; }
    .btn_anime a:before {
      position: absolute;
      z-index: -1;
      top: -100%;
      left: 0;
      content: "";
      width: 120%;
      height: 120%;
      background: #87cefa;
      transition: .2s ease; }
    .btn_anime a:hover:before {
      top: 0;
      transition: .2s ease; }
    .btn_anime a:hover {
      color: #000; }

/*　レスポンシブ対応（ブレークポイント 768px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 414px) {
  /* マージン	*/
  body .mar25,
  body .mar30,
  body .mar40,
  body .mar50,
  body .mar60,
  body .mar70,
  body .mar80 {
    margin-bottom: 20px; }

  /*　サイズ補正用　*/
  body .width05,
  body .width10,
  body .width15,
  body .width20,
  body .width25,
  body .width30,
  body .width40,
  body .width50,
  body .width60,
  body .width70,
  body .width80,
  body .width90,
  body .width100 {
    width: auto; }

  /*　イメージフローティング	＿＿＿＿＿＿＿＿＿＿　*/
  .float_right,
  .float_left {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0; }

  /* 見出し	＿＿＿＿＿＿＿＿＿＿　*/
  .ttl_cmn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: 'Noto Sans Bold'; }
    .ttl_cmn_01:after, .ttl_cmn_01:before {
      display: inline-block;
      content: "";
      width: 23px;
      height: 1px;
      background-color: #111;
      margin: 0 12px; }

  .ttl_cmn_02 {
    font-size: 2rem;
    font-family: 'Noto Sans Bold', sans-serif;
    border-bottom: 2px solid #2e3642;
    padding: 0 0 7px; }

  .ttl_cmn_03 {
    font-size: 1.8rem;
    font-family: 'Noto Sans Bold', sans-serif;
    border-left: 4px solid #2e3642;
    line-height: 1.5;
    padding: 0 10px; }

  .ttl_cmn_04 {
    font-size: 1.7rem;
    font-family: 'Noto Sans Bold', sans-serif; }

  /* テーブル */
  .table_cmn_01 th,
  .table_cmn_01 tr,
  .table_cmn_01 td {
    width: 100%;
    display: block;
    margin: 0; }

  .btn_anime {
    text-align: center; }
    .btn_anime a {
      overflow: hidden;
      position: relative;
      text-decoration: none;
      font-size: 1.6rem;
      display: block;
      width: 60%;
      font-weight: bold;
      padding: 10px 0;
      color: #fff;
      background: #2e3642;
      margin: 0 auto; } }
/*　ここまで　*/

/*# sourceMappingURL=module.css.map */
