@charset "UTF-8";
/* Scss Document */
/*reset
-=========-=========-=========-=========-=========*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html, h1, h2, h3, h4, h5, h6, b, strong, 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;
}

body {
  line-height: 1;
}

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

nav, 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;
}

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

/* 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;
}

/*変数・関数
-=========-=========-=========-=========-=========*/
/*レイアウト関連
-=========-=========-====*/
/* --- メディアクエリ --- */
/* 追加 */
/* --- カラー --- */
/* 背景色 */
/* メインカラー */
/* アクセントカラー */
/* グレートーン */
/* --- レイアウト --- */
/* スペース・余白 */
/*section間のbottom、PC以上*/
/*lyoutの上下padding*/
/*innerの左右padding*/
/* スペース・余白（レスポンシブ用可変） */
/*横幅960px:80px、375px:31.2…px*/
/*横幅960px:40px、375px:15.6…px*/
/*横幅960px:32px、375px:12.49…px*/
/*横幅960px:24px、375px:9.375px*/
/*フォント関連
-=========-=========-====*/
/* font-size */
/*80px*/
/*64px*/
/*48px*/
/*40px*/
/*32px*/
/*28px*/
/*24px*/
/*20px*/
/*18px*/
/*16px*/
/*14px*/
/*12px*/
/* font-weight */
/* line-height */
/*共通
-=========-=========-=========-=========-=========*/
/*レイアウト関連
-=========-=========-====*/
/* widthにborder、paddingを内包する */
html, h1, h2, h3, h4, h5, h6, b, strong {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 共通化できる場合に使用 */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* テキスト周り、hoverなど */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* float解除 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 横幅最大 */
[class$="_inner"],
[class*="_inner "] {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/*フォント関連
-=========-=========-====*/
html, h1, h2, h3, h4, h5, h6, b, strong {
  font-family: Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .02rem;
  color: #363636;
}

/* 見出し */
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

[class$="_ttl"],
[class*="_ttl "] {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5em;
}

[class$="_subTtl"],
[class*="_subTtl "] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}

/* 本文 */
p {
  line-height: 1.75em;
}

a {
  text-decoration: none;
  color: #363636;
}

dl, dt, dd, ol, ul, li, tr, th, td {
  line-height: 1.75em;
}

/* フォーム */
input, textarea {
  font-size: 16px;
  color: #363636;
  line-height: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/*共通パーツ
-=========-=========-=========-=========-=========*/
.ly_spacing {
  margin-bottom: 4.16667%;
}

@media print, screen and (min-width: 960px) {
  .ly_spacing {
    margin-bottom: 40px;
  }
}

.el_mi_face {
  color: #1CA7FC;
}

/*ヘッダー
-=========-=========-====*/
.bl_header {
  background-color: #F2EFEC;
}

.ly_header_inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bl_headerUtils_logo img {
  vertical-align: middle;
  height: 30px;
}

/*プロジェクト説明
-=========-=========-====*/
.ly_pjtDescription_inner {
  padding-top: 8.33333%;
  padding-bottom: 8.33333%;
}

@media print, screen and (min-width: 960px) {
  .ly_pjtDescription_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bl_pjtDescription_pjtName {
  font-size: 1.5rem;
  margin-bottom: 2.5%;
}

@media print, screen and (min-width: 960px) {
  .bl_pjtDescription_pjtName {
    margin-bottom: 24px;
  }
}

.bl_pjtDescription_pjtlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_pjtDescription_pjtlist dt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: 1px dotted #cdcdcd;
  padding-top: 8px;
}

.bl_pjtDescription_pjtlist dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: 1px solid #cdcdcd;
}

.bl_pjtDescription_pjtlist .hp_update {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 630px) {
  .bl_pjtDescription_pjtlist dt {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    border-bottom: none;
    padding-top: 0;
  }
  .bl_pjtDescription_pjtlist dd {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    border-bottom: none;
  }
}

/*タブメニュー
-=========-=========-====*/
.bl_tabNav_wrapper {
  border-bottom: 4px solid #403B34;
  margin-bottom: 80px;
}

.bl_tabNav_wrapper .bl_tabNav.bl_tabNav_mdScroll {
  overflow-x: auto;
}

.bl_tabNav_wrapper .bl_tabNav.bl_tabNav_mdScroll .bl_tabNav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  white-space: nowrap;
}

