@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

html {
  font-size: 62.5%;
}
html body {
  font-family: "メイリオ", Meiryo, "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", "Helvetica", sans-serif;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  html body {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  html body {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .nav {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    max-width: 100%;
  }
}
.nav__a--pc {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .nav__a--pc {
    display: none;
  }
}
.nav__b--pc {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .nav__b--pc {
    display: none;
  }
}
.nav a {
  background-color: #d6d6d6;
  margin: 10px;
  border-radius: 5px;
  color: #193a9c;
  font-weight: bolder;
  padding: 5px 10px 5px;
  text-decoration: none;
  transition: 0.2s;
}
.nav a:hover {
  background-color: #acacac;
  color: #2056f7;
}
.nav a:visited {
  color: #193a9c;
}

.ssh {
  height: 30vh;
}

button {
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
}
button:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown__options {
  display: block;
}

.dropdown {
  position: relative;
  text-align: center;
}
.dropdown__options {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-height: 25vh;
  overflow-y: scroll;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}
.dropdown__options a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  padding: 20px 40px;
}
.dropdown__options a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius: 5px;
}
.dropdown__options li {
  list-style: none;
}

h1 {
  font-size: 150%;
  color: #404040;
  padding: 20px 0px 20px 5px;
  margin-top: 0px;
  margin-bottom: 2px;
  border-bottom: 1px dotted #999;
}
@media only screen and (min-width: 768px) {
  h1 {
    text-align: center;
  }
}

