@charset "UTF-8";
/*--------------------------------------------------------
  基本デザイン設定
--------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Open+Sans+Condensed:wght@300&family=Noto+Serif+JP:wght@300&family=Varela+Round&display=swap");
/*---------- color ----------*/
/*---------- base ----------*/
/*---------- 共通 ----------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 130%;
}

html {
  overflow: visible;
}

html,
body {
  height: 100vh;
}

body {
  margin: 0 auto;
  /*@include mg0auto; */
  padding: 0;
  background: #e8f4f7;
  color: #4d5156;
  font-size: 75%;
  font-family: "Avenir", "Helvetica Neue", "メイリオ", Meiryo, "ヒラギノ角ゴ",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#wrap {
  position: relative;
  overflow: auto;
  height: auto !important;
  /* IE6*/
  height: 100%;
  /* IE6*/
  min-height: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-left: 1px solid #c3d8e9;
  border-right: 1px solid #c3d8e9;
}

#content {
  height: 100%;
  margin: 0;
  height: auto !important;
  /* IE6*/
  height: 100%;
  /* IE6*/
  min-height: 100%;
  margin: 0 auto;
}

body > #content {
  height: auto;
}

/*ヘッダー内*/
#header {
  position: fixed;
  left: 0%;
  right: 0%;
  z-index: 50;
  margin: 0 auto;
  padding: 0em 1em 0;
  background-color: #ffffff;
  border-left: 1px solid #c3d8e9;
  border-right: 1px solid #c3d8e9;
}

#headerLogo {
  position: absolute;
  top: 1em;
  left: 1em;
  margin: 0;
  width: 290px;
  height: 100%;
}

#headerMain {
  position: absolute;
  top: 2.5em;
  left: 310px;
  width: calc(100% - 320px);
  overflow: hidden;
}
#headerMain p {
  font-weight: normal;
  font-size: 1em;
}

.btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 5%;
  width: 60px;
  height: 60px;
  margin: 10px;
  padding: 0.8em 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c8ee77;
  font-size: 1.3em;
  font-weight: bold;
  color: #646a3c;
  text-align: center;
}
.btn .offer1 {
  font-size: 0.8em;
  padding-top: 0.5em;
}
.btn:hover {
  background-color: #24b9f4;
  color: #ffffff;
}
.btn:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn i {
  color: #ffffff;
}

#left {
  margin: 0;
  background-color: #ffffff;
}

#right {
  background-color: #ffffff;
}

#footer {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #2ca9e1;
  color: #ffffff;
}
#footer p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#pagetop {
  position: fixed;
  z-index: 888;
  width: 40px;
  height: 40px;
  right: 10%;
  bottom: 0;
  background: #666666;
  opacity: 0.6;
}
#pagetop a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 0;
}
#pagetop a::before {
  position: absolute;
  content: "\f106";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
#pagetop img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------
  パーツデザイン設定
--------------------------------------------------------*/
/* トップページ デザイン定義 */
#title {
  width: 100%;
  margin: 0 0 1em 0;
}

#toppage-text {
  width: 100%;
  margin: 0 0 2em 0;
  padding: 1em 1em 2em;
  background: #ffffff;
  font-family: "Noto Serif JP", "ヒラギノ明朝", "游明朝", "Osaka", serif;
  font-size: 1.1em;
  border: 1px solid #4d5156;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#toppage-text span {
  float: right;
  padding: 1em 0.5em 0;
  color: #165e83;
  font-size: 1.1em;
  font-family: "Noto Serif JP", "ヒラギノ明朝", "游明朝", "Osaka", serif;
  background-color: #ffffff;
}

#toppage-news {
  clear: right;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#news {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 600px;
  height: 13em;
  margin: 0 auto;
  overflow-y: scroll;
}

#news dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  border-top: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

#news dt {
  flex-basis: 15%;
  padding: 1em;
  background-color: #f1f1f1;
  border-bottom: 1px dotted #ccc;
  font-family: "Abel", "Raleway", "Meiryo", sans-serif;
}

#news dd {
  flex-basis: 85%;
  padding: 1em;
  background-color: #ffffff;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

#news dd .news-tittle {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #2ca9e1;
}

