@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@300;400;500&display=swap");
.adr::after {
  content: "hogehoge@co.jp";
}

.h1, h1 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0;
}

.h2, h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

.h2_small {
  font-size: 1.35rem !important;
}

.h3, h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.navbar .navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #0066b4;
  border-width: thin;
}
.navbar .navbar-nav .nav-link:hover {
  color: #0066b4 !important;
}
.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}

.dropdown-divider {
  border-width: thin;
}

@media (max-width: 480px) {
  .dropdown-item {
    white-space: normal;
  }
}
.jumbotron {
  padding: 7rem 2rem !important;
  max-height: 80vh;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  line-height: 2;
}

img {
  width: 100%;
}

.h2-title {
  text-align: center;
}
.h2-title h2 {
  color: #10416a;
  padding: 0 1.2rem 1.2rem;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.pan {
  font-size: 13px;
  margin-bottom: 20px;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover:hover {
  opacity: 0.85;
}

@media (min-width: 992px) {
  .dtable {
    display: table;
    table-layout: auto;
    overflow: hidden;
    word-wrap: break-word;
    border-collapse: collapse;
  }
  .dtable .dtable_body {
    display: table-row-group;
  }
  .dtable .dtable_body .dtable_row {
    display: table-row;
  }
  .dtable .dtable_body .dtable_row .dhead {
    color: #fff;
  }
  .dtable .dtable_body .dtable_row .dtable_b {
    display: table-cell;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    border-width: thin;
    line-height: 180%;
  }
  .dtable .dtable_body .dtable_row .dtable_b:first-child {
    width: 5em;
    font-size: 14pt;
    font-family: "Lato", sans-serif;
  }
}
@media (max-width: 992px) {
  .dtable_row {
    border-bottom: 1px solid #ddd;
  }
  .dtable_row:first-child {
    border-top: 1px solid #ddd;
  }
  .dtable_row .dtable_b:first-child {
    font-size: 16pt;
    font-family: "Lato", sans-serif;
    padding-bottom: 0 !important;
  }
}
.compositionTable {
  width: 100%;
}
.compositionTable tr td {
  border-collapse: collapse;
  word-wrap: break-word;
  padding: 14px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 10pt;
}

.wrap_container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.fs_small {
  font-size: 13px;
  line-height: 170%;
}

.kome {
  position: relative;
  margin-left: 1.4em;
  margin-bottom: 0.4rem;
  display: inline-block;
}

.kome:before {
  position: absolute;
  left: -1.4em;
  top: 0;
}

.kome-lg {
  position: relative;
  margin-left: 2.8em;
  margin-bottom: 0.4rem;
  display: inline-block;
}

.kome-lg:before {
  position: absolute;
  left: -2.8em;
  top: 0;
}

.kome-dotted:before {
  content: "・";
}

.kome-ex:before {
  content: "※";
}

.kome-senni:before {
  content: ">";
}

.kome-ex1:before {
  content: "(※1）";
}

.comment_bottom {
  font-size: 12px;
  margin-top: 5px;
}

.comment_top {
  font-size: 12px;
  margin-bottom: 5px;
}

.radius {
  border-radius: 6px;
}

.info_area {
  padding: 1rem;
  border: 1px solid #17a2b8;
  border-radius: 5px;
  border-width: thin;
  background-color: #f4fdff;
}

.alpha {
  transition: opacity 0.5s;
}
.alpha:hover {
  opacity: 0.75;
}

.udb {
  border-bottom: 1px solid #ccc;
  border-width: thin;
}

.sp_area_black {
  font-size: 2em;
  background-color: black;
  color: white;
  display: inline-block;
}

.mincyo {
  font-family: x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif;
}

.list-style-dotted li {
  position: relative;
  margin-left: -18px;
  list-style-type: none;
}
.list-style-dotted li::before {
  position: absolute;
  left: -18px;
  content: "・";
}

.btn_top {
  position: relative;
  height: 0;
  margin: 0 auto;
  display: none;
  z-index: 100;
}

.btn_top a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
}

.btn_top a img {
  width: 100px;
  opacity: 0.9;
}

@media (min-width: 1200px) {
  .btn_top a img {
    opacity: 1;
  }
}
.recommend {
  padding-left: 0;
}
.recommend:after {
  content: "";
  width: 1px;
  height: 98.3%;
  position: absolute;
  top: 0;
  left: 34px;
  border-left: 1px dashed #252525;
  z-index: -1;
}
.recommend li {
  list-style-type: none;
  margin-bottom: 3rem;
}
.recommend li:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 39px;
  height: 13px;
  position: absolute;
  left: 0;
}
.recommend li:last-child {
  margin-bottom: 0;
}
.recommend li p {
  margin-left: 58px;
  font-weight: bold;
}
.recommend li p span {
  font-weight: normal;
  margin-left: -58px;
  background-color: black;
  color: white;
  border-radius: 30px;
  padding: 0.6rem 1rem;
  margin-right: 17px;
}
.recommend li .txt-pos {
  margin-left: 58px;
}