.bl_tabNav_wrapper .bl_tabNav_link {
  display: inline-block;
  background-color: #403B34;
  padding: 8px 24px;
  margin-right: 8px;
  border-radius: 8px 8px 0 0;
  color: #cdcdcd;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: .3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.bl_tabNav_wrapper .bl_tabNav_link:focus, .bl_tabNav_wrapper .bl_tabNav_link:hover {
  color: #fff;
  opacity: 1;
}

.bl_tabNav_wrapper .bl_tabNav_link.is_active {
  color: #fff;
  pointer-events: none;
  opacity: 1;
}

/*サブタブメニュー
-=========-=========-====*/
.bl_subTabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.16667%;
}

.el_subTabNav_link {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #787878;
  margin-right: 8px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #787878;
  -webkit-transition: .25s;
  transition: .25s;
}

.el_subTabNav_link:focus, .el_subTabNav_link:hover {
  color: #fff;
  background-color: #1CA7FC;
  border: 1px solid #1CA7FC;
}

/*ソースコード
-=========-=========-====*/
.articleWrapper {
  margin-bottom: 80px;
}

@media print, screen and (min-width: 630px) {
  .articleWrapper {
    margin-bottom: 120px;
  }
}

.bl_sourceCode_wrapper {
  margin-bottom: 64px;
}

.bl_sourceCode_wrapper:last-child {
  margin-bottom: 0;
}

.bl_sourceCode_ttl {
  color: #363636;
  margin-bottom: 48px;
  padding: 8px 0;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}

.material-icons {
  vertical-align: -14px;
  margin-right: 8px;
}

.hp_mIcon_sizeL {
  font-size: 3rem !important;
}

.hp_mIcon_sizeS {
  font-size: 2.5rem !important;
}

.bl_sourceCode_subTtl {
  color: #787878;
  margin-bottom: 24px;
}

.bl_sourceCord {
  position: relative;
  max-width: 100%;
  width: 1200px;
}

.bl_sourceCodeArea {
  background-color: #403B34;
  padding: 24px 8px;
  border-radius: 4px;
  margin-bottom: 1px;
}

.bl_sourceCode_embed {
  background-color: #403B34 !important;
  height: 320px;
  white-space: pre-wrap;
  font-family: Menlo;
}

.hljs-ln-code {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.el_tabLabel {
  display: inline-block;
  padding: 4px 16px;
  background-color: #cdcdcd;
  color: #363636;
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  border-radius: 4px 0 0 0;
}

/* コード先頭にナンバリング */
.hljs-ln-numbers {
  font-size: 0.75rem;
  color: #696969;
  border-right: 1px solid #696969;
}

.hljs-ln-line.hljs-ln-code {
  padding-left: 8px;
}

.hljs-ln-n {
  padding-right: 4px;
}

@media print, screen and (min-width: 630px) {
  .bl_sourceCodeArea {
    margin-bottom: 0;
  }
  .bl_sourceCordUnite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_sourceCordUnite.bl_sourceCode__col2 > .bl_sourceCord {
    width: 49.9%;
    margin-right: .5px;
  }
  .bl_sourceCordUnite.bl_sourceCode__col2 > .bl_sourceCord:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_sourceCordUnite.bl_sourceCode__col3 > .bl_sourceCord {
    width: 33.2%;
    margin-right: .5px;
  }
  .bl_sourceCordUnite.bl_sourceCode__col3 > .bl_sourceCord:nth-of-type(3n) {
    margin-right: 0;
  }
}

/*Topに戻るボタン
-=========-=========-====*/
.bl_rtt {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  text-align: right;
  margin: 0 12px -16px 0;
}

.pagetop {
  z-index: 10;
}

.pagetop > img {
  background-color: #363636;
  padding: 8px 12px;
  border-radius: 8px;
}

#toPageTop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  text-align: right;
  margin-top: calc(1rem - 52px);
  margin-right: 1rem;
  margin-bottom: -1rem;
  margin-left: calc(100% - 52px - 1rem);
  z-index: 3;
}

#toPageTop a > img {
  background-color: #403B34;
  padding: 8px;
  border-radius: 4px;
  opacity: 1;
  width: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#toPageTop a:focus img, #toPageTop a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #1CA7FC;
  opacity: .95;
  border-radius: 20px;
}

/*フッター
-=========-=========-====*/
/* 要素が少ないとき最下部に固定 */
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.bl_footer {
  background-color: #403B34;
  padding: 40px 0;
  text-align: center;
  font-size: 0.875rem;
}