#h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1em 1em 0;
}
#h2 .en {
  color: #165e83;
  font-size: 2em;
  font-family: "Abel", "Raleway", "Meiryo", sans-serif;
  text-transform: capitalize;
}
#h2 .ja {
  font-size: 1.3em;
}
#h2 .icon-info::before {
  content: "\f518";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: -0.8em;
  color: #c8c8c8;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "font Awesome 5 Free";
  font-size: 0.8em;
  font-weight: 900;
}

h4 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  text-align: left;
  border-bottom: solid 2px #c8c8c8;
}
h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  left: 0;
  bottom: -2px;
  border-bottom: solid 2px #2ca9e1;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
h4 span.ja {
  color: #4d5156;
  font-size: 1.3em;
}
h4 span.red {
  color: #fe2d2d;
}
h4 i {
  margin-right: 1em;
  color: #2ca9e1;
}

h6 {
  color: #2ca9e1;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}

.text {
  margin-bottom: 1em;
}
.text p {
  padding: 0 1em;
}

/* リンク文字色 */
#header a,
a:hover {
  border-bottom: 0;
}

a:link {
  color: #59c4c2;
}
a:visited {
  color: #59c4c2;
}
a:hover {
  color: #c8c8c8;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
a:active {
  color: #c8c8c8;
  text-decoration: none;
}

.line-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .line-column {
    flex: 0 0 48%; /* カラムの幅を48%に設定 */
    max-width: 48%; /* カラムの最大幅を48%に設定 */
    box-sizing: border-box;
  }
  
  .line-store-list {
    list-style: none; /* リストのドットを消す */
    text-align : left;
    font-size: medium;
  }
  
  .line-store-list li {
    margin-bottom: 10px;
  }
  .line-store-list li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
  }
  .line-store-list li a i {
    margin-right: 8px;
    font-size: 50px;
    color: #00c300; /* LINEのブランドカラー */
  }

#hpb-skip {
  /* ヘッダースキップの非表示 */
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

/*--------------------------------------------------------
  レスポンシブデザイン設定
--------------------------------------------------------*/
/*---------- over768px  ----------*/
@media only screen and (min-width: 768px) {
  * {
    line-height: 160%;
  }

  #wrap {
    width: 95%;
  }

  #header {
    width: 95%;
    height: 80px;
  }

  #content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding-top: 110px;
  }

  #left {
    flex-shrink: 0;
    order: 0;
    z-index: 20;
    padding: 0;
    width: 250px;
    height: 100%;
  }

  #right {
    flex: 1;
    order: 2;
    padding: 0 3em 50px;
  }

  #pagetop {
    right: 2.5%;
  }
}
/*---------- under1000px  ----------*/
@media only screen and (max-width: 1000px) {
  #header {
    background-image: none;
  }

  #news dl {
    flex-flow: column;
    text-align: left;
    border-right: 0px;
  }

  #news dt {
    background-color: #ffffff;
    border-bottom: 0;
    padding-bottom: 0;
    color: #165e83;
  }

  #news dd {
    padding: 0 1em 1em;
  }
}
/*---------- over1280px  ----------*/
@media only screen and (min-width: 1280px) {
  #wrap {
    width: 70%;
  }

  #header {
    width: 70%;
  }

  #pagetop {
    right: 15%;
  }
}
/*---------- under767px  ----------*/
@media only screen and (max-width: 767px) {
  * {
    font-size: 14px;
    line-height: 160%;
  }

  body {
    background-color: #ffffff;
  }

  #wrap {
    width: 100%;
    padding: 0 1em;
    border: 0;
  }

  #header {
    width: 100%;
    height: 60px;
    border: 0;
  }

  #headerLogo {
    position: relative;
    height: 46px;
    top: 0.5em;
    left: 0;
  }
  #headerLogo img {
    height: 46px;
  }

  #headerMain,
  #headerExtra1,
  .btn {
    display: none;
  }

  #left {
    width: 100%;
    padding: 0;
  }

  #right {
    width: 100%;
    padding: 60px 0;
  }

  #pagetop {
    right: 8px;
  }

  #footer {
    width: 100%;
    margin: 0 -1em;
  }

  #news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    height: 18em;
    border-bottom: 1px dotted #ccc;
  }

  #h2 span.en {
    font-size: 2.5em;
  }
  #h2 span.ja {
    font-size: 2em;
  }
  #h2 .icon-info::before {
    font-size: 1em;
  }

  h4 i {
    font-size: 1.1em;
  }
}
#g-nav {
  background: #ffffff;
  position: relative;
  padding-bottom: 15em;
  height: 100%;
}

