/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
#header .inner,
#content .inner,
#floating .inner,
#footer .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #header .inner,
#content .inner,
#floating .inner,
#footer .inner {
    width: auto;
    padding: 0 15px;
  }

  #floating .inner {
    padding: 0;
  }
}
a:hover img {
  opacity: 0.85;
}

/*-----------------------------------------

		#header

-----------------------------------------*/
#header {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#header .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header .logo {
  width: 31%;
  float: left;
}

#header .gnavi {
  width: 65%;
  float: right;
}

#header ul {
  display: table;
  width: 100%;
  border-right: 1px solid #d8d8d8;
}

#header li {
  display: table-cell;
  border-left: 1px solid #d8d8d8;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  width: 25%;
}

#header li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

#header .sp-menu-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  box-sizing: border-box;
  background: url(../img/menu_bg01.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: none;
}

#header .sp-menu-btn.close {
  background-image: url(../img/menu_bg02.png);
}

@media screen and (max-width: 840px) {
  #header .logo {
    line-height: 0;
    width: 23%;
  }

  #header .gnavi {
    width: 75%;
  }

  #header li {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  #header .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header .logo {
    width: auto;
    float: none;
  }

  #header .logo img {
    width: auto;
    max-width: inherit;
    height: 20px;
  }

  #header .gnavi {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
  }

  #header .gnavi li a {
    padding: 5px;
  }

  #header .sp-menu-btn {
    display: inherit;
  }
}
/*-----------------------------------------

		#content

-----------------------------------------*/
#content {
  padding-top: 84px;
  padding-bottom: 50px;
}

#content .tit-area01 {
  padding: 30px 0;
  background-color: #002869;
  text-align: center;
}

#content .tit-area01 .inner {
  position: relative;
}

#content .border-box {
  padding: 5px;
  background: url(../img/box_border.png) 0 0 repeat;
  border-radius: 24px;
}

#content .border-box-inner {
  padding: 35px;
  border-radius: 21px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #content .tit-area01 {
    padding: 15px 0;
  }
}
@media screen and (max-width: 680px) {
  #content {
    padding-bottom: 20px;
  }

  #content .tit-area01 {
    padding: 10px 0;
  }

  #content .border-box {
    padding: 3px;
    background-size: 20px auto;
    border-radius: 12px;
  }

  #content .border-box-inner {
    padding: 12px;
    border-radius: 11px;
  }
}
/*		#mv
-----------------------*/
#mv {
  padding-top: 20px;
  text-align: center;
}

#mv .img {
  width: 37%;
  float: right;
}

#mv .inner {
  position: relative;
}

#mv h1 {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 680px) {
  #mv .img {
    width: 30%;
    float: right;
    margin-right: -10px;
  }

  #mv h1 {
    width: 68%;
    top: 25%;
    left: 2%;
  }
}
/*		#simulation
-----------------------*/
#simulation {
  padding-bottom: 80px;
  background: url(../img/simulation_bg.png) center 0 repeat;
}

#simulation .tit-area01 h2 img {
  padding-left: 16%;
  width: 76%;
}

#simulation .tit-area01 .icon {
  position: absolute;
  top: -150%;
  left: 5%;
  width: 14.5%;
}

#simulation .tit-area01 {
  margin-bottom: 40px;
}

#simulation .box-wrap {
  min-height: 200px;
}

#simulation .box {
  padding: 40px 40px 0;
  margin-bottom: 30px;
  background-color: #fff;
}

#simulation .tab {
  border-bottom: 4px solid #002869;
  margin-bottom: 20px;
}

#simulation .tab li {
  padding: 16px 5px 10px;
  margin-right: 1%;
  width: 19%;
  float: left;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #8e8e8e;
  background-color: #c5c5c5;
}

#simulation .tab li:last-child {
  margin-right: 0;
  width: 20%;
}

#simulation .tab li.cur {
  color: #fff;
  background-color: #002869;
}

#simulation .text-wrap {
  margin: 20px;
  position: relative;
  height: 250px;
}

#simulation .text {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  display: none;
}

#simulation .text:nth-of-type(1) {
  display: inherit;
}

#simulation .text div {
  display: table-row;
  width: 100%;
  background-color: #fff;
}

