@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #AAAAAA;
}

:-ms-input-placeholder {
  color: #AAAAAA;
}

::-ms-input-placeholder {
  color: #AAAAAA;
}

::placeholder {
  color: #AAAAAA;
}

/*
フォント
https://fonts.google.com/specimen/Teko#standard-styles
*/
/*---------------------------------------------------*/
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'NotoSerifJP-Regular';
  src: url("../font/Noto_Serif_JP/NotoSerifJP-Regular.otf") format("opentype");
}

/* 共通 */
/*---------------------------------------------------*/
body, input, select, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "NotoSansJP-Regular", sans-serif;
  line-height: 1.7;
  font-size: 16px;
  width: 100%;
  color: #313131;
}

.body-wrap {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.fixed {
  position: fixed;
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #000000;
}

a.v-underline {
  text-decoration: underline;
}

a.v-underline:hover {
  text-decoration: none;
}

.content {
  padding: 15px 15px 25px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .content {
    padding: 60px 0;
  }
}

.content-pdg-cancel {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.content-pdg-on {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-s {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 30px 0 0 0;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 60px 0 0 0;
  }
}

.section-s {
  padding: 15px 0 0 0;
}

/* テキスト */
/*---------------------------------------------------*/
.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-justify {
  text-align: justify !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.big {
  font-size: 1.20em;
}

.small {
  font-size: 0.80em;
}

.txt-center-left {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left !important;
  }
}

.txt-left-center {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .txt-left-center {
    text-align: center !important;
  }
}

/* 余白 */
/*---------------------------------------------------*/
.mgn-t0 {
  margin-top: 0px !important;
}

.mgn-t5 {
  margin-top: 5px !important;
}

.mgn-t10 {
  margin-top: 10px !important;
}

.mgn-t15 {
  margin-top: 15px !important;
}

.mgn-t20 {
  margin-top: 20px !important;
}

.mgn-t30 {
  margin-top: 30px !important;
}

.mgn-t40 {
  margin-top: 40px !important;
}

.mgn-t50 {
  margin-top: 50px !important;
}

.mgn-t60 {
  margin-top: 60px !important;
}

.mgn-t70 {
  margin-top: 70px !important;
}

.mgn-t80 {
  margin-top: 80px !important;
}

.mgn-t90 {
  margin-top: 90px !important;
}

.mgn-t100 {
  margin-top: 100px !important;
}

.mgn-t110 {
  margin-top: 110px !important;
}

.mgn-t120 {
  margin-top: 120px !important;
}

.mgn-t130 {
  margin-top: 130px !important;
}

.mgn-t140 {
  margin-top: 140px !important;
}

.mgn-t150 {
  margin-top: 150px !important;
}

.mgn-t200 {
  margin-top: 200px !important;
}

.mgn-t250 {
  margin-top: 250px !important;
}

.mgn-b0 {
  margin-bottom: 0px !important;
}

.mgn-b5 {
  margin-bottom: 5px !important;
}

.mgn-b10 {
  margin-bottom: 10px !important;
}

.mgn-b15 {
  margin-bottom: 15px !important;
}

.mgn-b20 {
  margin-bottom: 20px !important;
}

.mgn-b30 {
  margin-bottom: 30px !important;
}

.mgn-b40 {
  margin-bottom: 40px !important;
}

.mgn-b50 {
  margin-bottom: 50px !important;
}

.mgn-b60 {
  margin-bottom: 60px !important;
}

.mgn-b70 {
  margin-bottom: 70px !important;
}

.mgn-b80 {
  margin-bottom: 80px !important;
}

.mgn-b90 {
  margin-bottom: 90px !important;
}

.mgn-b100 {
  margin-bottom: 100px !important;
}

.mgn-b110 {
  margin-bottom: 110px !important;
}

.mgn-b120 {
  margin-bottom: 120px !important;
}

.mgn-b130 {
  margin-bottom: 130px !important;
}

.mgn-b140 {
  margin-bottom: 140px !important;
}

.mgn-b150 {
  margin-bottom: 150px !important;
}

.mgn-b200 {
  margin-bottom: 200px !important;
}

.mgn-b250 {
  margin-bottom: 250px !important;
}

.mgn-l0 {
  margin-left: 0px !important;
}

.mgn-l5 {
  margin-left: 5px !important;
}

.mgn-l10 {
  margin-left: 10px !important;
}

.mgn-l15 {
  margin-left: 15px !important;
}

.mgn-l20 {
  margin-left: 20px !important;
}

.mgn-l30 {
  margin-left: 30px !important;
}

.mgn-l40 {
  margin-left: 40px !important;
}

.mgn-l50 {
  margin-left: 50px !important;
}

.mgn-l60 {
  margin-left: 60px !important;
}

.mgn-l70 {
  margin-left: 70px !important;
}

.mgn-l80 {
  margin-left: 80px !important;
}

.mgn-l90 {
  margin-left: 90px !important;
}

.mgn-l100 {
  margin-left: 100px !important;
}

.mgn-l110 {
  margin-left: 110px !important;
}

.mgn-l120 {
  margin-left: 120px !important;
}

.mgn-l130 {
  margin-left: 130px !important;
}

.mgn-l140 {
  margin-left: 140px !important;
}

.mgn-l150 {
  margin-left: 150px !important;
}

.mgn-l200 {
  margin-left: 200px !important;
}

.mgn-l250 {
  margin-left: 250px !important;
}

.mgn-r0 {
  margin-right: 0px !important;
}

.mgn-r5 {
  margin-right: 5px !important;
}

.mgn-r10 {
  margin-right: 10px !important;
}

.mgn-r15 {
  margin-right: 15px !important;
}

.mgn-r20 {
  margin-right: 20px !important;
}

.mgn-r30 {
  margin-right: 30px !important;
}

.mgn-r40 {
  margin-right: 40px !important;
}

.mgn-r50 {
  margin-right: 50px !important;
}

.mgn-r60 {
  margin-right: 60px !important;
}

.mgn-r70 {
  margin-right: 70px !important;
}

.mgn-r80 {
  margin-right: 80px !important;
}

.mgn-r90 {
  margin-right: 90px !important;
}

.mgn-r100 {
  margin-right: 100px !important;
}

.mgn-r110 {
  margin-right: 110px !important;
}

.mgn-r120 {
  margin-right: 120px !important;
}

.mgn-r130 {
  margin-right: 130px !important;
}

.mgn-r140 {
  margin-right: 140px !important;
}

.mgn-r150 {
  margin-right: 150px !important;
}

.mgn-r200 {
  margin-right: 200px !important;
}

.mgn-r250 {
  margin-right: 250px !important;
}

.pdg-t0 {
  padding-top: 0px !important;
}

.pdg-t5 {
  padding-top: 5px !important;
}

.pdg-t10 {
  padding-top: 10px !important;
}

.pdg-t15 {
  padding-top: 15px !important;
}

.pdg-t20 {
  padding-top: 20px !important;
}

.pdg-t30 {
  padding-top: 30px !important;
}

.pdg-t40 {
  padding-top: 40px !important;
}

.pdg-t50 {
  padding-top: 50px !important;
}

.pdg-t60 {
  padding-top: 60px !important;
}

.pdg-t70 {
  padding-top: 70px !important;
}

.pdg-t80 {
  padding-top: 80px !important;
}

.pdg-t90 {
  padding-top: 90px !important;
}

.pdg-t100 {
  padding-top: 100px !important;
}

.pdg-t110 {
  padding-top: 110px !important;
}

.pdg-t120 {
  padding-top: 120px !important;
}

.pdg-t130 {
  padding-top: 130px !important;
}

.pdg-t140 {
  padding-top: 140px !important;
}

.pdg-t150 {
  padding-top: 150px !important;
}

.pdg-t200 {
  padding-top: 200px !important;
}

.pdg-t250 {
  padding-top: 250px !important;
}

.pdg-b0 {
  padding-bottom: 0px !important;
}

.pdg-b5 {
  padding-bottom: 5px !important;
}

.pdg-b10 {
  padding-bottom: 10px !important;
}

.pdg-b15 {
  padding-bottom: 15px !important;
}

.pdg-b20 {
  padding-bottom: 20px !important;
}

.pdg-b30 {
  padding-bottom: 30px !important;
}

.pdg-b40 {
  padding-bottom: 40px !important;
}

.pdg-b50 {
  padding-bottom: 50px !important;
}

.pdg-b60 {
  padding-bottom: 60px !important;
}

.pdg-b70 {
  padding-bottom: 70px !important;
}

.pdg-b80 {
  padding-bottom: 80px !important;
}

.pdg-b90 {
  padding-bottom: 90px !important;
}

.pdg-b100 {
  padding-bottom: 100px !important;
}

.pdg-b110 {
  padding-bottom: 110px !important;
}

.pdg-b120 {
  padding-bottom: 120px !important;
}

.pdg-b130 {
  padding-bottom: 130px !important;
}

.pdg-b140 {
  padding-bottom: 140px !important;
}

.pdg-b150 {
  padding-bottom: 150px !important;
}

.pdg-b200 {
  padding-bottom: 200px !important;
}

.pdg-b250 {
  padding-bottom: 250px !important;
}

.pdg-l0 {
  padding-left: 0px !important;
}

.pdg-l5 {
  padding-left: 5px !important;
}

.pdg-l10 {
  padding-left: 10px !important;
}

.pdg-l15 {
  padding-left: 15px !important;
}

.pdg-l20 {
  padding-left: 20px !important;
}

.pdg-l30 {
  padding-left: 30px !important;
}

.pdg-l40 {
  padding-left: 40px !important;
}

.pdg-l50 {
  padding-left: 50px !important;
}

.pdg-l60 {
  padding-left: 60px !important;
}

.pdg-l70 {
  padding-left: 70px !important;
}

.pdg-l80 {
  padding-left: 80px !important;
}

.pdg-l90 {
  padding-left: 90px !important;
}

.pdg-l100 {
  padding-left: 100px !important;
}

.pdg-l110 {
  padding-left: 110px !important;
}

.pdg-l120 {
  padding-left: 120px !important;
}

.pdg-l130 {
  padding-left: 130px !important;
}

.pdg-l140 {
  padding-left: 140px !important;
}

.pdg-l150 {
  padding-left: 150px !important;
}

.pdg-l200 {
  padding-left: 200px !important;
}

.pdg-l250 {
  padding-left: 250px !important;
}

.pdg-r0 {
  padding-right: 0px !important;
}

.pdg-r5 {
  padding-right: 5px !important;
}

.pdg-r10 {
  padding-right: 10px !important;
}

.pdg-r15 {
  padding-right: 15px !important;
}

.pdg-r20 {
  padding-right: 20px !important;
}

.pdg-r30 {
  padding-right: 30px !important;
}

.pdg-r40 {
  padding-right: 40px !important;
}

.pdg-r50 {
  padding-right: 50px !important;
}

.pdg-r60 {
  padding-right: 60px !important;
}

.pdg-r70 {
  padding-right: 70px !important;
}

.pdg-r80 {
  padding-right: 80px !important;
}

.pdg-r90 {
  padding-right: 90px !important;
}

.pdg-r100 {
  padding-right: 100px !important;
}

.pdg-r110 {
  padding-right: 110px !important;
}

.pdg-r120 {
  padding-right: 120px !important;
}

.pdg-r130 {
  padding-right: 130px !important;
}

.pdg-r140 {
  padding-right: 140px !important;
}

.pdg-r150 {
  padding-right: 150px !important;
}

.pdg-r200 {
  padding-right: 200px !important;
}

.pdg-r250 {
  padding-right: 250px !important;
}

.mgn-top-l {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-l {
    margin-top: 50px !important;
  }
}

.mgn-top-m {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-m {
    margin-top: 40px !important;
  }
}

.mgn-top-s {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-s {
    margin-top: 30px !important;
  }
}

.mgn-bottom-l {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mgn-bottom-l {
    margin-bottom: 50px !important;
  }
}

.mgn-bottom-m {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mgn-bottom-m {
    margin-bottom: 40px !important;
  }
}

.mgn-bottom-s {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mgn-bottom-s {
    margin-bottom: 30px !important;
  }
}

.pdg-top-l {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .pdg-top-l {
    padding-top: 50px !important;
  }
}

.pdg-top-m {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .pdg-top-m {
    padding-top: 40px !important;
  }
}

.pdg-top-s {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .pdg-top-s {
    padding-top: 30px !important;
  }
}

.pdg-bottom-l {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .pdg-bottom-l {
    padding-bottom: 50px !important;
  }
}

.pdg-bottom-m {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .pdg-bottom-m {
    padding-bottom: 40px !important;
  }
}

.pdg-bottom-s {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .pdg-bottom-s {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-pdg-t0 {
    padding-top: 0px !important;
  }
  .pc-pdg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pc-pdg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

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

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

/* レイアウト */
/*---------------------------------------------------*/
.flex-a-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dl-01 > .flex-a-center {
  flex-wrap: wrap;
}

.flex-j-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-j-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-j-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/* 見出し */
/*---------------------------------------------------*/
.heading-01 {
  background-color: #CBDEF4;
}

.heading-01 .l-inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}

.heading-01 .l-inner > * {
  font-size: 20px;
  font-weight: bold;
}

.heading-02 {
  background-color: #F0F5FA;
  border-bottom: 1px solid #B8D1EF;
  padding: 10px 0 10px 15px;
}

.heading-02 > * {
  font-size: 20px;
  font-weight: bold;
}

/* 定義リスト */
/*---------------------------------------------------*/
.dl-01 + .dl-01 {
  margin: 20px 0 0 0;
}

.dl-01 dt {
  background-image: url(../img/com-circle-01.svg);
  background-position: left center;
  padding: 0 0 0 16px;
  font-weight: bold;
  color: #004BA2;
}

.dl-01 dd {
  padding: 0 0 0 16px;
  margin: 5px 0 0 0;
}

.dl-01.v-pd-none dd {
  padding: 0;
}

/* リンク */
/*---------------------------------------------------*/
.link-01 {
  text-align: center;
  margin: 20px 0 0 0;
}

.link-01 li a {
  color: #1F97FF;
}

.link-02 ul li {
  border-bottom: 1px solid #E3E3E3;
}

.link-02 ul li.border-top {
  border-top: 1px solid #E3E3E3;
}

.link-02 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 0;
  line-height: 1;
  font-size: 18px;
}

.link-02 ul li a .e-icon {
  display: block;
  width: 50px;
  text-align: center;
}

.link-02 ul li a .e-notification {
  border-radius: 100px;
  color: #ffffff;
  background-color: #FF0000;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 5px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .link-02 ul {
    margin: 0 0 0 -20px;
  }
  .link-02 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .link-02 ul li {
    float: left;
    border: 1px solid #E3E3E3;
    width: calc((100% - 60px) / 3);
    height: 55px;
    margin: 20px 0 0 20px;
  }
  .link-02 ul li a {
    height: auto;
  }
}

.link-03 {
  margin: 20px 0 0 0;
}

.link-03 ul li + li {
  margin: 8px 0 0 0;
}

@media screen and (min-width: 768px) {
  .link-03 {
    margin: 40px -100% 0 !important;
    padding: 25px 0;
    /* background-color: #D5D5D5; */
  }
  .link-03 .l-inner {
    width: 1100px;
    margin: 0 auto;
  }
  .link-03 ul {
    margin: -20px 0 0 -20px;
  }
  .link-03 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .link-03 ul li {
    float: left;
    width: calc((100% - 60px) / 3);
    margin: 20px 0 0 20px;
  }
  .link-03 ul li + li {
    margin: 20px 0 0 20px;
  }
  .link-03 ul li a {
    display: block;
  }
  .link-03 ul li a img {
    width: 100%;
  }
}

/* テキスト */
/*---------------------------------------------------*/
p + p {
  margin: 20px 0 0 0;
}

/* ボタン */
/*---------------------------------------------------*/
.button a, .button button {
  width: 120px;
  height: 50px;
  margin: 0 auto;
  background-color: #004BA2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border: none;
  color: #ffffff;
}

.button.v-sub a, .button.v-sub button {
  background-color: #AAAAAA;
}

.button.v-large a, .button.v-large button {
  width: 170px;
}

/* フォーム */
/*---------------------------------------------------*/
.form-required {
  background-color: #FFEDED;
  color: #FF0000;
  line-height: 1;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
  white-space: nowrap;
}

.form-supplement {
  color: #313131;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
}

.form-any {
  background-color: #F4F4F4;
  color: #313131;
  line-height: 1;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
}

.form-error {
  background-color: #EDEDED;
  font-size: 15px;
  background-image: url(../img/com-caution-01.svg);
  background-position: left 15px top 15px;
  padding: 15px 15px 15px 45px !important;
  line-height: 1.3;
  display: none;
}

.form-error.v-show {
  display: block;
}

.form-error.v-block {
  margin: 0 0 20px 0;
}

input[type="text"] {
  border: 1px solid #AAAAAA;
  padding: 10px 12px;
  height: 40px;
}

/* 表 */
/*---------------------------------------------------*/
.table-01 {
  margin: 25px 0 0 0;
}

.table-01 table {
  width: 100%;
}

.table-01 table thead tr {
  background-color: #CBDEF4;
}

.table-01 table thead tr th {
  border-left: 1px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.1;
  padding: 10px 0;
}

.table-01 table thead tr th:first-child {
  border-left: none;
}

.table-01 table tbody tr:nth-child(even) {
  background-color: #F0F5FA;
}

.table-01 table tbody tr th {
  font-weight: normal;
}

.table-01 table tbody tr td {
  border-left: 1px solid #CBDEF4;
  line-height: 1.1;
  padding: 10px 5px 10px 0;
  text-align: right;
}

.table-01 table tbody tr td:first-child {
  border-left: none;
}

.table-01 table tbody tr td sup {
  font-size: 8px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .table-01 table tbody tr td {
    padding: 10px 10px 10px 0;
  }
}

.table-02 {
  margin: 10px 0 0 0;
}

.table-02 table {
  width: 100%;
  border: 2px solid #6E6E6E;
}

.table-02 table thead tr {
  background-color: #CBDEF4;
}

.table-02 table thead tr th {
  padding: 10px 0;
}

.table-02 table tbody tr {
  border-bottom: 1px solid #AAAAAA;
}

.table-02 table tbody tr th {
  font-weight: normal;
}

.table-02 table tbody tr td {
  padding: 10px 5px;
}

.table-02 table tbody tr td.e-price {
  text-align: right;
}

.table-03 table {
  width: 100%;
}

.table-03 table thead {
  display: none;
}

.table-03 table tbody tr.e-caption td {
  text-align: right;
  font-weight: bold;
  padding: 30px 0 5px;
}

.table-03 table tbody tr.e-data {
  border-top: 1px solid #CBDEF4;
  line-height: 1;
  font-size: 18px;
}

.table-03 table tbody tr.e-data td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-03 table tbody tr.e-data td[data-title]::before {
  display: block;
  content: attr(data-title);
  background-color: #CBDEF4;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  width: 130px;
  padding: 10px;
}

.table-03 table tbody tr.e-data td span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  border-bottom: 1px solid #CBDEF4;
  padding: 10px 0;
}

