@charset "utf-8";
/* ---------------------
  - lang=en

  - topicPath
    - topicPath__item

  - basicBoard
    - basicBoard__pc
    - basicBoard__sp

  - basicTitle
    - basicTitle__main
    - basicTitle__sub
  - basicMiddleTitle
    - basicMiddleTitle__main
    - basicMiddleTitle__sub
  - basicSubTitle
    - basicSubTitle__main
    - basicSubTitle__sub

  - basicContents
    - basicContents__item

  - basicContentsInner
    - basicContentsInner__item

  - basicTabs
    - basicTabs__item
  - basicTabs--history
  - basicTabsContainer
    - basicTabsContainer__item

  - basicFlex
    - basicFlex__item
      -  basicFlex__item--column
  - basicFlex--item_50-100
  - basicFlex--item_33-100
  - basicFlex--item_33-50-100

  - basicDetail
    - basicDetail__item
  - basicDetailTitle
    - basicDetailTitle__main
    - basicDetailTitle__sub
  - basicDetailText

  - basicText
    - basicText__item
  - basicTextMarker

  - basicAddress
    - basicAddress__title
    - basicAddress__item

  - basicFigure
    - basicFigure__item
    - basicFigure__thumbnail
    - basicFigure__caption
    - basicFigure__detail
  - basicFigure--flex
    - basicFigure--flexReverse

  - basicFloat
    - basicFloat__right
      - basicFloat__right--25
    - basicFloat__left

  - basicList
    - basicList__item
  - basicList--typeDisc
  - basicList--typeSquare
  - basicList--typeArrow
  - basicList--typeCheck
  - basicList--typeCount
  - basicList--typeBrackets
  - basicList--typeUpperalpha
  - basicList--typeNotes
  - basicListFlex
    - basicListFlex__item
  - basicListFlex--item_50-100

  - basicDefine
    - basicDefine__title
    - basicDefine__body

  - basicDefineList
    - basicDefineList__item
  - basicDefineListDetail
    - basicDefineListDetail__item
    - basicDefineListDetail__title
      - basicDefineListDetail--title_w4e
      - basicDefineListDetail--title_w6e
      - basicDefineListDetail--title_w7e
      - basicDefineListDetail--title_w9e
      - basicDefineListDetail--title_w12e
    - basicDefineListDetail__body

  - basicToggle
    - basicToggle__title
    - basicToggle__body
  - basicToggle--count
  - basicToggleAll
  - basicToggleTitle
  - basicToggleMidTitle

  - basicTable
    - basicTable__row
    - basicTable__cell
    - basicTable__title
    - basicTable__body

  - basicButton
    - basicButton__item
      - basicButton__item--bg
  - basicButton--item_20-33-50
  - basicButton--contentsCenter

  - basicSign

  - basicMap

  - basicNone
    - basicNone__item

  - basicError
  - basicErrorContents
    - basicErrorContents__title
    - basicErrorContents__body

  - basicStyle
    -  basicStyle--fontWight
      -  basicStyle--fontWight_bold
    -  basicStyle--textDeco
      - basicStyle--textDeco_under
    - basicStyle--textAlign
      - basicStyle--textAlign_center
      - basicStyle--textAlign_right
    - basicStyle--textIndent
      - basicStyle--textIndent_0
      - basicStyle--textIndent_1e
    - basicStyle--margin
      - basicStyle--margin_tAuto
      - basicStyle--margin_t70
      - basicStyle--margin_t50
      - basicStyle--margin_t30
      - basicStyle--margin_t30-20
      - basicStyle--margin_t15
      - basicStyle--margin_t1e
      - basicStyle--margin_t-75e
      - basicStyle--margin_t-5e
      - basicStyle--margin_t-25e
    - basicStyle--padding
      - basicStyle--padding_t1e

  - backLink
--------------------- */

[lang=en] {
  word-break: normal;
  word-wrap: normal;
}



/* =====================
  topicPath
===================== */
.topicPath {
  list-style: none;
  margin: 15px 20px;
  font-size: 12px;
}

.serviceMain .topicPath {
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .serviceMain .topicPath {
    font-size: 14px;
  }
}


/*  topicPath__item
------------------------*/
.topicPath__item {
  display: inline;
  vertical-align: middle;
}

.topicPath__item + .topicPath__item:before {
  display: inline-block;
  -webkit-transform: translateY(-30%) rotate(45deg);
      -ms-transform: translateY(-30%) rotate(45deg);
       -o-transform: translateY(-30%) rotate(45deg);
          transform: translateY(-30%) rotate(45deg);
  width: 5px;
  height: 5px;
  margin: 0 8px 0 3px;
  border-top: 1px solid #444141;
  border-right: 1px solid #444141;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  content: " ";
}

.topicPath__item a {
  color: #444141;
  text-decoration: none;
}

.topicPath__item a:hover {
  text-decoration: underline;
}



/* =====================
  basicBoard
===================== */
#basicBoard {
  line-height: 0;
}

#basicBoard img {
  width: 100%;
}


/*  basicBoard__pc
------------------------*/
@media screen and (max-width:600px) {
  #basicBoard__pc {
    display: none;
  }
}


/*  basicBoard__sp
------------------------*/
#basicBoard__sp {
  display: none;
}
@media screen and (max-width:600px) {
  #basicBoard__sp {
    display: block;
  }
}



/* =====================
  basicTitle
===================== */
.basicTitle {
  padding: 2.941176em 20px; /* 100px 20px */
  background-color: #171e27;
  font-size: 34px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .basicTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .basicTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .basicTitle {
    font-size: 22px;
  }
}


