@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: #e00000 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 #e00000;
  color: #e00000;
  display: inline-block;
}

.p-sec ul.pagenavi li a:hover {
  color: #fff;
  background-color: #e00000 !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: #e00000 url(../images/ttl1.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl2 {
  background: #e00000 url(../images/ttl2.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl3 {
  background: #e00000 url(../images/ttl3.png) no-repeat 15px 45%;
}

.p-sec .p-ctt h3.ttl4 {
  background: #e00000 url(../images/ttl4.png) no-repeat 15px 45%;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt .wrap .ttl2 {
  color: #e00000;
  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 li {
  text-align: center;
  border: 1px solid #e00000;
}

.p-sec #step2 .kaisai ul li + li {
  position: relative;
}

.p-sec #step2 .kaisai ul li.arrow {
  border: none;
  background: url(../images/arrow.png) no-repeat 50% 50%;
  height: 40px;
}

.p-sec #step2 .kaisai ul li h4 {
  background-color: #e00000;
  line-height: 1.2;
  font-size: 18px;
  height: 48px;
  padding-top: 15px;
  color: #fff;
}
.p-sec #step2 .kaisai ul li h4.multi_line {
    height: auto;
    padding-bottom: 15px;
}

.p-sec #step2 .kaisai ul li h4.n2 {
  padding-top: 5px;
}

.p-sec #step2 .kaisai ul li .dtl {
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  font-size: 18px;
}

.p-sec #step2 .kaisai ul li .dtl span {
  display: inline-block;
  font-size: 16px;
}

.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;
}

.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: #e00000;
  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: #e00000;
  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 .link_box {
  margin-top: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .box {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 15px 0;
}

.p-sec #step2 .step_area .step_wrap .dtl .box h6 {
  font-size: 14px;
  color: #e00000;
}

.p-sec #step2 .step_area .step_wrap .dtl .box ul {
  margin-bottom: 10px;
}

.p-sec #step2 .step_area .step_wrap .dtl .box ul li {
  display: inline-block;
  text-align: center;
  width: 350px;
  background-color: #ffbfbf;
  padding: 10px;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

.p-sec #step2 .step_area .step_wrap .dtl .box ul li:nth-of-type(n+3) {
  margin-top: 5px;
}

.p-sec #step2 .step_area .step_wrap .dtl .box dl dt {
  font-weight: bold;
  margin-top: 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 #e00000;
  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: #e00000;
}

.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: #e00000;
  text-align: center;
  padding-top: 5px;
}

.p-sec #step3 .box .dtl {
  width: 800px;
  margin-left: 15px;
  padding-top: 1px;
}

.p-sec #step3 .box2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.p-sec #step3 ul.list {
  margin: 15px 0;
}

.p-sec #step3 ul.list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-sec #step3 .step3_ttl {
  font-weight: bold;
}

.p-sec #step3 p + .step3_ttl {
  margin-top: 20px;
}

.p-sec #step3 .mg {
  margin-top: 20px;
}

.p-sec #step4 .pix {
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-sec #step4 h4 {
  color: #e00000;
  font-size: 16px;
  margin-bottom: 15px;
}

.p-sec #step4 .box + .box {
  margin-top: 25px;
}

.p-sec #step4 .text_box {
  margin-bottom: 30px;
}

.p-sec #step4 .text_box .table_gold {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.p-sec #step4 .text_box .table_gold th,
.p-sec #step4 .text_box .table_gold td {
  text-align: left;
  border: 1px solid #825f29;
  padding: 5px 10px;
  background-color: #f0ebe1;
}

.p-sec #step4 .text_box .table_gold th {
  background-color: #e5d7bb;
}
.p-sec .p-ctt .free_tbl {
    border-collapse: collapse;
}
.p-sec .p-ctt .free_tbl th {
    border: 1px #bbb solid;
    background: #dfdfdf;
    padding: 3px 7px;
    text-indent: 0;
}
.p-sec .p-ctt .free_tbl td {
    border: 1px #bbb solid;
    background: #fff;
    padding: 3px 7px;
    text-indent: 0;
}
