@charset "UTF-8";
/* コンポーネント */
/* area */
.contentsWrapper {
  width: 100%;
  margin: 60px 0 0;
}
.contentsWrapper > div:not(.pb-handle) {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

/* breadcrumb */
.breadcrumb {
  width: 100%;
  padding: 10px 0;
  background-color: #F8F8F8;
  color: #000;
}
.breadcrumb .pbBlockNavigation {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.875rem;
  line-height: 1;
}
.breadcrumb .pbBlockNavigation a {
  color: #000;
  text-decoration: underline;
  margin: 0 0.4em;
}
.breadcrumb .pbBlockNavigation a:hover {
  text-decoration: none;
}
.breadcrumb .pbBlockNavigation a:first-child {
  margin-left: 0;
  margin-right: 0.4em;
}

/* headding */
.c_h1 {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.c_h1 > div:not(.pb-handle) {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.c_h1 h1 {
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: bold;
}
.c_h1 h1 span {
  display: block;
  font-size: 1.5rem;
}
.c_h1.-areaGreen {
  background-color: #E7EDEA;
}

.c_h2 {
  width: 100%;
}
.c_h2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.c_h2.underLine h2 {
  font-size: 1.625rem;
  text-align: center;
  padding: 0 0 15px;
  border-bottom: 2px solid #49795F;
}

.c_mypageBottomBlock {
  margin-top: 100px;
}

.c_mypageSectionBlock + .c_mypageSectionBlock {
  margin-top: 100px;
}

.c_mypageSectionResultBlock {
  margin-top: 100px;
}

.c_h2.normal h2 {
  font-size: 1.625rem;
  padding: 0 0 15px;
  border-bottom: 2px solid #49795F;
}

.c_h3.normal h3 {
  font-size: 1.375rem;
}

.c_h4.normal h4 {
  font-size: 1.125rem;
}

/* link */
a.linkNewwindow {
  position: relative;
  padding: 0 5px 0 0;
}
a.linkNewwindow:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(/library/images/icon/icon_newwindow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 8px;
  position: relative;
  top: 2px;
}

a.linkPdf {
  position: relative;
  padding: 0 5px 0 0;
}
a.linkPdf:after {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url(/library/images/icon/icon_pdf.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 8px;
  position: relative;
  top: 2px;
}

/* list */
.c_list {
  width: 100%;
}
.c_list-item {
  width: 100%;
  padding: 5px 0 5px 25px;
  background-image: url(/library/images/icon/icon_arrow_green-right.svg);
  background-position: left top 6px;
  background-repeat: no-repeat;
}

/* form */
.c_form {
  width: 100%;
}
.c_form table {
  width: 100%;
  border-collapse: collapse;
}
.c_form table th {
  width: 33% !important;
  border-left: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  border-top: 2px solid #D9D9D9;
  padding: 20px 60px 20px 34px;
  box-sizing: border-box;
  font-size: 1.25rem;
  text-align: left;
  font-weight: bold;
  background-color: #EFF4F3;
  line-height: 1.6;
  position: relative;
  vertical-align: top;
}
.c_form table th .c_formRequired {
  position: absolute;
  top: 28px;
  right: 10px;
}
.c_form table td {
  width: 68% !important;
  border-right: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  border-top: 2px solid #D9D9D9;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
}
.c_form table td.-typeDisabled {
  background-color: #BBB !important;
}
.c_form table td .c_formError {
  display: block !important;
}

.c_formSubtext {
  font-size: 1rem;
  margin-top: 15px;
}

.c_formSubtext ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.c_formSubtext li {
  position: relative;
  padding-left: 1.2em;
}

.c_formSubtext li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.c_formRequired {
  display: inline-block;
  padding: 4px 5px;
  margin: 0 0.5em 0 0;
  box-sizing: border-box;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background-color: #E63D30;
  line-height: 1;
}

.c_formError {
  display: inline-block;
  font-size: 1rem;
  color: #E75B6E;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
  font-weight: bold;
  text-align: left;
}
.c_formError:before {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 1px;
}

.c_formHeadding {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 3px 0 3px 11px;
  border-left: 8px solid #2C5A40;
  margin-top: 50px;
  margin-bottom: 20px;
}
.c_formHeadding-sub {
  font-size: 1rem;
  margin-bottom: 20px;
}
.c_formHeadding.-formAgree {
  margin-top: 20px;
}

.c_formRecaptch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.c_formSteps {
  width: 100%;
  margin: 0;
}
.c_formStepsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
}
.c_formStepsList-item {
  text-align: center;
  width: 25%;
  color: rgba(0, 51, 73, 0.5);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.c_formStepsList-item .stepCircle {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 1.875rem;
  color: #4E7E6E;
  background-color: #EFF4F3;
  border-radius: 50%;
  line-height: 1;
  margin: 0 auto;
}
.c_formStepsList-item .stepName {
  margin-top: 15px;
  text-align: center;
  font-size: 1.25rem;
  color: #4E7E6E;
  font-weight: bold;
  line-height: 1;
}
.c_formStepsList-item.is_active .stepCircle {
  background-color: #2C5A40;
  color: #FFF;
}
.c_formStepsList-item.is_active .stepName {
  color: #2C5A40;
}
.c_formStepsList:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  left: 15%;
  top: 40px;
  background-color: #E7EDEB;
}

.c_formLead {
  margin: 40px 0 0;
}
.c_formLead-confirm {
  margin: 40px 0;
  color: #2C5A40;
  font-size: 1.25rem;
  font-weight: bold;
}
.c_formLead-confirm span {
  display: block;
  margin: 10px 0 0;
  color: #FF6347;
}

.c_formDocument {
  margin: 20px 0 50px;
}

.c_formRemarks {
  font-size: 0.875rem;
}

/* input & select & textarea & subtext */
.c_form input[type=text],
.c_form input[type=password] {
  width: auto;
  height: 45px;
  padding: 5px;
  background-color: #FFF !important;
  border: 2px solid #D9D9D9 !important;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  line-height: 1;
  font-family: inherit;
}
.c_form input[type=password] {
  padding: 0px 5px 0px 5px;
  font-size: 1.7rem;
}
.c_form input[type=password]::placeholder {
  padding: 5px;
  font-size: 1rem;
}
.c_form input[type=text].c_full,
.c_form input[type=password].c_full {
  width: 100%;
}
.c_form input[type=text].c_zipcode {
  width: 100%;
  max-width: 120px;
}
.c_form input[type=text].c_name {
  width: 100%;
  max-width: 220px;
}
.c_form input[type=text].c_phonenumber {
  width: 100%;
  max-width: 120px;
}
.c_form input[type=text].c_organizationNumber {
  width: 100%;
  max-width: 300px;
}
.c_form input[type=text].c_inputDisabled {
  background-color: #BBB !important;
}

.c_form select {
  width: 100%;
  height: 45px;
  font-size: 1rem;
  max-width: 200px;
  padding: 5px;
  background-color: #FFF;
  border: 2px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: none;
  font-family: inherit;
}
.c_form select.c_area {
  width: 100%;
  max-width: 250px;
}
.c_form select.c_date {
  width: 100%;
  max-width: 125px;
}
.c_form select.c_organization {
  width: 100%;
  max-width: 200px;
}
.c_form select.c_inputDisabled {
  background-color: #BBB !important;
}

.c_form input[type=checkbox] {
  opacity: 0;
  display: none;
  pointer-events: none;
  position: relative;
}
.c_form input[type=checkbox] + label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: normal;
}
.c_form input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #CBD5DA;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
  box-sizing: border-box;
}
.c_form input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  box-sizing: border-box;
}
.c_form input[type=checkbox]:checked + label:before {
  background-color: #E63D30;
}
.c_form input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.c_form input[type=radio] {
  opacity: 0;
  display: none;
  pointer-events: none;
  position: relative;
}
.c_form input[type=radio] + label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.c_form input[type=radio] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}
.c_form input[type=radio]:checked + label:before {
  border: 6px solid #000;
  background-color: #fff;
}
.c_form input[type=radio]:checked + label:after {
  opacity: 1;
}