#g-nav span.en {
  font-size: 0.9em;
  font-family: "Abel", "Raleway", "Meiryo", sans-serif;
  text-transform: uppercase;
  color: #c8c8c8;
  display: block;
  margin: -0.5em 0 0 1em;
}

/*リストのレイアウト設定*/
#g-nav ul {
  width: 100%;
  display: block;
  position: absolute;
  padding: 0;
  z-index: 999;
}

#g-nav li {
  list-style: none;
  border-top: 1px solid #ccc;
  position: relative;
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
}

#g-nav li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  border-bottom: 0;
  background-color: #ffffff;
  padding: 0.6em 2em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-family: "游ゴシック", "Open Sans Condensed", sans-serif;
}

.fas fa-sort-down {
  text-align: right;
}

#g-nav li a:hover {
  color: #24b9f4;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  /* background-color: #24B9F4;*/
}

#g-nav li a:hover span.en {
  color: #e7e7e7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

/*2階層目以降は横並びにしない*/
#g-nav ul ul {
  display: block;
  padding-bottom: 0.5em;
}

#g-nav li li {
  border-top: 0;
}

#g-nav .bor-top {
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
}

#g-nav .bor-bottom {
  border-bottom: 1px solid #ccc;
}

#g-nav li li a {
  color: #333;
  font-size: 1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  border: 0;
  padding: 0 0 0 4em;
  display: block;
  letter-spacing: 0.1em;
}

#g-nav ul li li a {
  font-weight: normal;
  font-size: 1em;
}

#g-nav li li .city {
  color: #333;
  font-size: 1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  border: 0;
  padding: 0.5em 0 0 4em;
  display: block;
  letter-spacing: 0.1em;
}

#g-nav ul li li .city {
  font-weight: bold;
  font-size: 1em;
}

/*2階層目を持つliの矢印の設定*/
#g-nav ul li.has-child::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}

/*下の階層を持っているulの指定*/
#g-nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 20;
  width: 100%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  transition: all 0s;
}

#g-nav li.has-child ul,
#g-nav li.has-child ul ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  /*JSで制御するため一旦表示*/
  opacity: 1;
  /*JSで制御するため一旦表示*/
  display: none;
  /*JSのslidetoggleで表示させるため非表示に*/
  transition: none;
  /*JSで制御するためCSSのアニメーションを切る*/
}

/*矢印の位置と向き*/
#g-nav ul li.has-child::before {
  right: 1em;
}

#g-nav ul li.has-child.active::before {
  transform: rotate(-45deg);
}

#g-nav li.has-child a:hover {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
}

#g-nav li.has-child li:first-child {
  padding-top: 0.5em;
}

#g-nav li.has-child li:last-child {
  padding-bottom: 0.5em;
}

/*left navi 下*/
#g-nav li.advert {
  margin: 15px 15px 40px;
  border: 0;
}

.aside {
  text-align: center;
  border: 0;
  padding: 10px 10px 5px 10px;
  background-color: #ffffff;
}

.aside h5 {
  border-left: 5px solid #f5e56b;
  margin: 0 0 1em 0;
  font-size: 1em;
  text-align: left;
  padding-left: 1em;
}

.aside h5 .h5en {
  display: none;
}

.aside p {
  font-size: 0.8em;
  text-align: center;
}

.aside .tel {
  font-size: 1.3em;
  font-weight: bold;
  color: #165e83;
}

/*---------- over768px  ----------*/
@media only screen and (min-width: 768px) {
  /*リストのレイアウト設定*/
  #navi {
    width: 250px;
    height: calc(100% - 110px);
    position: fixed;
    margin: 0;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }

  #navi::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  #g-nav li a {
    font-size: 1.2em;
  }

  #g-nav ul li li a::before {
    position: absolute;
    top: 50%;
    left: 3em;
    content: "";
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #ffffff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
  }

  #g-nav ul li li a:hover::before {
    border-left-color: #24b9f4;
  }
}
/*---------- under767px  ----------*/
@media only screen and (max-width: 767px) {
  #g-nav li.advert {
    margin: 15px 15px 10px;
  }

  .aside h5 {
    border-left: 0;
    text-align: center;
    margin: 0 0 0.3em 0;
    padding-left: 0;
    color: #2ca9e1;
    font-size: 1.3em;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 59px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: calc(100% - 59px);
    overflow: auto;
  }

  #g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
  }

  /*ナビゲーション*/
  #g-nav ul {
    padding: 0;
    position: absolute;
    top: 10%;
  }

  /*リストのレイアウト設定*/
  #g-nav li a {
    padding: 0.8em 0.8em 0.8em 3em;
    font-size: 1em;
  }

  #g-nav ul li li a {
    padding: 0.2em 0 0.2em 5em;
  }

  #g-nav li span.en {
    padding: 0.5em 0 0;
  }

  #g-nav li.has-child ul,
  #g-nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  /*矢印の位置と向き*/
  #g-nav ul li.has-child::before {
    right: 1em;
  }

  #g-nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }

  /*========= ハンバーガー ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    right: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    right: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/* 企業概要ページ デザイン定義 */