/*  basicTitle__main
------------------------*/
.basicTitle__main {
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: .1em;
  font-family: 'Noto Serif JP', serif;
  text-indent: .1em;
}


/*  basicTitle__sub
------------------------*/
.basicTitle__sub {
  color: #9e8878;
  font-size: 14px;
  letter-spacing: .16em;
  text-indent: .16em;
}
@media screen and (max-width:600px) {
  .basicTitle__sub {
    font-size: 12px;
  }
}



/* =====================
  basicMiddleTitle
===================== */
.basicMiddleTitle {
  margin-bottom: .625em; /* 15px */
  font-size: 24px;
}
@media screen and (max-width:768px) {
  .basicMiddleTitle {
    font-size: 20px;
  }
}


/*  basicMiddleTitle__main
------------------------*/
.basicMiddleTitle__main {
  font-weight: 600;
  font-size: 1em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}


/*  basicMiddleTitle__sub
------------------------*/



/* =====================
  basicSubTitle
===================== */
.basicSubTitle {
  margin-bottom: .681818em; /* 15px */
  font-size: 22px;
}
@media screen and (max-width:768px) {
  .basicSubTitle {
    font-size: 18px;
  }
}


/*  basicSubTitle__main
------------------------*/
.basicSubTitle__main {
  font-weight: 500;
  font-size: 1em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .08em;
}


/*  basicSubTitle__sub
------------------------*/



/* =====================
  basicContents
===================== */
.basicContents {
  margin-top: 70px;
}
@media screen and (max-width:999px) {
.basicContents {
    margin-top: 50px;
  }
}
@media screen and (max-width:768px) {
.basicContents {
    margin-top: 30px;
  }
}


/*  basicContents__item
------------------------*/
.basicContents__item + .basicContents__item {
  margin-top: 50px;
}
@media screen and (max-width:999px) {
  .basicContents__item + .basicContents__item {
    margin-top: 30px;
  }
}



/* =====================
  basicContentsInner
===================== */
.basicContentsInner {
  margin-top: 50px;
}
@media screen and (max-width:999px) {
  .basicContentsInner {
    margin-top: 30px;
  }
}


/*  basicContentsInner__item
------------------------*/
.basicContentsInner__item + .basicContentsInner__item {
  margin-top: 30px;
}



/* =====================
  basicTabs
===================== */
.basicTabs {
  display: -webkit-flex;
     display: -moz-flex;
      display: -ms-flex;
       display: -o-flex;
          display: flex;
  justify-content: center;
  -ms-align-items: stretch;
      align-items: stretch;
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .basicTabs {
    font-size: 18px;
  }
}
@media screen and (max-width:600px) {
  .basicTabs {
    font-size: 16px;
  }
}
@media screen and (max-width:425px) {
  .basicTabs {
    font-size: 14px;
  }
}


/*  basicTabs__item
------------------------*/
.basicTabs__item {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: center;
  -ms-align-items: stretch;
      align-items: stretch;
  position: relative;
  overflow: hidden;
  width: 50%;
  min-width: 120px;
  max-width: 260px;
  border: 1px solid #196abc;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .16em;
  text-indent: .16em;
  text-align: center;
}

.basicTabs__item > a ,
.basicTabs__item > span {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
  justify-content: center;
  -ms-align-items: center;
      align-items: center;
  position: relative;
  z-index: 0;
  padding: .5em; /* 10px */
  background-color: #196abc;
  color: #fff;
  text-decoration: none;
}

.basicTabs__item a:after ,
.basicTabs__item span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  background-color: #fff;
  content: " ";
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.basicTabs__item a:hover ,
.basicTabs__item span:hover {
  color: #196abc;
  cursor: pointer;
}

.basicTabs__item a:hover:after ,
.basicTabs__item span:hover:after {
  width: 100%;
}

.basicTabs__item + .basicTabs__item {
  margin-left: 30px;
}
@media screen and (max-width:768px) {
  .basicTabs__item + .basicTabs__item {
    margin-left: 20px;
  }
}
@media screen and (max-width:425px) {
  .basicTabs__item + .basicTabs__item {
    margin-left: 10px;
  }
}

.basicTabs__item.JS-tabs__item--select > a ,
.basicTabs__item.JS-tabs__item--select > span {
  background-color: #fff;
  color: #196abc;
}

.basicTabs__item.JS-tabs__item--select > a:after ,
.basicTabs__item.JS-tabs__item--select > span:after {
  background-color: #196abc;
}

.basicTabs__item.JS-tabs__item--select > a:hover ,
.basicTabs__item.JS-tabs__item--select > span:hover {
  color: #fff;
}



/* =====================
  basicTabs--history
===================== */
@media screen and (max-width:375px) {
  .basicTabs--history {
    font-size: 12px;
  }
}



/* =====================
  basicTabsContainer
===================== */
.basicTabsContainer {
  margin-top: 30px;
}


/*  basicTabsContainer__item
------------------------*/
.basicTabsContainer__item.JS-tabsContainer__item + .basicTabsContainer__item.JS-tabsContainer__item {
  display: none;
}



/* =====================
  basicFlex
===================== */
.basicFlex {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
  margin: -50px 0 0 -30px;
}
@media screen and (max-width:768px) {
  .basicFlex {
    margin: -30px 0 0 -20px;
  }
}


/*  basicFlex__item
------------------------*/
.basicFlex__item {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
  margin: 50px 0 0 30px;
}
@media screen and (max-width:768px) {
  .basicFlex__item {
    margin: 30px 0 0 20px;
  }
}

/* basicFlex__item--column */
.basicFlex__item--column {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
}



/* =====================
  basicFlex--item_50-100
===================== */
@media screen and (max-width:600px) {
  .basicFlex--item_50-100 {
    display: block;
    margin: 0;
  }
}

