@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
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: 440px;
  float: left;
  margin-bottom: 10px;
  background: #f97601 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: 15px 10px;
  padding-left: 200px;
  border: 1px solid #f97601;
  color: #f97601;
  display: inline-block;
}

.p-sec ul.pagenavi li a:hover {
  color: #fff;
  background-color: #f97601 !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: #f97601 url(../images/ttl1.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl2 {
  background: #f97601 url(../images/ttl2.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl3 {
  background: #f97601 url(../images/ttl3.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl4 {
  background: #f97601 url(../images/ttl4.png) no-repeat 15px 45%;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt .wrap .ttl2 {
  color: #f97601;
  font-size: 18px;
  margin-bottom: 15px;
  border-left: 6px solid;
  padding-left: 10px;
}

.p-sec #step1 .fr {
  float: right;
  padding: 0 0 10px 10px;
}

.p-sec #step2 .kaisai {
  margin-bottom: 40px;
}

.p-sec #step2 .kaisai ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec #step2 .kaisai ul li {
  text-align: center;
  width: 30%;
  border: 1px solid #f97601;
}

.p-sec #step2 .kaisai ul li + li {
  margin-left: 3%;
  position: relative;
}

.p-sec #step2 .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 #step2 .kaisai ul li h4 {
  background-color: #f97601;
  line-height: 1.2;
  font-size: 16px;
  height: 48px;
  padding-top: 15px;
  color: #fff;
}

.p-sec #step2 .kaisai ul li h4.n2 {
  padding-top: 5px;
}

.p-sec #step2 .kaisai ul li .dtl {
  padding: 20px 0;
  font-size: 18px;
}

.p-sec #step2 .kaisai ul li:nth-child(2) .dtl {
  padding-top: 45px;
}

.p-sec #step2 .kaisai ul li.final {
  border: 1px solid #de0304;
}

.p-sec #step2 .kaisai ul li.final h4 {
  background-color: #de0304;
}

.p-sec #step2 .kaisai ul li.final .dtl {
  color: #de0304;
  font-weight: bold;
  padding-top: 45px;
}

.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: #f97601;
  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: #f97601;
  margin-bottom: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-sec #step2 .step_area .step_wrap .dtl p + h5 {
  margin-top: 20px;
}

.p-sec #step2 .step_area .step_wrap .dtl p + h6 {
  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 .moushikomi {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #eeeeee;
}

.p-sec #step2 .step_area .step_wrap .dtl .moushikomi h6 {
  color: #f97601;
}

.p-sec #step2 .step_area .step_wrap .dtl .price {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.p-sec #step2 .step_area .step_wrap .dtl .price h6 {
  color: #f97601;
  font-size: 14px;
}

.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 .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 .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 #f97601;
  padding: 40px 40px;
}

.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: 16px;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku .otoku_t2 {
  margin-top: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku .att1 {
  text-align: right;
  margin-top: 5;
}

.p-sec #step2 .step_area .step_wrap .dtl .otoku .att2 {
  margin-top: 20px;
  text-align: left;
  color: #f97601;
}

.p-sec #step2 .step_area .step_wrap .dtl .f_img img {
  float: left;
  margin-right: 15px;
}

.p-sec #step3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec #step3 .box + .box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.p-sec #step3 .box h4 {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background-color: #f97601;
  text-align: center;
  padding-top: 5px;
}

.p-sec #step3 .box .dtl {
  width: 800px;
  margin-left: 15px;
  padding-top: 1px;
}

.p-sec #step3 ul.list {
  margin: 15px 0;
}

.p-sec #step3 ul.list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-sec #step4 .pix {
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-sec #step4 .step4_box1 {
  margin-bottom: 30px;
}

.p-sec #step4 .step4_box1 .text_box + .text_box {
  margin-top: 20px;
}

.p-sec #step4 .step4_box1 .text_box h4 {
  color: #f97601;
  font-size: 16px;
}

.p-sec #step4 .step4_box1 .text_box .table_gold {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 5px;
  margin-top: 5px;
}

.p-sec #step4 .step4_box1 .text_box .table_gold th,
.p-sec #step4 .step4_box1 .text_box .table_gold td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.p-sec #step4 .step4_box1 .text_box .table_gold th {
  width: 200px;
  background-color: #f1f1f1;
}

.p-sec #step4 .step4_box1 .text_box .table_gold .center_yellow {
  background-color: #fdf8bf;
}

.p-sec #step4 .step4_box1 .text_box .table_gold .left_yellow {
  background-color: #f1f1f1;
}

.p-sec #step4 .step4_box1 .text_box .table_gold .st1 {
  background-color: #f97601;
  color: #fff;
}

.p-sec #step4 .step4_box1 .text_box .table_gold._class_tbl {
  table-layout: fixed;
}
.p-sec #step4 .step4_box1 .text_box .table_gold._class_tbl .center_yellow {
  white-space: normal;
}
.p-sec #step4 .step4_box1 .text_box .table_gold._class_tbl th,
.p-sec #step4 .step4_box1 .text_box .table_gold._class_tbl td {
  white-space: nowrap;
}





.p-sec #step4 .step4_box1 .clm2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec #step4 .step4_box1 .clm2 .table_gold {
  width: 49%;
}

.p-sec #step4 .step4_box1 .clm2 .table_gold + .table_gold {
  margin-left: 2%;
}
