@charset "UTF-8";
/*-----------------------------------

	base

-----------------------------------*/
.t-main .c-main_content_wrap {
  padding-top: 0;
}
.links {
  background: linear-gradient(#c4dbeb, #ffffff);
  padding: 10px 2% 30px;
}
.links_c {
  font-size: 2.099rem;
}
.links_c a span {
  display: inline-block;
  padding: 0 5px;
}
.img_u p {
  display: inline-block;
}
.links_c a {
  color: #000 !important;
  position: relative;
  z-index: 9999;
}
.links_c a:hover {
  color: #99c !important;
}
@media screen and (max-width: 750px) {
  .links_c {
    font-size: 0.6rem;
    margin-left: 25px;
  }
}
/*-----------------------------------

	reset(form用)

-----------------------------------*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/*-----------------------------------

	search

-----------------------------------*/
.search-form {
  position: relative;
  width: 470px;
  max-width: 100%;
}
.search-form:after {
  content: "";
  width: 11px;
  height: 6px;
  background: url("../../img/example/form_arrow@2x.png") no-repeat right/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.search input[type="text"] {
  font-size: 15px;
  line-height: 35px;
  display: inline-block;
  width: 470px;
  max-width: 100%;
  height: 50px;
  background-color: #FFF;
  padding: 0px 60px 0px 20px;
  border-radius: 0;
}
.search input::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .search-form, .search input[type="text"] {
    width: 100%;
  }
}
/*-----------------------------------

	s-system_back

-----------------------------------*/
.s-system_back {
  margin-top: 100px;
  text-align: center;
}
.s-system_back a {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  color: #01245e;
  font-size: 22px;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 1;
  position: relative;
  border: 2px solid #01245e;
  border-radius: 7px;
  padding: 17px 0;
  display: block;
}
.s-system_back a:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../../img/example/example_back_arrow@2x.png) no-repeat right/contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
/*-----------------------------------

	tab_box

-----------------------------------*/
.tab_listbox {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 5px;
}
.tab_box .tab {
  font-size: 26px;
  font-weight: 500;
  background: #fff;
  color: #b1b1b1;
  width: calc((100% - 5px) / 2);
  padding: 10px 0;
  cursor: pointer;
  border: 2px solid #b1b1b1;
  border-bottom: 2px solid #fff;
  text-align: center;
  z-index: 1;
}
.tab_box .tab01 span:before {
  width: 34px;
  height: 34px;
  background: url(../../img/example/example_tab01_off@2x.png) no-repeat right/contain;
}
.tab_box .tab02 span:before {
  width: 35px;
  height: 35px;
  background: url(../../img/example/example_tab02_off@2x.png) no-repeat right/contain;
}
.tab_box .tab span {
  position: relative;
  padding-left: 40px;
}
.tab_box .tab span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tab_box .tab01.active span:before {
  width: 34px;
  height: 34px;
  background: url(../../img/example/example_tab01_on@2x.png) no-repeat right/contain;
}
.tab_box .tab02.active span:before {
  width: 35px;
  height: 35px;
  background: url(../../img/example/example_tab02_on@2x.png) no-repeat right/contain;
}
.tab_box .tab.active {
  color: #fff;
  position: relative;
}
.tab_box .tab.tab01.active {
  background: #018755;
  border: 2px solid #018755;
}
.tab_box .tab.tab02.active {
  background: #007dc8;
  border: 2px solid #007dc8;
}
.tab_box .tab.active:after {
  content: '';
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 10px 0 10px;
  margin: 0 auto;
}
.tab_box .tab.tab01.active:after {
  border-color: #018755 transparent transparent transparent;
}
.tab_box .tab.tab02.active:after {
  border-color: #007dc8 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .tab_box .tab {
    font-size: 14px;
  }
  .tab_box .tab span {
    padding-left: 30px;
  }
  .tab_box .tab span:before, .tab_box .tab01.active span:before, .tab_box .tab02.active span:before {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 430px) {
  .tab_box .tab {
    font-size: 10px;
  }
}
/*-----------------------------------

	select_conte

-----------------------------------*/
.select_conte .content {
  display: none;
}
.select_conte .content.show {
  display: block;
  padding: 40px;
}
.select_conte .content01.show {
  border: 2px solid #018755;
}
.select_conte .content02.show {
  border: 2px solid #007dc8;
}
.select_conte .searchform p {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  padding: 10px 30px 10px 50px;
  letter-spacing: 0.1rem;
}
.select_conte .content01 .searchform p {
  color: #018755;
  background-color: rgba(0, 135, 85, 0.1);
}
.select_conte .content02 .searchform p {
  color: #007dc8;
  background-color: rgba(0, 125, 200, 0.1);
}
.select_conte .searchform p:before {
  content: "";
  width: 22px;
  height: 23px;
  background: url(../../img/example/icon_search@2x.png) no-repeat right/contain;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.select_conte .content01 .searchform p:before {
  background: url(../../img/example/icon_tab01_search@2x.png) no-repeat right/contain;
}
.select_conte .content02 .searchform p:before {
  background: url(../../img/example/icon_tab02_search@2x.png) no-repeat right/contain;
}
.select_conte .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.select_conte .wrap .list_box {
  width: calc((100% - 20px) / 2);
}
.select_conte .list_box p {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3rem;
}
.select_conte .content01 .list_box p {
  color: #018755;
  border-bottom: 3px dotted #018755;
}
.select_conte .content02 .list_box p {
  color: #007dc8;
  border-bottom: 4px dotted #007dc8;
}
.select_conte .list_box ul li {
  position: relative;
}
.select_conte .list_box ul li a {
    margin-left: 15px;
}
.select_conte .list_box ul li + li {
    margin-top: 30px;
}
.select_conte .list_box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*
.select_conte .content01 .list_box ul li.icon01:before {
  width: 22px;
  height: 28px;
  background: url(../../img/example/example_tab01_icon01@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon02:before {
  width: 26px;
  height: 23px;
  background: url(../../img/example/example_tab01_icon02@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon03:before {
  width: 25px;
  height: 22px;
  background: url(../../img/example/example_tab01_icon03@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon04:before {
  width: 20px;
  height: 31px;
  background: url(../../img/example/example_tab01_icon04@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon05:before {
  width: 26px;
  height: 26px;
  background: url(../../img/example/example_tab01_icon05@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon06:before {
  width: 22px;
  height: 22px;
  background: url(../../img/example/example_tab01_icon06@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon07:before {
  width: 28px;
  height: 24px;
  background: url(../../img/example/example_tab01_icon07@2x.png) no-repeat right/contain;
  left: -5px;
}
.select_conte .content01 .list_box ul li.icon08:before {
  width: 21px;
  height: 28px;
  background: url(../../img/example/example_tab01_icon08@2x.png) no-repeat right/contain;
}
.select_conte .content01 .list_box ul li.icon09:before {
  width: 28px;
  height: 19px;
  background: url(../../img/example/example_tab01_icon09@2x.png) no-repeat right/contain;
}
.select_conte .content02 .list_box ul li.icon01:before {
  width: 22px;
  height: 22px;
  background: url("../../img/example/example_tab02_icon01@2x.png") no-repeat right/contain;
}
.select_conte .content02 .list_box ul li.icon02:before {
  width: 28px;
  height: 19px;
  background: url("../../img/example/example_tab02_icon02@2x.png") no-repeat right/contain;
}
.select_conte .content02 .list_box ul li.icon03:before {
  width: 24px;
  height: 27px;
  background: url("../../img/example/example_tab02_icon03@2x.png") no-repeat right/contain;
}
.select_conte .content02 .list_box ul li.icon04:before {
  width: 26px;
  height: 26px;
  background: url("../../img/example/example_tab02_icon04@2x.png") no-repeat right/contain;
}
*/
.select_conte .list_box ul li a {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.select_conte .list_box ul li a:hover {
  color: #aaa;
}
@media screen and (max-width: 750px) {
  .select_conte .content.show {
    padding: 40px 20px;
  }
  .select_conte .wrap {
    gap: 30px;
  }
  .select_conte .wrap .list_box {
    width: 100%;
  }
  .select_conte .list_box ul li a {
    font-size: 16px;
  }
  .select_conte .searchform p {
    font-size: 17px;
    padding: 10px 30px 10px 40px;
  }
  .select_conte .list_box p {
    font-size: 16px;
  }
}

.list_box img{
	vertical-align:middle;
}
/*-----------------------------------

	example_block

-----------------------------------*/
#example_block {}
#example_block .p-faq_content {
  width: 100%;
}
#example_block #detail_box {
  padding-top: 50px;
}
.p-faq_list_wrap {
  padding-bottom: 100px;
}
.huhou .temp_corporate .t-main_title01 {
  background-color: #008755;
}
.ritou .temp_corporate .t-main_title01 {
  background-color: #007dc8;
}
.t-main_title01 {
    padding: 0 !important;
}
.t-main_title01 .t-text01_wrap {
    height: 60px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.t-main_title01 .icon_image_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
  }
  .t-main_title01 .t-text01 {
    display: inline-block;
    font-size: 38px;
    vertical-align: middle;
    padding-bottom: 1px;
  }
  .safari .t-main_title01 .t-text01 {
    padding-top: 1px;
  }
#example_block .p-faq_content_title01 {
  font-weight: 700;
  padding: 30px 70px 30px 40px;
}
.huhou #example_block .p-faq_content_title01 {
  border-bottom: 3px dotted #018755;
}
.ritou #example_block .p-faq_content_title01 {
  border-bottom: 3px dotted #007dc8;
}
#example_block .p-faq_content_title01 a {
  color: #000;
}
#example_block .p-faq_content_title01 a:hover {
  color: #aaa;
}
#example_block .p-faq_list_item:not(:last-child) {
  margin: 0;
}
.huhou .p-faq_content_zone.question .p-faq_content:after {
  background: url("../../img/example/example_tab01_arrow@2x.png") no-repeat right/contain;
}
.ritou .p-faq_content_zone.question .p-faq_content:after {
  background: url("../../img/example/example_tab02_arrow@2x.png") no-repeat right/contain;
}
.p-faq_content_zone.question .p-faq_content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 23px;
  height: 24px;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
}
#example_block #inquiryitem {
  width: 430px;
  font-size: 18px;
  padding: 10px 40px 10px 20px;
  border: 1px solid #cacaca;
  background: url(../../img/contact/inquiry_arrow.png) #fff no-repeat calc(100% - 20px) center/11px;
}
@media screen and (max-width: 750px) {
  .p-faq_list_wrap {
    padding-bottom: 50px;
  }
  .t-main_title01 .t-text01_wrap {
    height: 40px;
  }
  .t-main_title01 .t-text01 {
    font-size: 24px;
  }
  .t-main_title01 .icon_image_wrap {
    width: 25px;
    height: 25px;
  }
  .t-main_title01 .icon_image_wrap img {
    width: 15px;
    height: 15px;
  }
  #example_block .p-faq_content_title01 {
    padding: 30px 70px 30px 20px;
  }
  #example_block #inquiryitem {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  #example_block #detail_box {
    padding-top: 20px;
  }
  /* .t-main_title01 .t-text01.icon_title {
    padding-left: 30px;
  } */
}
/*-----------------------------------

	detail_block

-----------------------------------*/
#detail_block.c-main_content {
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.huhou #detail_block table tr {
  border-bottom: 0.4rem dotted #018755;
}
.ritou #detail_block table tr {
  border-bottom: 0.4rem dotted #007dc8;
}
#detail_block table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding-top: 35px;
}
#detail_block table tr {
  display: block;
}
#detail_block table th {
  width: 150px;
  font-weight: 600;
}
#detail_block table td {
  width: calc(100% - 150px);
  vertical-align: middle;
}
#detail_block table th, #detail_block table td {
  font-size: 22px;
  line-height: 1;
  padding: 25px 0;
}
#detail_block.c-main_content a {
    word-break: break-all;
}
#detail_block .imageArea {
  margin-top: 20px;
  text-align: center;
}
#detail_block .imageArea img {
/*  width: 645px; */
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#detail_block .textArea {
  margin-top: 30px;
}
#detail_block .textArea p {
  font-size: 22px;
}
#detail_block .note {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #detail_block table th, #detail_block table td {
    font-size: 18px;
  }
  #detail_block .textArea p {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .t-main_title01 .t-text01 {
    font-size: 18px;
  }
  #detail_block table {
    padding-top: 0;
  }
  #detail_block table th {
    width: 100px;
  }
  #detail_block table td {
    width: calc(100% - 100px);
  }
  #detail_block .textArea p {
    font-size: 16px;
  }
  #detail_block table th, #detail_block table td {
    font-size: 16px;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .t-footer {
    margin-top: 0;
  }
}