#simulation .text p {
  display: table-cell;
  height: 250px;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  color: #033333;
  text-align: center;
  width: 1000px;
}

#simulation .text p img {
  margin-bottom: 30px;
  width: auto;
  height: 100px;
}

#simulation .answer {
  padding: 40px;
  margin: 0 -40px;
  background-color: #f3f3f3;
  text-align: center;
}

#simulation .answer li {
  display: inline-block;
  padding-top: 4px;
  text-align: center;
  border-bottom: 4px solid #247f6f;
  border-radius: 8px;
  width: 210px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 4px;
  cursor: pointer;
  background-color: #00987e;
}

#simulation .answer li:nth-child(2) {
  margin-left: 30px;
  border-bottom: 4px solid #1d78a7;
  background-color: #2d92c1;
}

#simulation .answer li:hover {
  opacity: 0.7;
}

#simulation .btn {
  width: 74%;
  margin: 0 auto;
}

#simulation .box02 {
  margin-bottom: 15px;
  display: none;
}

#simulation .box02 h3 {
  padding: 18px 20px;
  font-size: 34px;
  color: #fff;
  background-color: #cc576b;
  text-align: center;
}

#simulation .box02 .lists {
  padding: 35px 40px 40px;
  background-color: #fff;
  display: none;
}

#simulation .box02 .lists .rank {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#simulation .box02 .lists .rank span {
  margin-left: 5px;
  font-size: 50px;
  color: #b8271e;
  line-height: 1.1;
}

#simulation .box02 .lists .rank span .num {
  font-size: 70px;
}

#simulation .box02 .lists .bar {
  margin-bottom: 20px;
  text-align: center;
}

#simulation .box02 .lists .text-area .img {
  width: 35%;
  float: left;
}

#simulation .box02 .lists .text-area .type {
  padding-top: 10px;
  width: 60%;
  float: right;
}

#simulation .box02 .lists .text-area .type .tit {
  margin-bottom: 35px;
  padding: 10px 20px;
  border-bottom: 5px solid #8bbae5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-color: #c9dff1;
  color: #002869;
  position: relative;
}

#simulation .box02 .lists .text-area .type .tit:after {
  content: " ";
  width: 82px;
  height: 32px;
  background: url(../img/shindan_arw.png) 0 0 no-repeat;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -41px;
}

#simulation .box02 .lists .text-area .type .text02 {
  font-size: 14px;
  line-height: 1.8;
}

#simulation .box02 .again {
  margin-bottom: 15px;
  padding: 0 20px 40px;
  background-color: #fff;
  text-align: center;
}

#simulation .box02 .again span {
  display: inline-block;
  padding: 10px 50px 6px;
  text-align: center;
  border-bottom: 4px solid #cc576b;
  border-radius: 8px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #d76f81;
}