.bg-light-inner {
  background-color: white;
  border: 1px solid #ccc;
  border-width: thin;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.tips {
  font-size: 18px;
  border-radius: 5px;
  margin-right: 3px;
  padding: 7px 5px;
  vertical-align: top;
}

.ptn-2 {
  background-color: #69ACE5 !important;
}

/* 画像枠生成 */
.pictFrame {
  border-radius: 20px;
  background-color: #eee;
  padding: 5px;
  border: 1px solid #ccc;
  border-width: thin;
}

/* 注釈コメント */
.however {
  font-size: 10pt;
  padding: 20px 30px;
  background-color: #f3f3f3;
}

.however-lg {
  font-size: 10pt;
  padding: 5rem 3rem;
  background-color: #f3f3f3;
}

.however-rsp {
  font-size: 10pt;
  background-color: #f3f3f3;
}

/* idアンカーの上マージン設定 */
.anc::before {
  display: block;
  height: 6.5rem;
  margin-top: -6.5rem;
  content: "";
}

/*続きを読む関連　↓*/
.grad-wrap {
  position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  width: 250px;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  background: #30bac0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.grad-trigger::after {
  content: "すべて表示する";
}

.grad-trigger .fa {
  margin-right: 0.5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item.is-hide {
  height: 520px; /*隠した後の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.grad-trigger.is-show::after {
  content: "折りたたむ";
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

/* 色指定 */
.base_color {
  color: #0066b4;
}

.base_color_r {
  color: white;
}

.gas_color_r {
  color: #f28d2e;
}

.slide-contents {
  position: relative;
  background: linear-gradient(#daeffb, white, white, white, white);
}

.bnr-area div {
  margin-bottom: 1rem;
}
.bnr-area div:last-child {
  margin-bottom: 0;
}

.youtube_wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.std-btn1 {
  font-size: 14pt;
  border-radius: 4px;
  color: white;
  background-color: #30bac0;
  display: inline-block;
  padding: 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}

.std-btn2 {
  font-size: 14pt;
  border-radius: 4px;
  color: white;
  background-color: #CC0000;
  display: inline-block;
  padding: 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}

.std-btn3 {
  font-size: 14pt;
  border-radius: 100px;
  color: white;
  background-color: #0066b4;
  display: inline-block;
  padding: 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}

.std-btn4 {
  font-size: 14pt;
  border-radius: 100px;
  color: white;
  background-color: #0066b4;
  display: inline-block;
  padding: 20px 45px;
  line-height: 140%;
  box-sizing: border-box;
}

.std-btn1:hover, .std-btn2:hover, .std-btn3:hover {
  opacity: 0.75;
}

.fs8 {
  font-size: 8pt;
}

.fs9 {
  font-size: 9pt;
}

.fs10 {
  font-size: 10pt;
}

.fs11 {
  font-size: 11pt;
}

.fs12 {
  font-size: 12pt;
}

.fs13 {
  font-size: 13pt;
}

.fs14 {
  font-size: 14pt;
}

.fs15 {
  font-size: 15pt;
}

.fs16 {
  font-size: 16pt;
}

.fs17 {
  font-size: 17pt;
}

.fs18 {
  font-size: 18pt;
}

.fs19 {
  font-size: 19pt;
}

.fs20 {
  font-size: 20pt;
}

.fs25 {
  font-size: 25pt;
}

.fs30 {
  font-size: 30pt;
}

.fs35 {
  font-size: 35pt;
}

.fs40 {
  font-size: 40pt;
}

.fwB {
  font-weight: bold;
}

.tel-font {
  font-family: "Lato", sans-serif;
}

.noto-n-jp {
  font-family: "Noto Sans JP", sans-serif;
}

header#header {
  min-height: 77px;
}
header#header nav {
  min-height: 77px;
}
@media (max-width: 1199px) {
  header#header nav .nav-item {
    transition: background-color 0.5s;
  }
  header#header nav .nav-item:hover {
    background-color: #F8FBFE;
  }
  header#header nav .nav-item:first-child {
    margin-top: 10px;
  }
  header#header nav .nav-item:last-child .nav-link {
    border-bottom: 1px solid #ddd;
  }
  header#header nav .nav-item .nav-link {
    padding: 1.5rem 1rem;
    border-top: 1px solid #ddd;
    border-width: thin;
  }
  header#header nav #navbarSupportedContent ul:first-child li:first-child .nav-link {
    padding: 2.5rem 1rem 1.5rem !important;
    border-top: none;
  }
}

