@charset "UTF-8";

/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: underline !important;
  color: #018bcb;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
}

sup {
  vertical-align: super !important;
  font-size: smaller !important;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* add base */
body {
  margin: 0;
  line-height: 1.6;
}

#top {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

header h1 {
  float: left;
  margin: 2% 59% 2% 2%;
}

header h1 a {
  width: 100%;
  min-height: 20px;
  display: block;
  font-size: 0;
}

footer {
  width: 100%;
  margin: 0 auto;
  /*margin-top: 10px;*/
  background-color: #333;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  left: 0;
}

#copyright {
  width: 100%;
  margin: 0;
  padding: 10px 0 20px;
  background: #333;
  color: #b2b2b2;
  font-size: 15px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  line-height: 1.5;
  text-align: center;
}

a.footer_link {
  color: #fff;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

@media print,
screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
}

ul,
ol {
  list-style: none;
}

ul,
ol,
dl,
p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#wrap_contents {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.4rem;
  color: #000;
  width: 100%;
  margin: 0 auto;
}

#wrap_contents.ios .android_link {
  display: none;
}

#wrap_contents.and .ios_link {
  display: none;
}

#wrap_contents img {
  max-width: 100%;
}

@media print,
screen and (max-width: 640px) {
  #wrap_contents {
    overflow: hidden;
  }
}

@media print,
screen and (min-width: 641px) {
  #wrap_contents {
    font-size: 2.8rem;
    /* min-width: 750px; */
    max-width: 100%;
    padding: 0;
  }
}

/*contents*/
.mainvisual {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.mainvisual p {
  position: absolute;
  top: 327px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #5d370c;
}

.mainvisual p {
  position: absolute;
  top: 327px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #5d370c;
  padding-right: 15px;
}

.mainvisual p::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/arrow_icon_01.png);
  background-size: cover;
}

.inner_wrap {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

section .inner_wrap {
  padding-left: 30px;
  padding-right: 30px;
}

div .inner_wrap {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.section_h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 29px 0;
  color: #ffffff;
}

.section_summary .section_h2 {
  background-color: #ee3f4d;
}

.section_total .section_h2 {
  background-color: #ff6200;
}

.section_overview .section_h2 {
  background-color: #81724a;
}

.section_entry .section_h2 {
  background-color: #81724a;
}

.section_banner .section_h2 {
  background-color: #248c50;
}

.section_h3 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 1% 0;
  color: #ffffff;
  font-weight: bold;
}

.section_entry .section_h3 {
  background-color: #978b6b;
  padding: 3% 0;
}

.section_entry .entry_contents02 .section_h3 {
  background-color: #02958f;
}

.section_entry .section_h4 {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.14em;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 1% 0 0;
  background-color: #978b6b;
  color: #fff;
  font-weight: bold;
}

/*----------------------------
	section_anchor
-----------------------------*/
.section_anchor {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  gap: 30px;
}

@media print,
screen and (max-width: 750px) {
  .section_anchor {
    gap: 4vw;
    padding: 4vw;
  }
}

/*----------------------------
	section_summary
-----------------------------*/
.section_summary {
  margin: 0 auto;
  max-width: 750px;
  background-color: #ffe5e1;
}

.section_summary .section_summary_box {
  padding: 70px 0 0;
}

.section_summary .summary_slide_box .summary_slide {
  padding: 0 30px 0 8px;
}

.section_summary .summary_slide_box .slick-dots {
  position: absolute;
  left: 50%;
  margin: 10px 0 0;
  padding: 0;
  transform: translateX(-50%);
}

.section_summary .summary_slide_box .slick-dots li {
  float: left;
  margin: 0 6px;
}

.section_summary .summary_slide_box .slick-dots li button {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
}

.section_summary .summary_slide_box .slick-dots li.slick-active button {
  background: #ee3f4d;
}

.section_summary .txt_box {
  margin-top: 128px;
  padding: 0 30px 80px;
  text-align: center;
}

.section_summary .txt_box p.txt02 {
  padding-top: 40px;
  font-size: 28px;
}

.section_summary .txt_box p.txt02 a {
  color: #0194d7;
  text-decoration: underline;
  position: relative;
  padding-right: 25px;
}

