@charset "utf-8";
/* ------------------------------------------------------------------
  roomplan/comparison  CSS

  2018/06/05 326_sakaguchi 
------------------------------------------------------------------ */
header {
  border-bottom: none;
  max-width: 1000px;
  width: 100%;
}

footer {
  margin-top: 0;
  width: 100%;
}

body {
  background: #F8F4EC;
  font-size: 16px;
}

.view_sp {
  display: none;
}

.view_pc {
  display: block;
}

@media screen and (max-width: 360px) {
  #gl_ptop p {
    font-size: 100%;
  }
}

@media screen and (max-width: 736px) {
  .view_sp {
    display: block;
  }

  .view_pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #contents .txt_space {
    font-size: 100%;
    margin: 0 0.3em;
  }
}

/* -------------------------------
  #contents
---------------------------------- */
#contents {
  background: #F8F4EC;
  margin: 1em auto 0;
  padding-bottom: 1%; 
  width: 100%;
}

#contents.fixed_margin {
  margin-top: 4em;
}

@media screen and (max-width: 736px) {
  #contents {
    margin: 0 auto;
  }
  #contents.fixed_margin {
    margin-top: 0;
  }
}

#contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

h1 {
  background: url(/sakae/roomplan/comparison/image/bg-mainttl.png) repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding: 1% 0;
  text-align: center;
}

h1 span {
  display: inline-block;
  font-size: 65%;
  letter-spacing: 0;
  line-height: 1.3em;
  margin: 0 auto;
  padding: 0 0 5px;
  position: relative;
}

h1 span::before {
  background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
  background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 130%;
    padding: 2% 0;
  }

  h1 span {
    font-size: 80%;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 115%;
  }
}

/* -------------------------------
  .con_lead
---------------------------------- */
.wrp_lead {
  padding: 50px 0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .wrp_lead {
    margin-bottom: 0;
    padding: 30px 0;
  }
}

.wrp_lead .con_lead {
  margin: 0 auto;
  max-width: 900px; 
  overflow: hidden;
  width: 87.89%;
}

.wrp_lead .con_lead figure {
  float: left;
  width: 50%;
}

.wrp_lead .con_lead .box_txt {
  float: right;
  width: 47.22%;
}

.wrp_lead .con_lead .box_txt p {
  margin-bottom: 2%;
  text-align: justify;
}

.wrp_lead .con_lead .box_txt p:last-of-type {
  margin-bottom: 0;
}

.wrp_lead .con_lead .box_txt p .txt_red {
  border-bottom: 1px solid #C83763;
  color: #C83763;
}

.wrp_lead .con_lead .box_txt p .txt_blue {
  border-bottom: 1px solid #3075AB;
  color: #3075AB;
}

.wrp_lead .caution  {
  text-align: center;
  padding: 15px;
  background-color: azure;
  width: 70%;
  margin: 30px auto 0;
  color: firebrick;
}


