/*ページごとのカラー設定色*/

.---about_text {
  color: #fc188a;
}

.---about_border {
  border-left: 7px solid #fc188a;
}

.---hojin_text {
  color: #f89a2d;
}

.---hojin_border {
  border-left: 7px solid #f89a2d;
}

.---application_text {
  color: #fc3334;
}

.---application_border {
  border-left: 7px solid #fc3334;
}

.---investigation_text {
  color: #BFB600;
}

.---investigation_border {
  border-left: 7px solid #BFB600;
}

.---incentive_text {
  color: #1badb9;
}

.---incentive_border {
  border-left: 7px solid #1badb9;
}

.---event_text {
  color: #31b555;
}

.---event_border {
  border-left: 7px solid #31b555;
}

.---topics_text {
  color: #7272d3;
}

.---contact_text {
  color: #1a1a1a;
}

.---search_text {
  color: #19ADB9;
}

.---contact_border {
  border-left: 7px solid #1a1a1a;
}

/*  共通部分 start  */
.bg_top:before {
  background: none;
}

.g_page_header {
  /* background: none; */
  /* background: none; */
  background-image: url(../img/top/bg-top.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% + 10px) -100px !important;
  background-size: auto;
}

.g_page_header .g_page_header__headding {
  background: url(../img/title_back.jpg) no-repeat center center;
  background-size: cover;
  padding: 2em 0;
  font-size: 2.8rem;
  margin: 0 0 2em 0;
}

.g_page-subtitle {
  display: block;
  font-size: 26px;
  line-height: 1.2em;
  box-sizing: border-box;
  font-weight: bold;
  padding: 13px 30px;
  margin-bottom: 25px;
}

.g_page_content {
  font-size: 1.6rem;
  line-height: 1.5em;
}

span.nowrap {
  white-space: nowrap;
}

.g_page__content-title {
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 18px;
  padding: 1em 38px;
  font-weight: bold;
  margin-bottom: 25px;
}

.g_breadcrumb .img_home {
  width: 11.474px;
  height: 12.638px;
}

@media screen and (max-width: 1100px) {
  .g_page__content-title {
    padding: 0.5em 1em;
    text-indent: 0;
  }

  .g_page__content-title:before {
    margin-right: 0.5em;
  }

  .pcbr {
    display: none;
  }

  .g_breadcrumb_spbr ul {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .spbr {
    display: none;
  }

  .pc_none {
    display: none;
  }
}

/*  共通部分 end  */

/*  about start  */
.g_page_about .g_page__content-title {
  border-left: 10px solid #f7a1cc;
}

.g_page_about_text p {
  margin-bottom: 1em;
}

.g_page_about__menu {
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
}

.g_page_about__menu li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 260px;
  height: 70px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
}

.g_page_about__menu li a:before {
  content: "\3007";
  color: #f7a1cc;
  margin-right: 1em;
}

.g_page_about__menu li a svg {
  fill: #dbdbdb;
  height: 24px;
  margin-left: auto;
}

.g_page_about__menu li a:hover {
  color: #fc1989;
  background-color: #ffffff;
  border: 3px solid #fc1989;
}

.g_page_about__menu li a:hover:before {
  content: "\3007";
  color: #fc1989;
  margin-right: 1em;
}

.g_page_about__menu li a:hover svg {
  fill: #ffcbe5;
}

.g_page_about_img {
  margin: 40px auto 0 auto;
  text-align: center;
}

.g_page_about_img img {
  max-width: 100%;
}

.g_page_about_notes {
  text-align: right;
  font-size: 1.2rem;
}

.g_page_about_notes a {
  text-decoration: underline;
}

.g_page_about_notes_inline-block {
  display: inline-block;
}

.g_page_about_notes_block {
  display: block;
}

.g_page_about .g_page_about_page-title {
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 38px;
  font-weight: bold;
  margin-bottom: 25px;
}

.g_page_about .g_page_about_page-title:before {
  content: "\3007";
  color: #f7a1cc;
  margin-right: 1em;
}

.g_page_about .g_page_about_evaluation {
  margin-top: 40px;
}

.g_page_about .g_page_about_evaluation_title {
  border-radius: 5px;
  border: 1px solid #707070;
  box-shadow: 0 10px #dbdbdb;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 30px;
}

.g_page_about .g_page_about_evaluation_detail {
  padding: 0 50px;
  margin-bottom: 50px;
}

.g_page_about .g_page_about_evaluation_detail dl {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}

.g_page_about .g_page_about_evaluation_detail dl:last-child {
  border-bottom: none;
}

.g_page_about .g_page_about_evaluation_detail dt {
  float: left;
  width: 233px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
}

.g_page_about .g_page_about_evaluation_detail dl:last-child dt {
  font-size: 14px;
}

.g_page_about .g_page_about_evaluation_number {
  border-radius: 50%;
  color: #ffffff;
  background-color: #f7a1cc;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
}

.g_page_about .g_page_about_evaluation_detail dd {
  float: left;
  width: calc(100% - 233px);
  border-left: 1px solid #dbdbdb;
  margin: 8px 0;
  padding: 15px 50px;
  font-weight: bold;
  box-sizing: border-box;
}

.g_page_about .g_page_about_evaluation_detail dd p:before {
  content: "\25CF";
  color: #ffcbe5;
  margin-right: 22px;
}

.g_page_about .g_page_about_evaluation_detail dd p.example {
  margin-left: 35px;
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 1em;
}

.g_page_about .g_page_about_evaluation_detail dd p.example:last-child {
  margin-bottom: 0;
}

.g_page_about .g_page_about_evaluation_detail dd p.example:before {
  content: none;
}

.g_page_about .g_page_about_brandname dl {
  display: flex;
  margin-bottom: 30px;
}

