@charset "UTF-8";
/* 変数周り */
/*==================================================
sp pc
==================================================*/


.c_ttl_1 {
  text-align: center;
  line-height: 1.6;
}
.c_ttl_1._left {
  text-align: left;
}
.c_ttl_1._right {
  text-align: right;
}
.c_ttl_1 .ttl {
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  display: inline-flex;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;  
}
@media all and (max-width: 767px) {
  .c_ttl_1 .ttl {
    position: relative;
    padding: 0 35px;
    font-size: 24px;
  }
}
.c_ttl_1 .ttl:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #6ab5e4;
  margin-right: 30px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .c_ttl_1 .ttl:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}
.c_ttl_1 .ttl:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #6ab5e4;
  margin-left: 30px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .c_ttl_1 .ttl:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}

.c_ttl_2 {
  /*text-align: center;*/
  line-height: 1.6;
}
.c_ttl_2 .ttl {
  margin-top: 90px;
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  /*display: inline-flex;*/
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .c_ttl_2 .ttl {
    margin-top: 40px;
    position: relative;
    padding: 0 35px;
    font-size: 24px;
    margin-top: 40px;
  }
}
.c_ttl_2 .ttl:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #6ab5e4;
  margin-right: 30px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .c_ttl_2 .ttl:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}
.c_ttl_2 .ttl:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #6ab5e4;
  margin-left: 30px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .c_ttl_2 .ttl:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}
