@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.t-8 {
  font-size: 8px;
}
.t-9 {
  font-size: 9px;
}
.t-10 {
  font-size: 10px;
}
.t-11 {
  font-size: 11px;
}
.t-12 {
  font-size: 12px;
}
.t-13 {
  font-size: 13px;
}
.t-14 {
  font-size: 14px !important;
}
.t-15 {
  font-size: 15px;
}
.t-16 {
  font-size: 16px;
}
.t-17 {
  font-size: 17px;
}
.t-18 {
  font-size: 18px;
}
.t-19 {
  font-size: 19px;
}
.t-20 {
  font-size: 20px;
}
.t-21 {
  font-size: 21px;
}
.t-22 {
  font-size: 22px;
}
.t-23 {
  font-size: 23px;
}
.t-24 {
  font-size: 24px;
}
.t-25 {
  font-size: 25px;
}
.t-26 {
  font-size: 26px;
}
.t-27 {
  font-size: 27px;
}
.t-28 {
  font-size: 28px;
}
.t-29 {
  font-size: 29px;
}
.t-30 {
  font-size: 30px;
}
.color-red {
  color: #fa6153;
}
.color-green {
  color: #32b988;
}
.color_orange {
  color: #ff952b;
}
.ls30 {
  letter-spacing: 0.03em;
}
.ls50 {
  letter-spacing: 0.05em;
}
.mb5 {
  margin-bottom: 5px;
}
.pl-02 {
  padding-left: 2px;
}
.pl-03 {
  padding-left: 3px;
}
.pl-05 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.line-through {
  text-decoration: line-through;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.l-height1 {
  line-height: 1;
}
main {
  overflow-x: clip;
}
main sup {
  vertical-align: text-top;
  font-size: 0.7em;
}
.fp_detail_container {
  margin-top: 40px;
}
.fp_detail_h2 {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fp_detail_unit {
  width: 100%;
  margin: 1em 0;
  font-size: 14px;
  font-weight: bold;
}
.fp_detail_h3 {
  width: 100%;
  padding: 0.75em 15px;
  background: #f5f5f5;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.fp_detail {
  width: 100%;
  padding: 0.75em 15px;
  font-weight: normal;
}
.fp_detail p {
  font-size: 14px;
  font-weight: normal;
}
.fp_detail p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.5em 0;
}
.fp_detail ul li:before {
  content: '・';
}
.fp_detail ul a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .fp_detail img {
    border-radius: 20px;
  }
}
.fp_buttton_container {
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
.fp_buttton {
  width: 315px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_green {
  color: #fff;
  background: #31b987;
  border: 1px solid #31b987;
}
.fp_buttton.type_white {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_white[target="_blank"] {
  position: relative;
}
.fp_buttton.type_white[target="_blank"]:after {
  background-image: url("/img/pages/icon_exlink__blk.svg");
}
.fp_buttton.type_darktan {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_mossgreen {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton[target="_blank"] {
  position: relative;
}
.fp_buttton[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: url("/img/pages/icon_exlink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
}
a.fp_home_link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.align_center {
  text-align: center;
}
.fp_amendment {
  padding: 0 15px;
  text-align: right;
}
.fp_amendment p {
  font-size: 14px;
  font-weight: normal;
}
.fp_amendment p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 20px;
}
.fp_pageIndexBtn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
  position: fixed;
  right: calc(((100% - 768px) / 2) + 15px);
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .fp_pageIndexBtn {
    right: 15px;
  }
}
.fp_pageIndexBtn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fp_pageIndexBtn img {
  width: 100%;
}
.mission_container {
  margin-bottom: 30px;
  position: relative;
}
/* ---------------------*
_mission_head.styl
*--------------------- */
.mission_head {
  padding: 18px 10px;
  color: #fff;
  background-color: #31b987;
}
.mission_head_lead {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.mission_head_lead:before,
.mission_head_lead:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
}
.mission_head_lead span {
  width: 100%;
  display: -ms-grid;
  display: grid;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.mission_head_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.mission_head_main_img {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.mission_head_main_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mission_head_main_txt {
  font-size: 17px;
  font-weight: bold;
}
/* ---------------------*
/* ---------------------*
_mission_condition.styl
*--------------------- */
.mission_condition_container {
  padding: 20px 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 10px;
  background-color: #fff6ed;
}
.mission_condition_container .mission_buttton_container {
  margin: 10px 0;
}
.mission_condition_container .feature_attantion_list_item + .feature_attantion_list_item {
  margin-top: 0.2em;
}
.mission_condition_head {
  font-size: 16px;
  font-weight: bold;
}
.mission_condition_note {
  font-size: 14px;
  font-weight: 500;
}
.mission_condition_subtext {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}
/* ---------------------*
/* ---------------------*
_mission_flow.styl
*--------------------- */
.mission_flow {
  margin: 20px 0;
  padding: 0 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
.mission_flow_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42px 1fr;
  grid-template-columns: 42px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 10px 5px;
  counter-increment: step-counter;
}
.mission_flow_item_icon {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #31b987;
}
.mission_flow_item_icon span {
  width: 30px;
  height: 30px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #31b987;
  border-radius: 50%;
}
.mission_flow_item_icon span:before {
  content: counter(step-counter);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.mission_flow_item_title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-size: 14px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.mission_flow_item_title a {
  color: #31b987;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.mission_flow_item_content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.mission_flow_item_content_img {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mission_flow_item_content_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* ---------------------*
_mission_butotns.styl
*--------------------- */
.mission_butotns_container {
  padding: 20px 10px;
  background-color: #edf5f2;
}
.mission_butotns {
  width: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
}
.mission_butotn_apply {
  margin-top: 10px;
  width: 315px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #ff952b;
  border-radius: 20px;
}
.mission_butotn_apply.is_disabled {
  pointer-events: none;
  color: #fff;
  background-color: #ddd;
}
.mission_butotn_lead {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.mission_butotn_lead:before,
.mission_butotn_lead:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.2em;
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.mission_butotn_lead:before {
  left: -6px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.mission_butotn_lead:after {
  right: -6px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.mission_confirm_link {
  margin-top: 10px;
}
.fp_buttton.type_white {
  border: 1px solid #ddd;
}
/* ---------------------*
_mission_magazine.styl
*--------------------- */
.mission_magazine_list {
  width: 100%;
  padding: 15px 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.mission_h3_type_03 + .mission_magazine_list {
  padding: 5px 0 15px 0;
}
.mission_magazine_list_item {
  width: 100%;
}
.mission_magazine_list_item a {
  width: 100%;
  min-height: 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  gap: 14px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  overflow: hidden;
}
.mission_magazine_list_item_img {
  width: 100%;
}
.mission_magazine_list_item_img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
.mission_magazine_list_item_misc {
  margin-top: 14px;
  padding-right: 14px;
}
.mission_magazine_list_item_tag span {
  padding: 2px 0.75em;
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 11px;
}
.mission_magazine_list_item_title {
  margin-top: 0.75em;
  font-size: 14px;
  line-height: 1.5;
}
/* ---------------------*
_mission_detail.styl
*--------------------- */
.mission_detail {
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1em;
  place-content: center;
}
.mission_detail_head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.mission_detail_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1em;
  min-width: 335px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mission_detail_list {
    min-width: 500px;
  }
}
.mission_detail_item_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 1fr;
  grid-template-columns: 1em 1fr;
  gap: 0.5em;
}
.mission_detail_item_link_icon {
  width: 16px;
  height: 16px;
  margin-top: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #31b987;
  position: relative;
}
.mission_detail_item_link_icon:before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  -webkit-transform: translateX(-1px) rotate(45deg);
          transform: translateX(-1px) rotate(45deg);
}
.mission_detail_item_link_text {
  font-size: 14px;
  color: #31b987;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.mission_detail_item_link_text img {
  margin: 0.4em 0 0 0.4em;
  width: 0.8em;
  height: 0.8em;
}
/* ---------------------*
_common
*--------------------- */
.feature_heading {
  height: 37px;
  padding: 0.25em 0;
  background: #edf5f2;
  text-align: center;
}
.feature_heading .label {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  color: #31b987;
}
.feature_heading .label:after {
  content: ':';
  padding: 0 0.25em;
}
.feature_heading .text {
  display: inline;
  color: #fa6153;
  font-size: 14px;
  font-weight: normal;
}
.feature_heading .text span {
  font-size: 20px;
  font-weight: bold;
}
.feature_lead {
  padding: 0.5em 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.feature_title_container {
  position: relative;
  padding: 10px 10px 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.feature_title_container:before,
.feature_title_container:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #32b988;
}
.feature_title {
  width: 100%;
  display: -ms-grid;
  display: grid;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #31b987;
}
.feature_item-heading {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #31b987;
  text-align: center;
}
.feature_bg-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, transparent), color-stop(0, #edf5f2), to(#edf5f2));
  background-image: linear-gradient(to bottom, transparent, transparent 0, #edf5f2 0, #edf5f2);
}
.mission_title {
  width: 100%;
  display: -ms-grid;
  display: grid;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.4;
}
.mission_h2 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 1em 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}
.mission_h2 span {
  font-size: 15px;
}
.mission_target_item {
  margin: 30px 0;
}
.mission_target_inner {
  width: 100%;
  padding: 20px 10px 0;
  font-weight: normal;
}
.mission_target_inner .caution {
  font-size: 12px;
  color: #fa6153;
  text-indent: -1em;
  padding-left: 1em;
}
.mission_h3_type_01 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #31b987;
}
.feature_attantion_list_item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.42;
  font-size: 12px;
  color: #757575;
}
.feature_attantion_list_item + .feature_attantion_list_item {
  margin-top: 0.5em;
}
.feature_attantion_list_item a {
  color: #757575;
  text-decoration: underline;
}
.mission_familyacount_list {
  margin: 20px 0 0;
  padding: 20px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 18px;
  background-color: #edf5f2;
  border-radius: 8px;
}
.mission_familyacount_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  gap: 15px;
}
.mission_familyacount_item_icon {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.mission_familyacount_item_icon img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.mission_familyacount_item_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px;
}
.mission_familyacount_item_title {
  font-size: 16px;
  font-weight: bold;
}
.mission_familyacount_item_description {
  font-size: 14px;
}
.mission_h3_type_02 {
  padding-bottom: 0.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
  grid-template-columns: 20px auto;
  gap: 0.5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #31b987;
}
.mission_h3_type_02:before {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0.2em;
  background-image: url("/img/pages/feature_common/icon_check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.mission_h4_type_01 {
  margin-top: 1em;
  padding: 0.25em 0.75em;
  font-size: 14px;
  font-weight: bold;
  background-color: #edf5f2;
}
.mission_h4_type_01:has(img) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  gap: 0.5em;
}
.mission_h4_type_01 img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
.mission_target_inner_content {
  padding: 0 10px;
}
.mission_target_inner_content p .marker {
  background: linear-gradient(transparent 12px, #fff600 12px, #fff600 23px, transparent 23px);
  background-size: 100% 24px;
}
ul.mission_list > li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.mission_list > li:before {
  content: '・';
}
ol.mission_list {
  counter-reset: step-counter;
}
ol.mission_list > li {
  counter-increment: step-counter;
  padding-left: 1em;
  text-indent: -1em;
}
ol.mission_list > li:before {
  content: counter(step-counter) '. ';
}
ol.mission_list > li ul li {
  font-weight: normal;
}
.mission_list {
  margin: 10px 0;
}
.mission_list li {
  font-size: 14px;
}
.mission_list > li + li {
  margin-top: 0.5em;
}
.mission_list p {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.mission_list p + p {
  margin-top: 0.5em;
}
.missoion_alart {
  margin: 20px 0;
  padding: 1em;
  font-size: 14px;
  color: #e30000;
  background-color: #fdf0ef;
  border: 1px solid #e30000;
  border-radius: 8px;
}
.mission_h3_type_03 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #31b987;
  text-align: center;
}
.mission_h3_type_03 span {
  text-align: center;
  position: relative;
}
.mission_h3_type_03 span:before,
.mission_h3_type_03 span:after {
  content: '';
  display: block;
  width: 2px;
  height: 1.2em;
  background: #31b987;
  position: absolute;
  bottom: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.mission_h3_type_03 span:before {
  left: -0.75em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.mission_h3_type_03 span:after {
  right: -0.75em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.mission_imgbox {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mission_imgbox img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.mission_imgbox iframe {
  height: 100%;
}
.mission_imgbox_round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mission_imgbox_round img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.mission_buttton_container {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.mission_categoryList {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .mission_categoryList {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.mission_categoryList a picture {
  width: 56px;
  height: 56px;
  padding: 0 15px;
  border: 1px solid #d5eadf;
}
.mission_categoryList .title {
  font-size: 10px;
}
.mission_detail_link {
  font-size: 12px;
  color: #31b987;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.mission_detail_link img {
  margin: 0.6em 0 0 0.4em;
  width: 0.8em;
  height: 0.8em;
  vertical-align: baseline;
}