@media screen and (max-width: 736px) {
  .wrp_lead .con_lead {
    width: 90%;
  }

  .wrp_lead .con_lead figure {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .wrp_lead .con_lead .box_txt {
    float: none;
    width: 100%;
  }

  .wrp_lead .caution  {
    text-align: left;
    width: 90%;
  }

}



/* -------------------------------
  .con_comparison
---------------------------------- */
.wrp_comparison {
  background: #bcddcd; /* Old browsers */
  background: -moz-linear-gradient(top, #bcddcd 1%, #ffffff 9%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bcddcd 1%,#ffffff 9%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bcddcd 1%,#ffffff 9%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 45px 0;
}

.box_ttl {
  background: #fff;
  box-shadow:0px 2px 6px 0px #afafaf;
  margin: 0 auto 3%;
  max-width: 940px;
  padding: 1% 0;
  width: 91.79%;
}

.box_ttl p {
  background: #AC1526;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  display: block;
  font-feature-settings: "palt";
  font-size: 110%;/*文字の大きさ*/
  font-weight: bold;
  line-height: 1.5em;/*リボンの高さ*/
  margin: 0 auto 5px;
  padding: 1% 0;
  position: relative;
  text-align: center;
  width: 90%;
}

.box_ttl p:before,
.box_ttl p:after{
  content: '';
  height: 0px;
  position: absolute;
  width: 0px;
}

.box_ttl p:before{
  border-width: 22px 0px 22px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  left: 0;
  top: 0;
}

.box_ttl p:after{
  border-width: 22px 20px 22px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  top: 0;
  right: 0;
}

h2 {
  color: #235F48;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 200%;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
}

h2 span {
  font-size: 85%;
}


.con_comparison {
  margin: 0 auto;
  max-width: 900px; 
  overflow: hidden;
  width: 87.89%;
}

@media screen and (max-width: 736px) {
  .wrp_comparison {
    background: #fff;
    padding: 0;
  }
  .box_ttl {
    box-shadow: none;
    width: 100%;
  }
  .box_ttl p {
    font-size: 100%;
    line-height: 1.3em;
    padding: 3% 1em;
    text-align: left;
    width: 100%;
  }
  .box_ttl p:before,
  .box_ttl p:after {
    display: none;
  }

  .box_ttl h2 {
    font-size: 150%;
    font-weight: bold;
    padding: 0 0.3em;
    text-align: left;
  }

  .con_comparison p {
    margin: 0 1em 30px;
    text-align: left;
  }
  .con_comparison {
    width: 100%;
  }
}


/* box_nonfani */
.con_comparison .box_nonfani {
  margin: 0 auto 70px;
  max-width: 880px;
  overflow: hidden;
  width: 97.77%;
}

@media screen and (max-width: 736px)  {
  .con_comparison .box_nonfani {
    margin-bottom: 70px; 
  }
}

.con_comparison .box_nonfani h3 {
  color: #1A2B63;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 170%;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

.con_comparison .box_nonfani h3:before,
.con_comparison .box_nonfani h3:after {
  background-color: #1A2B63;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 50%;
  width: 20%;
}

.con_comparison .box_nonfani h3:before {
  left: 0;
}
.con_comparison .box_nonfani h3:after {
  right: 0;
}

@media screen and (max-width: 736px) {
  .con_comparison .box_nonfani h3 {
    border-bottom: 3px solid #1A2B63;
    font-size: 140%;
    display: block;
    margin: 0 auto 30px;
    text-align: left;
    width: 95%;
  }

  .con_comparison .box_nonfani h3:before,
  .con_comparison .box_nonfani h3:after {
    display: none;
  }
}

.con_comparison .box_nonfani .left {
  float: left;
  width: 28.40%;
}

.con_comparison .box_nonfani .left figure {
  margin-bottom: 25px;
}

.con_comparison .box_nonfani .left .btn {
  background: #6b520f;
  background: -moz-linear-gradient(top, #a07d1c 1%, #6b520f 100%);
  background: -webkit-linear-gradient(top, #a07d1c 1%,#6b520f 100%);
  background: linear-gradient(to bottom, #a07d1c 1%,#6b520f 100%);
  border: 1px solid #805D1C;
  border-radius: 5px;
  display: block;
  line-height: 1.3em!important;
  margin: 0 auto 5%!important;
  position: relative;
  width: 85%;
}

.con_comparison .box_nonfani .left .btn:hover {
  opacity: .8;
}

.con_comparison .box_nonfani .left .btn a {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 115%;
  font-weight: lighter;
  padding: 5% 0 5% 0!important;
  text-decoration: none;
  text-align: center;
}

.con_comparison .box_nonfani .left .btn a:after {
  background: url(../image/ico-arrow.png) center center no-repeat;
  background-size: 0.4em;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0.3em;
  top: 0;
  width: 1em;
}

.con_comparison .box_nonfani .left ul {
  margin-bottom: 5%;
}

.con_comparison .box_nonfani .left ul li {
  color: #755E4B;
  font-size: 90%;
  margin-bottom: 2%;
}

.con_comparison .box_nonfani .left .rent {
  background: #C5E6CB;
  padding-bottom: 10px;
}

.con_comparison .box_nonfani .left .rent p {
  color: #27562F;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 135%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.con_comparison .box_nonfani .left .rent p span {
  font-size: 80%;
}


.con_comparison .box_nonfani .left .rent .txt_balloon {
  background: url("../image/bg-green.png") repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 100%;
  line-height: 1.3em;
  margin-bottom: 15px;
  padding: 0.6em;
  position: relative;
}

.con_comparison .box_nonfani .left .rent .txt_balloon:after {
  border: 13px solid transparent;
  border-top: 10px solid #478050;
  content: '';
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}


@media screen and (max-width: 736px) {
  .con_comparison .box_nonfani .left {
    float: none;
    margin: 0 auto;
    width: 90%;
  }

  .con_comparison .box_nonfani .left figure {
    margin: 0 auto 20px;
    width: 80%;
  }

  .con_comparison .box_nonfani .left .btn a {
    font-size: 135%;
    /*padding-left: 1.5em!important;*/
  }

  .con_comparison .box_nonfani .left ul li {
    text-align: center;
  }

  .con_comparison .box_nonfani .left .rent {
    margin: 0 auto 30px;
    width: 95%;
  }

  .con_comparison .box_nonfani .left .rent p {
    font-size: 165%;
    text-align: center;
  }

  .con_comparison .box_nonfani .left .rent .txt_balloon {
    margin: 0 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .con_comparison .box_nonfani .left .btn a {
    font-size: 115%;
  }

  .con_comparison .box_nonfani .left .rent .txt_balloon {
    font-size: 110%;
    text-align: left;
  }
}



.con_comparison .box_nonfani .right {
  float: right;
  margin-right: 1%;
  width: 65.9%;
}

.con_comparison .box_nonfani .right dl dt {
  background: #0056AE;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 3%;
  padding: 1% 1em;
}

.con_comparison .box_nonfani .right dl dt span {
  background: #fff;
  color: #0056AE;
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
}

.con_comparison .box_nonfani .right dl dd ul {
  margin: 0 auto;
  overflow: hidden;
  width: 95%;
}

.con_comparison .box_nonfani .right dl dd ul li {
  color: #5F5043;
  float: left;
  margin-bottom: 2%;
  padding-left: 1em;
  position: relative;
  width: 50%;
}

.con_comparison .box_nonfani .right dl dd ul li:before{
  border: transparent solid 0.5em;
  border-left-color: #5F5043;
  content: ' ';
  height: 0;
  left: 0;
  margin-top: 0.15em;
  padding: 0px;
  position: absolute;
  width: 0;
}

.con_comparison .box_nonfani .right dl dd:nth-of-type(2) ul li:nth-child(odd) {
  width: 60%;
}

.con_comparison .box_nonfani .right dl dd:nth-of-type(2) ul li:nth-child(even) {
  width: 40%;
}

.con_comparison .box_nonfani .right dl dd:nth-of-type(2) ul li:before{
  border: none;
  content: '・';
  margin-top: 0;
  position: absolute;
}


.con_comparison .box_nonfani .right dl dd ul li span {
  font-size: 85%;
}

.con_comparison .box_nonfani .right dl dd p {
  border-top: 2px solid #B49D88;
  color:  #5F5043;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 1em;
  padding-top: 0.3em;
  text-align: right;
  width: 100%;
}

.con_comparison .box_nonfani .right .initial {
  margin-bottom: 10px;
}

.con_comparison .box_nonfani .right .initial ul {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.con_comparison .box_nonfani .right .initial ul li {
  color: #000;
  display:table-cell;
  position:relative;
  background: #B4DAF4;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 125%;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 2em;
}
.con_comparison .box_nonfani .right .initial ul li:last-child {
  padding-right: 1em;
}
.con_comparison .box_nonfani .right .initial ul li:last-child:before,
.con_comparison .box_nonfani .right .initial ul li:last-child:after {
  display:none;
}
.con_comparison .box_nonfani .right .initial ul li:before,
.con_comparison .box_nonfani .right .initial ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.con_comparison .box_nonfani .right .initial ul li:after {
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.con_comparison .box_nonfani .right .initial ul li span {
  font-size: 85%;
}

.con_comparison .box_nonfani .right .initial ul li.is-current {
  background: url("../image/bg-blue.png") repeat;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.con_comparison .box_nonfani .right .initial ul li.is-current:after {
  border-color: transparent transparent transparent #223369;
}

.con_comparison .box_nonfani .right .initial ul li p {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}

.con_comparison .box_nonfani .right small {
  color: #695B4B;
  display: block;
  font-size: 85%;
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (max-width: 736px) {
  .con_comparison .box_nonfani .right {
    float: none;
    margin: 0 auto;
    width: 90%;
  }

  .con_comparison .box_nonfani .right dl dd ul li {
    float: none;
    width: 100%;
  }

  .con_comparison .box_nonfani .right dl dd:nth-of-type(2) ul li:nth-child(odd),
  .con_comparison .box_nonfani .right dl dd:nth-of-type(2) ul li:nth-child(even) {
    width: 100%;
  }

  .con_comparison .box_nonfani .right dl dd p {
    margin: 0 0 20px;
  }

  .con_comparison .box_nonfani .right .initial ul {
    display: block;
  }

  .con_comparison .box_nonfani .right .initial ul li {
    display: block;
  }

  .con_comparison .box_nonfani .right .initial ul li:last-child {
    padding: 0.5em 1em;
  }

  .con_comparison .box_nonfani .right .initial ul li.is-current {
    text-align: center;
  }

  .con_comparison .box_nonfani .right .initial ul li.is-current:after {
    display: none;
  }

  .con_comparison .box_nonfani .right .initial ul li p {
    font-size: 120%;
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .con_comparison .box_nonfani .right .initial ul li {
    font-size: 110%;
  }
} 


/* box_fani */
.con_comparison .box_fani {
  margin: 0 auto;
  max-width: 880px;
  overflow: hidden;
  width: 97.77%;
}

@media screen and (max-width: 736px)  {
  .con_comparison .box_fani {
    margin-bottom: 50px; 
  }
}

.con_comparison .box_fani h3 {
  color: #90082C;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 170%;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

.con_comparison .box_fani h3:before,
.con_comparison .box_fani h3:after {
  background-color: #90082C;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 50%;
  width: 20%;
}

.con_comparison .box_fani h3:before {
  left: 0;
}
.con_comparison .box_fani h3:after {
  right: 0;
}

@media screen and (max-width: 736px) {
  .con_comparison .box_fani h3 {
    border-bottom: 3px solid #90082C;
    font-size: 140%;
    display: block;
    margin: 0 auto 30px;
    text-align: left;
    width: 95%;
  }

  .con_comparison .box_fani h3:before,
  .con_comparison .box_fani h3:after {
    display: none;
  }
}

.con_comparison .box_fani .left {
  float: left;
  width: 28.8%;
}

.con_comparison .box_fani .left figure {
  margin-bottom: 25px;
}

.con_comparison .box_fani .left .btn {
  background: #6b520f;
  background: -moz-linear-gradient(top, #a07d1c 1%, #6b520f 100%);
  background: -webkit-linear-gradient(top, #a07d1c 1%,#6b520f 100%);
  background: linear-gradient(to bottom, #a07d1c 1%,#6b520f 100%);
  border: 1px solid #805D1C;
  border-radius: 5px;
  display: block;
  line-height: 1.3em!important;
  margin: 0 auto 5%!important;
  position: relative;
  /*text-align: left;*/
  width: 85%;
}

.con_comparison .box_fani .left .btn:hover {
  opacity: .8;
}

.con_comparison .box_fani .left .btn a {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 115%;
  font-weight: lighter;
  padding: 5% 0 5% 0!important;
  text-decoration: none;
  text-align: center;
}

.con_comparison .box_fani .left .btn a:after {
  background: url(../image/ico-arrow.png) center center no-repeat;
  background-size: 0.4em;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0.3em;
  top: 0;
  width: 1em;
}

.con_comparison .box_fani .left ul {
  margin-bottom: 5%;
}

.con_comparison .box_fani .left ul li {
  color: #755E4B;
  font-size: 90%;
  margin-bottom: 2%;
}

.con_comparison .box_fani .left .rent {
  background: #C5E6CB;
  padding-bottom: 10px;
}

.con_comparison .box_fani .left .rent table {
  margin: 0 auto;
  text-align: right;
  width: 80%;
}

.con_comparison .box_fani .left .rent table th {
  color: #27562F;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 110%;
  font-weight: normal;
  line-height: 1em;
  padding: 3% 0;
  width: 48%;
}

.con_comparison .box_fani .left .rent table tr:first-of-type th {
  padding-right: 1em;
}

.con_comparison .box_fani .left .rent table tr:nth-of-type(3) th {
  font-size: 100%;
}

.con_comparison .box_fani .left .rent table td {
  color: #27562F;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 125%;
  line-height: 1em;
  vertical-align: middle;
  width: 52%;
}


.con_comparison .box_fani .left .rent table tr:nth-of-type(2) td {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.con_comparison .box_fani .left .rent p {
  border-top: 2px solid #4C8154;
  color: #27562F;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 135%;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 1%;
  text-align: center;
  width: 95%;
}

.con_comparison .box_fani .left .rent p span {
  font-size: 80%;
}


.con_comparison .box_fani .left .rent .txt_balloon {
  background: url("../image/bg-green.png") repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 100%;
  line-height: 1.3em;
  margin-bottom: 15px;
  padding: 0.6em;
  position: relative;
  width: 100%;
}

.con_comparison .box_fani .left .rent .txt_balloon:after {
  border: 13px solid transparent;
  border-top: 10px solid #478050;
  content: '';
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}



@media screen and (max-width: 736px) {
  .con_comparison .box_fani .left {
    float: none;
    margin: 0 auto;
    width: 90%;
  }

  .con_comparison .box_fani .left figure {
    margin: 0 auto 20px;
    width: 80%;
  }

  .con_comparison .box_fani .left .btn a {
    font-size: 135%;
    /*padding-left: 1.5em!important;*/
  }

  .con_comparison .box_fani .left ul li {
    text-align: center;
  }

  .con_comparison .box_fani .left .rent {
    margin: 0 auto 30px;
    width: 95%;
  }

  .con_comparison .box_fani .left .rent table {
    width: 85%;
  }

  .con_comparison .box_fani .left .rent table th {
    font-size: 140%;
    padding: 3% 0;
    width: 53%;
  }

  .con_comparison .box_fani .left .rent table tr:nth-of-type(3) th {
    font-size: 130%;
  }

  .con_comparison .box_fani .left .rent table td {
    font-size: 150%;
    width: 47%;
  }

  .con_comparison .box_fani .left .rent table tr:nth-of-type(2) td {
    font-size: 150%;
  }

  .con_comparison .box_fani .left .rent p {
    font-size: 165%;
    text-align: center;
  }

  .con_comparison .box_fani .left .rent .txt_balloon {
    margin: 0 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .con_comparison .box_fani .left .btn a {
    font-size: 115%;
  }

  .con_comparison .box_fani .left .rent .txt_balloon {
    font-size: 110%;
    text-align: left;
  }
}



.con_comparison .box_fani .right {
  float: right;
  margin-right: 1%;
  width: 65.9%;
}

.con_comparison .box_fani .right dl dt {
  background: #CC4568;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 3%;
  padding: 1% 0.5em;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dt {
  background: #4A8E55;
  margin-bottom: 0;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dt span {
  background: #fff;
  color: #4A8E55;
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dt .txt_small {
  background: none;
  color: #fff;
  font-size: 80%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd {
  background: #E9F5EC;
  margin-bottom: 0.5em;
  padding: 1em;
  position: relative;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd:after {
  bottom: 0;
  content: url("../image/ico-green-arrow.png");
  display: block;
  height: 68px;
  left: -6%;
  position: absolute;
  width: 41px;
}

.con_comparison .box_fani .right dl dd ul {
  margin: 0 auto;
  overflow: hidden;
  width: 95%;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd ul {
  width: 100%;
}

.con_comparison .box_fani .right dl dd ul li {
  color: #5F5043;
  float: left;
  margin-bottom: 1%;
  padding-left: 1em;
  position: relative;
  width: 50%;
}

.con_comparison .box_fani .right dl dd ul li:before{
  border: transparent solid 0.5em;
  border-left-color: #5F5043;
  content: ' ';
  height: 0;
  left: 0;
  margin-top: 0.15em;
  padding: 0px;
  position: absolute;
  width: 0;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd ul li:nth-child(odd) {
  width: 60%;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd ul li:nth-child(even) {
  width: 40%;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd ul li:before{
  border: none;
  content: '・';
  margin-top: 0;
  position: absolute;
}


.con_comparison .box_fani .right dl dd ul li span {
  font-size: 85%;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd small {
  color: #CD0000;
  font-weight: bold;
  padding-left: 0;
  text-indent: 0;
}

.con_comparison .box_fani .right dl dd p {
  border-top: 2px solid #B49D88;
  color:  #5F5043;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 1em;
  padding-top: 0.3em;
  text-align: right;
  width: 100%;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd p {
  color: #198129;
  font-size: 130%;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd p span:first-of-type {
  font-size: 80%;
  font-weight: normal;
  margin-right: 1.5em;
}

.con_comparison .box_fani .right dl:nth-of-type(2) dd p span:last-of-type {
  font-size: 80%;
}

.con_comparison .box_fani .right .initial {
  margin-bottom: 30px;
}

.con_comparison .box_fani .right .initial ul {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.con_comparison .box_fani .right .initial ul li {
  color: #000;
  display:table-cell;
  position:relative;
  background: #F7C8D3;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 125%;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 2em;
}
.con_comparison .box_fani .right .initial ul li:last-child {
  padding-right: 1em;
}
.con_comparison .box_fani .right .initial ul li:last-child:before,
.con_comparison .box_fani .right .initial ul li:last-child:after {
  display:none;
}
.con_comparison .box_fani .right .initial ul li:before,
.con_comparison .box_fani .right .initial ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.con_comparison .box_fani .right .initial ul li:after {
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.con_comparison .box_fani .right .initial ul li span {
  font-size: 85%;
}

.con_comparison .box_fani .right .initial ul li.is-current {
  background: url("../image/bg-red.png") repeat;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.con_comparison .box_fani .right .initial ul li.is-current:after {
  border-color: transparent transparent transparent #9E2542;
}

.con_comparison .box_fani .right .initial ul li p {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}

.con_comparison .box_fani .right small {
  color: #695B4B;
  display: block;
  font-size: 85%;
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (max-width: 736px) {
  .con_comparison .box_fani .right {
    float: none;
    margin: 0 auto;
    width: 90%;
  }

  .con_comparison .box_fani .right dl dd ul li {
    float: none;
    width: 100%;
  }

  .con_comparison .box_fani .right dl:nth-of-type(2) dd ul li:nth-child(odd),
  .con_comparison .box_fani .right dl:nth-of-type(2) dd ul li:nth-child(even) {
    width: 100%;
  }

  .con_comparison .box_fani .right dl:nth-of-type(2) dd:after {
    display: none;
  }

  .con_comparison .box_fani .right dl dd p {
    padding: 0;
    margin: 0 0 20px;
  }

  .con_comparison .box_fani .right dl:nth-of-type(2) dd p span:first-of-type {
    font-size: 70%;
    margin-right: 0;
    text-align: left;
  }

  .con_comparison .box_fani .right .initial {
    margin-bottom: 30px;
  }

  .con_comparison .box_fani .right .initial ul {
    display: block;
  }

  .con_comparison .box_fani .right .initial ul li {
    display: block;
  }

  .con_comparison .box_fani .right .initial ul li:last-child {
    padding: 0.5em 1em;
  }

  .con_comparison .box_fani .right .initial ul li.is-current {
    text-align: center;
  }

  .con_comparison .box_fani .right .initial ul li.is-current:after {
    display: none;
  }

  .con_comparison .box_fani .right .initial ul li p {
    font-size: 120%;
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .con_comparison .box_fani .right .initial ul li {
    font-size: 115%;
  }
}


/* -------------------------------
  .con_result
---------------------------------- */
.wrp_result h2 {
  background: #6e5c49; /* Old browsers */
  background: -moz-linear-gradient(top, #6e5c49 0%, #85704c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6e5c49 0%,#85704c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6e5c49 0%,#85704c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 165%;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  padding: 1% 0;
  text-align: center;
}

.wrp_result h2 span {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 640px;
}

.wrp_result h2 span:before {
  background: url(../image/ico-ttl-left.png) center center no-repeat;
  background-size: 100px;
  bottom: 0;
  content: "";
  display: block;
  left: 0em;
  position: absolute;
  top: 0;
  width: 100px;
}

.wrp_result h2 span:after {
  background: url(../image/ico-ttl-right.png) center center no-repeat;
  background-size: 100px;
  bottom: 0;
  content: "";
  display: block;
  right: 0em;
  position: absolute;
  top: 0;
  width: 100px;
}

@media screen and (max-width: 736px) {
  .wrp_result h2 {
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 2% 0;
  }

  .wrp_result h2 span {
    width: 100%;
  }
  .wrp_result h2 span:before,
  .wrp_result h2 span:after {
    display: none;
  }
}

.con_result {
  margin: 0 auto 50px;
  max-width: 805px;
  width: 78.61%;
}

.con_result .box_lead {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.con_result .box_lead figure {
  float: left;
  width: 44.09%;
}

.con_result .box_lead .right {
  float: right;
  width: 53.41%;
}

.con_result .box_lead .right p {
  text-align: justify;
}

.con_result .box_lead .right p .txt_red {
  color: #B9242D;
}

.con_result .box_lead .right small {
  display: block;
  font-size: 85%;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.con_result .box_standard h3 {
  background: url("../image/bg-brown.png") repeat;
  border: solid 3px #B9AF7C;
  -webkit-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -moz-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -o-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  border-image: url(../image/border.jpg) 1 stretch;
  box-shadow:0px 1px 4px 0px #cccccc;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 1% 0;
  text-align: center;
  width: 100%;
}

.con_result .box_standard figure {
  margin: 0 auto;
  width: 95%;
}

.con_result .box_standard figure a {
  pointer-events: none;
}

.pswp__caption__center {
  line-height: 1em;
}

.con_result .box_standard small {
  color: #B90C0C;
  display: block;
  font-size: 100%;
  margin-left: 2.7em;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (max-width: 736px) {
  .con_result {
    width: 95%;
  }
  .con_result .box_lead figure {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  .con_result .box_lead .right {
    float: none;
    margin: 0 auto;
    width: 95%;
  }

  .con_result .box_standard h3 {
    font-size: 115%;
    padding: 3% 0.5em;
    text-align: left;
  }

  .con_result .box_standard figure {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 1%;
    position: relative;
    width: 95%;
  }

  .con_result .box_standard figure:after {
    bottom: 0;
    content: url("../image/ico_mag_glass_index.png");
    height: 25px;
    right: 0;
    position: absolute;
    width: 25px;
  }

  .con_result .box_standard figure a {
    pointer-events: auto;
  }

  .con_result .box_standard small {
    margin: 0 1em;
  }
}