#simulation .box02 .again span:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #simulation {
    padding-bottom: 40px;
    background-size: 512px auto;
  }

  #simulation .box {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }

  #simulation .tab li {
    font-size: 20px;
  }

  #simulation .answer {
    padding: 20px;
    margin: 0 -20px;
  }

  #simulation .answer li:hover {
    opacity: 1;
  }

  #simulation .box02 .lists .text-area .type .tit {
    padding: 8px 20px;
    font-size: 22px;
  }

  #simulation .box02 .lists .text-area .type .text02 {
    font-size: 14px;
    line-height: 1.5;
  }

  #simulation .box02 .again span:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 680px) {
  #simulation {
    padding-bottom: 25px;
  }

  #simulation .tit-area01 h2 img {
    padding-left: 8%;
    width: 92%;
  }

  #simulation .tit-area01 .icon {
    top: -80%;
    left: 1%;
    width: 10%;
  }

  #simulation .tit-area01 {
    margin-bottom: 20px;
  }

  #simulation .box {
    padding: 15px 15px 0;
    margin-bottom: 20px;
  }

  #simulation .tab {
    margin-bottom: 10px;
  }

  #simulation .tab li {
    padding: 11px 3px 5px;
    font-size: 16px;
  }

  #simulation .text-wrap {
    margin: 10px;
    height: 150px;
  }

  #simulation .text p {
    height: 150px;
    font-size: 18px;
  }

  #simulation .text p img {
    margin-bottom: 15px;
    height: 60px;
  }

  #simulation .answer {
    padding: 15px;
    margin: 0 -15px;
  }

  #simulation .answer li {
    padding-top: 2px;
    width: 45%;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
  }

  #simulation .answer li:nth-child(2) {
    margin-left: 5%;
  }

  #simulation .btn {
    width: 100%;
    margin: 0 auto;
  }

  #simulation .box02 h3 {
    padding: 8px 20px;
    font-size: 22px;
  }

  #simulation .box02 .lists {
    padding: 15px;
  }

  #simulation .box02 .lists .rank {
    margin-bottom: 10px;
    font-size: 18px;
  }

  #simulation .box02 .lists .rank span {
    margin-left: 3px;
    font-size: 26px;
  }

  #simulation .box02 .lists .rank span .num {
    font-size: 32px;
  }

  #simulation .box02 .lists .bar {
    margin-bottom: 15px;
  }

  #simulation .box02 .lists .bar img {
    width: 80%;
  }

  #simulation .box02 .lists .text-area .img {
    width: auto;
    float: none;
    text-align: center;
  }

  #simulation .box02 .lists .text-area .type {
    padding-top: 0;
    width: auto;
    float: none;
    margin-bottom: 15px;
  }

  #simulation .box02 .lists .text-area .type .tit {
    margin-bottom: 25px;
    padding: 5px 10px;
    border-bottom: 2px solid #8bbae5;
    font-size: 18px;
  }

  #simulation .box02 .lists .text-area .type .tit:after {
    content: " ";
    width: 40px;
    height: 16px;
    background-size: 100% auto;
    bottom: -16px;
    margin-left: -20px;
  }

  #simulation .box02 .again {
    padding: 10px 10px 20px;
  }

  #simulation .box02 .again span {
    padding: 10px 0 6px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    width: 70%;
    min-width: 220px;
  }
}
/*		#advice
-----------------------*/
#advice {
  padding-bottom: 80px;
}

#advice .tit-area01 {
  margin-bottom: 60px;
}

#advice .tit-area01 h2 img {
  padding-left: 19%;
  width: 42%;
}

#advice .tit-area01 .icon {
  position: absolute;
  top: -60%;
  left: 15%;
  width: 22.5%;
}

#advice .mobale {
  margin-bottom: 80px;
}

#advice .mobale .img {
  margin-left: 2%;
  width: 30%;
  float: left;
}

#advice .mobale .text-area {
  padding-top: 6%;
  margin-right: 2%;
  width: 63%;
  float: right;
}

#advice .mobale .text-area li {
  padding: 24px 30px;
  margin-left: 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  position: relative;
  background-color: #8aef48;
  color: #033333;
  font-size: 22px;
  font-weight: bold;
}

#advice .mobale .text-area li:last-child {
  margin-bottom: 0;
}

#advice .mobale .text-area li:after {
  content: " ";
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-bottom: 22px solid #8aef48;
  position: absolute;
  top: 5%;
  left: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#advice .mitsumori {
  position: relative;
}

#advice .mitsumori:after {
  content: " ";
  width: 130px;
  height: 46px;
  background: url(../img/border_box_yaji.png) 0 0 no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -65px;
}

#advice .mitsumori .border-box-inner {
  padding-top: 0;
  padding-bottom: 0;
  overflow: inherit;
}

#advice .mitsumori .lead {
  margin: 0 -35px 25px;
  padding: 16px 10px;
  border-radius: 21px 21px 0 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #253b67;
}

#advice .mitsumori .text-area {
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

#advice .mitsumori .text01 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

#advice .mitsumori .text01 span {
  color: #08a608;
}

#advice .mitsumori .text02 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}

#advice .mitsumori .text02 span {
  color: #b8271e;
}

#advice .mitsumori .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28%;
}

#advice .mitsumori .btn-area {
  padding-bottom: 13px;
  margin: 0 -35px;
  border-radius: 0 0 21px 21px;
  background-color: #fffcde;
}

