/* bl_card */
.bl_card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.bl_card_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.bl_card_body {
  padding: 30px 15px;
}
.bl_card_body > *:last-child {
  margin-bottom: 0;
}
.bl_card_ttl {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0083d7;
}
.bl_card_txt {
  color: #777;
}

.sns-area .bl_card {
  box-shadow: none;
}
.sns-area .bl_card_body {
  padding: 15px;
  text-align: center;
}


/* bl_card 3col */
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

/* bl_card col4*/
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -20px;
}

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

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


/* Order-list */
.bl_orderList {
  counter-reset: bl_orderList;
}
.bl_orderList > *:last-child {
  margin-bottom: 0;
}
.bl_orderList > li {
  position: relative;
  padding-left: 3em;
  margin-bottom: 10px;
}
.bl_orderList > li::before {
  content: counter(bl_orderList) '. ';
  position: absolute;
  top: 0;
  left: 1.5em;
  color: #0083d7;
  font-weight: bold;
  counter-increment: bl_orderList;
}

/* bl_card col4*/
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -20px;
}

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

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

/* Youtube */
.bl_media__youtube {
  width: 100%;
  max-width: 443px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.bl_media__youtube iframe {
  width: 100%;
  height: 100%;
}
.sns-area .bl_media__youtube {
  width: 100%;
  max-width: 443px;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
}

.sns-area .bl_media__youtube iframe {
  width: 100%;
  height: 100%;
}


/* Landing Page */
.v-application .headline {
  color: #ffffff;
  font-family: 'Noto Serif', serif;
}

/* table-cross2 */
.bl_vertTable__cross {
  padding: 0 0 50px;
}
.bl_vertTable__cross table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}
.bl_vertTable__cross th {
  width: 30%;
  background: #e6f2ff;
  border-top: 1px solid #cce5ff;
  border-bottom: 1px solid #cce5ff;
  color: #0f2350;
  padding: 20px;
  font-weight: 700;
  vertical-align: middle;
}
.bl_vertTable__cross td {
  width: 70%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.bl_vertTable__cross th:last-child,
.bl_vertTable__cross td:last-child {
  border-right-width: 0;
}
.bl_vertTable__cross tr th:last-child,
.bl_vertTable__cross tr td:last-child {
  border-right-width: 0;
}
.bl_vertTable__cross_sm {
  width: 100%;
}

/* btn */
.el_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #007f89;;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 1.4rem;/*14px*/
  text-align: center;
  text-decoration: none;
  transition: .25s;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #007f89;
}
.bl_halfMedia_body a:link {
  text-decoration: none;
  color: #fff;
}

/* News tab */
.tabs {
  display: flex;
  margin: 80px 0;
  justify-content: center;
  overflow: hidden;
}
.tabs li,
.tabs label {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #0083d7;
  border-right: 3px solid #fff;
  background-color: #f0f8ff;
  cursor: pointer;
  transition: .3s;
}
.tabs li:not(:first-child),
.tabs label:not(:first-of-type) {
  border-left: none;
}
.tabs li.active,
.tabs :checked + label {
  background-color: #0083d7;
  border-color: #0083d7;
  color: #fff;
  cursor: auto;
}
.contents{
  width: 100%;
  margin: 80px auto;
  padding: 0;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents li {
  width: 100%;
  margin: 0 0 3px 0;
  padding: 5px;
  line-height: 1.7;
  list-style-type: none;
}
.contents li .article {
  display: inline-block;
  width: 100%;
  max-width: 80%;
  font-size: 100%;
  text-align: left;
  margin: 5px 0 5px 40px;
  padding: 10px;
  border-bottom: 1px dotted #bbb;
}
.contents li .date {
  font-weight: 700;
  font-size: 87.5%;
  display: inline-block;
  width: 100%;
  max-width: 13%;
  text-align: right;
  margin: 5px 0;
  padding: 10px;
  border-bottom: 1px dotted #bbb;
}

.jquery .contents li{
  display: none;
}
.jquery .contents li.active {
  display: block;
}

.vue_radio input{
  display: none;
}


@media screen and (min-width: 0px) and (max-width: 1083px) {
#tab {
	max-width: 80%;
}
.contents li {
  margin: 0;
  padding: 0;
}
.contents li .date {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 5px auto 0;
  padding: 10px 0 0;
  border: none;
}
.contents li .article {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
  padding: 10px 0 10px;
  border-bottom: 1px dotted #bbb;
}
}


@media screen and (max-width: 768px) {
/* bl_card 3col */
.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -20px;
}
.bl_cardUnit > .bl_card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
/* bl_card 4col */
.bl_cardUnit > .bl_card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.bl_media__youtube {
  max-width: 768px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 30px;
}
/* bl_halfMedia */
.bl_halfMedia {
  display: block;
}
.bl_halfMedia_imgWrapper {
  margin-right: 0;
  margin-bottom: 20px;
}
.bl_halfMedia .el_btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tabs {
  margin: 30px 0 0;
}
.tabs li {
  padding: 10px 0;
  font-size: 1.2rem;
}
.contents {
  margin: 30px auto;
}
}