@charset "UTF-8";
/*--------------------------------------------------------　*/
/*　トップページ専用　*/
/*--------------------------------------------------------　*/
/*--------------------------------------------------------　*/
/*　メインイメージ・メインイメージ横の特集・PR枠　*/
/*--------------------------------------------------------　*/
.home-mainimg {
  position: relative;
}
.home-mainimg a {
  text-decoration: none;
}
.home-mainimg .home-imgbox {
  position: relative;
}
.home-mainimg .home-imgbox .txt {
  padding: 1em;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .home-mainimg .home-imgbox .txt {
    padding: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .home-mainimg .home-imgbox .txt {
    padding: 1em 1.5em 1.3em;
  }
}
.home-mainimg .home-imgbox .txt:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-mainimg .home-imgbox .txt:after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center bottom;
  background-size: cover;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.home-mainimg .home-imgbox .txt-in h1 {
  padding: 0.3em 0 0.2em 0;
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .home-mainimg .home-imgbox .txt-in h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-mainimg .home-imgbox .txt-in h1 {
    font-size: 28px;
    font-size: 2.8rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.35;
    color: #222;
  }
}
.home-mainimg .home-imgbox .txt-in p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .home-mainimg .home-imgbox .txt-in p {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 30px rgb(255, 255, 255);
  }
}
.home-mainimg .home-imgbox .txt-in p:before {
  content: "\e15b";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.3em;
  font-size: 13px;
  font-size: 1.3rem;
}
.home-mainimg .home-imgbox img {
  width: 100%;
}
.home-mainimg .home-imgbox .sp .txt {
  border-bottom: 4px solid #669933;
}
@media only screen and (min-width: 1024px) {
  .home-mainimg .home-imgbox .sp .txt {
    border-bottom: none;
  }
}
.home-mainimg .home-imgbox .rank .txt {
  border-bottom: 4px solid #ccb73c;
}
@media only screen and (min-width: 1024px) {
  .home-mainimg .home-imgbox .rank .txt {
    border-bottom: none;
  }
}
.home-mainimg .bx-pager {
  position: absolute;
  top: 1.2em;
  left: 1em;
  text-decoration: none;
}
.home-mainimg .bx-pager a {
  color: #bbb;
}
.home-mainimg .bx-pager a.active, .home-mainimg .bx-pager a:hover {
  color: #ed4d00;
}
.home-mainimg .bx-pager .bx-pager-item {
  margin-top: -1em;
}
.home-mainimg .bx-pager .icon-primitive-square {
  font-size: 31px;
  font-size: 3.1rem;
}

