@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding-top: 300px;
}
@media (max-width:1280px) {
  .back {
    padding-top: 200px;
  }
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .back {
    padding-top: 80px;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1500px) {
  .width {
    max-width: 80%;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  .width {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
  margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
  .contents {
    margin: 50px auto;
    margin-bottom: 0;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .contents {
    margin-top: 0;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
メインタイトル  
==========================================================================*/
.mt-01 {
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .mt-01 {
    top: -67px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .mt-01 {
    top: -57px;
  }
}
@media (max-width:900px) {
  .mt-01 {
    top: -57px;
  }
}
@media (max-width:600px) {
  .mt-01 {
    top: -54px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
ご利用案内
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.howto-contents {
  position: relative;
  padding: 100px 20px 50px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: 3px dashed #603813;
}
/*:::::::::::【ツバメ】::::::::::*/
.tsubame {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 20%;
}
/*:::::::::::【テーブル】::::::::::*/
.howto-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-family: "Sawarabi Gothic", sans-serif;
}
.howto-table tr {
  width: 100%;
  display: flex;
  justify-content: center;
}
.howto-table td {
  border-bottom: 3px dashed #603813;
  padding: 10px;
  width: 100%;
}
.howto-table tr td ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
}
.howto-table .t-text { /*要相談*/
  border-bottom: none;
  padding: 50px 30px 0 50px;
  font-size: 1.5rem;
  font-weight: bold;
}
.bee { /*蜂*/
  padding: 0 20px;
}
.bee img {
  height: 80px;
}
.label { /**/
  display: inline-block;
  width: 6em; /* 必要に応じて調整（例：6em〜8em） */
  font-weight: bold;
  white-space: nowrap;
}
.opa { /*隠し*/
  opacity: 0;
}
@media (max-width:1500px) {
  /*:::::::::::【テーブル】::::::::::*/
  .howto-table tr td ul {
    font-size: 1.3rem;
  }
  .howto-table .t-text { /*要相談*/
    font-size: 1.2rem;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  /*:::::::::::【ツバメ】::::::::::*/
  .tsubame {
    top: -103px;
    width: 18%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【コンテンツ】::::::::::*/
  .howto-contents {
    padding-top: 80px;
  }
}
@media (max-width:900px) {
  /*:::::::::::【ツバメ】::::::::::*/
  .tsubame {
    position: absolute;
    top: auto;
    bottom: -5px;
    right: -35px;
    width: 20%;
  }
  /*:::::::::::【コンテンツ】::::::::::*/
  .howto-contents {
    padding: 55px 20px 35px 20px;
  }
  .howto-table .t-text { /*要相談*/
    padding-top: 30px;
  }
  .bee img {
    height: 50px;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  /*:::::::::::【ツバメ】::::::::::*/
  .tsubame {
    width: 100px;
    bottom: -30px;
    right: -12px;
  }
  /*:::::::::::【テーブル】::::::::::*/
  .howto-table tr td ul {
    font-size: 16px;
  }
  .howto-table tr td {
    padding: 10px 0;
  }
  .howto-table .t-text { /*要相談*/
    text-align: center;
    padding: 0;
    padding-top: 10px;
    font-size: 1.2rem;
  }
  /*【個別】*/
  .bee { /*蜂*/
    display: none;
  }
  .bee img {
    height: 40px;
  }
  .label { /**/
    width: auto; /* 必要に応じて調整（例：6em〜8em） */
    margin: 5px;
  }
}
@media (max-width: 400px) {}
/*===========================================================================
ご利用の流れ
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.step-contents {
  position: relative;
  padding: 200px 20px 100px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: 3px dashed #603813;
}
/*:::::::::::【ステップリストbox】::::::::::*/
.s-list-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-list-box ul {
  width: 80%;
  margin: 0 auto;
}
.s-list-box ul li {
  width: 100%;
  margin-bottom: 30px;
}
/*:::::::::::【ステップリスト】::::::::::*/
.step-box {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e1f2ce;
  border: 3px solid #6a966d;
  border-radius: 50px;
}
.number-box {
  position: relative;
  display: inline-block;
}
.number-box img { /*黄色サークル*/
  display: block;
  width: 80px;
  height: auto;
}
.step-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  pointer-events: none;
}
.step-box p {
  font-size: 1.4rem;
  margin-left: 30px;
}
/*:::::::::::【矢印】::::::::::*/
.yazirushi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yazirushi img {
  width: 40px;
  margin: 0 30px;
}
/*:::::::::::【イメージ】::::::::::*/
.step-contents .ki {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 250px;
  z-index: 20;
}
.step-contents .kuma {
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 250px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .step-contents {
    padding: 150px 20px 80px 20px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  /*:::::::::::【イメージ】::::::::::*/
  .step-contents .ki {
    top: -50px;
    left: -40px;
    width: 150px;
    z-index: 20;
  }
  .step-contents .kuma {
    bottom: -50px;
    right: -40px;
    width: 150px;
  }
}
@media (max-width:600px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .step-contents {
    padding: 100px 10px 60px 10px;
  }
  /*:::::::::::【ステップリストbox】::::::::::*/
  .s-list-box ul {
    width: 90%;
  }
  /*:::::::::::【ステップリスト】::::::::::*/
  .number-box img { /*黄色サークル*/
    width: 50px;
  }
  .step-num {
    font-size: 16px;
  }
  .step-box p {
    font-size: 16px;
    margin: 0;
    padding: 5px 10px
  }
  /*:::::::::::【矢印】::::::::::*/
  .yazirushi img {
    width: 20px;
    margin: 0 20px;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .step-contents .ki {
    top: -40px;
    left: -20px;
    width: 100px;
    z-index: 20;
  }
  .step-contents .kuma {
    bottom: -80px;
    right: -20px;
    width: 150px;
    z-index: 20;
  }
}
@media (max-width:450px) {
  /*:::::::::::【イメージ】::::::::::*/
  .step-contents .kuma {
    bottom: -50px;
  }
}
@media (max-width: 400px) {}
/*===========================================================================
一日の流れ
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.timeline-contents {
  position: relative;
  padding: 100px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: 3px dashed #603813;
}
@media (max-width:900px) {
  .timeline-contents {
    padding: 50px 20px;
  }
}
@media (max-width:600px) {
  .timeline-contents {
    padding: 20px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【タイムラインテキスト】::::::::::*/
.timeline-text {
  margin: 100px auto;
  text-align: center;
  background-color: #fffdde;
  padding: 20px 10px;
  border: 1px solid #684d37;
  border-radius: 10px;
}
.timeline-text span {
  font-size: 1.5rem;
  font-weight: bold;
}
.timeline-text p {
  margin-top: 20px;
  line-height: 2;
}
@media (max-width:600px) {
  .timeline-text {
    text-align: justify;
  }
  .timeline-text span {
    display: block;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .timeline-text span {
    font-size: 20px;
  }
}
/*:::::::::::【タイムライン】::::::::::*/
.flag {
  font-size: 1.2rem;
}
/*:::::::::::【タイムライン-01】::::::::::*/
.cp_block {
  margin: 3em auto;
}
.cp_timeline01 {
  position: relative;
  width: 100%;
  margin: 3em auto;
  padding: 1em 0;
  list-style-type: none;
}
.cp_timeline01:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgba(225, 242, 206, 1);
  z-index: 5;
}
.cp_timeline01 li {
  padding: 1em 0;
}
.cp_timeline01 li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cp_timeline01 li:nth-child(odd) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: left;
  text-align: right;
}
.cp_timeline01 li:nth-child(even) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: right;
}
.cp_timeline01 li .timeline_item .flag_cont {
  position: relative;
  display: inline-block;
  text-align: center;
}
.cp_timeline01 li .timeline_item .flag {
  position: relative;
  display: inline;
  background: rgba(106, 150, 109, 1);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: left;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  position: absolute;
  top: 8px;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  padding: 4px;
  background: rgba(225, 242, 206, 1);
  border-radius: 50%;
  border: 6px solid rgba(106, 150, 109, 1);
  z-index: 10;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  left: -40px;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  position: absolute;
  top: 10px;
  right: -38px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 1);
  z-index: 10;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  left: -38px;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-left-color: rgba(106, 150, 109, 1);
  border-width: 6px;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-right-color: rgba(106, 150, 109, 1);
  border-width: 6px;
}
.cp_timeline01 li .timeline_item .time {
  display: block;
  margin-top: 1em;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 1em;
  color: rgba(255, 87, 34, 1);
  text-align: right;
}
.cp_timeline01 li:nth-child(even) .timeline_item .time {
  text-align: left;
}
.cp_timeline01 li .timeline_item .desc {
  margin: 1em 0.75em 0 0;
  font-size: 16px;
  line-height: 1.5em;
  margin: 1em 1em 0 1em;
  padding: 1em 0.5em;
  background: rgba(225, 242, 206, 1);
  border-radius: 6px;
}
@media only screen and (max-width:768px) {
  .cp_timeline01 {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .cp_timeline01 li {
    padding: 2em 0;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item, .cp_timeline01 li:nth-child(even) .timeline_item {
    float: none;
    width: 100%;
    text-align: center;
  }
  .cp_timeline01 li .timeline_item .flag_cont {
    text-align: center;
  }
  .cp_timeline01 li .timeline_item .flag {
    z-index: 15;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    top: -30px;
    left: calc(57% - 16px);
  }
  .flag_cont-01:before {
    top: -30px;
    left: calc(58% - 16px) !important;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    top: -28px;
    left: calc(52% - 10px);
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: rgba(26, 35, 126, 1);
    border-width: 6px;
    pointer-events: none;
  }
  .cp_timeline01 li .flag_cont {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .time, .cp_timeline01 li:nth-child(even) .timeline_item .time {
    float: none;
    text-align: center;
    background: #ffffff;
  }
  .cp_timeline01 li .timeline_item .desc {
    position: relative;
    z-index: 15;
  }
}
@media (max-width: 400px) {
  .flag_cont-01:before {
    top: -30px;
    left: calc(59% - 16px) !important;
  }
}
/*===========================================================================
活動の様子
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.activities-contents {
  position: relative;
  padding: 200px 50px 100px 50px;
  background-color: #e1f2ce;
  border-radius: 30px;
  border: 3px dashed #603813;
}
/*:::::::::::【活動リスト】::::::::::*/
.activities-contents ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.activities-contents ul li {
  background-color: #fff;
  border: 1px solid #603813;
  padding: 30px;
  position: relative;
}
/*:::::::::::【フレーム】::::::::::*/
.activities-contents .frame { /*共通*/
  width: 100px;
  position: absolute;
}
.activities-contents .frame-tl { /*左上*/
  top: -5px;
  left: -5px;
}
.activities-contents .frame-tr { /*右上*/
  top: -5px;
  right: -5px;
  transform: scaleX(-1); /*左右反転*/
}
.activities-contents .frame-bl { /*左下*/
  bottom: -5px;
  left: -5px;
  transform: scaleY(-1); /*上下反転*/
}
.activities-contents .frame-br { /*右下*/
  bottom: -5px;
  right: -5px;
  transform: scale(-1); /*上下反転*/
}
/*:::::::::::【活動リスト内容】::::::::::*/
.activities-contents .list-img { /*リストのイメージ*/
  width: 100%;
  border: 1px solid #603813;
}
.activities-contents ul li dl {
  border: 1px solid #603813;
  margin-top: 30px;
  padding: 10px;
}
.activities-contents ul li dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.activities-contents ul li dl dd {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}
/*:::::::::::【イメージ】::::::::::*/
.activities-contents .chou {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
  z-index: 20;
}
/*:::::::::::【モーダル】::::::::::*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal-content {
  max-width: 90%;
  max-height: 80%;
  border: 4px solid #fff;
  box-shadow: 0 0 15px #000;
}
.modal-close {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【コンテンツ】::::::::::*/
  .activities-contents {
    position: relative;
    padding: 120px 35px 80px 35px;
  }
  /*:::::::::::【活動リスト】::::::::::*/
  .activities-contents ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:900px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .activities-contents {
    position: relative;
    padding: 120px 20px 80px 20px;
  }
  /*:::::::::::【活動リスト】::::::::::*/
  .activities-contents ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /*:::::::::::【活動リスト内容】::::::::::*/
  .activities-contents ul li dl dt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .activities-contents .chou {
    top: -50px;
    left: -40px;
    width: 130px;
    z-index: 20;
  }
}
@media (max-width:600px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .activities-contents {
    position: relative;
    padding: 100px 20px 80px 20px;
  }
  /*:::::::::::【活動リスト】::::::::::*/
  .activities-contents ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /*:::::::::::【イメージ】::::::::::*/
  .activities-contents .chou {
    top: -40px;
    left: -20px;
    width: 100px;
    z-index: 20;
  }
}
@media (max-width:450px) {
  /*:::::::::::【モーダル】::::::::::*/
  .modal-close {
    right: 5%;
  }
}
@media (max-width: 400px) {}
/*===========================================================================
Q＆A
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.qa-contents {
  position: relative;
  padding: 150px 50px 100px 50px;
  background-color: #fff;
  border-radius: 30px;
  border: 3px dashed #603813;
}
/*:::::::::::【花】::::::::::*/
.hana {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 15%;
}
/*:::::::::::【アコーディオン】::::::::::*/
/*【コーディオン全体】*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 3px solid #6a966d;
  border-radius: 50px;
  background-color: #e1f2ce;
}
/*::::::【アコーディオンタイトル】::::::*/
.accordion-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 2% 3% 2% 50px;
  transition: all .5s ease;
  display: flex;
  align-items: center;
}
/*【】*/
.accordion-title .q-btn {
  position: relative;
  display: inline-block;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion-title img { /*黄色サークル*/
  display: block;
  height: auto;
  width: 80px;
}
.accordion-title p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 3%;
  text-align: justify;
}
/*::::::【アイコンの＋と×】::::::*/
.accordion-title::before, .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.accordion-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.accordion-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　【closeというクラスがついたら形状変化】　*/
.accordion-title.close::before {
  transform: rotate(45deg);
}
.accordion-title.close::after {
  transform: rotate(-45deg);
}
/*::::::【アコーディオンで現れるエリア】::::::*/
.accordion-box {
  display: none; /*はじめは非表示*/
  border-top: 3px dashed #603813;
  margin: 0 2% 3% 3%;
  padding: 3%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.accordion-box img { /*ピンクサークル*/
  display: block;
  height: auto;
  width: 80px;
}
.accordion-box p {
  padding: 1% 3%;
  line-height: 2;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {
  /*::::::【アコーディオンタイトル】::::::*/
  .accordion-title p {
    font-size: 1.2rem;
  }
}
@media (max-width:1280px) {
  /*:::::::::::【花】::::::::::*/
  .hana {
    top: -104px;
    right: -45px;
    width: 12%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【花】::::::::::*/
  .hana {
    top: -60px;
    right: -60px;
    width: 12%;
  }
  /*::::::【アコーディオンで現れるエリア】::::::*/
  .accordion-box p {
    font-size: 16px;
  }
}
@media (max-width:900px) {
  /*:::::::::::【花】::::::::::*/
  .hana {
    top: -60px;
    right: -28px;
    width: 12%;
    z-index: 20;
  }
  /*::::::【アコーディオンで現れるエリア】::::::*/
  .accordion-box p {
    font-size: 16px;
  }
}
@media (max-width:600px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .qa-contents {
    position: relative;
    padding: 60px 10px 50px 10px;
    background-color: #fff;
    border-radius: 30px;
    border: 3px dashed #603813;
  }
  /*:::::::::::【花】::::::::::*/
  .hana {
    top: -60px;
    right: -28px;
    width: 18%;
    z-index: 20;
  }
  /*::::::【アコーディオンタイトル】::::::*/
  .accordion-title {
    padding-left: 12%;
  }
  .accordion-title img { /*黄色サークル*/
    width: 40px;
  }
  /*::::::【アコーディオンで現れるエリア】::::::*/
  .accordion-box {
    padding-left: 9%;
  }
  .accordion-box img { /*ピンクサークル*/
    width: 40px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}