/* CSS Document */
a {
  text-decoration: none;
}

/***  CTAボタン  QA**/
.bg_tel_b {
  padding: 2% 3.7% 0;
  background: #fff366;
}
.bg_tel_c {
  padding: 2% 3.7% 0;
}
.bg_tel {
  padding: 2% 8%;
  background: #f1efde;
}

/***  ctaボタン  **/
.inner_sec {
  position: relative;
}

.cta-btn .cta {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 36.3%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}

.cta-btn .ctaB {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 10.3%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}

.cta-btn .ctaC {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 10.5%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaD {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 28.5%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaD {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 8.5%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaE {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 5%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaF {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 31%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaG {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 13.2%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctah {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 11.7%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaI {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 9.2%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
.cta-btn .ctaJ {
  animation: 0.5s ease infinite move;
  position: absolute;
  bottom: 7.2%;
  width: 92%;
  margin: auto;
  left: 0;
  right: 0;
}
/***  商品画像  **/
.coupon {
  margin-top: -9.5%;
}
.coupon_b {
  margin-top: -37.5%;
}
.coupon_c {
  margin-top: -27%;
}

/***アコーディオン  QA**/

#accArea ul {
  padding: 0;
  float: left;
}

.bg_g {
  background-color: #f0eed9;
  padding-top: 6%;
}

#accArea li {
  list-style: none;
}

#accArea ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  margin: 0;
}

#accArea ul li li {
  /* border-bottom: 1px dotted #7FBF8B;
  padding: 10px 0 10px 10px;
  margin-left:15px;
*/
  width: 90%;
}

#accArea {
  padding-top: 0%;
  overflow: auto;
  overflow: hidden;
  padding-bottom: 0%;
}

#accArea ul:nth-of-type(1) li.active li:last-child {
  /*border-bottom:1px solid #67a863; */
}
button.accordionBtn {
  white-space: nowrap;
}
#accArea button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #152f72;
  cursor: pointer;
  text-align: left;
  padding-bottom: 0%;
  background: url(../images/img_q.jpg);
  background-repeat: no-repeat;
  background-size: 9%;
  padding-left: 12%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 110%;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
}

.qa_qText {
  padding: 1% 13% 0% 0%;
  color: #2d2b12;
  font-size: 100%;
  font-weight: bold;
  float: left;
}

.qa_a {
  padding: 3% 5% 5% 12%;
  font-size: 100%;
  float: left;
  width: 100%;
  background: url(../images/img_a.jpg);
  background-repeat: no-repeat;
  background-size: 9%;
  background-color: #f4efe9;
}

.qa_q {
  width: 10%;
  padding: 3% 0;
  float: left;
}

#accArea button::before,
#accArea button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #2d2b12;
  transition: 0.5s;
}

#accArea button::before {
  transform: rotate(-45deg);
  right: 35px;
}

#accArea button::after {
  transform: rotate(45deg);
  right: 30px;
}

#accArea li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}

#accArea li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}

#accArea ul:nth-of-type(2) {
  background-color: #357d87;
}
#accArea ul:nth-of-type(2) ul {
  background-color: #519fa5;
  border-top: 1px solid #5d9fa8;
}
#accArea ul:nth-of-type(2) button:hover {
  background-color: #1c4b56;
}
#accArea ul:nth-of-type(2) li li {
  border-bottom: 1px dotted #73bebf;
}
#accArea ul:nth-of-type(2) li.active li:last-child {
  border-bottom: 1px solid #5d9fa8;
}

#accArea ul.active {
  overflow-y: auto;
}

/***アコーディオン　CV***/

.ac_Cv ul {
  padding: 0;
  color: #000;
}

.ac_Cv li {
  list-style: none;
  background-color: #fff;
}

.ac_Cv ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  margin: 0;
}

.ac_Cv {
  overflow: auto;
  overflow: hidden;
  padding-bottom: 0%;
  font-size: 120%;
  font-weight: bold;
  background-size: 100%;
}