footer#footer div.f-sand1 {
  background-color: #333;
  color: #ddd;
  padding: 3rem 0;
}
footer#footer div.f-sand1 div.tel {
  width: 100%;
  box-sizing: border-box;
  display: table;
  line-height: 200%;
  height: 6rem;
  text-align: center;
}
footer#footer div.f-sand1 div.tel > div {
  display: table-cell;
  vertical-align: middle;
}
footer#footer div.f-sand1 div.tel .fcontact1 {
  width: 33%;
  border-right: 1px solid #555;
}
footer#footer div.f-sand1 div.tel .fcontact1 > a {
  text-decoration: none;
  color: #ddd;
}
footer#footer div.f-sand1 div.tel .fcontact2 {
  width: 34%;
  border-right: 1px solid #555;
}
footer#footer div.f-sand1 div.tel .fcontact2 > p {
  color: #ddd;
}
footer#footer div.f-sand1 div.tel .fcontact3 {
  line-height: 200%;
  width: 33%;
}
footer#footer div.f-sand1 div.tel .fcontact3 > p {
  margin-bottom: 0.8rem;
  font-family: "Lato", sans-serif;
  color: #ddd;
}
footer#footer div.f-sand1 div.tel .fcontact3 > p span.fdeco1 {
  border: 1px solid #777;
  padding: 1px 4px 2px;
  margin-right: 5px;
  color: #ddd;
}

.fdeco1 {
  border: 1px solid #777;
  padding: 1px 4px 2px;
  margin-right: 5px;
  color: #ddd;
}

#top .dtable {
  width: 100%;
}
#top .dtable .dtable_body .dtable_row .dtable_b {
  padding: 1rem 1.2rem;
  background-color: white;
}
#top .dtable .dtable_body .dtable_row .db_content {
  font-size: 11pt;
  line-height: 170%;
}
#top .sp_bg {
  background: url("../img/_general/main_bg.jpg") no-repeat center center/cover;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  /*@media(max-width: $lg){
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }*/
  max-height: 100vh !important;
}
#top .sp_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(100%);
  z-index: -1;
}
#top .jt_main_doc, #top .jt_sub_doc {
  color: white;
  font-weight: bold;
  text-shadow: 0 2px 2px #666;
}
#top .jt_main_doc {
  font-size: 22pt;
}
#top .jt_sub_doc {
  font-size: 14pt;
}
#top .sm_bnr img {
  padding: 0.8rem 1rem;
  background-color: white;
  border-radius: 1rem;
  border: 2px solid #0066b4;
}

#company .dtable {
  width: 100%;
}
#company .dtable .dtable_body .dtable_row .dtable_b {
  padding: 1rem 1.2rem;
  background-color: white;
}
#company .dtable .dtable_body .dtable_row .dtable_b:first-child:first-child {
  min-width: 8em;
  background-color: #0066b4;
  color: white;
  padding: 0.5em 1em 0.4em !important;
  font-size: 13pt;
  text-align: center;
}
#company .dtable .dtable_body .dtable_row .db_content {
  font-size: 11pt;
  line-height: 170%;
}
#company .tbl02 {
  width: 100%;
  border-collapse: separate;
  empty-cells: show;
  line-height: 1.4;
  table-layout: fixed;
}
#company .tbl02 tr:first-child th, #company .tbl02 tr:first-child td {
  border-top: 1px solid #E5E5E5;
}
#company .tbl02 tr th {
  padding-right: 6px;
  vertical-align: middle;
  text-align: left;
  font-weight: 100;
  background-color: #f3f3f3;
}
#company .tbl02 tr .th02 {
  padding: 8px 9px;
  border-bottom: 1px solid #E5E5E5;
  width: 6rem;
  empty-cells: show;
  color: #555;
}
#company .tbl02 tr .th02_2 {
  padding: 8px 9px;
  border-bottom: 1px solid #E5E5E5;
  width: 4rem;
  empty-cells: show;
  color: #555;
  text-align: right;
  font-weight: 100;
  background-color: #f3f3f3;
}
#company .tbl02 tr .td02 {
  padding: 8px 9px;
  border-bottom: 1px solid #E5E5E5;
  empty-cells: show;
  line-height: 165%;
  font-size: 11pt;
}