.basicFlex--item_50-100 .basicFlex__item {
  -webkit-flex: 0 1 auto;
     -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
       -o-flex: 0 1 auto;
          flex: 0 1 auto;
  width: -webkit-calc( ( 100% - ( 30px * 2 ) ) / 2 );
  width:         calc( ( 100% - ( 30px * 2 ) ) / 2 );
}
@media screen and (max-width:768px) {
  .basicFlex--item_50-100 .basicFlex__item {
    width: -webkit-calc( ( 100% - ( 20px * 2 ) ) / 2 );
    width:         calc( ( 100% - ( 20px * 2 ) ) / 2 );
  }
}
@media screen and (max-width:600px) {
  .basicFlex--item_50-100 .basicFlex__item {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width:600px) {
  .basicFlex--item_50-100 .basicFlex__item + .basicFlex__item {
    margin-top: 30px;
  }
}



/* =====================
  basicFlex--item_33-100
===================== */
@media screen and (max-width:600px) {
  .basicFlex--item_33-100 {
    display: block;
    margin: 0;
  }
}

.basicFlex--item_33-100 .basicFlex__item {
  -webkit-flex: 0 1 auto;
     -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
       -o-flex: 0 1 auto;
          flex: 0 1 auto;
  width: -webkit-calc( ( 100% - ( 30px * 3 ) ) / 3 );
  width:         calc( ( 100% - ( 30px * 3 ) ) / 3 );
}
@media screen and (max-width:768px) {
  .basicFlex--item_33-100 .basicFlex__item {
    width: -webkit-calc( ( 100% - ( 20px * 3 ) ) / 3 );
    width:         calc( ( 100% - ( 20px * 3 ) ) / 3 );
  }
}
@media screen and (max-width:600px) {
  .basicFlex--item_33-100 .basicFlex__item {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width:600px) {
  .basicFlex--item_33-100 .basicFlex__item + .basicFlex__item {
    margin-top: 30px;
  }
}



/* =====================
  basicFlex--item_33-50-100
===================== */
@media screen and (max-width:425px) {
  .basicFlex--item_33-50-100 {
    display: block;
    margin: 0;
  }
}

.basicFlex--item_33-50-100 .basicFlex__item {
  -webkit-flex: 0 1 auto;
     -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
       -o-flex: 0 1 auto;
          flex: 0 1 auto;
  width: -webkit-calc( ( 100% - ( 30px * 3 ) ) / 3 );
  width:         calc( ( 100% - ( 30px * 3 ) ) / 3 );
}
@media screen and (max-width:768px) {
  .basicFlex--item_33-50-100 .basicFlex__item {
    width: -webkit-calc( ( 100% - ( 20px * 2 ) ) / 2 );
    width:         calc( ( 100% - ( 20px * 2 ) ) / 2 );
  }
}
@media screen and (max-width:425px) {
  .basicFlex--item_33-50-100 .basicFlex__item {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width:425px) {
  .basicFlex--item_33-50-100 .basicFlex__item + .basicFlex__item {
    margin-top: 30px;
  }
}



/* =====================
  basicDetail
===================== */
/*  basicDetail__item
------------------------*/
.basicDetail__item + .basicDetail__item {
  margin-top: 1em; /* 10px */
}

.basicDetail__item + .basicDetail__item.basicDetailText {
  margin-top: 1.071429em; /* 17.1429px */
  padding-top: 1.071429em; /* 17.1429px */
  border-top: 1px solid #ccc;
}

.basicDetail__item .basicList__item + .basicList__item {
  margin-top: .25em;
}



/* =====================
  basicDetailTitle
===================== */
.basicDetailTitle {
  font-size: 20px;
  letter-spacing: .08em;
}
@media screen and (max-width:768px) {
  .basicDetailTitle {
    font-size: 18px;
  }
}
@media screen and (max-width:425px) {
  .basicDetailTitle {
    font-size: 16px;
  }
}


/*  basicDetailTitle__main
------------------------*/
.basicDetailTitle__main {
  font-weight: 500;
  font-size: 1em;
  font-family: 'Noto Serif JP', serif;
}

.basicDetailTitle__main a {
  color: #196abc;
}


/*  basicDetailTitle__sub
------------------------*/
.basicDetailTitle__sub {
  margin-top: .555556em; /* 10px */
  color: #196abc;
  font-weight: bold;
  font-size: .9em; /* 18px */
}



/* =====================
  basicDetailText
===================== */
.basicDetailText {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width:768px) {
  .basicDetailText {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicDetailText {
    font-size: 12px;
  }
}

.basicDetailText a {
  color: #1969bc;
}



/* =====================
  basicText
===================== */
.basicText {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width:768px) {
  .basicText {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicText {
    font-size: 12px;
  }
}

.basicText a {
  color: #1969b1;
}


/*  basicText__item
------------------------*/
.basicText__item + .basicText__item {
  margin-top: 1em;
}



/* =====================
  basicTextMarker
===================== */
.basicTextMarker {
  margin-right: .5em;
  padding: .25em .5em;
  border-radius: 3px;
  background-color: #1969bc;
  color: #fff;
}



/* =====================
  basicAddress
===================== */
.basicAddress {
  padding: 1.25em 1.6666em; /* 15px 20px */
  border: 1px solid #ccc;
  line-height: 1.3;
  background-color: #f6f6f6;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .basicAddress {
    padding: 1.363636em; /* 15px */
    font-size: 12px;
  }
}
@media screen and (max-width:425px) {
  .basicAddress {
    font-size: 10px;
  }
}


/*  basicAddress__title
------------------------*/
.basicAddress__title {
  padding-left: .714286em;
  border-left: .357143em solid #1969b1;
  font-weight: bold;
}


/*  basicAddress__item
------------------------*/
.basicAddress__item + .basicAddress__item {
  margin-top: 2px;
}

.basicAddress__title + .basicAddress__item {
  margin-top: .714286em;
}



/* =====================
  basicFigure
===================== */
/*  basicFigure__item
------------------------*/
.basicFigure__item + .basicFigure__item {
  margin-top: 15px;
}


/*  basicFigure__thumbnail
------------------------*/
.basicFigure__thumbnail {
  position: relative;
}

.basicFigure__caption + .basicFigure__thumbnail {
  margin-top: 10px;
}

.basicFigure__thumbnail img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.basicFigure__thumbnail img + img {
  margin-top: 30px;
}

.basicFigure__thumbnail .basicAddress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  border: none;
}

.basicFigure__thumbnail .basicAddress--notCover {
  position: static;
}

.basicFigure__thumbnail .basicAddress a {
  color: #198eb1;
}

/*  basicFigure__caption
------------------------*/
.basicFigure__caption {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .basicFigure__caption {
    font-size: 12px;
  }
}

.basicFigure__thumbnail + .basicFigure__caption {
  margin-top: 10px;
  font-weight: normal;
  text-align: left;
}


/*  basicFigure__detail
------------------------*/


/*  住所付きサムネイルの場合の位置補正
------------------------*/
@media only screen and (max-width: 800px) {
  .basicFigure--withAddress {
    position: relative;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
       -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
         -o-flex-direction: column-reverse;
            flex-direction: column-reverse;
    justify-content: space-between;
  }

  .basicFigure--withAddress .basicFigure__thumbnail {
    position: static;
  }

  .basicFigure--withAddress .basicFigure__thumbnail img {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .basicFigure--withAddress .basicFigure__thumbnail .basicAddress {
    margin-top: 10px;
    position: static;
    border: 1px solid #ddd;
    color: #444141;
    background-color: #f1f3f5;
  }

  .basicFigure--withAddress .basicFigure__thumbnail .basicAddress a {
    color: #1969b1;
  }

  .basicFigure--withAddress .basicFigure__detail::before {
    content: "";
    padding-top: 60%;
    display: block;
  }
}

/* =====================
  basicFigure--flex
===================== */
.basicFigure--flex {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: row-reverse;
     -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
       -o-flex-direction: row-reverse;
          flex-direction: row-reverse;
  justify-content: flex-start;
  -ms-align-items: flex-start;
      align-items: flex-start;
  margin-left: -50px;
}
@media screen and (max-width:999px) {
  .basicFigure--flex {
    margin-left: -30px;
  }
}
@media screen and (max-width:768px) {
  .basicFigure--flex {
    margin-left: -20px;
  }
}
@media screen and (max-width:600px) {
  .basicFigure--flex {
    display: block;
    margin-left: 0;
  }
}

.basicFigure--flex .basicFigure__item {
  margin-left: 50px;
}
@media screen and (max-width:999px) {
  .basicFigure--flex .basicFigure__item {
    margin-left: 30px;
  }
}
@media screen and (max-width:768px) {
  .basicFigure--flex .basicFigure__item {
    margin-left: 20px;
  }
}
@media screen and (max-width:600px) {
  .basicFigure--flex .basicFigure__item {
    margin-left: 0;
  }
}

.basicFigure--flex .basicFigure__item + .basicFigure__item {
  margin-top: 0;
}
@media screen and (max-width:600px) {
  .basicFigure--flex .basicFigure__item + .basicFigure__item {
    margin-top: 15px;
  }
}

.basicFigure--flex .basicFigure__thumbnail {
  -webkit-flex: none;
     -moz-flex: none;
      -ms-flex: none;
       -o-flex: none;
          flex: none;
  width: 40%;
  /*min-width: 260px;*/
}
@media screen and (max-width:600px) {
  .basicFigure--flex .basicFigure__thumbnail {
    width: 100%;
    min-width: 100%;
  }
}

.basicFigure--flex .basicFigure__detail {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
}


/*  住所付きサムネイルの場合の位置補正
------------------------*/
@media only screen and (max-width: 1000px) {
  .basicFigure--flexReverse .basicFigure__thumbnail .basicAddress {
    margin-top: 10px;
    position: static;
    border: 1px solid #ddd;
    color: #444141;
    background-color: #f1f3f5;
  }

  .basicFigure--flexReverse .basicFigure__thumbnail .basicAddress a {
    color: #1969b1;
  }
}

@media only screen and (max-width: 600px) {
  .basicFigure--flexReverse {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
       -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
         -o-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .basicFigure--flexReverse .basicFigure__item + .basicFigure__item {
    margin-top: 0;
  }

  .basicFigure--flexReverse .basicFigure__thumbnail {
    margin-top: 15px;
  }

  .basicFigure--flexReverse .basicFloat__right {
    margin: 0;
    margin-top: 20px;
  }
}



/* =====================
  basicFloat
===================== */
.basicFloat {
  overflow: hidden;
}
@media screen and (max-width:600px) {
  .basicFloat {
    overflow: visible;
  }
}


/*  basicFloat__right
------------------------*/
.basicFloat__right {
  float: right;
  width: 40%;
  margin: 0 0 30px 30px;
}
@media screen and (max-width:600px) {
  .basicFloat__right {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}

.basicFloat__right img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* basicFloat__right--25 */
.basicFloat__right--25 {
  width: 25%;
}
@media screen and (max-width:600px) {
  .basicFloat__right--25 {
    width: auto;
  }
}


/*  basicFloat__left
------------------------*/
.basicFloat__left {
  float: left;
  width: 40%;
  margin: 0 30px 30px 0;
}
@media screen and (max-width:600px) {
  .basicFloat__left {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}

.basicFloat__left img {
  max-width: 100%;
}



/* =====================
  basicList
===================== */
.basicList {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .basicList {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicList {
    font-size: 12px;
  }
}

.basicList__item > .basicList {
  margin-top: .75em;
}


/*  basicList__item
------------------------*/
.basicList__item {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.basicList__item a {
  color: #1969b1;
}

.basicList__item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.basicList__item + .basicList__item {
  margin-top: .75em;
}



/* =====================
  basicList--typeDisc
===================== */
.basicList--typeDisc > .basicList__item {
  padding-left: 1.25em;
}

.basicList--typeDisc > .basicList__item:before {
  top: .733333em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #444141;
  content: " ";
}



/* =====================
  basicList--typeSquare
===================== */
.basicList--typeSquare > .basicList__item {
  padding-left: 1.25em;
}

.basicList--typeSquare > .basicList__item:before {
  top: .733333em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #444141;
  content: " ";
}



/* =====================
  basicList--typeArrow
===================== */
.basicList--typeArrow > .basicList__item {
  padding-left: 1.25em;
}

.basicList--typeArrow > .basicList__item:before {
  top: .733333em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #444141;
  content: " ";
}



/* =====================
  basicList--typeCheck
===================== */
.basicList--typeCheck > .basicList__item {
  padding-left: 2em;
}

.basicList--typeCheck > .basicList__item:before {
  top: -webkit-calc( 1.5em / 2 );
  top:         calc( 1.5em / 2 );
  left: .3em;
  -webkit-transform: translateY(-75%) rotate(50deg);
      -ms-transform: translateY(-75%) rotate(50deg);
       -o-transform: translateY(-75%) rotate(50deg);
          transform: translateY(-75%) rotate(50deg);
  width: .65em;
  height: .9em;
  border-right: 3px solid #060606;
  border-bottom: 3px solid #060606;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: " ";
}



/* =====================
  basicList--typeCount
===================== */
.basicList--typeCount {
  counter-reset: count;
}

.basicList--typeCount > .basicList__item {
  padding-left: 1.5em;
}

.basicList--typeCount > .basicList__item:before {
  content: counter(count)". ";
  counter-increment: count;
}



/* =====================
  basicList--typeBrackets
===================== */
.basicList--typeBrackets {
  counter-reset: brackets;
}

.basicList--typeBrackets > .basicList__item {
  padding-left: 2em;
}

.basicList--typeBrackets > .basicList__item:before {
  content: "("counter(brackets)")";
  counter-increment: brackets;
}



/* =====================
  basicList--typeUpperalpha
===================== */
.basicList--typeUpperalpha {
  counter-reset: upperalpha;
}

.basicList--typeUpperalpha > .basicList__item {
  padding-left: 1.5em;
}

.basicList--typeUpperalpha > .basicList__item:before {
  content: counter(upperalpha, upper-alpha)"：";
  counter-increment: upperalpha;
}



/* =====================
  basicList--typeNotes
===================== */
.basicList--typeNotes {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .basicList--typeNotes {
    font-size: 12px;
  }
}
@media screen and (max-width:600px) {
  .basicList--typeNotes {
    font-size: 10px;
  }
}

.basicList--typeNotes > .basicList__item {
  padding-left: 1.5em;
}
.basicList--typeNotes > .basicList__item + .basicList__item {
  margin-top: .5em;
}

.basicList--typeNotes > .basicList__item:before {
  content: '※';
}



/* =====================
  basicListFlex
===================== */
.basicListFlex {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
  margin: -.75em 0 0 -.75em;
}
@media screen and (max-width:600px) {
  .basicListFlex {
    display: block;
    margin: 0;
  }
}


/*  basicListFlex__item
------------------------*/
.basicListFlex__item {
  margin: .75em 0 0 .75em;
}
@media screen and (max-width:600px) {
  .basicListFlex__item {
    margin: auto;
  }
}



/* =====================
  basicListFlex--item_50-100
===================== */
.basicListFlex--item_50-100 .basicListFlex__item {
  -webkit-flex: 0 1 auto;
     -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
       -o-flex: 0 1 auto;
          flex: 0 1 auto;
  width: -webkit-calc( ( 100% - ( .75em * 2 ) ) / 2 );
  width:         calc( ( 100% - ( .75em * 2 ) ) / 2 );
}
@media screen and (max-width:600px) {
  .basicListFlex--item_50-100 .basicListFlex__item {
    width: auto;
  }
}



/* =====================
  basicDefine
===================== */
.basicDefine {
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .basicDefine {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicDefine {
    font-size: 12px;
  }
}

.basicDefine a {
  color: #1969b1;
}


/*  basicDefine__title
------------------------*/
.basicDefine__title {
  display: table;
  padding-bottom: .125em; /* 2px */
  border-bottom: 3px solid #1969bc;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .08em;
  text-indent: .08em;
}
@media screen and (max-width:768px) {
  .basicDefine__title {
    font-size: 14px;
  }
}


/*  basicDefine__body
------------------------*/
.basicDefine__body {
  margin-top: 1em;
  line-height: 1.75;
}



/* =====================
  basicDefineList
===================== */
.basicDefineList {
  list-style: none;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .basicDefineList {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicDefineList {
    font-size: 12px;
  }
}


/*  basicDefineList__item
------------------------*/
.basicDefineList__item + .basicDefineList__item {
  margin-top: .5em;
}
@media screen and (max-width:425px) {
  .basicDefineList__item + .basicDefineList__item {
    margin-top: 1em;
  }
}



/* =====================
  basicDefineListDetail
===================== */
.basicDefineListDetail {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
  line-height: 1.5;
}
@media screen and (max-width:425px) {
  .basicDefineListDetail {
    display: block;
  }
}


/*  basicDefineListDetail__item
------------------------*/
.basicDefineListDetail__item + .basicDefineListDetail__item {
  margin-left: 1.333333em; /* 20px */
}
@media screen and (max-width:425px) {
  .basicDefineListDetail__item + .basicDefineListDetail__item {
    margin-left: 0;
  }
}


/*  basicDefineListDetail__title
------------------------*/
.basicDefineListDetail__title {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex: none;
     -moz-flex: none;
      -ms-flex: none;
       -o-flex: none;
          flex: none;
  justify-content: center;
  -ms-align-items: center;
      align-items: center;
  padding: .5em 1em; /* 7.5px 15px */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f6f6;
}
@media screen and (max-width:425px) {
  .basicDefineListDetail__title {
    display: block;
  }
}

/* basicDefineListDetail--title_w4e */
.basicDefineListDetail--title_w4e .basicDefineListDetail__title {
  width: -webkit-calc( 4em + ( 1em * 2 ) );
  width:         calc( 4em + ( 1em * 2 ) );
}
@media screen and (max-width:425px) {
  .basicDefineListDetail--title_w4e .basicDefineListDetail__title {
    width: auto;
  }
}

/* basicDefineListDetail--title_w6e */
.basicDefineListDetail--title_w6e .basicDefineListDetail__title {
  width: -webkit-calc( 6em + ( 1em * 2 ) );
  width:         calc( 6em + ( 1em * 2 ) );
}
@media screen and (max-width:425px) {
  .basicDefineListDetail--title_w6e .basicDefineListDetail__title {
    width: auto;
  }
}

/* basicDefineListDetail--title_w7e */
.basicDefineListDetail--title_w7e .basicDefineListDetail__title {
  width: -webkit-calc( 7em + ( 1em * 2 ) );
  width:         calc( 7em + ( 1em * 2 ) );
}
@media screen and (max-width:425px) {
  .basicDefineListDetail--title_w7e .basicDefineListDetail__title {
    width: auto;
  }
}

/* basicDefineListDetail--title_w9e */
.basicDefineListDetail--title_w9e .basicDefineListDetail__title {
  width: -webkit-calc( 9em + ( 1em * 2 ) );
  width:         calc( 9em + ( 1em * 2 ) );
}
@media screen and (max-width:425px) {
  .basicDefineListDetail--title_w9e .basicDefineListDetail__title {
    width: auto;
  }
}

/* basicDefineListDetail--title_w10e */
.basicDefineListDetail--title_w10e .basicDefineListDetail__title {
  width: -webkit-calc( 10em + ( 1em * 2 ) );
  width:         calc( 10em + ( 1em * 2 ) );
}
@media screen and (max-width:425px) {
  .basicDefineListDetail--title_w10e .basicDefineListDetail__title {
    width: auto;
  }
}



/*  basicDefineListDetail__body
------------------------*/
.basicDefineListDetail__body {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
  -ms-align-self: center;
      align-self: center;
  padding: .5em 0; /* 3.75px 0 */
  line-height: 1.75;
}
@media screen and (max-width:425px) {
  .basicDefineListDetail__body {
    margin-top: .5em;
    padding: 0;
  }
}

.basicDefineListDetail__body a {
  color: #1969b1;
}

.basicDefineListDetail__body .basicList__item + .basicList__item {
  margin-top: .25em;
}



/* =====================
  basicToggle
===================== */
.basicToggle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.basicToggle__body > .basicToggle {
  margin-bottom: -30px;
  border-bottom: none;
}

.basicToggle__body + .basicToggle {
  border-bottom: none;
}


/*  basicToggle__item
------------------------*/
.basicToggle__item + .basicToggle__item {
  border-top: 1px solid #ccc;
}


/*  basicToggle__title
------------------------*/
.basicToggle__title {
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .basicToggle__title {
    font-size: 14px;
  }
}

.basicToggle__body + .basicToggle .basicToggle__title {
  padding-left: -webkit-calc( 1.142857142857143em + 15px );
  padding-left:         calc( 1.142857142857143em + 15px );
  font-size: 14px;
}

.basicToggle__title span {
  display: inline-block;
  position: relative;
  bottom: -.05em;
  margin-right: 15px;
  font-weight: 300;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
}

.basicToggle__title:hover {
  color: #1969bc;
  cursor: pointer;
}

.basicToggle__title.JS-basicToggleMenu {
  position: relative;
  padding-right: 2em;
}

.basicToggle__title.JS-basicToggleMenu:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-75%) rotate(45deg);
      -ms-transform: translateY(-75%) rotate(45deg);
       -o-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
  width: .625em;
  height: .625em;
  border-right: 2px solid #060606;
  border-bottom: 2px solid #060606;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: " ";
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

.basicToggle__title.JS-basicToggleMenu.JS-basicToggleMenu__active:after {
  -webkit-transform: translateY(-25%) rotate(-135deg);
      -ms-transform: translateY(-25%) rotate(-135deg);
       -o-transform: translateY(-25%) rotate(-135deg);
          transform: translateY(-25%) rotate(-135deg);
}



/*  basicToggle__body
------------------------*/
.basicToggle__body {
  padding: 15px 0 30px;
}

.basicToggle__body.JS-basicToggleMenuBody {
  display: none;
}

.basicToggle__body + .basicToggle .basicToggle__body {
  padding-left: -webkit-calc( 1.6em + 15px );
  padding-left:         calc( 1.6em + 15px );
}

.basicToggle__body + .basicToggle .basicToggle__body * {
  font-size: 14px;
}


/* =====================
  basicToggle--count
=====================
.basicToggle--count {
  counter-reset: count;
}

.basicToggle--count .basicToggle__title {
  position: relative;
  padding-right: 2em;
  padding-left: -webkit-calc( 1.25em + 15px );
  padding-left:         calc( 1.25em + 15px );
}

.basicToggle--count .basicToggle__title.JS-basicToggleMenu.JS-basicToggleMenu__active {
  color: #1969bc;
}

.basicToggle--count .basicToggle__title:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -.025em;
  font-weight: 300;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
  content: counter(count);
  counter-increment: count;
}*/



/* =====================
  basicToggleAll
===================== */
.basicToggleAll {
  display: table;
  margin: 50px 0 -30px;
}

.basicToggleAll + .basicToggle {
  margin-top: 50px;
}

.basicToggleAll {
  padding: .7em 1.5em .6em;
  border: 1px solid #171e27;
  border-radius: 6px;
  background-color: #171e27;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
@media screen and (max-width:425px) {
  .basicToggleAll {
    font-size: 12px;
  }
}

.basicToggleAll:hover {
  background-color: #fff;
  color: #171e27;
  cursor: pointer;
}



/* =====================
  basicToggleTitle
===================== */
.basicToggleTitle {
  margin-bottom: 1em;
  padding: .5em;
  font-size: 16px;
  background-color: #d5d5d5;
}
@media screen and (max-width:768px) {
  .basicToggleTitle {
    font-size: 14px;
  }
}



/* =====================
  basicToggleMidTitle
===================== */
.basicToggleMidTitle {
  margin-bottom: 1em;
  padding-bottom: .25em;
  border-bottom: 3px solid #d5d5d5;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .basicToggleMidTitle {
    font-size: 14px;
  }
}



/* =====================
  basicTable
===================== */
.basicTable {
  display: table;
  width: 100%;
  background-color: #ccc;
  font-size: 15px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 1px;
}
@media screen and (max-width:768px) {
  .basicTable {
    font-size: 13px;
  }
}


/*  basicTable__row
------------------------*/
.basicTable__row {
  display: table-row;
  background-color: #e5e5e5;
}
@media screen and (max-width:600px) {
  .basicTable__row {
    display: block;
    padding: 1.5em 0;
  }
}

@media screen and (max-width:600px) {
  .basicTable__row + .basicTable__row {
    margin-top: 1px;
  }
}


/*  basicTable__cell
------------------------*/
.basicTable__cell {
  display: table-cell;
  padding: 1.5em;
  vertical-align: top;
}
@media screen and (max-width:600px) {
  .basicTable__cell {
    display: block;
    padding: 0;
  }
}


/*  basicTable__title
------------------------*/
.basicTable__title {
  width: 25%;
  font-weight: bold;
  font-size: 1em;
}
@media screen and (max-width:600px) {
  .basicTable__title {
    width: auto;
  }
}


/*  basicTable__body
------------------------*/
@media screen and (max-width:600px) {
  .basicTable__body {
    margin-top: .75em;
  }
}



/* =====================
  basicButton
===================== */
.basicButton {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
  margin: 0 0 -.75em -.75em;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .basicButton {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicButton {
    font-size: 12px;
  }
}


/*  basicButton__item
------------------------*/
.basicButton__item {
  margin: 0 0 .75em .75em;
}

.basicButton__item a {
  display: block;
  padding: .375em 1.5em;
  border: 1px solid #1969b1;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1969b1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.basicButton__item a:hover {
  background-color: #fff;
  color: #1969b1;
}

/* basicButton__item--bg */
.basicButton__item--bg a {
  background-color: rgba(255,255,255,.5);
  color: #1969b1;
}

.basicButton__item--bg a:hover {
  background-color: #1969b1;
  color: #fff;
}



/* =====================
  basicButton--item_20-33-50
===================== */
.basicButton--item_20-33-50 .basicButton__item {
  width: -webkit-calc( ( ( 100% - .1px ) - ( .75em * 4 ) ) / 4 );
  width:         calc( ( ( 100% - .1px ) - ( .75em * 4 ) ) / 4 );
}
@media screen and (max-width:999px) {
  .basicButton--item_20-33-50 .basicButton__item {
    width: -webkit-calc( ( ( 100% - .1px ) - ( .75em * 3 ) ) / 3 );
    width:         calc( ( ( 100% - .1px ) - ( .75em * 3 ) ) / 3 );
  }
}
@media screen and (max-width:425px) {
  .basicButton--item_20-33-50 .basicButton__item {
    width: -webkit-calc( ( ( 100% - .1px ) - ( .75em * 2 ) ) / 2 );
    width:         calc( ( ( 100% - .1px ) - ( .75em * 2 ) ) / 2 );
  }
}

.basicButton--item_20-33-50 .basicButton__item a {
  padding: .375em;
}



/* =====================
  basicButton--contentsCenter
===================== */
.basicButton--contentsCenter {
  justify-content: center;
}



/* =====================
  basicSign
===================== */
.basicSign {
  margin-top: 30px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width:768px) {
  .basicSign {
    font-size: 14px;
  }
}
@media screen and (max-width:425px) {
  .basicSign {
    font-size: 12px;
  }
}



/* =====================
  basicMap
===================== */
.basicMap iframe {
  width: 100%;
  height: 30em;
  border: none;
  outline: none;
}



/* =====================
  basicNone
===================== */
.basicNone {
  padding: 50px 20px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .basicNone {
    padding: 30px 20px;
    font-size: 14px;
  }
}


/*  basicNone__item
------------------------*/
.basicNone__item + .basicNone__item {
  margin-top: 1em;
}



/* =====================
  basicError
===================== */
.basicError {
  height: -webkit-calc( 100vh - ( 138px + 113px ) );
  height:         calc( 100vh - ( 138px + 113px ) );
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
}
@media screen and (max-width:768px) {
  .basicError {
    height: -webkit-calc( 100vh - ( 55px + 181px ) );
    height:         calc( 100vh - ( 55px + 181px ) );
    font-size: 9px;
  }
}
@media screen and (max-width:600px) {
  .basicError {
    font-size: 8px;
  }
}



/* =====================
  basicErrorContents
===================== */
.basicErrorContents {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}


/*  basicErrorContents__title
------------------------*/
.basicErrorContents__title {
  font-weight: 700;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.basicErrorContents__title > span {
  display: block;
  margin-bottom: -.15em;
  font-weight: 400;
  font-size: 3.333333em;
  line-height: 1.1;
}


/*  basicErrorContents__body
------------------------*/
.basicErrorContents__body {
  font-size: 1.6em;
}

.basicErrorContents__body .backLink {
  margin: 0;
  margin-top: 1.111111em;
}



/* =====================
  basicStyle
===================== */
/*  basicStyle--fontWight
------------------------*/
/* basicStyle--textDeco_under */
.basicStyle--fontWight_bold {
  font-weight: bold;
}


/*  basicStyle--textDeco
------------------------*/
/* basicStyle--textDeco_under */
.basicStyle--textDeco_under {
  text-decoration: underline;
}


/*  basicStyle--textAlign
------------------------*/
/* basicStyle--textAlign_center */
.basicStyle--textAlign_center {
    text-align: center;
}

/* basicStyle--textAlign_right */
.basicStyle--textAlign_right {
  text-align: right;
}


/*  basicStyle--textIndent
------------------------*/
/* basicStyle--textIndent_0 */
.basicStyle--textIndent_0 {
  text-indent: 0
}

/* basicStyle--textIndent_1e */
.basicStyle--textIndent_1e {
  text-indent: 1em;
}


/*  basicStyle--margin
------------------------*/
/* basicStyle--margin_tAuto */
.basicStyle--margin_tAuto {
   margin-top: auto;
}

/* basicStyle--margin_t70 */
.basicStyle--margin_t70 {
  margin-top: 70px;
}
@media screen and (max-width:999px) {
  .basicStyle--margin_t70 {
    margin-top: 50px;
  }
}
@media screen and (max-width:768px) {
  .basicStyle--margin_t70 {
    margin-top: 30px;
  }
}

/* basicStyle--margin_t50 */
.basicStyle--margin_t50 {
  margin-top: 50px;
}
@media screen and (max-width:999px) {
  .basicStyle--margin_t50 {
    margin-top: 30px;
  }
}


/*  basicStyle--margin
------------------------*/
/* basicStyle--margin_t30 */
.basicStyle--margin_t30 {
  margin-top: 30px;
}

/* basicStyle--margin_t30-15 */
.basicStyle--margin_t30-20 {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .basicStyle--margin_t30-20 {
    margin-top: 20px;
  }
}

/* basicStyle--margin_t15 */
.basicStyle--margin_t15 {
  margin-top: 15px;
}

/* basicStyle--margin_t1e */
.basicStyle--margin_t1e {
  margin-top: 1em;
}

/* basicStyle--margin_t-75e */
.basicStyle--margin_t-75e {
  margin-top: .75em;
}

/* basicStyle--margin_t-5e */
.basicStyle--margin_t-5e {
  margin-top: .5em;
}

/* basicStyle--margin_t-25e */
.basicStyle--margin_t-25e {
  margin-top: .25em;
}


/*  basicStyle--padding
------------------------*/
/* basicStyle--padding_t30 */
.basicStyle--padding_t30 {
  padding-top: 30px;
}

/* basicStyle--padding_t1e */
.basicStyle--padding_t1e {
  padding-top: 1em;
}



/* =====================
  backLink
===================== */
.backLink {
  margin-bottom: 50px;
  text-align: center;
}

.backLink a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 6px 25px 5px;
  border: 1px solid #1969bc;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1969bc;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  text-align: center;
  text-indent: .08em;
  text-decoration: none;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.backLink a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: " ";
}

.backLink a:hover {
  background-color: #fff;
  color: #1969bc;
}

.backLink a:hover::after {
  border-color: #1969bc;
}



/* =====================
  pager
===================== */
#pager {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    #pager {
        margin-top: 30px;
    }
}


/*  pager__item
------------------------*/
.pager__item + .pager__item {
    margin-left: 20px;
}



/* =====================
  pagerArrow
===================== */
.pagerArrow {
    position: relative;
}

.pagerArrow a {
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.pagerArrow a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #444141;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}


/*  pagerArrow--prev
------------------------*/
.pagerArrow--prev a:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 1px solid #444141;
}

.pagerArrow--prev a:hover:before {
    left: -5px;
}


/*  pagerArrow--next
------------------------*/
.pagerArrow--next a:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #444141;
}

.pagerArrow--next a:hover:before {
    right: -5px;
}



/* =====================
  pagerNumber
===================== */
#pagerNumber {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}


/*  pagerNumber__item
------------------------*/
.pagerNumber__item a {
    color: #444141;
    font-size: 14px;
    text-decoration: none;
}

.pagerNumber__item a:hover {
    text-decoration: underline;
}

.pagerNumber__item + .pagerNumber__item {
    margin-left: 15px;
}


/* pagerNumber__item--current */
.pagerNumber__item--current a {
    font-weight: bold;
    text-decoration: underline;
}