.c_form input[type=radio]:disabled + label:before {
  background: #D9D9D9;
}

.c_formInnerWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c_formInnerWrapper.-typeColumn {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.c_formNameSei, .c_formNameMei {
  width: 2em;
}

.c_formNameMei {
  margin-left: 10px;
}

.c_formComplete {
  margin: 60px 0 0;
}
.c_formComplete>p {
  max-width:800px;
  margin:0 auto !important;
  font-size:1.2rem;
}

/* 申し込みフォーム用 */
.c_formInfoPanel {
  margin: 20px 0 60px;
  border: 4px solid #CBD5DA;
  background-color: #EFF4F3;
}
.c_formInfoPanel .topSection {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 25px 30px;
}
.c_formInfoPanel .topSection .title {
  width: calc(100% - 350px);
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #49795F;
  font-weight: bold;
}
.c_formInfoPanel .topSection .label {
  width: 340px;
}
.c_formInfoPanel .topSection .label ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  width: 216px;
  margin-left: auto;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.c_formInfoPanel .topSection .label li {
  width: calc(50% - 15px + (15px / 2));
  text-align: center;
  font-weight: bold;
}
.c_formInfoPanel .topSection .label li.off {
  visibility: hidden;
}
.c_formInfoPanel .topSection .label li.blue {
  background: #EDF6FF;
  border: 2px solid #1E76C4;
  color: #1E76C4;
}
.c_formInfoPanel .topSection .label li.green {
  background: #F7FFEF;
  border: 2px solid #49795F;
  color: #49795F;
}
.c_formInfoPanel .topSection .label li.gray {
  background: #9F9F9F;
  border: 2px solid #9F9F9F;
  color: #fff;
}
.c_formInfoPanel .topSection .label li.orange {
  background: #FFF9ED;
  border: 2px solid #966100;
  color: #966100;
}
.c_formInfoPanel .topSection .detail {
  width: calc(100% - 350px);
}
.c_formInfoPanel .bottomSection {
  width: 100%;
  padding: 15px 30px;
  border-top: 4px solid #CBD5DA;
}
.c_formInfoPanel .bottomSectionInner {
  display: flex;
  align-items: center;
}
.c_formInfoPanel .bottomSectionLeft {
  padding: 10px 40px 10px 0;
  font-size: 1rem;
  flex-shrink: 0;
}
.c_formInfoPanel .bottomSectionRight {
  padding: 10px 0 10px 40px;
  font-size: 1.125rem;
  border-left: 4px solid #CBD5DA;
}

.eventFormSelect {
  display: flex;
  gap: 0 30px;
}
.eventFormSelect .eventFormRadio {
  display: flex;
  gap: 0 20px;
}
.eventFormSelectYes {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.eventFormSelectYes span {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .c_formInfoPanel {
    border-width: 2px;
  }
  .c_formInfoPanel .topSection {
    padding: 15px;
    flex-flow: column;
    gap: 5px 0;
  }
  .c_formInfoPanel .topSection .title {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 0;
    order: 1;
  }
  .c_formInfoPanel .topSection .label {
    width: 100%;
    margin-top: 10px;
    order: 3;
  }
   .c_formInfoPanel .topSection .label:has(li.off:only-child) {
     display: none;
   }
  .c_formInfoPanel .topSection .label ul {
    gap: 5px;
    margin-bottom: 5px;
  }
  .c_formInfoPanel .topSection .label li {
    width: calc(50% - 5px + (5px / 2));
  }
  .c_formInfoPanel .topSection .detail {
    width: 100%;
    margin-top: 15px;
    order: 2;
  }
  .c_formInfoPanel .topSection .c_button {
    margin-top: 15px;
    order: 4;
  }
  .c_formInfoPanel .bottomSection {
    width: 100%;
    padding: 15px;
    border-width: 2px;
  }
  .c_formInfoPanel .bottomSectionLeft {
    padding: 10px 20px 10px 0;
    flex-shrink: unset;
  }
  .c_formInfoPanel .bottomSectionRight {
    padding: 10px 0 10px 20px;
    border-left: 4px solid #CBD5DA;
    flex-shrink: 0;
  }
  .c_formInfoPanel .bottomSectionLeft p {
    font-size: 1rem;
  }
  .c_formInfoPanel .bottomSectionRight p {
    font-size: 1.125rem;
  }
  .eventFormSelect.-joinSelect {
    flex-direction: column;
    gap: 25px 0;
  }
}

/* buttons */
.c_buttonWrapper {
  width: 100%;
  margin-top: 50px;
}
.c_buttonWrapper > div:not(.pb-handle) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.c_buttonWrapper > div:not(.pb-handle):after {
  display: none;
}

.c_button {
  width: 100%;
  max-width: 340px;
}
.c_button.flex {
  width: auto;
  min-width: 340px;
  max-width: unset;
}
.c_button a, .c_button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px 50px;
  box-sizing: border-box;
  background-color: #49795F;
  border: 2px solid #49795E;
  border-radius: 30px;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s all;
  position: relative;
}
.c_button a:before,
.c_button a:after,
.c_button button:before,
.c_button button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: 0.2s all;
}
.c_button a:before,
.c_button button:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  right: 20px;
  top: calc(50% - 8px);
}
.c_button a:after,
.c_button button:after {
  content: "";
  right: 26.5px;
  width: 7px;
  height: 7px;
  top: calc(50% - 3px);
  border-top: 3px solid #49795E;
  border-right: 3px solid #49795E;
  transform: rotate(45deg);
  position: absolute;
}
.c_button a:hover,
.c_button button:hover {
  background-color: #fff;
  color: #49795E;
}
.c_button a:hover:before,
.c_button button:hover:before {
  background-color: #49795E;
  color: #49795E;
}
.c_button a:hover:after,
.c_button button:hover:after {
  border-color: #FFF;
}
.c_button.-circleLeft a:before,
.c_button.-circleLeft button:before {
  left: 20px;
  right: unset;
}
.c_button.-circleLeft a:after,
.c_button.-circleLeft button:after {
  left: 27px;
  right: unset;
  border-top: 3px solid #49795E;
  border-left: 3px solid #49795E;
  border-right: none;
  transform: rotate(-45deg);
}
.c_button.-circleLeft a:hover:before,
.c_button.-circleLeft button:hover:before {
  background-color: #49795E;
}
.c_button.-circleLeft a:hover:after,
.c_button.-circleLeft button:hover:after {
  border-color: #FFF;
}
.c_button.-disabled a, .c_button.-disabled button {
  border: 2px solid #666;
  background-color: #666;
}
.c_button.-disabled a:hover,
.c_button.-disabled button:hover {
  background-color: #666 !important;
  color: #FFF !important;
  cursor: default !important;
}
.c_button.-disabled a:hover:before,
.c_button.-disabled button:hover:before {
  background-color: #FFF !important;
}
.c_button.-disabled a:after,
.c_button.-disabled button:after {
  border-color: #666 !important;
}
.c_button.-disabled a:hover:after,
.c_button.-disabled button:hover:after {
  border-color: #666 !important;
}