#advice .mitsumori .btn-area .btn {
  text-align: center;
  position: relative;
  top: -17px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #advice .mitsumori .text02 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #advice .mobale .text-area li {
    padding: 15px 20px;
    margin-left: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    font-size: 18px;
  }

  #advice .mobale .text-area li:after {
    border: 17px solid transparent;
    border-bottom: 17px solid #8aef48;
    top: 5%;
    left: -15px;
  }
}
@media screen and (max-width: 680px) {
  #advice {
    padding-bottom: 20px;
  }

  #advice .tit-area01 {
    margin-bottom: 20px;
  }

  #advice .tit-area01 h2 img {
    padding-left: 15%;
    width: 60%;
  }

  #advice .tit-area01 .icon {
    top: -36%;
    left: 5%;
  }

  #advice .mobale {
    margin-bottom: 30px;
  }

  #advice .mobale .img {
    margin-left: 0;
    width: 28%;
  }

  #advice .mobale .text-area {
    padding-top: 2%;
    margin-right: 0;
    width: 70%;
  }

  #advice .mobale .text-area li {
    padding: 10px 15px;
    margin-left: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 14px;
  }

  #advice .mobale .text-area li:last-child {
    margin-bottom: 0;
  }

  #advice .mobale .text-area li:after {
    border: 10px solid transparent;
    border-bottom: 10px solid #8aef48;
    top: 10%;
    left: -8px;
  }

  #advice .mitsumori:after {
    width: 65px;
    height: 23px;
    background-size: 65px auto;
    top: -20px;
    margin-left: -32px;
  }

  #advice .mitsumori .lead {
    margin: 0 -12px 15px;
    padding: 8px 10px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }

  #advice .mitsumori .text01 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #advice .mitsumori .text02 {
    font-size: 18px;
  }

  #advice .mitsumori .btn-area {
    padding-bottom: 8px;
    margin: 0 -12px;
    border-radius: 0 0 10px 10px;
  }

  #advice .mitsumori .btn-area .btn {
    top: -10px;
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  #advice .mobale .text-area li {
    padding: 8px 10px;
    margin-left: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  #advice .mobale .text-area li:after {
    top: -8%;
  }
}
/*		#select
-----------------------*/
#select {
  padding-bottom: 80px;
  background: url(../img/select_bg.png) center 380px no-repeat, url(../img/select_bg.png) center 1600px no-repeat;
  background-color: #e8edf8;
}

#select .tit-area01 {
  margin-bottom: 20px;
}

#select .tit-area01 h2 img {
  width: 70%;
}

#select .faq {
  margin-bottom: 50px;
  position: relative;
}

#select .faq li {
  width: 48%;
  float: left;
}

#select .faq li:nth-child(2) {
  float: right;
}

#select .faq .arw {
  width: 8%;
  position: absolute;
  top: 48%;
  left: 46%;
}

#select .btn-area li {
  float: left;
  width: 48%;
}

#select .btn-area li:nth-child(2) {
  float: right;
}

@media screen and (max-width: 680px) {
  #select {
    padding-bottom: 20px;
    background: url(../img/select_bg.png) center 80% no-repeat;
    background-size: 200% auto;
    background-color: #e8edf8;
  }

  #select .tit-area01 {
    margin-bottom: 10px;
  }

  #select .tit-area01 h2 img {
    width: 90%;
  }

  #select .faq {
    margin-bottom: 20px;
    position: relative;
  }

  #select .faq li {
    width: auto;
    float: none;
  }

  #select .faq li {
    margin-bottom: 50px;
  }

  #select .faq li:nth-child(2) {
    float: none;
    margin-bottom: 0;
  }

  #select .faq .arw {
    width: 10%;
    position: absolute;
    top: 47%;
    left: 45%;
  }

  #select h3 {
    overflow: hidden;
  }

  #select h3 img {
    max-width: 110%;
    margin-left: -10%;
  }
}
/*		#exactly
-----------------------*/
#exactly {
  padding-bottom: 60px;
  background-color: #eaeef8;
}

#exactly .tit-area01 {
  margin-bottom: 70px;
}

#exactly .point {
  margin-bottom: 60px;
}

#exactly .point li {
  width: 24%;
  padding: 72px 22px 20px;
  margin-right: 1.3%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#exactly .point li:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  border-right: 3px solid #d3d6df;
  border-bottom: 3px solid #d3d6df;
  z-index: 0;
  box-sizing: border-box;
}

#exactly .point li:nth-child(4) {
  margin-right: 0;
}

