@charset "UTF-8";
/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */
/* フォント */
.l-body,
.block-editor-block-list__block {
  /*background-color: #231815;*/
}
.l-body a,
.block-editor-block-list__block a {
  text-decoration: none;
}

/*************************************************
* 非表示
*************************************************/
.page .c-entry__header {
  display: none;
}
.page .l-contents__inner {
  padding-top: 0 !important;
}

/*************************************************
* 共通
*************************************************/
.u_color_parple {
  color: #915c8b;
}

.u_color_blue {
  color: #002a54;
}

.u_two_caram_list_base {
  display: flex;
}
.u_two_caram_list_base .u_two_caram_item_base {
  flex: 0 0 50%;
}

/* セクションのタイトル */
.util_top_title_block .u_title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 2;
}
.util_top_title_block .u_back_title {
  position: absolute;
  top: -120%;
  left: 0;
  font-size: 80px;
  color: grey;
  opacity: 30%;
}

.u_message_ar01 {
  margin: 12px;
}

.u_font_bold {
  font-weight: bold;
}

.u_margin_auto {
  display: block;
  margin: 0 auto;
}

.u_two_caram_box .u_two_caram_list_ar01 {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
}
@media screen and (max-width: 834px) {
  .u_two_caram_box .u_two_caram_list_ar01 {
    border-radius: 64px;
  }
}
.u_two_caram_box .u_two_caram_item_ar01 {
  border-right: grey 1px solid;
}
.u_two_caram_box .u_two_caram_item_ar01:last-child {
  border: none;
}
@media screen and (max-width: 834px) {
  .u_two_caram_box .u_two_caram_item_ar01 {
    border: none;
  }
}
.u_two_caram_box .u_two_caram_list {
  display: flex;
  background-color: #fff;
  padding: 52px;
}
@media screen and (max-width: 834px) {
  .u_two_caram_box .u_two_caram_list {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .u_two_caram_box .u_two_caram_list {
    padding-left: 0 !important;
    padding-right: 0;
  }
}
.u_two_caram_box .u_two_caram_list .u_two_caram_item {
  flex: 0 0 50%;
}
.u_two_caram_box .u_two_caram_list .u_two_caram_item .u_title {
  text-align: center;
  font-size: 24px;
  font-size: 40px;
}
.u_two_caram_box .u_two_caram_list .u_two_caram_item .u_sub_title {
  text-align: center;
  border-bottom: #75ADE5 1px solid;
  width: 80%;
  margin: 0 auto 12px auto;
  font-weight: bold;
  font-size: 2vw;
}
@media screen and (max-width: 834px) {
  .u_two_caram_box .u_two_caram_list .u_two_caram_item .u_sub_title {
    font-size: 24px;
  }
}
.u_two_caram_box .u_two_caram_list .u_two_caram_item .u_message {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.6vw;
}
@media screen and (max-width: 834px) {
  .u_two_caram_box .u_two_caram_list .u_two_caram_item .u_message {
    font-size: 16px;
  }
}
.u_two_caram_box .u_two_caram_list .u_two_caram_item img {
  width: 50%;
  height: 50%;
}

.is_sm480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .is_sm480 {
    display: block;
  }
}

/*************************************************
* スマホ対応
*************************************************/
@media screen and (max-width: 480px) {
  /* ヘッダー */
  /* タイトル */
  .c-site-branding__title {
    font-size: 4.6vw;
  }
  /* topページ */
  .top_top_section .smb-section__title {
    font-size: 6vw;
  }
  .util_top_title_block .u_back_title {
    top: -60%;
    font-size: 12vw;
  }
  .util_padding_off {
    padding: 0 !important;
  }
  .is_not_sm480 {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */