@charset "utf-8";
/* --------------------------------------------------------------

-------------------------------------------------------------- */

/* common */
main {
  line-height: 1.5;
}

.txt_red {
  color: #E61F19;
}

.bold {
  font-weight: bold;
}

.txt_line {
  text-decoration: underline;
}

.fz_12 {
  font-size: 12px !important;
}

.caution {
  font-size: 12px;
}

a {
  transition: 0.3s;
  text-decoration: underline;
  color: #2e9fd1;
}

a:hover {
  opacity: 0.7;
}

ol,
ul {
  font-size: 18px;
}

section+.section_type01a,
.section_type01a+.section_type01a {
  margin-top: 0;
}

.section_type01a {
  background: #EFF5E1;
  border-color: #AFC8AC;
  margin-bottom: 0;
}

.section_type01a p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .section_type01a p {
    font-size: 16px;
  }
}

.section_type01a p.caption {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

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

.heading_type01a {
  padding-top: 80px;
  color: #36905D;
  background: #fff;
}

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

.heading_type01a span {
  border-bottom: 3px solid #36905D;
}

.section_type01a .wrap {
  padding: 0 2em 80px;
}

@media screen and (max-width: 768px) {
  .section_type01a .wrap {
    padding: 0 3vw 40px;
  }
}

.page-lead {
  font-size: 18px;
  width: 900px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .page-lead {
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 30px 3vw 0;
  }
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* campaign section */
.campaign_box {
  background: #983232;
  color: #fff;
  padding: 15px 50px;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 15px;
  display: block;
  width: fit-content;
  position: relative;
}

.campaign_box::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #983232;
}

.campaign_text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .campaign_box {
    padding: 20px 3vw;
    margin: 25px auto 0;
    width: 90%;
  }
}

/* character section */
.character_img {
  max-width: 245px;
  margin: 0 auto;
}

.character_section {
  text-align: center;
  margin: 40px auto 75px;
  display: flex;
  flex-direction: column;
}

.character_section .img01 {
  max-width: 300px;
  margin: 60px auto 0;
}