#service {
  margin: -3em 0 0 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: visible;
}
#service #h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1em 0;
  padding: 1em 1em 1em 2em;
  text-align: left;
  border: 1px solid #c3d8e9;
  background-image: url(../images/h2img.jpg);
  background-size: auto 80px;
  background-position: right;
  background-repeat: no-repeat;
}
#service #h3 .ja {
  color: #4d5156;
  font-size: 1.3em;
}
#service #h3 .en {
  margin: 0 0 0 0.5em;
  color: #c8c8c8;
  font-family: "Abel", "Raleway", "Meiryo", sans-serif;
  line-height: 60%;
}

.thanks {
  margin-top: 100px;
  width: 100%;
}
.thanks p {
  text-align: center;
}
.thanks .check {
  color: #2ca9e1;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.thanks .f-b {
  font-size: 2em;
}

.must {
  padding: 1em 0;
  width: 48px;
  color: red;
  text-align: center;
}

.item {
  padding: 0.5em;
  width: 100%;
  text-align: center;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.item ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.item ul li {
  padding-top: 0;
  padding-left: 3em;
  list-style-type: none;
  font-weight: bold;
}
.item ul li::before {
  padding-right: 0.5em;
  content: "\f0da";
  font-family: "font Awesome 5 Free";
  font-weight: 900;
  color: #a3d678;
}

/*---------- under1000px  ----------*/
@media only screen and (max-width: 1000px) {
  #service {
    margin: 0;
  }
  #service #h3 .ja {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-size: auto 100%;
  }
  #service #h3 .en {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }

  table.formTable th {
    width: auto;
    display: block;
    text-align: left;
  }

  table.formTable td {
    width: auto;
    display: block;
    text-align: left;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  /*----- メルフォ -----*/
  .Form .Form-Item {
    flex-wrap: wrap;
    padding: 1em 0.5em;
    border-top: 0;
  }
  .Form .Form-Item:nth-child(5) {
    border-bottom: 0;
  }
  .Form .Form-Item .Label {
    display: flex;
    align-items: start;
    width: 100%;
    font-size: 1.3em;
  }
  .Form .Form-Item .Label.isMsg {
    margin-top: 0;
  }
  .Form .Form-Item .must {
    padding: 0;
    font-size: 1em;
    text-align: left;
  }
  .Form .Form-Item .Form-Item-Input {
    flex: inherit;
    margin-left: 0;
    margin-top: 0.5em;
    width: 100%;
    height: 40px;
    font-size: 1em;
  }
  .Form .Form-Item .Form-Item-Textarea {
    flex: inherit;
    margin-top: 0.5em;
    margin-left: 0;
    height: 200px;
    font-size: 1em;
  }
}
/*　文字装飾　*/
p {
  text-align: left;
  font-size: small;
}

.texdeco-none {
  text-decoration: none;
}

.mb1 {
  margin-bottom: 1em;
}

.bold {
  font-weight: bold;
}

.line {
  text-decoration: underline;
}

.red {
  color: #fe2d2d;
}

.white {
  color: #ffffff;
}

.navy {
  color: #165e83;
}

.hanten {
  transform: scale(-1, 1);
}

.i-s {
  font-size: 0.8em;
}

.date {
  color: #c8c8c8;
  font-family: "Abel", "Raleway", "Meiryo", sans-serif;
  font-weight: normal;
}

.imp {
  color: #fe2d2d;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #fe2d2d;
}

/*---------- over768px  ----------*/
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/*---------- under767px  ----------*/
@media only screen and (max-width: 767px) {
  .mb-none {
    display: none;
  }

}

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