#greeting .comment {
  padding: 3rem;
  background-color: #f8f8f8;
  line-height: 165%;
}
#greeting .comment .president {
  margin-top: 10px;
  text-align: right;
  font-size: 16pt;
}
#greeting .comment .president span {
  font-size: 10pt;
  margin-right: 18px;
}
#greeting .motto {
  padding: 3rem;
  background-color: #f3f3f3;
  text-align: center;
}
#greeting .motto p {
  font-size: 15pt;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 0;
}

#recruit .dtable {
  width: 100%;
}
#recruit .dtable .dtable_body .dtable_row .dtable_b {
  padding: 1rem 1.2rem;
  background-color: white;
}
#recruit .dtable .dtable_body .dtable_row .dtable_b:first-child:first-child {
  min-width: 9em;
  background-color: #0066b4;
  color: white;
  padding: 0.5em 1em 0.4em !important;
  font-size: 13pt;
  text-align: center;
}
#recruit .dtable .dtable_body .dtable_row .db_content {
  font-size: 11pt;
  line-height: 170%;
}
#recruit .blue01 {
  color: #327BAF;
  background-color: #C9E5E8;
  line-height: 220%;
  padding: 1px 5px 3px;
  border: 1px solid #327BAF;
}
#recruit .comment {
  padding: 2.5rem;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  line-height: 165%;
  font-size: 11pt;
}
#recruit .comment span {
  font-size: 13pt;
  font-weight: bold;
  color: rgb(45, 89, 159);
}

#sfc .sfc-title {
  background-color: #0066b4;
  color: white;
  padding: 1rem 1.8rem 1.2rem;
  display: inline-block;
  line-height: 100%;
}
#sfc .sfc-p2 h2 {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #sfc .sfc-p1 {
    position: relative;
  }
  #sfc .sfc-p2 {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  #sfc .sfc-p2 h2 {
    width: 100%;
  }
}
#sfc .dtable {
  width: 100%;
}
#sfc .dtable .dtable_body .dtable_row .dtable_b {
  padding: 1rem 1.2rem;
  background-color: white;
}
#sfc .dtable .dtable_body .dtable_row .dtable_b:first-child:first-child {
  min-width: 9em;
  background-color: #0066b4;
  color: white;
  padding: 0.5em 1em 0.4em !important;
  font-size: 13pt;
  text-align: center;
}
#sfc .dtable .dtable_body .dtable_row .db_content {
  font-size: 11pt;
  line-height: 170%;
}