.c_buttonList {
  margin-top: 50px;
}
.c_buttonList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.c_buttonList ul li {
  width: calc((100% - 60px) / 4);
}
.c_buttonList ul li a,
.c_buttonList ul li button,
.c_buttonList ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px 28px;
  box-sizing: border-box;
  background-color: #49795F;
  border: 2px solid #49795E;
  border-radius: 10px;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.2s all;
  position: relative;
}
.c_buttonList ul li a:before,
.c_buttonList ul li a:after,
.c_buttonList ul li button:before,
.c_buttonList ul li button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: 0.2s all;
}
.c_buttonList ul li a:before,
.c_buttonList ul li button:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  right: 10px;
  top: calc(50% - 8px);
}
.c_buttonList ul li a:after,
.c_buttonList ul li button:after {
  content: "";
  right: 16.5px;
  width: 7px;
  height: 7px;
  top: calc(50% - 3px);
  border-top: 3px solid #49795E;
  border-right: 3px solid #49795E;
  transform: rotate(45deg);
  position: absolute;
}
.c_buttonList ul li a:hover,
.c_buttonList ul li button:hover {
  background-color: #fff;
  color: #49795E;
}
.c_buttonList ul li a:hover:before,
.c_buttonList ul li button:hover:before {
  background-color: #49795E;
  color: #49795E;
}
.c_buttonList ul li a:hover:after,
.c_buttonList ul li button:hover:after {
  border-color: #FFF;
}