@media only screen and (min-width: 768px) {
  .bx-viewport {
    height: auto !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.home-imgbox:nth-child(2) .txt:after {
  background-image: url(../images/home/mainimg_01_sp.jpg);
}
@media only screen and (min-width: 768px) {
  .home-imgbox:nth-child(2) .txt:after {
    background-image: url(../images/home/mainimg_01_tb.jpg);
  }
}

.home-imgbox:nth-child(3) .txt:after {
  background-image: url(../images/home/mainimg_02_sp.jpg);
}
@media only screen and (min-width: 768px) {
  .home-imgbox:nth-child(3) .txt:after {
    background-image: url(../images/home/mainimg_02_tb.jpg);
  }
}

.home-imgbox:nth-child(4) .txt:after {
  background-image: url(../images/home/mainimg_03_sp.jpg);
}
@media only screen and (min-width: 768px) {
  .home-imgbox:nth-child(4) .txt:after {
    background-image: url(../images/home/mainimg_03_tb.jpg);
  }
}

.home-imgbox:nth-child(5) .txt:after {
  background-image: url(../images/home/mainimg_04_sp.jpg);
}
@media only screen and (min-width: 768px) {
  .home-imgbox:nth-child(5) .txt:after {
    background-image: url(../images/home/mainimg_04_tb.jpg);
  }
}

/* メインイメージ横の特集 */
.home-mainside {
  padding: 1.5em 0;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .home-mainside {
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.home-mainside a {
  position: relative;
  display: block;
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
  text-decoration: none;
  color: #333;
}
.home-mainside a:last-child {
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .home-mainside a {
    width: 50%;
    float: left;
    border: none;
  }
  .home-mainside a:last-child {
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home-mainside a {
    width: auto;
    float: none;
  }
}
.home-mainside .img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-mainside .img img {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .home-mainside .img {
    position: relative;
  }
  .home-mainside .img img {
    width: 100%;
    height: auto;
  }
}
.home-mainside section {
  padding: 1em 1em 0.8em 11em;
  height: 100px;
}
.home-mainside section h1 {
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 1px #eee;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.home-mainside section p:nth-child(2) {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0.2em 0 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-mainside section p:nth-child(2):before {
  content: "\e15b";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.3em;
}
.home-mainside section p:last-child {
  height: 3em;
  overflow: hidden;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .home-mainside section {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 1.2em 1.2em 0.7em;
    z-index: 10;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
  }
  .home-mainside section:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .home-mainside section:after {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center bottom;
    background-size: cover;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .home-mainside section h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #111;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .home-mainside section p:nth-child(2) {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home-mainside section p:last-child {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: auto;
    /*display: none;*/
  }
}

@media only screen and (min-width: 768px) {
  .home-mainside a:nth-child(1) section:after {
    background-image: url(../images/share/ct_homeloan_88_tb.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .home-mainside a:nth-child(2) section:after {
    background-image: url(../images/share/basic_35_tb.jpg);
  }
}

/*
.home-mainside a:nth-child(2) section:after {
	@include m.widthTb {
		background-image: url(../images/share/check_jibun_tb.jpg);
	}
}
*/
/*
.home-mainside a:nth-child(2) section:after {
	@include m.widthTb {
		background-image: url(../images/share/pr_sbi_tb.jpg);
	}
}
*/
.basic .category {
  color: #f77b55;
}
.rank .category {
  color: #ccb73c;
}
.ct_homeloan .category {
  color: #2c428d;
}
.check .category {
  color: #20BDCC;
}
.consult .category {
  color: #e15464;
}
.sp .category {
  color: #669933;
}
.pr .category {
  color: #669933;
}
.news .category {
  color: #669933;
}

/*--------------------------------------------------------　*/
/*　左側（金利動向・ランキング・話題の記事・相談室・フッター上）　*/
/*--------------------------------------------------------　*/
.home-content {
  position: relative;
}
.home-content > h1 {
  padding: 0.9em 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #e3ecda;
  border-top: 1px solid #669933;
  border-bottom: 1px dotted #669933;
}
.home-content > h1 span {
  display: block;
  margin-top: 0.4em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #669933;
  font-weight: normal;
}
.home-content > p:nth-child(2) a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.41em;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none;
  color: #669933;
}
.home-content > p:nth-child(2) a:before {
  content: "\f054";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .home-content {
    margin: 2.5em 1.5em;
  }
  .home-content > h1 {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1024px) {
  .home-content {
    margin: 3em 0;
  }
  .home-content > h1 {
    padding: 1em 0;
    font-size: 17px;
    font-size: 1.7rem;
    border-top-width: 2px;
    border-bottom: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (min-width: 1024px) {
  .home-rank > p:nth-child(2) a {
    padding: 0.41em 0;
  }
  .home-rank > p:nth-child(2) a:before {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    content: "比較・ランキングの一覧ページへ";
    color: #00f;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .home-rank > p:nth-child(2) a:after {
    content: "\f054";
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 2.1em;
    left: -1.2em;
    font-size: 13px;
    font-size: 1.3rem;
    color: #bec5d3;
  }
  .home-rank > p:nth-child(2) a:hover:before {
    text-decoration: none;
    color: #444;
  }
}
@media only screen and (min-width: 1024px) {
  .home-consult > p:nth-child(2) a {
    padding: 0.41em 0;
  }
  .home-consult > p:nth-child(2) a:before {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    content: "住宅ローン相談室のバックナンバーへ";
    color: #00f;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .home-consult > p:nth-child(2) a:after {
    content: "\f054";
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 2.1em;
    left: -1.2em;
    font-size: 13px;
    font-size: 1.3rem;
    color: #bec5d3;
  }
  .home-consult > p:nth-child(2) a:hover:before {
    text-decoration: none;
    color: #444;
  }
}
/*　金利動向　*/
.home-move > a {
  position: relative;
  display: block;
  margin: 1em 1em 7em;
  padding: 1em 1.3em 1.5em;
  color: #333;
  text-decoration: none;
  background-color: #e3ecda;
  border-radius: 6px;
}
.home-move > a:after {
  position: absolute;
  right: 9.5em;
  bottom: -2em;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 21px solid #e3ecda;
  border-left: 30px solid transparent;
}
@media only screen and (min-width: 768px) {
  .home-move > a {
    margin: 1em 0;
    border: 1px solid #bec5d3;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-move > a:after {
    content: none;
  }
  .home-move > a:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-move > a:hover h1 span {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home-move > a {
    margin-top: 0;
  }
}

.home-move-inner h1 {
  padding: 0.3em 1em;
  margin: 0.6em 0 1em;
  background-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #669933;
  border: 1px solid #669933;
}
.home-move-inner h1 span:first-child {
  color: #f8404a;
  margin-right: 0.5em;
}
.home-move-inner p:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
}
.home-move-inner p:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: -4.5em;
}
.home-move-inner p:nth-child(3) img {
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .home-move-inner h1 {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border: none;
  }
  .home-move-inner h1 span:first-child {
    padding: 0.1em 0.7em;
    width: 4em;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    vertical-align: middle;
    background-color: #f93966;
    border-radius: 10px;
  }
  .home-move-inner h1 span:last-child {
    text-decoration: underline;
  }
  .home-move-inner p:nth-child(2) {
    padding-right: 8em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .home-move-inner p:nth-child(3) {
    right: 0.8em;
    bottom: 0;
    top: 2.5em;
  }
  .home-move-inner p:nth-child(3) img {
    width: 110px;
  }
}

/*　比較・ランキング　*/
.home-rank-inner {
  padding: 1em;
  border-bottom: 1px solid #669933;
}
.home-rank-inner:last-child {
  border-bottom: none;
}
.home-rank-inner > h1 {
  position: relative;
  padding-left: 2.2em;
  line-height: 1.5;
  border-bottom: 1px solid #e6e8ec;
}
.home-rank-inner > h1 a {
  display: block;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  text-shadow: 1px 1px 1px #ddd;
}
.home-rank-inner > h1 span {
  display: block;
  margin: 0.5em 0 0.8em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #f8404a;
}
.home-rank-inner > h1:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.666em;
  height: 1.666em;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
.home-rank-inner > p {
  padding: 0.6em 0;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e6e8ec;
}
.home-rank-inner li {
  position: relative;
  padding-left: 2.2em;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 1em 0;
}
.home-rank-inner li a {
  display: inline-block;
  width: 8em;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.home-rank-inner li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.45em;
  height: 1.45em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-family: "Oregano", cursive;
  font-style: italic;
  background-color: #669933;
}
@media only screen and (min-width: 768px) {
  .home-rank-inner {
    margin: 1em 0;
    padding: 0 1.3em 1em;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-rank-inner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-rank-inner:last-child {
    border-bottom: 1px solid #bec5d3;
  }
  .home-rank-inner > h1 {
    line-height: 4;
  }
  .home-rank-inner > h1 span {
    position: absolute;
    top: 0.5em;
    right: 0;
  }
  .home-rank-inner > h1:before {
    top: 0.6em;
  }
  .home-rank-inner > p {
    margin-right: 3%;
    width: 48%;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: none;
  }
  .home-rank-inner > ul {
    width: 49%;
    float: left;
  }
  .home-rank-inner li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .home-rank-inner li a {
    width: 8.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-rank-inner {
    margin: 0 0 1em;
  }
}
@media only screen and (min-width: 1126px) {
  .home-rank-inner li a {
    width: 10.5em;
  }
}

.home-rank-inner .home-rank-homeloan:before {
  background-image: url(../images/home/rank-homeloan.png);
}
.home-rank-inner .home-rank-refinance:before {
  background-image: url(../images/home/rank-refinance.png);
}
.home-rank-inner .home-rank-loanvariable:before {
  background-image: url(../images/home/rank-loanvariable.png);
}
.home-rank-inner .home-rank-flat35:before {
  background-image: url(../images/home/rank-flat35.png);
}
.home-rank-inner .home-rank-homeloan:before {
  background-color: #3c66b0;
}
.home-rank-inner .home-rank-refinance:before {
  background-color: #ffc416;
}
.home-rank-inner .home-rank-loanvariable:before {
  background-color: #61C155;
}
.home-rank-inner .home-rank-flat35:before {
  background-color: #062275;
}

.home-rank-04:before {
  content: "4";
}

.home-rank-03:before {
  content: "3";
}

.home-rank-02:before {
  content: "2";
}

.home-rank-01:before {
  content: "1";
}

.home-rank-inner .home-rank-pickup:before {
  content: "";
  background-color: #ed4d00;
}
.home-rank-inner .home-rank-pickup:after {
  position: absolute;
  top: -1px;
  left: 6px;
  content: "P";
  font-family: "Oregano", cursive;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
}

/*　話題の記事　*/
.home-story-inner a {
  position: relative;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  text-decoration: none;
  color: #333;
}
.home-story-inner a:last-child {
  border-bottom: none;
}
.home-story-inner .img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-story-inner .img img {
  width: 100px;
  height: 100px;
}
.home-story-inner section {
  padding: 1em 1em 0.8em 11em;
  height: 100px;
}
.home-story-inner section h1 {
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 1px #eee;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.home-story-inner section p:nth-child(2) {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0.2em 0 0.4em;
}
.home-story-inner section p:nth-child(2):before {
  content: "\e15b";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.3em;
}
.home-story-inner section p:last-child {
  height: 3em;
  overflow: hidden;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .home-story-inner a {
    width: 32%;
    float: left;
    margin: 1em 2% 0 0;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-story-inner a:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-story-inner a:last-child {
    border-bottom: 1px solid #bec5d3;
  }
  .home-story-inner a:nth-child(3n+3) {
    margin-right: 0;
  }
  .home-story-inner .img {
    position: static;
  }
  .home-story-inner .img img {
    width: 100%;
    height: auto;
  }
  .home-story-inner section {
    padding: 1.5em 1em;
    height: 150px;
  }
  .home-story-inner section h1 {
    color: #111;
    height: 2.9em;
    white-space: normal;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .home-story-inner section p:nth-child(2) {
    margin: 0.7em 0 0.6em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home-story-inner section p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home-story-inner .basic .img {
    border-bottom: 2px solid #f77b55;
  }
  .home-story-inner .ct_homeloan .img {
    border-bottom: 2px solid #2c428d;
  }
  .home-story-inner .check .img {
    border-bottom: 2px solid #20BDCC;
  }
  .home-story-inner .rank .img {
    border-bottom: 2px solid #ccb73c;
  }
  .home-story-inner .news .img {
    border-bottom: 2px solid #f8404a;
  }
}
@media only screen and (min-width: 1024px) {
  .home-story-inner a {
    margin: 0 2% 1.5em 0;
  }
  .home-story-inner a:nth-child(10), .home-story-inner a:nth-child(11), .home-story-inner a:nth-child(12) {
    margin-bottom: 0;
  }
}

/*　住宅ローン相談室　*/
.home-consult a {
  text-decoration: none;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .home-consult a:hover h1 span:last-child {
    text-decoration: none;
  }
}

.home-consult-inner {
  padding: 1em;
  position: relative;
  border-bottom: 1px dotted #dfdfdf;
}
.home-consult-inner > p:first-child {
  display: inline-block;
  color: #e15464;
  font-size: 12px;
  font-size: 1.2rem;
}
.home-consult-inner > h1 {
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
}
.home-consult-inner > h1 span:first-child {
  vertical-align: middle;
  line-height: 1.6;
}
.home-consult-inner > h1 span:last-child {
  display: block;
  min-height: 2.8em;
  margin-bottom: 0.7em;
  padding: 0.5em 5em 0 0;
  text-decoration: underline;
  line-height: 1.67;
}
.home-consult-inner > p:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.home-consult-inner > p:last-child img {
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .home-consult-inner {
    margin: 1em 0;
    padding: 1em 1.3em 1.5em;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-consult-inner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-consult-inner > p:first-child {
    display: block;
  }
  .home-consult-inner > h1 span:first-child {
    margin-right: 0.5em;
  }
  .home-consult-inner > h1 span:last-child {
    display: inline-block;
    min-height: auto;
  }
  .home-consult-inner > p:nth-child(3) {
    padding-right: 7em;
  }
  .home-consult-inner > p:last-child {
    top: auto;
    bottom: 0.7em;
  }
  .home-consult-inner > p:last-child img {
    width: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-consult-inner {
    margin-top: 0;
  }
}

.home-consult-link {
  padding: 0.5em 0.8em;
  text-align: right;
  color: #00f;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
}
.home-consult-link:before {
  content: "\e409";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .home-consult-link {
    display: none;
  }
}

/*--------------------------------------------------------　*/
/*　右側（更新情報・アクセスランキング・ニュース・特別企画）　*/
/*--------------------------------------------------------　*/
/* 広告 */
.bn {
  padding: 1em;
  text-align: center;
  background-color: #f4f7fc;
  border-top: 1px solid #669933;
}
.bn img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .bn {
    margin: 1em;
    background-color: transparent;
    border: 1px solid #bec5d3;
  }
}
@media only screen and (min-width: 1024px) {
  .bn {
    margin: 2em auto;
    padding: 0;
    background-color: #f4f7fc;
    border: none;
  }
}

/* 更新情報 */
.home-update-inner a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #dfdfdf;
}
.home-update-inner a div p {
  display: table-row;
}
.home-update-inner a div p img {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
.home-update-inner a div p span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0.8em;
  line-height: 1.95;
}
.home-update-inner a div {
  position: relative;
}
.home-update-inner a div:after {
  content: "NEW";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0.2em 0.5em 0.1em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #ed4d00;
}
.home-update-inner li {
  line-height: 1.95;
}
.home-update-inner li a {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #dfdfdf;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.home-update-inner li a:before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "\e970";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
}
.home-update-inner li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .home-update-inner {
    margin: 1em 0;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-update-inner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-update-inner > a {
    border-bottom: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-update-inner > a:hover {
    color: #999;
  }
  .home-update-inner li:first-child a {
    border-bottom: 1px solid #bec5d3;
  }
  .home-update-inner li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-update-inner li a:hover {
    color: #999;
  }
}
@media only screen and (min-width: 1024px) {
  .home-update-inner {
    margin-top: 0;
  }
}

/* アクセスランキング */
.home-pv-inner ul li:last-child a {
  border-bottom: none;
}
.home-pv-inner li {
  position: relative;
}
.home-pv-inner li:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1.45em;
  height: 1.45em;
  content: "";
  z-index: 10;
  color: #fff;
  background-color: #669933;
}
.home-pv-inner a {
  position: relative;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  text-decoration: none;
  color: #333;
}
.home-pv-inner .img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-pv-inner .img img {
  width: 80px;
  height: 80px;
}
.home-pv-inner section {
  padding: 0.6em 0.8em 0.8em 6em;
  height: 80px;
}
.home-pv-inner section h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #eee;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.home-pv-inner section p:nth-child(2) {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 0.2em;
}
.home-pv-inner section p:nth-child(2):before {
  content: "\e15b";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.3em;
}
.home-pv-inner section p:last-child {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .home-pv-inner {
    margin: 1em 0;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-pv-inner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-pv-inner a {
    border-bottom: 1px solid #bec5d3;
  }
  .home-pv-inner section {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-pv-inner section p:last-child {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-pv-inner section:hover {
    color: #999;
  }
  .home-pv-inner section:hover p:last-child {
    color: #bbb;
  }
}
@media only screen and (min-width: 1024px) {
  .home-pv-inner {
    margin-top: 0;
  }
}

.home-pv-inner li:nth-child(5):after {
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  content: "5";
  font-family: "Oregano", cursive;
  font-style: italic;
  z-index: 11;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.home-pv-inner li:nth-child(4):after {
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  content: "4";
  font-family: "Oregano", cursive;
  font-style: italic;
  z-index: 11;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.home-pv-inner li:nth-child(3):after {
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  content: "3";
  font-family: "Oregano", cursive;
  font-style: italic;
  z-index: 11;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.home-pv-inner li:nth-child(2):after {
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  content: "2";
  font-family: "Oregano", cursive;
  font-style: italic;
  z-index: 11;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.home-pv-inner li:nth-child(1):after {
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  content: "1";
  font-family: "Oregano", cursive;
  font-style: italic;
  z-index: 11;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.home-pv-inner li:nth-child(1):after {
  left: 0.45em;
}

/* ニュース */
.home-news-inner a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #dfdfdf;
}
.home-news-inner a:last-child {
  border-bottom: none;
}
.home-news-inner a .img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-news-inner a .img img {
  width: 80px;
}
.home-news-inner a > div {
  padding: 0.6em 0.8em 0.5em 9em;
  height: 80px;
}
.home-news-inner a > div time {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}
.home-news-inner a > div h1 {
  font-size: 15px;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #eee;
  line-height: 1.6;
  overflow: hidden;
  height: 3em;
}
@media only screen and (min-width: 768px) {
  .home-news-inner {
    margin: 1em 0;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-news-inner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-news-inner a {
    border-bottom: 1px solid #bec5d3;
  }
  .home-news-inner a > div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-news-inner a > div time,
  .home-news-inner a > div h1 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-news-inner a > div time:hover {
    color: #bbb;
  }
  .home-news-inner a > div h1:hover {
    color: #999;
  }
}
@media only screen and (min-width: 1024px) {
  .home-news-inner {
    margin-top: 0;
  }
}

/* 特別企画 金利一覧 */
.home-sp-inner a,
.home-rate-inner a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #dfdfdf;
}
.home-sp-inner a:last-child,
.home-rate-inner a:last-child {
  border-bottom: none;
}
.home-sp-inner div,
.home-rate-inner div {
  display: table-row;
}
.home-sp-inner .img,
.home-rate-inner .img {
  display: table-cell;
  vertical-align: middle;
}
.home-sp-inner .img img,
.home-rate-inner .img img {
  width: 80px;
}
.home-sp-inner h1,
.home-rate-inner h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-shadow: 1px 1px 1px #eee;
  height: 80px;
  overflow: hidden;
  padding: 0 0.7em;
}
@media only screen and (min-width: 768px) {
  .home-sp-inner,
  .home-rate-inner {
    margin: 1em 0;
    border: 1px solid #bec5d3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-sp-inner:hover,
  .home-rate-inner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .home-sp-inner a,
  .home-rate-inner a {
    border-bottom: 1px solid #bec5d3;
  }
  .home-sp-inner a h1,
  .home-rate-inner a h1 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-sp-inner a:hover h1,
  .home-rate-inner a:hover h1 {
    color: #999;
  }
}
@media only screen and (min-width: 1024px) {
  .home-sp-inner,
  .home-rate-inner {
    margin-top: 0;
  }
}

/* Modal */
.iziModal-header {
  background: #669933 !important;
}

.home-simulation .banner {
  text-align: center;
  border-bottom: 1px solid #bec5d3;
}
@media only screen and (min-width: 1024px) {
  .home-simulation .banner {
    margin-bottom: 1em;
    border: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-simulation .banner:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.home-simulation .banner img {
  max-width: 100%;
  height: auto;
  margin: 0;
}