@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css?20240109");
/*
page style
--------------------------------*/
.p-sec ul.pagenavi {
  text-align: center;
  padding: 30px 40px;
  border-bottom: 1px solid #cccccc;
}

.p-sec ul.pagenavi li {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  width: 565px;
  float: left;
  margin-bottom: 10px;
  background: #11953b url(../images/nav_bg.png) 165px 50% no-repeat;
}

.p-sec ul.pagenavi li:nth-child(even) {
  margin-left: 10px;
}

.p-sec ul.pagenavi li a {
  text-decoration: none !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  text-align: left;
  padding: 0 10px;
  padding-left: 200px;
  border: 1px solid #11953b;
  color: #11953b;
  /*display: inline-block;*/
  
  display: flex;
  align-items: center;
  height: 70px;
}

.p-sec ul.pagenavi li a:hover {
  color: #fff;
  background-color: #11953b !important;
}

.p-sec ul.pagenavi li:nth-child(1) a {
  background: url(../images/ttl1.png) 15px 50% no-repeat;
}

.p-sec ul.pagenavi li:nth-child(2) a {
  background: url(../images/ttl2.png) 15px 50% no-repeat;
}

.p-sec ul.pagenavi li:nth-child(3) a {
  background: url(../images/ttl3.png) 15px 50% no-repeat;
}

.p-sec ul.pagenavi li:nth-child(4) a {
  background: url(../images/ttl4.png) 15px 50% no-repeat;
}

.p-sec .p-ctt {
  margin-top: 40px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 60px;
}

.p-sec .p-ctt h3 {
  color: #fff;
  padding: 13px;
  padding-left: 170px;
  margin-bottom: 20px;
  font-size: 18px;
}

.p-sec .p-ctt h3.ttl1 {
  background: #11953b url(../images/ttl1.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl2 {
  background: #11953b url(../images/ttl2.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl3 {
  background: #11953b url(../images/ttl3.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl4 {
  background: #11953b url(../images/ttl4.png) no-repeat 15px 45%;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt .wrap .ttl2 {
  color: #11953b;
  font-size: 18px;
  margin-bottom: 15px;
  border-left: 6px solid;
  padding-left: 10px;
}

.p-sec .p-ctt .wrap .pix {
  margin-top: 15px;
}

.p-sec .p-ctt .wrap .kaisai {
  margin-bottom: 40px;
}

.p-sec .p-ctt .wrap .kaisai ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec .p-ctt .wrap .kaisai ul li {
  text-align: center;
  width: 23%;
  border: 1px solid #11953b;
}

.p-sec .p-ctt .wrap .kaisai ul li + li {
  margin-left: 3%;
  position: relative;
}