.section_summary .txt_box p.txt02 a::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/arrow_icon_01.png);
  background-size: cover;
}

@media print,
screen and (max-width: 750px) {
  .mainvisual p {
    position: absolute;
    top: 33.7vw;
    font-size: 2.4vw;
    padding-right: 2vw;
  }

  .mainvisual p::before {
    width: 2vw;
    height: 1.2vw;
  }

  .section_h2 {
    padding: 3.867vw 0;
    font-size: 5.6vw;
    line-height: 5.6vw;
  }

  .section_summary .section_summary_box {
    padding: 9.333vw 0 0;
  }

  .section_summary .summary_slide_box .summary_slide {
    padding: 0 4vw 0 1.067vw;
  }

  .section_summary .txt_box {
    margin-top: 17.067vw;
    padding: 0 4vw 10.667vw;
    text-align: center;
  }

  .section_summary .txt_box p.txt02 {
    padding-top: 5.333vw;
    font-size: 3.733vw;
  }

  .section_summary .summary_slide_box .slick-dots {
    margin: 1.333vw 0 0;
  }

  .section_summary .summary_slide_box .slick-dots li {
    margin: 0 0.8vw;
  }

  .section_summary .summary_slide_box .slick-dots li button {
    width: 2.667vw;
    height: 2.667vw;
  }

  .section_summary .txt_box p.txt02 a {
    padding-right: 3.3333vw;
  }

  .section_summary .txt_box p.txt02 a::before {
    width: 3.0667vw;
    height: 1.8667vw;
  }
}

/*----------------------------
	section_total
-----------------------------*/
.section_total {
  margin: 0 auto;
  max-width: 750px;
  background-color: #fdecda;
}

.section_total .section_total_box {
  padding: 30px;
}