.ac_txt {
  margin: 0% 6% 0% 6%;
  padding: 5%;
  font-size: 80%;
  background-color: #f2f2f2;
  font-weight: normal;
}
li.ac_heading {
  background-color: #f2f2f2;
  padding: 5.2% 0 0;
  margin-bottom: 1.2%;
}

.ac_Cv button {
  position: relative;
  border: none;
  width: 75%;
  background-color: inherit;
  color: #000;
  cursor: pointer;
  text-align: center;
  padding-bottom: 5%;
  padding-left: 25%;
  padding-right: 3%;
}

.ac_Cv button::before,
.ac_Cv button::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 1.5px;
  height: 8px;
  background-color: #020201;
  transition: 0.5s;
}

.ac_Cv button::before {
  transform: rotate(-45deg);
  right: -20px;
}

.ac_Cv button::after {
  transform: rotate(45deg);
  right: -25px;
}

.ac_Cv li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}

.ac_Cv li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}

.ac_Cv ul.active {
  overflow-y: auto;
}

.text_box1 {
  background-color: #fff;
}

.btn_close {
  margin: 5% auto 12%;
  padding: 6%;
  width: 32%;
  text-align: center;
  font-size: 105%;
  font-weight: bold;
  border: 1px #0c57a4 solid;
  color: #0c57a4;
  border-radius: 2px;
  cursor: pointer;
}

/* PAGE. TOPAnimetion
 * ----------------------------------------------- */
/* TV HEADER
 * ----------------------------------------------- */
.page_heading {
  overflow: hidden;
}

.page_heading {
  width: 100%;
  height: auto;
  padding: 34px 0;
}
.page_heading__wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.page_heading__obj {
  height: auto;
  position: absolute;
}
.page_heading__obj_01 {
  width: 15.3333333%;
  bottom: -38px;
  left: -33px;
}
.page_heading__obj_02 {
  width: 11.2%;
  top: -12px;
  right: -26px;
}
.page_heading__obj img {
  width: 100%;
  height: auto;
}
.page_heading__txt {
  width: 100%;
  height: auto;
}
.page_heading__txt img {
  width: 100%;
  height: auto;
}

/* MODULES
 * ----------------------------------------------- */
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes vibrate-animation {
  0% {
    -ms-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }
  10% {
    -ms-transform: rotateZ(2deg);
    transform: rotateZ(2deg);
  }
  20% {
    -ms-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }
  30% {
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.vibrate-animation {
  animation: vibrate-animation 2000ms infinite step-end;
}
@keyframes zoom-out {
  0% {
    opacity: 0;
    transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 8, 0, 1);
  }
  5% {
    opacity: 1;
    transform: matrix3d(
      0.511,
      0,
      0,
      0,
      0,
      0.511,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      11.779,
      0,
      1
    );
  }
  10% {
    transform: matrix3d(
      0.803,
      0,
      0,
      0,
      0,
      0.803,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      4.285,
      0,
      1
    );
  }
  15% {
    transform: matrix3d(
      1.032,
      0,
      0,
      0,
      0,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      -2.169,
      0,
      1
    );
  }
  20% {
    transform: matrix3d(
      1.075,
      0,
      0,
      0,
      0,
      1.075,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      -4.012,
      0,
      1
    );
  }
  30% {
    transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      1.007,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      -0.829,
      0,
      1
    );
  }
  40% {
    transform: matrix3d(
      0.985,
      0,
      0,
      0,
      0,
      0.985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0.238,
      0,
      1
    );
  }
  60% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.015, 0, 1);
  }
  80% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.zoom-out {
  animation-name: zoom-out;
}
.zoom-out.animated {
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: both;
}

.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-right: 17px;
}

