@charset "UTF-8";

.date_box {
  margin-top: 50px;
}
.date_box p {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .date_box {
    margin-top: 30px;
  }
  .date_box p {
    font-size: 80%;
  }
}

/********************

       camera

*********************/

/* flexbox */
.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.lity-content img {
  max-height: 600px !important;
  /*width: 49vw;*/
  object-fit: contain;
}

@media screen and (max-width: 750px) {
  .lity-content img {
    width: auto;
    max-width: 90vw;
  }
}

.c-main_content_block_title {
  white-space: nowrap;
  font-size: 90px;
}
.p-example_corporate_block .w_full_img {
  /*max-width: 740px;*/
  width: 100%;
  margin: 50px auto 0;
}
.p-example_corporate_block .w_full_img img {
  width: 100%;
}

/*table_box*/
.p-example_corporate_block .table_box {
  margin: 30px auto 0;
  overflow: hidden;
}
.p-example_corporate_block .table_box2 {
  margin: 75px auto 0;
}
.p-example_corporate_block .wide_table,
.p-example_corporate_block .table_box2 {
  width: 1090px;
  margin-left: -7%;
}
.p-example_corporate_block .table_box3 {
  width: 992px;
  margin-left: -1%;
}
.p-example_corporate_block .circle_ttl {
  font-size: 24px;
  position: relative;
  font-weight: 700;
  padding-left: 25px;
  margin-bottom: 20px;
}
.p-example_corporate_block .circle_ttl::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.p-example_corporate_block .table_box .table_wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
/*.p-example_corporate_block .table_box2 .table_wrap table {
  width: 654px;
}*/
.p-example_corporate_block .table_box table tr:first-child td,
.p-example_corporate_block
  .table_box3
  .table_wrap
  table
  tr:first-child
  td:first-child {
  background: #979797;
  color: #fff;
  font-size: 15px;
  text-align: center;
  align-content: center;
  line-height: 1.3;
  font-weight: 700;
}
.p-example_corporate_block .table_box table tr td {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1.3px solid #cacaca;
  border-right: 1.3px solid #cacaca;
  align-content: center;
}
.p-example_corporate_block .table_box table tr td span {
  font-size: 11px;
  line-height: 1;
}
.p-example_corporate_block .table_box table tr td .table_flex {
  height: 100%;
  justify-content: space-around;
  align-items: stretch;
}
.p-example_corporate_block .table_box3 table tr td .table_flex {
  justify-content: center;
  gap: 35px;
  flex-wrap: nowrap;
}
.p-example_corporate_block .table_box table tr td .table_flex .jirei_tbl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.p-example_corporate_block .table_box3 table tr td .table_flex .jirei_tbl {
  justify-content: space-between;
}

.p-example_corporate_block
  .table_box
  table
  tr
  td
  .table_flex
  .jirei_tbl
  .img_box
  img {
  display: block;
  margin: auto;

  width: 114px;
  height: 114px;
  object-fit: contain;
}
.p-example_corporate_block
  .table_box
  table
  tr
  td
  .table_flex
  .jirei_tbl
  .jirei_txt {
  text-align: center;
  font-weight: 700;
  color: #008755;
  font-size: 14px;
}
.p-example_corporate_block .table_box table tr:first-child td.bg_none {
  background: transparent !important;
  border: none;
}
.p-example_corporate_block .table_box table tr td:first-child {
  font-size: 17px;
  font-weight: 700;
  align-content: center;
  text-align: center;
  background: #eee;
  padding: 5px;
}
.p-example_corporate_block .wide_table table tr td:first-child,
.p-example_corporate_block .table_box2 table tr td:first-child {
  width: 122px !important;
}
.p-example_corporate_block .wide_table table tr td:nth-child(2) {
  width: 150px;
}
.p-example_corporate_block .wide_table table tr td:nth-child(3),
.p-example_corporate_block .table_box2 table tr td:nth-child(2) {
  width: 258px;
}
.p-example_corporate_block .wide_table table tr td:nth-child(4) {
  width: 272px;
}
.p-example_corporate_block .wide_table table tr td:nth-child(5) {
  width: 140px;
}
.p-example_corporate_block .wide_table table tr td:last-child {
  width: 148px;
}

.p-example_corporate_block .table_box2 table {
  width: 100%;
}
.p-example_corporate_block .table_box2 table tr :nth-child(3) {
  width: calc(100% - 380px);
}

.p-example_corporate_block .table_box .table_list {
  margin: 18px 0 0;
}
.p-example_corporate_block .table_box .table_list li {
  font-size: 13px;
}

