@charset "UTF-8";
/* CSS Document */
/* HTML Reset
******************************************/
html {
  -webkit-text-size-adjust: 100%; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, img, strong, sup, dl, dt, dd, ol, ul, li, section, article, header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.lstNotice > li {
  padding-left: 1.25rem;
  padding-bottom: .25rem;
  position: relative;
  font-size: .875rem; }
  .lstNotice > li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    font-family: sans-serif; }

a {
  display: inline-block;
  text-decoration: none; }

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom; }

section, nav, article, header, footer {
  display: block;
  height: auto; }

a:link,
a:visited,
a:hover {
  color: #000000; }

a.textlink:link,
a.textlink:visited,
a.textlink:hover {
  color: blue;
  text-decoration: underline; }

a.textlink:hover {
  text-decoration: none; }

.is_hidden-md {
  display: none; }

/******************************************/
/***************初期値*********************/
body {
  background: #ffffff;
  font-size: 16px;
  color: #333;
  font-family: "meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }

#wrapper {
  overflow: hidden; }

input[type~=text],
input[type~=tel] {
  width: 146px;
  padding: 10px;
  padding-right: .35rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -uu-box-shadow: inset -1px 1px #cccccc;
  box-shadow: inset inset -1px 1px #cccccc;
  font-family: "meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: right;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  border: solid 1px #D3D3D3; }

select {
  padding: 3px 0;
  font-size: 90%;
  width: 30%;
  border-radius: 6px;
  -uu-box-shadow: inset -1px 1px #cccccc;
  box-shadow: inset inset -1px 1px #cccccc; }

/***************クリアフィックス*********************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

/******************************************/
#header .container {
  width: 768px;
  margin: 0 auto; }
  #header .container .logo {
    width: 179px;
    margin: 20px 0 20px 10px; }
  #header .container #ttl1 {
    padding: .5rem 20px;
    background-color: #e9f6bf;
    font-size: 1.25rem;
    color: #333333; }

section .container {
  width: 730px;
  margin: 0 auto; }

section.bgGray {
  background: #f4f4f4; }

h2 {
  font-size: 1.25rem;
  font-weight: bold; }

.boxRead {
  margin-top: 1.25rem; }

.boxResult {
  height: 110px;
  margin-top: 2rem;
  position: relative; }

.boxFollow {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 5;
  transition: box-shadow .2s ease-in-out; }

.boxResult.is_fixed .boxFollow {
  position: fixed;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

#sim {
  width: 730px;
  margin: 0 auto; }
  #sim .row {
    padding: 7px 65px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    #sim .row .ttlSim {
      font-size: 1.25rem;
      font-weight: bold;
      }
    #sim .row .simPrice {
      font-size: .875rem;
      font-weight: bold;
      text-align: right; }
      #sim .row .simPrice span {
        margin-right: .5rem;
        display: inline-block;
        font-size: 1.8rem;
        font-weight: bold;
        color: #db2129; }