.c_ttl_2 .read {
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.c_ttl_3 {
  text-align: center;
}
.c_ttl_3 .ttl {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-top: 70px;
}
.c_ttl_3 .ttl:before,
.c_ttl_3 .ttl:after {
  content: none;
}

@media all and (max-width: 767px) {
  .c_ttl_3 .ttl {
    font-size: 22px;
    margin-top: 48px;
  }
}
.c_ttl_3 .ttl:after {
  content: "";
  border-bottom: 4px solid #6ab5e4;
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c_ttl_4 {
  font-size: 24px;
  font-weight: bold;
}
.c_ttl_4 .ttl {
  margin-top: 51px;
  padding-left: 0;
}
.c_ttl_4 .ttl:before {
  content: none;
}
@media all and (max-width: 767px) {
  .c_ttl_4 .ttl {
    font-size: 18px;
    margin-top: 40px;
  }
}

._text_blue {
  color: #004EA2;
}

.c_ttl_5 .ttl {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .c_ttl_5 .ttl {
    margin-top: 48px;
    font-size: 16px;
  }
}

.c_read_1 .txt {
  font-size: 18px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .c_read_1 .txt {
    margin-top: 24px;
    font-size: 16px;
  }
}

.c_caution > ul {
  padding-left: 0;
  font-size: 12px;
  margin-top: 16px;
  list-style: none;
  padding-left: 0;
}
.c_caution >ul > li {
  
  text-indent: 0;
  padding-left: 0;
}
.c_caution >ul > li p {
  display: inline;
      font-size: 12px;
}
.c_caution > ul > li:before {
  content: "※";
  margin-right: 0.5em;
  left: 0;
  background: none;
}
.c_caution > ul li + li {
  margin-top: 0.3em;
}
.c_caution2 ul {
  font-size: 12px;
  margin-top: 16px;
  list-style: none;
  padding-left: 1.5em;
}
.c_caution2 ul li {
  text-indent: -1.5em;
  counter-increment: number;
}
.c_caution2 ul li:before {
  content: "※" counter(number);
  margin-right: 0.5em;
}
.c_caution2 ul li p {
  display: inline;
}

.tbl {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .tbl {
    margin-top: 40px;
  }
}
.tbl td {
  border: 1px solid #DCDCDC;
}
@media all and (max-width: 767px) {
  .tbl td {
    display: block;
    width: 200%;
  }
}
.tbl tr td:first-child {
  background-color: #E9F6FF;
  padding: 16px 35px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .tbl tr td:first-child {
    text-align: start;
  }
}
.tbl tr td:last-child {
  padding: 16px 35px;
  font-size: 15px;
}

.c_tbl_2 {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .c_tbl_2 {
    margin-top: 40px;
  }
}
.c_tbl_2 .tbl tr td {
  border: 1px solid #DCDCDC;
  background-color: #fff;
  font-weight: normal;
  font-size: 15px;
  text-align: start;
}
@media all and (max-width: 767px) {
  .c_tbl_2 colgroup {
    display: none;

  }
  .c_tbl_2 .tbl tr {
    display: flex;
    flex-wrap: wrap;
  }
  .c_tbl_2 .tbl tr td:nth-child(1) {
    font-size: 17px;
    background-color: #E9F6FF;

  }

  .c_tbl_2 .tbl tr td {
    display: block;
    flex:1;
  }
}
@media all and (min-width: 768px) {

  .c_tbl_2 .tbl tr:first-of-type td {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background-color: #E9F6FF;
    border-bottom: 3px solid #DCDCDC;
  }
}
@media all and (max-width: 767px) {
  .c_tbl_2 .tbl tr:first-of-type td {
    text-align: start;
  }
}

@media all and (max-width: 767px) {
  .c_imgbox_1 {
    margin-top: 20px;
  }
}
.c_imgbox_1._right .mt-be-columns {
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .c_imgbox_1._right .mt-be-columns {
    flex-direction: column;
  }

}
.c_imgbox_1 .mt-be-columns {
  margin-top: 60px;
  display: flex;
  gap: 40px;
}
@media all and (max-width: 767px) {
  .c_imgbox_1 .mt-be-columns {
    flex-direction: column;
    gap: 20px;
  }
}
.c_imgbox_1 .mt-be-columns .img img {
  width: 510px;
  height: 269px !important;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .c_imgbox_1 .mt-be-columns .img img {
    width: 100%;
    height: auto;
  }
}
.c_imgbox_1 .mt-be-columns .inf {
  width: 510px;
  height: 269px;
}
@media all and (max-width: 767px) {
  .c_imgbox_1 .mt-be-columns .inf {
    width: 100%;
    height: auto;
  }
}
.c_imgbox_1 .mt-be-columns .box_ttl {
  font-size: 26px;
  font-weight: bold;
}
.c_imgbox_1 .mt-be-columns .box_sub {
  font-size: 20px;
  color: #3394D2;
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .c_imgbox_1 .mt-be-columns .box_sub {
    margin-top: 30px;
  }
}
.c_imgbox_1 .mt-be-columns .box_desc {
  font-size: 14px;
  margin-top: 14px;
}
@media all and (max-width: 767px) {
  .c_imgbox_1 .mt-be-columns .box_desc {
    margin-top: 13px;
  }
}

.c_btn_1 .link_label {
  background: #fff;
  border: 2px solid #004EA2;
  width: 490px;
  margin: 30px auto 0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.c_btn_1 .link_label:after {
  content: "";
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.1s step-end;
  position: absolute;
  inset: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background: var(--main-color);
}
.c_btn_1 .link_label:hover:after {
  opacity: 1;
  transition: transform 0.6s linear, opacity 0.6s step-start;
  transform: scale(10000%);
}
@media all and (max-width: 767px) {
  .c_btn_1 .link_label {
    width: 100%;
  }
}
.c_btn_1 .link_label a {
  text-decoration: none;
  padding: 20px;
  text-align: center;
  display: block;
  color: #004EA2;
  color: 16px;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 767px) {
  .c_btn_1 .link_label a {
    padding: 20px 60px;
  }
}
.c_btn_1 .link_label a:after {
  content: "";
  background: url(/assets/img/block_parts/arrow.svg) no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c_btn_1 .link_label:hover a {
  color: #fff;
  z-index: 1;
  opacity: 1;
}
.c_btn_1 .link_label:hover a:after {
  background: url(/assets/img/block_parts/arrow_white.svg) no-repeat;
  z-index: 1;
  opacity: 1;
}

.c_btn_2 .link_label {
  border-radius: 6px;
  background-color: #FF7F00;
  border: 2px solid #FF7F00;
  width: 425px;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
}
.c_btn_2 .link_label:after {
  content: "";
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.1s step-end;
  position: absolute;
  inset: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background: #fff;
}
.c_btn_2 .link_label:hover:after {
  opacity: 1;
  transition: transform 0.6s linear, opacity 0.6s step-start;
  transform: scale(10000%);
}
@media all and (max-width: 767px) {
  .c_btn_2 .link_label {
    width: 100%;
  }
}
.c_btn_2 .link_label a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: block;
  color: 16px;
  font-weight: bold;
  position: relative;
}
.c_btn_2 .link_label a:after {
  content: "";
  background: url(/assets/img/block_parts/arrow_white.svg) no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c_btn_2 .link_label:hover a {
  color: #FF7F00;
  z-index: 1;
  opacity: 1;
}
.c_btn_2 .link_label:hover a:after {
  background: url(/assets/img/block_parts/arrow_orange.svg) no-repeat;
  z-index: 1;
  opacity: 1;
}

._prev .link_label a:after {
  content: "";
  background-image: url(/assets/img/block_parts/arrow.svg);
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.c_icontbl_3 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media all and (max-width: 767px) {
  .c_icontbl_3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.c_icontbl_3 .c_icontbl_3item {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
@media all and (max-width: 767px) {
  .c_icontbl_3 .c_icontbl_3item {
    gap: 15px;
  }
}
.c_icontbl_3 .c_icontbl_3item figure {
  width: 75px;
  height: 75px;
}
.c_icontbl_3 .c_icontbl_3item .c_icontbl_3ch_number {
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .c_icontbl_3 .c_icontbl_3item .c_icontbl_3ch_number {
    font-size: 14px;
  }
}
.c_icontbl_3 .c_icontbl_3item .c_icontbl_3ch_link {
  color: #3394D2;
  font-size: 15px;
  border-bottom: 1px solid #3394D2;
  line-height: 1;
  margin-top: 10px;
  display: inline;
}
.c_icontbl_3 .c_icontbl_3item .c_icontbl_3ch_link a {
  position: relative;
}
.c_icontbl_3 .c_icontbl_3item .c_icontbl_3ch_link a::after {
  content: "";
  background-image: url(/assets/img/block_parts/ico_link.svg);
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: -19px;
  bottom: 1px;
}
@media all and (max-width: 767px) {
  .c_icontbl_3 .c_icontbl_3item .c_icontbl_3ch_link {
    font-size: 14px;
  }
}

.mt-be-columns {
    flex-wrap: wrap;  
}
.c_col2box .mt-be-columns.inner {
    column-gap: 2em;
}

.c_col3box .mt-be-columns.inner {
    column-gap: 1em;
}
@media all and (max-width: 767px) {
  .c_imgbox_1 .mt-be-column p {
      margin-top: 0;
  }
  .c_imgbox_1 .mt-be-column {
    margin-top: 0;
  }
  .c_col2box .mt-be-columns.inner {
    column-gap: 1em;
  }
  .c_col3box .mt-be-columns.inner {
    column-gap: .5em;
  }

  .c_col2box .mt-be-column ,
  .c_col3box .mt-be-column {
      margin-top: 0;
      width: 100%;
  }
  .c_col2box .box_ttl ,
  .c_col3box .box_ttl {
      margin-top: 0;
  }

}

.c_ul_2 .list {
    counter-reset: list-num;      /* 0から開始 */
}

.c_ul_2 .list >li:before {
    counter-increment: list-num;          /* カウントを+1 */
    content: counter(list-num) ". ";
    background: none;
    color: #004EA2;
    font-weight: bold;
}

@media all and (min-width: 768px) {
  .mt-be-column {
    flex: 1 1 0%;
  }
  .mt-be-columns {
    column-gap: 1em;
  }
}

/**************
 * マルチレイアウト
 * ***********/

.mt-be-column>*:nth-child(1) {
    margin-top: 0;
}

@media all and (min-width: 766px) {
  .mt-be-columns >.mt-be-column {
    margin-top: 0;
  }
}


@media all and (max-width: 767px) {
  .mt-be-column {
    width: 100%;
  }
  .mt-be-columns .mt-be-column {
    margin-top: 0;
  }
  .mt-be-column >*:nth-child(1){
    margin-top: 0!important;
  }
  .mt-be-column+.mt-be-column{
    margin-top: 1em!important; 
  }  
}
/**************
 * 追加ボタン
 * ***********/

.cb_c_btn {
  max-width: 490px;
  width: 100%;
  margin: 30px auto 0;
}
.cb_c_btn .link_label {
  margin-top: 0;
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.cb_c_btn._blue .link_label {
  background: var(--main-color);
}

.cb_c_btn .link_label:after {
  content: "";
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.1s step-end;
  position: absolute;
  inset: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background: var(--main-color);
}
.cb_c_btn._blue .link_label:after {
  background: #fff;
}

.cb_c_btn .link_label:hover:after {
  opacity: 1;
  transition: transform 0.6s linear, opacity 0.6s step-start;
  transform: scale(10000%);
}
@media all and (max-width: 767px) {
  .cb_c_btn .link_label {
    width: 100%;
  }
}
.cb_c_btn .link_label a {
  text-decoration: none;
  padding: 20px;
  text-align: center;
  display: block;
  color: var(--main-color);
  color: 16px;
  font-weight: bold;
  position: relative;
}
.cb_c_btn._blue .link_label a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .cb_c_btn .link_label a {
    padding: 20px 60px;
  }
}
.cb_c_btn .link_label a:after {
  content: "";
  background: url(/assets/img/block_parts/arrow.svg) no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cb_c_btn._blue .link_label a:after {
  background: url(/assets/img/block_parts/arrow_white.svg) no-repeat;
}
.cb_c_btn .link_label:hover a {
  color: #fff;
  z-index: 1;
  opacity: 1;
}
.cb_c_btn._blue:hover .link_label:hover a {
  color: var(--main-color);
}
.cb_c_btn .link_label:hover a:after {
  background: url(/assets/img/block_parts/arrow_white.svg) no-repeat;
  z-index: 1;
  opacity: 1;
}
.cb_c_btn._blue .link_label:hover a:after {
  background: url(/assets/img/block_parts/arrow.svg) no-repeat;
}


/****************
見出し
****************/
.cozy_content .cb_c_ttl {
  margin-top: 90px;  
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.cozy_content .cb_c_ttl h2,
.cozy_content .cb_c_ttl h3 {
  margin-top: 0;
}
@media all and (max-width: 767px) {
.cozy_content .cb_c_ttl {
  margin-top: 40px;  
}

}

._h2.cb_c_ttl._right {
  text-align: right;
}
._h2.cb_c_ttl._center {
  text-align: center;
}

.cb_c_ttl .readline {
  text-align: left;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8;
}

._h2.cb_c_ttl._left {
  text-align: left;
}
._h2.cb_c_ttl._right {
  text-align: right;
}
._h2.cb_c_ttl .ttl {
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  display: inline-flex;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;  
}
@media all and (max-width: 767px) {
  ._h2.cb_c_ttl .ttl {
    position: relative;
    padding: 0 35px;
    font-size: 24px;
  }
}
._h2.cb_c_ttl .ttl:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #6ab5e4;
  margin-right: 30px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  ._h2.cb_c_ttl .ttl:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}
._h2.cb_c_ttl .ttl:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 50px;
  background: #6ab5e4;
  margin-left: 30px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  ._h2.cb_c_ttl .ttl:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}

.cb_c_ttl._h3 {
  /*text-align: center;*/
  line-height: 1.6;
}
.cb_c_ttl._h3 .ttl {
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  /*display: inline-flex;*/
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .cb_c_ttl._h3 .ttl {
    position: relative;
    padding: 0 35px;
    font-size: 24px;
    margin-top: 40px;
  }
}
 .cb_c_ttl._h3 .ttl:before {
  content: none;
}
 .cb_c_ttl._h3 .ttl:after {
  border-bottom: none;
  content: "";
  display: block;
  margin-top: 1em;
  height: 4px;
  width: 50px;
  background: #6ab5e4!important;
  vertical-align: middle;
}
.cb_c_ttl._h3._center .ttl {
  text-align: center;
}
.cb_c_ttl._h3._center .ttl:after {
  margin-left: auto;
  margin-right: auto;
}
.cb_c_ttl._h3._right .ttl:after {
  margin-left: auto;
}
.cb_c_ttl._h3._right .ttl {
  text-align: right;
}
@media all and (max-width: 767px) {
  .cb_c_ttl._h3 .ttl:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 24px;
    margin: 0;
  }
}



.cozy_content h2.ttl._center {
    text-align: center;
}
.cozy_content h2.ttl._right {
    text-align: right;
}