.content {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.wrap {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; は JS制御の場合はあってもなくても良いですが、
       レイアウト崩れ防止のため一旦 flex-start で固定します */
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .navi_sp {
    display: none;
  }
}
.navi_sp {
  margin-left: 8px;
  font-size: 1.4rem;
  z-index: 3;
  position: sticky;
  top: 0;
}
.navi_sp h3 {
  display: block;
  color: #ffffff;
  background-color: #01073b;
  padding: 10px 0px 10px 10px;
}
.navi_sp {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #ffffff;
  margin: 10px 0 0 0px;
}
.navi_sp ul {
  padding: 0;
  margin: 0;
}

.navi_pc {
  /*pc用メニュー*/
  margin-left: 8px;
  position: relative;
}
.navi_pc .navi_content {
  z-index: 100;
  width: inherit;
}
.navi_pc h3 {
  display: block;
  position: relative;
  color: #404040;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .navi_pc {
    display: none;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #ffffff;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .navi_pc {
    width: 250px;
    height: auto;
    margin-right: 20px;
    padding: 0px 2px 0px 0px;
  }
  .navi_pc ul {
    /*ビュレットを消してリストを左寄せ*/
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .navi_pc li {
    list-style-type: none;
    position: relative;
    margin: 1px 0 0 10px;
    padding: 5px 0 5px 1.3rem;
    line-height: 1;
  }
  .navi_pc li:before {
    /*リストアイコン表示*/
    position: absolute;
    content: "";
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #dcdcdc;
  }
}

/*---------------- mein contents --------------------------------------*/
.entry {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
}
.entry h2 {
  margin: 25px 0px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .entry {
    position: relative;
    min-height: 450px;
    background-color: #ffffff;
    text-align: left;
    width: calc(100% - 260px);
  }
}
.entry .index {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.entry .section {
  padding-bottom: 0.25rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .entry .section {
    display: block;
  }
}
.entry .section h3 {
  position: relative;
  color: #505050;
  padding: 10px 0px 4px 6px;
  margin: 0px 10px 10px 0px;
  border-bottom: solid #AAB5D7 1px;
  font-size: 2rem;
  font-weight: lighter;
}
.entry .section h3:first-child {
  margin: 15px 0px 10px 0px;
}
.entry .section h4 {
  padding: 0;
  margin: 20px 0 10px 0;
  margin-left: 10px;
  border-bottom: dotted #dbdbdb 2px;
}
.entry .section h4 P {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .entry .section img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .entry .section img {
    max-width: 600px;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.entry .section strong {
  font-size: 1.6rem;
  line-height: 150%;
  margin: 50px 0px 10px 0px;
  display: block;
}
.entry .section strong:first-child {
  margin: 24px 0 5px 5px;
}
.entry .section p {
  margin: 0px 0 25px 25px;
  letter-spacing: 10%;
}
.entry .section table {
  margin: 5px 0px 5px 25px;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .entry .section table {
    width: calc(100% - 25px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .section table {
    width: 95%;
  }
}
.entry .section table th {
  background: #f4f4f4;
  border-bottom: solid #dadada 1px;
  border-left: solid #dadada 1px;
  vertical-align: middle;
  width: 27%;
}
.entry .section table th:first-child {
  border-top: solid #dadada 1px;
}
.entry .section table td {
  border: solid #dadada 1px;
}
.entry .section table td, .entry .section table th {
  padding: 10px;
}
.entry .section dt {
  border-bottom: dotted #AAB5D7 1px;
  padding: 0px 0px 4px 14px;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.entry .section dt:first-child {
  margin-top: 30px;
  margin-bottom: 10px;
}
.entry .section ul {
  margin: 0 0 0 30px;
  padding: 12px;
}
.entry .section .guide_pic {
  margin: 10px 0 10px 25px;
}
@media only screen and (min-width: 768px) {
  .entry .section .guide_pic--securitycode {
    width: 400px;
    height: auto;
  }
}
.entry .section .item_img {
  margin-left: 23px;
}
.entry .section .item_img img {
  border: solid #cacaca 2px;
}
.entry .section .caution {
  /*赤文字にしたい箇所*/
  color: #f01a1a;
}
.entry .section .ul_margin {
  padding: 0 40px 0 0;
  margin: 10px 0px 20px 40px;
}
.entry .section .zipcolum {
  /*中間料金の郵便番号の整列*/
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0px 0px 25px 10px;
  padding: 0;
  text-align: left;
}
.entry .section .zipcolum p {
  margin: 0 5px;
}
.entry .section .maru {
  /*番号リストの装飾*/
  display: inline-block;
  font-style: normal;
  margin: 0 5px 0 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 100%;
  background-color: #25477c;
  text-align: center;
  color: #fff;
  border: 1px solid #25477c;
}
.entry .section .cedyna1 {
  border: solid #dadada 1px;
  margin: 0 0 30px 0;
  padding: 10px;
}
.entry .section .cedyna1 img {
  margin-left: 10px;
}
.entry .section .cedyna2 {
  border: solid #dadada 1px;
  margin: 0 0 30px 0;
  padding: 10px;
}
.entry .section .cedyna2 img {
  margin-left: 10px;
}

/*ボタンの装飾*/
.leave_button {
  margin-left: 38px;
}

.square_btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  margin: 20px 0px;
}
.square_btn .btn_color {
  color: #ffffff;
}

.square_btn:active {
  /*ボタンを押したとき*/
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}

/*「こちら」への装飾*/
.url_suggest {
  color: #ffffff;
  background-color: #668ad8;
  padding: 4px;
  border-radius: 10%;
}

.updated_date {
  /*更新日の装飾*/
  text-align: right;
  vertical-align: bottom;
}

.shop {
  /*その他問い合わせ店舗リストのレイアウト*/
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin-left: 8px;
}
.shop .shoplist P {
  position: relative;
}
.shop .shoplist .left_decoration {
  /*店名の装飾*/
  font-weight: bold;
  padding: 0 0 0 14px;
}
.shop .shoplist .left_decoration:before {
  /*見出し装飾*/
  content: "";
  position: absolute;
  top: 3.5px;
  left: 0px;
  background-color: #e33838;
  width: 4px;
  height: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop .shoplist {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shoplist {
    width: 49%;
  }
}
.shop .shoplist .left_decoration:after {
  /*ドット線*/
  content: "";
  display: block;
  /**/
  width: 90%;
  border-bottom: dotted #dadada 2px;
  margin: 0;
  padding: 4px 0 0 0;
}

/*会員登録ddのレイアウト*/
.dt_join {
  color: #808080;
  padding: 10px 0px 4px 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

dd {
  margin: 5px 0 0 10px;
  padding: 0;
}
dd p {
  margin-left: 10px;
}

.registbox {
  /*会員登録のレイアウト*/
  margin: 0px 0px 40px 0px;
}
@media only screen and (min-width: 768px) {
  .registbox {
    display: flex;
  }
}
.registbox .registbox_img {
  border: solid #dadada 1px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .registbox .registbox_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .registbox .registbox_img {
    width: 50%;
    min-width: 300px;
    margin-left: 20px;
  }
}
.registbox .registbox_content .comment {
  line-height: 1.4;
}
.registbox .registbox_content .required {
  /*「必須」の装飾*/
  background-color: #e32323;
  color: #ffffff;
  padding: 2px;
  border-radius: 20%;
}
@media only screen and (min-width: 768px) {
  .registbox .registbox_content {
    width: calc(50% - 80px);
    max-width: calc(100% - 320px);
    margin-left: 8px;
  }
}/*# sourceMappingURL=style_ver2.css.map */