@charset "UTF-8";
/* Scss Document */
body {
  background-color: #cdcdcd;
  font-family: sans-serif;
  line-height: 1.5;
}

.ly_cont {
  max-width: 1220px;
  padding: 60px 20px;
  margin-right: auto;
  margin-left: auto;
}

.el_lv1_mainTtl {
  padding: 30px 20px;
  background-color: #333;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
}

.el_lv1_mainTtl > span {
  position: relative;
  display: inline-block;
}

.el_lv2_subTtl {
  padding: 20px;
  background-color: #999;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
}

.el_lv3_subTtl {
  padding: 20px;
  background-color: #FEFEFE;
  color: #999;
  font-size: 1.25rem;
  text-align: left;
}

.el_lv3_subTtl__variation {
  background-color: #E8F0FF;
}

.hp_mb40 {
  margin-bottom: 40px;
}

.hp_mb60 {
  margin-bottom: 60px;
}

/*ーーーーーーーーメディアーーーーーーーー*/
.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 27.58333%;
          flex: 0 1 27.58333%;
  margin-right: 3.33333%;
}

.bl_media_imgWrapper > img {
  width: 100%;
}

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

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

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

.bl_media_txt {
  /* css-wipeではスタイリングなし */
}

@media screen and (max-width: 768px) {
  .bl_media {
    display: block;
  }
  .bl_media_imgWrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*画像テキストテレコ*/
.bl_media.bl_media__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_media.bl_media__rev .bl_media_imgWrapper {
  margin-right: 0;
}

.bl_media.bl_media__rev .bl_media_body {
  margin-right: 3.33333%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bl_media__rev .bl_media_body {
    margin-right: 0;
  }
}

/*画像半分サイズ*/
.bl_halfMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_halfMedia_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.333333%;
          flex: 0 1 48.333333%;
  margin-right: 3.33333%;
}

.bl_halfMedia_imgWrapper > img {
  width: 100%;
}

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

.bl_halfMedia_body > *:last-dhild {
  margin-bottom: 0;
}

.bl_halfMedia_ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_media_txt {
  /* css-wipeではスタイリングなし */
}

@media screen and (max-width: 768px) {
  .bl_halfMedia {
    display: block;
  }
  .bl_halfMedia_imgWrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*画像固定サイズ*/
.bl_fixMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_fixMedia_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  margin-right: 3.33333%;
}

.bl_fixMedia_imgWrapper > img {
  width: 100%;
}

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

.bl_fixMedia_body > *:last-dhild {
  margin-bottom: 0;
}

.bl_fixMedia_ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_media_txt {
  /* css-wipeではスタイリングなし */
}

@media screen and (max-width: 768px) {
  .bl_fixMedia {
    display: block;
  }
  .bl_fixMedia_imgWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*ーーーーーーーーカードーーーーーーーー*/
.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;
}

.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: .5s;
  transition: .5s;
}

.bl_card_body {
  padding: 15px;
}

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

.bl_card_ttl {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: bold;
}

.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: #e25c00 transparent transparent transparent;
}

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

a.bl_card {
  display: block;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

a.bl_card:focus, a.bl_card:hover {
  opacity: .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: #e25c00;
  text-decoration: underline;
}

.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_cardUnit__col3 {
  margin-bottom: -30px;
}

.bl_cardUnit.bl_cardUnit__col3 > .bl_card {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px;
}

.bl_cardUnit.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -30px;
}

.bl_cardUnit.bl_cardUnit__col4 > .bl_card {
  width: 23.78%;
  margin-right: 1.62602%;
  margin-bottom: 30px;
}

.bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .bl_cardUnit.bl_cardUnit__col3, .bl_cardUnit.bl_cardUnit__col4 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card, .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .bl_cardUnit.bl_cardUnit__col3, .bl_cardUnit.bl_cardUnit__col4 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card, .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*ーーーーーーーーテーブルーーーーーーーー*/
.bl_horizTable {
  border: 1px solid #ddd;
}

.bl_horizTable table {
  width: 100%;
}

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

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

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