#exactly .point li p {
  position: relative;
}

#exactly .point li .icon {
  position: absolute;
  top: -20px;
  left: 35%;
  width: 30%;
}

#exactly .point li .text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  min-height: 6em;
}

#exactly .point li .text span {
  color: #2885ce;
}

#exactly .hodeji {
  margin-bottom: 80px;
  position: relative;
}

#exactly .hodeji .border-box-inner {
  overflow: inherit;
}

#exactly .hodeji .logo {
  float: left;
}

#exactly .hodeji .text {
  padding-top: 15px;
  margin-left: 300px;
  font-size: 20px;
}

#exactly .hodeji .text .blue {
  color: #002869;
  font-weight: bold;
}

#exactly .hodeji .text .red {
  color: #b01717;
  font-weight: bold;
}

#exactly h3 {
  margin-bottom: 28px;
  text-align: center;
}

#exactly .change {
  margin-bottom: 60px;
}

#exactly .change .border-box-inner {
  padding-bottom: 0;
}

#exactly .change .img01 {
  margin-bottom: 40px;
}

#exactly .change .next {
  padding: 16px 10px;
  margin: 0 -35px;
  font-size: 32px;
  font-weight: bold;
  color: #fff953;
  text-align: center;
  background-color: #253b67;
  position: relative;
}

#exactly .change .next:after {
  content: " ";
  margin-left: -45px;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 30px solid #253b67;
  position: absolute;
  top: 100%;
  left: 50%;
}

#exactly .change .text {
  padding: 60px 35px 35px;
  margin: 0 -35px;
  text-align: center;
  background-color: #fffcde;
}

#exactly .summary-text {
  margin-bottom: 25px;
  text-align: center;
}

#exactly .summary .border-box-inner {
  padding-top: 0;
}

#exactly .summary .lead {
  margin: 0 -35px 40px;
  padding: 16px 10px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #253b67;
}

#exactly .summary .list01 {
  margin-bottom: 25px;
  text-align: center;
}

#exactly .summary .list01 li {
  display: inline-block;
  margin: 0 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #233a62;
  width: 15%;
}

#exactly .summary .list01 li div {
  margin-bottom: 10px;
}

#exactly .summary .lead02 {
  margin: 0 -35px 50px;
  padding: 14px 35px;
  text-align: center;
  color: #fff;
  background-color: #526490;
  font-size: 34px;
  font-weight: bold;
}

#exactly .summary .tel {
  padding-bottom: 35px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
  color: #253b67;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

#exactly .summary .tel img {
  margin-left: 10px;
}

#exactly .summary .btn li {
  float: left;
  width: 48%;
}

#exactly .summary .btn li:nth-child(2) {
  float: right;
}

@media screen and (max-width: 768px) {
  #exactly .hodeji {
    margin-bottom: 40px;
  }

  #exactly .hodeji .logo {
    width: 30%;
  }

  #exactly .hodeji .text {
    margin-left: 32%;
    padding-top: 0;
  }

  #exactly .change .text img {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  #exactly {
    padding-bottom: 20px;
  }

  #exactly .tit-area01 {
    margin-bottom: 30px;
  }

  #exactly .point {
    margin-bottom: 20px;
  }

  #exactly .point li {
    margin-bottom: 30px;
    width: 48%;
    padding: 30px 10px 10px;
    margin-right: 0;
    float: left;
  }

  #exactly .point li:nth-child(even) {
    float: right;
  }

  #exactly .point li:nth-child(odd) {
    clear: both;
  }

  #exactly .point li .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }

  #exactly .point li .text {
    font-size: 14px;
  }

  #exactly .hodeji {
    margin-bottom: 20px;
  }

  #exactly .hodeji:after {
    width: 65px;
    height: 23px;
    background-size: 65px auto;
    top: -19px;
    margin-left: -32px;
  }

  #exactly .hodeji .text {
    font-size: 12px;
  }

  #exactly h3 {
    margin-bottom: 10px;
  }

  #exactly .change {
    margin-bottom: 20px;
  }

  #exactly .change .img01 {
    margin-bottom: 15px;
  }

  #exactly .change .next {
    padding: 8px 10px;
    margin: 0 -12px;
    font-size: 16px;
  }

  #exactly .change .next:after {
    margin-left: -24px;
    border: 24px solid transparent;
    border-top: 15px solid #253b67;
  }

  #exactly .change .text {
    padding: 25px 35px 15px;
    margin: 0 -12px;
  }

  #exactly .change .text img {
    width: 100%;
  }

  #exactly .summary-text {
    margin-bottom: 15px;
  }

  #exactly .summary .lead {
    margin: 0 -12px 15px;
    padding: 8px 10px;
    font-size: 16px;
  }

  #exactly .summary .list01 {
    margin-bottom: 15px;
  }

  #exactly .summary .list01 li {
    display: inline-block;
    margin: 0 1%;
    font-size: 16px;
    width: 30%;
  }

  #exactly .summary .list01 li div {
    margin-bottom: 5px;
  }

  #exactly .summary .lead02 {
    margin: 0 -12px 15px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
  }

  #exactly .summary .tel {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  #exactly .summary .tel img {
    margin-top: 10px;
    display: inline-block;
    margin-left: 0;
  }
}
/*		#after
-----------------------*/
#after {
  background: url(../img/after_bg.png) center bottom repeat-x;
  background-color: #f5efdc;
}