/* ニュース記事用 */
.articleSection + .articleSection {
  margin-top: 60px;
}
.articleSection > div:not(.pb-handle) > div:not(.pb-handle) + div:not(.pb-handle){
  margin-top: 20px;
}

.c_h1.article {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.c_h1.article > div:not(.pb-handle) {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
.c_h1.article h1 {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
}
.c_h1 h1 span {
  display: block;
  font-size: 1.5rem;
}

.c_paragraph p {
  font-size: 1rem;
  line-height: 1.4;
}
.c_paragraph.sub p {
  font-size: 0.875rem;
}

.c_articleTable table {
  min-width: 80%;
}
.c_articleTable table th,
.c_articleTable table td {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #B3B3B3;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
.c_articleTable table th {
  background: #F4F4F4;
  text-align: center;
}

.c_articleImage {
  width: 100%;
  text-align: center;
}
.c_articleImage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.c_articleAcrobat {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #D8D8D8;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
.c_articleAcrobat .imgBox {
  width: 160px;
  flex-shrink: 0;
}
.c_articleAcrobat .imgBox img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .c_articleTable table th,
  .c_articleTable table td {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  /* area */
  .contentsWrapper {
    margin: 40px 0 0;
  }
  /* breadcrumb */
  .breadcrumb {
    display: none;
  }
  /* headding */
  .c_h1 > div:not(.pb-handle) {
    padding: 30px 0;
  }
  .c_h1 h1 {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .c_h1 h1 span {
    font-size: 0.875rem;
  }
  .c_h2.underLine h2 {
    font-size: 1.5rem;
  }
  .c_h2.normal h2 {
    font-size: 1.5rem;
  }
  .c_form {
    width: 100%;
  }
  .c_form table {
    width: 100%;
    border-collapse: collapse;
  }
  .c_form table th {
    width: 100% !important;
    display: block;
    padding: 10px 50px 10px 10px;
    border: 2px solid #D9D9D9;
  }
  .c_form table th .c_formRequired {
    position: absolute;
    top: calc(50% - 10px);
    right: 3px;
  }
  .c_form table td {
    width: 100% !important;
    display: block;
    padding: 20px 10px;
    border: none;
  }
  .c_formError {
    margin: 10px 0 0;
  }
  .c_formHeadding {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 3px 0 3px 11px;
    border-left: 8px solid #2C5A40;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .c_formRecaptch {
    margin-top: 40px;
  }
  .c_formSteps {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }
  .c_formStepsList-item .stepCircle {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
    margin: 0 auto;
  }
  .c_formStepsList-item .stepName {
    font-size: 1rem;
  }
  .c_formStepsList:after {
    top: 30px;
  }
  .c_form input[type=text] {
    width: 100% !important;
    max-width: unset !important;
  }
  .c_form input[type=text].c_organizationNumber {
    max-width: unset;
  }
  .c_form select {
    width: auto;
    max-width: unset;
  }
  .c_form select.c_area {
    width: 100%;
    max-width: unset;
  }
  .c_form select.c_date {
    width: auto;
  }
  .c_form select.c_organization {
    width: 100%;
    max-width: unset;
  }
  .c_formInnerWrapper.-spColumn {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .c_formNameMei {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .c_formComplete {
    margin: 60px 0 0;
  }
  .c_formComplete>p {
    font-size:1.2rem;
  }
  /* buttons */
  .c_buttonWrapper {
    margin-top: 40px;
  }
  .c_buttonWrapper > div:not(.pb-handle) {
    gap: 20px;
  }
  .c_button {
    width: 100%!important;
    min-width: unset!important;
    max-width: unset!important;
  }

  .c_buttonList ul li {
    width: calc((100% - 20px) / 2);
  }

  /* 記事用 */
  .c_h1.article > div:not(.pb-handle) {
    padding: 20px 0;
  }
  .c_h1.article h1 {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .c_h1.article h1 span {
    font-size: 0.875rem;
  }
  .c_articleAcrobat {
    flex-direction: column;
    justify-content: center;
  }
}