#contact .notes {
  font-size: 12px;
  margin-top: 6px;
  line-height: 160%;
  color: #777;
}
#contact .error {
  font-size: 12px;
  margin-top: 6px;
  line-height: 160%;
  color: #C00;
  font-weight: bold;
}
#contact .clRequired {
  color: white;
  font-size: 11px;
  padding: 1px 6px 3px;
  background-color: #d00;
  line-height: 100%;
  font-weight: bold;
  margin-left: 6px;
  border-radius: 2px;
}
@media screen and (min-width: 992px) {
  #contact {
    /*--recruit.html--*/
    /* =======================================
    * テーブル
    ==========================================*/
  }
  #contact .form {
    border: 1px solid #E5E5E5;
    padding: 10px 8px 9px;
    margin: 2px 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #contact .form:focus {
    background-color: aliceblue;
  }
  #contact .privacyBox {
    margin: 14px 0 10px 0;
    line-height: 1.4;
  }
  #contact .privacyBox dt {
    background: #eaf1d3;
    font-size: 12px;
    padding: 0;
    color: #000000;
    width: 14em;
    margin-bottom: 4px;
    text-align: center;
  }
  #contact .privacyBox dd {
    border: 1px solid #e5e5e5;
    padding: 5px;
    background: #FFFFFF url("../../img/bg_02.gif") repeat;
  }
  #contact .privacyBox dd div {
    height: 92px;
    font-size: 12px;
    padding: 2px 6px;
    background: #ffffff;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #contact .privacyBox dd div h6 {
    font-weight: bold;
  }
  #contact .privacyBox dd div ol {
    padding-left: 44px;
  }
  #contact a.submitLnk {
    padding: 2px 4px;
    background: #DFEC09;
    color: #000000;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 1px auto;
    width: 24em;
  }
  #contact a.submitLnk:visited {
    color: #000000;
    text-decoration: none;
  }
  #contact a.submitLnk:hover {
    background: #F70800;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact a.submitLnk:active {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact table.submitLnkC {
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
  }
  #contact table.submitLnkC a.submitLnk {
    margin: 1px 10px;
    width: 10em;
  }
  #contact input.submitLnk {
    padding: 8px 0;
    background: #DFEC09;
    color: #000000;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 1px auto;
    width: 24em;
    cursor: pointer;
    border: none;
    font-size: 100%;
    border-radius: 5px;
  }
  #contact input.submitLnk:visited {
    color: #000000;
    text-decoration: none;
  }
  #contact input.submitLnk:hover {
    background: #F70800;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact input.submitLnk:active {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact .form01 {
    display: table;
    width: 100%;
  }
  #contact .form01 .title, #contact .form01 .inputbox, #contact .form01 .confirmbox {
    box-sizing: border-box;
    height: auto;
    display: table-cell;
  }
  #contact .form01 .title {
    padding: 8px 9px;
    font-size: 13px;
    background: #FFFFFF url("../../img/bg_02.gif") repeat;
    border-bottom: 1px solid #E5E5E5;
    width: 200px;
    color: #0173BC;
    vertical-align: middle;
    font-weight: bold;
  }
  #contact .form01 .inputbox {
    padding: 8px 9px;
    border-bottom: 1px solid #E5E5E5;
    width: 800px;
    line-height: 1.4;
  }
  #contact form > .form01:first-child .title, #contact form > .form01:first-child .inputbox, #contact form > .form01:first-child .confirmbox {
    border-top: 1px solid #E5E5E5;
  }
  #contact .form01 .confirmbox {
    padding: 18px 16px;
    border-bottom: 1px solid #E5E5E5;
    width: 800px;
    line-height: 1.4;
  }
  #contact .complete_txt {
    margin: 50px 0px;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
  }
  #contact .tbl01 {
    width: 100%;
    border-collapse: separate;
    empty-cells: show;
    line-height: 1.4;
    table-layout: fixed;
  }
  #contact .tbl01 .th01 {
    padding: 8px 9px;
    font-size: 13px;
    border-bottom: 1px solid #E5E5E5;
    width: 160px;
    empty-cells: show;
    color: #0173BC;
  }
  #contact .tbl01 .td01 {
    padding: 8px 9px;
    border-bottom: 1px solid #E5E5E5;
    empty-cells: show;
    width: 710px;
    line-height: 1.4;
  }
  #contact .tbl01 h6 {
    background: #eaf1d3;
    padding: 0 5px;
    color: #000000;
    width: 10em;
    margin: 2px 0;
  }
  #contact .tblTbl {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  #contact .tblTbl td {
    padding-right: 8px;
    vertical-align: top;
  }
  #contact .msg {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  #contact {
    /* ==============================
     * 一括設定
     * ============================== */
    /* // サイト全体の横幅固定値 ///// */
    /* =======================================
     * テーブル
    ==========================================*/
    /* *****************************
    * body
    **************************** */
    /* *****************************
    * header
    **************************** */
    /* *****************************
    * main
    **************************** */
    /* *****************************
     * フォーム
     **************************** */
    /*--recruit.html--*/
  }
  #contact input, #contact select, #contact option, #contact .list_item span {
    font-size: 16px !important;
  }
  #contact header > .inner, #contact footer > .inner, #contact section {
    width: 100%;
    margin: 0 auto;
  }
  #contact .tbl01 {
    width: 100%;
    border-collapse: separate;
    empty-cells: show;
    line-height: 1.4;
    table-layout: fixed;
  }
  #contact .tbl01 .th01 {
    padding: 8px 9px;
    font-size: 13px;
    background: #FFFFFF url("../../img/bg_02.gif") repeat;
    border-bottom: 1px solid #E5E5E5;
    empty-cells: show;
    color: #0173BC;
  }
  #contact .tbl01 .td01 {
    padding: 8px 9px;
    border-bottom: 1px solid #E5E5E5;
    empty-cells: show;
    line-height: 1.4;
  }
  #contact .tbl01 h6 {
    background: #eaf1d3;
    padding: 0 5px;
    color: #000000;
    width: 10em;
    margin: 2px 0;
  }
  #contact .tblTbl {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  #contact .tblTbl td {
    padding-right: 8px;
    vertical-align: top;
  }
  #contact body {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #contact header {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
    margin-bottom: 10px;
  }
  #contact header > .inner {
    text-align: center;
  }
  #contact header > .inner h1 {
    padding: 14px 0 8px;
    line-height: 110%;
  }
  #contact header > .inner div:last-child {
    padding-bottom: 5px;
  }
  #contact main {
    padding: 0 10px;
  }
  #contact .form {
    border: 1px solid #E5E5E5;
    padding: 14px 14px;
    margin: 0 0 2px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
  }
  #contact .form:focus {
    background-color: aliceblue;
  }
  #contact .privacyBox {
    margin: 14px 0 10px 0;
    line-height: 1.4;
  }
  #contact .privacyBox dt {
    background: #eaf1d3;
    font-size: 12px;
    padding: 0;
    color: #000000;
    width: 14em;
    margin-bottom: 4px;
    text-align: center;
  }
  #contact .privacyBox dd {
    border: 1px solid #e5e5e5;
    padding: 5px;
    background: #FFFFFF url("../../img/bg_02.gif") repeat;
  }
  #contact .privacyBox dd div {
    height: 92px;
    font-size: 12px;
    padding: 2px 6px;
    background: #ffffff;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #contact .privacyBox dd div h6 {
    font-weight: bold;
  }
  #contact .privacyBox dd div ol {
    padding-left: 44px;
  }
  #contact a.submitLnk {
    padding: 2px 4px;
    background: #DFEC09;
    color: #000000;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 1px auto;
    width: 90%;
  }
  #contact a.submitLnk:visited {
    color: #000000;
    text-decoration: none;
  }
  #contact a.submitLnk:hover {
    background: #F70800;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact a.submitLnk:active {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact table.submitLnkC {
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
  }
  #contact table.submitLnkC a.submitLnk {
    margin: 1px 10px;
    width: 10em;
  }
  #contact input.submitLnk {
    padding: 13px 0;
    background: #DFEC09;
    color: #000000;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 1px auto;
    width: 90%;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }
  #contact input.submitLnk:visited {
    color: #000000;
    text-decoration: none;
  }
  #contact input.submitLnk:hover {
    background: #F70800;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact input.submitLnk:active {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
  }
  #contact .form01 {
    padding: 12px 6px;
  }
  #contact .form01 .title {
    font-weight: bold;
    line-height: 200%;
    font-size: 16px;
  }
  #contact .form01 .confirmbox {
    border-top: 1px solid #E5E5E5;
    padding: 0 5px 0;
  }
  #contact .sm_nth > div {
    background-color: #eee;
  }
  #contact .sm_nth > div:nth-child(even) {
    background-color: #dedede;
  }
  #contact .sm_nth > div.even {
    background-color: #dedede;
  }
  #contact .sm_nth > div:first-child {
    border-radius: 10px 10px 0 0;
  }
  #contact .sm_nth > div:last-child {
    background-color: white;
  }
  #contact .sm_nth .bgn {
    background-color: white;
  }
  #contact .complete_txt {
    margin: 50px 0px;
    padding: 20px 10px;
    text-align: left;
    width: 100%;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    box-sizing: border-box;
  }
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* html Hack code:
****************************/
a.alpha:hover img {
  filter: Alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a.alpha2:hover img {
  filter: Alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.pkg:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .pkg {
  display: inline-block;
}

/* no ie mac \*/
* html .pkg {
  height: 1%;
}

.pkg {
  display: block;
}

/* */
* + html .pkg {
  height: 1%;
}

/*--------------------------------------------------------------------*/
/*# sourceMappingURL=main.css.map */