/*type_table*/
.p-example_corporate_block .type_table .circle_ttl {
  color: #008755;
  margin: 50px auto 0;
}
.p-example_corporate_block .type_table .circle_ttl::before {
  background: #008755;
}
.p-example_corporate_block .type_table .table_wrap table {
  border-spacing: 0 10px;
  width: 100%;
}
.p-example_corporate_block .type_table .table_wrap table tr td {
  padding: 7px 10px;
  font-size: 20px;
  width: calc(100% - 342px);
}
.p-example_corporate_block .type_table .table_wrap table tr td:first-child {
  background: #eee;
  font-weight: 500;
  width: 342px;
}

@media screen and (max-width: 1230px) {
  .p-example_corporate_block .wide_table,
  .p-example_corporate_block .table_box2,
  .p-example_corporate_block .table_box3 {
    width: 100%;
    margin-left: 0;
  }
  .table_wrap table {
    width: 1090px;
  }
}
@media screen and (max-width: 750px) {
  .t-main_func_tab_list .t-main_func_tab_list_item .new::before {
    top: -15%;
  }

  .p-example_corporate_block .type_table .circle_ttl {
    margin: 30px auto 0;
  }
  .p-example_corporate_block .type_table .table_wrap table tr td:first-child,
  .p-example_corporate_block .type_table .table_wrap table tr td {
    display: block;
    width: 100%;
    font-size: 100%;
  }

  .p-example_corporate_block .table_box2 table {
    width: 670px;
  }
  .p-example_corporate_block .table_box2 table tr :nth-child(3) {
    width: 272px;
  }
}
@media screen and (max-width: 500px) {
  .t-main_func_tab_list .t-main_func_tab_list_item .new::before {
    top: -30%;
  }
  .p-example_corporate_block .circle_ttl {
    font-size: 20px;
    padding-left: 23px;
  }
  .p-example_corporate_block .circle_ttl::before {
    width: 18px;
    height: 18px;
  }
}

/********************

    　signboard

*********************/
.p-example_corporate_block .table_box3 .table_wrap table {
  /*width: 867px;*/
}
.p-example_corporate_block .table_box3 .table_wrap table tr td:first-child {
  width: 123px;
}
.p-example_corporate_block .table_box3 .table_wrap table tr td:nth-child(2) {
  width: 415px;
}
.p-example_corporate_block .table_box3 .table_wrap table tr td:nth-child(3) {
  width: 275px;
}
.p-example_corporate_block .table_box3 .table_wrap table tr td:nth-child(4) {
  width: 187px;
}
.p-example_corporate_block .topics_box {
  margin-top: 30px;
}
.p-example_corporate_block .flex_box {
  gap: 25px;
  align-items: flex-start;
}
.p-example_corporate_block .flex_box_02 {
  margin-top: 80px;
}
.p-example_corporate_block .flex_box .txt_box {
  width: calc(100% - 445px);
}
.p-example_corporate_block .topics_box .box_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #008755;
  position: relative;
  padding-left: 63px;
}
.p-example_corporate_block .topics_box .box_ttl::before {
  content: "";
  background: url(../../img/template/recommendation_icon.png) no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}
.p-example_corporate_block .flex_box .txt_box .txt {
  font-size: 20px;
}
.p-example_corporate_block .flex_box .txt_box a {
  font-size: 18px;
  margin-top: 25px;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #008755;
  text-decoration: underline;
  transition: 0.3s;
}
.p-example_corporate_block .flex_box .txt_box a:hover {
  text-decoration: none;
}
.p-example_corporate_block .flex_box .txt_box a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../../img/template/gr_arrow.png") no-repeat center/contain;
  width: 23px;
  height: 23px;
}
.p-example_corporate_block .flex_box .img_box {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  position: relative;
}
/*.p-example_corporate_block .flex_box .img_box::before {
  content: "";
  background: url("../../img/template/recommendation_icon.png") no-repeat;
  width: 61px;
  height: 61px;
  position: absolute;
  top: -25px;
  left: -28px;
  margin: auto;
  background-size: contain;
}
.p-example_corporate_block .flex_box:nth-child(even) .img_box::before {
  right: -28px;
  left: auto;
}*/
.p-example_corporate_block .flex_box .img_box img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .p-example_corporate_block .flex_box .txt_box {
    width: calc(100% - 325px);
  }
  .p-example_corporate_block .flex_box .img_box {
    max-width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .p-example_corporate_block .flex_box {
    flex-direction: column;
    gap: 40px;
  }
  .p-example_corporate_block .flex_box_02 {
    margin-top: 40px;
  }
  .p-example_corporate_block .flex_box .txt_box,
  .p-example_corporate_block .flex_box .img_box {
    max-width: 100%;
    width: 100%;
  }
  .p-example_corporate_block .flex_box .img_box::before,
  .p-example_corporate_block .flex_box:nth-child(even) .img_box::before {
    left: auto;
    right: -15px;
    top: -30px;
  }
}
@media screen and (max-width: 500px) {
  .p-example_corporate_block .topics_box .box_ttl {
    font-size: 20px;
  }
  .p-example_corporate_block .flex_box .txt_box .txt {
    font-size: 100%;
  }
}