@media screen and (max-width: 800px) {
  .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_vertTable {
  border: 1px solid #ddd;
}

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

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

.bl_vertTable th {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.bl_vertTable th:last-child {
  border-right-width: 0;
}

.bl_vertTable td {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.bl_vertTable td:last-child {
  border-right-width: 0;
}

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

@media screen and (max-width: 800px) {
  .bl_vertTable {
    border-right-width: 0;
    overflow-x: auto;
  }
  .bl_vertTable table {
    width: auto;
    min-width: 100%;
  }
  .bl_vertTable th, .bl_vertTable td {
    white-space: nowrap;
  }
  .bl_vertTable th:last-child, .bl_vertTable td:last-child {
    border-right-width: 1px;
  }
}

.bl_crossTable {
  border: 1px solid #ddd;
}

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

.bl_crossTable th {
  padding: 15px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.bl_crossTable th:last-child {
  border-right-width: 0;
}

.bl_crossTable td {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.bl_crossTable td:last-child {
  border-right-width: 0;
}

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

@media screen and (max-width: 800px) {
  .bl_crossTable {
    border-right-width: 0;
    overflow-x: auto;
  }
  .bl_crossTable table {
    width: auto;
    min-width: 100%;
  }
  .bl_crossTable th, .bl_crossTable td {
    white-space: nowrap;
  }
  .bl_crossTable th:last-child, .bl_crossTable td:last-child {
    border-right-width: 1px;
  }
}

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

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

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

.bl_pager_inner > li {
  margin-right: 15px;
}

.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: #e25c00;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.bl_pager_link:focus, .bl_pager_link:hover {
  background-color: #e25c00;
  color: #fff;
  opacity: .75;
}

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

/*ーーーーーーーーページャーーーーーーーーー*/
.bl_tabNav_inner {
  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;
  margin-bottom: -10px;
}

.bl_tabNav_link {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: 4px solid #efefef;
  color: #777;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.bl_tabNav_link:focus, .bl_tabNav_link:hover {
  border-bottom-color: currentColor;
  color: #e25c00;
  opacity: .75;
}

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

@media screen and (max-width: 768px) {
  .bl_tabNav.bl_tabNav_mdScroll {
    overflow-x: auto;
  }
  .bl_tabNav.bl_tabNav_mdScroll .bl_tabNav_inner {
    -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;
  }
}

/*ーーーーーーーーCTAエリアーーーーーーーーー*/
.bl_cta {
  padding: 30px;
  background-color: rgba(221, 116, 44, 0.05);
  border: 1px solid #e25c00;
  text-align: center;
}

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

.bl_cta_ttl {
  padding-bottom: 10px;
  margin-top: -6px;
  margin-bottom: 40px;
  border-bottom: 1px solid currentColor;
  color: #e25c00;
  font-size: 1.5rem;
  font-weight: bold;
}

/*ーーーーーーーー価格表ーーーーーーーーー*/
.bl_priceUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_priceUnit .bl_price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.43902%;
}

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

@media screen and (max-width: 800px) {
  .bl_priceUnit {
    display: block;
  }
  .bl_priceUnit .bl_price {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bl_priceUnit .bl_price:last-child {
    margin-bottom: 0;
  }
}

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

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

.bl_price_ttl {
  font-size: 1.125rem;
}

.bl_price_price {
  font-size: 1.875rem;
}

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

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

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

.bl_price_lead {
  margin-bottom: 20px;
}

.bl_price_features {
  text-align: center;
}

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

.bl_price_features dt {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #efefef;
}

.bl_price_features dd {
  margin-bottom: 20px;
}

.md_only {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .md_only {
    display: block !important;
  }
}

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

.bl_priceTable_header {
  padding: 10px;
  background-color: #e25c00;
  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_bodyTtl {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.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;
}

@media screen and (max-width: 800px) {
  .bl_priceTable {
    overflow-x: auto;
  }
  .bl_priceTable table {
    width: auto;
    white-space: nowrap;
  }
  .bl_priceTable_bodyTtle {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 #ddd;
            box-shadow: 1px 0 #ddd;
    font-size: .875rem;
  }
}

/*ーーーーーーーーFAQーーーーーーーーー*/
.bl_faq > *:last-child {
  margin-bottom: 0;
}

.bl_faq_q, .bl_faq_a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 45px;
  padding-left: 60px;
}

.bl_faq_q {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_faq_q_txt {
  padding-top: 12px;
}

.bl_faq_a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.bl_faq_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: nomal;
  line-height: 45px;
  text-align: center;
}

.bl_faq_q .bl_faq_icon {
  background-color: #e25c00;
  color: #fff;
}

.bl_faq_a .bl_faq_icon {
  background-color: #efefef;
  color: #e25c00;
}

.bl_faq_a_body {
  padding-top: 12px;
}

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

.bl_faq_a_txt {
  margin-bottom: 20px;
}

/*ーーーーーーーーアコーディオンーーーーーーーーー*/
.bl_accordion_body + dt {
  margin-top: 20px;
}

.bl_accordion_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  background-color: #e25c00;
  border: 2px solid #e25c00;
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.bl_accordion_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_accordion_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 2px;
  height: 20px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_accordion_btn:focus, .bl_accordion_btn:hover {
  background-color: #fff;
  color: #e25c00;
}

.bl_accordion_btn.is_active::after {
  content: none;
}

.bl_accordion_body {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
}

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

.bl_accordion_body.is_active {
  display: block;
}

.bl_accordion_txt {
  margin-bottom: 20px;
}

.accordion-trigger {
  /* label */
  text-align: left;
  cursor: pointer;
  display: block;
  padding: 15px;
  padding-right: 42px;
  /* padding + icon width */
  border-bottom: 1px solid #ccc;
  background-color: #e25c00;
  position: relative;
  color: #fff;
  font-weight: 900;
  /* icon */
}

.accordion-trigger::before, .accordion-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 2px;
  width: 12px;
  background-color: #000;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.accordion-trigger::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-trigger.is-opened::after {
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.accordion-target {
  /* target */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s ease-out;
  transition: height .4s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  text-align: left;
}

.accordion-target.list > .list__item {
  /* target-child */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-target.list > .list__item > a {
  display: block;
  margin-top: -15px;
  margin-bottom: -15px;
  padding: 15px;
  color: #000;
  text-decoration: none;
}

.bl_menu_area > a {
  display: block;
  padding: 15px;
  color: #000;
}

.bl_menu_area > ul {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.bl_menu_area li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#el_menu_bar01:checked ~ #links01 li,
#el_menu_bar02:checked ~ #links02 li {
  height: 54px;
  opacity: 1;
}

.bl_menu_title {
  display: block;
  margin: 0 0 4px 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background-color: #e25c00;
  cursor: pointer;
}

input {
  display: none;
}

/*ーーーーーーーージャンボトロンーーーーーーーーー*/
@media screen and (max-width: 800px) {
  .lg_only {
    display: none !important;
  }
}

.bl_jumbotron {
  background-image: url("../../../../../assets/images/jumbotron-bg.jpg");
  height: calc(69.44444vw + -233.33333px);
  background-position: center center;
  background-size: cover;
}

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

.bl_jumbotron_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: calc(1.81818vw + 14.18182px);
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .bl_jumbotron {
    height: 600px;
  }
  .bl_jumbotron_ttl {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 800px) {
  .bl_jumbotron {
    height: 300px;
  }
  .bl_jumbotron_ttl {
    left: 50%;
    width: 90%;
    padding: 15px;
    font-size: 1.25rem;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*ーーーーーーーーポストリストーーーーーーーーー*/
.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: .875rem;
}

.bl_vertPosts_ttl {
  text-decoration: none;
}

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

/*ーーーーーーーー順序なしリストーーーーーーーーー*/
.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: .5em;
  left: 0;
  display: block;
  width: .4em;
  height: .4em;
  background-color: #e25c00;
  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: #e25c00;
  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: #e25c00;
  counter-increment: bl_orderList;
}
/*# sourceMappingURL=styles.css.map */