@charset "UTF-8";
.b-news_list__new {
  margin-left: 7px;
  font-weight: 700;
  color: #f50101;
}

.b-news_list__txt {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.b-news_list {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.b-news_list__content {
  position: relative;
}
.b-news_list__content:not(:last-child) {
  border-bottom: 1px solid #dadada;
}

.b-news_list__content a {
  display: block;
  padding: 7px 35px 7px 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-news_list__content a {
    padding-left: 5px;
  }
}
.b-news_list__content a::after {
  position: absolute;
  top: 45%;
  right: 15px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-top: 2px solid #10a674;
  border-right: 2px solid #10a674;
  transform: rotate(45deg);
}
.b-news_list__content a:hover .b-news_list__txt {
  text-decoration: underline;
}

.b-news_list__day {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
@media screen and (max-width: 768px) {
  .b-news_list__day {
    font-size: 13px;
  }
}

.c-pagecount {
  margin: 10px 0 5px;
  font-size: 0.8rem;
  line-height: 1.8;
  text-align: right;
}

.b-pagination {
  text-align: center;
}

.b-pagination_btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.b-pagination_btn:hover {
  background-color: #f5f5f5;
}
.b-pagination_btn a {
  display: inline-block;
  padding: 10px 13px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-pagination_btn a {
    padding: 7px;
  }
}

@media screen and (min-width: 769px) {
  .b-pagination_btn.__right {
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px) {
  .b-pagination_btn.__left {
    margin-right: 5px;
  }
}

.b-pagination_btn.__now {
  color: #fff;
  background-color: #686868;
  border: 1px solid #686868;
}

.b-pagination_btn.__now span {
  display: inline-block;
  padding: 10px 13px;
}
@media screen and (max-width: 768px) {
  .b-pagination_btn.__now span {
    padding: 7px;
  }
}

.b-news_list__new {
  margin-left: 7px;
  font-weight: 700;
  color: #f50101;
}

.b-news_list__txt {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.b-news_list {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.b-news_list__content {
  position: relative;
}
.b-news_list__content:not(:last-child) {
  border-bottom: 1px solid #dadada;
}

.b-news_list__content a {
  display: block;
  padding: 7px 35px 7px 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-news_list__content a {
    padding-left: 5px;
  }
}
.b-news_list__content a::after {
  position: absolute;
  top: 45%;
  right: 15px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-top: 2px solid #10a674;
  border-right: 2px solid #10a674;
  transform: rotate(45deg);
}
.b-news_list__content a:hover .b-news_list__txt {
  text-decoration: underline;
}

.b-news_list__day {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
@media screen and (max-width: 768px) {
  .b-news_list__day {
    font-size: 13px;
  }
}

.b-cv {
  position: relative;
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
  }
  .b-cv img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .b-cv {
    padding-top: 15%;
    background-color: #ff3b3b;
    border-radius: 8px;
  }
}
@media screen and (max-width: 500px) {
  .b-cv {
    padding-top: 12%;
  }
}

@media screen and (min-width: 769px) {
  .b-cv__item {
    position: absolute;
    right: 45px;
    bottom: 28px;
    display: flex;
    width: 720px;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv__item {
    right: 20px;
    bottom: 13px;
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__item {
    padding: 20px 4%;
  }
}

.b-cv__item li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .b-cv__item li {
    width: 360px;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv__item li {
    width: 280px;
  }
}

@media screen and (min-width: 769px) {
  .b-cv__tel a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__tel {
    margin-bottom: 10px;
    background-color: #fffe4f;
    border: 2px solid #333;
    border-radius: 35px;
    box-shadow: 0 5px 0 #c70909;
  }
  .b-cv__tel a {
    position: relative;
    display: block;
    padding: 7px;
    color: #333;
    text-decoration: none;
  }
  .b-cv__tel a::before {
    position: absolute;
    top: 50%;
    left: 10%;
    content: "";
    border: 8px solid transparent;
    border-left: 8px solid #333;
    transform: translateY(-50%);
  }
}

.b-cv__tel_num {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .b-cv__tel_num {
    color: #fff;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv__tel_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__tel_num {
    font-size: 30px;
  }
}

.b-cv__tel_txt {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .b-cv__tel_txt {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
  }
}

.b-cv__web {
  position: relative;
  background-color: #fffe4f;
  border: 2px solid #333;
  border-radius: 35px;
  box-shadow: 0 5px 0 #c70909;
}
.b-cv__web::before {
  position: absolute;
  top: 50%;
  left: 10%;
  pointer-events: none;
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #333;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .b-cv__web {
    transition: 0.15s ease-out;
  }
  .b-cv__web:hover {
    background-color: #fffe0b;
    box-shadow: none;
    transform: translateY(4px);
  }
}

.b-cv__web a {
  display: block;
  padding: 18px 0;
  font-size: 25px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-cv__web a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .b-cv__img {
    position: absolute;
    top: -20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .b-cv__img img {
    width: 95%;
  }
}

.b-cv__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.b-cv__ttl::before {
  width: 20px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #fffe4f;
  transform: rotate(45deg);
}
.b-cv__ttl::after {
  width: 20px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #fffe4f;
  transform: rotate(-45deg);
}

.b-form_modal__layer {
  position: fixed; /* 編集しないで下さい */
  top: 0; /* 編集しないで下さい */
  left: 0; /* 編集しないで下さい */
  z-index: 990; /* 編集しないで下さい */
  display: none; /* 編集しないで下さい */
  width: 100%; /* 編集しないで下さい */
  height: 100%; /* 編集しないで下さい */
  background-color: #000;
  opacity: 0.6;
}

.b-form_modal__layer_carbox {
  position: fixed; /* 編集しないで下さい */
  inset: 0;
  z-index: 991; /* 編集しないで下さい */
  box-sizing: border-box;
  display: none; /* 編集しないで下さい */
  width: 100%;
  max-width: 890px;
  overflow-y: scroll;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .b-form_modal__layer_carbox {
    padding: 1% 1.5%;
    margin: 5% auto 4%;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .b-form_modal__layer_carbox {
    font-size: 1rem;
  }
}

.b-form_modal__close_btn {
  position: relative;
  display: block;
  width: fit-content;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .b-form_modal__close_btn {
    padding: 3%;
    font-size: 1.7em;
  }
}

.b-form_modal__dummy_box {
  position: absolute;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.b-form_modal__tab_list {
  display: table;
  width: 96%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_list {
    font-weight: normal;
  }
}

.b-form_modal__tab_list_li {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  float: left;
  width: 25%;
  padding: 10px 0;
  font-size: 1em;
  font-weight: bold;
  color: #666;
  text-align: center;
  cursor: pointer;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_list_li {
    font-size: 0.8em;
  }
}

.b-form_modal__tab_list_head {
  display: block;
  padding-bottom: 5px;
  font-size: 0.6em;
  color: #888;
}

.b-form_modal__tab_list_li.tab_active {
  color: #fff;
  background: #27aa3c;
}

.b-form_modal__tab_list_li.tab_active .b-form_modal__tab_list_head {
  color: #fff;
}

.b-form_modal__tab_list_li.__maker::before,
.b-form_modal__tab_list_li.__car::before,
.b-form_modal__tab_list_li.__model_year::before {
  position: absolute;
  top: 0;
  right: -12px;
  z-index: 1;
  width: 12px;
  height: 100%;
  clip-path: polygon(0% -10%, 0% 110%, 100% 50%);
  content: "";
  background-color: #fff;
}

.b-form_modal__tab_list_li.__maker::after,
.b-form_modal__tab_list_li.__car::after,
.b-form_modal__tab_list_li.__model_year::after {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2;
  width: 10px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #ccc;
}

.b-form_modal__tab_list_li.__maker.tab_active::after,
.b-form_modal__tab_list_li.__car.tab_active::after,
.b-form_modal__tab_list_li.__model_year.tab_active::after {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2;
  width: 10px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #27aa3c;
}

.b-form_modal__tab_list_li.disable {
  color: #999;
}

.b-form_modal__tab_box {
  display: none; /* 編集しないで下さい */
}

.b-form_modal__tab_box_list_wrap {
  padding: 25px 18px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_wrap {
    padding: 25px 10px;
  }
}

.b-form_modal__tab_box_txt {
  padding: 15px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #27aa3c;
  background: #e8fae4;
  border-top: 3px solid #27aa3c;
}

.b-form_modal__tab_box_txt_must {
  padding: 2px 8px;
  margin-left: 8px;
  font-size: 0.7em;
  color: #fff;
  letter-spacing: 0.2em;
  vertical-align: middle;
  background-color: #e00000;
  border-radius: 10px;
}

.b-form_modal__tab_ttl {
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.b-form_modal__tab_box_list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 30px;
}

.b-form_modal__tab_box_list_index {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 30px;
}

.b-form_modal__tab_box_list_index_item {
  width: calc(9.0909090909% - 4px);
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_index_item {
    width: calc(16.6666666667% - 4px);
  }
}

.b-form_modal__tab_box_list_index_item a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  padding-bottom: 0.5em;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #27aa3c;
  border-bottom: 2px solid #1f7b31;
  border-radius: 4px;
}
.b-form_modal__tab_box_list_index_item a::before {
  position: absolute;
  top: 2em;
  right: 0;
  left: 0;
  width: 13px;
  height: 15px;
  margin: auto;
  clip-path: polygon(0 0, 50% 40%, 100% 0);
  content: "";
  background-color: #b3f9c1;
}
.b-form_modal__tab_box_list_index_item a:hover {
  background: #34be4a;
}

.b-form_modal__tab_box_list_car {
  box-sizing: border-box;
}

.b-form_modal__tab_box_list_car_ttl {
  padding: 0.4em 10px;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 1px;
  background-color: #27aa3c;
}

.b-form_modal__tab_box_list_item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  width: calc(33.3333333333% - 3px);
  min-height: 3.2em;
  padding: 3px 25px 3px 10px;
  font-size: 0.95rem;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_item {
    width: calc(50% - 2px);
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 320px) {
  .b-form_modal__tab_box_list_item {
    width: 100%;
  }
}
.b-form_modal__tab_box_list_item:hover {
  background: #f1faff;
}
.b-form_modal__tab_box_list_item::after {
  position: absolute;
  top: 40%;
  right: 15px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-top: 2px solid #10a674;
  border-right: 2px solid #10a674;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_item.__w100 {
    width: 100%;
  }
}
.b-form_modal__tab_box_list_img {
  display: block;
  width: 33px;
}

.b-form__balloon {
  position: relative;
  box-sizing: border-box;
  max-width: 400px;
  padding: 10px 40px;
  margin: 10px auto;
  background-color: #ffd800;
  border: 3px solid #000;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .b-form__balloon {
    width: 90%;
  }
}
.b-form__balloon::before {
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 2;
  margin-left: -11px;
  content: "";
  border: 10px solid transparent;
  border-top: 16px solid #ffd800;
}
.b-form__balloon::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  content: "";
  border: 9px solid transparent;
  border-top: 14px solid #000;
}

.b-form__balloon.--large {
  max-width: 550px;
}

.b-form__balloon img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.b-form__refund_txt1 {
  width: 95%;
  padding: 10px 0 5px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #adadad;
}

.b-form__refund_txt1 span {
  font-weight: bold;
  color: #fc5943;
}

.b-form__refund_txt2 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.b-form__wrap {
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .b-form__wrap {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}

.b-form_style2.b-form__wrap {
  border: 1px solid #888;
}
@media screen and (min-width: 769px) {
  .b-form_style2.b-form__wrap {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}

.b-form_style1.b-form__wrap {
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .b-form_style1.b-form__wrap {
    margin-bottom: 25px;
  }
}

.b-form__item_ttl_label {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .b-form__item_ttl_label.__small {
    font-size: 0.9em;
  }
}

.b-form__about_ttl {
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .b-form__about_ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .b-form__about_ttl {
    width: 95%;
    margin: 10px auto 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .b-form__user_area {
    display: none;
  }
}

.b-form__item_box {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .b-form__item_box {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style1 .b-form__item_box {
    width: 66%;
  }
}

.b-form__input,
.b-form__select {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .b-form__input,
  .b-form__select {
    width: 100%;
    padding: 12px 0 12px 10px;
    cursor: pointer;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .b-form__input,
  .b-form__select {
    width: 100%;
    height: 50px;
    padding: 3px 0.5em;
    font-size: 16px;
    appearance: none;
    border-radius: 3px;
  }
}

.b-form__input.__maker,
.b-form__input.__name,
.b-form__input.__phone_number {
  background-color: #ffffc9;
}

@media screen and (max-width: 768px) {
  .b-form__car_area dl,
  .b-form__user_area dl {
    padding: 15px 15px 0;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style2 .b-form__car_area,
  .b-form_style2 .b-form__user_area {
    display: inline-block;
    width: 43%;
    padding: 0 3% 20px;
    text-align: center;
    vertical-align: top;
  }
}

@media screen and (min-width: 769px) {
  .b-form__form_box {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style2 .b-form__form_box {
    padding: 40px;
  }
}

.b-form__item_ttl {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .b-form__item_ttl {
    display: inline-block;
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .b-form__item_ttl {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style2 .b-form__item_ttl {
    display: block;
    width: auto;
    margin-bottom: 7px;
    text-align: left;
  }
}

.b-form__input.target_item {
  border: 2px solid #f12;
  animation-name: borderFlashing;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes borderFlashing {
  0% {
    box-shadow: 0 0 0 0 #f12, 0 0 0 0 #fff, 0 0 0 1px #f12;
  }
  100% {
    box-shadow: 0 0 0 0 #f12, 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 5px rgba(100, 164, 134, 0);
  }
}
.b-form__req_on,
.b-form__req_off {
  display: inline-block;
  float: left;
  padding: 0 4px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: initial;
  color: #fff;
  border-radius: 2px;
}

.b-form__req_on {
  background: #e00000;
}

.b-form__req_off {
  background: #adadad;
}

.b-form__submit_btn {
  box-sizing: border-box;
  display: block;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  appearance: none;
  background: linear-gradient(to bottom, #ff3b3b 40%, #eb2b2b 88%);
  border: none;
  border-bottom: 4px solid #a81300;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .b-form__submit_btn {
    width: 400px;
    margin: 0 auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .b-form__submit_btn {
    width: 90%;
    margin: 10px auto 20px;
  }
}
.b-form__submit_btn:hover {
  opacity: 0.8;
}

.b-form__submit_btn.--green {
  background: linear-gradient(to bottom, #20b516 40%, #109b07 88%);
  border-bottom: 4px solid #0d6708;
}

@media screen and (max-width: 768px) {
  .submit_btn_box {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .b-form__next_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b-form__next_btn {
    display: block;
    width: 90%;
    padding: 15px 0;
    margin: 10px auto;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, #ff3b3b 40%, #eb2b2b 88%);
    border: none;
    border-bottom: 4px solid #a81300;
    border-radius: 50px;
  }
}

@media screen and (max-width: 768px) {
  .b-form__next_btn.disable {
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: -2px -1px 2px #a8a8a8;
    background: #dadada;
    border-bottom: none;
  }
}

.b-form__ssl {
  box-sizing: border-box;
  width: 95%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #acacac;
}

.b-form__ssl_ttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.b-form__ssl_ttl::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  content: "";
  background: url("/img/block/form/ssl_icon.png") center left/contain no-repeat;
}

.b-form__ssl_txt {
  font-size: 11px;
  line-height: 1.5;
}

#loading_img {
  display: none; /* 編集しないで下さい */
  width: 10%;
}
@media screen and (min-width: 769px) {
  #loading_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #loading_img {
    margin: 15px auto 0;
  }
}

.b-form__agreement {
  margin-bottom: 13px;
  font-size: 0.8em;
  text-align: center;
}

.err_msg {
  font-size: 0.8rem;
  line-height: 1.8;
  color: #f00;
}
@media screen and (max-width: 768px) {
  .err_msg {
    padding-top: 3px;
    text-align: center;
  }
}

.b-form_common__inner {
  background: #fff9e4;
}
@media screen and (min-width: 769px) {
  .b-form_common__inner {
    padding: 40px 0;
    margin: 50px 0 -50px;
  }
}
@media screen and (max-width: 768px) {
  .b-form_common__inner {
    padding: 5px 0 30px;
    margin: 30px 0 -30px;
  }
}

@media screen and (min-width: 769px) {
  .b-form_common__ttl {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .b-form_common__ttl {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}

@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-form_common__ttl img {
    width: 100%;
  }
}

.p-notice_view__ttl {
  font-size: 2rem;
  color: #1f7b31;
  border-bottom: 4px solid #90dc78;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-notice_view__ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-notice_view__ttl {
    padding-bottom: 5px;
    margin: 15px 0 5px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
  }
}

.p-notice_view__main {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0cece;
}
@media screen and (max-width: 768px) {
  .p-notice_view__main {
    margin-bottom: 50px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .p-notice_view__main p {
    text-align: left;
  }
}

.p-notice_view__day {
  display: inline-block;
  padding: 7px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #27aa3c;
  border-radius: 3px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-notice_view__day {
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-notice_view__day {
    margin-bottom: 10px;
  }
}

.p-notice_view__txt {
  margin: 0 2% 30px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.p-notice_view__txt h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #27aa3c;
}

.p-notice_view__txt p {
  font-size: 16px;
  line-height: 1.8;
}

.p-notice_view__txt a {
  color: #10a674;
  overflow-wrap: break-word;
  word-break: break-word;
}

.p-notice_view__txt img {
  max-width: 100%;
  margin-top: 13px;
  margin-bottom: 13px;
  vertical-align: bottom;
}

.p-research__top {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  background: rgba(108, 207, 255, 0.2) url("/img/page/research/research_bg.jpg") 100% 80%/cover;
  background-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  .p-research__top {
    height: 150px;
    margin-bottom: 15px;
    background: rgba(108, 207, 255, 0.2) url("/img/page/research/research_bg_sp.jpg") 100% 80%/cover;
  }
}

.p-research__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  color: #003f09;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
}

.p-research__ttl_main {
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-research__ttl_main {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}

.p-research__ttl_sub {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-research__ttl_sub {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-research__main_txt {
    max-inline-size: max-content;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-research__main_txt {
    margin: 0 4% 15px;
  }
}

.p-research__sdgs {
  padding: 30px 10px;
  border-top: 5px solid #067c91;
  border-bottom: 5px solid #067c91;
  border-image: linear-gradient(90deg, #d4021d 0 6%, #c59400 6% 12%, #1a843b 12% 18%, #b60d2c 18% 24%, #d73517 24% 30%, #0094c7 30% 36%, #e9ab01 36% 42%, #850b31 42% 48%, #da6906 48% 54%, #cb0979 54% 60%, #e0900b 60% 66%, #c28007 66% 72%, #427a37 72% 78%, #0174a6 78% 84%, #26983b 84% 90%, #004d80 90% 96%, #032e66 96%);
  border-image-slice: 1;
}
@media screen and (min-width: 769px) {
  .p-research__sdgs {
    max-width: 580px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-research__sdgs {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.p-research__sdgs_ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  color: #007eb5;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-research__sdgs_ttl {
    font-size: 20px;
  }
}
.p-research__sdgs_ttl .c-ttl_inline_block_bold {
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .p-research__sdgs_info {
    text-align: center;
  }
}

.p-research__sdgs_link a {
  display: block;
  max-width: 330px;
  padding: 17px 10px;
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #007eb5;
  border: 1px solid #007eb5;
  border-radius: 30px;
}
.p-research__sdgs_link a::before {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 10px 2px 0;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.p-research__sdgs_link a:hover {
  color: #007eb5;
  background: #fff;
}
.p-research__sdgs_link a:hover::before {
  border-top: 2px solid #007eb5;
  border-right: 2px solid #007eb5;
}

.p-research__event {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-research__event {
    padding-bottom: 30px;
  }
}

.p-research__event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2.5%;
}
@media screen and (max-width: 768px) {
  .p-research__event_list {
    gap: 20px;
  }
}

.p-research__event_item {
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d6d2d2;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .p-research__event_item {
    width: 31.5%;
  }
}

.p-research__event_item a {
  display: block;
  color: #333;
  text-decoration: none;
}
.p-research__event_item a:hover {
  opacity: 0.8;
}

.p-research__event_item img {
  width: 100%;
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9e9;
}

.p-research__event_info {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-research__event_info {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-research__event_ttl {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #22902f;
  text-align: center;
  letter-spacing: 0.1rem;
}

.p-research__event_item a .p-research__event_ttl {
  text-decoration: underline;
}

.p-research__txt {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.p-research__event_suppl {
  padding: 10px 0 0;
  margin-top: 10px;
  font-size: 11.5px;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.p-research__event .b-pagination {
  margin-top: 16px;
}

.p-research__news_section {
  padding: 35px 0 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-research__news_section {
    padding: 25px 0 15px;
  }
}

@media screen and (min-width: 1000px) {
  .p-research__news_inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .p-research__news_inner {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-research__news_inner {
    margin: 0 5%;
  }
}

.p-research__news_header {
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-research__news_header {
    display: block;
  }
}

.p-research__news_ttl {
  width: 60%;
  padding-left: 0.5em;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  border-left: 5px solid #3ca93f;
}
@media screen and (max-width: 768px) {
  .p-research__news_ttl {
    font-size: 18px;
    width: 100%;
  }
}

.p-research__news_btn {
  display: inline-block;
  padding: 7px 40px;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #10a674;
  transition: 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  .p-research__news_btn {
    padding: 5px 15px;
  }
}
.p-research__news_btn::before {
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin: 0 10px 2px 0;
  content: "";
  border-top: 2px solid #10a674;
  border-right: 2px solid #10a674;
  transition: 0.15s ease-out;
  transform: rotate(45deg);
}
.p-research__news_btn:hover {
  color: #fff;
  background: #10a674;
}
.p-research__news_btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-research__news_btn.p-research__news_sp {
    text-align: center;
    font-size: 1em;
    padding: 15px;
    margin: 15px auto;
  }
}

.p-research__news_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-research__news_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-research__news_pc {
    display: none;
  }
}

a {
  overflow-wrap: break-word;
  word-break: break-word;
}

.p-notice_view__fwb {
  font-weight: bold;
}

.p-notice_view__underline {
  text-decoration: underline;
  font-weight: bold;
}

.p-notice_view__ta_c {
  text-align: center;
}

.p-notice_view__inline_block {
  display: inline-block;
}

.p-notice_view__note_txt {
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .p-notice_view__main {
    margin-bottom: 14px;
  }
}

.p-notice_view__ttl {
  line-height: 1.2;
}

.p-notice_view__sub_ttl {
  position: relative;
  padding-left: 1.3em;
  margin: 16px auto;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-notice_view__sub_ttl {
    font-size: 1.1rem;
  }
}
.p-notice_view__sub_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background-color: #333;
}

.p-notice_view__txt h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-notice_view__txt ul {
  margin: 15px auto 30px;
}

.p-notice_view__txt p + p {
  margin-top: 30px;
}

.p-notice_view__txt li + li {
  margin-top: 8px;
}

.p-notice_view__day {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-notice_view__day {
    font-size: 0.8rem;
    margin: 0 0 16px 0;
    padding: 6px 8px;
  }
}

.p-notice_view__summary {
  background: #f1f1f1;
  padding: 16px;
}

.p-notice_view__summary .p-notice_view__fwb {
  position: relative;
  padding-left: 1.3rem;
}
.p-notice_view__summary .p-notice_view__fwb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #333;
}

.p-research__user_pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}

.p-research__user_pagination_prev a::before {
  display: inline-block;
  margin-right: 7px;
  content: "<";
}

.p-research__user_pagination_next a::after {
  display: inline-block;
  margin-left: 7px;
  content: ">";
}

.p-research__user_pagination_prev,
.p-research__user_pagination_next {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.p-research__user_pagination_prev a,
.p-research__user_pagination_next a {
  display: inline-block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
.p-research__user_pagination_prev:hover,
.p-research__user_pagination_next:hover {
  background-color: #eaeaea;
}