.character_section .img02 {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.character_section .img02 img {
  max-width: 300px;
  margin: 75px auto 0;
}

.character_section a.img02 .caution {
  color: #000;
  margin: 1em 0;
}

.character_text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

.character_section .row_01 {
  background: #fff;
  border: 1px solid #000;
  padding: 15px;
  display: block;
  width: fit-content;
  margin: 30px auto 0;
}

.character_section .row_01 a {
  color: #000;
}

.character_section .row_01 {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .character_section {
    margin: 30px 0;
  }

  .character_img {
    max-width: 200px;
  }

  .character_text {
    font-size: 18px;
  }
}

/* sec_check */
.sec_check .content._01 ol {
  margin: 30px 0;
}

.sec_check .content._01 .txt_02 {
  display: block;
}

.sec_check .row_01 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.sec_check .txt_04 {
  margin-top: 60px;
}

.sec_check .row_02 {
  display: flex;
  flex-wrap: wrap;
}

.sec_check .row_02 dt {
  width: 7em;
}

.sec_check .row_02 dt,
.sec_check .row_02 dd {
  margin-top: 20px;
}

.sec_check .row_02 dd {
  width: calc(100% - 7em);
}

.sec_check .row_02 dd div {
  display: block;
  width: fit-content;
}

.sec_check .row_02 dd div img {
  width: 100%;
}

.sec_check .row_02 dd div .caption {
  margin-top: 5px;
}

.sec_check .row_02 .dd_02>div {
  display: flex;
}

.sec_check .row_02 .dd_02>div>div:last-of-type {
  margin-top: -22px;
  margin-left: 30px;
}

.sec_check .row_02 .dd_03>div:first-of-type {
  display: flex;
  margin-top: 10px;
}

.sec_check .row_02 .dd_03>div:first-of-type>div {
  margin-left: 10px;
  margin-bottom: 40px;
}

.sec_check .row_02 .dd_03>div:first-of-type>div>p.caption {
  margin-top: 5px;
}

.sec_check .content._02 {
  background: #fff;
  border: #36905d solid 1px;
  padding: 1em 0;
  margin-top: 100px;
}

.sec_check .content._02 .row_01 {
  display: flex;
  justify-content: space-between;
  padding-right: 2em;
  margin-bottom: 50px;
}

.sec_check .content._02 .row_01 .col.text {
  width: 390px;
}

.sec_check .content._02 .row_01 .col.image {
  width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;

}

.sec_check .content._02 .row_01 .col.text .title {
  border-bottom: #36905d solid 1px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.sec_check .content._02 .row_01 .col.text .title span {
  display: inline-block;
  padding-left: 2em;
  color: #36905d;
  font-size: 25px;
  font-weight: bold;
}

.sec_check .content._02 .row_01 .col.text .lead {
  padding-left: 2em;
  white-space: nowrap;
}

.sec_check .content._02 .row_01 .col.image figure {
  width: 223px;
}

.sec_check .content._02 .row_01 .col.image .name {
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}

.sec_check .content._02 .row_02 {
  padding: 0 2em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sec_check .content._02 .row_02 ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.sec_check .content._02 .row_02 .row_01 {
  margin: 1em auto 30px;
  display: block;
}

.sec_check .content._02 .row_02 .txt_lead {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: .5em;
  color: #36905d;
}

.sec_check .content._02 .row_02 .row_01 {
  margin: 1em auto 30px;
  display: block;
}

.sec_check .content._02 .row_02 .txt_lead {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: .5em;
}

.sec_check .content._02 .row_02 .row_02 {
  display: flex;
  padding: 0;
}

.sec_check .content._02 .row_02 .row_02 .caution {
  font-size: 12px;
  display: block;
  width: 72%;
}

.sec_check .content._02 .row_02 .row_02 .mark {
  display: flex;
}

@media screen and (min-width: 769px) {
  .sec_check .row_02 .img_01 {
    width: 366px;
  }

  .sec_check .row_02 .img_02,
  .sec_check .row_02 .img_03 {
    width: 308px;
  }

  .sec_check .row_02 .img_04 {
    width: 451px;
  }

  .sec_check .row_02 .img_05 {
    width: 236px;
  }

  .sec_check .row_02 .img_06 {
    width: 600px;
  }

  .sec_check .row_02 dd div .caption {
    margin-top: 5px;
    font-size: 14px;
  }

  .sec_check .row_02 .dd_03>div:first-of-type>div>p.caption {
    margin-top: 5px;
    font-size: 14px;
  }

}

@media screen and (max-width: 768px) {
  .sec_check .row_01 {
    flex-direction: column;
  }

  .sec_check .row_01 dt,
  .sec_check .row_01 dd {
    max-width: 100%;
  }

  .sec_check .row_01 dd {
    word-break: break-all;
    overflow-wrap: break-word;
  }

  .sec_check .row_01 dd a {
    word-break: break-all;
    overflow-wrap: break-word;
  }

  .sec_check .content._02 .row_01 .col.image {
    margin: 0 auto;
  }

  .sec_check .content._02 .row_02 .row_02 .caution {
    width: 100%;
  }

  .sec_check .content._02 .row_02 .row_02 .mark {
    width: 100%;
    margin-top: 1em;
    justify-content: center;
  }

  .sec_check .content._02 .row_02 .row_02 .mark .col .caption {
    text-align: center;
  }
}


/* sec_warning */
.section_type01a.sec_warning {
  background: #fff;
}

.sec_warning .content._01 .row_01 {
  margin-top: 40px;
}

.sec_warning .table_type02 {
  width: 100%;
  margin: 0 auto 0 0;
  border-collapse: collapse;
}

.sec_warning .table_type02 th,
.sec_warning .table_type02 td {
  font-size: 14.4px;
  letter-spacing: 0.03em;
  padding: 5px 2em 5px 1em;
  border: 1px solid #000;
  line-height: 1.6;
  text-align: left;
}

.sec_warning .table_type02 th {
  font-weight: bold;
  background: #DCDDDD;
}

.sec_warning .table_type02 td {
  font-weight: 500;
  background: #fff;
}

.sec_warning .content._01 .txt_02,
.sec_warning .content._01 .txt_04,
.sec_warning .content._01 .txt_05 {
  margin-top: 15px;
}

.sec_warning .content._01 .txt_04 {
  font-size: 23px;
  font-weight: bold;
  color: #00a0e9;
}

.sec_warning .content._01 .list_01 li {
  text-indent: -1em;
  padding-left: 1em;
}


/* sec_torikumi */
.sec_torikumi .content._01 .row_01 {
  display: flex;
}

.sec_torikumi .content._01 .row_01>div:first-of-type {
  flex: 1;
}

.sec_torikumi .content._01 .row_01 .img01 {
  border: 1px solid #000;
  width: 340px;
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .sec_torikumi .content._01 .row_01 {
    flex-direction: column;
  }

  .sec_torikumi .content._01 .row_01>div:first-of-type {
    margin-bottom: 2em;
  }
}

/* sec_point */
.sec_point .content._01 .txt_02 {
  margin-top: 80px;
}

.sec_point .content._01 .row_01 {
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
}

.sec_point .content._01 .row_01>div {
  margin: 0 20px;
  font-size: 12px;
}

.sec_point .content._01 .row_01>div a {
  text-decoration: none;
}

.sec_point .content._01 .row_01>div a span {
  color: #000;
}

.sec_point .content._01 .row_02 {
  display: flex;
}

.sec_point .content._01 .row_02>div {}

.sec_point .content._01 .row_02>div:nth-child(2) {
  width: 83px;
}

.sec_point .content._01 .list_01 {
  font-size: 18px;
}

.sec_point .content._01 .list_01 dt {
  margin-top: 1em;
}

.sec_point .content._01 .list_01 span.warning {
  color: #2e9fd1;
}

@media screen and (max-width: 768px) {
  .sec_point .content._02 .row_01 {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .sec_point .content._02 .row_01 .col.text {
    width: auto;
    text-align: center;
  }

  .sec_point .content._02 .row_01 .col.image {
    margin: 20px auto 0;
    display: block;
  }

  .sec_point .content._02 .row_01 .col.image .name {
    padding-top: 10px;
    text-align: center;
  }

  .sec_point .content._02 .row_01 .col.text .title span {
    display: block;
    padding-left: 0;
    font-size: 22px;
  }

  .sec_point .content._02 .row_01 .col.text .lead {
    padding-left: 0;
  }

  .sec_point .content._02 .row_01 .col.image figure {
    width: 223px;
    margin: 0 auto;
  }

  .sec_point .content._02 .row_01 .col.image .name {
    padding-top: 10px;
    text-align: center;
  }
}

/* sec_accident */
.sec_accident .content._01 .txt_01 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.sec_accident .content._01 .h3_type01 {
  font-size: 20px;
  border-radius: 2em;
  background: #fff;
  border: 1px solid #36905d;
  padding: 0.5em 1em;
  margin: 0 auto 1em;
  text-align: center;
  display: block;
  width: fit-content;
}

.sec_accident .content._01 .txt_03 {
  margin-top: 1em;
}

.sec_accident .content._01 .h4_type01 {
  font-size: 20px;
  border-radius: 2em;
  background: #36905d;
  color: #fff;
  padding: 0 1em;
  margin: 1em auto .5em;
  text-align: center;
  display: block;
}

.sec_accident .content._01 .h4_type01+p {
  margin-left: 1em;
}

.sec_accident .content._01 .caution_box {
  margin-top: 20px;
}

.sec_accident .content._01 .caution_box p,
.sec_accident .content._01 .caution_box dt,
.sec_accident .content._01 .caution_box dd {
  font-size: 12px;
}

.sec_accident .content._01 .caution_box dt {
  margin-top: 1em;
}

.sec_accident .content._01 .caution_box dd {
  padding-left: 1em;
}

.sec_accident .content._01 .row_01 {
  margin-top: 80px;
}

.sec_accident .content._01 .row_01 a {
  display: block;
  width: fit-content;
  max-width: 249px;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
}

/* sec_posts */
.sec_posts .txt_01 {
  margin-bottom: 20px;
}

.sec_posts .grid_col4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec_posts .grid_col4 .col {
  max-width: 209px;
  margin-bottom: 65px;
}

.sec_posts .grid_col4 .col a {}

.sec_posts .grid_col4 .col p {
  margin-top: 0.5em;
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 12px;
}

.sec_posts .grid_col4 .col img {
  height: 140px;
  width: auto;
}

.sec_posts .txt_02 {
  /*padding-left: 1em;*/
  font-size: 14px;
}

.sec_posts .list_01 {
  padding-left: 1em;
  font-size: 14px;
  margin-bottom: 2em;
  display: flex;
}

.sec_posts .list_01 dt {
  width: 11em;
}

.sec_posts .txt_03 {
  font-size: 14px;
}

.sec_posts .txt_04 {
  font-weight: bold;
  padding-left: 1em;
  padding-bottom: 1em;	
}

.sec_posts .txt_05 {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .sec_posts .grid_col4 .col {
    width: 100%;
    max-width: 100%;
  }
}