.p-sec .p-ctt .wrap .kaisai ul li + li::before {
  content: "";
  width: 10px;
  height: 43px;
  background: url(../images/arrow.png) no-repeat 0 0;
  position: absolute;
  left: -19px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.p-sec .p-ctt .wrap .kaisai ul li h4 {
  background-color: #11953b;
  line-height: 1.2;
  font-size: 16px;
  height: 48px;
  padding-top: 15px;
  color: #fff;
}

.p-sec .p-ctt .wrap .kaisai ul li h4.n2 {
  padding-top: 5px;
}

.p-sec .p-ctt .wrap .kaisai ul li .dtl {
  padding: 0px 0;
  font-size: 18px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sec .p-ctt .wrap .kaisai ul li.header {
  border: none;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.p-sec .p-ctt .wrap .kaisai ul li.final {
  border: 1px solid #de0304;
}

.p-sec .p-ctt .wrap .kaisai ul li.final h4 {
  background-color: #de0304;
}

.p-sec .p-ctt .wrap .kaisai ul li.final .dtl {
  color: #de0304;
  font-weight: bold;
}
.p-sec .p-ctt .wrap .kaisai_aut {
  margin-bottom: 40px;
}

.p-sec .p-ctt .wrap .kaisai_aut ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li {
  text-align: center;
  width: 23%;
  border: 1px solid #d93e24;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li + li {
  margin-left: 3%;
  position: relative;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li + li::before {
  content: "";
  width: 10px;
  height: 43px;
  background: url(../images/arrow_red.png) no-repeat 0 0;
  position: absolute;
  left: -19px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li h4 {
  background-color: #d93e24;
  line-height: 1.2;
  font-size: 16px;
  height: 48px;
  padding-top: 15px;
  color: #fff;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li h4.n2 {
  padding-top: 5px;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li .dtl {
  padding: 0px 0;
  font-size: 18px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li.header {
  border: none;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li.final {
  border: 1px solid #de0304;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li.final h4 {
  background-color: #de0304;
}

.p-sec .p-ctt .wrap .kaisai_aut ul li.final .dtl {
  color: #de0304;
  font-weight: bold;
}

.p-sec #step2 .step_area .step_wrap {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec #step2 .step_area .step_wrap .step span {
  display: block;
  text-align: center;
  padding-top: 28px;
  background: #11953b;
  width: 90px;
  height: 90px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.p-sec #step2 .step_area .step_wrap .dtl {
  width: 790px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl h5 {
  font-size: 16px;
  color: #11953b;
  margin-bottom: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl h6 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl p + h5 {
  margin-top: 20px;
}

.p-sec #step2 .step_area .step_wrap .dtl p + p {
  margin-top: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl p {
  text-align: justify;
}

.p-sec #step2 .step_area .step_wrap .dtl .link_box {
  margin-top: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .kado_title3 {
  margin-bottom: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .att {
  font-size: 12px;
}

.p-sec #step2 .step_area .step_wrap .dtl .mg {
  margin-top: 20px;
}

.p-sec #step2 .step_area .step_wrap .dtl ul.list {
  padding-left: 1em;
  margin: 15px 0;
}

.p-sec #step2 .step_area .step_wrap .dtl ul.list li {
  margin-top: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl ul.list li .link_btn_s {
  margin-left: 1em;
}

.p-sec #step2 .step_area .step_wrap .dtl .table_simple1 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.p-sec #step2 .step_area .step_wrap .dtl .table_simple1 th,
.p-sec #step2 .step_area .step_wrap .dtl .table_simple1 td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .table_simple1 th {
  width: 200px;
  background-color: #f1f1f1;
}

.p-sec #step2 .step_area .step_wrap .dtl .table_simple1 tr.top_db_border th,
.p-sec #step2 .step_area .step_wrap .dtl .table_simple1 tr.top_db_border td {
  border-top: 3px #ccc double;
}

.p-sec #step2 .step_area .step_wrap .dtl .trmc_toha {
  background-color: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
}

.p-sec #step2 .step_area .step_wrap .dtl .trmc_toha .trmc_toha_ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.p-sec #step2 .step_area .step_wrap .dtl .trmc_toha p + p {
  margin-top: 5px;
}

.p-sec #step2 .step_area .step_wrap .dtl .trmc_toha .mg {
  margin-top: 20px;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku {
  margin-top: 30px;
  text-align: center;
  border: 2px solid #11953b;
  padding: 40px 20px;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku p {
  text-align: center;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku .otoku_t1 {
  display: inline-block;
  background-color: gainsboro;
  -moz-border-radius: 10px;
       border-radius: 10px;
  padding: 5px 20px;
  margin-top: 30px;
  font-size: 18px;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku .otoku_t2 {
  margin-top: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .f_img img {
  float: left;
  margin-right: 15px;
}

.p-sec #step3 .ttl2 {
  margin-top: 30px;
}

.p-sec #step3 .ttl2.n-mg {
  margin-top: 0;
}

.p-sec #step3 .mfj_nituite {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-sec #step3 .mfj_nituite h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.p-sec #step3 .mfj_nituite p {
  font-size: 13px;
}

.p-sec #step3 .mfj_nituite .mfj_nituite_info {
  margin-top: 20px;
}

.p-sec #step3 ul.list {
  margin: 15px 0;
}

.p-sec #step3 ul.list li {
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-sec #step4 .pix {
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-sec #step4 p + .ttl2 {
  margin-top: 40px;
}



.p-sec .note {
    position: relative;
}
.p-sec .note:before {
    content: "※";
    position: absolute;
    right: 5px;
    bottom: 5px;
    line-height: 1;
    color: #de0304;
    font-weight: bold;
    font-size: 14px;
}
.p-sec .note_text {
    padding-top: 10px;
    color: #de0304;
    font-weight: bold;
}

.p-sec .tire_tbl {
  border: 1px #ccc solid;
  border-collapse: collapse;
  margin: 5px 0 10px;
}
.p-sec .tire_tbl th,
.p-sec .tire_tbl td {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.p-sec .tire_tbl th {
  background: #f1f1f1;
}