.boxSim {
  padding-top: 1.5rem;
  padding-bottom: 1.6875rem; }
  .boxSim .ttl_sub2 {
    font-size: 1.375rem;
    /* font-weight: bold; */
    text-align: center;
    }
  .boxSim .inpGroup {
    margin-top: 1rem;
    padding: 20px 65px 15px;
    background: #fff; }
    .boxSim .inpGroup .ttlInp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .boxSim .inpGroup .ttlInp .icnGroup {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .boxSim .inpGroup .ttlInp .icnGroup .icn {
          width: 60px; }
        .boxSim .inpGroup .ttlInp .icnGroup .inpLabel {
          padding-left: 20px;
          font-size: 1.1rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          }
          .boxSim .inpGroup .ttlInp .icnGroup .inpLabel .icnTooltip {
            width: 1.25rem;
            height: 1.25rem;
            margin-left: 9px;
            display: block;
            border-radius: 50%;
            border: solid 1px #ccc;
            box-sizing: border-box;
            font-size: .75rem;
            font-weight: bold;
            color: #1767c1;
            line-height: 1.25rem;
            text-align: center;
            background: #fff;
            cursor: pointer; }
      .boxSim .inpGroup .ttlInp .inpText .txtLabel {
        width: 2.5rem;
        display: inline-block;
        text-align: right;
        font-weight: bold; }
    .boxSim .inpGroup.boxPrice {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .boxSim .inpGroup.boxPrice .inpLabel {
        font-size: 1.1rem;
        font-weight: bold;
        }
      .boxSim .inpGroup.boxPrice #viewPrice {
        font-size: 1.3rem;
        font-weight: bold;
        display: inline-block;
        }
      .boxSim .inpGroup.boxPrice .txtLabel {
        width: 2.5rem;
        display: inline-block;
        text-align: right;
        font-weight: bold; }
    .boxSim .inpGroup.boxBorrowingAmount {
      margin-top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      border-top: solid 1px #ccc; }
      .boxSim .inpGroup.boxBorrowingAmount .inpLabel {
        font-size: 1.1rem;
        font-weight: bold;
        }
      .boxSim .inpGroup.boxBorrowingAmount #borrowingAmount {
        font-size: 1.3em;
        font-weight: bold;
        color: #db2129;
        display: inline-block;
        }
      .boxSim .inpGroup.boxBorrowingAmount .txtLabel {
        width: 2.5rem;
        display: inline-block;
        text-align: right;
        font-weight: bold; }
    .boxSim .inpGroup .lstNotice {
      margin-top: .75rem;
      margin-left: .5rem; }
      .boxSim .inpGroup .lstNotice > li {
        padding-left: .9rem; }
  .boxSim .ttlInp.is_hide {
    display: none; }

.link a {
  font-size: .875rem;
  color: #1565c0;
  text-decoration: none;
  background: url(./arrow_right_black.png) no-repeat left 7px;
  padding-left: 10px; }
  .link a:hover {
    color: #f00; }

.boxBuilding {
  margin-top: 20px;
  border-radius: 2px;
  border: solid 1px #d3d3d3; }
  .boxBuilding > .ttl {
    padding: 10px 20px;
    font-weight: bold;
    background: #f0f0f0; }
  .boxBuilding .detail {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .boxBuilding .detail .building {
      width: 510px;
      display: -ms-flexbox;
      display: flex; }
      .boxBuilding .detail .building .img {
        width: 130px; }
        .boxBuilding .detail .building .img img {
          display: block; }
      .boxBuilding .detail .building .txt {
        width: 380px;
        padding-left: 15px;
        font-size: 1.125rem;
        box-sizing: border-box; }
        .boxBuilding .detail .building .txt > .ttl {
          font-weight: bold; }
        .boxBuilding .detail .building .txt .price {
          margin-top: .5rem;
          font-weight: bold; }
          .boxBuilding .detail .building .txt .price .num {
            color: #da171e; }
    .boxBuilding .detail .btns {
      width: 165px; }
      .boxBuilding .detail .btns ul li .btn {
        width: 165px;
        height: 0;
        margin-bottom: 10px;
        padding-top: 47px;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        .boxBuilding .detail .btns ul li .btn.btnContact {
          background: url(./btn_contact.png);
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: top left; }
          .boxBuilding .detail .btns ul li .btn.btnContact:hover {
            background-position: bottom left; }
        .boxBuilding .detail .btns ul li .btn.btnTour {
          background: url(./btn_tour.png);
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: top left; }
          .boxBuilding .detail .btns ul li .btn.btnTour:hover {
            background-position: bottom left; }

.boxNote {
  margin-top: 20px;
  margin-bottom: 2rem;
  border-radius: 2px;
  border: solid 1px #d3d3d3; }
  .boxNote > .ttl {
    padding: 10px 20px;
    font-weight: bold;
    background: #f0f0f0; }
  .boxNote .note {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .boxNote .note .btns {
      width: 160px;
      min-width: 160px;
      font-size: .875rem; }
      .boxNote .note .btns .btnSatei {
        width: 100%;
        background: #f0f0f0;
        color: #1565c0;
        line-height: 3;
        text-align: center; }
        .boxNote .note .btns .btnSatei:hover {
          color: #f00; }

.btnClose {
  width: 280px;
  margin: 40px auto 46px; }
  .btnClose a {
    width: 100%;
    padding: 1.25rem 0;
    display: block;
    line-height: 1;
    background: #f0f0f0;
    border-radius: 3px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    box-shadow: 0 3px 0 0 #ccc;
    position: relative; }
    .btnClose a:before {
      content: '';
      width: 16px;
      height: 15px;
      margin: auto;
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      display: block;
      background: url(./icnClose.png) no-repeat;
      background-size: 100%; }

#breadcrumbs {
  margin-top: 8px;
  padding: 5px;
  background-color: #F5F5F5;
  text-align: left; }

#breadcrumbs a {
  color: #104E8B; }

/***************フッター*********************/
footer {
  border-top: solid 1px #D8D8D8; }
  footer .container {
    width: 730px;
    margin: 0 auto;
    padding: 19px 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    footer .container .logo {
      width: 220px; }
    footer .container .copyright {
      font-size: .625rem; }

/******************************************/
::-ms-clear {
  display: none; }

.inpRange {
  width: 100%;
  height: 36px;
  margin-top: 5px;
  position: relative; }
  .inpRange .barFillLower {
    height: 6px;
    margin: auto 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #b4d216;
    z-index: 2; }
  .inpRange.forMoney .barFillLower {
    background: #ec766c; }
  .inpRange.forBonus .barFillLower {
    background: #54bbca; }
  .inpRange.forTime .barFillLower {
    background: #fdb969; }
  .inpRange.forPercentage .barFillLower {
    background: #b699e7; }
  .inpRange .barTrack {
    width: 100%;
    height: 6px;
    margin: auto 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e2e2e2;
    z-index: 1; }

input[type="range"] {
  margin: auto;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 26px;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  /* iOS */
  border: 0 !important;
  outline: none !important;
  background: transparent;
  line-height: 0;
  z-index: 3; }
  input[type="range"]:focus, input[type="range"]:active {
    border: 0;
    outline: none; }

input[type="range"] * {
  margin: 0;
  padding: 0; }

input[type="range"]::-moz-focus-outer {
  border: 0; }

input[type="range"]::-moz-focus-inner {
  border: 0;
  outline: none; }

input[type="range"]::-moz-focusring {
  border: 0;
  outline: none; }

input[type="range"]::-webkit-slider-runnable-track {
  background: transparent; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 26px;
  border-radius: 6px;
  background: #fff;
  border: none;
  position: relative; }

input[type="range"]::-moz-range-track {
  height: 26px;
  background: transparent; }

input[type="range"]::-moz-range-thumb {
  background: #fff;
  width: 12px;
  height: 26px;
  border-radius: 6px;
  border: none;
  display: block; }

input[type="range"]::-ms-fill-lower {
  background: transparent; }

input[type="range"]::-ms-thumb {
  width: 12px;
  height: 26px;
  border-radius: 6px;
  background: #fff;
  border: none;
  box-sizing: border-box; }

input[type="range"]::-ms-ticks-after {
  display: none; }

input[type="range"]::-ms-ticks-before {
  display: none; }

input[type="range"]::-ms-track {
  background: transparent;
  color: transparent;
  height: 40px;
  border: none;
  animate: 0s; }

input[type="range"]::-ms-tooltip {
  display: none; }

.forMoney input[type="range"]::-webkit-slider-thumb {
  background: #ec766c; }

.forMoney input[type="range"]::-moz-range-thumb {
  background: #ec766c; }

.forMoney input[type="range"]::-ms-thumb {
  background: #ec766c; }

.forMoney input[type="range"]input[value="0"]::-webkit-slider-thumb {
  background: #000; }

.forBonus input[type="range"]::-webkit-slider-thumb {
  background: #54bbca; }

.forBonus input[type="range"]::-moz-range-thumb {
  background: #54bbca; }

.forBonus input[type="range"]::-ms-thumb {
  background: #54bbca; }

.forTime input[type="range"]::-webkit-slider-thumb {
  background: #fdb969; }

.forTime input[type="range"]::-moz-range-thumb {
  background: #fdb969; }

.forTime input[type="range"]::-ms-thumb {
  background: #fdb969; }

.forPercentage input[type="range"]::-webkit-slider-thumb {
  background: #b699e7; }

.forPercentage input[type="range"]::-moz-range-thumb {
  background: #b699e7; }

.forPercentage input[type="range"]::-ms-thumb {
  background: #b699e7; }

/* toolTip */
.boxTooltip {
  width: 222px;
  padding: 10px;
  font-size: .75rem;
  border: solid 1px #b6b6b6;
  box-sizing: border-box;
  background: #f1f1f1;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  z-index: 3; }
  .boxTooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #b6b6b6 transparent;
    position: absolute;
    left: 66px;
    top: -14px;
    right: 0;
    z-index: 1; }
  .boxTooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #f1f1f1 transparent;
    position: absolute;
    left: 67px;
    top: -12px;
    right: 0;
    z-index: 2; }

.boxTooltip.is_active {
  display: block;
  opacity: 1;
  animation: show-tooltip 0.5s linear 0s; }

@keyframes show-tooltip {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media screen and (max-width: 480px){
  .is_hidden-md{
    display: inherit; }
  .boxSim .inpGroup .ttlInp{
    -ms-flex-align: start;
        align-items: start; }
  .boxSim .inpGroup .ttlInp .icnGroup.icnGroupPercentage{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .boxSim .inpGroup .ttlInp .icnGroup.icnGroupPercentage .link{
    width: 100%;
    padding-left: 55px;
    box-sizing: border-box; }
  .boxSim .inpGroup .ttlInp .inpText{
    min-width: 150px;
    text-align: right; } }

@media screen and (max-width: 768px){
  input[type~=text],
    input[type~=tel]{
    width: 100px;
    font-size: 1.2rem; }
  #header .container{
    width: 100%; }
  #header .container .logo{
    width: 120px;
    margin: 10px 0 10px 10px; }
  #header .container #ttl1{
    padding: .25rem 10px;
    font-size: 1.125rem; }
  section .container{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
  .boxRead{
    margin-top: .5rem;
    padding-top: 0; }
  .boxResult{
    height: 96px;
    margin-top: 1rem; }
  .boxResult.is_fixed .boxFollow #sim .row{
    padding: 7px 10px 0; }
  #sim{
    width: 100%; }
  #sim .row{
    padding: 7px 0 0; }
  #sim .row .ttlSim{
    font-size: 1.15rem;
    }
  #sim .row .simPrice{
    font-size: .875rem; }
  #sim .row .simPrice span{
    font-size: 1.5rem; }
  .boxSim{
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .boxSim .ttl_sub2{
    font-size: 1rem; }
  .boxSim .inpGroup{
    padding: 15px 10px; }
  .boxSim .inpGroup .ttlInp .icnGroup .icn{
    width: 40px;
    min-width: 40px; }
  .boxSim .inpGroup .ttlInp .icnGroup .inpLabel{
    padding-left: 10px;
    font-size: 1rem; }
  .boxSim .inpGroup .ttlInp .inpText .txtLabel{
    width: 2rem;
    font-size: .875rem; }
  .boxSim .inpGroup.boxPrice .inpLabel{
    font-size: 1rem; }
  .boxSim .inpGroup.boxPrice #viewPrice{
    font-size: 1.2rem;
    }
  .boxSim .inpGroup.boxBorrowingAmount .inpLabel{
    font-size: 1rem; }
  .boxSim .inpGroup.boxBorrowingAmount #borrowingAmount{
    font-size: 1.2rem;
    }
  .boxSim .inpGroup .lstNotice{
    margin-left: 0; }
  .boxBuilding .detail{
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .boxBuilding .detail .building{
    width: 100%; }
  .boxBuilding .detail .building .img{
    min-width: 128px; }
  .boxBuilding .detail .building .txt{
    padding-left: 10px;
    font-size: 1rem; }
  .boxBuilding .detail .building .txt .price .num{
    font-size: 1.125rem; }
  .boxBuilding .detail .btns{
    width: 100%; }
  .boxBuilding .detail .btns ul{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .boxBuilding .detail .btns ul li{
    width: 49.253731343%;
    max-width: 165px; }
  .boxBuilding .detail .btns ul li:first-child{
    margin-right: 2px; }
  .boxBuilding .detail .btns ul li:last-child{
    margin-left: 2px; }
  .boxBuilding .detail .btns ul li .btn{
    width: 100%;
    max-width: 165px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 28.484848484%;
    background-size: 100% auto; }
  .boxNote{
    margin-bottom: 1.75rem; }
  .boxNote .note{
    padding: 10px 10px 16px;
    display: block; }
  .boxNote .note .btns{
    margin: 10px auto 0; }
  .btnClose{
    width: 200px;
    margin: 40px auto 40px; }
  .btnClose a{
    padding: .9375rem 0;
    font-size: 1rem; }
  .btnClose a:before{
    width: 12px;
    height: 12px; }
  footer .container{
    width: 100%;
    padding: 15px 10px;
    display: block;
    box-sizing: border-box; }
  footer .container .logo{
    margin: 0 auto; }
  footer .container .copyright{
    margin-top: 15px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .inpRange{
    width: 95%;
    margin: 5px auto 0; }
  input[type="range"]::-webkit-slider-thumb{
    width: 16px; }
  input[type="range"]::-moz-range-thumb{
    width: 16px; }
  input[type="range"]::-ms-thumb{
    width: 16px; }
  input[type="range"]::-moz-range-thumb{
    width: 16px; }
  .boxTooltip{
    transition: opacity .2s ease-in-out; } }