.section_total .balloon {
  position: relative;
  padding: 20px 80px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.section_total .balloon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.section_total .balloon p {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #ff8806;
}

.section_total .balloon p.hidden {
  visibility: hidden;
}

.section_total .total_img {
  padding-bottom: 30px;
  text-align: center;
}

.section_total .total_txt {
  padding-bottom: 20px;
}

.section_total .total_txt p {
  font-size: 26px;
  text-align: center;
}

.section_total .total_number {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.section_total .total_number .total_number_title {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 427px;
}

.section_total .total_number .total_number_txt {
  padding: 35px 0 25px;
  background-color: #fff;
  line-height: 1;
  border-radius: 20px;
}

.section_total .total_number .total_number_txt p.txt01 {
  padding-bottom: 22px;
  font-size: 66px;
  color: #ff6200;
  font-weight: bold;
}

.section_total .total_number .total_number_txt p.txt01 span {
  font-size: 77px;
}

.section_total .total_number .total_number_txt p.txt02 {
  font-size: 26px;
  background-image: url(../img/total_number_txt01.gif);
  width: 690px;
  height: 76px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
  position: relative;
}

.section_total .total_number .total_number_txt p.txt02 span {
  font-weight: bold;
  color: #429a5b;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_total .total_number .total_number_txt02 {
  background-color: #087838;
  color: #fff;
  border-radius: 20px;
  padding: 10px 0;
}

.section_total .total_number .total_number_txt02 p.txt01 {
  font-size: 26px;
  font-weight: bold;
}

.section_total .total_number .total_number_txt02 p.txt02 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}

.section_total .total_number .total_number_txt02 p.txt02 span {
  font-size: 94px;
}

.section_total .total_number .total_number_txt02 p.txt02 em {
  font-size: 59px;
  font-style: normal;
}

.section_total .total_number .total_number_txt02 p.txt03 {
  font-size: 24px;
}

.section_total .total_number .total_number_txt03 {
  padding: 58px 0 30px;
  background-color: #fff;
  line-height: 1;
  border-radius: 20px;
}

.section_total .total_number .total_number_title02 {
  position: relative;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 460px;
}

.section_total .total_number .total_number_txt03 p.txt01 {
  font-size: 66px;
  color: #ff6200;
  font-weight: bold;
  margin-bottom: 10px;
}

.section_total .total_number .total_number_txt03 p.txt01 span {
  font-size: 77px;
}

.section_total .total_number .total_number_txt03 p.txt02 {
  font-size: 26px;
}

.section_total .progress {
  position: relative;
}

.section_total .progress::before {
  content: '';
  width: 690px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url(../img/total_number_img_02.gif);
}

.section_total .progress .progress_bar {
  position: absolute;
  left: 62px;
  bottom: 56px;
  width: 526px;
  height: 16px;
}

.section_total .progress .progress_bar>div {
  width: 0%;
  height: inherit;
  background-color: #248c50;
  font-size: 0;
}

.section_total .total_privilege.opened {
  display: none;
}

.section_total .total_privilege.closed {
  /* display: none; */
}

.section_total .total_privilege img {
  z-index: 10;
}

.section_total .total_privilege img.mb84 {
  margin-bottom: 84px;
}

.section_total .total_privilege img.mb132 {
  margin-bottom: 132px;
}

.section_total .total_privilege {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 60px;
  background-image: url(../img/confetti.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
}

.section_total .total_privilege .bar {
  position: absolute;
  width: 10px;
  top: 60px;
  left: 49.3%;
  z-index: 0;
}

/*-------------------------------------------
	色紙の部分
  色紙の位置調整（padding-bottomの％を編集）
-------------------------------------------*/
.section_total .total_privilege {
  padding-bottom: 15%;
}

/*-------------------------------------------*/

/*-------------------------------------------
	中央線の部分
  センターラインの高さ（heightの％を編集）
  センターラインのオレンジ色の比率（#ff8806の％を編集）
-------------------------------------------*/
.section_total .total_privilege .bar {
  height: 88%;
  background: #248c50;
}

/*-------------------------------------------*/

.section_total .comment_box .txt_indent {
  padding-left: 24px;
  text-indent: -24px;
}

.comment_box .txt_indent a {
  display: inline !important;
}

.section_total .comment_box {
  font-size: 24px;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  padding-top: 16px;
}

.btn img {
  vertical-align: middle;
}

.section_total .hystory_btn .btn {
  padding-bottom: 30px;
}

.section_total .total_btn {
  text-align: center;
}

.section_total .total_btn a {
  display: inline-block;
  padding-top: 16px;
}

.section_total .total_btn img {
  vertical-align: middle;
}

.section_total .total_btn .btn01 {
  padding-bottom: 30px;
}

@media print,
screen and (max-width: 750px) {
  .section_total .progress::before {
    width: 92vw;
    height: 18.6667vw;
    top: 2.6667vw;
    left: -4vw;
    background-size: cover;
  }

  .section_total .progress .progress_bar {
    left: 3.8vw;
    bottom: 7.4667vw;
    width: 70.1333vw;
    height: 2.1333vw;
  }

  .section_total .total_privilege .bar {
    height: 85%;
  }

  .section_total .section_total_box {
    padding: 4vw;
  }

  .section_total .balloon {
    padding: 3.333vw 10.667vw;
    border-radius: 2.667vw;
    margin-bottom: 4vw;
  }

  .section_total .balloon p {
    font-size: 4.267vw;
  }

  .section_total .balloon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 1.333vw solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -1.333vw;
    margin-bottom: -1.333vw;
  }

  .section_total .total_img {
    padding-bottom: 4vw;
  }

  .section_total .total_txt {
    padding-bottom: 2.6667vw;
  }

  .section_total .total_txt p {
    font-size: 3.467vw;
  }

  .section_total .total_number {
    margin-top: 5.333vw;
  }

  .section_total .total_number .total_number_title {
    position: absolute;
    top: -5.333vw;
    width: 56.9333vw;
  }

  .section_total .total_number .total_number_txt {
    padding: 4.6667vw 0 3.3333vw;
    border-radius: 2.667vw;
  }

  .section_total .total_number .total_number_txt p.txt01 {
    padding-bottom: 2.933vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 9.333vw;
  }

  .section_total .total_number .total_number_txt p.txt01 span {
    font-size: 10.2667vw;
  }

  .section_total .total_number .total_number_txt p.txt02 {
    font-size: 3.467vw;
    width: 92vw;
    height: 10.1333vw;
  }

  .section_total .total_number .total_number_txt02 p.txt01 {
    font-size: 3.4667vw;
  }

  .section_total .total_number .total_number_txt02 p.txt02 {
    font-size: 9.3333vw;
  }

  .section_total .total_number .total_number_txt02 p.txt02 span {
    font-size: 12.5333vw;
  }

  .section_total .total_number .total_number_txt02 p.txt02 em {
    font-size: 7.8667vw;
  }

  .section_total .total_number .total_number_txt02 p.txt03 {
    font-size: 3.2000vw;
  }

  .section_total .total_number .total_number_title02 {
    width: 61.3333vw;
    top: 6.5vw;
  }

  .section_total .total_number .total_number_txt03 {
    padding: 7.7333vw 4vw 4.0000vw;
  }

  .section_total .total_number .total_number_txt03 p.txt01 {
    font-size: 8.8000vw;
  }

  .section_total .total_number .total_number_txt03 p.txt01 span {
    font-size: 10.2667vw;
  }

  .section_total .total_number .total_number_txt03 p.txt02 {
    font-size: 3.4667vw;
  }

  .section_total .total_privilege img.mb84 {
    margin-bottom: 11.2000vw;
  }

  .section_total .total_privilege img.mb132 {
    margin-bottom: 17.6000vw;
  }


  .section_total .total_privilege {
    margin-bottom: 4vw;
    padding-top: 4vw;
  }

  .section_total .total_privilege img.mb30 {
    margin-bottom: 4vw;
  }

  .section_total .total_privilege img.mb40 {
    margin-bottom: 5.333vw;
  }

  .section_total .total_privilege .bar {
    width: 1.333vw;
  }

  .section_total .comment_box .txt_indent {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }

  .section_total .comment_box {
    font-size: 3.2vw;
  }

  .section_total .total_btn .btn01 {
    padding-bottom: 4vw;
  }

  .section_total .total_btn .btn01 .btn_title {
    width: 30.533vw;
  }

  .section_total .total_btn .btn02 .btn_title {
    width: 34.533vw;
  }

  .section_total .total_btn a {
    padding-top: 2.133vw;
  }
}

/*----------------------------
	section_overview
-----------------------------*/

.section_overview {
  margin: 0 auto;
  max-width: 750px;
  background-color: #eae1ca;
}

.section_overview .section_overview_box {
  padding: 70px 30px;
}

.section_overview .overview_txt_box {
  padding: 56px 30px 52px;
  background-color: #fff;
}

.section_overview .overview_txt_box .txt01_02 {
  padding-right: 16px;
  padding-bottom: 50px;
  text-align: center;
}

.section_overview .overview_txt_box .number_blue {
  color: #73a4e8;
}

.section_overview .txt02 span {
  font-weight: bold;
}

.section_overview .overview_txt_box .txt03 {
  padding-bottom: 50px;
  font-size: 24px;
}

.section_overview .overview_txt_box .txt03 .txt_indent {
  padding-left: 24px;
  text-indent: -24px;
}

.section_overview .overview_txt_box .txt03 .comment_box {
  padding-top: 30px;
}

@media print,
screen and (max-width: 750px) {
  .section_overview .section_overview_box {
    padding: 9.333vw 4vw;
  }

  .section_overview .overview_txt_box {
    padding: 7.467vw 4vw 6.933vw;
  }

  .section_overview .overview_txt_box .txt01_02 {
    padding-right: 2.133vw;
    padding-bottom: 6.667vw;
  }

  .section_overview .overview_txt_box .txt03 {
    padding-bottom: 6.667vw;
    font-size: 3.2vw;
  }

  .section_overview .overview_txt_box .txt03 .comment_box {
    padding-top: 4vw;
  }

  .section_overview .overview_txt_box .txt03 .txt_indent {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }
}

/*----------------------------
	section_entry
-----------------------------*/
.section_entry {
  padding-top: 0;
  margin: 0 auto;
  max-width: 750px;
  background-color: #eae1ca;
}

.section_entry .entry_contents {
  width: 100%;
  margin-top: 30px;
}

.section_entry .entry_contents .inner_wrap {
  background-color: rgb(255, 255, 255);
}

.section_entry .entry_contents02 {
  margin-top: 40px;
}

.section_entry .comment_box .txt_indent {
  padding-left: 24px;
  text-indent: -24px;
  text-align: left;
}

.section_entry .comment_box {
  padding-top: 30px;
  font-size: 24px;
}

.section_entry .comment_box02 {
  padding-top: 10px;
}

.section_entry .txt_box {
  padding-top: 68px;
  padding-bottom: 84px;
}

.pt30 {
  padding-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb30 {
  margin-bottom: 30px;
}

.date_contents_link {
  font-size: 28px;
  margin-top: 50px;
  text-align: center;
}

.date_contents_link a {
  color: #0194d7;
  text-decoration: underline;
}

.accordion {
  max-width: 626px;
  margin: 40px auto 0;
  background-color: #fff;
}

.accordion .accordionHead {
  display: block;
  height: 100px;
  background-image: url(../img/accordion_01.png);
  background-size: contain;
}

.accordion .accordionHead.on {
  background-image: url(../img/accordion_02.png);
}

.accordion .answer {
  border: 4px solid #412505;
  border-top: unset;
}

.accordion .answer .answerInner {
  padding: 30px;
}

.accordion .answer .answerInner .comment_box {
  padding-top: 0;
}

.grey_box {
  padding: 30px;
  border-radius: 20px;
  background-color: #eee;
  font-size: 24px;
  color: #412505;
}

@media print,
screen and (max-width: 750px) {
  .accordion {
    max-width: 83.4667vw;
    margin: 0 auto;
  }

  .accordion .accordionHead {
    height: 13.3333vw;
  }

  .accordion .answer {
    border-width: 0.5333vw;
  }

  .accordion .answer .answerInner {
    padding: 4.0000vw;
  }

  .triangle {
    width: 6.9333vw;
    height: 5.2000vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section_entry {
    padding-bottom: 1.333vw;
  }

  .section_entry .entry_contents {
    margin-top: 9.333vw;
  }

  .section_entry .entry_contents01 h3 img {
    width: 38.0000vw;
  }

  .section_entry .entry_contents01 .btn.mt20>img {
    width: 40.8vw;
  }

  .section_entry .entry_contents01 .accordion {
    margin-top: 5.3333vw;
  }

  .section_entry .entry_contents02 h3 img {
    width: 56.6667vw;
  }

  .section_entry .entry_contents03 h3 img {
    width: 52.8vw;
  }

  .section_entry .entry_contents04 h3 img {
    width: 70.4vw;
  }

  div .inner_wrap {
    padding: 4vw;
  }

  .section_h3 {
    font-size: 4.8vw;
  }

  .pt30 {
    padding-top: 4vw;
  }

  .mt20 {
    margin-top: 2.6667vw;
  }

  .mt30 {
    margin-top: 4vw;
  }

  .mt40 {
    margin-top: 5.3333vw;
  }

  .mt50 {
    margin-top: 6.6667vw;
  }

  .mb20 {
    margin-bottom: 2.6667vw;
  }

  .mb30 {
    margin-bottom: 4vw;
  }

  .mb50 {
    margin-bottom: 6.6667vw;
  }

  .mb30 {
    margin-bottom: 4vw;
  }

  .mt50 {
    margin-top: 6.667vw;
  }

  .mb50 {
    margin-bottom: 6.667vw;
  }

  .section_entry .comment_box {
    padding-top: 8.533vw;
    font-size: 3.2vw;
  }

  .section_entry .comment_box .txt_indent {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }

  .section_entry .txt_box {
    padding-top: 9.067vw;
    padding-bottom: 7.2vw;
  }

  .section_entry .section_h4 {
    font-size: 3.733vw;
  }

  .date_contents_link {
    font-size: 3.733vw;
    margin-top: 6.667vw;
  }

  .grey_box {
    padding: 4vw;
    font-size: 3.2vw;
  }
}

/*----------------------------
	section_banner
-----------------------------*/
/* .section_banner {
  padding-top: 0;
  padding-bottom: 64px;
  margin: 0 auto;
  max-width: 750px;
}

.section_banner .bnr_box {
  padding: 70px 30px 0;
}

.section_banner .bnr_box a:first-child img {
  padding-bottom: 32px;
}

@media print,
screen and (max-width: 750px) {
  .section_banner .bnr_box {
    padding: 9.333vw 4vw 0;
  }

  .section_banner .bnr_box a:first-child img {
    padding-bottom: 4.267vw;
  }

  .section_banner {
    padding-bottom: 8.533vw;
  }
} */

.home_banner {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .home_banner {
    margin-top: 8vw;
    padding: 0 4vw;
  }
}

/*----------------------------
	cv_btn
-----------------------------*/
.section_cvbtnarea {
  position: relative;
  display: flex;
  justify-content: center;
}

.section_cvbtnarea .btn a {
  padding-top: unset;
}

.section_cvbtnsec {
  content: '';
}

.btn_wrap {
  display: none;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 30px 30px;
  background-color: #d0e8b0;
  text-align: center;
  z-index: 999;
}

.btn_wrap .cv_btn img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.btn_wrap .btn {
  display: flex;
  justify-content: space-between;
}

.btn_wrap .btn .flBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 130px;
  color: #fff;
  font-weight: bold;
  background-color: #248c50;
  border-radius: 20px;
  box-shadow: 0 10px #027238;
  line-height: 1.3;
}

.btn_wrap .btn .flBtn.disabled {
  background-color: #878787;
  box-shadow: 0 10px #777777;
  pointer-events: none;
}

.btn_wrap .flBtn .txt_small {
  font-size: 22px;
}

.btn_wrap .flBtn .txt_big {
  font-size: 30px;
}

.section_cvbtnarea a {
  text-decoration: unset !important;
}

@media print,
screen and (max-width: 750px) {
  .btn_wrap {
    padding: 2.667vw 4vw 4vw;
  }

  .btn_wrap .btn {
    gap: 1.867vw;
  }

  .btn_wrap .btn .flBtn {
    width: 29.333vw;
    height: 17.333vw;
    border-radius: 2.667vw;
    box-shadow: 0 1.333vw #00622f;
  }

  .btn_wrap .btn .flBtn.disabled {
    box-shadow: 0 1.333vw #777777;
  }

  .btn_wrap .flBtn .txt_small {
    font-size: 2.933vw;
    letter-spacing: -0.05em;
  }

  .btn_wrap .flBtn .txt_big {
    font-size: 4vw;
    letter-spacing: -0.05em;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(230px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 1;
    transform: translateY(230px)
  }
}

.btn_wrap.fixed {
  position: fixed;
  bottom: 0;
}

.btn_wrap.absol {
  position: absolute;
}

.btn_wrap.show {
  animation: slideUp .5s forwards;
}

.btn_wrap.hide {
  animation: slideDown .5s forwards;
}


/*=====kiyaku style=====*/
.contentSection#kiyaku .programCode .program_notesFlame {
  padding: 15px 10px;
  font-size: 14px;
  border-left: 3px solid #D00E31;
  border-right: 3px solid #D00E31;
  border-bottom: 3px solid #D00E31;
  background-color: white;
}

.contentSection#kiyaku .programCode .program_notesFlame .noteIndent {
  font-size: 14px;
}

.contentSection#kiyaku .programCode .program_notesFlame .pl1em {
  padding-left: 1em;
}

.contentSection#kiyaku .programCode .program_notesFlame .pl2em {
  padding-left: 2em;
}

.tBold {
  font-weight: bold !important;
}

.pl1_5em {
  padding-left: 1.5em;
}

.contentSection {
  margin: 30px;
  margin-bottom: unset;
}

.contentSection .attention {
  padding-top: 1%;
  font-size: 24px;
  text-align: right;
}

.cpNote__ttl {
  padding: 30px 0 0px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D00E31;
  text-align: center;
  font-size: 20px !important;
  font-weight: bold;
  color: #D00E31;
}

.anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .program_notesFlame .program_notesList p {
    font-size: 3.266667vw;
  }

  .contentSection {
    margin: 5vw;
  }

  .contentSection .attention {
    font-size: 3.266667vw;
  }

  .contentSection#kiyaku .programCode .program_notesFlame .noteIndent {
    font-size: 3.266667vw;
  }

  .anchor {
    display: block;
    height: 20px;
    margin-top: -20px;
    visibility: hidden;
  }
}

/*-----------------------クエリ---------------------*/
@media print,
screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media print,
screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .title_img {
    padding: 0 12%;
  }

  #date_top_img {
    padding-top: 0px;
  }
}