/***定期購読について***/
.course {
  margin-top: 7%;
}
.course .course_bg {
  padding: 9% 0 16%;
}
.course .ttl_subsc {
  position: relative;
}
.course .ttl_subsc .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 57.4%;
  max-width: 432px;
}
.course .scr_outer {
  position: relative;
  width: 100%;
  padding-bottom: 48.6%;
  overflow: hidden;
}
.course .scr {
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.course .scr p {
  padding: 0 5.3%;
  width: 183%;
  cursor: grab;
}

.course .subsc_toggle {
  margin-top: 3.5%;
  cursor: pointer;
}
.s_box {
  height: 90px;
}

/***  フッター  **/
.footer {
  padding-top: 7%;
  font-weight: 600;
}

.copyright {
  padding: 5% 0;
  text-align: center;
  font-size: 75%;
}
.footer .logo {
  display: block;
  margin: 0 auto;
  width: 28%;
  max-width: 210px;
}
.footer ul {
  padding: 5% 0 0;
  font-size: 90%;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  margin-right: 5px;
}
ul,
menu {
  list-style: none;
}
.footer ul li::before {
  content: "|　";
}
.footer ul li:first-of-type::before {
  content: none;
}

@charset "UTF-8";

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 105%;
  padding: 6% 3% 6% 12%;
  transition: all 0.5s ease;
  background: url(../images/img_q3.png);
  background-size: 8%;
  background-repeat: no-repeat;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
  font-weight: normal;
  color: #152f72;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before {
  content: "";
  position: absolute;
  top: 32px;
  width: 1.8px;
  height: 8px;
  right: 38px;
  background-color: #2d2b12;
  transition: 0.5s;
  transform: rotate(135deg);
}
.title::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 33px;
  width: 1.8px;
  height: 8px;
  background-color: #2d2b12;
  transition: 0.5s;
  transform: rotate(45deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  padding: 6% 7% 6% 12%;
  background: url(../images/img_a3.png);
  background-size: 8%;
  background-repeat: no-repeat;
  background-color: #f4efe9;
}

/*一部を表示させておいて「続きを読む」クリックで隠している要素を表示させる*/
.baseW {
  margin: 0% 6% 0% 6%;
  padding: 5%;
}
.baseW p {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.box_ab {
  font-size: 120% !important;
  font-weight: bold !important;
}

.outline .outline_contents {
  position: relative;
}
.outline .outline_contents .inner {
  max-height: 20em;
  overflow: hidden;
  transition: 1s;
}

.outline .outline_contents.active {
  padding-bottom: 13%;
}

.outline .outline_contents .btn_toggle_content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15% 0 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  background: linear-gradient(transparent, #fff 50%);
}
.outline .outline_contents .btn_toggle_content .btn_toggle {
  padding: 0.3em 2em;
  color: #0c57a4;
  border: 1px solid #0c57a4;
  cursor: pointer;
  font-weight: bold;
  font-size: 120%;
}
@media screen and (min-width: 600px) {
  .outline .outline_contents .btn_toggle_content .btn_toggle {
    border-width: 2px;
  }
}
.outline .outline_contents.active .inner {
  max-height: none;
}
.outline .outline_contents.active .content:last-of-type {
  padding-bottom: 13%;
}
.outline .outline_contents.active .btn_toggle_content {
  padding-bottom: 7%;
  background: transparent;
}

/************
form_area
************/
#form_area .input_tag input {
  width: 100%;
  height: 40px;
  border-radius: 3px; /*ボックス角の丸み*/
  border: 0px;
  background-color: #eff3f7;
  border: 1px solid #0c57a4;
  padding-left: 3%;
  padding-right: 3%;
}

#form_area select {
  width: 100%;
  height: 40px;
  border-radius: 3px; /*ボックス角の丸み*/
  border: 0px;
  background-color: #fcf8d2;
  padding-left: 3%;
  padding-right: 3%;
}

#form_area {
  border-radius: 15px;
  margin: 0 5%;
  background-color: #fff;
  padding: 5% 3% 10%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0);
}

#att_top {
  font-size: 127%;
  text-align: center;
  font-weight: bold;
}