.table-03 table tbody tr.e-data td.m-date {
  display: table-cell;
  border-left: 1px solid #CBDEF4;
  border-bottom: 1px solid #CBDEF4;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

.table-03 .billing-deadline{
  text-align: right;
  font-weight: bold;
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  .table-03 table thead {
    display: table-header-group;
  }
  .table-03 table thead tr th {
    font-size: 18px;
    font-weight: bold;
    background-color: #CBDEF4;
    border-left: 1px solid #ffffff;
    line-height: 1;
    padding: 10px 0;
  }
  .table-03 table thead tr.e-caption td {
    text-align: right;
    font-weight: bold;
    padding: 20px 0 5px;
  }
  .table-03 table tbody tr.e-caption {
    display: none;
  }
  .table-03 table tbody tr.e-data {
    border-top: none;
    border-bottom: 1px solid #CBDEF4;
  }
  .table-03 table tbody tr.e-data td {
    display: table-cell;
    text-align: center;
    padding: 20px 5px 20px 0;
  }
  .table-03 table tbody tr.e-data td[data-title]::before {
    display: none;
  }
  .table-03 table tbody tr.e-data td span {
    display: inline;
    text-align: inherit;
    border-bottom: none;
    padding: 0;
  }
  .table-03 table tbody tr.e-data td.e-price {
    text-align: right;
  }
  .table-03 table tbody tr.e-data td.m-date {
    border-left: none;
    border-bottom: none;
    padding: 20px 5px 20px 0;
    vertical-align: inherit;
  }
}

.table-04 table {
  width: 100%;
}

.table-04 table tr {
  border-top: 1px solid #CBDEF4;
  line-height: 1;
  font-size: 18px;
}

.table-04 table tr th {
  background-color: #CBDEF4;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  width: 170px;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}

.table-04 table tr td {
  text-align: right;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1.1;
  border-bottom: 1px solid #CBDEF4;
}

.table-04 table tr td sup {
  font-size: 8px;
  vertical-align: top;
}

.table-04 table.table-center tr th {
  background-color: #CBDEF4;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 170px;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}

.table-04 table.table-center tr td {
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1.1;
  border-bottom: 1px solid #CBDEF4;
}

/* ヘッダー */
/*---------------------------------------------------*/
.g-header {
  background-color: #004BA2;
  padding: 12px 0;
  color: #ffffff;
}

.g-header .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 12px;
  margin: 0 auto;
}

.g-header .l-inner .e-logo {
  width: 100px;
  margin: 0 12px 0 0;
}

.g-header .l-inner .e-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.g-header .l-inner .e-text dt {
  font-size: 17px;
}

.g-header .l-inner .e-text dd {
  font-size: 17px;
  font-weight: bold;
}

.g-header .l-inner .menu-open {
  cursor: pointer;
}

.mypage-nemu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .mypage-nemu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mypage-nemu.is-open {
  display: block;
}

.mypage-nemu .e-close {
  background-color: #004BA2;
  padding: 12px 0;
}

.mypage-nemu .e-close > div {
  padding: 0 12px;
  text-align: right;
}

.mypage-nemu .e-close > div img {
  vertical-align: middle;
  cursor: pointer;
}

.mypage-nemu .e-info {
  background-color: #F4F4F4;
  padding: 20px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

.mypage-nemu .e-info .m-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mypage-nemu .e-info .m-text dl {
  font-size: 14px;
}

.mypage-nemu .e-info .m-text dl dt {
  border-bottom: 1px solid #696969;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.mypage-nemu .e-info .m-text dl dt span {
  font-size: 16px;
  font-weight: bold;
}

.mypage-nemu .e-info .m-btn {
  background-color: #004BA2;
  color: #ffffff;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0 0 0 15px;
  cursor: pointer;
}

.mypage-nemu .e-terms {
  padding: 15px;
}

.mypage-nemu .e-terms a {
  color: #1A80DA;
}

/* フッター */
/*---------------------------------------------------*/
.g-footer {
  background-color: #4A4A4A;
}

.g-footer .e-browser {
  text-align: center;
  color: #ffffff;
  background-color: #717171;
  font-size: 9px;
  line-height: 1;
  padding: 10px 0;
}

.g-footer .l-inner {
  text-align: center;
  color: #ffffff;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-footer .l-inner p {
  font-size: 10px;
  font-style: italic;
}

/* サイド */
/*---------------------------------------------------*/
/* 投稿 */
/*---------------------------------------------------*/
/* 利用規約 */
/*---------------------------------------------------*/
.terms-list {
  border: 1px solid #AAAAAA;
  height: 500px;
  overflow-y: scroll;
  padding: 10px 20px 10px 10px;
}

.terms-list ol {
  list-style-type: decimal;
  margin: 0 0 0 30px;
}

.terms-list ol li + li {
  margin: 20px 0 0 0;
}

/* お知らせ */
/*---------------------------------------------------*/
.news-list {
  border-top: 1px solid #E3E3E3;
}

.news-list dl {
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0;
}

.news-list dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 10px 0;
  cursor: pointer;
}

.news-list dl dt .date {
  margin: 0 15px 0 0;
  line-height: 1.3;
}

.news-list dl dt .important {
  color: #ffffff;
  background-color: #FF0000;
  border-radius: 1px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  margin: 0 5px 0 0;
}

.news-list dl dt .title {
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-list dl dt .icon {
  margin: 0 0 0 5px;
}

.news-list dl dd {
  font-size: 14px;
  display: none;
}

.news-list dl dd > * + * {
  margin: 5px 0 0 0;
}

/* 料金の確認 */
/*---------------------------------------------------*/
.mypage-link {
  max-width: 630px;
  margin: 0 auto;
}

.mypage-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mypage-link ul li {
  width: calc((100% - 20px) / 2);
  height: 170px;
  border: 1px solid #E3E3E3;
}

.mypage-link ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 19px;
  line-height: 1;
  color: #1A80DA;
}

.mypage-link ul li a img {
  height: 74px;
  width: auto;
}

.mypage-link ul li a div {
  margin: 32px 0 0 0;
}

@media screen and (min-width: 768px) {
  .mypage-link ul li {
    width: calc((100% - 50px) / 2);
    height: 290px;
    border: 2px solid #E3E3E3;
  }
  .mypage-link ul li a {
    font-size: 32px;
  }
  .mypage-link ul li a img {
    height: 130px;
  }
  .mypage-link ul li a div {
    margin: 40px 0 0 0;
  }
}

/* 使用量の履歴 */
/*---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .history-graph img {
    width: 100%;
  }
}

/* 料金明細 */
/*---------------------------------------------------*/
.price-details-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-details-select .e-text a {
  color: #1A80DA;
}

.price-details-select .e-text a img {
  margin: 0 5px 0 0;
}

.price-details-select .e-select select {
  border: 1px solid #AAAAAA;
  padding: 5px 35px 5px 10px;
  font-size: 18px;
  background-image: url(../img/arrow-bottom-01.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
}

.price-details-data {
  margin: 5px 0 25px 0;
}

.price-details-data dl {
  border-top: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 15px 0;
}

.price-details-data dl:first-child {
  border-top: none;
}

.price-details-data dl dd {
  text-align: right;
}

.price-details-data dl.e-strong {
  font-weight: bold;
}

.price-details-data dl.e-strong dt {
  font-size: 18px;
}

.price-details-data dl.e-strong dd span {
  font-size: 32px;
}

.price-details-data dl.e-tax {
  border-top: none;
  padding: 0;
  margin: -5px 0 0 0;
}

.price-details-attention-01 {
  background-color: #EDEDED;
  font-size: 15px;
  background-image: url(../img/com-icon-attention-01.svg);
  background-repeat: no-repeat;
  background-position: left 15px top 17px;
  padding: 15px 15px 15px 50px;
}

.price-details-attention-02 {
  background-color: #EDEDED;
  margin-top: 10px;
  font-size: 15px;
  padding: 10px 15px;
}

.price-details-news {
  border: 1px solid #AAAAAA;
  padding: 15px 10px;
  margin: 20px 0 0 0;
}

.price-details-news > * + * {
  margin: 2px 0 0 0;
}

.price-details-news > .details-news {
  word-wrap: break-word;
}

.price-details-news-list dl {
  border-top: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.price-details-news-list dl:first-child {
  border-top: none;
}

.price-details-news-list dl dt {
  width: 100px;
}

.price-details-news-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .price-details-pc-form .l-inner-01 {
    width: 390px;
    border: 1px solid #888888;
    padding: 6px;
  }
  .price-details-pc-form .l-inner-02 {
    width: 570px;
  }
}

@media screen and (min-width: 768px) {
  .price-details-pc-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price-details-pc-top .l-inner-01 {
    flex-grow: 1;  /* 伸び率を指定 右コンテンツが無い場合に左右全体に広がるように */
    width: 480px;
  }
  .price-details-pc-top .l-inner-between {
    width: calc(100% - (480px + 480px));  /* 左右コンテンツの間 余白 */
  }
  .price-details-pc-top .l-inner-02 {
    width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .price-details-pc-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price-details-pc-01 .l-inner-01 {
    flex-grow: 1;  /* 伸び率を指定 右コンテンツが無い場合に左右全体に広がるように */
    width: 390px;
    border: 1px solid #888888;
    padding: 15px 15px 0;
  }
  .price-details-pc-01 .l-inner-between {
    width: calc(100% - (390px + 570px));  /* 左右コンテンツの間 余白 */
  }
  .price-details-pc-01 .l-inner-02 {
    min-width: 0;  /* FlexBoxからはみ出る対策 */
    width: 570px;
  }
}

@media screen and (min-width: 768px) {
  .price-details-pc-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price-details-pc-02 .l-inner-01 {
    width: 480px;
  }
  .price-details-pc-02 .l-inner-02 {
    width: 480px;
  }
}

/* 改行するテーブル */
.table-break-word {
  table-layout: fixed !important;
  word-wrap: break-word !important;
}

/* HOME */
/*---------------------------------------------------*/
/*# sourceMappingURL=style.css.map */

/********************************************
* login Style Overwrite
********************************************/

@media screen and (min-width: 768px) {
  /* PCサイズ時に左右の余白が無くならないように */
  .login-form {
    padding: 0 15px;
  }
}

/********************************************
* Now Loading
********************************************/

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/********************************************
* text color
********************************************/

.text-red {
  color: #ff0000 !important
}