.g_page_about .g_page_about_brandname dt {
  width: 295px;
  padding: 30px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.g_page_about .g_page_about_brandname dt img {
  max-width: 200px;
}

.g_page_about .g_page_about_brandname dd {
  padding: 45px 35px;
  width: calc(100% - 295px);
  box-sizing: border-box;
}

.g_page_about .g_page_about_brandname .g_page_about_brandname_title {
  font-weight: bold;
  margin-bottom: 2em;
  text-indent: -5.7em;
  padding-left: 6em;
}

.g_page_about .g_page_about_brandname .g_page_about_brandname_title:before {
  content: "\FF65\FF65\FF65\FF65\FF65\FF65\a0\3007";
  color: #ffcbe5;
  margin-right: 22px;
}

.g_page_about .g_page_about_brandname dd p {
  margin-bottom: 1em;
}

.g_page_about .g_page_about_years {
  padding: 25px;
  border: 8px solid #efefef;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .g_page_about__menu {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .g_page_about__menu li {
    width: 49%;
  }

  .g_page_about__menu li a {
    width: 100%;
    font-size: 14px;
    padding: 1em 0.2em;
    height: auto;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .g_page_about__menu li a:before {
    margin-right: 0.2em;
  }

  .g_page_about_notes {
    line-height: 1.2em;
    font-size: 1.2rem;
  }

  .g_page_about_notes_block {
    display: block;
  }

  .g_page_about_notes_inline-block {
    display: block;
  }

  .g_page_about .g_page_about_page-title {
    padding: 0.5em 1em 0.5em 2em;
    text-indent: -1.5em;
  }

  .g_page_about .g_page_about_page-title:before {
    margin-right: 0.5em;
  }

  .g_page_about .g_page_about_evaluation_detail {
    padding: 0;
  }

  .g_page_about .g_page_about_evaluation_detail dl {
    margin-bottom: 1em;
    border-bottom: none;
  }

  .g_page_about .g_page_about_evaluation_detail dt {
    width: 100%;
    padding: 1em 0.5em;
  }

  .g_page_about .g_page_about_evaluation_detail dl:last-child dt {
    font-size: 1em;
  }

  .g_page_about .g_page_about_evaluation_detail dd {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dbdbdb;
    border-left: none;
    padding-top: 1em;
  }

  .g_page_about .g_page_about_evaluation_detail dd p {
    text-indent: -1.5em;
    padding-left: 2em;
  }

  .g_page_about .g_page_about_evaluation_detail dd p:before {
    margin-right: 0.5em;
  }

  .g_page_about .g_page_about_evaluation_detail dd p.example {
    margin-left: 0;
    text-indent: 0;
    padding: 0 0.5em;
  }

  .g_page_about .g_page_about_brandname dl {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }

  .g_page_about .g_page_about_brandname dt {
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
  }

  .g_page_about .g_page_about_brandname dt img {
    width: auto;
    max-width: 125px;
  }

  .g_page_about .g_page_about_brandname dd {
    padding: 0;
    width: 100%;
  }

  .g_page_about .g_page_about_brandname .g_page_about_brandname_title {
    font-weight: bold;
    margin-bottom: 2em;
    text-indent: -4.2em;
    padding-left: 4em;
  }

  .g_page_about .g_page_about_brandname .g_page_about_brandname_title:before {
    content: "･･･ 〇";
    color: #ffcbe5;
    margin-right: 22px;
  }
}

/*    merit    */

.merit_ayumi__img {
  text-align: center;
}

.merit_ayumi__img img {
  max-width: 100%;
}

.g_merit__subheadding {
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 38px;
  font-weight: bold;
  margin-bottom: 25px;
}

.g_merit__subheadding:before {
  content: "\3007";
  color: #f7a1cc;
  margin-right: 1em;
}

.g_profit_content .g_profit_detail {
  margin: 25px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.g_profit_content .g_profit_detail .g_profit_detail__list {
  margin-bottom: 1em;
}

.g_profit_content .g_profit_table {
  border-collapse: collapse;
  margin: 25px 50px;
}

.g_profit_content .g_profit_table th {
  text-align: center;
  color: #ffffff;
  background-color: #6a6a6a;
  line-height: 3em;
  border: 1px solid #a0a0a0;
}

.g_profit_content .g_profit_table td {
  border: 1px solid #a0a0a0;
  padding: 0.5em 1em;
  box-sizing: border-box;
  width: 28%;
}

.g_profit_content .g_profit_table .table__number {
  background-color: #efefef;
  border-right: none;
  padding-right: 5px;
  box-sizing: border-box;
  width: 2%;
  vertical-align: middle;
}

.g_profit_content .g_profit_table .table__title {
  background-color: #efefef;
  padding-left: 0;
  border-left: none;
  box-sizing: border-box;
  width: 19%;
  vertical-align: middle;
}

.g_profit_content .g_profit_table .table__score {
  width: 26%;
  vertical-align: middle;
}

.g_profit_content .g_profit_table .table__plus_effect1 {
  width: 25%;
  background-color: #ffcbe5;
}

.g_profit_content .g_profit_table .table__plus_effect2 {
  background-color: #fffcac;
}

.g_profit_content .g_profit_merit__notes {
  margin-top: 35px;
  font-size: 1.2rem;
  text-align: right;
}

.g_page_about .g_page_content__double_wrap,
.g_page_merit .g_page_content__double_wrap {
  display: flex;
  justify-content: space-between;
}

.g_page_about .g_page_content__double_wrap .g_page_content__double,
.g_page_merit .g_page_content__double_wrap .g_page_content__double {
  width: 48%;
}

.g_page_merit .g_page_content__double_wrap .g_page_content__double .g_stock_content_notes {
  margin-top: 30px;
  font-size: 1.2rem;
}

.g_page_merit .g_page_content__double_wrap .g_page_content__double .g_stock_content_notes p {
  margin-top: 1em;
}

.g_page_merit .g_stock_content .g_stock_img img {
  max-width: 100%;
}

.g_page_merit .cont_double_wrap .cont_double .question {
  background-image: url(./img/q.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px 34px;
  padding-left: 60px;
  box-sizing: border-box;
  min-height: 34px;
}

.g_page_merit .cont_double_wrap .cont_double .notes.gray {
  background-color: #f7f7f7;
  padding: 20px 30px;
  margin-top: 25px;
}

.g_jobhunting_content .g_jobhunting_content_text {
  margin-bottom: 30px;
}

.g_page_merit .g_jobhunting_content .g_jobhunting_question {
  padding-left: 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  word-break: break-all;
  position: relative;
}

.g_page_merit .g_jobhunting_content .g_jobhunting_question::before {
  content: "Q";
  width: 3.4rem;
  height: 3.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.4rem;
  background-color: #a0a0a0;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.g_page_merit .g_jobhunting_content .g_jobhunting_img {
  text-align: center;
}

.g_page_merit .g_jobhunting_content .g_jobhunting_img img {
  max-width: 100%;
}

.g_page_merit .g_jobhunting_content .g_jobhunting_notes {
  background-color: #f7f7f7;
  padding: 20px 30px;
  margin-top: 25px;
  font-size: 1.2rem;
}

.g_page_merit .g_jobhunting_content .g_jobhunting_source {
  font-size: 1.2rem;
  margin-top: 50px;
}

.g_page_merit .g_communication_content .g_communication_notes {
  font-size: 1.2rem;
  margin-top: 50px;
}

.g_page_merit .g_communication_content .g_communication_img {
  text-align: center;
}

.g_page_merit .g_communication_content .g_communication_img img {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .g_page_content {
    padding-top: 40px;
  }

  .g_merit__subheadding {
    padding: 0.5em 1em 0.5em 2em;
    text-indent: -1.5em;
  }

  .g_merit__subheadding:before {
    margin-right: 0.5em;
  }

  .g_page_about .g_page_content__double_wrap,
  .g_page_merit .g_page_content__double_wrap {
    display: block;
  }

  .g_page_about .g_page_content__double_wrap .g_page_content__double,
  .g_page_merit .g_page_content__double_wrap .g_page_content__double {
    width: 100%;
    margin-bottom: 40px;
  }

  .g_page_about .g_page_content__double_wrap .g_page_content__double:last-child,
  .g_page_merit .g_page_content__double_wrap .g_page_content__double:last-child {
    margin-bottom: 0;
  }

  .g_page_merit .g_page_content__double_wrap .g_page_content__double .g_stock_content_notes p:last-child {
    margin-top: 0;
  }

  .g_profit_content .g_profit_detail {
    margin-right: 0;
    margin-left: 0;
  }

  .g_profit_content .g_profit_table {
    overflow: scroll;
    margin: 0;
  }

  .g_profit_content .g_profit_table table {
    width: 1000px;
  }

  .g_stock_img {
    margin-top: 30px;
  }

  .g_page_merit .g_jobhunting_content .g_jobhunting_source {
    margin-top: 20px;
  }

  .g_page_merit .g_communication_content .g_communication_notes {
    margin-top: 20px;
  }
}

/*    application    */

.g_page_application .g_page__content-title {
  border-left: 10px solid #ffaaaa;
}

.application_upper .g_inner_wrap {
  border: 5px solid #f7f7f7;
  box-sizing: border-box;
  padding: 0 95px;
}

.application_upper .g_switching_accordion_btns {
  border-top: 10px solid #fc3334;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.application_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn {
  padding: 0.5em 1em;
  background-color: #efefef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 10px;
  font-weight: bold;
}

.application_upper .application_upper__messege {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.application_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn:hover,
.application_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn.--active {
  cursor: pointer;
  background-color: #fc3334;
  color: #ffffff;
}

.g_page_application .g_application_pdflink_wraper {
  display: flex;
  justify-content: space-around;
  margin: 00;
  vertical-align: top;
  flex-wrap: wrap;
}

.g_page_application .g_application_pdflink_wraper a {
  display: block;
}

.g_page_application .g_application_pdflink_box {
  width: 240px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
  border-radius: 10px;
  margin-bottom: 40px;
}

.g_page_application .g_application_pdflink_title {
  width: 100%;
  height: 150px;
  border: 5px solid #FE8888;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #fc3334 40px, transparent 0), url(../img/img_application_linkbtn_back.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  color: #FFFFFF;
  padding-top: 0.5em;
  padding-left: 0.5em;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.g_page_application a:hover .g_application_pdflink_title {
  border: 5px solid #fc3334;
}

.g_page_application .g_application_pdflink_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.g_page_application .g_application_pdflink_detail {
  padding: 0 1em 1em 1em;
  height: 5em;
  position: relative;
}

.g_page_application .g_application_pdflink_detail .g_application_pdflink_svg {
  position: absolute;
  right: 1em;
  bottom: 0px;
}

.g_page_application .g_application_pdflink_detail p img {
  margin-left: 0.5em;
  height: 1em;
  vertical-align: middle;
}

.g_page_application .g_application_pdflink_detail svg {
  width: 25px;
  height: 25px;
  fill: #dbdbdb;
}

.g_page_application a:hover svg {
  fill: #fc3334;
}

.g_application_pagelink {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
}

.g_application_pagelink.--hidden {
  display: none;
}

.g_application_pagelink .g_application_pagelink_item a {
  margin-bottom: 15px;
  margin-right: 15px;
  /* width: 160px; */
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 2em;
  box-sizing: border-box;
  padding: 0.5em 30px 0.3em;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.g_application_pagelink .g_application_pagelink_item.size_l a {
  width: 320px;
}

.g_application_pagelink .g_application_pagelink_item a:before {
  content: "\3007";
  color: #ff8888;
  margin-left: -1.3em;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.g_application_pagelink .g_application_pagelink_item a:after {
  content: "\03e";
  color: #9b9b9b;
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 1);
}

.g_application_pagelink .g_application_pagelink_item a:hover {
  background-color: #ffffff;
  border: 1px solid #ff8888;
}

.application_sec_accordion {
  display: block !important;
}

.application_sec_accordion.--hidden {
  display: none !important;
}

.application_sec_accordion .application_lastupdate {
  display: none;
}

.application_sec_accordion .g_application__subheadding {
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 38px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 50px;
}

.application_sec_accordion .g_application__subheadding:first-child {
  margin-top: 0;
}

.application_sec_accordion .g_application__subheadding:before {
  content: "\3007";
  color: #f7a1cc;
  margin-right: 1em;
}

.application_upper {
  padding-top: 80px;
}

@media screen and (max-width: 1100px) {
  .application_upper .g_inner_wrap {
    padding: 0 2%;
  }

  .application_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn {
    text-align: center;
  }

  .g_application_pagelink {
    font-size: 1.4rem;
  }

  .g_application_pagelink {
    justify-content: space-between;
  }

  .g_application_pagelink .g_application_pagelink_item {
    width: 100%;
  }

  .g_application_pagelink .g_application_pagelink_item a {
    width: 100%;
  }

  .application_sec_accordion .g_application__subheadding {
    padding: 0.5em 1em 0.5em 2em;
    text-indent: -1.5em;
  }

  .application_sec_accordion .g_application__subheadding:before {
    margin-right: 0.5em;
  }

  .application_sec_accordion h2.g_headding_3 {
    margin-top: 70px;
  }

  .application_upper .g_switching_accordion_btns__btn .--text span {
    display: block !important;
  }

  .g_page_application .g_application_pdflink_box {
    width: 48%;
  }

  .g_page_application .g_application_pdflink_title {
    height: 100px;
  }

  .g_page_application .g_application_pdflink_text {
    top: 55%;
  }

  .g_page_application .g_application_pdflink_detail {
    height: 7em;
  }
}

/*    現状のcssを打ち消すもの   */

.application_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn::after {
  display: none;
}

.application_upper .g_switching_accordion_btns {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.application_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn {
  border: none;
}

.application_upper .g_switching_accordion_btns {
  flex-wrap: inherit;
}

.application_lastupdate {
  width: auto;
}

.application_upper .application_btn {
  width: auto;
}

.g_page_content.application_sec_accordion {
  padding-top: 0;
}

.g_application_title span {
  color: #fc3334;
}

.g_application_title .g_application_title__en {
  font-size: 3rem;
  display: none;
}

.g_page_application_text p {
  margin-bottom: 1em;
  font-weight: bold;
}

.g_page_application_text.__infomation p {
  color: #ff0000;
  font-size: 14px;
}

.g_page_application__menu {
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.g_page_application__menu.g_page_application__menu__link {
  margin-bottom: 20px;
}

.g_page_application__menu img {
  margin-left: 10px;
  margin-right: 5px;
}

.g_page_application__menu.g_application_faq li {
  width: 49%;
}

.g_change_reserch {
  position: relative;
  font-weight: bold;
}

.g_page_application__span_pink {
  color: #ff8888;
  border-bottom: 1px solid #ff8888;
  position: relative;
}

.g_page_application__span_pink.__certify {
  margin-left: 20px;
}

.g_page_application__span_pink.__certify:before {
  position: absolute;
  content: ">";
  color: #9b9b9b;
  left: -15px;
}

.g_change_reserch p:first-child {
  margin-bottom: 15px;
}

.g_page_application__menu.g_change_list_l {
  display: block;
}

.g_change_list .g_page_application__menu li {
  width: calc(100% / 3);
  margin-bottom: 15px;
}

.g_page_application__menu li {
  width: 60%;
  margin-bottom: 15px;
}

.g_page_application__menu.g_application_id li {
  margin-bottom: 0;
}

.g_page_application-id li a {
  background-color: #fc3334;
}

.g_page_application-id li a:before {
  color: #fff;
}

.g_page_application__menu li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  height: 70px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
  align-items: center;
}

.g_page_application__menu li a:before {
  content: "\3007";
  color: #fc3334;
  margin-right: 1em;
}

.g_page_application__menu.g_application_id li a svg {
  fill: #ffffff;
}

.g_page_application__menu li a svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_application__menu li a:hover {
  color: #ff8888;
  background-color: #ffffff;
  border: 3px solid #ff8888;
}

.g_page_application__menu li a:hover:before {
  content: "\3007";
  color: #ff8888;
  margin-right: 1em;
}

.g_page_application__menu li a:hover svg {
  fill: #ffcbe5;
}

.g_page_application__menu.g_application_id li a:hover svg {
  fill: #ffffff;
}

.copy-icon.copy-icon_2 {
  background-image: url("../img/copy_2.png");
}

.copy-icon {
  width: 15px;
  height: 15px;
}

.g_page_certify_img {
  display: flex;
  flex-wrap: wrap;
}

.g_page_certify_img {
  margin-bottom: 15px;
}

.g_page_certify_img img {
  width: calc(100% / 5);
}

.g_page_application_list.g_page_certify {
  margin-bottom: 30px;
}

.g_page_application_list.g_page_certify ul li {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}

.g_page_application_list.g_page_certify ul li:before {
  content: "●";
  color: #ff8888;
  position: absolute;
  left: 0;
}

.g_page_application_page-text_l span {
  color: #ff8888;
}

.g_page_application.g_page_fee .g_inner_wrap__flex_wrap {
  display: flex;
  justify-content: space-between;
}

.g_page_application.g_page_fee .g_inner_wrap__flex {
  width: 49%;
}

.g_page_application_number {
  margin-bottom: 35px;
}

.g_page_application_text.g_page_application_number p {
  margin-bottom: 5px;
}

.g_page_application_number p:before {
  position: absolute;
  color: #222;
  left: 0;
}

.g_page_application_number p:first-child:before {
  content: "①";
}

.g_page_application_number p:nth-child(2):before {
  content: "②";
}

.g_page_application_attention {
  margin-bottom: 50px;
}

.g_page_application_attention p {
  margin-bottom: 0 !important;
}

.g_page_application_attention a {
  font-weight: bold;
}

.g_page_application_attention p,
.g_page_application_number p {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}

.g_page_application_attention p:before {
  position: absolute;
  content: "※";
  color: #222;
  left: 0;
}

.g_page_application__menu.g_application_id li {
  width: 60%;
}

/* .g_page_application__menu {
    margin-bottom: 20px !important;
  } */
.g_page_application__menu.g_application_id li a {
  color: #fff;
  background-color: #fc3334;
}

.g_page_application__menu.g_application_id li a:before {
  color: #fff;
}

.g_application__inner {
  margin: 0 35px;
}

.g_page_application_maintext {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  margin-bottom: 1em;
}

.g_page_application_kenko-mb35 {
  margin-bottom: 35px;
}

.g_page_application_kenko-mb50 {
  margin-bottom: 50px;
}

.g_page_application_maintext:before {
  position: absolute;
  left: 0;
  content: "-----〇";
  color: #ff8888;
  margin-right: 1em;
  font-size: 14px;
}

.g_application_img {
  margin-bottom: 50px;
}

.g_application_img img {
  width: 100%;
}

.g_application_img.g_application_img_size_s img {
  width: 40%;
}

.g_change_reserch__inner {
  margin-bottom: 25px;
}

.g_page_application.g_page_sample .g_inner_wrap__flex_wrap {
  display: flex;
  justify-content: space-between;
}

.g_page_application.g_page_sample .g_inner_wrap__flex {
  width: 49%;
  padding: 0 2em;
}

.g_page_application.g_page_sample .g_page_application__menu li {
  width: 100%;
  margin-bottom: 15px;
}

.g_page_application.g_page_sample .g_page_sample__img {
  text-align: center;
  margin-bottom: 40px;
}

.g_page_application.g_page_sample .g_page_sample__img img {
  max-width: 100%;
}

.g_page_application.g_page_sample .g_page_sample__list li {
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 2px;
}

.g_page_application.g_page_sample .g_page_sample__list a {
  text-decoration: underline;
}

.g_page_application.g_page_sample .g_page_sample__list a:hover {
  opacity: 0.8;
}

.g_page_application.g_page_sample .g_page_sample__list li:before {
  content: "\25CF";
  color: #ff8888;
  margin-right: 1em;
  font-size: 0.75em;
  vertical-align: text-bottom;
}

.g_page_application.g_page_sample .g_page_sample__list li img {
  height: 1em;
  margin-left: 0.5em;
}

@media screen and (max-width: 1100px) {
  .g_page_application__menu {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .g_change_list .g_page_application__menu {
    margin-bottom: 0;
  }

  .g_change_list .g_page_application__menu li {
    width: 49%;
  }

  .g_page_application__menu li a {
    width: 100%;
    font-size: 14px;
    padding: 1em;
    height: auto;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .g_page_application__menu li a:before {
    margin-right: 0.2em;
  }

  .g_page_application__menu li a:hover:before {
    margin-right: 0.2em;
  }

  .g_application__inner {
    margin: 0;
  }

  .g_change_list .g_page_application__menu li,
  .g_page_application__menu li {
    width: 100%;
  }

  .g_page_application.g_page_fee .g_inner_wrap__flex_wrap {
    display: block;
  }

  .g_page_application.g_page_fee .g_inner_wrap__flex,
  .g_page_application__menu.g_application_id li {
    width: 100%;
  }

  .g_page_application__menu.g_application_faq li {
    width: 100%;
  }

  .g_page_application.g_page_sample .g_page_application__menu {
    margin-bottom: 20px;
  }

  .g_page_application.g_page_sample .g_inner_wrap__flex_wrap {
    display: block;
  }

  .g_page_application.g_page_sample .g_inner_wrap__flex {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }

  .g_page_application.g_page_sample .g_page_application__menu li a {
    width: 100%;
    font-size: 14px;
    padding: 20px 15px;
    height: auto;
    line-height: 24px;
    margin-bottom: 0;
  }

  .g_page_application.g_page_sample .g_page_application__menu li a:before {
    margin-right: 1em;
  }
}

@media screen and (max-width: 596px) {
  .g_page_certify_img img {
    width: calc(100% / 2);
  }

  .g_application_title .g_application_title__en {
    font-size: 2rem;
  }
}

.faq_upper .g_inner_wrap {
  border: 5px solid #f7f7f7;
  box-sizing: border-box;
  padding: 0 95px;
  background-color: #ffffff;
}

.faq_upper .g_switching_accordion_btns {
  border-top: 10px solid #fc3334;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn {
  padding: 0.5em 1em;
  background-color: #efefef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 10px;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 2.4rem;
}

.faq_upper .faq_upper__messege {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn:hover,
.faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn.--active {
  cursor: pointer;
  background-color: #fc3334;
  color: #ffffff;
}

.g_faq_pagelink {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
}

.g_faq_pagelink.--hidden {
  display: none;
}

.g_faq_pagelink .g_faq_pagelink_item a {
  margin-bottom: 15px;
  margin-right: 15px;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 2em;
  box-sizing: border-box;
  padding: 0.5em 30px 0.3em;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.g_faq_pagelink .g_faq_pagelink_item a:before {
  content: "\3007";
  color: #ff8888;
  margin-left: -1.3em;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.g_faq_pagelink .g_faq_pagelink_item a:after {
  content: "\03e";
  color: #9b9b9b;
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 1);
}

.g_faq_pagelink .g_faq_pagelink_item a:hover {
  background-color: #ffffff;
  border: 1px solid #ff8888;
}

.faq_sec_accordion {
  display: block !important;
}

.faq_sec_accordion.--hidden {
  display: none !important;
}

.faq_sec_accordion .faq_lastupdate {
  display: none;
}

.faq_sec_accordion .g_page__content-title {
  margin-top: 50px;
}

.faq_sec_accordion .g_page__content-title:first-child {
  margin-top: 0;
}

.g_faq .g_faq__row {
  border-bottom: 1px dashed #a0a0a0;
}

.g_faq .g_faq__item.--q {
  font-size: 1.6rem;
}

.g_faq .g_faq__item.--a {
  font-size: 1.4rem;
}

.g_faq .g_faq__item.--q::before {
  background-color: #a0a0a0;
}

.g_faq .g_faq__item.--a::before {
  background-color: #ff8888;
}

@media screen and (max-width: 1100px) {
  .faq_upper .g_inner_wrap {
    padding: 0 2%;
  }

  .faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn {
    text-align: center;
    width: 32%;
    margin-right: 2%;
    font-size: 1.4rem;
  }

  .faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn:last-child {
    margin-right: 0;
  }

  .g_faq_pagelink {
    font-size: 1.4rem;
  }

  .g_faq_pagelink {
    justify-content: space-between;
  }

  .g_faq_pagelink .g_faq_pagelink_item {
    width: 100%;
  }

  .g_faq_pagelink .g_faq_pagelink_item a {
    width: 100%;
  }

  .faq_sec_accordion .g_page__content-title {
    padding: 0.5em 1em 0.5em 2em;
    text-indent: -1.5em;
  }

  .faq_sec_accordion .g_page__content-title:before {
    margin-right: 0.5em;
  }

  .g_faq .g_faq__item.--q {
    background: url(../img/img_faq_plus.jpg) no-repeat right center;
    background-size: 34px;
    padding-right: 40px;
    min-height: 34px;
  }

  .g_faq .g_faq__item.--q.--open_q {
    background: url(../img/img_faq_minus.jpg) no-repeat no-repeat right center;
    background-size: 34px;
  }

  .g_faq .g_faq__item.--a {
    display: none;
  }

  .g_faq .g_faq__item.--a.--active {
    display: block !important;
    animation: SlideIn 0.1s;
  }

  @keyframes SlideIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .g_faq .g_faq__item.--a.--hide {
    display: none;
    min-height: 0;
  }

  .faq_sec_accordion h2.g_headding_3 {
    margin-top: 70px;
  }

  .faq_upper .g_switching_accordion_btns__btn .--text span {
    display: block !important;
  }
}

/*    現状のcssを打ち消すもの   */

.faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn::after {
  display: none;
}

.faq_upper .g_switching_accordion_btns {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.faq_upper .g_switching_accordion_btns .g_switching_accordion_btns__btn {
  border: none;
}

.faq_upper .g_switching_accordion_btns {
  flex-wrap: inherit;
}

.faq_lastupdate {
  width: auto;
}

.faq_upper .faq_btn {
  width: auto;
}

.g_page_contact .g_page__content-title {
  border-left: 10px solid #bfbfbf;
  margin-top: 40px;
}

.g_page_contact .g_contactbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px;
}

.g_page_contact .g_contactlink {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 400px;
  height: 70px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
}

.g_page_contact .g_contactlink:before {
  content: "\3007";
  color: #bfbfbf;
  margin-right: 1em;
}

.g_page_contact .g_contactlink svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_contact .g_contactlink:hover {
  color: #bfbfbf;
  background-color: #ffffff;
  border: 3px solid #bfbfbf;
}

.g_page_contact .g_contactlink:hover svg {
  fill: #bfbfbf;
}

.g_page_contact .g_contactlink img {
  margin: auto 0 auto 10px;
  height: 1em;
}

.g_page_contact .g_contact__description dl {
  overflow: hidden;
}

.g_page_contact .g_contact__description dl.footer_contact_email {
  margin-top: 1em;
  margin-bottom: 2em;
}

.g_page_contact .g_contact__description dt:after {
  content: "\FF1A";
}

.g_page_contact .g_contact__description dt {
  width: 5em;
  float: left;
}

.g_page_contact .g_contact__description dd {
  float: left;
  width: calc(100% - 5em);
}

.g_page_contact .g_page_contact_linkbtn {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}

.g_page_contact .g_page_content_jichidaiconference_img {
  max-width: 100%;
  margin-bottom: 2em;
}

.g_page_contact .g_contact__program {
  text-align: center;
}

.g_page_contact .g_contact__program img {
  max-width: 100%;
}

.g_page_contact .g_page_contact_handling {
  margin: 1em 0;
}

.g_page_contact .g_page_contact_handling p {
  text-indent: -1em;
  padding-left: 1em;
}

.g_page_contact .g_page_contact_handling_infomation a {
  text-decoration: underline;
}

.g_page_contact.g_page_jichidaiconference_movie a {
  font-weight: bold;
  text-decoration: underline;
}

.g_page_contact.g_page_jichidaiconference_movie img {
  width: 16px;
  padding-left: 10px;
}

@media screen and (max-width: 1100px) {
  .g_page_contact .g_contactbox {
    display: block;
    padding: 0;
  }

  .g_page_contact .g_contactlink {
    width: 100%;
    height: 70px;
  }

  .g_page_contact .g_contactbox p {
    margin-bottom: 20px;
  }

  .g_page_contact .g_contact__description dl {
    margin-bottom: 1em;
  }

  .g_page_contact .g_contact__description dl:last-child {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .g_page_contact .g_contact__description dt:after {
    display: none;
  }

  .g_page_contact .g_contact__description dt:before {
    content: "■";
  }

  .g_page_contact .g_contact__description dt {
    width: 100%;
    float: none;
  }

  .g_page_contact .g_contact__description dd {
    width: 100%;
    float: none;
  }
}

.g_page_houjin_list .g_page__content-title {
  border-left: 10px solid #ffd06e;
}

.g_page_houjin_list .g_page_houjin_list--text {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 1em 0;
}

.g_page_houjin_list .g_page_houjin_list--text a {
  text-decoration: underline;
}

.g_page_feedback .g_page_feedback_page-title {
  background-color: rgb(247, 247, 247);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 8px 38px;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 70%;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: inline-flex;
  line-height: 27px;
  margin-bottom: 10px;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link img {
  margin-left: 10px;
  height: 32px;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn.--right {
  text-align: right;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link:hover {
  color: #ffd06e;
  background-color: #ffffff;
  border: 3px solid #ffd06e;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link:hover:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link:hover svg {
  fill: #ffd06e;
}

.g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_notes {
  font-size: 1.2rem;
}

.g_page_houjin_list .g_page_houjin_list__menu {
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.g_page_houjin_list .g_page_houjin_list__menu li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 260px;
  height: 70px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
}

.g_page_houjin_list .g_page_houjin_list__menu li a:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list .g_page_houjin_list__menu li a svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_houjin_list .g_page_houjin_list__menu li a:hover {
  color: #ffd06e;
  background-color: #ffffff;
  border: 3px solid #ffd06e;
}

.g_page_houjin_list .g_page_houjin_list__menu li a:hover:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list .g_page_houjin_list__menu li a:hover svg {
  fill: #fcd7ab;
}

.g_page_houjin_list .g_page_feedback_title {
  font-weight: bold;
  margin-bottom: 2em;
  text-indent: -5.7em;
  padding-left: 6em;
}

.g_page_houjin_list .g_page_feedback_title:before {
  content: "\FF65\FF65\FF65\FF65\FF65\FF65\a0\3007";
  color: #ffd06e;
  margin-right: 22px;
}

.g_page_houjin_list .g_page_feedback_itembox {
  width: 900px;
  margin: 0 auto;
}

.g_page_houjin_list .g_page_feedback_itembox dl {
  overflow: hidden;
  width: 100%;
}

.g_page_houjin_list .g_page_feedback_itembox dt {
  width: 250px;
  float: left;
  margin: 0 auto;
}

.g_page_houjin_list .g_page_feedback_itembox dt img {
  max-width: 200px;
}

.g_page_houjin_list .g_page_feedback_itembox dd {
  width: calc(100% - 250px);
  float: left;
}

.g_page_houjin_list .g_feedback_item a {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 100%;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 2em;
  box-sizing: border-box;
  padding: 0.5em 30px 0.3em;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.g_page_houjin_list .g_feedback_item a:hover {
  background-color: #ffffff;
  border: 1px solid #ffd06e;
}

.g_page_houjin_list .g_feedback_item a img {
  vertical-align: middle;
  height: 1.5em;
}

.g_page_houjin_list .g_feedback_item a::before {
  content: "\3007";
  color: #ffd06e;
  margin-left: -1.3em;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.g_page_houjin_list .g_feedback_item a::after {
  content: "\03e";
  color: #9b9b9b;
  margin-right: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 1);
}

@media screen and (max-width: 1100px) {
  .g_breadcrumb_feedback ul {
    display: block;
  }

  .g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link {
    width: 100%;
    text-align: left;
    padding: 20px 45px 15px 15px;
    position: relative;
  }

  .g_page_houjin_list .g_page_houjin_list_linkbtn .g_page_houjin_list_link img {
    margin: auto 0 auto 1em;
  }

  .g_page_houjin_list .g_page_houjin_list_linkbtn svg {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .g_page_houjin_list .g_page_houjin_list__menu {
    display: block;
  }

  .g_page_houjin_list .g_page_houjin_list__menu li {
    margin-bottom: 10px;
  }

  .g_page_houjin_list .g_page_houjin_list__menu li a {
    width: 100%;
  }

  .g_page_houjin_list .g_page_feedback_itembox {
    width: 100%;
  }

  .g_page_houjin_list .g_page_feedback_itembox dt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .g_page_houjin_list .g_page_feedback_itembox dd {
    width: 100%;
  }
}

/*footerお問い合わせ　一時削除対応*/

.postid-3320 .footer_contact {
  display: none;
}

/*過去の法人一覧*/
.g_page_hojin_list_report {
  margin-top: 20px;
}

.g_page_hojin_list_title {
  font-weight: bold;
}

.g_page_houjin_list .g_page_report_title {
  font-weight: bold;
  margin-bottom: 2em;
  text-indent: -5.7em;
  padding-left: 6em;
}

.g_page_houjin_list .g_page_report_title:before {
  content: "\FF65\FF65\FF65\FF65\FF65\FF65\a0\3007";
  color: #ffd06e;
  margin-right: 22px;
}

.g_page_report_item {
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.g_page_report_item:before {
  content: "\25CF";
  color: #ffd06e;
  margin-left: -2em;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.g_page_houjin_list_linkbtn_text {
  width: 60%;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
}

.g_page_houjin_list .g_page_application__menu li a:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list__menu {
  fill: #dbdbdb;
  /* height: 24px;*/
  margin-left: auto;
}

.g_page_houjin_list .g_page_application__menu {
  justify-content: center;
}

.g_page_houjin_list .g_page_application__menu li a:hover {
  color: #ffd06e;
  background-color: #ffffff;
  border: 3px solid #ffd06e;
}

.g_page_houjin_list .g_page_houjin_list__menu li a:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

@media screen and (max-width: 1100px) {
  .g_page_houjin_list_linkbtn_text {
    width: 100%;
  }
}

.g_page_houjin_list__navi {
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
}

.g_page_houjin_list__navi li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 400px;
  height: 70px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
}

.g_page_houjin_list__navi li a:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list__navi li a svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_houjin_list__navi li a:hover {
  color: #ffd06e;
  background-color: #ffffff;
  border: 3px solid #ffd06e;
}

.g_page_houjin_list__navi li a:hover:before {
  content: "\3007";
  color: #ffd06e;
  margin-right: 1em;
}

.g_page_houjin_list__navi li a:hover svg {
  fill: #ffd06e;
}

@media screen and (max-width: 1100px) {

  .g_page_houjin_list__navi {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .g_page_houjin_list__navi li {
    width: 100%;
  }

  .g_page_houjin_list__navi li a {
    width: 100%;
    font-size: 14px;
    padding: 1em 0.2em;
    height: auto;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .g_page_houjin_list__navi li a:before {
    margin-right: 0.2em;
  }
}

/*関連資料*/
.---connection_text {
  color: #bfb600;
}

.g_page_connection_document__menu {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.g_page_connection_document__menu li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 500px;
  height: 70px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 0 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
  align-items: center;
}

.g_page_connection_document__menu li a:before {
  content: "\3007";
  color: #bfb600;
  margin-right: 1em;
}

.g_page_connection_document__menu li a svg {
  fill: #dbdbdb;
  height: 24px;
  margin-left: auto;
}

.g_page_connection_document__menu li a:hover {
  color: #bfb600;
  background-color: #ffffff;
  border: 3px solid #bfb600;
}

.---connection_border {
  border-left: 7px solid #f6ea00;
}

.g_page_connection_document .g_page__content-title {
  border-left: 10px solid #fff983;
  margin-bottom: 45px;
}

.g_page_connection_document .g_page_report_title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

.g_page_connection_document .g_page_report_title:before {
  content: "\FF65\FF65\FF65\FF65\FF65\FF65\a0\3007";
  color: #bfb600;
  margin-right: 22px;
}

.g_page_connection_document .g_page_connection_document--text {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 1em 0;
}

.g_page_connection_document .g_page_connection_document--text span {
  text-decoration: underline;
}

.g_page_connection_document-text_box {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}

.g_page_connection_document-text_box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.g_page_connection_document--detail {
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.g_page_connection_document--detail.--link.--text {
  text-decoration: none;
}

.g_page_connection_document--detail--box {
  position: relative;
  display: flex;
  align-items: baseline;
}

.g_page_connection_document--detail a {
  text-decoration: underline;
}

.g_page_connection_document--detail:before {
  content: "\25CF";
  color: #bfb600;
  margin-left: -2em;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.g_page_connection_document--detail.--link {
  text-decoration: underline;
}

.g_page_hojin_list_report img,
.g_page_connection_document--detail img {
  width: 16px;
  padding-left: 10px;
}

@media screen and (max-width: 1100px) {
  .g_page_connection_document__menu li a {
    width: 100%;
    text-align: left;
    padding: 20px 45px 15px 15px;
    position: relative;
  }

  .g_page_connection_document__menu {
    display: block;
  }

  .g_page_connection_document__menu li {
    margin-bottom: 10px;
  }
}

.single-post .single_header .single_header_inner,
.single-report .single_header .single_header_inner {
  display: flex;
  flex-wrap: wrap;
}

.single-post .single_header .single_header_inner .single_header_inner_title,
.single-report .single_header .single_header_inner .single_header_inner_title {
  flex: 1;
}

.single-post .single_header .single_header_inner .single_header__thumbnail,
.single-report .single_header .single_header_inner .single_header__thumbnail {
  margin-top: 0;
  width: 300px;
  margin-right: 20px;
}

.single-post .single_header .single_header_inner .single_header_inner_title .single_header__headding,
.single-report .single_header .single_header_inner .single_header_inner_title .single_header__headding {
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.single-post .single_header .single_header__date,
.single-report .single_header .single_header__date {
  margin-top: 0;
}

.single-post .single_header__discription,
.single-report .single_header__discription {
  border: 5px solid #CCC;
  padding: 1em 2em;
  background-color: #FFFFFF;
}

.single_header .single_header__category ul {
  gap: 5px 20px;
}

.single-post .single_header__category .post-categories a,
.single-report .single_header__category .post-categories a {
  color: #bfb600;
  font-weight: bold;
}

.single-post .single_header__category .post-categories a:before,
.single-report .single_header__category .post-categories a:before {
  content: "#";
}

.single-post .single_body .aligncenter {
  display: block;
  margin: 0 auto;
}

.single-report .aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {

  .single-post .single_header .single_header_inner .single_header__thumbnail,
  .single-report .single_header .single_header_inner .single_header__thumbnail {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
}

.g_page_investigation .g_page_investigation_list {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 0;
}

.g_page_investigation .g_page_investigation_list_imgbox {
  position: relative;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  width: 300px;
  height: 200px;
}

.g_page_investigation .g_page_investigation_list_img img {
  box-sizing: border-box;
  max-width: 100%;
  transition: transform .4s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g_page_investigation a:hover .g_page_investigation_list_img img {
  transform: translate(-50%, -50%) scale(1.2);
  box-sizing: border-box;
}

.g_page_investigation .g_page_investigation_list_title {
  width: calc(100% - 350px);
  margin-left: 50px;
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.g_page_investigation .g_page_investigation_list_date {
  margin-top: 1em;
  color: #A0A0A0;
  font-size: 16px;
}

.g_page_investigation .g_page_investigation_quote {
  margin-top: 75px;
  border: 8px solid #EFEFEF;
  padding: 45px;
}

.g_page_investigation .g_page_investigation_quote p.g_page_investigation_quote--title {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 33px;
  height: 33px;
  font-weight: bold;
}

.g_page_investigation .g_page_investigation_quote p.g_page_investigation_quote--title svg {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  vertical-align: sub;
}

.g_page_investigation .g_page_investigation_quote p.g_page_investigation_quote--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.g_page_investigation_detail .investigation_header {
  overflow: hidden;
  margin-bottom: 40px;
}

.g_page_investigation_detail .investigation_header .investigation_header_inner {
  display: flex;
  flex-wrap: wrap;
}

.g_page_investigation_detail .investigation_header .investigation_header_inner .investigation_header_inner_title {
  flex: 1;
}

.g_page_investigation_detail .investigation_header .investigation_header_inner .investigation_header__thumbnail {
  margin-top: 0;
  width: 300px;
  margin-right: 20px;
}

.g_page_investigation_detail .investigation_header .investigation_header_inner .investigation_header__thumbnail img {
  max-width: 100%;
  height: auto;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
}

.g_page_investigation_detail .investigation_header .investigation_header_inner .investigation_header_inner_title .investigation_header__headding {
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.6rem;
}

.g_page_investigation_detail .investigation_header .investigation_header__date {
  margin-top: 0;
}

.g_page_investigation_detail .g_page_investigation_detail-discription {
  margin-bottom: 1em;
}

.g_page_investigation_detail .g_page_investigation_detail-publish {
  font-weight: bold;
  float: left;
  line-height: 41px;
}

.g_page_investigation_detail .g_page_investigation_detail-publish:before {
  content: "\025a0";
  color: #BFB600;
  margin-right: 0.5em;
}

.g_page_investigation_detail .g_page_investigation_detail-link a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  height: 24px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
  align-items: center;
  float: right;
  width: 300px;
}

.g_page_investigation_detail .g_page_investigation_detail-link a .copy-icon {
  display: inline;
  margin-left: 5px;
  height: 12px;
  width: 12px;
}

.g_page_investigation_detail .g_page_investigation_detail-link a:before {
  content: "\3007";
  color: #F6EA00;
  margin-right: 1em;
}

.g_page_investigation_detail .g_page_investigation_detail-index {
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 18px;
}

.g_page_investigation_detail .g_page_investigation_detail-index .g_page_investigation_heading {
  font-weight: bold;
}

.g_page_investigation_detail .g_page_investigation_detail-index .g_page_investigation_subheading {
  margin-left: 1em;
  font-size: 16px;
}

.g_page_investigation_detail .g_page_investigation_detail-indexlink .indexlink_button {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 60%;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: inline-flex;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 60px;
}

.g_page_investigation_detail .g_page_investigation_detail-indexlink .indexlink_button:before {
  content: "\3007";
  color: #BFB600;
  margin-right: 1em;
}

.g_page_investigation_detail .g_page_investigation_detail-indexlink img {
  margin-left: 10px;
  height: 32px;
}

.g_page_investigation_detail .g_page_investigation_detail-indexlink svg {
  fill: #dbdbdb;
  height: 24px;
  margin-left: auto;
}

.g_page_investigation_detail .g_page_investigation_detail-indexlink .copy-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: 5px;
}

.g_page_investigation_detail .g_page_investigation_detail-indexlink .indexlink_button:hover {
  color: #BFB600;
  background-color: #ffffff;
  border: 3px solid #BFB600;
}

.g_page_investigation_detail .g_page_investigation-back {
  margin-top: 40px;
  font-weight: bold;
}

.g_page_investigation_detail .g_page_investigation-back span {
  vertical-align: super;
}

.g_page_investigation_detail .g_page_investigation-back svg {
  margin-right: 5px;
}

.g_page_investigation .g_wppagenavi .wp-pagenavi>* {
  background-color: #BFB600;
}

.g_page_investigation .g_wppagenavi .wp-pagenavi>*.page {
  background-color: #2c2c2c;
}

.g_page_investigation .g_wppagenavi .wp-pagenavi>*.page:hover {
  background-color: #BFB600;
}

@media screen and (max-width: 1100px) {
  .g_page_investigation .g_page_investigation_list_imgbox {
    width: 100%;
    height: auto;
  }

  .g_page_investigation .g_page_investigation_list {
    display: block;
  }

  .g_page_investigation .g_page_investigation_list_img {
    width: 100%;
  }

  .g_page_investigation .g_page_investigation_list_img img {
    transition: unset;
    position: static;
    transform: unset;
  }

  .g_page_investigation a:hover .g_page_investigation_list_img img {
    transform: unset;
  }

  .g_page_investigation .g_page_investigation_list_title {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .g_page_investigation .g_page_investigation_quote {
    padding: 20px;
  }

  .g_page_investigation_detail .g_page_investigation_detail-link a {
    width: 100%;
  }

  .g_page_investigation_detail .investigation_header .investigation_header_inner .investigation_header__thumbnail {
    width: 100%;
    margin-right: 0;
  }

  .g_page_investigation_detail .g_page_investigation_detail-indexlink .indexlink_button {
    width: 100%;
  }

  .g_page_investigation_detail .g_page_investigation_detail-link a {
    margin-right: 0;
  }

  .g_page_investigation_detail .g_page_investigation_detail-index {
    margin-left: 0;
  }
}

.g_page_shakai .g_page_shakai_chushotable {
  display: flex;
  margin-bottom: 2px;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable-sp_title {
  display: none !important;
}

.g_page_shakai .g_page_shakai_chushotable div {
  display: flex;
  padding: 0.5em 1em;
  box-sizing: border-box;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable01.g_page_shakai_chushotable-title {
  border: none;
  background-color: #FFFFFF;
  text-align: center;
  display: block;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable01.g_page_shakai_chushotable-title,
.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable02.g_page_shakai_chushotable-title,
.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable03.g_page_shakai_chushotable-title,
.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable04.g_page_shakai_chushotable-title {
  border-radius: 6px 6px 0 0;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 1.5em;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable02.g_page_shakai_chushotable-title {
  background-color: #ACE5EA;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable03.g_page_shakai_chushotable-title {
  background-color: #ACD0EA;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable04.g_page_shakai_chushotable-title {
  background-color: #DBDBDB;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable01 {
  background-color: #EFEFEF;
  width: 26%;
  border-left: 6px solid #50D1DB;
  border-radius: 6px 0 0 6px;
  text-align: center;
  display: grid;
  place-items: center;
  font-weight: bold;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable02 {
  background-color: #D3F1F4;
  width: 30%;
  border-left: 2px solid #FFFFFF;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable03 {
  background-color: #DEECF7;
  width: 30%;
  border-left: 2px solid #FFFFFF;
  display: block;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable03 span {
  font-size: 0.8em;
  line-height: 100%;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable04 {
  background-color: #EFEFEF;
  width: 14%;
  border-left: 2px solid #FFFFFF;
  display: grid;
  place-items: center;
}

.g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable04 span {
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  border-radius: 20px;
  box-shadow: 0 3px 0 0 #0000002a;
  font-size: 0.9em;
}

.g_page_shakai .g_page_shakai_subtitle {
  font-weight: bold;
  margin-bottom: 2em;
  text-indent: -5.5em;
  padding-left: 6em;
  font-size: 18px;
}

.g_page_shakai .g_page_shakai_subtitle:before {
  content: "\FF65\FF65\FF65\FF65\FF65\FF65\a0\3007";
  color: #1BADB9;
  margin-right: 22px;
}

.g_page_shakai .g_page_shakai_innerbox {
  padding: 20px;
}

.g_page_shakai .g_page_shakai_innerbox .g_page_shakai_annotation {
  font-size: 0.8em;
}

.g_page_shakai .g_page_shakai_innerbox p {
  margin-bottom: 1em;
}

.g_page_shakai .g_page_shakai_innerbox p a {
  color: #1BADB9;
  text-decoration: underline;
}

.g_page_shakai .g_page_shakai_table dl {
  display: flex;
  margin-bottom: 2px;
}

.g_page_shakai .g_page_shakai_table dt {
  width: 250px;
  padding: 1.5em;
  border-right: 2px solid #FFFFFF;
  border-radius: 5px 0 0 5px;
  display: grid;
  place-items: center;
  background-color: #EFEFEF;
}

.g_page_shakai .g_page_shakai_table dd {
  width: calc(100% - 250px);
  padding: 1.5em;
  background-color: #EFEFEF;
}

.g_page_shakai .g_page_shakai_table1 dt {
  border-left: 5px solid #DBDBDB;
}

.g_page_shakai .g_page_shakai_table2 dt {
  border-left: 5px solid #1BADB9;
}

.g_page_shakai .g_page_shakai_table2 dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g_page_shakai .g_page_shakai_table2 dd span {
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  border-radius: 20px;
  box-shadow: 0 3px 0 0 #0000002a;
  font-size: 0.9em;
  white-space: nowrap;
  margin-left: 20px;
}

.g_page_shakai .g_page_shakai_linkbtn a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 65%;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 50px;
  font-weight: bold;
  display: inline-flex;
  line-height: 27px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.g_page_shakai .g_page_shakai_linkbtn a:before {
  content: "\3007";
  color: #1BADB9;
  margin-right: 1em;
  position: absolute;
  top: 37%;
  left: 15px;
}

.g_page_shakai .g_page_shakai_linkbtn svg {
  fill: #dbdbdb;
  height: 24px;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 35%;
}

.g_page_shakai .g_page_shakai_linkbtn a img {
  position: absolute;
  top: 0;
  right: 60px;
}

.g_page_shakai .g_page_shakai_linkbtn a:hover {
  color: #1BADB9;
  background-color: #ffffff;
  border: 3px solid #1BADB9;
}

.g_page_shakai .g_page_shakai_linkbtn a:hover svg {
  fill: #1BADB9;
}

@media screen and (max-width: 1100px) {

  .g_page_shakai .g_page_shakai_chushotable {
    display: block;
    margin-bottom: 20px;
  }

  .g_page_shakai .g_page_shakai_chushotable div {
    padding: 1em;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable-sp_title {
    display: block !important;
    font-weight: bold;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable-title {
    display: none !important;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable01 {
    width: 100%;
    border-left: none;
    border-top: 6px solid #50D1DB;
    border-radius: 6px 6px 0 0;
    margin-bottom: 2px;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable02 {
    width: 100%;
    border-left: none;
    margin-bottom: 2px;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable03 {
    width: 100%;
    border-left: none;
    margin-bottom: 2px;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable04 {
    width: 100%;
    border-left: none;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable02.g_page_shakai_chushotable-sp_title {
    background-color: #ACE5EA;
    margin-bottom: 0;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable03.g_page_shakai_chushotable-sp_title {
    background-color: #ACD0EA;
    margin-bottom: 0;
  }

  .g_page_shakai .g_page_shakai_chushotable .g_page_shakai_chushotable04.g_page_shakai_chushotable-sp_title {
    background-color: #DBDBDB;
  }

  .g_page_shakai .g_page_shakai_innerbox {
    padding: 0;
  }

  .g_page_shakai .g_page_shakai_table dl {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .g_page_shakai .g_page_shakai_table dt {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
  }

  .g_page_shakai .g_page_shakai_table dd {
    width: 100%;
    box-sizing: border-box;
  }

  .g_page_shakai .g_page_shakai_table1 dt {
    border-top: 5px solid #DBDBDB;
    border-left: none;
    border-right: none;
    margin-bottom: 2px;
  }

  .g_page_shakai .g_page_shakai_table2 dt {
    border-top: 5px solid #1BADB9;
    border-left: none;
    border-right: none;
    margin-bottom: 2px;
  }

  .g_page_shakai .g_page_shakai_table2 dd {
    display: block;
  }

  .g_page_shakai .g_page_shakai_linkbtn a {
    width: 100%;
    padding: 20px 70px 15px 50px;
    margin-right: 0;
  }

  .g_page_shakai .g_page_shakai_linkbtn a img {
    top: auto;
    bottom: -55px;
    right: 10px;
  }

  .g_page_shakai .g_page_shakai_table2 .g_page_shakai_table2_btnblock {
    text-align: center;
    margin-top: 20px;
  }

  .g_page_shakai .g_page_shakai_table2 .g_page_shakai_table2_btnblock span {
    margin: 0;
  }
}

.g_page_event .g_page__content-title {
  border-left: 10px solid #31B555;
}

.g_page_event .g_page_event_box {
  padding: 35px 25px;
  background-color: #F7F7F7;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
}

.g_page_event .g_page_event_box .g_page_event_box_img {
  width: 350px;
  float: left;
}

.g_page_event .g_page_event_box .g_page_event_box_img img {
  width: 100%;
}

.g_page_event .g_page_event_box .g_page_event_box_detail {
  width: calc(100% - 400px);
  margin-left: 50px;
  float: right;
}

.g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail-title {
  font-size: 18px;
  padding-bottom: 1em;
  border-bottom: 1px solid #DBDBDB;
  font-weight: bold;
}

.g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail_cont {
  display: flex;
}

.g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail_cont1 {
  width: calc(100% - 150px);
}

.g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail_cont2 {
  width: 150px;
}

.g_page_event .g_page_event_box .g_page_event_box_detail dl {
  margin-top: 1em;
}

.g_page_event .g_page_event_box .g_page_event_box_detail dt {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.g_page_event .g_page_event_box .g_page_event_box_detail dt:before {
  content: "\3007";
  color: #31B555;
  font-size: 0.8em;
  vertical-align: top;
  margin-right: 0.5em;
}

.g_page_event .g_page_event_box .g_page_event_box_detail dd {
  padding-left: 1em;
}

.g_page_event .g_page_event_box .g_page_event_box_detail-link {
  text-align: right;
  margin-top: 1em;
}

.g_page_event .g_page_event_box .g_page_event_box_detail-link a {
  display: flex;
  width: 260px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left;
  padding: 0.5em;
  box-shadow: 5px 5px 0 0 rgb(219 219 219);
  float: right;
}

.g_page_event .g_page_event_box .g_page_event_box_detail-link a:before {
  content: "\3007";
  color: #31B555;
  font-size: 0.8em;
  vertical-align: top;
  margin-right: 0.5em;
}

.g_page_event .g_page_event_box .g_page_event_box_detail-link a svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_event .g_page_event_box .g_page_event_box_detail-link a .copy-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: 5px;
}

.g_page_event .g_page_event_note {
  margin-top: 75px;
  border: 8px solid #EFEFEF;
  padding: 45px;
}

.g_page_event .g_page_event_note .g_page_event_note--title {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 33px;
  height: 33px;
  font-weight: bold;
}

.g_page_event .g_page_event_note .g_page_event_note--title svg {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  vertical-align: sub;
}

.g_page_event .g_page_event_note p {
  padding-left: 1em;
  text-indent: -1em;
}

.g_page_event .g_page_event_contactbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px;
}

.g_page_event .g_page_event_contactbox_link {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  width: 400px;
  height: 70px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
}

.g_page_event .g_page_event_contactbox_link:before {
  content: "\3007";
  color: #31b555;
  margin-right: 1em;
}

.g_page_event .g_page_event_contactbox_link:hover {
  color: #31b555;
  border: 3px solid #31b555;
  background-color: #FFFFFF;
}

.g_page_event .g_page_event_contactbox_link img {
  margin: auto 0 auto 10px;
  height: 1em;
}

.g_page_event .g_page_event_contactbox_link svg {
  fill: #dbdbdb;
  height: 24px;
  margin-left: auto;
}

.g_page_event .g_page_event_contactbox_link:hover svg {
  fill: #31b555;
}

.g_page_event .g_page_event_control {
  border: 5px solid #F7F7F7;
  background-color: #FFFFFF;
  padding: 30px;
  position: relative;
}

.g_page_event .g_page_event_control span.event_control_border {
  display: block;
  width: 800px;
  height: 10px;
  background-color: #31b555;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -400px;
}

.g_page_event .g_page_event_control .seminar_control__row {
  display: flex;
  gap: 16px;
  justify-content: space-around;
  font-size: 14px;
}

.g_page_event .g_page_event_control .seminar_control_item .seminar_control_item__select select {
  border-radius: 20px;
  background-color: #EFEFEF;
  padding: 5px 46px 5px 20px;
  width: auto;
  text-align-last: center;
}

.g_page_event .g_page_event_control .seminar_control_item .seminar_control_item__select select option {
  text-align: left;
}

.g_page_event .g_page_event_control .seminar_control_item .seminar_control_item__select {
  position: relative;
}

.g_page_event .g_page_event_control .seminar_control_item .seminar_control_item__select:after {
  display: none;
}

.g_page_event .g_page_event_control .seminar_control_item .seminar_control_item__select img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
}

.g_page_event .g_page_event_control .g_event_control_result {
  text-align: center;
  margin-top: 1em;
}

.g_page_event .g_page_event_control .g_event_control_number {
  font-size: 1.5em;
}

@media screen and (max-width: 1100px) {
  .g_page_event .g_page_event_box {
    padding: 15px;
  }

  .g_page_event .g_page_event_box .g_page_event_box_img {
    width: 100%;
    float: none;
    text-align: center;
  }

  .g_page_event .g_page_event_box .g_page_event_box_img img {
    width: 100%;
    max-width: 350px;
  }

  .g_page_event .g_page_event_box .g_page_event_box_detail {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    float: none;
  }

  .g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail_cont {
    display: block;
  }

  .g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail_cont1 {
    width: 100%;
  }

  .g_page_event .g_page_event_box .g_page_event_box_detail .g_page_event_box_detail_cont2 {
    width: 100%;
  }

  .g_page_event .g_page_event_box .g_page_event_box_detail-link {
    margin-top: 2em;
  }

  .g_page_event .g_page_event_box .g_page_event_box_detail-link a {
    float: none;
    margin: 0 auto;
  }

  .g_page_event .g_page_event_note {
    padding: 20px;
  }

  .g_page_event .g_page_event_contactbox {
    display: block;
    padding: 0px;
  }

  .g_page_event .g_page_event_contactbox p {
    margin-bottom: 20px;
  }

  .g_page_event .g_page_event_contactbox_link {
    width: 100%;
    height: 70px;
  }

  .g_page_event .g_page_event_control .seminar_control__row {
    display: block;
  }

  .g_page_event .g_page_event_control span.event_control_border {
    width: 80%;
    height: 10px;
    margin-left: -40%;
  }

  .g_page_event .g_page_event_control {
    padding: 30px 5px;
    margin-bottom: 30px;
  }

  .g_page_event .g_page_event_control .seminar_control_item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
}

.g_page_chiiki .g_page_chiiki_control {
  border: 5px solid #F7F7F7;
  background-color: #FFFFFF;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}

.g_page_chiiki .g_page_chiiki_control span.chiiki_control_border {
  display: block;
  width: 800px;
  height: 10px;
  background-color: #1badb9;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -400px;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control__row {
  display: flex;
  gap: 16px;
  justify-content: space-around;
  font-size: 14px;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select select {
  border-radius: 20px;
  background-color: #EFEFEF;
  padding: 5px 46px 5px 20px;
  width: auto;
  text-align-last: center;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select select option {
  text-align: left;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select {
  position: relative;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select:after {
  display: none;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
}

.torikumi_lists .torikumi_list_wrap li {
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 180px 120px 1fr;
  column-gap: 20px;
  border-bottom: 1px solid #ededed;
}

.torikumi_lists .torikumi_list_wrap li span a::after {
  content: "";
  padding: 0 12px;
  font-size: 2rem;
  line-height: 1;
  background: url(../img/icon_blank_bk.png) no-repeat center center;
  background-size: 11px auto;
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .torikumi_lists .torikumi_list_wrap li {
    display: inline-block;
    width: 100%;
  }

  .torikumi_lists .torikumi_list_wrap li span.--name {
    margin-right: 1em;
  }

  .torikumi_lists .torikumi_list_wrap li span.--name2 {
    width: 100%;
    display: block;
    margin-top: 10px;
    line-height: 100%;
  }

  .g_page_chiiki .g_page_chiiki_control {
    padding: 30px 5px;
    margin-bottom: 30px;
  }

  .g_page_chiiki .g_page_chiiki_control span.chiiki_control_border {
    width: 80%;
    height: 10px;
    margin-left: -40%;
  }

  .g_page_chiiki .g_page_chiiki_control .seminar_control_item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .g_page_chiiki .g_page_chiiki_control .seminar_control_item:last-child {
    margin-bottom: 0;
  }

  .torikumi_lists .torikumi_list_wrap li span a::after {
    line-height: 1em;
  }
}

.report_page {
  color: #1a1a1a;
  font-size: 14px;
}

.g_page_header {
  background: unset;
}

.report_title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 36px 0;
  background-image: url("../img/report/report-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.report_title span {
  color: #bfb600;
}

.report_breadcrumb {
  font-weight: 600;
  margin-top: 8px;
}

.report_body {
  background-color: #fff;
  padding: 46px 0;
}

.report_search {
  border: solid 5px #f7f7f7;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 32px 8.5%;
}

.report_search::before {
  content: '';
  position: absolute;
  width: 759px;
  max-width: 71%;
  height: 10px;
  background-color: #f6ea00;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
}

.report_search .tag_group {
  width: 100%;
  margin-bottom: 40px;
}

.report_search .keyword_group {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 20px;
}


.report_search .keyword_group .tag_item.active,
.report_search .keyword_group .tag_item:hover {
  color: #BFB600;
}

.report_search .keyword_group.tag_group .tag_item {
  background-color: #FFFFFF;
  width: auto;
}

.report_search .keyword_group.tag_group .tag_item a:before {
  content: url("../img/page_report_search.svg");
  vertical-align: middle;
  margin-right: 5px;
}

.report_search .keyword_group .tag_item.active a:before,
.report_search .keyword_group .tag_item:hover a:before {
  content: url("../img/page_report_search_on.svg");
}

.report_search .delete_group.tag_group .tag_item {
  background-color: #FFFFFF;
  border: 1px solid #A0A0A0;
  margin: 0 auto;
  width: auto;
}

.report_search .delete_group.tag_group .tag_item a {
  padding: 5px 10px;
}

.report_search .delete_group.tag_group .tag_item a:before {
  display: none;
  margin-left: 0;
}

.report_search .delete_group.tag_group .tag_item:hover {
  border: 1px solid #BFB600;
  color: #BFB600;
}

.report_search .delete_group.tag_group .tag_item svg {
  vertical-align: bottom;
}

.report_search .delete_group.tag_group .tag_item:hover svg {
  fill: #BFB600;
}

.report_search .tag_group .tag_item_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%
}

.report_search .tag_group .tag_item.active,
.report_search .tag_group .tag_item:hover {
  border-color: #f6ea02;
  background-color: #fff;
}

.report_search .tag_group .tag_title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.report_search .tag_group .tag_item {
  width: 19%;
  border-radius: 17px;
  background-color: #efefef;
  font-weight: 600;
  cursor: pointer;
  border: solid 1px transparent;
  box-sizing: border-box;
}

.report_search .tag_group .tag_item a {
  display: block;
  padding: 5px 10px 5px 25px;
  position: relative;
}

.report_search .tag_group .tag_item a:before {
  content: "\3007";
  color: #f6ea02;
  margin-left: -1.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.report_search .tag_group .tag_item .name_group {
  display: flex;
  align-items: center;
  max-width: calc(100% - 4px);
}

.report_search .tag_group .tag_item .dot {
  width: 8px;
  height: 8px;
  border: solid 2px #ded300;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 12px;
}

.report_search .tag_group .tag_item .name {
  max-width: calc(100% - 24px);
}

.search-icon {
  width: 19px;
  height: 19px;
  background-image: url("../img/report/search.svg");
}

.arrow-forward-r-icon {
  width: 4px;
  height: 7px;
  background-image: url("../img/report/arrow-forward-r.svg");
}

.report_search .search_group {
  width: 50%;
  display: flex;
  justify-content: end;
}

.report_search .search_group .search_label {
  font-size: 16px;
  font-weight: 600;
}

.report_search .search_group .search_btn {
  width: 310px;
  height: 40px;
  border-radius: 28px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #f7f7f7;
  margin-top: 8px;
  padding: 0 40px 0 20px;
  position: relative;
  max-width: 100%;
}

.report_search .search_group .search_btn input {
  width: 100%;
  height: 100%;
  cursor: default;
}

.report_search .search_group .search_btn .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.report_items {
  height: auto;
  display: flex;
  justify-content: space-between;
  max-width: 1088px;
  margin: 0 auto;
}

.report_items .report_carousel__item {
  width: 24%;
  border-radius: 5px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-top: 40px;
  overflow: hidden;
  transform: scale(1);
  transition: all .3s ease-in;
  position: relative;
}

.report_items .report_carousel__item.hover {
  transform: scale(1.02);
  transition: all .3s ease-in;
}

.report_items:before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.report_items:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.report_items .report_carousel__item .image img {
  width: 100%;
  height: auto;
  display: block;
}

.report_items .report_carousel__item .detail {
  padding: 16px;
}

.report_items .report_carousel__item .new {
  position: absolute;
  right: 0;
  bottom: 0;
}

.report_items .report_carousel__item .new span {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  right: 6px;
  bottom: 6px;
}

.report_items .report_carousel__item .new:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 55px solid red;
  border-left: 55px solid transparent;
  right: 0;
  bottom: 0;
}

.report_items .report_carousel__item .tag {
  color: #bfb600;
  font-size: 12px;
  font-weight: 600;
  margin-top: 32px;
  display: inline-block;
}

.report_items .report_carousel__item .tag span {
  margin-right: 1em;
}

.report_items .report_carousel__item .name {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-top: 6px;
  line-height: 1.4;
}

.mt-3 {
  margin-top: 16px;
}

.report_page .pagination {
  margin-top: 100px;
}

.report_page .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.report_page .pagination .page {
  font-size: 18px;
  color: #a0a0a0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.report_page .pagination .page-numbers {
  font-size: 18px;
  color: #a0a0a0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.report_page .pagination .current {
  color: #bfb600;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.report_page .pagination .previouspostslink,
.report_page .pagination .nextpostslink {
  color: transparent;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.report_page .pagination .previouspostslink {
  background-image: url("../img/report/prev.png");
  margin-right: 24px;
}

.report_page .pagination .nextpostslink {
  background-image: url("../img/report/next.png");
  margin-left: 24px;
}

.report_page .report_count {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.report_page .report_count span {
  font-size: 2em;
  margin: 0 0.25em;
}

.g_common_bottom .related_links:before {
  display: none;
}

.pickup .pickup_carousel__item .image {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .report_search {
    flex-wrap: wrap;
    padding: 20px 10px;
  }

  .report_search .tag_group {
    width: 100%;
    box-sizing: border-box;
  }

  .report_search .search_group {
    width: 100%;
    justify-content: center;
  }

  .report_search .search_group>div {
    width: 100%;
    margin-top: 24px;
  }

  .report_search .search_group .search_btn {
    width: calc(100% - 60px);
  }

  .report_breadcrumb {
    margin-top: 36px;
  }

  .report_items .report_carousel__item {
    width: 100%;
  }

  .report_search .tag_group .tag_item {
    width: 49%;
  }
}

.g_page_newid .g_page_newid_text p {
  margin-bottom: 1em;
  font-weight: bold;
}

.g_page_newid .g_newid_step_box {
  border: 3px solid#F7F7F7;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 30px 30px 120px;
  position: relative;
  margin-bottom: 80px;
}

.g_page_newid .g_newid_step_box:after {
  content: "↓";
  color: #A0A0A0;
  position: absolute;
  font-size: 50px;
  bottom: -60px;
  left: 40px;
}

.g_page_newid .g_newid_step_box:last-child:after {
  content: none;
}

.g_page_newid .g_newid_step_box .g_newid_step_number {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #FF8888;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}

.g_page_newid .g_newid_step_box .g_newid_step_title {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

.g_page_newid .g_newid_step_box .g_newid_step_img {
  position: absolute;
  right: 30px;
  top: 30px;
}

.g_page_newid .g_newid_step_box .g_newid_step_img p {
  text-align: center;
  font-size: 12px;
}

.g_page_newid .g_newid_step_box .g_newid_step_discription {
  margin-top: 1em;
}

.g_page_newid .g_newid_step_box .g_newid_step_discription li {
  padding-left: 1em;
  text-indent: -1em;
}

.g_page_newid .g_newid_step_box .g_newid_step_discription li.g_newid_step_discription_bold {
  font-weight: bold;
}

.g_page_newid .g_application_id li {
  margin: 0 auto;
}

.g_page_newid .g_page_application_maintext {
  border-bottom: 1px solid #E8E8E8;
}

.g_page_newid .g_page_application__menu a:hover {
  cursor: pointer;
}

.g_page_newid .g_page_application__menu .g_page_newid_end_period {
  background-color: #666666;
}

.g_page_newid .g_page_application__menu .g_page_newid_end_period:hover {
  cursor: not-allowed;
  border: 3px solid #666666;
}

.g_page_newid.g_page_newid_registration_wrap {
  display: none;
}

.g_page_newid .g_page_newid_registration_box {
  border: 3px solid #FC3334;
  border-radius: 5px;
  margin: 50px 0;
}

.g_page_newid .g_page_newid_registration_title {
  background-color: #FC3334;
  color: #FFFFFF;
  padding: 20px 40px;
  font-weight: bold;
}

.g_page_newid .g_page_newid_registration {
  padding: 30px;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu {
  margin-bottom: 0;
  margin-top: 20px;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li {
  width: calc(100% / 3);
  margin-bottom: 0;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li:hover {
  cursor: pointer;
}

.g_page_newid .g_page_newid_registration li span,
.g_page_newid .g_page_newid_registration li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  height: 70px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
  align-items: center;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li span:before,
.g_page_newid .g_page_newid_registration .g_page_application__menu li a:before {
  content: "\3007";
  color: #fc3334;
  margin-right: 1em;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li span:hover,
.g_page_newid .g_page_newid_registration .g_page_application__menu li a:hover {
  color: #ff8888;
  background-color: #ffffff;
  border: 3px solid #ff8888;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li span svg,
.g_page_newid .g_page_newid_registration .g_page_application__menu li a svg {
  fill: #dbdbdb;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li span:hover svg,
.g_page_newid .g_page_newid_registration .g_page_application__menu li a:hover svg {
  fill: #ffcbe5;
}

.g_page_newid .g_page_newid_registration li.active span,
.g_page_newid .g_page_newid_registration li.active span:hover {
  background-color: #FF8888;
  border: 3px solid #FF8888;
  color: #FFFFFF;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li.active span:before {
  color: #ffffff;
}

.g_page_newid .g_page_newid_registration .g_page_application__menu li.active span svg {
  fill: #ffffff;
}

.g_page_newid .g_page_newid_registration2,
.g_page_newid .g_page_newid_registration3 {
  display: none;
}

.g_page_newid .modal-card__text .g_page_newid_dm {
  margin-top: 1em;
  max-width: 300px;
}

/*モーダル*/
.modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  /* 初期状態で非表示 */
  visibility: hidden;
  /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__bg.is-active {
  opacity: 1;
  /* 非表示を解除 */
  visibility: visible;
  /* 非表示を解除 */
}

.modal__inner {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0;
  /* 初期状態で非表示 */
  visibility: hidden;
  /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__inner.is-active {
  opacity: 1;
  /* 非表示を解除 */
  visibility: visible;
  /* 非表示を解除 */
}

.modal-card {
  width: auto;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  border-radius: 16px;
  padding: 32px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0;
  /* 初期状態で非表示 */
  visibility: hidden;
  /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
}

.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  /* 非表示を解除 */
  visibility: visible;
  /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}

.modal-card__heading {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #444;
}

.modal-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  text-align: center;
  margin-bottom: 2em;
}

.modal-card__close {
  width: 68px;
  height: 15px;
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.modal-card__closeBtn {
  padding-left: 16px;
}

.modal-card__close::before,
.modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 75%;
  left: 0;
  width: 18px;
  height: 3px;
  background: #000;
  cursor: pointer;
}

.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-card__close:hover {
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .g_page_newid .g_newid_step_box {
    padding: 15px;
    margin-bottom: 60px;
  }

  .g_page_newid .g_newid_step_box:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .g_page_newid .g_newid_step_box .g_newid_step_number {
    position: static;
    margin-bottom: 20px;
    display: block;
  }

  .g_page_newid .g_newid_step_box .g_newid_step_title {
    position: absolute;
    top: 10px;
    padding-bottom: 0;
    left: 85px;
    padding-right: 20px;
  }

  .g_page_newid .g_newid_step_box .g_newid_step_img {
    position: static;
    margin-top: 40px;
    text-align: center;
  }

  .g_page_newid .g_newid_step_box .g_newid_step_img img {
    max-width: 100%;
  }

  .g_page_newid .g_page_newid_registration .g_page_application__menu li {
    width: 100%;
  }

  .g_page_newid .g_newid_step_box:after {
    bottom: -50px;
  }

  .g_page_newid .g_page_newid_registration .g_page_application__menu li span,
  .g_page_newid .g_page_newid_registration .g_page_application__menu li a {
    width: 100%;
    font-size: 14px;
    padding: 1em 0.2em;
    height: auto;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .g_page_newid .modal-card__text .g_page_newid_dm {
    max-width: 120px;
  }

  .modal-card {
    padding: 32px;
  }
}

.g_page_chiiki .g_page_chiiki_control {
  border: 5px solid #F7F7F7;
  background-color: #FFFFFF;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}

.g_page_chiiki .g_page_chiiki_control span.chiiki_control_border {
  display: block;
  width: 800px;
  height: 10px;
  background-color: #1badb9;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -400px;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control__row {
  display: flex;
  gap: 16px;
  justify-content: space-around;
  font-size: 14px;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select select {
  border-radius: 20px;
  background-color: #EFEFEF;
  padding: 5px 46px 5px 20px;
  width: auto;
  text-align-last: center;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select select option {
  text-align: left;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select {
  position: relative;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select:after {
  display: none;
}

.g_page_chiiki .g_page_chiiki_control .seminar_control_item .seminar_control_item__select img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
}

.torikumi_lists .torikumi_list_wrap li {
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 180px 120px 1fr;
  column-gap: 20px;
  border-bottom: 1px solid #ededed;
}

.torikumi_lists .torikumi_list_wrap li span a::after {
  content: "";
  padding: 0 12px;
  font-size: 2rem;
  line-height: 1;
  background: url(../img/icon_blank_bk.png) no-repeat center center;
  background-size: 11px auto;
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .torikumi_lists .torikumi_list_wrap li {
    display: inline-block;
    width: 100%;
  }

  .torikumi_lists .torikumi_list_wrap li span.--name {
    margin-right: 1em;
  }

  .torikumi_lists .torikumi_list_wrap li span.--name2 {
    width: 100%;
    display: block;
    margin-top: 10px;
    line-height: 100%;
  }

  .g_page_chiiki .g_page_chiiki_control {
    padding: 30px 5px;
    margin-bottom: 30px;
  }

  .g_page_chiiki .g_page_chiiki_control span.chiiki_control_border {
    width: 80%;
    height: 10px;
    margin-left: -40%;
  }

  .g_page_chiiki .g_page_chiiki_control .seminar_control_item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .g_page_chiiki .g_page_chiiki_control .seminar_control_item:last-child {
    margin-bottom: 0;
  }

  .torikumi_lists .torikumi_list_wrap li span a::after {
    line-height: 1em;
  }
}

.g_page_sitesearch .gs-per-result-labels {
  display: none;
}

.g_page_sitesearch .gs-result {
  display: flex;
  flex-flow: column;
}

.g_page_sitesearch .gsc-thumbnail-inside {
  order: 1;
}

.g_page_sitesearch .gsc-table-result {
  order: 2;
}

.g_page_sitesearch .gsc-url-top {
  order: 3;
}

.g_page_sitesearch .gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  display: inline-block;
  margin: 5px;
  padding: 5px;
}

.g_page_sitesearch .gcsc-find-more-on-google {
  display: none;
}

.g_page_sitesearch .gs-snippet b {
  background-color: #F6EA00;
}

.g_page_sitesearch .sitesearch_keyword_group {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.g_page_sitesearch .sitesearch_keyword_group .tag_item_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%;
}

.g_page_sitesearch .sitesearch_keyword_group .tag_item_cont .tag_item {
  background-color: #FFFFFF;
  width: auto;
  border-radius: 17px;
  font-weight: 600;
  cursor: pointer;
  border: solid 1px transparent;
  box-sizing: border-box;
}

.g_page_sitesearch .sitesearch_keyword_group .tag_item_cont .tag_item a {
  display: block;
  padding: 5px 10px 5px 25px;
  position: relative;
  font-size: 14px;
}

.g_page_sitesearch .sitesearch_keyword_group .tag_item_cont .tag_item a:before {
  content: url(../img/page_sitesearch.svg);
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -1.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}

.g_page_sitesearch .sitesearch_keyword_group .tag_item_cont .tag_item:hover a:before {
  content: url(../img/page_sitesearch_on.svg);
}

.g_page_sitesearch .sitesearch_keyword_group .tag_item_cont .tag_item:hover {
  color: #19ADB9;
  border-color: #19ADB9;
}

.g_page_sitesearch .gsc-table-result {
  font-size: 16px;
}

.g_page_sitesearch .gs-result {
  position: relative;
  padding-left: 120px;
}

.g_page_sitesearch .gsc-result {
  margin-bottom: 20px !important;
}

.g_page_sitesearch .gsc-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
}

.g_page_sitesearch .gs-image-box {
  max-width: 100%;
  width: auto;
}

.g_page_sitesearch .gs-web-image-box .gs-image {
  max-width: 100%;
  max-height: auto;
}

.g_page_sitesearch .gs-snippet {
  margin: 0.5em 0;
}

.g_page_sitesearch .gsc-cursor-page {
  width: 40px;
  height: 40px;
}

.g_page_sitesearch .gsc-search-button {
  height: 34px;
  line-height: 1;
  top: 0;
}

.g_page_sitesearch .gsc-search-button-v2,
.g_page_sitesearch .gsc-search-button-v2:hover,
.g_page_sitesearch .gsc-search-button-v2:focus {
  right: 8px;
}

.g_page_sitesearch .gsc-input-box {
  border-radius: 30px;
}

.g_page_sitesearch .gsc-search-box {
  width: 400px;
}

.g_page_sitesearch .sitesearch_keyword_group .tag_title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.g_page_sitesearch .gsc-selected-option-container {
  width: 150px
}

.g_page_sitesearch .gsc-results .gsc-cursor-box {
  margin-top: 150px;
  text-align: center;
}

.g_page_sitesearch .gsc-results .gsc-cursor {
  display: flex;
  gap: 2em;
  justify-content: center;
}

.g_page_sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #2c2c2c;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
  transition: background-color .2s ease-out;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ＭＳ Ｐゴシック", MS PGothic, "Century Gothic", Helvetica, Arial, sans-serif;
}

.g_page_sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #19adb9;
}

.g_page_sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
  background-color: #19adb9;
}

.gsc-orderby-container {
  display: none;
}

@media screen and (max-width: 1100px) {
  .g_page_sitesearch .gsc-search-box {
    width: 100%;
    margin: 0;
  }

  .gsc-refinementBlock {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
  }

  .g_page_sitesearch .gsc-input-box {
    border-radius: 8px;
  }

  .g_page_sitesearch .gsc-search-button-v2 {
    height: auto;
    padding: 6px 3px;
  }

  .g_page_sitesearch .gsc-refinementsArea {
    margin-bottom: 30px;
  }

  .g_page_sitesearch .gsc-control-cse {
    padding: 0;
    margin-top: 40px;
  }

  .g_page_sitesearch .gsc-thumbnail {
    position: static;
  }

  .g_page_sitesearch .gs-result {
    padding-left: 0;
  }

  .g_page_sitesearch .gs-promotion-image-box,
  .g_page_sitesearch .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
  .g_page_sitesearch .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    float: left;
    margin-left: 0;
    padding: 2px 20px 2px 0;
  }


  .g_page_sitesearch .gs-webResult div.gs-visibleUrl {
    line-height: 120%;
  }

  .g_page_sitesearch .gsc-thumbnail-inside {
    margin-bottom: 1em;
  }

  .g_page_sitesearch .gs-snippet {
    margin: 1em 0;
  }

  .g_page_sitesearch .gsc-webResult.gsc-result {
    padding: 10px 0 20px 0;
    border-bottom: 1px dashed #A0A0A0;
  }

  .g_page_sitesearch .gsc-webResult.gsc-result:hover {
    border-bottom: 1px dashed #A0A0A0;
  }

  .g_page_sitesearch .gcsc-find-more-on-google-root {
    display: none;
  }

  .g_page_sitesearch table.gsc-search-box td.gsc-input {
    padding-right: 0;
  }
}