#form_area .input_ttl {
  font-size: 90%;
  font-weight: bold;
  padding-bottom: 1%;
  padding-top: 8%;
}

#form_area .input_ttl span {
  color: #e51515;
}

#submit_area {
  text-align: center;
}

#submit {
  border: 0px;
  background-color: #0c57a4;
  margin: 15% 0 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 5% 20%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

/************
slide-items
************/

.slide-items {
  background: url(../images/bg_slide.png);
  padding: 0 2% 10%;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

/***  privacy policy  **/
h2.pp_head2 {
  line-height: 2;
}
h3.pp_head3 {
  line-height: 2;
}



/***アコーディオン　CV***/

.ac_Cv ul {
  padding: 0;
  color: #000;
}

.ac_Cv li {
  list-style: none;
  background-color: #fff;
}

.ac_Cv ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  margin: 0;
}

.ac_Cv {
  overflow: auto;
  overflow: hidden;
  padding-bottom: 0%;
  font-size: 120%;
  font-weight: bold;
  background-size: 100%;
}

.ac_txt {
  margin: 0% 6% 0% 6%;
  padding: 5%;
  font-size: 80%;
  background-color: #f2f2f2;
  font-weight: normal;
}
li.ac_heading {
  background-color: #f2f2f2;
  padding: 5.2% 0 0;
  margin-bottom: 1.2%;
}

.ac_Cv button {
  position: relative;
  border: none;
  width: 75%;
  background-color: inherit;
  color: #000;
  cursor: pointer;
  text-align: center;
  padding-bottom: 5%;
  padding-left: 25%;
  padding-right: 3%;
}

.ac_Cv button::before,
.ac_Cv button::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 1.5px;
  height: 8px;
  background-color: #020201;
  transition: 0.5s;
}

.ac_Cv button::before {
  transform: rotate(-45deg);
  right: -20px;
}

.ac_Cv button::after {
  transform: rotate(45deg);
  right: -25px;
}

.ac_Cv li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}

.ac_Cv li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}

.ac_Cv ul.active {
  overflow-y: auto;
}

.text_box1 {
  background-color: #fff;
}

.btn_close {
  margin: 5% auto 12%;
  padding: 2% 0;
  width: 32%;
  text-align: center;
  font-size: 105%;
  font-weight: bold;
  border: 1px #8e8e8e solid;
  color: 808080;
  border-radius: 2px;
  cursor: pointer;
}



/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_header {
  background-color: #f2f2f2;
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: solid 1px #C0C0C0;
  padding: 5.2% 12% 5.2% 10%;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #f2f2f2;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #f2f2f2;
}
.s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #0c57a4;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  border-image: linear-gradient(90deg, rgba(69, 101, 188, 1), rgba(20, 190, 129, 1));
  border-image-slice: 1;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  background-image: linear-gradient(90deg, rgba(69, 101, 188, 1), rgba(20, 190, 129, 1));
  border-image-slice: 1;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
}
.s_05 .accordion_one .accordion_inner .box_one {
  height: auto;
  height: auto;
  margin: 1% 7% 0% 6%;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1.2em;
    color: #333333;
}
.s_05 .accordion_one .accordion_inner p.txt_a_headline {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.1em;
    font-size: 1.1em;
    color: #333333;
}
.s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 2em;
  text-decoration: none;
  line-height: 1.3;
  color: #0c57a4;
  border: 2px solid #0c57a4;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border-image: linear-gradient(90deg, rgba(69, 101, 188, 1), rgba(20, 190, 129, 1));
  border-image-slice: 1;
  background: linear-gradient(90deg, rgba(69, 101, 188, 1), rgba(20, 190, 129, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  background-image: linear-gradient(90deg, rgba(69, 101, 188, 1), rgba(20, 190, 129, 1));
  border-image-slice: 1;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.section.s_05 {
  margin-bottom: 5%;
}
@media screen and (max-width: 1024px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_05 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}