#after .contents {
  background: url(../img/after_bg.png) center bottom repeat-x, url(../img/after_illust01.png) 0 bottom no-repeat, url(../img/after_illust02.png) right bottom no-repeat;
  padding-bottom: 128px;
}

#after .tit-area01 {
  margin-bottom: 40px;
  background-color: #514521;
}

#after .tit-area01 h2 img {
  width: 64%;
}

#after ul {
  margin-bottom: 60px;
  background: url(../img/after_next.png) center 60% no-repeat;
  background-size: 7% auto;
}

#after li {
  width: 45%;
  float: left;
}

#after li:nth-child(2) {
  float: right;
}

#after .btn {
  width: 62%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  #after {
    background: url(../img/after_bg.png) center bottom repeat-x;
    background-size: 139px 36px;
    background-color: #f5efdc;
  }

  #after .contents {
    background: url(../img/after_bg.png) center bottom repeat-x, url(../img/after_illust01.png) 0 bottom no-repeat, url(../img/after_illust02.png) right bottom no-repeat;
    background-size: 139px 36px, 73px auto, 41px auto;
    padding-bottom: 60px;
  }

  #after .tit-area01 {
    margin-bottom: 10px;
  }

  #after .tit-area01 h2 img {
    width: 83%;
  }

  #after ul {
    margin-bottom: 20px;
  }

  #after .btn {
    width: 80%;
  }
}
/*		#contact
-----------------------*/
#contact .tit-area01 {
  margin-bottom: 45px;
}

#contact .tit-area01 h2 img {
  width: 70%;
}

@media screen and (max-width: 1000px) {
  #contact iframe {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  #contact .tit-area01 {
    margin-bottom: 20px;
  }

  #contact .tit-area01 h2 img {
    width: 90%;
  }
}
/*-----------------------------------------

		#floating

-----------------------------------------*/
#floating {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
#floating.no-floating {
  position: static;
}
#floating .inner {
  position: relative;
}
#floating .btn {
  padding: 0 0 10px;
  margin: 0 auto;
  width: 74%;
  text-align: center;
  position: relative;
  top: -10px;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  #floating .btn {
    padding: 0 0 1px;
  }
}
#floating .btn-list {
  padding: 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #floating .btn-list {
    padding: 15px 20px;
  }
}
#floating .btn-list li {
  -webkit-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}
#floating .btn-list li img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------

		#footer

-----------------------------------------*/
#footer {
  margin-top: 30px;
  border-top: 1px solid #d7d7d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .logo {
  width: 26%;
  float: left;
}

#footer .copyright {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 25px;
  display: none;
  z-index: 11;
}

@media screen and (max-width: 1000px) {
  #pagetop {
    width: 10%;
  }
}
@media screen and (max-width: 680px) {
  #footer {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #footer .logo {
    width: 150px;
    float: left;
  }

  #footer .copyright {
    clear: both;
    padding-top: 10px;
    font-size: 10px;
    text-align: left;
  }

  #pagetop {
    bottom: 10px;
  }
}