.bl_footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 630px) {
  .bl_footerNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.el_footerNav_item {
  padding: 0 8px;
  position: relative;
}

@media print, screen and (min-width: 630px) {
  .el_footerNav_item:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.el_footerNav_item_link {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.el_footerNav_item_link:focus, .el_footerNav_item_link:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 630px) {
  .el_footerNav_item_link {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
  }
  .el_footerNav_item_link:focus, .el_footerNav_item_link:hover {
    text-decoration: underline;
  }
  .el_footerNav_item_link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

address {
  color: #fff;
  font-style: normal;
}

/*JsvaScript関連
-=========-=========-====*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.ly_links_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.el_link:focus, .el_link:hover {
  text-decoration: underline;
  color: #403B34;
}

/*ボタン
-=========-=========-====*/
.el_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #1CA7FC;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.el_btn:focus, .el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #1CA7FC;
}

.el_btn__arrowR {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}

.el_btn__arrowR::after {
  font-family: Material Icons;
  content: "\e5c8";
  position: absolute;
  top: 50%;
  right: .55556em;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn__large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 900;
}

.el_btn.el_btn__yellow {
  background-color: #f1de00;
  color: #222;
}

.el_btn.el_btn__yellow:focus, .el_btn.el_btn__yellow:hover {
  border-color: #f1de00;
  background-color: #fff;
}

.el_roundedBtn {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #1CA7FC;
  border: 2px solid transparent;
  border-bottom-color: #1d3950;
  border-radius: 8px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.el_roundedBtn:focus, .el_roundedBtn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #1CA7FC;
}

/*アイコン付き小ボタン
-=========-=========-====*/
.el_beforeIconBtn {
  position: relative;
  display: inline-block;
  padding: .3em .4em;
  border: 1px solid currentColor;
  color: #1CA7FC;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  /*アイコン差し替え*/
}

.el_beforeIconBtn:focus, .el_beforeIconBtn:hover {
  background-color: #1CA7FC;
  color: #fff;
}

.el_beforeIconBtn::before {
  font-family: Material Icons;
  display: inline-block;
  margin-right: .2em;
  font-weight: 900;
}

.el_beforeIconBtn.el_beforeIconBtn__download::before {
  content: '\f090';
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

.el_beforeIconBtn.el_beforeIconBtn__zoom::before {
  content: '\e8ff';
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

/*アイコン
-=========-=========-====*/
.el_beforeIcon a:hover {
  text-decoration: underline;
}

.el_beforeIcon::before {
  display: inline-block;
  margin-right: .3em;
  color: #1CA7FC;
  font-family: Material Icons;
  font-weight: 400;
}

.el_beforeIcon.el_beforeIcon__pdf::before {
  content: '\e415';
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

.el_beforeIcon.el_beforeIcon__excel:hover {
  text-decoration: underline;
}

.el_beforeIcon.el_beforeIcon__excel::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f1c3';
}

.el_beforeIcon.el_beforeIcon__chevLeft::before {
  content: '';
  width: .5em;
  height: .5em;
  border-bottom: 0.125em solid #1CA7FC;
  border-left: 0.125em solid #1CA7FC;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

.el_afterIcon a {
  text-decoration: none;
}

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

.el_afterIcon::after {
  display: inline-block;
  margin-right: .3em;
  color: #1CA7FC;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.el_afterIcon.el_afterIcon__chevRight::after {
  content: '';
  width: .5em;
  height: .5em;
  border-top: 0.125em solid #1CA7FC;
  border-right: 0.125em solid #1CA7FC;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

/*ラベル
-=========-=========-====*/
.el_label {
  display: inline-block;
  padding: .2em .3em;
  background-color: #1CA7FC;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
}

.el_label__yellow {
  background-color: #f1de00;
  color: #000;
}

.el_label {
  border: 2px solid transparent;
}

.el_label.el_label__link {
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.el_label.el_label__link:focus, .el_label.el_label__link:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #1CA7FC;
}

.rounded-label {
  display: inline-block;
  padding: .3em .9em;
  background-color: #1CA7FC;
  border-radius: 1em;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
}

/*見出し
-=========-=========-====*/
.el_lv1Heading {
  padding: 30px 10px;
  background-color: #1CA7FC;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 40px;
}

.el_lv1Heading > span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.el_lv1Heading > span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_lv2Heading {
  padding-bottom: 10px;
  border-bottom: 4px solid #1CA7FC;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.el_lv3Heading {
  padding-bottom: 6px;
  border-bottom: 2px solid #1CA7FC;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.el_lv4Heading {
  padding-left: 6px;
  border-left: 2px solid #1CA7FC;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.el_lv5Heading {
  color: #1CA7FC;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}

/*注釈
-=========-=========-====*/
.el_caution {
  color: #E56609;
}

.el_note {
  font-size: 0.75rem;
}

/*ジャンボトロン
-=========-=========-====*/
.bl_jumbotron {
  background-image: url("/../../assets/images/jumbotron-bg.jpg");
  height: calc(69.44444vw + -233.33333px);
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.bl_jumbotron_inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bl_jumbotron_ttl {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 90%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lg_only {
  display: none;
}

@media print, screen and (min-width: 630px) {
  .lg_only {
    display: block;
  }
  .bl_jumbotron {
    height: 600px;
  }
  .bl_jumbotron_ttl {
    left: 0;
    width: auto;
    padding: 40px;
    text-align: left;
    font-size: calc(1.81818vw + 14.18182px);
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 960px) {
  .bl_jumbotron_ttl {
    font-size: 2rem;
  }
}

/*タブナビゲーション
-=========-=========-====*/
.bl_sourceTemplateWrapper .bl_tabNav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_sourceTemplateWrapper .bl_tabNav_link {
  display: inline-block;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  margin-bottom: 8px;
  border-bottom: 4px solid #cdcdcd;
  color: #cdcdcd;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  width: 90vw;
  text-align: center;
}

.bl_sourceTemplateWrapper .bl_tabNav_link:focus, .bl_sourceTemplateWrapper .bl_tabNav_link:hover {
  border-bottom-color: currentColor;
  color: #1CA7FC;
  opacity: 0.75;
}

.bl_sourceTemplateWrapper .bl_tabNav_link.is_active {
  border-bottom-color: currentColor;
  color: #1CA7FC;
  pointer-events: none;
}

@media print, screen and (min-width: 630px) {
  .bl_sourceTemplateWrapper .bl_tabNav_link {
    width: initial;
  }
}

.bl_sourceTemplateWrapper .bl_tabNav.bl_tabNav_mdScroll {
  overflow-x: auto;
}

.bl_sourceTemplateWrapper .bl_tabNav.bl_tabNav_mdScroll .bl_tabNav_area {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  white-space: nowrap;
}

.bl_sourceTemplateWrapper .bl_tabNav.bl_tabNav_mdScroll .bl_tabNav_area .bl_tabNav_link {
  width: initial;
}

/*メディア
-=========-=========-====*/
.bl_media_imgWrapper {
  margin-bottom: 20px;
}

.bl_media_imgWrapper > img {
  width: 100%;
  vertical-align: bottom;
}

.bl_media_ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
}

@media print, screen and (min-width: 630px) {
  .bl_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_media_imgWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    margin-right: 3.33333%;
    margin-bottom: 0;
  }
  .bl_media_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* 拡張パターン：逆位置 @include mbに追加 */
@media print, screen and (min-width: 630px) {
  .bl_media__rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .bl_media__rev .bl_media_imgWrapper {
    margin-right: 0;
  }
  .bl_media__rev .bl_media_body {
    margin-right: 3.33333%;
    text-align: right;
  }
}

/* 応用パターン：画像サイズ固定 @include mbの該当部分を差し替え */
@media print, screen and (min-width: 630px) {
  .bl_fixMedia .bl_media_imgWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 384px;
            flex: 0 1 384px;
  }
}

/*カード
-=========-=========-====*/
.bl_card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 24px;
}

.bl_card_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bl_card_body {
  padding: 12px;
}

.bl_card_ttl {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 700;
}

@media print, screen and (min-width: 630px) {
  .bl_cardUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_cardUnit > .bl_card {
    width: 49%;
  }
}

@media print, screen and (min-width: 960px) {
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 0;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 応用パターン：4カラム */
@media print, screen and (min-width: 960px) {
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: 23.78%;
    margin-right: 1.62602%;
    margin-bottom: 0;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* 拡張パターン：バッジ付き */
.bl_card_badge {
  position: relative;
}

.bl_card_badge::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 3.75rem 3.75rem 0 0;
  border-style: solid;
  border-color: #1CA7FC transparent transparent transparent;
}

.bl_card_badge_txt {
  position: absolute;
  z-index: 2;
  top: 0.7rem;
  left: 0.3125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 拡張パターン：リンク */
a.bl_card {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

a.bl_card .bl_card_ttl,
a.bl_card .bl_card_txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

a.bl_card:focus, a.bl_card:hover {
  opacity: 0.75;
}

a.bl_card:focus img, a.bl_card:hover img {
  -webkit-transform: translateY(-50%) scale(1.1, 1.1);
          transform: translateY(-50%) scale(1.1, 1.1);
}

a.bl_card:focus .bl_card_ttl,
a.bl_card:focus .bl_card_txt, a.bl_card:hover .bl_card_ttl,
a.bl_card:hover .bl_card_txt {
  color: #1CA7FC;
  text-decoration: underline;
}

/*テーブル（水平）
-=========-=========-====*/
/* 基準スタイル */
.bl_horizTable {
  border: 1px solid #ddd;
}

.bl_horizTable table {
  width: 100%;
}

.bl_horizTable th {
  width: 20%;
  padding: 12px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.bl_horizTable td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.bl_horizTable tr:last-child th, .bl_horizTable tr:last-child td {
  border-bottom-width: 0;
}

@media print, screen and (min-width: 630px) {
  .bl_horizTable th {
    padding: 16px;
  }
  .bl_horizTable td {
    padding: 16px;
  }
}

/* 拡張パターン：メディアクエリ時のスクロール */
.bl_horizTable.bl_horizTable__mdScroll {
  border-right-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bl_horizTable.bl_horizTable__mdScroll th, .bl_horizTable.bl_horizTable__mdScroll td {
  white-space: nowrap;
}

.bl_horizTable.bl_horizTable__mdScroll td {
  border-right: 1px solid #ddd;
}

/* 拡張パターン：メディアクエリ時フレックス */
.bl_horizTable .bl_horizTable__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_horizTable .bl_horizTable__flex th, .bl_horizTable .bl_horizTable__flex td {
  width: 100%;
}

@media print, screen and (min-width: 630px) {
  .bl_horizTable .bl_horizTable__flex {
    display: table-row;
  }
  .bl_horizTable .bl_horizTable__flex th {
    width: 20%;
  }
}

/*テーブル（垂直）
-=========-=========-====*/
/* 基準スタイル */
.bl_vertTable {
  border: 1px solid #ddd;
  overflow-x: auto;
  border-right-width: 0;
}

.bl_vertTable table {
  width: auto;
  min-width: 100%;
  text-align: center;
  table-layout: fixed;
}

.bl_vertTable th, .bl_vertTable td {
  padding: 16px;
  white-space: nowrap;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.bl_vertTable thead tr {
  background-color: #efefef;
}

.bl_vertTable th {
  font-weight: bold;
}

.bl_vertTable tbody tr:last-child td {
  border-bottom-width: 0;
}

@media print, screen and (min-width: 630px) {
  .bl_vertTable {
    border-right: 1px solid #ddd;
    overflow-x: unset;
  }
  .bl_vertTable table {
    width: 100%;
    table-layout: fixed;
  }
  .bl_vertTable th, .bl_vertTable td {
    white-space: break-spaces;
  }
  .bl_vertTable th:last-child, .bl_vertTable td:last-child {
    border-right-width: 0;
  }
}

/* 拡張パターン：メディアクエリ時フレックス */
.bl_vertTable_flexWrapper {
  border: 1px solid #ddd;
}

.bl_vertTable_flexWrapper thead {
  display: none;
}

.bl_vertTable_flexWrapper table {
  width: 100%;
  table-layout: fixed;
}

.bl_vertTable_flexWrapper th, .bl_vertTable_flexWrapper td {
  border-bottom: 0;
  border-right: 0;
  vertical-align: middle;
}

.bl_vertTable_flexWrapper th {
  padding: 16px;
  background-color: #efefef;
  font-weight: bold;
}

.bl_vertTable_flexWrapper td {
  padding: 16px 8px 0;
}

.bl_vertTable_flexWrapper td:before {
  background: #fafafa;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  content: attr(data-title);
}

.bl_vertTable_flexWrapper tbody tr:last-child {
  border-bottom-width: 0;
}

.bl_vertTable_flexWrapper .bl_vertTable_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 12px;
}

@media print, screen and (min-width: 630px) {
  .bl_vertTable_flexWrapper thead {
    display: table-header-group;
  }
  .bl_vertTable_flexWrapper th {
    border-right: 1px solid #ddd;
  }
  .bl_vertTable_flexWrapper th:last-child {
    border-right-width: 0;
  }
  .bl_vertTable_flexWrapper td {
    border-right: 1px solid #ddd;
    padding: 16px;
  }
  .bl_vertTable_flexWrapper td:last-child {
    border-right-width: 0;
  }
  .bl_vertTable_flexWrapper td:before {
    content: none;
  }
  .bl_vertTable_flexWrapper table {
    text-align: center;
  }
  .bl_vertTable_flexWrapper .bl_vertTable_flex {
    display: table-row;
  }
}

/*テーブル（交差）
-=========-=========-====*/
/* 基準スタイル */
.bl_crossTable {
  border: 1px solid #ddd;
  overflow-x: auto;
  border-right-width: 0;
}

.bl_crossTable table {
  width: auto;
  min-width: 100%;
  text-align: center;
  table-layout: fixed;
}

.bl_crossTable th, .bl_crossTable td {
  padding: 16px;
  white-space: nowrap;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.bl_crossTable th {
  background-color: #efefef;
  font-weight: bold;
}

.bl_crossTable tbody tr:last-child td {
  border-bottom-width: 0;
}

.bl_crossTable .bl_crossTable_mdSticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

@media print, screen and (min-width: 630px) {
  .bl_crossTable {
    border-right: 1px solid #ddd;
    overflow-x: unset;
  }
  .bl_crossTable table {
    width: 100%;
    table-layout: fixed;
  }
  .bl_crossTable th, .bl_crossTable td {
    white-space: break-spaces;
  }
  .bl_crossTable th:last-child, .bl_crossTable td:last-child {
    border-right-width: 0;
  }
}

/* 応用パターン：メディアクエリ時フレックス */
.bl_crossTable_flexWrapper {
  border: 1px solid #ddd;
}

.bl_crossTable_flexWrapper thead {
  display: none;
}

.bl_crossTable_flexWrapper table {
  width: 100%;
  table-layout: fixed;
}

.bl_crossTable_flexWrapper th, .bl_crossTable_flexWrapper td {
  border-bottom: 0;
  border-right: 0;
  vertical-align: middle;
}

.bl_crossTable_flexWrapper th {
  padding: 16px;
  background-color: #efefef;
  font-weight: bold;
}

.bl_crossTable_flexWrapper td {
  padding: 16px 8px 0;
}

.bl_crossTable_flexWrapper td:before {
  background: #fafafa;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  content: attr(data-title);
}

.bl_crossTable_flexWrapper tbody tr:last-child {
  border-bottom-width: 0;
}

.bl_crossTable_flexWrapper .bl_crossTable_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 12px;
}

@media print, screen and (min-width: 630px) {
  .bl_crossTable_flexWrapper thead {
    display: table-header-group;
  }
  .bl_crossTable_flexWrapper th {
    border-right: 1px solid #ddd;
  }
  .bl_crossTable_flexWrapper th:last-child {
    border-right-width: 0;
  }
  .bl_crossTable_flexWrapper td {
    border-right: 1px solid #ddd;
    padding: 16px;
    vertical-align: middle;
  }
  .bl_crossTable_flexWrapper td:last-child {
    border-right-width: 0;
  }
  .bl_crossTable_flexWrapper td:before {
    content: none;
  }
  .bl_crossTable_flexWrapper table {
    text-align: center;
  }
  .bl_crossTable_flexWrapper .bl_crossTable_flex {
    display: table-row;
  }
}

/*料金表
-=========-=========-====*/
.bl_priceUnit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_priceUnit .bl_price {
  margin-bottom: 24px;
}

.bl_priceUnit .bl_price:last-child {
  margin-bottom: 0;
}

.bl_priceUnit .bl_price {
  border: 1px solid #ddd;
}

.bl_priceUnit .bl_price_header {
  padding: 10px;
  background-color: #1CA7FC;
  color: #fff;
  text-align: center;
}

.bl_priceUnit .bl_price_ttl {
  font-size: 1.125rem;
}

.bl_priceUnit .bl_price_price {
  font-size: 2rem;
}

.bl_priceUnit .bl_price_price span {
  font-size: 16px;
}

.bl_priceUnit .bl_price_body {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}

.bl_priceUnit .bl_price_body > *:last-child {
  margin-bottom: 0;
}

.bl_priceUnit .bl_price_lead {
  margin-bottom: 16px;
}

.bl_priceUnit .bl_price_features {
  text-align: center;
}

.bl_priceUnit .bl_price_features > *:last-child {
  margin-bottom: 0;
}

.bl_priceUnit .bl_price_features dt {
  padding: 8px;
  margin-bottom: 16px;
  background-color: #efefef;
}

.bl_priceUnit .bl_price_features dd {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 630px) {
  .bl_priceUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_priceUnit .bl_price {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2.5%;
    margin-bottom: 0;
  }
  .bl_priceUnit .bl_price:last-child {
    margin-right: 0;
  }
}

/* バリエーション：高さ固定 */
.bl_priceUnit_fixHeight {
  display: block;
}

.bl_priceUnit_fixHeight .bl_price {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #cdcdcd;
  margin-bottom: 24px;
}

.bl_priceUnit_fixHeight .bl_price_header {
  background-color: #1CA7FC;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 7px 7px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}

.bl_priceUnit_fixHeight .bl_price_header .bl_price_title {
  color: #fff;
}

.bl_priceUnit_fixHeight .bl_price_body {
  padding: 16px;
}

.bl_priceUnit_fixHeight .bl_price_priceArea {
  margin-bottom: 32px;
}

.bl_priceUnit_fixHeight .el_price_priceArea_txt {
  font-weight: 700;
}

.bl_priceUnit_fixHeight .el_price_priceArea_price {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  color: #1CA7FC;
  margin: 16px 0;
}

.bl_priceUnit_fixHeight .el_price_priceArea_price .hp_fs_XXL {
  font-size: 1.75rem;
  padding: 0 8px;
}

.bl_priceUnit_fixHeight .bl_orderList_note li {
  font-size: 0.75rem;
}

.bl_priceUnit_fixHeight .bl_price_features_list {
  margin: 8px 0;
}

.bl_priceUnit_fixHeight .bl_price_features_list li {
  background-color: #deeef8;
  padding: 4px 8px;
}

.bl_priceUnit_fixHeight .bl_price_features_list li:nth-child(2n) {
  background-color: #fafafa;
}

.bl_priceUnit_fixHeight .hp_fs_ss {
  margin-left: 4px;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 630px) {
  .bl_priceUnit_fixHeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .bl_priceUnit_fixHeight .bl_price {
    width: 31.707%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .bl_priceUnit_fixHeight .bl_price:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* バリエーション：料金表テーブル */
.md_only {
  display: block !important;
}

@media print, screen and (min-width: 630px) {
  .md_only {
    display: none !important;
  }
}

.bl_priceTable {
  overflow-x: auto;
}

.bl_priceTable table {
  width: auto;
  white-space: nowrap;
}

@media print, screen and (min-width: 630px) {
  .bl_priceTable {
    overflow-x: unset;
  }
  .bl_priceTable table {
    width: 100%;
    table-layout: fixed;
  }
  .bl_priceTable td {
    white-space: break-spaces;
  }
  .bl_priceTable td:last-child {
    border-right-width: 0;
  }
  .bl_priceTable th {
    white-space: initial;
  }
}

.bl_priceTable_bodyTtl {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 #ddd;
          box-shadow: 1px 0 #ddd;
  font-size: 0.875rem;
}

.bl_priceTable_header {
  padding: 10px;
  background-color: #1CA7FC;
  border-right: 1px solid currentColor;
  color: #fff;
}

.bl_priceTable_header:last-child {
  border-image-width: 0;
}

.bl_priceTable_headerTtl {
  font-size: 1.125rem;
}

.bl_priceTable_price {
  font-size: 1.875rem;
}

.bl_priceTable_price span {
  font-size: 1rem;
}

.bl_priceTable td {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.bl_priceTable td:last-child {
  border-right: 1px solid #ddd;
}

.bl_priceTable tr:last-child > * {
  border-bottom: 1px solid #ddd;
}

/*リスト
-=========-=========-====*/
/* 順序なしリスト */
.bl_bulletList > *:last-child {
  margin-bottom: 0;
}

.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}

.bl_bulletList > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: #1CA7FC;
  border-radius: 50%;
}

.bl_bulletList ul {
  padding-left: 1.5em;
  margin-top: 10px;
  list-style: circle;
}

.bl_bulletList ul > *:last-child {
  margin-bottom: 0;
}

.bl_bulletList ul > li {
  margin-bottom: 10px;
}

.bl_bulletList__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -10px;
}

.bl_bulletList__horiz > li {
  -webkit-box-flex: calc(50% - 5px);
      -ms-flex: calc(50% - 5px);
          flex: calc(50% - 5px);
  margin-right: 10px;
}

.bl_bulletList__horiz > li:nth-of-type(even) {
  margin-right: 0;
}

/* 順序ありリスト */
.bl_orderList {
  counter-reset: bl_orderList;
}

.bl_orderList > *:last-child {
  margin-bottom: 0;
}

.bl_orderList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}

.bl_orderList > li::before {
  content: counter(bl_orderList) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #1CA7FC;
  font-weight: 900;
  counter-increment: bl_orderList;
}

.bl_orderList ol {
  margin-top: 10px;
  counter-reset: bl_orderList;
}

.bl_orderList ol > *:last-child {
  margin-bottom: 0;
}

.bl_orderList ol > li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}

.bl_orderList ol > li::before {
  content: counter(bl_orderList) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #1CA7FC;
  counter-increment: bl_orderList;
}

/*ポストリスト
-=========-=========-====*/
.bl_vertPosts_item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.bl_vertPosts_item:first-child {
  padding-top: 0;
}

.bl_vertPosts_header {
  margin-bottom: 10px;
}

.bl_vertPosts_date {
  font-size: 0.875rem;
}

.bl_vertPosts_ttl {
  text-decoration: none;
}

.bl_vertPosts_ttl:focus, .bl_vertPosts_ttl:hover {
  text-decoration: underline;
}

/*ページャ
-=========-=========-====*/
.bl_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.bl_pager_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.bl_pager_area > *:last-child {
  margin-right: 0;
}

.bl_pager_area > li {
  margin-right: 16px;
}

.bl_pager_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  color: #1CA7FC;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.bl_pager_link:focus, .bl_pager_link:hover {
  background-color: #1CA7FC;
  color: #fff;
  opacity: 0.75;
}

.bl_pager_link.is_active {
  background-color: #1CA7FC;
  color: #fff;
  pointer-events: none;
}

/* Scss Document */
/*-----header-----*/
.ly_header {
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
}

.bl_pageTemplate .ly_header_inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bl_pageTemplate .bl_headerUtils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.bl_pageTemplate .bl_headerUtils_logo img {
  vertical-align: middle;
  height: 40px;
}

.bl_pageTemplate .bl_headerUtils .el_btn {
  width: auto;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-----ナビゲーションメニュー-----*/
.bl_headerNav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_headerNav_link {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  margin-bottom: 8px;
  border-bottom: 4px solid transparent;
  color: #cdcdcd;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  width: 90vw;
  text-align: center;
}

.bl_headerNav_link:focus, .bl_headerNav_link:hover {
  border-bottom: 4px solid currentColor;
  color: #1CA7FC;
  opacity: 0.75;
}

.bl_headerNav_link.is_active {
  border-bottom-color: currentColor;
  color: #1CA7FC;
  pointer-events: none;
}

@media print, screen and (min-width: 630px) {
  .bl_headerNav_link {
    width: initial;
  }
}

.bl_headerNav.bl_headerNav_mdScroll {
  overflow-x: auto;
}

.bl_headerNav.bl_headerNav_mdScroll .bl_headerNav_area {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  white-space: nowrap;
}

@media print, screen and (min-width: 960px) {
  .bl_headerNav.bl_headerNav_mdScroll .bl_headerNav_area {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.bl_headerNav.bl_headerNav_mdScroll .bl_headerNav_area .bl_headerNav_link {
  width: initial;
}

/*-----main（1カラム設計）-----*/
.ly_cont {
  max-width: 1230px;
  padding: 60px 15px;
  margin-right: auto;
  margin-left: auto;
}

.hp_bgcBase {
  background-color: #efefef !important;
}

/*-----main（2カラム設計）-----*/
.ly_cont.ly_cont__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ly_cont_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3.25203%;
}

.ly_cont_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

.articleA {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .ly_cont.ly_cont__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ly_cont_main {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

/*-----footer-----*/
.ly_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}

.hp_btGray {
  border-top: 1px solid #777 !important;
}

.ly_footer_inner {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

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

.bl_footerNav_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.bl_footerNav_item > *:last-child {
  margin-bottom: 0;
}

.bl_footerNav_item:last-child .bl_footerNav_link::after {
  content: none;
}

.bl_footerNav_link {
  border-top: 1px solid #999;
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.bl_footerNav_link:focus, .bl_footerNav_link:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 630px) {
  .bl_footerNav_link {
    border-top: none;
  }
  .bl_footerNav_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.bl_footerChildNav_item {
  margin-bottom: 10px;
}

.bl_footerChildNav_link {
  color: #ddd;
  font-size: 15px;
  text-decoration: none;
}

.bl_footerChildNav_link:focus, .bl_footerChildNav_link:hover {
  text-decoration: underline;
}

.el_footerCopyright {
  display: block;
  color: #ddd;
  font-size: 12px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */