@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　first
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sec-first .sec-inner {
  padding-top: 80px;
}

.sec-first-price h4,
.sec-first-flow h4 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 55px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.sec-first-price h4:before,
.sec-first-flow h4:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_ttl.png);
}

.sec-first-price {
  margin-top: 50px;
}
.sec-first-price dl.box-bg {
  display: table-row;
}
.sec-first-price dl.box-bg dt,
.sec-first-price dl.box-bg dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.sec-first-price dl.box-bg dt {
  width: 360px;
  padding: 20px;
  background-color: #a69277;
  color: #fff;
}
.sec-first-price dl.box-bg dd {
  width: 600px;
  padding: 20px;
  font-weight: bold;
}

.sec-first-flow {
  margin-top: 60px;
}
.sec-first-flow h4:before {
  background-position: -40px 0;
}
.sec-first-flow .box-flow {
  position: relative;
  margin-top: 45px;
  background-color: #fff;
}
.sec-first-flow .box-flow:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  margin-left: -15px;
  border-top: solid 15px #bbaf9c;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
.sec-first-flow .box-flow h5 {
  position: relative;
  height: 60px;
  padding-left: 80px;
  background-color: #dbebfa;
  line-height: 60px;
  font-size: 16px;
}
.sec-first-flow .box-flow h5:before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_num.png);
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
}
.sec-first-flow .box-flow#box-flow-01 {
  margin-top: 0;
}
.sec-first-flow .box-flow#box-flow-01:before {
  display: none;
}
.sec-first-flow .box-flow#box-flow-02 h5:before {
  background-position: -60px 0;
}
.sec-first-flow .box-flow#box-flow-03 h5:before {
  background-position: -120px 0;
}
.sec-first-flow .box-flow#box-flow-04 h5:before {
  background-position: -180px 0;
}
.sec-first-flow .box-flow#box-flow-05 h5:before {
  background-position: -240px 0;
}
.sec-first-flow .box-flow-inner {
  *zoom: 1;
  padding: 30px 40px;
  line-height: 1.5;
}
.sec-first-flow .box-flow-inner:after {
  content: "";
  display: table;
  clear: both;
}
.sec-first-flow .box-flow-inner p {
  margin-bottom: 20px;
  overflow: hidden;
}
.sec-first-flow .box-flow-inner p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sec-first-flow .box-flow-inner img.fl {
  margin-right: 30px;
}
.sec-first-flow #box-flow-01 .box-flow-inner p {
  text-align: center;
}
.sec-first-flow #box-flow-01 ul {
  margin: 0 50px;
  line-height: 1.875;
}
.sec-first-flow #box-flow-01 .box-schedule {
  width: 600px;
  margin: 80px auto 0;
}
.sec-first-flow #box-flow-01 .box-schedule dt {
  position: relative;
}
.sec-first-flow #box-flow-01 .box-schedule dt:after {
  content: "";
  position: absolute;
  left: -7px;
  top: -50px;
  width: 210px;
  height: 88px;
  background-image: url(../../images/tag_schedule.png);
}
.sec-first-flow #box-flow-01 .box-schedule dd {
  margin-top: 10px;
  font-size: 14px;
}
.sec-first-flow #box-aiueo {
  margin-top: 70px;
}
.sec-first-flow #box-aiueo .box-column {
  padding: 30px 30px 20px;
}
.sec-first-flow #box-aiueo .box-column .text {
  float: right;
  width: 390px;
}
.sec-first-flow #box-aiueo .box-column .text p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.875;
}
.sec-first-flow #box-aiueo .box-column .image {
  float: left;
  width: 455px;
}
