@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

main {
  display: block;
  width: 100%;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* ベース
---------------------------------- */
html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  color: #000;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 1040px;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body.is-open {
  position: fixed;
  width: 100%;
}

a:link, a:visited {
  color: #0093d4;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  a:hover {
    text-decoration: none;
  }
}
/* レイアウト */
.invisible {
  display: none;
}

/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.is-red {
  color: #E20909;
}

ul.type-star li {
  position: relative;
  padding-left: 20px;
}
ul.type-star li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(https://www.jutapon.com/wp_assets/images/common/bg_star_black.png) no-repeat;
}

.image.is-left,
img.is-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.image.is-right,
img.is-right {
  margin-left: 10px;
  margin-bottom: 10px;
}

#error-msg {
  text-align: center;
  color: red;
  margin-top: 5px;
}

.pc-hide {
    padding-top: 60px;
    display: none;
}

.pc-hide .guide-area {
    margin-bottom: -60px;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }

  main {
    padding-top: 60px;
  }

  .sp-hide {
    display: none;
  }
  .pc-hide {
    display: block;
  }
}
header.global {
  position: fixed;
  top: 0;
  border-top: 3px solid #F09600;
  background: #FFF;
  width: 100%;
  z-index: 100;
}
header.global .hover {
  position: relative;
}
header.global .layer {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
header.global .sp-search {
  display: none;
}
header.global .sp-menu {
  display: none;
}
header.global .sp-btn {
  display: none;
}

@media screen and (min-width: 641px) {
  header.global {
    min-width: 1040px;
  }
  header.global .inner {
    width: 1040px;
    margin: 0 auto;
    height: 80px;
    padding: 19px 0;
  }
  header.global .inner:after {
    overflow: hidden;
    *zoom: 1;
  }
  header.global .logo {
    float: left;
    margin-right: 115px;
    margin-top: 2px;
  }
  header.global .logo img {
    width: 110px;
    height: auto;
  }
  header.global .logo_mf {
      float: left;
      margin-top: 2px;
  }
  header.global .logo_mf img {
      width: 300px;
      height: auto;
      margin-top: 27px;
  }
  header.global .header-nav {
    float: left;
    padding-top: 36px;
  }
  header.global .header-nav .menu-list {
    margin-right: -13px;
    font-size: 0;
    font-family: 'AxisStd-Light';
  }
  header.global .header-nav .menu-list > li {
    position: relative;
    display: inline-block;
    margin-right: 13px;
    cursor: pointer;
  }
  header.global .header-nav .menu-list > li:hover > a {
    color: #F09600;
    border-color: #F09600;
  }
  header.global .header-nav .menu-list > li > a {
    color: #4C4C4C;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0 15px 43px;
    border-bottom: 5px solid transparent;
    pointer-events: none;
  }
  header.global .header-nav .menu-list > li > a :hover {
    text-decoration: underline;
  }
  header.global .header-nav .submenu-list {
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 0;
    width: 800px;
    padding: 25px 0;
    background: #FFF;
    border-top: 1px solid #DDD;
  }
  header.global .header-nav .submenu-list > li {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header.global .header-nav .title-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    cursor: default;
  }
  header.global .header-nav .title-area .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 17px;
  }
  header.global .header-nav .title-area .title {
    font-family: 'AxisStd-Light';
    font-size: 15px;
    font-size: 1.5rem;
    display: table-cell;
    vertical-align: middle;
  }
  header.global .header-nav .consideration-menu,
  header.global .header-nav .myhome-menu,
  header.global .header-nav .repayment-menu {
    overflow: hidden;
    width: 266px;
    display: table-cell;
    vertical-align: top;
    padding: 0 25px;
    box-sizing: border-box;
  }
  header.global .header-nav .consideration-menu {
    color: #6CA02D;
  }
  header.global .header-nav .consideration-menu .icon {
    width: 27px;
    height: 40px;
  }
  header.global .header-nav .consideration-menu .icon img {
    width: 100%;
    height: auto;
  }
  header.global .header-nav .myhome-menu {
    color: #179FA7;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  header.global .header-nav .myhome-menu .icon {
    width: 34px;
  }
  header.global .header-nav .myhome-menu .icon img {
    width: 100%;
    height: auto;
  }
  header.global .header-nav .repayment-menu {
    color: #F05C5C;
  }
  header.global .header-nav .repayment-menu .icon {
    width: 27px;
    height: 40px;
  }
  header.global .header-nav .repayment-menu .icon img {
    width: 100%;
    height: auto;
  }
  header.global .header-nav .submenu-link-list {
    clear: both;
    padding-top: 9px;
  }
  header.global .header-nav .submenu-link-list li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.4em 0;
  }
  header.global .header-nav .submenu-link-list li a, header.global .header-nav .submenu-link-list li span {
    color: #4C4C4C;
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 16px;
  }
  header.global .header-nav .submenu-link-list li a:before, header.global .header-nav .submenu-link-list li span:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 6px;
    height: 12px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat center center;
    background-size: contain;
  }
  header.global .header-nav .submenu-link-list li a:hover, header.global .header-nav .submenu-link-list li span:hover {
    text-decoration: underline;
  }
  header.global .header-nav .submenu-link-list li span {
    cursor: default;
  }
  header.global .header-nav .submenu-link-list li span:hover {
    text-decoration: none;
  }
  header.global .header-nav .link-list {
    position: absolute;
    z-index: 1;
    display: none;
    width: 270px;
    padding: 25px 25px 10px;
    background: #FFF;
    border-top: 1px solid #DDD;
  }
  header.global .header-nav .link-list li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.6em 0;
    border-top: 1px solid #DDD;
  }
  header.global .header-nav .link-list li:first-child {
    border: none;
  }
  header.global .header-nav .link-list li a, header.global .header-nav .link-list li span {
    color: #4C4C4C;
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 16px;
  }
  header.global .header-nav .link-list li a:before, header.global .header-nav .link-list li span:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 6px;
    height: 12px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat center center;
    background-size: contain;
  }
  header.global .header-nav .link-list li a:hover, header.global .header-nav .link-list li span:hover {
    text-decoration: underline;
  }
  header.global .header-nav .link-list li span {
    cursor: default;
  }
  header.global .header-nav .link-list li span:hover {
    text-decoration: none;
  }
  header.global .header-nav .link-list li ul {
    padding-left: 16px;
  }
  header.global .header-nav .link-list li ul li {
    border: none;
    margin: 0;
    padding: 0;
  }
  header.global .header-nav .link-list li ul li:first-child {
    margin-top: 7px;
  }
  header.global .contact-nav {
    font-family: 'AxisStd-Light';
    overflow: hidden;
    float: right;
  }
  header.global .contact-nav ul {
    overflow: hidden;
    margin-right: -5px;
  }
  header.global .contact-nav li {
    float: left;
    display: table;
    width: 140px;
    height: 80px;
    margin-right: 5px;
  }
  header.global .contact-nav li a {
    display: table-cell;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 4px;
  }
  header.global .contact-nav li a:hover {
    opacity: 0.8;
  }
  header.global .contact-nav li a img {
    display: block;
    width: 52px;
    height: auto;
    margin: 0 auto;
  }
  header.global .contact-nav li a span {
    display: block;
    text-align: center;
  }
  header.global .contact-nav li.offer a {
    background: #f08200;
  }
  header.global .contact-nav li.mail a {
    background: #F0B500;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 641px) {
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  header.fixed .inner {
    height: 58px;
    padding: 6px 0;
  }
  header.fixed .logo {
    margin-right: 140px;
  }
  header.fixed .logo img {
    width: 88px;
  }
  header.fixed .logo_mf {
    /*margin-right: 140px;*/
  }
  header.fixed .logo_mf img {
    width: 225px;
    margin-top: 12px;
  }
  header.fixed .header-nav {
    padding-top: 21px;
  }
  header.fixed .header-nav .menu-list {
    margin-right: -34px;
    font-size: 0;
  }
  header.fixed .header-nav .menu-list > li > a {
    padding-bottom: 23px;
  }
  header.fixed .contact-nav {
    margin-top: 5px;
  }
  header.fixed .contact-nav li {
    height: 50px;
  }
  header.fixed .contact-nav li a img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .is-open header.global .layer {
    top: 60px;
    display: block;
    z-index: -1;
  }

  header.global {
    height: 60px;
  }
  header.global .inner {
    position: relative;
    width: auto;
    padding: 10px 0;
  }
  header.global .logo {
    float: left;
    margin: 2px 0px 4px 10px;
  }
  header.global .logo img {
    width: 64px;
    height: auto;
  }
  header.global .logo_mf {
    float: left;
    margin: 4px 0px 4px 10px;
  }
  header.global .logo_mf img {
    width: 225px;
    height: auto;
  }
  header.global .sp-btn {
    display: block;
  }
  header.global .sp-btn a {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 8px 0;
    background: #BFBFBF;
  }
  header.global .header-nav {
    position: relative;
    width: 100%;
    clear: both;
    z-index: 9999;
    background: #FFF;
  }
  header.global .header-nav .menu-list > li {
    background: #EFEFEF;
  }
  header.global .header-nav .menu-list > li > a {
    color: #404040;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 17px 20px;
    border-bottom: 1px solid #DDD;
  }
  header.global .header-nav .menu-list > li > a.is-open:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_up_gray_middle.png) no-repeat;
    background-size: contain;
  }
  header.global .header-nav .menu-list > li > a.sp-hide {
    display: none;
  }
  header.global .header-nav .menu-list > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 9px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_gray_middle.png) no-repeat;
    background-size: contain;
  }
  header.global .header-nav .menu-list > li > a.submenu-loan {
    display: none;
  }
  header.global .header-nav .submenu-list .icon {
    display: none;
  }
  header.global .header-nav .submenu-list .title .title {
    color: #FFF;
  }
  header.global .header-nav .title-area {
    cursor: pointer;
  }
  header.global .header-nav .title-area.is-open .title:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_up_white_middle.png) no-repeat;
    background-size: contain;
  }
  header.global .header-nav .title-area .icon {
    display: none;
  }
  header.global .header-nav .title-area .title {
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    position: relative;
    padding: 25px 20px;
  }
  header.global .header-nav .title-area .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 9px;
    margin-top: -4px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_white_middle.png) no-repeat;
    background-size: contain;
  }
  header.global .header-nav .consideration-menu .title {
    background: #83B941;
  }
  header.global .header-nav .consideration-menu .submenu-link-list {
    background: #F9FBF5;
  }
  header.global .header-nav .myhome-menu .title {
    background: #20ADB5;
  }
  header.global .header-nav .myhome-menu .submenu-link-list {
    background: #F4FBFB;
  }
  header.global .header-nav .repayment-menu {
    border-bottom: 1px solid #F4DEDE;
  }
  header.global .header-nav .repayment-menu .title {
    background: #F05C5C;
  }
  header.global .header-nav .repayment-menu .submenu-link-list {
    background: #FEF7F7;
  }
  header.global .header-nav .submenu-link-list {
    display: none;
    padding-left: 10px;
  }
  header.global .header-nav .submenu-link-list li {
    border-top: 1px solid #DDD;
  }
  header.global .header-nav .submenu-link-list li:first-child {
    border-top: none;
  }
  header.global .header-nav .submenu-link-list li a {
    font-family: 'AxisStd-Light';
    font-size: 12px;
    font-size: 1.2rem;
    color: #404040;
    line-height: 2.3;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 0 10px 25px;
  }
  header.global .header-nav .submenu-link-list li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
  header.global .header-nav .link-list {
    display: none;
    padding-left: 10px;
    border-bottom: 1px solid #DDD;
    background: #F5F5F5;
  }
  header.global .header-nav .link-list li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.3;
    border-top: 1px solid #DDD;
  }
  header.global .header-nav .link-list li:first-child {
    border-top: none;
  }
  header.global .header-nav .link-list li a, header.global .header-nav .link-list li span {
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 0 10px 25px;
  }
  header.global .header-nav .link-list li a:after, header.global .header-nav .link-list li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
  header.global .header-nav .link-list li ul {
    padding-left: 16px;
  }
  header.global .header-nav .link-list li ul li {
    border: none;
    margin: 0;
    padding: 0;
  }
  header.global .header-nav .link-list li ul li li {
    border: none;
  }
  header.global .contact-nav {
    position: relative;
    font-size: 0;
    padding: 20px 3.125%;
    overflow: hidden;
    background: #FFF;
    z-index: 9999;
  }
  header.global .contact-nav a {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 14px 0;
  }
  header.global .contact-nav a img {
    width: 40px;
    height: auto;
  }
  header.global .contact-nav a span {
    display: block;
  }
  header.global .contact-nav li {
    display: inline-block;
    text-align: center;
    width: 48.333333333%;
    border-radius: 8px;
  }
  header.global .contact-nav .offer {
    float: left;
    background: #F08200;
  }
  header.global .contact-nav .mail {
    float: right;
    background: #F0B500;
  }
  header.global .sp-search-area {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: #EDEDED url(https://www.jutapon.com/wp_assets/images/common/icon_search_gray.png) no-repeat center center;
    background-size: 20px 20px;
    border-radius: 4px;
  }
  header.global .sp-search {
    left: 0;
    top: 60px;
    position: absolute;
  }
  header.global .sp-search .gsc-control-cse {
    background: #EDEDED;
    border: none;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box .gsc-input {
    padding: 0;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box .gsc-input table {
    height: 37px;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box .gsc-input .gsib_b .gsst_a {
    text-decoration: none;
    vertical-align: middle;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box .gsc-input .gsib_b .gsst_a .gscb_a {
    color: #DDD;
    display: block;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box .gsc-input .gsc-input-box {
    border: none;
    height: 37px;
    box-shadow: none;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box .gsc-input input {
    background: none !important;
  }
  header.global .sp-search .gsc-control-wrapper-cse .gsc-search-box td.gsc-search-button input.gsc-search-button-v2 {
    width: 16px;
    height: 16px;
    padding: 10px 27px 11px;
    margin: 0;
    background: #F09600;
    border: none;
    border-radius: 0;
  }
  header.global .sp-menu {
    display: block;
    float: right;
    margin: 0 10px 4px 0;
    background: #F09600;
    border-radius: 4px;
  }
  header.global .sp-menu.is-open a {
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/icon_menu_close.png) no-repeat center center;
    background-size: 19px 19px;
  }
  header.global .sp-menu a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/icon_menu.png) no-repeat center center;
    background-size: 22px 16px;
    border-radius: 4px;
  }
  header.global .sp-menu img {
    width: 22px;
    height: 16px;
    padding: 12px 9px;
  }
}
@media screen and (max-width: 640px) {
  body .nav-area {
    display: none;
    position: fixed;
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
  }
}
footer.global {
  padding-top: 127px;
  position: relative;
  background: #F8F8F6;
}
footer.global:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 697px;
  height: 127px;
  margin-left: -349px;
  background: url(https://www.jutapon.com/wp_assets/images/common/bg_footer.png) no-repeat center center;
}
footer.global #btn-pagetop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
}
footer.global #btn-pagetop a:hover {
  opacity: 0.75;
}
footer.global .inner {
  min-width: 1040px;
  padding: 50px 0 48px;
  background: #F09600;
}
footer.global .inner > div {
  font-size: 0;
  width: 1040px;
  margin: 0 auto 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid #F6C066;
}
footer.global .logo,
footer.global nav,
footer.global .link-nav,
footer.global .social,
footer.global .iso {
  display: inline-block;
  vertical-align: top;
}
footer.global .logo {
  margin-right: 37px;
}
footer.global .logo img {
  width: 120px;
  height: auto;
}
footer.global .link-nav {
  width: 320px;
  font-size: 0;
  margin: 0 22px 0 -26px;
}
footer.global .link-nav li {
  display: inline-block;
  width: 135px;
  margin-left: 25px;
  margin-bottom: 11px;
  vertical-align: top;
}
footer.global .link-nav a {
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  padding-left: 15px;
}
footer.global .link-nav a:hover {
  text-decoration: underline;
}
footer.global .link-nav a:before {
  content: "";
  position: absolute;
  top: .28em;
  left: 0;
  width: 5px;
  height: 10px;
  background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  background-size: contain;
}
footer.global .social {
  font-size: 0;
  margin-right: 67px;
}
footer.global .social li {
  display: inline-block;
  width: 48px;
  margin: 0 5px;
}
footer.global .social li img {
  width: 100%;
  height: auto;
}
footer.global .iso {
  color: #FFF;
  width: 326px;
}
footer.global .iso img {
  width: 140px;
  height: auto;
}
footer.global .iso figure {
  font-size: 11px;
  font-size: 1.1rem;
  display: table-cell;
  vertical-align: top;
}
footer.global .iso p {
  font-size: 10px;
  font-size: 1rem;
  display: table-cell;
  vertical-align: top;
  padding-left: 13px;
}
footer.global .copyright {
  font-family: 'AxisStd-Light';
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  width: 1040px;
  margin: 0 auto;
  text-align: right;
}

@media screen and (max-width: 640px) {
  footer.global {
    padding-top: 103px;
  }
  footer.global:before {
    top: 37px;
    width: 100%;
    height: 67px;
    margin-left: -50%;
    background-size: contain;
  }
  footer.global #btn-pagetop {
    right: 3.125%;
    width: 35px;
  }
  footer.global #btn-pagetop img {
    width: 100%;
    height: auto;
  }
  footer.global .inner {
    min-width: inherit;
    padding: 0 0 40px;
  }
  footer.global .inner > div {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 95px;
    padding-bottom: 140px;
    border: none;
  }
  footer.global .logo {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    bottom: 33px;
  }
  footer.global .logo img {
    width: 104px;
    height: auto;
  }
  footer.global .social {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  footer.global .social li {
    margin: 0 3.125%;
  }
  footer.global nav {
    display: block;
  }
  footer.global .link-nav {
    width: 100%;
    margin: 0 -1px 20px 0;
    border-top: 1px solid #F6C066;
  }
  footer.global .link-nav li {
    text-align: center;
    width: 50%;
    margin: 0;
    border-right: 1px solid #F6C066;
    border-bottom: 1px solid #F6C066;
    box-sizing: border-box;
  }
  footer.global .link-nav li a {
    display: block;
    padding: 12px 1em;
  }
  footer.global .link-nav li a:before {
    content: none;
  }
  footer.global .iso {
    overflow: hidden;
    width: auto;
    padding: 0 3.125% 20px;
    border-bottom: 1px solid #F6C066;
  }
  footer.global .iso figure {
    float: left;
  }
  footer.global .iso img {
    width: 120px;
    height: auto;
  }
  footer.global .iso figcaption {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
  }
  footer.global .iso p {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 3.125%;
  }
  footer.global .copyright {
    width: 100%;
    text-align: center;
  }
}
/* コンポーネント */
/* 見出し */
.headline {
  font-family: 'AxisStd-Light';
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  padding-top: 1.5625em;
  margin-bottom: 1.25em;
}
.headline:before {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 29px;
  height: 33px;
  background: url(https://www.jutapon.com/wp_assets/images/common/icon_home_orange_pc.png) no-repeat;
  background-size: contain;
}
.headline.type-relation {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  padding-top: 1.965em;
  padding-left: 40px;
  margin-bottom: 1em;
}
.headline.type-relation:before {
  top: auto;
  left: 0;
  right: auto;
  width: 23px;
  height: 26px;
  margin-top: 0.3em;
}

@media screen and (max-width: 640px) {
  .headline {
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 2.368421053em;
  }
  .headline:before {
    width: 26px;
    height: 30px;
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/icon_home_orange_sp.png) no-repeat;
    background-size: contain;
  }
}
/* リンクボタン */
@media screen and (min-width: 641px) {
  .link-btn {
    text-align: center;
    width: 370px;
    margin: 0 auto;
    overflow: hidden;
  }
  .link-btn a {
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 17px;
    height: 24px;
    text-decoration: none;
    background: #F08200;
    border: 1px solid #F08200;
    border-radius: 4px;
  }
  .link-btn a:hover {
    color: #F08200;
    background: #FFF;
  }
}
@media screen and (max-width: 640px) {
  .link-btn {
    overflow: hidden;
    text-align: center;
    margin: 0 6.666666667%;
  }
  .link-btn a {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 12px;
    text-decoration: none;
    background: #F08200;
    border: 1px solid #F08200;
    border-radius: 4px;
  }
}
/* パンくず */
@media screen and (min-width: 641px) {
  .bread-area {
    background: #F8F8F6;
  }
  .bread-area .inner {
    width: 1040px;
    margin: 0 auto;
    padding: 134px 0 9px 7px;
    box-sizing: border-box;
  }
  .bread-area .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .bread-area .breadcrumbs {
    float: left;
  }
  .bread-area .breadcrumbs ol {
    font-size: 0;
    /* margin-bottom: 8px; */
  }
  .bread-area .breadcrumbs li {
    position: relative;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 26px;
  }
  .bread-area .breadcrumbs li:first-child {
    padding: 0;
  }
  .bread-area .breadcrumbs li:first-child:before {
    content: none;
  }
  .bread-area .breadcrumbs li:before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 13px;
    width: 3px;
    height: 5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_bread.png) no-repeat;
  }
  .bread-area .breadcrumbs a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
  }
  .bread-area .social {
    float: right;
    /* margin-bottom: 12px; */
  }
  .bread-area .social ul {
    font-size: 0;
    margin-left: -11px;
  }
  .bread-area .social li {
    display: inline-block;
    margin-left: 11px;
  }
  .bread-area-mf .inner {
      width: 1040px;
      margin: 0 auto;
      padding: 112px 0 9px 7px;
      box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .bread-area {
    display: none;
  }
}
/* タイトル+リード文 */
@media screen and (min-width: 641px) {
  .general-title-area {
    margin-bottom: 25px;
    padding: 14px 0;
    background: #F09600;
  }
  .general-title-area .title {
    color: #FFF;
    font-size: 32px;
    font-size: 3.2rem;
    width: 1040px;
    margin: 0 auto;
    line-height: 1.3;
  }
  .general-title-area .text {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    width: 1040px;
    margin: 16px auto 6px;
  }
}
@media screen and (max-width: 640px) {
  .general-title-area {
    margin: 20px 0;
    padding: 15px 3.125%;
    background: #F09600;
  }
  .general-title-area .title {
    color: #FFF;
    font-size: 20px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
  .general-title-area .text {
    display: none;
  }

  body.general .general-title-area .text {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px auto 0;
  }
}
/* カラー別 */
body.finance .general-title-area {
  background: #F09600;
}

body.consideration .general-title-area {
  background: #83B941;
}

body.house .general-title-area {
  background: #20ADB5;
}

body.repayment .general-title-area {
  background: #F05C5C;
}
/* slider */
@media screen and (min-width: 641px) {
  .slider-inner {
    width: 840px;
    height: 320px;
    margin: 0 auto;
    padding: 5px 10px;
    line-height: 1.3;
  }
  .bx-wrapper, .bx-viewport, .bx-wrapper img {
    margin: 0 auto;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .slider-inner {
    padding: 5px 10px 0;
  }
}
/* 汎用記事セット */
.entry-set > div:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 641px) {
  .entry-set {
    width: 840px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .entry-set {
    padding: 0 3.125%;
    margin-bottom: 30px;
  }
  .entry-set img {
    width: 100%;
    height: auto;
  }
}
/* 見出しセット */
@media screen and (min-width: 641px) {
  /* h2 */
  .head {
    color: #F09600;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 auto 34px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDD;
  }

  /* h3 */
  .heading {
    position: relative;
    color: #404040;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 17px;
    padding-left: 30px;
  }
  .heading:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: .4em;
    left: 0;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_orange.png) no-repeat;
  }

  /* h4 */
  .subheading {
    color: #404040;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #F09600;
  }

  /* 見出しエリア */
  .mod-img-set + .mod-title-set {
    margin-top: 38px;
  }

  .mod-text-set + .mod-title-set {
    margin-top: 62px;
  }
}
@media screen and (max-width: 640px) {
  /* h2 */
  .head {
    color: #F09600;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
  }

  /* h3 */
  .heading {
    position: relative;
    color: #404040;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .heading:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: .25em;
    left: 0;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_orange.png) no-repeat;
    background-size: contain;
  }

  /* h4 */
  .subheading {
    color: #404040;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-bottom: 1px;
    border-bottom: 2px solid #F09600;
  }

  /* 見出しエリア */
  .mod-wysiwyg-set + .mod-title-set {
    margin-top: 44px;
  }

  .mod-text-set + .mod-title-set {
    margin-top: 44px;
  }

  .mod-img-set + .mod-title-set {
    margin-top: 25px;
  }

  .mod-title-set {
    margin-top: 25px;
  }
}
/* 本文 */
@media screen and (min-width: 641px) {
  /* WYSIWYG */
  .wysiwyg {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-family: 'AxisStd-Regular';
  }
  .wysiwyg h2 {
    color: #F09600;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 25px auto 34px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDD;
  }
  .wysiwyg h3 {
    position: relative;
    color: #404040;
    font-size: 20px;
    font-size: 2rem;
    margin: 40px 0 17px;
    padding-left: 30px;
  }
  .wysiwyg h3:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_orange.png) no-repeat;
  }
  .wysiwyg h4 {
    color: #404040;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin: 20px 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #F09600;
  }
  .wysiwyg p {
    margin-bottom: 23px;
  }
  .wysiwyg a {
    position: relative;
    /* display: block;
    padding-left: 15px; */
  }
  /* .wysiwyg a:before {
    position: absolute;
    content: "";
    top: .6em;
    left: 0;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  } */
  .wysiwyg ul, .wysiwyg ol {
    padding-left: 24px;
  }
  .wysiwyg ul li, .wysiwyg ol li {
    font-family: 'AxisStd-Regular';
    color: #F09600;
  }
  .wysiwyg ul li span, .wysiwyg ol li span {
    color: #404040;
  }
  .wysiwyg ul li a, .wysiwyg ol li a {
    padding-left: 0;
  }
  .wysiwyg ul li a:before, .wysiwyg ol li a:before {
    content: none;
  }
  .wysiwyg ul li {
    position: relative;
  }
  .wysiwyg ul li:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -23px;
    width: 10px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_circle_orange.png) no-repeat;
    background-size: contain;
  }
  .wysiwyg ul.type-en {
    list-style: upper-latin;
  }
  .wysiwyg ul.type-en li:before {
    content: none;
  }
  .wysiwyg ul.type-star {
    padding-left: 0;
  }
  .wysiwyg ul.type-star li {
    color: #404040;
  }
  .wysiwyg ul.type-star li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_star_black.png) no-repeat;
  }
  .wysiwyg ol {
    list-style-type: decimal;
  }
  .wysiwyg table {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
  }
  .wysiwyg th, .wysiwyg td {
    text-align: center;
    vertical-align: middle;
    padding: 11px 25px;
  }
  .wysiwyg thead th {
    color: #FFF;
    background: #6EBCD5;
    border-left: 1px solid #DDD;
  }
  .wysiwyg thead th:first-child {
    border: none;
  }
  .wysiwyg thead th:nth-child(2) {
    padding: 9px 35px;
  }
  .wysiwyg thead th:last-child {
    border-right: 1px solid #6EBCD5;
  }
  .wysiwyg thead th.date {
    background: #F09600;
    border-top: 1px solid #DDD;
    border-right: 1px solid #F09600;
  }
  .wysiwyg tbody td {
    border: 1px solid #DDD;
  }
  .wysiwyg tbody td.year {
    padding: 9px 7px;
  }
  .wysiwyg hr {
    margin: 66px 0 50px !important;
    border-top: 1px solid #DDD;
  }
  .wysiwyg blockquote {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 43px;
    padding: 30px 29px 1px;
    background: #F8F8F6 url(https://www.jutapon.com/wp_assets/images/common/bg_quote.png) no-repeat;
    background-position: 18px 13px;
  }

  .mod-title-set + .mod-wysiwyg-set {
    margin-top: -11px;
  }

  .mod-wysiwyg-set {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .wysiwyg {
    font-size: 12px;
    font-size: 1.4375rem;
    line-height: 2;
    font-family: 'AxisStd-Regular';
  }
  .wysiwyg h2 {
    color: #F09600;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
  }
  .wysiwyg h3 {
    position: relative;
    color: #404040;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 0 15px;
    padding-left: 25px;
  }
  .wysiwyg h3:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_orange.png) no-repeat;
    background-size: contain;
  }
  .wysiwyg h4 {
    color: #404040;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 5px;
    padding-bottom: 1px;
    border-bottom: 2px solid #F09600;
  }
  .wysiwyg p {
    margin-bottom: 13px;
  }
  .wysiwyg a {
    position: relative;
    /* display: block;
    padding-left: 10px; */
  }
  /* .wysiwyg a:before {
    position: absolute;
    content: "";
    top: .5em;
    left: 0;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  } */
  .wysiwyg a img:hover {
    opacity: 0.8;
  }
  .wysiwyg ul, .wysiwyg ol {
    padding-left: 18px;
    margin-bottom: 6px;
  }
  .wysiwyg ul li, .wysiwyg ol li {
    font-family: 'AxisStd-Regular';
    color: #F09600;
  }
  .wysiwyg ul li span, .wysiwyg ol li span {
    color: #404040;
  }
  .wysiwyg ul li a, .wysiwyg ol li a {
    padding-left: 0;
  }
  .wysiwyg ul li a:before, .wysiwyg ol li a:before {
    content: none;
  }
  .wysiwyg ul li {
    position: relative;
  }
  .wysiwyg ul li:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -16px;
    width: 10px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_circle_orange.png) no-repeat;
    background-size: contain;
  }
  .wysiwyg ul.type-en {
    list-style: upper-latin;
  }
  .wysiwyg ul.type-en li:before {
    content: none;
  }
  .wysiwyg ul.type-star {
    padding-left: 0;
  }
  .wysiwyg ul.type-star li {
    color: #404040;
  }
  .wysiwyg ul.type-star li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_star_black.png) no-repeat;
  }
  .wysiwyg ol {
    list-style-type: decimal;
  }
  .wysiwyg table {
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .wysiwyg th, .wysiwyg td {
    text-align: center;
    vertical-align: middle;
    padding: 11px 25px;
  }
  .wysiwyg thead th {
    color: #FFF;
    background: #6EBCD5;
    border-left: 1px solid #DDD;
  }
  .wysiwyg thead th:first-child {
    border: none;
  }
  .wysiwyg thead th:nth-child(2) {
    padding: 9px 35px;
  }
  .wysiwyg thead th:last-child {
    border-right: 1px solid #6EBCD5;
  }
  .wysiwyg thead th.date {
    background: #F09600;
    border-top: 1px solid #DDD;
    border-right: 1px solid #F09600;
  }
  .wysiwyg tbody td {
    border: 1px solid #DDD;
  }
  .wysiwyg .note {
    position: relative;
    color: #808080;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 19px;
  }
  .wysiwyg .note:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 14px;
    height: 8px;
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/bg_table_note.png) no-repeat;
    background-size: contain;
  }
  .wysiwyg hr {
    margin: 25px 0 30px !important;
    border-top: 1px solid #DDD;
  }
  .wysiwyg blockquote {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 13px;
    padding: 30px 29px 1px;
    background: #F8F8F6 url(https://www.jutapon.com/wp_assets/images/common/bg_quote.png) no-repeat;
    background-position: 18px 13px;
  }

  .mod-wysiwyg-set {
    margin-bottom: 13px;
  }
  .mod-wysiwyg-set img {
    width: 100%;
    height: auto;
  }
}
/* アンカーセット */
@media screen and (min-width: 641px) {
  .mod-anchor-set {
    margin-top: 34px;
  }
  .mod-anchor-set ul {
    font-size: 0;
    margin: 0 0 34px -5px;
    vertical-align: bottom;
  }
  .mod-anchor-set li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .mod-anchor-set a {
    position: relative;
    color: #404040;
    text-decoration: none;
    display: block;
    padding: 10px 27px 11px 44px;
    background: #EDEDED;
  }
  .mod-anchor-set a:hover {
    opacity: 0.8;
  }
  .mod-anchor-set a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    width: 12px;
    height: 9px;
    margin-top: -4px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_gray.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .mod-anchor-set {
    margin-top: 17px;
  }
  .mod-anchor-set ul {
    overflow: hidden;
    margin-bottom: 16px;
    vertical-align: bottom;
  }
  .mod-anchor-set li {
    font-size: 11px;
    font-size: 1.1rem;
    display: table;
    width: 49.333333333%;
    margin-bottom: 4px;
  }
  .mod-anchor-set li:nth-child(odd) {
    float: left;
  }
  .mod-anchor-set li:nth-child(even) {
    float: right;
  }
  .mod-anchor-set a {
    position: relative;
    color: #404040;
    text-decoration: none;
    vertical-align: middle;
    display: table-cell;
    padding: 7px 14px 8px 35px;
    background: #EDEDED;
  }
  .mod-anchor-set a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_gray.png) no-repeat;
    background-size: contain;
  }
}
/* テーブルセット */
@media screen and (min-width: 641px) {
  .mod-table-set {
    margin-bottom: 40px;
  }
  .mod-table-set .note {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mod-table-set {
    margin-bottom: 20px;
  }
  .mod-table-set .wysiwyg {
    overflow-x: scroll;
  }
}
/* 画像+テキストセット */
@media screen and (min-width: 641px) {
  .mod-text-set {
    margin-bottom: 40px;
  }
  .mod-text-set a img:hover {
    opacity: 0.8;
  }
  .mod-text-set .img {
    margin-bottom: 25px;
  }
  .mod-text-set .img.is-left {
    float: left;
    margin-right: 39px;
  }
  .mod-text-set .img.is-right {
    float: right;
    margin-left: 39px;
  }
  .mod-text-set .img.is-center {
    text-align: center;
  }
  .mod-text-set a img:hover {
    opacity: 0.8;
  }

  .mod-wysiwyg-set + .mod-text-set {
    margin-top: -18px;
  }
}
@media screen and (max-width: 640px) {
  .mod-text-set {
    margin-bottom: 14px;
  }
  .mod-text-set .img.is-left, .mod-text-set .img.is-right, .mod-text-set .img.is-center {
    float: none;
    margin-bottom: 16px;
  }
}
/* 画像セット */
@media screen and (min-width: 641px) {
  .mod-img-set {
    font-size: 0;
  }
  .mod-img-set a img:hover {
    opacity: 0.8;
  }
  .mod-img-set figure {
    clear: both;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .mod-img-set figure img {
    margin-bottom: 5px;
  }
  .mod-img-set figure.type-one-column {
    display: block;
  }
  .mod-img-set figure.type-one-column.type-center {
    margin: 0 auto 25px;
  }
  .mod-img-set figure.type-one-column.type-center figcaption {
    text-align: left;
  }
  .mod-img-set figure.type-one-column.type-right {
    float: right;
  }
  .mod-img-set figure.type-one-column.type-right figcaption {
    text-align: left;
  }
  .mod-img-set figure.type-two-column {
    display: inline-block;
    width: 405px;
  }
  .mod-img-set figure.type-two-column:nth-child(2n) {
    margin-left: 30px;
  }
  .mod-img-set figure.type-two-column img {
    width: 100%;
    height: auto;
  }
  .mod-img-set figure.type-three-column {
    text-align: left;
    font-size: 0;
    display: inline-block;
    width: 270px;
    margin-left: 15px;
  }
  .mod-img-set figure.type-three-column:nth-child(3n+1) {
    margin-left: 0px;
  }
  .mod-img-set figure.type-three-column figcaption {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-img-set figure.type-three-column img {
    width: 100%;
    height: auto;
  }
  .mod-img-set figcaption {
    color: #808080;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod-img-set figure {
    margin-bottom: 12px;
  }
  .mod-img-set figure img {
    margin-bottom: 5px;
  }
  .mod-img-set figcaption {
    color: #808080;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* 画像説明セット */
@media screen and (min-width: 641px) {
  .mod-img-detail-set {
    font-size: 0;
    margin: 0 0 6px -30px;
  }
  .mod-img-detail-set a img:hover {
    opacity: 0.8;
  }
  .mod-img-detail-set .column {
    display: inline-block;
    width: 405px;
    margin-left: 30px;
    vertical-align: top;
    margin-bottom: 22px;
  }
  .mod-img-detail-set .column figure img {
    margin-bottom: 25px;
  }
  .mod-img-detail-set .column .subheading,
  .mod-img-detail-set .column .wysiwyg {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .mod-img-detail-set {
    margin-bottom: 30px;
  }
  .mod-img-detail-set .column {
    margin-bottom: 20px;
  }
  .mod-img-detail-set .column figure img {
    margin-bottom: 16px;
  }
  .mod-img-detail-set.type-two-column {
    overflow: hidden;
  }
  .mod-img-detail-set.type-border {
    padding: 14px 6% 15px;
    border: 7px solid #DDD;
  }
}
/* 背景囲みセット */
@media screen and (min-width: 641px) {
  .mod-border-set {
    margin: 0 auto 35px;
    padding: 32px 34px 30px;
    border: 7px solid #DDD;
  }
}
@media screen and (max-width: 640px) {
  .mod-border-set {
    margin: 0 auto 30px;
    padding: 14px 6% 15px;
    border: 7px solid #DDD;
  }
}
/* ファイナンシャルプランナーセット */
@media screen and (min-width: 641px) {
  .mod-planner-set {
    overflow: hidden;
    margin-bottom: 34px;
    padding: 0 20px;
    background: #F8F8F6;
  }
  .mod-planner-set .pic,
  .mod-planner-set .info {
    display: table-cell;
    vertical-align: middle;
  }
  .mod-planner-set .pic {
    padding: 20px 0;
  }
  .mod-planner-set .info {
    padding: 16px 0;
  }
  .mod-planner-set .img {
    float: left;
    margin-right: 30px;
  }
  .mod-planner-set .img img {
    width: auto;
    height: 150px;
  }
  .mod-planner-set .name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .mod-planner-set .wysiwyg {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-planner-set .wysiwyg p, .mod-planner-set .wysiwyg li, .mod-planner-set .wysiwyg a {
    line-height: 1.8;
  }
  .mod-planner-set .wysiwyg *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod-planner-set {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 3.333333333%;
    background: #F8F8F6;
  }
  .mod-planner-set .pic,
  .mod-planner-set .info {
    display: table-cell;
    vertical-align: top;
  }
  .mod-planner-set .pic {
    width: 31.666666667%;
    padding: 3.333333333% 0;
    padding-right: 14px;
  }
  .mod-planner-set .pic img {
    width: 100%;
    height: auto;
  }
  .mod-planner-set .info {
    padding: 12px 0;
  }
  .mod-planner-set .img {
    width: 100%;
    height: auto;
  }
  .mod-planner-set .name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-planner-set .name span {
    display: block;
  }
  .mod-planner-set .wysiwyg {
    line-height: 1.5;
    /* display: none; */
  }
}
/* アコーディオン */
.acc-btn {
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .mod-acc-set .acc-inner {
    margin-bottom: 20px;
  }
  .mod-acc-set .title {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 12px 60px 12px 12px;
    border: 1px solid #DDD;
    background: #EDEDED;
  }
  .mod-acc-set .title.is-open:after {
    background: #FFF url(https://www.jutapon.com/wp_assets/images/common/menu_close.png) no-repeat center center;
  }
  .mod-acc-set .title:after {
    position: absolute;
    top: 50%;
    right: 9px;
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #FFF url(https://www.jutapon.com/wp_assets/images/common/menu_open.png) no-repeat center center;
    border: 1px solid #DDD;
  }
  .mod-acc-set .txt {
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    padding: 17px 30px;
    border: 1px solid #DDD;
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  .mod-acc-set {
    margin-bottom: 10px;
  }
  .mod-acc-set .acc-inner {
    margin-bottom: 10px;
  }
  .mod-acc-set .title {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 60px 12px 12px;
    border: 1px solid #DDD;
    background: #EDEDED;
  }
  .mod-acc-set .title.is-open:after {
    background: #FFF url(https://www.jutapon.com/wp_assets/images/common/menu_close.png) no-repeat center center;
  }
  .mod-acc-set .title:after {
    position: absolute;
    top: 50%;
    right: 9px;
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #FFF url(https://www.jutapon.com/wp_assets/images/common/menu_open.png) no-repeat center center;
    border: 1px solid #DDD;
  }
  .mod-acc-set .txt {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 17px 30px;
    border: 1px solid #DDD;
    border-top: none;
  }
}
/* コンバージョン */
@media screen and (min-width: 641px) {
  .conversion-area {
    padding: 50px 0 60px;
    background: #FDEFD9;
  }
  .conversion-area ul {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .conversion-area li:nth-child(odd) {
    float: left;
  }
  .conversion-area li:nth-child(even) {
    float: right;
  }
  .conversion-area li a {
    position: relative;
    color: #F09600;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 455px;
    padding: 26px 38px 112px;
    background: #FFF;
    border: 2px solid #F09600;
    box-sizing: border-box;
  }
  .conversion-area li a:hover .link {
    background: #FFF;
    color: #F08200;
    border-color: #F08200;
  }
  .conversion-area li figure {
    margin-bottom: 5px;
  }
  .conversion-area li figure img {
    width: 90px;
    height: auto;
  }
  .conversion-area li .title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .conversion-area li .txt {
    color: #F08200;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 34px;
  }
  .conversion-area li .link {
    position: absolute;
    bottom: 38px;
    width: 375px;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 23px 0;
    background: #F08200;
    border: 2px solid #F08200;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .conversion-area {
    padding: 20px 3.125% 10px;
    background: #FDEFD9;
  }
  .conversion-area ul {
    margin: 0 auto;
    box-sizing: border-box;
  }
  .conversion-area li {
    margin-bottom: 10px;
  }
  .conversion-area li a {
    color: #F09600;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 26px 20px 20px;
    background: #FFF;
    border: 2px solid #F09600;
    box-sizing: border-box;
  }
  .conversion-area li figure {
    margin-bottom: 5px;
  }
  .conversion-area li figure img {
    width: 90px;
    height: auto;
  }
  .conversion-area li .title {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 6px;
  }
  .conversion-area li .txt {
    color: #F08200;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 22px;
  }
  .conversion-area li .link {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 13px 9.615384615%;
    background: #F08200;
    border: 2px solid #F08200;
    box-sizing: border-box;
    border-radius: 4px;
  }
}
/* 誘導エリア */
@media screen and (min-width: 641px) {
  .guide-area {
    width: 1040px;
    padding: 127px 0 70px;
    margin: 0 auto;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_guide.png) no-repeat;
    background-position: -3px 113px;
  }
  .guide-area > div {
    position: relative;
  }
  .guide-area > div .category-list {
    position: relative;
  }
  .guide-area > div .category-list > li {
    position: absolute;
    font-size: 15px;
    font-size: 1.5rem;
    display: table;
    width: 280px;
    height: 80px;
    border: 2px solid #DDD;
    border-radius: 4px;
    background: #FFF;
    box-sizing: border-box;
  }
  .guide-area > div .category-list > li:nth-child(1), .guide-area > div .category-list > li:nth-child(2), .guide-area > div .category-list > li:nth-child(3) {
    top: 53px;
  }
  .guide-area > div .category-list > li:nth-child(4), .guide-area > div .category-list > li:nth-child(5), .guide-area > div .category-list > li:nth-child(6) {
    top: 169px;
  }
  .guide-area > div .category-list > li:nth-child(1), .guide-area > div .category-list > li:nth-child(6) {
    left: 60px;
  }
  .guide-area > div .category-list > li:nth-child(2), .guide-area > div .category-list > li:nth-child(5) {
    left: 380px;
  }
  .guide-area > div .category-list > li:nth-child(3), .guide-area > div .category-list > li:nth-child(4) {
    left: 700px;
  }
  .guide-area > div .category-list a {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 35px;
  }
  .guide-area > div .category-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 7px;
    height: 11px;
    margin-top: -6px;
  }
  .guide-area .heading {
    position: absolute;
    top: -26px;
    left: 35px;
    color: #FFF;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: left;
    width: 625px;
    padding-left: 150px;
    pointer-events: none;
    box-sizing: border-box;
  }
  .guide-area .heading:before {
    content: none;
  }
  .guide-area .heading span {
    display: block;
    position: relative;
    padding: 12px 0;
  }
  .guide-area .heading span:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -3px;
    left: -130px;
  }
  .guide-area .heading span br {
    display: none;
  }
  .guide-area .consideration {
    height: 343px;
  }
  .guide-area .consideration .heading {
    background: #83B941;
  }
  .guide-area .consideration .heading:before {
    content: none;
  }
  .guide-area .consideration .heading span:before {
    bottom: -3px;
    width: 106px;
    height: 100px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_guide01_green.png) no-repeat;
  }
  .guide-area .consideration .category-list > li {
    border-color: #83B941;
  }
  .guide-area .consideration .category-list > li:hover {
    background: #83B941;
  }
  .guide-area .consideration .category-list > li:hover a {
    color: #FFF;
  }
  .guide-area .consideration .category-list > li:hover a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat center center;
    background-size: contain;
  }
  .guide-area .consideration .category-list a {
    color: #83B941;
  }
  .guide-area .consideration .category-list a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_green_small.png) no-repeat;
  }
  .guide-area .house {
    height: 342px;
  }
  .guide-area .house .heading {
    top: -26px;
    background: #20ADB5;
  }
  .guide-area .house .heading span:before {
    width: 102px;
    height: 99px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_guide02_blue.png) no-repeat;
  }
  .guide-area .house .category-list > li {
    border-color: #20ADB5;
  }
  .guide-area .house .category-list > li:hover {
    background: #20ADB5;
  }
  .guide-area .house .category-list > li:hover a {
    color: #FFF;
  }
  .guide-area .house .category-list > li:hover a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat center center;
    background-size: contain;
  }
  .guide-area .house .category-list > li:nth-child(1) span:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_join_blue.png) no-repeat;
  }
  .guide-area .house .category-list > li:nth-child(1) span:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_root_right_blue.png) no-repeat;
  }
  .guide-area .house .category-list a {
    color: #20ADB5;
  }
  .guide-area .house .category-list a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_blue_small.png) no-repeat;
  }
  .guide-area .repayment {
    height: 269px;
  }
  .guide-area .repayment .heading {
    background: #F05C5C;
  }
  .guide-area .repayment .heading span:before {
    width: 120px;
    height: 104px;
    left: -137px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_guide03_red.png) no-repeat;
  }
  .guide-area .repayment .category-list > li {
    border-color: #F05C5C;
  }
  .guide-area .repayment .category-list > li:hover {
    background: #F05C5C;
  }
  .guide-area .repayment .category-list > li:hover a {
    color: #FFF;
  }
  .guide-area .repayment .category-list > li:hover a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat center center;
    background-size: contain;
  }
  .guide-area .repayment .category-list a {
    color: #F05C5C;
  }
  .guide-area .repayment .category-list a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_red_small.png) no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .guide-area .consideration .heading,
  .guide-area .house .heading,
  .guide-area .repayment .heading {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 25px 20px 25px 84px;
  }
  .guide-area .consideration .heading.is-open:after,
  .guide-area .house .heading.is-open:after,
  .guide-area .repayment .heading.is-open:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_up_white_middle.png) no-repeat;
    background-size: contain;
  }
  .guide-area .consideration .heading:before,
  .guide-area .house .heading:before,
  .guide-area .repayment .heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
  }
  .guide-area .consideration .heading:after,
  .guide-area .house .heading:after,
  .guide-area .repayment .heading:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 9px;
    margin-top: -4px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_white_middle.png) no-repeat;
    background-size: contain;
  }
  .guide-area .consideration .category-list,
  .guide-area .house .category-list,
  .guide-area .repayment .category-list {
    display: none;
    padding: 20px 10px 10px;
  }
  .guide-area .consideration .category-list li,
  .guide-area .house .category-list li,
  .guide-area .repayment .category-list li {
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .guide-area .consideration .category-list li a,
  .guide-area .house .category-list li a,
  .guide-area .repayment .category-list li a {
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.3;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 0;
  }
  .guide-area .consideration .category-list li a:after,
  .guide-area .house .category-list li a:after,
  .guide-area .repayment .category-list li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 11px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
    background-size: contain;
  }
  .guide-area .consideration .heading {
    background: #83B941;
  }
  .guide-area .consideration .heading:before {
    width: 35px;
    height: 50px;
    margin-top: -25px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_consideration_white.png) no-repeat;
    background-size: contain;
  }
  .guide-area .consideration .category-list li {
    background: #83B941;
  }
  .guide-area .house .heading {
    background: #20ADB5;
  }
  .guide-area .house .heading:before {
    width: 45px;
    height: 63px;
    margin-top: -31px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_myhome_white.png) no-repeat;
    background-size: contain;
  }
  .guide-area .house .category-list li {
    background: #20ADB5;
  }
  .guide-area .repayment .heading {
    background: #F05C5C;
  }
  .guide-area .repayment .heading:before {
    width: 40px;
    height: 52px;
    margin-top: -26px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_repayment_white.png) no-repeat;
    background-size: contain;
  }
  .guide-area .repayment .category-list li {
    background: #F05C5C;
  }
  .guide-area .detail-area {
    display: none;
  }
}
/* その他エリア */
@media screen and (min-width: 641px) {
  .other-area {
    padding: 60px 0 45px;
    background: #F8F8F6;
  }
  .other-area .inner {
    width: 1040px;
    margin: 0 auto;
  }
  .other-area .banner {
    font-size: 0;
    text-align: center;
    margin: -10px -10px 0 0;
  }
  .other-area .banner p {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .other-area .note {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDD;
  }
  .other-area .note .title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .other-area .note p {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .other-area {
    padding: 30px 0 5px;
    background: #F8F8F6;
  }
  .other-area .inner {
    padding: 0 3.125%;
    margin: 0 auto;
  }
  .other-area .note {
    display: none;
  }
  .other-area .banner {
    font-size: 0;
    text-align: center;
  }
  .other-area .banner p {
    margin-bottom: 10px;
  }
  .other-area .banner p img {
    width: 100%;
    height: auto;
  }
}
/* ソーシャル */
@media screen and (min-width: 641px) {
  .mod-social-area {
    overflow: hidden;
    width: 1040px;
    margin: 70px auto 50px;
    padding-top: 30px;
    border-top: 1px solid #DDD;
  }
  .mod-social-area ul {
    float: right;
    font-size: 0;
    margin-left: -11px;
  }
  .mod-social-area li {
    display: inline-block;
    margin-left: 11px;
  }
}
@media screen and (max-width: 640px) {
  .mod-social-area {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  #lightbox .lb-outerContainer {
    background: none;
  }
  #lightbox .lb-nav .lb-prev {
    margin-left: -44px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_modal_left.png) no-repeat left 48%;
    opacity: 1;
  }
  #lightbox .lb-nav .lb-next {
    margin-right: -44px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_modal_right.png) no-repeat right 48%;
    opacity: 1;
  }
  #lightbox .lb-data {
    position: relative;
  }
  #lightbox .lb-closeContainer {
    text-align: right;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
  }
  #lightbox .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://www.jutapon.com/wp_assets/images/common/modal_close.png) no-repeat;
    cursor: pointer;
  }
  #lightbox .lb-caption {
    color: #FFF;
  }
  #lightbox .lb-number {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #lightbox .lb-outerContainer {
    background: none;
  }
  #lightbox .lb-dataContainer {
    padding: 5px 26px;
  }
  #lightbox .lb-container {
    padding: 4px 20px;
  }
  #lightbox .lb-nav .lb-prev {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_modal_left.png) no-repeat left 48%;
    background-size: 15px 34px;
    opacity: 1;
  }
  #lightbox .lb-nav .lb-next {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_modal_right.png) no-repeat right 48%;
    background-size: 15px 34px;
    opacity: 1;
  }
  #lightbox .lb-data {
    position: relative;
  }
  #lightbox .lb-closeContainer {
    text-align: right;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #lightbox .lb-close {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/modal_close.png) no-repeat;
    cursor: pointer;
    background-size: contain;
  }
  #lightbox .lb-number {
    display: none !important;
  }
}
/* ページ送り */
@media screen and (min-width: 641px) {
  .page-navi {
    position: relative;
    text-align: center;
    width: 1040px;
    min-height: 40px;
    margin: 0 auto 90px;
    letter-spacing: -.4em;
  }
  .page-navi * {
    letter-spacing: normal;
  }
  .page-navi span,
  .page-navi a {
    display: inline-block;
    margin-left: 5px;
  }
  .page-navi span {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 40px;
    padding: 9px 14px 10px;
  }
  .page-navi span.current {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 9px 0 10px;
    border: 1px solid #83B941;
    box-sizing: border-box;
    background: #83B941;
  }
  .page-navi a {
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    min-width: 40px;
    padding: 9px 10px 10px;
    border: 1px solid #DDD;
    box-sizing: border-box;
  }
  .page-navi a:hover {
    color: #FFF;
    background: #83B941;
    border-color: #83B941;
  }
  .page-navi a.prev, .page-navi a.next {
    padding: 9px 37px 10px;
    background: #F6F6F5;
  }
  .page-navi .note {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
}
/* カラー別 */
@media screen and (max-width: 640px) {
  .page-navi {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: -.4em;
  }
  .page-navi * {
    letter-spacing: normal;
  }
  .page-navi a,
  .page-navi span {
    display: inline-block;
    margin-left: 3px;
  }
  .page-navi span {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 40px;
    padding: 9px 14px 10px;
  }
  .page-navi span.current {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 9px 0 10px;
    border: 1px solid #83B941;
    box-sizing: border-box;
    background: #83B941;
  }
  .page-navi a {
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    min-width: 40px;
    padding: 9px 10px 10px;
    border: 1px solid #DDD;
    box-sizing: border-box;
  }
  .page-navi a:hover {
    color: #FFF;
    background: #83B941;
    border-color: #83B941;
  }
  .page-navi a.prev, .page-navi a.next {
    display: block;
    width: 100%;
    background: #F6F6F5;
    margin: 10px 0;
  }
  .page-navi .note {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 14px;
  }
}
body.finance .page-navi span.current {
  background: #F09600;
  border-color: #F09600;
}

body.consideration .page-navi span.current {
  background: #83B941;
  border-color: #83B941;
}

body.house .page-navi span.current {
  background: #20ADB5;
  border-color: #20ADB5;
}

body.repayment .page-navi span.current {
  background: #F05C5C;
  border-color: #F05C5C;
}

body.finance .page-navi a:hover {
  background: #F09600;
  border-color: #F09600;
}

body.consideration .page-navi a:hover {
  background: #83B941;
  border-color: #83B941;
}

body.house .page-navi a:hover {
  background: #20ADB5;
  border-color: #20ADB5;
}

body.repayment .page-navi a:hover {
  background: #F05C5C;
  border-color: #F05C5C;
}

/* 金融DB */
@media screen and (min-width: 641px) {
  .bank-data {
    margin-bottom: 40px;
  }

  .bank-data.type-logo {
    vertical-align: middle;
    display: table-cell;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .bank-data.type-name {
    font-size: 28px;
    font-size: 2.8rem;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
  }

  .bank-data.type-merit {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .bank-data.type-new table,
  .bank-data.type-exch table {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 40px;
  }
  .bank-data.type-new th, .bank-data.type-new td,
  .bank-data.type-exch th,
  .bank-data.type-exch td {
    text-align: center;
    vertical-align: middle;
    padding: 11px 5px;
  }
  .bank-data.type-new thead tr:last-child th,
  .bank-data.type-exch thead tr:last-child th {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #F09600;
  }
  .bank-data.type-new thead tr:last-child th:nth-child(3), .bank-data.type-new thead tr:last-child th:nth-child(4),
  .bank-data.type-exch thead tr:last-child th:nth-child(3),
  .bank-data.type-exch thead tr:last-child th:nth-child(4) {
    width: 5rem;
  }
  .bank-data.type-new thead th,
  .bank-data.type-exch thead th {
    color: #FFF;
    background: #6EBCD5;
    border-left: 1px solid #DDD;
  }
  .bank-data.type-new thead th:first-child,
  .bank-data.type-exch thead th:first-child {
    border: none;
  }
  .bank-data.type-new thead th:last-child,
  .bank-data.type-exch thead th:last-child {
    border-right: 1px solid #6EBCD5;
  }
  .bank-data.type-new tbody td,
  .bank-data.type-exch tbody td {
    border: 1px solid #DDD;
  }
  .bank-data.type-new tbody td:first-child,
  .bank-data.type-exch tbody td:first-child {
    width: 21rem;
  }
  .bank-data.type-new tbody td:nth-child(2),
  .bank-data.type-exch tbody td:nth-child(2) {
    width: 7rem;
  }
  .bank-data.type-new tbody td:nth-child(4),
  .bank-data.type-exch tbody td:nth-child(4) {
    width: 2rem;
  }
  .bank-data.type-new tbody td:nth-child(6),
  .bank-data.type-exch tbody td:nth-child(6) {
    width: 10rem;
  }

  .bank-data.type-summary table,
  .bank-data.type-cond table {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 40px;
  }
  .bank-data.type-summary tr td,
  .bank-data.type-cond tr td {
    text-align: left;
    vertical-align: middle;
    padding: 11px 25px;
    border: 1px solid #DDD;
  }
  .bank-data.type-summary tr td:first-child,
  .bank-data.type-cond tr td:first-child {
    color: #FFF;
    text-align: center;
    width: 15rem;
    background: #6EBCD5;
    border-top: 1px solid #6EBCD5;
    border-left: 1px solid #6EBCD5;
  }
  .bank-data.type-summary tr:last-child td:first-child,
  .bank-data.type-cond tr:last-child td:first-child {
    border-bottom: 1px solid #6EBCD5;
  }
}
@media screen and (max-width: 640px) {
  .bank-data {
    margin-bottom: 13px;
  }

  .bank-data.type-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .bank-data.type-logo img {
    width: 135px;
    height: auto;
  }

  .bank-data.type-name {
    font-size: 18px;
    font-size: 1.8rem;
    color: #404040;
  }

  .bank-data.type-merit {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 20px;
  }

  .bank-data.type-new,
  .bank-data.type-exch {
    overflow: scroll;
    position: relative;
  }
  .bank-data.type-new .items,
  .bank-data.type-exch .items {
    overflow: scroll;
    position: relative;
  }
  .bank-data.type-new:before,
  .bank-data.type-exch:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0.35em;
    left: 0;
    width: 14px;
    height: 8px;
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/bg_table_note.png) no-repeat;
    background-size: contain;
  }
  .bank-data.type-new:after,
  .bank-data.type-exch:after {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 19px;
    content: "表は左右にスクロールできます。";
  }
  .bank-data.type-new table,
  .bank-data.type-exch table {
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .bank-data.type-new th, .bank-data.type-new td,
  .bank-data.type-exch th,
  .bank-data.type-exch td {
    text-align: center;
    vertical-align: middle;
    padding: 11px 5px;
  }
  .bank-data.type-new thead tr:last-child th,
  .bank-data.type-exch thead tr:last-child th {
    background: #F09600;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .bank-data.type-new thead tr:last-child th:nth-child(3), .bank-data.type-new thead tr:last-child th:nth-child(4),
  .bank-data.type-exch thead tr:last-child th:nth-child(3),
  .bank-data.type-exch thead tr:last-child th:nth-child(4) {
    width: 5rem;
  }
  .bank-data.type-new thead th,
  .bank-data.type-exch thead th {
    color: #FFF;
    background: #6EBCD5;
    border-left: 1px solid #DDD;
  }
  .bank-data.type-new thead th:first-child,
  .bank-data.type-exch thead th:first-child {
    border: none;
  }
  .bank-data.type-new thead th:last-child,
  .bank-data.type-exch thead th:last-child {
    border-right: 1px solid #6EBCD5;
  }
  .bank-data.type-new thead th.date,
  .bank-data.type-exch thead th.date {
    background: #F09600;
    border-top: 1px solid #DDD;
    border-right: 1px solid #F09600;
  }
  .bank-data.type-new tbody td,
  .bank-data.type-exch tbody td {
    border: 1px solid #DDD;
  }

  .bank-data.type-summary,
  .bank-data.type-cond {
    overflow: scroll;
    position: relative;
  }
  .bank-data.type-summary .item-profile,
  .bank-data.type-cond .item-profile {
    overflow: scroll;
    position: relative;
  }
  .bank-data.type-summary:before,
  .bank-data.type-cond:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0.35em;
    left: 0;
    width: 14px;
    height: 8px;
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/bg_table_note.png) no-repeat;
    background-size: contain;
  }
  .bank-data.type-summary:after,
  .bank-data.type-cond:after {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 19px;
    content: "表は左右にスクロールできます。";
  }
  .bank-data.type-summary table,
  .bank-data.type-cond table {
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .bank-data.type-summary tr td,
  .bank-data.type-cond tr td {
    text-align: left;
    vertical-align: middle;
    padding: 11px 25px;
    border: 1px solid #DDD;
  }
  .bank-data.type-summary tr td:first-child,
  .bank-data.type-cond tr td:first-child {
    color: #FFF;
    text-align: center;
    background: #6EBCD5;
    border-top: 1px solid #6EBCD5;
    border-left: 1px solid #6EBCD5;
  }
  .bank-data.type-summary tr:last-child td:first-child,
  .bank-data.type-cond tr:last-child td:first-child {
    border-bottom: 1px solid #6EBCD5;
  }
}
/* カスタム検索結果 */
#search-form .gsc-result .gs-title {
  height: 1.4em;
}

/* 共通コンテンツ */
/* タブエリア */
@media screen and (min-width: 641px) {
  .tab-area {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 50px;
  }
  .tab-area .tab {
    display: table-cell;
    width: 720px;
    vertical-align: bottom;
  }
  .tab-area ul {
    font-size: 0;
    margin-left: -5px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
    vertical-align: bottom;
  }
  .tab-area li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .tab-area li a {
    position: relative;
    color: #404040;
    text-decoration: none;
    display: block;
    padding: 14px 27px 15px 44px;
    background: #EDEDED;
  }
  .tab-area li a:hover {
    opacity: 0.75;
  }
  .tab-area li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    width: 12px;
    height: 9px;
    margin-top: -4px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_gray.png) no-repeat;
    background-size: contain;
  }
  .tab-area .appli {
    vertical-align: bottom;
    display: table-cell;
    width: 320px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .tab-area .appli .inner {
    width: 280px;
    border: 1px solid #DDD;
    padding: 18px 20px 12px;
    box-sizing: border-box;
  }
  .tab-area .appli .txt {
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 7px;
    padding: 0 0 12px 47px;
    border-bottom: 1px solid #DDD;
  }
  .tab-area .appli .txt img {
    position: absolute;
    left: -4px;
    width: 40px;
    height: auto;
  }
  .tab-area .appli .link {
    color: #0093D4;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
  }
  .tab-area .appli .link a {
    position: relative;
  }
  .tab-area .appli .link a:before {
    content: "";
    position: absolute;
    top: .3em;
    left: -12px;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .tab-area {
    overflow: hidden;
    margin: 0 3.125% 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
  }
  .tab-area ul {
    overflow: hidden;
    margin-bottom: 16px;
    vertical-align: bottom;
  }
  .tab-area li {
    font-size: 11px;
    font-size: 1.1rem;
    display: table;
    width: 49.333333333%;
    margin-bottom: 4px;
  }
  .tab-area li:nth-child(odd) {
    float: left;
  }
  .tab-area li:nth-child(even) {
    float: right;
  }
  .tab-area li a {
    position: relative;
    color: #404040;
    text-decoration: none;
    vertical-align: middle;
    display: table-cell;
    padding: 9px 14px 10px 35px;
    background: #EDEDED;
  }
  .tab-area li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_gray.png) no-repeat;
    background-size: contain;
  }
  .tab-area .appli {
    vertical-align: bottom;
  }
  .tab-area .appli .inner {
    padding: 18px 20px 10px;
    border: 1px solid #DDD;
    box-sizing: border-box;
  }
  .tab-area .appli .txt {
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 7px;
    padding: 0 0 12px 45px;
    border-bottom: 1px solid #DDD;
  }
  .tab-area .appli .txt img {
    position: absolute;
    left: -4px;
    width: 40px;
    height: 40px;
  }
  .tab-area .appli .link {
    color: #0093D4;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
  }
  .tab-area .appli .link a {
    position: relative;
  }
  .tab-area .appli .link a:before {
    content: "";
    position: absolute;
    top: .3em;
    left: -12px;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
}
/* 金融機関一覧 */
@media screen and (min-width: 641px) {
  .financial-list-area {
    width: 840px;
    margin: 0 auto 70px;
  }
  .financial-list-area .financial-list .head {
    margin-bottom: 23px;
  }
  .financial-list-area .financial-list .head img {
    vertical-align: text-bottom;
    width: 50px;
    height: auto;
    margin-right: 20px;
  }
  .financial-list-area .financial-list li {
    vertical-align: top;
    margin-bottom: 40px;
  }
  .financial-list-area .financial-list li#flat .head {
    margin-bottom: 21px;
  }
  .financial-list-area .financial-list li#flat .head img {
    margin-bottom: 2px;
  }
  .financial-list-area .financial-list li .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 23px;
  }
  .financial-list-area .info-list {
    font-size: 0;
    margin-left: -20px;
  }
  .financial-list-area .info-list li {
    display: inline-block;
    width: 195px;
    margin: 0 0 20px 20px;
    box-sizing: border-box;
  }
  .financial-list-area .info-list li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 1px 8px 13px;
    border: 1px solid #DDD;
  }
  .financial-list-area .info-list li a:hover {
    padding: 0px 7px 12px;
    border: 2px solid #F09600;
  }
  .financial-list-area .info-list li a:hover .appli {
    top: -7px;
    right: -7px;
  }
  .financial-list-area .info-list li .appli {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 33px;
    z-index: 1;
  }
  .financial-list-area .info-list li .appli img {
    width: 100%;
    height: auto;
  }
  .financial-list-area .info-list li .logo {
    position: relative;
    width: 180px;
    margin-bottom: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #DDD;
  }
  .financial-list-area .info-list li .logo img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 180px;
    height: auto;
  }
  .financial-list-area .info-list li .link {
    position: relative;
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding: 0 15px;
  }
  .financial-list-area .info-list li .link:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 5px;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .financial-list-area {
    margin: 0 3.125% 35px;
  }
  .financial-list-area .financial-list .head {
    margin-bottom: 23px;
  }
  .financial-list-area .financial-list .head img {
    vertical-align: text-bottom;
    width: 30px;
    height: auto;
    margin-right: 15px;
  }
  .financial-list-area .financial-list li#flat .head {
    margin-bottom: 21px;
  }
  .financial-list-area .financial-list li#flat .head img {
    margin-bottom: 2px;
  }
  .financial-list-area .financial-list li .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 23px;
  }
  .financial-list-area .info-list {
    overflow: visible;
    margin-bottom: 18px;
  }
  .financial-list-area .info-list:after {
    content: "";
    clear: both;
    display: block;
  }
  .financial-list-area .info-list li {
    width: 48.333333333%;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .financial-list-area .info-list li:nth-child(odd) {
    float: left;
  }
  .financial-list-area .info-list li:nth-child(even) {
    float: right;
  }
  .financial-list-area .info-list li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 0 4px 13px;
  }
  .financial-list-area .info-list li .appli {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 26px;
    z-index: 1;
  }
  .financial-list-area .info-list li .appli img {
    width: 100%;
    height: auto;
  }
  .financial-list-area .info-list li .logo {
    position: relative;
    padding: 15px 0;
    padding-bottom: 15px;
    text-align: center;
  }
  .financial-list-area .info-list li .logo img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: auto;
  }
  .financial-list-area .info-list li .link {
    position: relative;
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 15px;
    padding-left: 17px;
    margin: 0 5px;
    border-top: 1px solid #DDD;
  }
  .financial-list-area .info-list li .link:before {
    content: "";
    position: absolute;
    top: 1.6em;
    left: 0;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
}
/* カラー別 */
body.finance .financial-list-area .info-list li a:hover {
  border-color: #F09600;
}

body.consideration .financial-list-area .info-list li a:hover {
  border-color: #83B941;
}

body.house .financial-list-area .info-list li a:hover {
  border-color: #20ADB5;
}

body.repayment .financial-list-area .info-list li a:hover {
  border-color: #F05C5C;
}

/* 関連記事 */
@media screen and (min-width: 641px) {
  .other-post {
    background: #F8F8F6;
    padding-bottom: 40px;
  }
  .other-post .inner {
    width: 1040px;
    margin: 0 auto;
    position: relative;
  }
  .other-post ul {
    overflow: hidden;
    font-size: 0;
    width: 1040px;
    margin: 0 auto;
  }
  .other-post li {
    display: inline-block;
    width: 510px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .other-post li:nth-child(odd) {
    float: left;
  }
  .other-post li:nth-child(even) {
    float: right;
  }
  .other-post li a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    border: 1px solid #DDD;
    padding: 1px;
  }
  .other-post li a:hover {
    padding: 0;
    border-width: 2px;
    border-color: #F09600;
    box-sizing: border-box;
  }
  .other-post li a:hover .icon {
    background: #F09600;
  }
  .other-post li a:hover div {
    border-color: transparent;
  }
  .other-post li a div {
    position: relative;
    display: table-cell;
    width: 350px;
    padding: 20px 25px 35px;
    border-left: 1px solid #DDD;
    background: #FFF;
    box-sizing: border-box;
  }
  .other-post li .icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 158px;
    background: #FBFDF9;
  }
  .other-post li .icon img {
    width: 100px;
    height: auto;
  }
  .other-post li .title {
    color: #404040;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .other-post li .txt {
    color: #8F8F8F;
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 7px;
  }
  .other-post li .date {
    position: absolute;
    bottom: 8px;
    color: #404040;
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
    width: 299px;
    margin: auto;
    padding: 10px 0 0;
    border-top: 1px solid #DDD;
    box-sizing: border-box;
  }
  .other-post .link {
    position: absolute;
    top: 54px;
    right: 0;
    border: 1px solid #F09600;
  }
  .other-post .link a {
    position: relative;
    color: #4040404;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 8px 28px 8px 44px;
  }
  .other-post .link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 29px;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_orange.png) no-repeat;
  }

  /* カラー別 */
  body.finance .other-post .link {
    border-color: #F09600;
  }
  body.finance .other-post .link a {
    color: #F09600;
  }
  body.finance .other-post .link a:hover {
    color: #FFF;
    background: #F09600;
  }
  body.finance .other-post .link a:hover:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  }

  body.consideration .other-post .link {
    border-color: #83B941;
  }
  body.consideration .other-post .link a {
    color: #83B941;
  }
  body.consideration .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_green.png) no-repeat;
  }
  body.consideration .other-post .link a:hover {
    color: #FFF;
    background: #83B941;
  }
  body.consideration .other-post .link a:hover:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  }

  body.house .other-post .link {
    border-color: #20ADB5;
  }
  body.house .other-post .link a {
    color: #20ADB5;
  }
  body.house .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_blue.png) no-repeat;
  }
  body.house .other-post .link a:hover {
    color: #FFF;
    background: #20ADB5;
  }
  body.house .other-post .link a:hover:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  }

  body.repayment .other-post .link {
    border-color: #F05C5C;
  }
  body.repayment .other-post .link a {
    color: #F05C5C;
  }
  body.repayment .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_red.png) no-repeat;
  }
  body.repayment .other-post .link a:hover {
    color: #FFF;
    background: #F05C5C;
  }
  body.repayment .other-post .link a:hover:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  }

  .other-post li.consideration a:hover {
    border-color: #83B941;
  }
  .other-post li.consideration a:hover .icon {
    background: #83B941;
  }

  .other-post li.house a:hover {
    border-color: #20ADB5;
  }
  .other-post li.house a:hover .icon {
    background: #20ADB5;
  }

  .other-post li.repayment a:hover {
    border-color: #F05C5C;
  }
  .other-post li.repayment a:hover .icon {
    background: #F05C5C;
  }
}
@media screen and (max-width: 640px) {
  .other-post {
    background: #F8F8F6;
  }
  .other-post .inner {
    margin: 0 3.125%;
    padding-bottom: 30px;
  }
  .other-post .headline {
    padding-top: 30px;
    padding-left: 30px;
    padding: 30px 0 0 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .other-post .headline:before {
    width: 19px;
    height: 22px;
    margin-top: 0;
    background-size: contain;
  }
  .other-post ul {
    overflow: hidden;
    font-size: 0;
    margin: 0 auto 15px;
  }
  .other-post li {
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .other-post li a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    border: 1px solid #DDD;
  }
  .other-post li a div {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    padding: 20px 0 0;
    border-left: 1px solid #DDD;
    background: #FFF;
    box-sizing: border-box;
  }
  .other-post li .title,
  .other-post li .txt {
    padding: 0 5%;
  }
  .other-post li .icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #FBFDF9;
    padding: 0 10px;
  }
  .other-post li .icon img {
    width: 80px;
    height: auto;
  }
  .other-post li .title {
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
  .other-post li .txt {
    color: #8F8F8F;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .other-post li .date {
    color: #404040;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: right;
    padding: 3px 5%;
    background: #F6F6F5;
  }
  .other-post .link {
    border: 1px solid #F09600;
    text-align: center;
    margin: 0 6.666666667%;
  }
  .other-post .link a {
    position: relative;
    color: #F09600;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 8px 28px 8px 44px;
  }
  .other-post .link a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    margin-right: 8px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_orange.png) no-repeat;
  }

  /* カラー別 */
  body.finance .other-post .link {
    border-color: #F09600;
  }
  body.finance .other-post .link a {
    color: #F09600;
  }
  body.finance .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_orange.png) no-repeat;
  }

  body.consideration .other-post .link {
    border-color: #83B941;
  }
  body.consideration .other-post .link a {
    color: #83B941;
  }
  body.consideration .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_green.png) no-repeat;
  }

  body.house .other-post .link {
    border-color: #20ADB5;
  }
  body.house .other-post .link a {
    color: #20ADB5;
  }
  body.house .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_blue.png) no-repeat;
  }

  body.repayment .other-post .link {
    border-color: #F05C5C;
  }
  body.repayment .other-post .link a {
    color: #F05C5C;
  }
  body.repayment .other-post .link a:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_red.png) no-repeat;
  }
}
/* その他のサービス紹介 */
@media screen and (min-width: 641px) {
  .other-service {
    width: 1040px;
    margin: 0 auto 65px;
  }
  .other-service .mod-border-set {
    position: relative;
    overflow: hidden;
    padding: 32px 34px 30px;
    border: 7px solid #DDD;
  }
  .other-service .mod-border-set .inner {
    display: table-cell;
    vertical-align: top;
    width: 640px;
    float: left;
  }
  .other-service .txt-area {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .other-service .link {
    display: table-cell;
    vertical-align: top;
    width: 260px;
    padding: 20px 0 0 52px;
  }
  .other-service .link a {
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 16px 30px;
    text-decoration: none;
    background: #F08200;
    border: 1px solid #F08200;
    border-radius: 4px;
  }
  .other-service .link a:hover {
    color: #F08200;
    background: #FFF;
  }
  .other-service .link a:hover:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_orange_small.png) no-repeat;
    background-size: contain;
  }
  .other-service .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 13px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .other-service {
    margin: 0 3.125% 22px;
  }
  .other-service .mod-border-set {
    position: relative;
    overflow: hidden;
    padding: 15px 5% 15px;
    border: 5px solid #DDD;
  }
  .other-service .txt-area {
    display: none;
  }
  .other-service .link a {
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 16px 30px;
    text-decoration: none;
    background: #F08200;
    border: 1px solid #F08200;
    border-radius: 4px;
  }
  .other-service .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 13px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
    background-size: contain;
  }
}
/* 記事一覧 */
@media screen and (min-width: 641px) {
  .post-archive {
    width: 1040px;
    margin: 0 auto;
  }
  .post-archive .sort-area {
    overflow: hidden;
    width: 1040px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDD;
  }
  .post-archive .sort-area .sp-img {
    display: none;
  }
  .post-archive .sort-area .tab {
    float: left;
    max-width: 710px;
  }
  .post-archive .sort-area .title {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 23px;
    padding-left: 23px;
  }
  .post-archive .sort-area .title:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_green.png) no-repeat;
    background-size: contain;
  }
  .post-archive .sort-area ul {
    font-size: 0;
    margin-left: -5px;
  }
  .post-archive .sort-area ul a {
    display: block;
    color: #404040;
    text-decoration: none;
    padding: 9px 24px;
    background: #EDEDED;
  }
  .post-archive .sort-area ul a:hover {
    color: #FFF;
    background: #83B941;
  }
  .post-archive .sort-area li {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .post-archive .sort-area li.crnt a {
    color: #FFF;
    background: #83B941;
  }
  .post-archive .sort-area .sort {
    float: right;
    padding-left: 40px;
    border-left: 1px solid #DDD;
  }
  .post-archive .sort-area .sort li {
    width: 125px;
    text-align: center;
  }
  .post-archive .sort-area .sort li.crnt a {
    color: #FFF;
    background: #83B941;
  }
  .post-archive .sort-area .sort li a {
    background: #FFF;
    border: 1px solid #DDD;
  }
  .post-archive .sort-area .sort li a:hover {
    background: #83B941;
  }
  .post-archive .lead-area {
    overflow: hidden;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 53px;
  }
  .post-archive .lead-area .txt {
    float: left;
    width: 670px;
  }
  .post-archive .lead-area #search-form {
    float: right;
  }
  .post-archive .lead-area #search-form .gsc-control-cse {
    width: 300px;
  }
  .post-archive .lead-area #search-form .gsc-control-cse input {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .post-archive .lead-area #search-form .gsc-search-button input {
    background: #F09600;
    border: none;
    text-indent: -9999px;
  }
  .post-archive .lead-area #search-form .gsc-search-button input:hover {
    opacity: 0.8;
  }
  .post-archive .lead-area .gsc-control-cse {
    padding: 0;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box .gsc-input {
    width: 252px;
    padding: 0;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box .gsc-input .gsib_b .gsst_a {
    text-decoration: none;
    vertical-align: middle;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box .gsc-input .gsib_b .gsst_a .gscb_a {
    color: #DDD;
    display: block;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box {
    height: 37px;
    border-right: none;
    box-sizing: border-box;
    box-shadow: none;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box table {
    height: 35px;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box .gsc-input input {
    background: none !important;
  }
  .post-archive .lead-area .gsc-control-cse .gsc-search-box td.gsc-search-button input.gsc-search-button-v2 {
    width: 16px;
    height: 16px;
    padding: 10px 27px 11px;
    margin: 0;
    background: #F09600;
    border: none;
    border-radius: 0;
  }
  .post-archive .result-area .result-list {
    font-size: 0;
    margin-left: -20px;
  }
  .post-archive .result-area .result-list li {
    vertical-align: top;
    display: inline-block;
    width: 245px;
    margin: 0 0 20px 20px;
    box-sizing: border-box;
  }
  .post-archive .result-area .result-list li a {
    display: block;
    color: #404040;
    text-decoration: none;
    padding: 1px;
    border: 1px double #DDD;
  }
  .post-archive .result-area .result-list li a:hover {
    padding: 0;
    border: 2px solid #83B941;
  }
  .post-archive .result-area .result-list li a:hover .icon {
    background: #83B941;
    border-bottom-color: transparent;
  }
  .post-archive .result-area .result-list .icon {
    text-align: center;
    padding: 22px 0 16px;
    background: #FBFDF9;
    border-bottom: 1px solid #DDD;
  }
  .post-archive .result-area .result-list .icon img {
    width: 94px;
    height: auto;
  }
  .post-archive .result-area .result-list .txt-area {
    padding: 18px 20px 17px;
    background: #FFF;
  }
  .post-archive .result-area .result-list .title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .post-archive .result-area .result-list .txt {
    color: #8F8F8F;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .post-archive .result-area .result-list .date {
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
    padding: 6px 20px;
    background: #F6F6F5;
  }
}
@media screen and (max-width: 640px) {
  .post-archive {
    margin: 0 3.125% 29px;
  }
  .post-archive .sort-area {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
  }
  .post-archive .sort-area .tab {
    font-size: 0;
    margin-left: 1%;
    margin-bottom: 10px;
  }
  .post-archive .sort-area .tab li {
    width: 24%;
    height: 72px;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-bottom: 5px;
    background: #EDEDED;
  }
  .post-archive .sort-area .tab li.all {
    display: inline-table;
    float: left;
  }
  .post-archive .sort-area .tab li .pc-txt {
    display: none;
  }
  .post-archive .sort-area .tab li a {
    text-align: center;
    height: 72px;
    display: table-cell;
    vertical-align: middle;
    color: #83B941;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .post-archive .sort-area .tab li a img {
    width: 100%;
    height: auto;
  }
  .post-archive .sort-area .tab li a.crnt {
    background: #83B941;
    color: #FFF;
  }
  .post-archive .sort-area .title {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 23px;
  }
  .post-archive .sort-area .title:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_green.png) no-repeat;
    background-size: contain;
  }
  .post-archive .sort-area ul {
    font-size: 0;
    margin-left: -5px;
    overflow: hidden;
  }
  .post-archive .sort-area ul a {
    display: block;
    color: #404040;
    text-decoration: none;
    padding: 9px 24px;
    background: #EDEDED;
  }
  .post-archive .sort-area li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .post-archive .sort-area li.crnt a {
    color: #FFF;
    background: #83B941;
  }
  .post-archive .sort-area .sort ul {
    overflow: hidden;
  }
  .post-archive .sort-area .sort li {
    text-align: center;
    width: 49.166666667%;
  }
  .post-archive .sort-area .sort li:nth-child(odd) {
    float: left;
  }
  .post-archive .sort-area .sort li:nth-child(even) {
    float: right;
  }
  .post-archive .lead-area {
    display: none;
  }
  .post-archive .result-area .result-list {
    font-size: 0;
  }
  .post-archive .result-area .result-list li {
    vertical-align: top;
    display: block;
    margin: 0 0 6px 0;
    box-sizing: border-box;
    border: 1px solid #DDD;
  }
  .post-archive .result-area .result-list li a {
    color: #404040;
    text-decoration: none;
    display: table;
    width: 100%;
  }
  .post-archive .result-area .result-list .icon {
    vertical-align: middle;
    width: 30%;
    display: table-cell;
    text-align: center;
    padding: 22px 0 16px;
    background: #FBFDF9;
    border-right: 1px solid #DDD;
  }
  .post-archive .result-area .result-list .icon img {
    width: 74px;
    height: auto;
  }
  .post-archive .result-area .result-list .inner {
    display: table-cell;
  }
  .post-archive .result-area .result-list .txt-area {
    padding: 10px 12px 10px;
    background: #FFF;
  }
  .post-archive .result-area .result-list .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .post-archive .result-area .result-list .txt {
    color: #8F8F8F;
    font-size: 10px;
    font-size: 1rem;
  }
  .post-archive .result-area .result-list .date {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: right;
    padding: 2px 20px;
    background: #F6F6F5;
  }
}
/* カラー別 */
body.finance .post-archive .sort-area .title:before {
  background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_orange.png) no-repeat;
  background-size: contain;
}
body.finance .post-archive .sort-area li a:hover {
  background: #F09600;
}
body.finance .post-archive .sort-area li.crnt a {
  background: #F09600;
}
body.finance .post-archive .result-area .result-list li a:hover {
  border-color: #F09600;
}
body.finance .post-archive .result-area .result-list li a:hover .icon {
  background: #F09600;
}

body.consideration .general-title-area {
  background: #83B941;
}
body.consideration .post-archive .sort-area .title:before {
  background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_green.png) no-repeat;
  background-size: contain;
}
body.consideration .post-archive .sort-area li a:hover {
  background: #83B941;
}
body.consideration .post-archive .sort-area li.crnt a {
  background: #83B941;
}
body.consideration .post-archive .result-area .result-list li a:hover {
  border-color: #83B941;
}
body.consideration .post-archive .result-area .result-list li a:hover .icon {
  background: #83B941;
}

body.house .general-title-area {
  background: #20ADB5;
}
body.house .post-archive .sort-area .title:before {
  background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_blue.png) no-repeat;
  background-size: contain;
}
body.house .post-archive .sort-area li a:hover {
  background: #20ADB5;
}
body.house .post-archive .sort-area li.crnt a {
  background: #20ADB5;
}
body.house .post-archive .result-area .result-list li a:hover {
  border-color: #20ADB5;
}
body.house .post-archive .result-area .result-list li a:hover .icon {
  background: #20ADB5;
}

body.repayment .general-title-area {
  background: #F05C5C;
}
body.repayment .post-archive .sort-area .title:before {
  background: url(https://www.jutapon.com/wp_assets/images/common/bg_title_red.png) no-repeat;
  background-size: contain;
}
body.repayment .post-archive .sort-area li a:hover {
  background: #F05C5C;
}
body.repayment .post-archive .sort-area li.crnt a {
  background: #F05C5C;
}
body.repayment .post-archive .result-area .result-list li a:hover {
  border-color: #F05C5C;
}
body.repayment .post-archive .result-area .result-list li a:hover .icon {
  background: #F05C5C;
}

@media screen and (max-width: 640px) {
  body.consideration .post-archive .sort-area .all.crnt {
    background: #83B941;
  }
  body.consideration .post-archive .sort-area .all.crnt a {
    color: #FFF;
  }
  body.consideration .post-archive .sort-area .all a {
    color: #83B941;
  }

  body.house .post-archive .sort-area .all.crnt {
    background: #20ADB5;
  }
  body.house .post-archive .sort-area .all.crnt a {
    color: #FFF;
  }
  body.house .post-archive .sort-area .all a {
    color: #20ADB5;
  }

  body.repayment .post-archive .sort-area .all.crnt {
    background: #F05C5C;
  }
  body.repayment .post-archive .sort-area .all.crnt a {
    color: #FFF;
  }
  body.repayment .post-archive .sort-area .all a {
    color: #F05C5C;
  }
}
/* 金融記事一覧 */
@media screen and (min-width: 641px) {
  .bank-plan {
    background: #F8F8F6;
    margin-top: -50px;
    padding: 50px 0 50px;
  }
  .bank-plan .bank-plan-area {
    width: 1040px;
    margin: 0 auto;
    padding: 42px 40px 30px;
    border-top: 2px solid #F09600;
    background: #FFF;
  }
  .bank-plan .plan-title-area {
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .bank-plan .plan-title-area .icon-area {
    display: table-cell;
    overflow: hidden;
    width: 830px;
  }
  .bank-plan .plan-title-area .icon {
    vertical-align: middle;
    display: table-cell;
    padding-right: 20px;
    width: 180px;
    height: 75px;
  }
  .bank-plan .plan-title-area .icon img {
    width: 180px;
    height: auto;
  }
  .bank-plan .plan-title-area .title {
    font-size: 28px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .bank-plan .plan-title-area .date {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .bank-plan .table-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
  }
  .bank-plan .plan-area {
    width: 92%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 35px 40px 35px;
    border: 1px solid #DDD;
  }
  .bank-plan .plan-area .copy {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
  }
  .bank-plan .point-area {
    overflow: hidden;
    float: left;
    max-width: 475px;
    margin-bottom: 25px;
  }
  .bank-plan .point-area .heading {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 13px;
  }
  .bank-plan .point-area .heading:before {
    top: .35em;
  }
  .bank-plan .point-area ul {
    line-height: 2;
  }
  .bank-plan .point-area li {
    position: relative;
    padding-left: 20px;
  }
  .bank-plan .point-area li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_star_black.png) no-repeat;
  }
  .bank-plan .plan-table {
    float: right;
    width: 360px;
    margin-bottom: 25px;
  }
  .bank-plan .price-table {
    clear: both;
  }
  .bank-plan .price-table .wysiwyg table {
    height: 98px;
  }
  .bank-plan .plan-table .title,
  .bank-plan .price-table .title {
    position: relative;
    color: #F09600;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
    padding-left: 19px;
  }
  .bank-plan .plan-table .title:before,
  .bank-plan .price-table .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 13px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_square_orange.png) no-repeat;
  }
  .bank-plan .plan-table .note,
  .bank-plan .price-table .note {
    display: none;
  }
  .bank-plan .mod-table {
    margin-bottom: 0;
  }

  .recommend-plan {
    padding: 0 0 90px;
    background: #FFF;
    overflow: hidden;
  }
  .recommend-plan .inner {
    width: 840px;
    margin: 0 auto;
  }
  .recommend-plan .entry-set {
    margin-bottom: 60px;
  }
  .recommend-plan .mod-title-set .head {
    margin-top: 60px;
  }
  .recommend-plan ul {
    line-height: 2;
  }
  .recommend-plan .table-title {
    color: #404040;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .bank-plan {
    margin-top: -25px;
    padding: 25px 0 15px;
    background: #F8F8F6;
  }
  .bank-plan .bank-plan-area {
    margin: 0 3.125% 25px;
    padding: 20px 3.333333333%;
    border-top: 2px solid #F09600;
    background: #FFF;
    box-sizing: border-box;
  }
  .bank-plan .plan-title-area {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  .bank-plan .plan-title-area .icon-area {
    overflow: hidden;
  }
  .bank-plan .plan-title-area .icon {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    height: 56px;
  }
  .bank-plan .plan-title-area .icon img {
    width: 135px;
    height: auto;
  }
  .bank-plan .plan-title-area .title {
    color: #404040;
    font-size: 18px;
    min-height: 28px;
  }
  .bank-plan .plan-title-area .date {
    display: none;
  }
  .bank-plan .table-title {
    color: #404040;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
  }
  .bank-plan .plan-area {
    margin-bottom: 15px;
    padding: 14px 3.571428571% 0;
    border: 1px solid #DDD;
    overflow: hidden;
  }
  .bank-plan .plan-area .copy {
    min-height: 24px;
    color: #404040;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
  }
  .bank-plan .point-area {
    margin-bottom: 25px;
  }
  .bank-plan .point-area .heading {
    min-height: 48px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 13px;
  }
  .bank-plan .point-area .heading:before {
    top: .35em;
  }
  .bank-plan .point-area ul {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .bank-plan .point-area li {
    position: relative;
    padding-left: 20px;
  }
  .bank-plan .point-area li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_star_black.png) no-repeat;
  }
  .bank-plan .plan-table,
  .bank-plan .price-table {
    overflow-x: scroll;
    margin-bottom: 15px;
    min-height: 127px;
  }
  .bank-plan .plan-table .title,
  .bank-plan .price-table .title {
    position: relative;
    color: #F09600;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 19px;
  }
  .bank-plan .plan-table .title:before,
  .bank-plan .price-table .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 13px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_square_orange.png) no-repeat;
  }
  .bank-plan .plan-table .mod-table,
  .bank-plan .price-table .mod-table {
    margin-bottom: 0;
  }
  .bank-plan .plan-table .mod-table table,
  .bank-plan .price-table .mod-table table {
    width: 100%;
  }
  .bank-plan .plan-table .mod-table thead th,
  .bank-plan .price-table .mod-table thead th {
    padding: 11px 0;
  }
  .bank-plan .plan-table .mod-table tbody td,
  .bank-plan .price-table .mod-table tbody td {
    padding: 11px 0;
  }

  .recommend-plan {
    padding: 0 3.125% 17px;
    background: #FFF;
  }
  .recommend-plan .inner {
    margin: 0 auto;
  }
  .recommend-plan .entry-block {
    margin-bottom: 25px;
  }
  .recommend-plan ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .recommend-plan .table-title {
    color: #404040;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .recommend-plan .link-btn {
    display: none;
  }
}
/* カテゴリ記事一覧 */
@media screen and (min-width: 641px) {
  .category-area {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 34px;
    /* padding-bottom: 30px; */
    border-bottom: 1px solid #DDD;
  }
  .category-area .detail-area {
    text-align: center;
    width: 180px;
    float: left;
  }
  .category-area .detail-area .icon {
    margin-bottom: 10px;
    padding: 15px 0 14px;
    background: #FBFDF9;
    border: 1px solid #DDD;
  }
  .category-area .detail-area .icon img {
    width: 99px;
    height: auto;
  }
  .category-area .detail-area .date {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 14px 0 15px;
    border: 1px solid #DDD;
  }
  .category-area .mod-planner-set {
    float: right;
    width: 840px;
    box-sizing: border-box;
  }
  .category-area .mod-planner-set img {
    width: auto;
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .category-area {
    overflow: hidden;
    margin: 0 3.125% 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
  }
  .category-area .mod-planner-set {
    margin-bottom: 0;
  }
  .category-area .detail-area {
    text-align: center;
    overflow: hidden;
  }
  .category-area .detail-area .icon {
    float: left;
    width: 24%;
    height: 74px;
    margin-bottom: 10px;
    background: #FBFDF9;
    border: 1px solid #DDD;
    box-sizing: border-box;
  }
  .category-area .detail-area .icon img {
    width: 68px;
    height: auto;
  }
  .category-area .detail-area .date {
    float: right;
    width: 72.666666667%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 26px 0 27px;
    border: 1px solid #DDD;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  }
}
/* TOP */
@media screen and (min-width: 641px) {
  body.home main {
    padding-top: 120px;
  }
  body.home #main-visual {
    width: 100%;s
  }
  body.home #main-visual-slide .first-slide {
    position: relative;
  }
  body.home #main-visual-slide .first-slide .shadow {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.home #main-visual-slide .first-slide .shadow ul img {
    display: inline;
  }
  body.home #main-visual-slide .headline {
    font-family: 'AxisStd-Light';
    font-size: 26px;
    font-size: 2.6rem;
    color: #FFF;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 36px;
    padding: 0;
  }
  body.home #main-visual-slide .headline:before {
    content: none;
  }
  body.home #main-visual-slide ul {
    font-size: 0;
    text-align: center;
  }
  body.home #main-visual-slide li {
    display: inline-block;
    margin: 0 15px;
  }
  body.home #main-visual-slide li.consideration a:hover span {
    background: #83B941;
  }
  body.home #main-visual-slide li.consideration a:hover span:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_green_small.png) no-repeat;
  }
  body.home #main-visual-slide li.myhome a img {
    width: 76px;
  }
  body.home #main-visual-slide li.myhome a:hover span {
    background: #20ADB5;
  }
  body.home #main-visual-slide li.myhome a:hover span:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_blue_small.png) no-repeat;
  }
  body.home #main-visual-slide li.repayment a img {
    width: 64px;
  }
  body.home #main-visual-slide li.repayment a:hover span {
    background: #F05C5C;
  }
  body.home #main-visual-slide li.repayment a:hover span:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_red_small.png) no-repeat;
  }
  body.home #main-visual-slide li a {
    display: block;
    text-decoration: none;
  }
  body.home #main-visual-slide li span {
    font-size: 15px;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    position: relative;
    display: block;
    width: 220px;
    padding: 6px 0;
    border: 2px solid #FFF;
    box-sizing: border-box;
  }
  body.home #main-visual-slide li span:after {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 12px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_white_small.png) no-repeat;
  }
  body.home #main-visual-slide li figure {
    margin-bottom: 50px;
  }
  body.home #step,
  body.home #loan,
  body.home #customer,
  body.home #financial {
    min-width: 1040px;
    padding-top: 56px;
  }
  body.home #step {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #F8F8F6;
  }
  body.home #step .heading {
    font-family: 'AxisStd-Light';
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 10px;
    padding: 80px 0 0 0;
    pointer-events: none;
  }
  body.home #step .heading:before {
    content: "";
    position: absolute;
  }
  body.home #step .thumb-area {
    overflow: hidden;
    width: 320px;
  }
  body.home #step .category-list li {
    margin-bottom: 7px;
  }
  body.home #step .category-list li:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  body.home #step .category-list a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 320px;
    padding: 12px 0;
    border: 2px solid #DDD;
    pointer-events: none;
    cursor: pointer;
    box-sizing: border-box;
  }
  body.home #step .detail-area {
    position: relative;
    float: right;
    width: 655px;
    padding: 30px 60px;
    border: 2px solid #DDD;
    box-sizing: border-box;
  }
  body.home #step .detail-area .arrow {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #007bff transparent transparent;
  }
  body.home #step .category-detail a {
    text-decoration: none;
    display: block;
    color: #404040;
  }
  body.home #step .category-detail figcaption {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
  }
  body.home #step .category-detail .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.home #step .category-detail .txt {
    color: #8F8F8F;
    font-size: 12px;
    font-size: 1.2rem;
  }
  body.home #step .category-detail.slick-slider > li {
    display: block;
  }
  body.home #step .category-detail > li {
    display: none;
  }
  body.home #step .category-detail > li:first-child {
    display: block;
  }
  body.home #step .category-detail li li .inner {
    display: block;
    overflow: hidden;
    padding: 15px 20px 15px 12px;
    border-bottom: 1px solid #DDD;
  }
  body.home #step .category-detail li li figure {
    display: table-cell;
    padding-right: 22px;
    vertical-align: middle;
  }
  body.home #step .category-detail li li .txt-area {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    border-left: 1px solid #DDD;
  }
  body.home #step .category-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid #DDD;
  }
  body.home #step .link-btn {
    font-family: 'AxisStd-Light';
    text-align: center;
    width: auto;
    margin: 19px auto 0;
  }
  body.home #step .link-btn a {
    position: relative;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    border-radius: 24.5px;
    display: inline-block;
    min-width: 330px;
    padding: 15px 60px;
    box-sizing: border-box;
    border: none;
  }
  body.home #step .link-btn a:hover {
    opacity: 0.75;
  }
  body.home #step .link-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 11px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
    background-size: contain;
  }
  body.home #consideration,
  body.home #house,
  body.home #repayment {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 30px;
    padding: 20px;
    background: #FFF;
    box-sizing: border-box;
  }
  body.home #consideration .detail-area figure,
  body.home #house .detail-area figure,
  body.home #repayment .detail-area figure {
    width: 73px;
    padding-right: 13px !important;
  }
  body.home #consideration .detail-area figure img,
  body.home #house .detail-area figure img,
  body.home #repayment .detail-area figure img {
    width: 100%;
    height: auto;
  }
  body.home #consideration .heading {
    color: #6CA02D;
    border-color: #6CA02D;
  }
  body.home #consideration .heading:before {
    left: 50%;
    top: 20px;
    width: 34px;
    height: 50px;
    margin-left: -25px;
    margin-bottom: 25px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_consideration_green.png) no-repeat;
    background-size: contain;
  }
  body.home #consideration .category-list a {
    color: #6CA02D;
    border-color: #6CA02D;
  }
  body.home #consideration .category-list a:hover {
    color: #FFF;
    background: #6CA02D;
  }
  body.home #consideration .category-title {
    color: #6CA02D;
  }
  body.home #consideration .detail-area {
    border-color: #6CA02D;
  }
  body.home #consideration .detail-area .inner:hover {
    background: #F9FBF5;
  }
  body.home #consideration .detail-area figcaption {
    color: #6CA02D;
  }
  body.home #consideration .detail-area .arrow {
    border-color: transparent #6CA02D transparent transparent;
  }
  body.home #consideration .link-btn a {
    background: #6CA02D;
  }
  body.home #house .heading {
    color: #179FA7;
    border-color: #179FA7;
  }
  body.home #house .heading:before {
    left: 50%;
    top: 20px;
    width: 50px;
    height: 65px;
    margin-left: -25px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_myhome_blue.png) no-repeat;
    background-size: contain;
  }
  body.home #house .category-list a {
    color: #179FA7;
    border-color: #179FA7;
  }
  body.home #house .category-list a:hover {
    color: #FFF;
    background: #179FA7;
  }
  body.home #house .category-title {
    color: #179FA7;
  }
  body.home #house .detail-area {
    border-color: #179FA7;
  }
  body.home #house .detail-area .inner:hover {
    background: #F4FBFB;
  }
  body.home #house .detail-area figcaption {
    color: #179FA7;
  }
  body.home #house .detail-area .arrow {
    border-color: transparent #179FA7 transparent transparent;
  }
  body.home #house .link-btn a {
    background: #179FA7;
  }
  body.home #repayment .heading {
    color: #F05C5C;
    border-color: #F05C5C;
  }
  body.home #repayment .heading:before {
    left: 50%;
    top: 20px;
    width: 40px;
    height: 50px;
    margin-left: -20px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_repayment_red.png) no-repeat;
    background-size: contain;
  }
  body.home #repayment .category-list a {
    color: #F05C5C;
    border-color: #F05C5C;
  }
  body.home #repayment .category-list a:hover {
    color: #FFF;
    background: #F05C5C;
  }
  body.home #repayment .category-title {
    color: #F05C5C;
  }
  body.home #repayment .detail-area {
    border-color: #F05C5C;
  }
  body.home #repayment .detail-area .inner:hover {
    background: #FEF7F7;
  }
  body.home #repayment .detail-area figcaption {
    color: #F05C5C;
  }
  body.home #repayment .detail-area .arrow {
    border-color: transparent #F05C5C transparent transparent;
  }
  body.home #repayment .detail-area figcaption {
    color: #F05C5C;
  }
  body.home #repayment .link-btn a {
    background: #F05C5C;
  }
  body.home #loan {
    padding-bottom: 75px;
    background: #FDEFD9;
  }
  body.home #loan ul {
    font-size: 0;
    text-align: center;
    width: 1040px;
    margin: 0 auto;
  }
  body.home #loan li {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    display: inline-block;
    vertical-align: top;
  }
  body.home #loan li a {
    position: relative;
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 280px;
    margin: 0 15px;
    padding: 30px 30px 70px;
    vertical-align: top;
    background: #F08200;
    border: 2px solid #F08200;
    box-sizing: border-box;
  }
  body.home #loan li a:hover {
    background: #FFF;
  }
  body.home #loan li a:hover .txt {
    color: #F08200;
  }
  body.home #loan li a:hover .link {
    color: #F08200;
    border-color: #F08200;
  }
  body.home #loan li figure {
    margin-bottom: 20px;
  }
  body.home #loan li figure img {
    width: 100px;
    height: auto;
  }
  body.home #loan li .txt {
    margin-bottom: 16px;
  }
  body.home #loan .link {
    position: absolute;
    bottom: 26px;
    width: 216px;
    border: 1px solid #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 7px 0;
  }
  body.home #loan .mail-magazine {
    font-size: 0;
    box-sizing: border-box;
  }
  body.home #loan .mail-magazine a {
    width: 900px;
    margin: 30px auto 0;
    padding: 13px 75px 13px 120px;
    background: #F0B500;
    border-color: #F0B500;
  }
  body.home #loan .mail-magazine a:hover .txt {
    color: #F0B500;
  }
  body.home #loan .mail-magazine a:hover .link {
    color: #F0B500;
    border-color: #F0B500;
  }
  body.home #loan .mail-magazine figure,
  body.home #loan .mail-magazine .txt,
  body.home #loan .mail-magazine .link {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  body.home #loan .mail-magazine figure {
    margin-right: 32px;
  }
  body.home #loan .mail-magazine figure img {
    width: 86px;
    height: auto;
  }
  body.home #loan .mail-magazine .txt {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 68px;
  }
  body.home #loan .mail-magazine .link {
    position: static;
  }
  body.home #customer {
    min-width: 1040px;
    padding-bottom: 75px;
    background: #F8F8F6;
  }
  body.home #customer ul {
    font-size: 0;
    text-align: center;
    width: 1040px;
    margin: 0 auto;
  }
  body.home #customer li {
    display: inline-block;
    max-width: 200px;
    margin: 0 17px;
  }
  body.home #customer figure {
    margin-bottom: 15px;
  }
  body.home #customer figure a:hover {
    opacity: 0.75;
  }
  body.home #customer .txt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
  }
  body.home #customer .name {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    padding: 11px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  body.home #financial {
    min-width: 1040px;
    padding-bottom: 106px;
  }
  body.home #financial .financial-nav {
    width: 1040px;
    margin: 0 auto 40px;
  }
  body.home #financial .financial-list {
    display: table;
    padding: 15px 0;
    border: 1px solid #DDD;
  }
  body.home #financial .financial-list > li {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    padding: 12px 30px 0;
    border-left: 1px solid #DDD;
  }
  body.home #financial .financial-list > li:first-child {
    border: none;
  }
  body.home #financial .financial-list > li .title {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #DDD;
  }
  body.home #financial .financial-list > li .title span {
    position: relative;
    display: block;
    height: 60px;
    margin-bottom: 10px;
  }
  body.home #financial .financial-list > li .title img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
  }
  body.home #financial .financial-list > li ul {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.home #financial .financial-list > li li {
    margin-bottom: 3px;
  }
  body.home #financial .financial-list > li li a {
    position: relative;
    display: block;
    padding-left: 14px;
  }
  body.home #financial .financial-list > li li a:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
  body.home #financial .link a {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 340px;
    margin: 0 auto;
    padding: 13px 0;
    background: #F09600;
    border-radius: 24.5px;
  }
  body.home #financial .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 11px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
    background-size: contain;
  }
  body.home #financial .link a:hover {
    opacity: 0.75;
  }
  body.home .other-area {
    min-width: 1040px;
    padding: 64px 0 43px;
    background: #F6F6F4;
  }
  body.home .other-area .inner {
    width: 1040px;
    margin: 0 auto;
    font-size: 0;
  }
  body.home .other-area .news,
  body.home .other-area .banner,
  body.home .other-area .facebook {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
  body.home .other-area .news {
    overflow-y: scroll;
    height: 510px;
    padding: 34px 30px 34px;
    border: 1px solid #DDD;
    border-top: 3px solid #F09600;
    background: #FFF;
  }
  body.home .other-area .news .title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.17;
    padding-left: 15px;
    margin-bottom: 25px;
    border-left: 5px solid #F09600;
  }
  body.home .other-area .news ul {
    border-top: 1px solid #DDD;
  }
  body.home .other-area .news li {
    padding: 13px 0;
    border-bottom: 1px solid #DDD;
  }
  body.home .other-area .news li time {
    color: #404040;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 5px;
  }
  body.home .other-area .news li a {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    display: block;
  }
  body.home .other-area .news li a span {
    text-decoration: underline;
  }
  body.home .other-area .news li a span:hover {
    text-decoration: none;
  }
  body.home .other-area .banner {
    width: 300px;
    margin: -10px 20px;
  }
  body.home .other-area .banner p {
    margin-left: 0;
  }
  body.home .other-area .banner p a {
    display: block;
  }
  body.home .other-area .note {
    margin-top: 57px;
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }
  body.home .other-area .note .title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  body.home .other-area .note p {
    font-size: 10px;
    font-size: 1rem;
  }

  body.home #footer_navi {
  min-width: 1040px;
  padding: 10px 0 43px;
  background: #F6F6F4;
}

  body.home #footer_navi ul {
  width: 440px;
  margin: 0 auto;
}

  body.home #footer_navi ul:after{
  content: "";
  display: block;
  clear: both;
}

  body.home #footer_navi ul li {
  display: table;
  float: left;
    width: 200px;
    height: 50px;
    margin:  0 10px;
  background: #f08200;
  background: url(https://www.jutapon.com/wp_assets/images/common/icon_comparison.png) no-repeat 5px 50% #f08200;
  background-size: 32px auto;
  border-radius: 4px;
  text-align: center;
}

  body.home #footer_navi ul li.footer_navi_tell {
      background: url(../images/common/icon_tell.png) no-repeat 5px 50% #F0B500;
  background-size: 32px auto;
}

body.home #footer_navi ul li a {
  display: table-cell;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    vertical-align: middle; 
}

body.home #footer_navi ul li a:hover {
  opacity: 0.8;
}

}
@media screen and (max-width: 640px) {
  body.home #main-visual-slide .headline {
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 60px 8.8125% 65px;
    background-size: cover;
  }
  body.home #main-visual-slide .headline:before {
    content: none;
  }
  body.home #main-visual-slide .first-slide {
    position: relative;
  }
  body.home #main-visual-slide .first-slide .shadow {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
  }
  body.home #main-visual-slide div a {
    display: block;
    position: relative;
  }
  body.home #main-visual-slide .visual {
    width: 100%;
    height: auto;
  }
  body.home #main-visual-slide .sp-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  body.home #main-visual-slide .shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  body.home #main-visual-slide .shadow .icon {
    display: none;
  }
  body.home #main-visual-slide .shadow .txt-area {
    text-align: center;
    padding: 15px 4.6875%;
    box-sizing: border-box;
  }
  body.home #main-visual-slide .shadow .title {
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  body.home #main-visual-slide .shadow .txt {
    color: #FFF;
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
  }
  body.home #main-visual-slide ul {
    display: none;
  }
  body.home #step .headline {
    display: none;
  }
  body.home #step .is-left {
    float: none;
  }
  body.home #step #consideration .heading,
  body.home #step #house .heading,
  body.home #step #repayment .heading {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 25px 20px 25px 84px;
  }
  body.home #step #consideration .heading.is-open:after,
  body.home #step #house .heading.is-open:after,
  body.home #step #repayment .heading.is-open:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_up_white_middle.png) no-repeat;
    background-size: contain;
  }
  body.home #step #consideration .heading:before,
  body.home #step #house .heading:before,
  body.home #step #repayment .heading:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 23px;
  }
  body.home #step #consideration .heading:after,
  body.home #step #house .heading:after,
  body.home #step #repayment .heading:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 15px;
    height: 9px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_white_middle.png) no-repeat;
    background-size: contain;
  }
  body.home #step #consideration .category-list,
  body.home #step #house .category-list,
  body.home #step #repayment .category-list {
    display: none;
    padding: 20px 10px 10px;
  }
  body.home #step #consideration .category-list li,
  body.home #step #house .category-list li,
  body.home #step #repayment .category-list li {
    border-radius: 4px;
    margin-bottom: 5px;
  }
  body.home #step #consideration .category-list li a,
  body.home #step #house .category-list li a,
  body.home #step #repayment .category-list li a {
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.3;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 0;
  }
  body.home #step #consideration .category-list li a:after,
  body.home #step #house .category-list li a:after,
  body.home #step #repayment .category-list li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 11px;
    margin-top: -6px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
    background-size: contain;
  }
  body.home #step #consideration .heading {
    background: #83B941;
  }
  body.home #step #consideration .heading:before {
    width: 35px;
    height: 50px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_consideration_white.png) no-repeat;
    background-size: contain;
  }
  body.home #step #consideration .category-list li {
    background: #83B941;
  }
  body.home #step #house .heading {
    background: #20ADB5;
  }
  body.home #step #house .heading:before {
    top: 20px;
    width: 45px;
    height: 63px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_myhome_white.png) no-repeat;
    background-size: contain;
  }
  body.home #step #house .category-list li {
    background: #20ADB5;
  }
  body.home #step #repayment .heading {
    background: #F05C5C;
  }
  body.home #step #repayment .heading:before {
    width: 40px;
    height: 52px;
    background: url(https://www.jutapon.com/wp_assets/images/common/icon_repayment_white.png) no-repeat;
    background-size: contain;
  }
  body.home #step #repayment .category-list li {
    background: #F05C5C;
  }
  body.home #step .detail-area {
    display: none;
  }
  body.home #loan,
  body.home #customer,
  body.home #financial {
    padding-top: 30px;
  }
  body.home #loan {
    background: #FDEFD9;
  }
  body.home #loan ul {
    font-size: 0;
    text-align: center;
    padding: 0 1.5625%;
  }
  body.home #loan li {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 45.3125%;
    margin: 0 1.5625% 3.125%;
    background: #F08200;
    border-radius: 4px;
  }
  body.home #loan li a {
    display: block;
    padding: 10px 6%;
    color: #FFF;
    text-decoration: none;
  }
  body.home #loan li.mail-magazine {
    background: #F0B500;
  }
  body.home #loan figure img {
    width: 81px;
    height: auto;
  }
  body.home #loan .txt {
    display: none;
  }
  body.home #loan .link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.home #loan .link a {
    color: #FFF;
    text-align: center;
    text-decoration: none;
  }
  body.home #customer {
    padding-bottom: 40px;
    background: #F8F8F6;
  }
  body.home #customer ul {
    text-align: center;
  }
  body.home #customer li {
    display: inline-block;
    margin: 0 17px;
  }
  body.home #customer figure {
    margin-bottom: 15px;
  }
  body.home #customer .txt {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
  }
  body.home #customer .name {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    padding: 11px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  body.home #financial {
    padding-bottom: 25px;
  }
  body.home #financial .financial-nav {
    padding: 0 3.125%;
  }
  body.home #financial .financial-list > li {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    margin-bottom: 5px;
    padding: 13px 20px;
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
    border-radius: 4px;
  }
  body.home #financial .financial-list > li a {
    display: block;
  }
  body.home #financial .financial-list > li ul {
    display: none;
    margin-top: 14px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
  }
  body.home #financial .financial-list > li li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  body.home #financial .financial-list > li li:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 5px;
    height: 10px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_gray.png) no-repeat;
    background-size: contain;
  }
  body.home #financial .financial-list > li .title.is-open:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_up_gray_middle.png) no-repeat;
    background-size: contain;
  }
  body.home #financial .financial-list > li .title:after {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 20px;
    width: 15px;
    height: 9px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_down_gray_middle.png) no-repeat;
    background-size: contain;
  }
  body.home #financial .title img {
    display: inline-block;
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
  }
  body.home #financial .link {
    display: none;
  }
  body.home .other-area {
    padding-top: 30px;
    background: #F6F6F4;
  }
  body.home .other-area .inner {
    padding: 0 3.125%;
  }
  body.home .other-area .news {
    margin-bottom: 20px;
    padding: 15px 5%;
    border: 1px solid #DDD;
    border-top: 3px solid #F09600;
    background: #FFF;
  }
  body.home .other-area .news .title {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 25px;
    border-left: 5px solid #F09600;
  }
  body.home .other-area .news ul {
    border-top: 1px solid #DDD;
  }
  body.home .other-area .news li {
    position: relative;
    padding: 13px 30px 13px 0;
    border-bottom: 1px solid #DDD;
  }
  body.home .other-area .news li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_gray_small.png) no-repeat;
    background-size: contain;
  }
  body.home .other-area .news li time {
    color: #404040;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 5px;
  }
  body.home .other-area .news li a {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    text-decoration: none;
  }
  body.home .other-area .news li a span {
    text-decoration: underline;
  }
  body.home .other-area .banner p {
    text-align: center;
  }
  body.home .other-area .banner p a {
    display: block;
  }
  body.home .other-area .banner p img {
    width: 100%;
    height: auto;
  }
  body.home .other-area .facebook {
    display: none;
  }
  body.home .other-area .note {
    display: none;
  }
body.home #footer_navi  {
  display: none;
}

}
/* スライド */
.slick-slider *:focus {
  outline: none;
}

@media screen and (min-width: 641px) {
  body.home .slick-slider .slick-track {
    position: relative;
  }
  body.home .slick-slider .slick-prev,
  body.home .slick-slider .slick-next {
    text-indent: -9999px;
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    z-index: 1;
  }
  body.home #main-visual {
    margin: 0 auto;
    padding-bottom: 30px;
    background: #F8F8F6;
  }
  body.home #main-visual-slide {
    width: 1000px;
    margin: 0 auto;
  }
  body.home #main-visual-slide.slick-slider > div {
    display: block;
  }
  body.home #main-visual-slide.first-slide > div {
    display: block;
  }
  body.home #main-visual-slide > div {
    display: none;
  }
  body.home #main-visual-slide > div.first-slide {
    display: block;
  }
  body.home #main-visual-slide .slick-list {
    overflow: visible;
  }
  body.home #main-visual-slide .slick-prev {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_white_visual.png) no-repeat;
    top: 225px;
    left: 0;
    height: 67px;
  }
  body.home #main-visual-slide .slick-next {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_visual.png) no-repeat;
    top: 225px;
    right: 0;
    height: 67px;
  }
  body.home #main-visual-slide .slick-dots {
    bottom: -30px;
  }
  body.home #main-visual-slide .slick-dots li {
    margin: 0 2px;
  }
  body.home #main-visual-slide .slick-dots li.slick-active button:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_circle_orange.png) no-repeat;
    background-size: contain;
  }
  body.home #main-visual-slide .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/bg_circle_gray.png) no-repeat;
    background-size: contain;
  }
  body.home #main-visual-slide a {
    display: block;
    position: relative;
  }
  body.home #main-visual-slide a figure {
    margin-bottom: 40px;
  }
  body.home #main-visual-slide a figure img {
    width: 55px;
    height: auto;
  }
  body.home #main-visual-slide a .sp-layer {
    display: none;
  }
  body.home #main-visual-slide a .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  body.home #main-visual-slide a .shadow .txt-area {
    overflow: hidden;
    width: 1280px;
    margin: 70px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  body.home #main-visual-slide a .shadow .txt-area .icon {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    width: 140px;
    height: 110px;
    line-height: 110px;
    text-align: center;
  }
  body.home #main-visual-slide a .shadow .txt-area .icon img {
    display: inline;
    width: 92px;
    height: auto;
  }
  body.home #main-visual-slide a .shadow .txt-area .title {
    float: left;
    width: 734px;
    padding: 15px 0 10px 40px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
  }
  body.home #main-visual-slide a .shadow .txt-area .txt {
    overflow: hidden;
    float: left;
    width: 786px;
    height: 3.2em;
    padding-left: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #FFF;
  }
  body.home #consideration-thumb {
    width: 100%;
  }
  body.home #consideration-thumb button {
    display: none !important;
  }
  body.home #consideration-thumb .slick-track {
    position: static !important;
  }
  body.home #consideration-thumb .slick-track:before {
    display: none;
  }
  body.home #consideration-thumb .slick-track .slick-slide {
    float: none;
  }
  body.home #consideration-thumb .slick-current a {
    color: #FFF;
    background: #6CA02D;
  }
  body.home #house-thumb {
    width: 100%;
  }
  body.home #house-thumb button {
    display: none !important;
  }
  body.home #house-thumb .slick-track {
    position: static !important;
  }
  body.home #house-thumb .slick-track:before {
    display: none;
  }
  body.home #house-thumb .slick-track .slick-slide {
    float: none;
  }
  body.home #house-thumb .slick-current a {
    color: #FFF;
    background: #179FA7;
  }
  body.home #repayment-thumb {
    width: 100%;
  }
  body.home #repayment-thumb button {
    display: none !important;
  }
  body.home #repayment-thumb .slick-track {
    position: static !important;
  }
  body.home #repayment-thumb .slick-track:before {
    display: none;
  }
  body.home #repayment-thumb .slick-track .slick-slide {
    float: none;
  }
  body.home #repayment-thumb .slick-current a {
    color: #FFF;
    background: #F05C5C;
  }
  body.home #consideration-slide li {
    display: inline-block;
    width: 531px;
  }
  body.home #consideration-slide .slick-prev {
    top: 50%;
    left: -40px;
    margin-top: -15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_green_circle.png) no-repeat;
  }
  body.home #consideration-slide .slick-next {
    right: -40px;
    bottom: 50%;
    margin-bottom: -15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_green_circle.png) no-repeat;
  }
  body.home #house-slide .slick-prev {
    top: 50%;
    left: -40px;
    margin-top: -15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_blue_circle.png) no-repeat;
  }
  body.home #house-slide .slick-next {
    right: -40px;
    bottom: 50%;
    margin-bottom: -15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_blue_circle.png) no-repeat;
  }
  body.home #repayment-slide .slick-prev {
    top: 50%;
    left: -40px;
    margin-top: -15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_red_circle.png) no-repeat;
  }
  body.home #repayment-slide .slick-next {
    right: -40px;
    bottom: 50%;
    margin-bottom: -15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_red_circle.png) no-repeat;
  }
}
@media screen and (max-width: 640px) {
  body.home #sp-customer-slider {
    overflow: hidden;
  }
  body.home #sp-customer-slider .slick-prev,
  body.home #sp-customer-slider .slick-next {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 43px;
    border: none;
    text-indent: -9999px;
  }
  body.home #sp-customer-slider .slick-prev {
    top: 50%;
    left: 20px;
    margin-top: -72px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_orange_large.png) no-repeat;
    background-size: contain;
  }
  body.home #sp-customer-slider .slick-next {
    bottom: 50%;
    right: 20px;
    margin-bottom: 32px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_orange_large.png) no-repeat;
    background-size: contain;
  }
  body.home #sp-customer-slider .slick-list {
    overflow: visible;
  }
  body.home #sp-customer-slider img {
    margin: 0 auto;
  }
  body.home #main-visual-slide {
    margin: 0 auto;
  }
  body.home #main-visual-slide > div {
    display: none;
  }
  body.home #main-visual-slide.slick-slider > div {
    display: block;
  }
  body.home #main-visual-slide .first-slide {
    display: block;
  }
  body.home #main-visual-slide .slick-prev,
  body.home #main-visual-slide .slick-next {
    position: absolute;
    z-index: 1;
    border: none;
    text-indent: -9999px;
  }
  body.home #main-visual-slide .slick-prev {
    position: absolute;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_white_visual.png) no-repeat;
    top: 50%;
    left: 10px;
    width: 12px;
    height: 23px;
    margin-top: -12px;
    background-size: contain;
  }
  body.home #main-visual-slide .slick-next {
    position: absolute;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_visual.png) no-repeat;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 23px;
    margin-top: -12px;
    background-size: contain;
  }
  body.home #main-visual-slide .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  body.finance footer.global {
    padding-top: 66px;
  }
  body.finance footer.global:before {
    top: 0px;
  }
  body.finance .general-title-area {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  body.general footer.global {
    padding-top: 66px;
  }
  body.general footer.global:before {
    top: 0px;
  }
}
/* 住宅ローンシミュレーションページ */
body.simulator .simulator-form *,
body.simulator .simulator-guide-area *,
body.simulator .simulator-link-list *,
body.simulator .simulator-notes *,
body.simulator .result-form * {
  font-family: inherit;
}

@media screen and (min-width: 641px) {
  /* 共通パーツ */
  .simulator,
  .form {
    /* アコーディオン部分 */
    /* ヘルプ文章 */
  }
  .simulator .general-title-area,
  .form .general-title-area {
    margin-bottom: 40px !important;
  }
  .simulator .general-title-area .title span,
  .form .general-title-area .title span {
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.7rem;
  }
  .simulator .general-title-area .title span:before,
  .form .general-title-area .title span:before {
    content: "-";
    margin-right: 5px;
  }
  .simulator .mod-acc-set .acc-menu,
  .form .mod-acc-set .acc-menu {
    padding: 10px 20px;
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    border: 1px solid #DDD;
    border-top: none;
  }
  .simulator .mod-acc-set .mod-acc-set,
  .form .mod-acc-set .mod-acc-set {
    margin: 30px 0 10px;
  }
  .simulator hr,
  .form hr {
    border: none;
    border-top: 1px solid #DDD;
    margin: 2.5em 0;
  }
  .simulator .hint-area,
  .form .hint-area {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    white-space: normal;
    font-weight: normal;
  }
  .simulator .hint-area .hint-btn,
  .form .hint-area .hint-btn {
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .simulator .hint-area .hint-btn img,
  .form .hint-area .hint-btn img {
    vertical-align: middle;
  }
  .simulator .hint-area .popup,
  .form .hint-area .popup {
    display: none;
    padding: 20px 15px 8px;
    color: #404040;
    background: #FFFFFF;
    border: 1px solid #DDD;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(64, 64, 64, 0.35));
    position: absolute;
    top: 50px;
    right: -20px;
    width: 340px;
    z-index: 1;
  }
  .simulator .hint-area .popup:after,
  .form .hint-area .popup:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: -10px;
    right: 16px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #fff transparent;
  }
  .simulator .hint-area .popup .title,
  .form .hint-area .popup .title {
    margin-bottom: 13px;
    padding: 2px 0 2px 8px;
    border-left: 3px solid #F09600;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AxisStd-Regular';
  }
  .simulator .hint-area .popup .hint-txt,
  .form .hint-area .popup .hint-txt {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
  .simulator .hint-area .popup .closed-btn,
  .form .hint-area .popup .closed-btn {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AxisStd-Regular';
    text-align: right;
    position: relative;
    cursor: pointer;
    line-height: 1;
  }
  .simulator .hint-area .popup .closed-btn:before,
  .form .hint-area .popup .closed-btn:before {
    display: inline-block;
    content: "";
    background: #F08200 url(https://www.jutapon.com/wp_assets/images/common/hint_close.png) no-repeat center center;
    width: 8px;
    height: 8px;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
    padding: 4px;
    background-size: 8px;
    vertical-align: middle;
  }
  .simulator .hint-area .popup-l,
  .form .hint-area .popup-l {
    left: -20px;
  }
  .simulator .hint-area .popup-l:after,
  .form .hint-area .popup-l:after {
    left: 16px;
  }
  .simulator .simulator-btn-gray,
  .form .simulator-btn-gray {
    text-align: center;
  }
  .simulator .simulator-btn-gray a,
  .form .simulator-btn-gray a {
    display: inline-block;
    padding: 0.7em 4em;
    margin-bottom: 4em;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    background: #b6b9bf;
    border: 2px solid #b6b9bf;
    border-radius: 4px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
  }
  .simulator .simulator-btn-gray a:hover,
  .form .simulator-btn-gray a:hover {
    color: #b6b9bf;
    background-color: #fff;
  }
  .simulator .page-navi li a:hover,
  .form .page-navi li a:hover {
    background: #F08200;
    border-color: #F08200;
  }

  /* トップ 誘導エリア */
  .simulator-link-list .simulator-link-area {
    margin: 0 auto 20px;
    width: 1040px;
  }
  .simulator-link-list ul {
    overflow: hidden;
    text-align: center;
  }
  .simulator-link-list li.inner {
    padding: 25px 20px 20px;
    width: 470px;
  }
  .simulator-link-list li.inner:nth-child(odd) {
    float: left;
  }
  .simulator-link-list li.inner:nth-child(even) {
    float: right;
  }
  .simulator-link-list li.inner-mf {
    padding: 25px 20px 20px;
    width: 470px;
    margin: auto;
  }
  .simulator-link-list .shinki {
    background: #F4FBFB;
  }
  .simulator-link-list .txt-area {
    margin-bottom: 20px;
  }
  .simulator-link-list .txt-area .point {
    padding: 3px 0;
    margin-bottom: 15px;
    color: #FFFFFF;
    background: #20ADB5;
    font-family: 'AxisStd-Regular';
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
  }
  .simulator-link-list .txt-area .point:before {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 0 14px 5px;
    border-color: transparent transparent transparent #F4FBFB;
  }
  .simulator-link-list .txt-area .point:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 5px 14px 0;
    border-color: transparent #F4FBFB transparent transparent;
  }
  .simulator-link-list .txt-area .title {
    margin-bottom: 10px;
    display: block;
    color: #20ADB5;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .simulator-link-list .txt-area .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .simulator-link-list .link-list {
    padding: 15px 25px 10px;
    background: #FFFFFF;
    border: 2px solid #20ADB5;
  }
  .simulator-link-list .link-list .title {
    margin-bottom: 15px;
    color: #20ADB5;
    font-family: 'AxisStd-Regular';
    font-size: 19px;
    font-size: 1.9rem;
    position: relative;
  }
  .simulator-link-list .link-list .title:before, .simulator-link-list .link-list .title:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-width: 1px 65px 0 0;
    top: 50%;
  }
  .simulator-link-list .link-list .title:before {
    left: 0;
  }
  .simulator-link-list .link-list .title:after {
    right: 0;
  }
  .simulator-link-list .link-list a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    padding: 18px 23px 15px;
    background: #20ADB5;
    border-radius: 2px;
    box-sizing: border-box;
    border: 2px solid #20ADB5;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
  }
  .simulator-link-list .link-list a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_blue_circle.png) no-repeat;
    background-size: contain;
  }
  .simulator-link-list .link-list a em {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'AxisStd-Regular';
  }
  .simulator-link-list .link-list a:hover {
    background: #FFFFFF;
    color: #20ADB5;
  }
  .simulator-link-list .link-list a:hover:after {
    width: 18px;
    height: 18px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_blue_circle_on.png) no-repeat;
    background-size: contain;
  }

  .karikae {
    background: #FEF7F7;
  }
  .karikae .txt-area .point {
    background: #F05C5C;
  }
  .karikae .txt-area .point:before {
    border-color: transparent transparent transparent #FEF7F7;
  }
  .karikae .txt-area .point:after {
    border-color: transparent #FEF7F7 transparent transparent;
  }
  .karikae .txt-area .title {
    color: #F05C5C;
  }
  .karikae .link-list {
    border-color: #F05C5C;
  }
  .karikae .link-list .title {
    color: #F05C5C;
  }
  .karikae .link-list a {
    padding: 8px 15px;
    background: #F05C5C;
    border: 2px solid #F05C5C;
  }
  .karikae .link-list a:after {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_red_circle.png) no-repeat;
    background-size: contain;
  }
  .karikae .link-list a:hover {
    background: #FFFFFF;
    color: #F05C5C;
  }
  .karikae .link-list a:hover:after {
    width: 18px;
    height: 18px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_red_circle_on.png) no-repeat;
    background-size: contain;
  }
  .karikae .link-list a:hover .target {
    color: #FEF7F7;
    background: #F05C5C;
  }
  .karikae .link-list a:hover .target:before {
    border-color: transparent transparent transparent #FEF7F7;
  }
  .karikae .link-list a:hover .target:after {
    border-color: transparent #FEF7F7 transparent transparent;
  }
  .karikae .link-list a p {
    line-height: 1.4;
  }
  .karikae .link-list .target {
    padding: 2px 42px;
    margin-bottom: 3px;
    color: #F05C5C;
    background: #FEF7F7;
    font-family: 'AxisStd-Regular';
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
  }
  .karikae .link-list .target:before {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 5px;
    border-color: transparent transparent transparent #F05C5C;
  }
  .karikae .link-list .target:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 5px 10px 0;
    border-color: transparent #F05C5C transparent transparent;
  }

  /* ご注意 */
  .simulator-notes .simulator-notes-area {
    margin: 0 auto 80px;
    padding: 20px 25px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 1040px;
  }
  .simulator-notes .simulator-notes-area .title {
    padding-bottom: 6px;
    margin-bottom: 11px;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .simulator-notes .simulator-notes-area .title:before {
    content: "■";
    margin-right: 6px;
  }
  .simulator-notes .simulator-notes-area li {
    padding-left: 6px;
    position: relative;
    color: #404040;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .simulator-notes .simulator-notes-area li:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #404040;
    position: absolute;
    top: 9px;
    left: 0;
  }

  /* 下層 誘導エリア */
  .simulator-guide-area {
    border-top: 1px solid #E5E5E5;
    padding: 60px 0;
  }
  .simulator-guide-area .simulator-link-list li.inner {
    padding: 20px;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area {
    padding-top: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .headline {
    padding-top: 0;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .type-relation {
    padding-top: 0;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #F09600;
    border-radius: 2px;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a {
    position: relative;
    color: #F09600;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 8px 28px 8px 44px;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 29px;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_orange.png) no-repeat;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a:hover {
    color: #FFF;
    background: #F09600;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a:hover:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  }
  .simulator-guide-area .simulator-notes .simulator-notes-area {
    margin-bottom: 0;
  }

  /* 入力ページ フォーム */
  .simulator-form,
  .contact-form {
    padding: 20px 0 80px;
    font-size: 14px;
    font-size: 1.4rem;
    /* エラーメッセージ */
    /* 自動計算 */
  }
  .simulator-form .simulator-form-area,
  .contact-form .simulator-form-area {
    width: 840px;
    margin: 0 auto;
  }
  .simulator-form .simulator-title,
  .contact-form .simulator-title {
    padding: 0 0 12px 10px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 24px;
    font-size: 2.4rem;
    color: #F09600;
  }
  .simulator-form fieldset,
  .contact-form fieldset {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 10px;
  }
  .simulator-form fieldset.interest-input, .simulator-form fieldset.inner-interest-input,
  .contact-form fieldset.interest-input,
  .contact-form fieldset.inner-interest-input {
    display: none;
  }
  .simulator-form fieldset legend,
  .contact-form fieldset legend {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 10px 10px;
    float: left;
    font-family: 'AxisStd-Regular';
    width: 330px;
  }
  .simulator-form fieldset .form-area,
  .contact-form fieldset .form-area {
    float: left;
    padding-left: 65px;
    position: relative;
    width: 425px;
  }
  .simulator-form fieldset .form-area .input,
  .contact-form fieldset .form-area .input {
    float: left;
    margin-right: 8px;
    line-height: 0;
  }
  .simulator-form fieldset .form-area .input input,
  .contact-form fieldset .form-area .input input {
    -webkit-appearance: none;
    padding: 9px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    background: #FAFAFA;
  }
  .simulator-form fieldset .form-area .input select,
  .contact-form fieldset .form-area .input select {
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    padding: 9px 28px 9px 9px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    background: #FAFAFA url(https://www.jutapon.com/wp_assets/images/common/ar_pulldown.png) no-repeat;
    background-size: 7px 5px;
    background-position: center right 6px;
  }
  .simulator-form fieldset .form-area .input input,
  .contact-form fieldset .form-area .input input {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .simulator-form fieldset .form-area .input.fixed-radio .branch-radio,
  .contact-form fieldset .form-area .input.fixed-radio .branch-radio {
    clear: both;
  }
  .simulator-form fieldset .form-area .percent-area,
  .contact-form fieldset .form-area .percent-area {
    overflow: hidden;
    float: right;
  }
  .simulator-form fieldset .form-area .branch-radio,
  .contact-form fieldset .form-area .branch-radio {
    clear: both;
  }
  .simulator-form fieldset .form-area .radio,
  .contact-form fieldset .form-area .radio {
    padding-top: 8px;
  }
  .simulator-form fieldset .form-area .percent input, .simulator-form fieldset .form-area .price input,
  .contact-form fieldset .form-area .percent input,
  .contact-form fieldset .form-area .price input {
    width: 7.5em;
  }
  .simulator-form fieldset .form-area .year input,
  .contact-form fieldset .form-area .year input {
    width: 4em;
  }
  .simulator-form fieldset .form-area .input-list,
  .contact-form fieldset .form-area .input-list {
    margin-bottom: 10px;
  }
  .simulator-form fieldset .form-area .hint-area,
  .contact-form fieldset .form-area .hint-area {
    padding-top: 3px;
    float: left;
  }
  .simulator-form fieldset .required:before,
  .contact-form fieldset .required:before {
    content: "必須";
    padding: 2px 12px 3px;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #FFFFFF;
    background: #E95555;
    border-radius: 2px;
  }
  .simulator-form fieldset .form-note,
  .contact-form fieldset .form-note {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    clear: both;
    color: #8F8F8F;
  }
  .simulator-form .mod-acc-set.fixed-interest-area,
  .contact-form .mod-acc-set.fixed-interest-area {
    display: none;
  }
  .simulator-form .mod-acc-set legend,
  .contact-form .mod-acc-set legend {
    width: 310px;
  }
  .simulator-form .mod-acc-set .form-area,
  .contact-form .mod-acc-set .form-area {
    width: 400px;
  }
  .simulator-form .mod-acc-set .mod-acc-set .form-area,
  .contact-form .mod-acc-set .mod-acc-set .form-area {
    width: 380px;
  }
  .simulator-form .mod-acc-set .mod-acc-set .form-area .percent,
  .contact-form .mod-acc-set .mod-acc-set .form-area .percent {
    margin-right: 0;
  }
  .simulator-form .mod-acc-set .mod-acc-set .form-area .percent input,
  .contact-form .mod-acc-set .mod-acc-set .form-area .percent input {
    width: 6.5em;
  }
  .simulator-form .mod-acc-set .mod-acc-set legend,
  .contact-form .mod-acc-set .mod-acc-set legend {
    width: 290px;
  }
  .simulator-form .mod-acc-set .acc-menu fieldset:last-child,
  .contact-form .mod-acc-set .acc-menu fieldset:last-child {
    border-bottom: none;
  }
  .simulator-form .mod-acc-set .acc-inner .acc-inner:last-child,
  .contact-form .mod-acc-set .acc-inner .acc-inner:last-child {
    margin-bottom: 10px;
  }
  .simulator-form .error-note,
  .contact-form .error-note {
    margin-bottom: 10px;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    color: #F05C5C;
  }
  .simulator-form .calculation,
  .contact-form .calculation {
    clear: both;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .simulator-form .calculation span,
  .contact-form .calculation span {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 0.15em;
  }

  /* ボタンエリア */
  .simulator-btn-area {
    padding: 30px 230px;
    margin-top: 40px;
    background: #FEFAF2;
    text-align: center;
  }
  .simulator-btn-area input {
    border: none;
    color: #FFFFFF;
  }
  .simulator-btn-area .simulator-btn input {
    padding: 5px 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    background: #F08200;
    font-size: 25px;
    font-size: 2.5rem;
    box-sizing: border-box;
    border: 2px solid #F08200;
  }
  .simulator-btn-area .simulator-btn input:hover {
    background: #FFFFFF;
    color: #F08200;
  }
  .simulator-btn-area .reset-btn input {
    padding: 10px 30px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #B6B9BF;
    border-radius: 15px;
    box-sizing: border-box;
    border: 2px solid #B6B9BF;
  }
  .simulator-btn-area .reset-btn input:hover {
    background: #FFFFFF;
    color: #B6B9BF;
  }

  /* フォーム結果ページ */
  .general-title-area + .result-form {
    margin-top: -10px;
  }

  .result-form {
    width: 1040px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .result-form .mod-acc-set .acc-menu {
    padding: 15px 30px;
  }
  .result-form h2 {
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #F09600;
  }
  .result-form .fieldset {
    margin-bottom: 2em;
  }
  .result-form fieldset {
    padding-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .result-form fieldset legend {
    float: left;
    font-family: 'AxisStd-Regular';
    width: 135px;
    padding: 0.2em 1em;
    border-left: 3px solid #F09600;
    vertical-align: top;
  }
  .result-form fieldset ul {
    display: inline-block;
    padding-left: 20px;
  }
  .result-form fieldset ul.is-long li {
    width: 128px;
  }
  .result-form fieldset ul.is-short li {
    width: 80px;
  }
  .result-form fieldset ul li {
    display: inline-block;
  }
  .result-form fieldset ul li input {
    display: none;
  }
  .result-form fieldset ul li label {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    text-align: center;
    background: #ededed;
  }
  .result-form fieldset ul li input:checked + label {
    color: #fff;
    background: #F0B500;
    color: #fff;
  }
  .result-form fieldset ul li.all {
    width: 90px;
  }
  .result-form .page-navi {
    margin-bottom: 45px;
  }

  .result-btn {
    margin-bottom: 1em;
    text-align: center;
  }
  .result-btn input {
    display: inline-block;
    padding: 0.9em 4em;
    margin-bottom: 1em;
    background: #F08200;
    font-family: 'AxisStd-Regular';
    border: 2px solid #F08200;
    border-radius: 4px;
    color: #fff;
  }
  .result-btn input:hover {
    background: #FFFFFF;
    color: #F08200;
  }

  .result-link-area {
    overflow: hidden;
    *zoom: 1;
    background: #f8f8f6;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    padding: 1.5em;
  }
  .result-link-area .is-left,
  .result-link-area .is-right {
    width: 50%;
  }
  .result-link-area .is-left {
    border-right: solid 1px #ddd;
    box-sizing: border-box;
  }
  .result-link-area h2 {
    margin-bottom: 0.5em;
    text-align: center;
    color: #83b941;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .result-link-area .result-link-btn {
    text-align: center;
  }
  .result-link-area .result-link-btn a {
    display: inline-block;
    padding: 0.7em 4em;
    margin-bottom: 1em;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white.png) no-repeat right 15px center #83b941;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    border: 2px solid #83b941;
    border-radius: 4px;
    color: #fff;
  }
  .result-link-area .result-link-btn a:hover {
    color: #83b941;
    background-image: url(https://www.jutapon.com/wp_assets/images/common/ar_right_green_small.png);
    background-color: #fff;
  }

  .result-table {
    border-collapse: collapse;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 3em;
    width: 100%;
  }
  .result-table > thead th {
    position: relative;
    padding: 1em;
    border: solid 1px #ddd;
    white-space: nowrap;
    text-align: center;
    background: #e5f3f7;
    font-weight: bold;
    vertical-align: bottom;
    height: 80px;
    box-sizing: border-box;
  }
  .result-table > thead th .hint-area {
    display: block;
    margin: 0 auto;
  }
  .result-table > thead .is-middle {
    vertical-align: middle;
    position: relative;
  }
  .result-table > thead .is-middle .hint-area {
    position: absolute;
    bottom: .583333333em;
    left: 6%;
    padding: 0 50%;
  }
  .result-table > thead .is-middle .hint-area .popup {
    right: 0;
  }
  .result-table > tbody tr:nth-child(even) {
    background: #F7F7F7;
  }
  .result-table > tbody td {
    padding: 1em 0.5em;
    border: solid 1px #ddd;
    text-align: center;
  }
  .result-table > tbody td.plan p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .result-table > tbody td.plan .title {
    min-width: 80px;
    width: 70%;
  }
  .result-table > tbody td.plan .table-btn-orange {
    white-space: nowrap;
    width: 32px;
    margin-left: 5%;
    background: #f08200;
    vertical-align: middle;
    border: 2px solid #f08200;
    border-radius: 3px;
  }
  .result-table > tbody td.plan .table-btn-orange a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 1em 0.2em;
    text-decoration: none;
  }
  .result-table > tbody td.plan .table-btn-orange:hover {
    background-color: #fff;
  }
  .result-table > tbody td.plan .table-btn-orange:hover a {
    color: #f08200;
  }
  .result-table > tbody td.bank-name {
    width: 150px;
    padding: 1em;
  }
  .result-table > tbody td.bank-name img {
    width: 150px;
  }
  .result-table > tbody td.price {
    white-space: nowrap;
  }
  .result-table > tbody td.comment {
    white-space: nowrap;
  }
  .result-table .order-navi {
    position: absolute;
    right: 0.5em;
    bottom: 0.75em;
    font-size: 4px;
    font-size: 0.4rem;
    line-height: 1;
    z-index: 1;
  }
  .result-table .order-navi a {
    color: #479eba;
    text-decoration: none;
  }
  .result-table .gain {
    font-size: 16px;
    font-size: 1.6rem;
    color: #DB1818;
  }
  .result-table .loss {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1E82C9;
  }

  /* 表詳細 */
  .detail-area {
    position: relative;
    white-space: normal;
    font-weight: normal;
    text-align: left;
  }
  .detail-area .detail-btn {
    white-space: nowrap;
    background: #b6b9bf;
    vertical-align: middle;
    border: 2px solid #b6b9bf;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 0.2em 1em;
    font-size: 10px;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
  }
  .detail-area .detail-btn:hover {
    background-color: #fff;
    color: #b6b9bf;
  }
  .detail-area .popup {
    display: none;
    padding: 20px 15px 8px;
    color: #404040;
    background: #FFFFFF;
    border: 5px solid #ddd;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(64, 64, 64, 0.35));
    position: absolute;
    top: 50px;
    right: -20px;
    width: 340px;
    z-index: 1;
  }
  .detail-area .popup:before {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: -10px;
    right: 16px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #ddd transparent;
  }
  .detail-area .popup .title {
    margin-bottom: 13px;
    padding: 2px 0 2px 8px;
    border-left: 3px solid #F09600;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AxisStd-Regular';
  }
  .detail-area .popup .hint-txt {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
  .detail-area .popup .note {
    border: solid 1px #ddd;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 1em;
    padding: 1em;
  }
  .detail-area .popup .closed-btn.upper {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AxisStd-Regular';
    text-align: right;
    position: relative;
    cursor: pointer;
    line-height: 1;
    float: right;
  }
  .detail-area .popup .closed-btn.upper:before {
    display: inline-block;
    content: "";
    background: #F08200 url(https://www.jutapon.com/wp_assets/images/common/hint_close.png) no-repeat center center;
    width: 8px;
    height: 8px;
    padding: 6px;
    background-size: 8px;
    vertical-align: middle;
  }
  .detail-area .popup .closed-btn.lower {
    margin: 0 auto 1em;
    text-align: center;
  }
  .detail-area .popup .closed-btn.lower span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AxisStd-Regular';
    position: relative;
    padding: 0.2em 1em;
    cursor: pointer;
    line-height: 1;
    background: #F08200;
    border: solid 2px #F08200;
    border-radius: 3px;
    color: #fff;
  }
  .detail-area .popup .closed-btn.lower span:before {
    content: "";
    background: url(https://www.jutapon.com/wp_assets/images/common/hint_close.png) no-repeat center center;
    width: 8px;
    height: 8px;
    margin-right: 0.5em;
    padding: 4px;
    background-size: 8px;
    vertical-align: top;
  }
  .detail-area .popup .closed-btn.lower span:hover {
    background-color: #fff;
    color: #F08200;
  }
  .detail-area .popup .closed-btn.lower span:hover:before {
    background-image: url(https://www.jutapon.com/wp_assets/images/common/hint_close_orange.png);
  }

  .detail-table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
  }
  .detail-table > tbody th,
  .detail-table > tbody td {
    border: solid 1px #ddd;
    padding: 0.5em;
  }
  .detail-table > tbody th {
    width: 45%;
    background: #f7f7f7;
    text-align: left;
  }
  .detail-table > tbody td {
    text-align: right;
    background: #FFFFFF;
  }
}
@media screen and (max-width: 640px) {
  /* 共通パーツ */
  .simulator,
  form {
    /* アコーディオン部分 */
    /* ヘルプ文章 */
  }
  .simulator .general-title-area,
  form .general-title-area {
    margin-bottom: 20px !important;
  }
  .simulator .general-title-area .title span,
  form .general-title-area .title span {
    display: block;
    margin: 14px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .simulator .general-title-area .title span:before,
  form .general-title-area .title span:before {
    display: none;
  }
  .simulator .general-title-area .text,
  form .general-title-area .text {
    display: none;
  }
  .simulator .mod-acc-set .acc-menu,
  form .mod-acc-set .acc-menu {
    padding: 10px;
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    border: 1px solid #DDD;
    border-top: none;
  }
  .simulator .mod-acc-set legend,
  form .mod-acc-set legend {
    width: auto;
  }
  .simulator .mod-acc-set .form-area,
  form .mod-acc-set .form-area {
    width: auto;
  }
  .simulator .mod-acc-set .acc-menu .hint-area,
  form .mod-acc-set .acc-menu .hint-area {
    padding-top: 0;
  }
  .simulator .mod-acc-set .mod-acc-set,
  form .mod-acc-set .mod-acc-set {
    margin: 20px 0 10px;
  }
  .simulator .mod-acc-set .mod-acc-set legend,
  form .mod-acc-set .mod-acc-set legend {
    width: auto;
  }
  .simulator .mod-acc-set .mod-acc-set .form-area,
  form .mod-acc-set .mod-acc-set .form-area {
    width: auto;
  }
  .simulator hr,
  form hr {
    border: none;
    border-top: 1px solid #DDD;
    margin: 1em 0;
  }
  .simulator .hint-area,
  form .hint-area {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    white-space: normal;
    font-weight: normal;
  }
  .simulator .hint-area .hint-btn,
  form .hint-area .hint-btn {
    margin-left: 14px;
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .simulator .hint-area .hint-btn img,
  form .hint-area .hint-btn img {
    vertical-align: middle;
  }
  .simulator .hint-area .popup,
  form .hint-area .popup {
    display: none;
    padding: 20px 15px 8px;
    color: #404040;
    background: #FFFFFF;
    border: 1px solid #DDD;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(64, 64, 64, 0.35));
    position: absolute;
    top: 36px;
    right: -50px;
    width: 140px;
    z-index: 1;
  }
  .simulator .hint-area .popup:after,
  form .hint-area .popup:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: -10px;
    right: 32px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #FFF transparent;
  }
  .simulator .hint-area .popup .title,
  form .hint-area .popup .title {
    margin-bottom: 13px;
    padding: 2px 0 2px 8px;
    border-left: 3px solid #F09600;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AxisStd-Regular';
  }
  .simulator .hint-area .popup .hint-txt,
  form .hint-area .popup .hint-txt {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
  .simulator .hint-area .popup .closed-btn,
  form .hint-area .popup .closed-btn {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AxisStd-Regular';
    text-align: right;
    position: relative;
    cursor: pointer;
    line-height: 1;
  }
  .simulator .hint-area .popup .closed-btn:before,
  form .hint-area .popup .closed-btn:before {
    display: inline-block;
    content: "";
    background: #F08200 url(https://www.jutapon.com/wp_assets/images/common/hint_close.png) no-repeat center center;
    width: 8px;
    height: 8px;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
    padding: 4px;
    background-size: 8px;
    vertical-align: middle;
  }
  .simulator .hint-area .popup-l,
  form .hint-area .popup-l {
    right: -20px;
  }
  .simulator .hint-area .popup-l:after,
  form .hint-area .popup-l:after {
    right: 16px;
  }
  .simulator .hint-area .hint .is-title,
  form .hint-area .hint .is-title {
    display: inline;
  }
  .simulator .hint-area .hint .hint-area,
  form .hint-area .hint .hint-area {
    line-height: 1.3;
    display: inline-block;
  }
  .simulator .hint-area .hint .popup,
  form .hint-area .hint .popup {
    right: -175px;
  }
  .simulator .hint-area .hint .popup:after,
  form .hint-area .hint .popup:after {
    right: 170px;
  }
  .simulator .simulator-btn-gray,
  form .simulator-btn-gray {
    text-align: center;
  }
  .simulator .simulator-btn-gray a,
  form .simulator-btn-gray a {
    display: inline-block;
    padding: 0.8em 3em;
    margin: 0.5em 0 1.5em;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    background: #b6b9bf;
    border: 2px solid #b6b9bf;
    border-radius: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }
  .simulator .simulator-btn-gray a:hover,
  form .simulator-btn-gray a:hover {
    color: #b6b9bf;
    background-color: #fff;
  }
  .simulator .page-navi li a:hover,
  form .page-navi li a:hover {
    background: #F08200;
    border-color: #F08200;
  }

  /* トップ 誘導エリア */
  .simulator-link-list .simulator-link-area {
    margin-bottom: 5px;
    padding: 0 10px;
    width: auto;
  }
  .simulator-link-list ul {
    overflow: hidden;
    text-align: center;
  }
  .simulator-link-list li.inner {
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    width: auto;
  }
  .simulator-link-list .shinki {
    background: #F4FBFB;
  }
  .simulator-link-list .txt-area {
    margin-bottom: 15px;
  }
  .simulator-link-list .txt-area .point {
    padding: 3px 0;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: #20ADB5;
    font-family: 'AxisStd-Regular';
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  .simulator-link-list .txt-area .point:before {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 3px;
    border-color: transparent transparent transparent #F4FBFB;
  }
  .simulator-link-list .txt-area .point:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 3px 14px 0;
    border-color: transparent #F4FBFB transparent transparent;
  }
  .simulator-link-list .txt-area .title {
    margin-bottom: 10px;
    display: block;
    color: #20ADB5;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .simulator-link-list .txt-area .txt {
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .simulator-link-list .link-list {
    padding: 15px 10px 5px;
    background: #FFFFFF;
    border: 2px solid #20ADB5;
  }
  .simulator-link-list .link-list .title {
    margin-bottom: 12px;
    color: #20ADB5;
    font-family: 'AxisStd-Regular';
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
  }
  .simulator-link-list .link-list .title:before, .simulator-link-list .link-list .title:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-width: 1px 10px 0 0;
    top: 50%;
  }
  .simulator-link-list .link-list .title:before {
    left: 0;
  }
  .simulator-link-list .link-list .title:after {
    right: 0;
  }
  .simulator-link-list .link-list a {
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    padding: 18px 10px 18px 15px;
    background: #20ADB5;
    border-radius: 2px;
    box-sizing: border-box;
    border: 2px solid #20ADB5;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
  }
  .simulator-link-list .link-list a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_blue_circle.png) no-repeat;
    background-size: contain;
  }
  .simulator-link-list .link-list a em {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'AxisStd-Regular';
  }
  .simulator-link-list .link-list a:hover {
    background: #FFFFFF;
    color: #20ADB5;
  }
  .simulator-link-list .link-list a:hover:after {
    width: 18px;
    height: 18px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_blue_circle_on.png) no-repeat;
    background-size: contain;
  }

  .karikae {
    background: #FEF7F7;
  }
  .karikae .txt-area .point {
    background: #F05C5C;
  }
  .karikae .txt-area .point:before {
    border-color: transparent transparent transparent #FEF7F7;
  }
  .karikae .txt-area .point:after {
    border-color: transparent #FEF7F7 transparent transparent;
  }
  .karikae .txt-area .title {
    color: #F05C5C;
  }
  .karikae .link-list {
    border-color: #F05C5C;
  }
  .karikae .link-list .title {
    color: #F05C5C;
  }
  .karikae .link-list a {
    padding: 8px 15px;
    background: #F05C5C;
    border: 2px solid #F05C5C;
  }
  .karikae .link-list a:after {
    top: 58%;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_red_circle.png) no-repeat;
    background-size: contain;
  }
  .karikae .link-list a:hover {
    background: #FFFFFF;
    color: #F05C5C;
  }
  .karikae .link-list a:hover:after {
    width: 18px;
    height: 18px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_simulator_right_red_circle_on.png) no-repeat;
    background-size: contain;
  }
  .karikae .link-list a:hover .target {
    color: #FEF7F7;
    background: #F05C5C;
  }
  .karikae .link-list a:hover .target:before {
    border-color: transparent transparent transparent #FEF7F7;
  }
  .karikae .link-list a:hover .target:after {
    border-color: transparent #FEF7F7 transparent transparent;
  }
  .karikae .link-list a p {
    line-height: 1.4;
  }
  .karikae .link-list .target {
    padding: 2px 0 2px 10px;
    margin-bottom: 3px;
    color: #F05C5C;
    background: #FEF7F7;
    font-family: 'AxisStd-Regular';
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
    text-align: left;
    display: block;
  }
  .karikae .link-list .target:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 5px 10px 0;
    border-color: transparent #F05C5C transparent transparent;
  }

  /* ご注意 */
  .simulator-notes {
    padding: 0 10px;
  }
  .simulator-notes .simulator-notes-area {
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: auto;
  }
  .simulator-notes .simulator-notes-area .title {
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .simulator-notes .simulator-notes-area .title:before {
    content: "■";
    margin-right: 6px;
  }
  .simulator-notes .simulator-notes-area li {
    padding-left: 6px;
    position: relative;
    color: #404040;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .simulator-notes .simulator-notes-area li:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #404040;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 2px;
  }

  /* 下層 誘導エリア */
  .simulator-guide-area {
    border-top: 1px solid #E5E5E5;
    padding: 30px 0;
  }
  .simulator-guide-area .simulator-link-list li.inner {
    width: auto;
    padding: 10px;
    float: none;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area {
    padding-top: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .headline {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 0;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .headline:before {
    width: 19px;
    height: 22px;
    margin-top: 0;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .type-relation {
    padding-left: 30px;
    margin-bottom: 1.5em;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link-area {
    padding: 0 30px;
    text-align: center;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link {
    border: 1px solid #F09600;
    border-radius: 2px;
    display: inline-block;
    margin: auto;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a {
    position: relative;
    color: #F09600;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 1em 1em 1em 2em;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1em;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_orange.png) no-repeat;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a:hover {
    color: #FFF;
    background: #F09600;
  }
  .simulator-guide-area .simulator-link-list .simulator-link-area .link a:hover:before {
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_white.png) no-repeat;
  }
  .simulator-guide-area .simulator-notes .simulator-notes-area {
    margin-bottom: 0;
  }

  /* 入力ページ フォーム */
  .simulator-form {
    padding: 5px 10px 40px;
    font-size: 13px;
    font-size: 1.3rem;
    /* エラーメッセージ */
    /* 自動計算 */
  }
  .simulator-form .simulator-form-area {
    width: 100%;
    margin: 0 auto;
  }
  .simulator-form .simulator-title {
    font-size: 18px;
    font-size: 1.8rem;
    color: #F09600;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
  }
  .simulator-form fieldset {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 4px;
  }
  .simulator-form fieldset.interest-input {
    display: none;
  }
  .simulator-form fieldset legend {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 0;
    font-family: 'AxisStd-Regular';
    width: 100%;
  }
  .simulator-form fieldset .form-area {
    float: left;
    padding-left: 0;
    position: relative;
    width: auto;
  }
  .simulator-form fieldset .form-area .input {
    margin-right: 4px;
    line-height: 0;
    float: left;
  }
  .simulator-form fieldset .form-area .input input {
    padding: 5px;
    margin-right: 4px;
    margin-bottom: 8px;
    border: 1px solid #DDDDDD;
    background: #FAFAFA;
  }
  .simulator-form fieldset .form-area .input select {
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    padding: 5px 20px 5px 5px;
    margin-right: 4px;
    margin-bottom: 8px;
    border: 1px solid #DDDDDD;
    background: #FAFAFA url(https://www.jutapon.com/wp_assets/images/common/ar_pulldown.png) no-repeat;
    background-size: 7px 5px;
    background-position: center right 6px;
  }
  .simulator-form fieldset .form-area .input input {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .simulator-form fieldset .form-area.fixed-radio .branch-radio {
    clear: both;
  }
  .simulator-form fieldset .form-area .radio {
    padding-top: 0;
  }
  .simulator-form fieldset .form-area .percent-area {
    overflow: hidden;
  }
  .simulator-form fieldset .form-area .percent input, .simulator-form fieldset .form-area .price input {
    width: 4em;
  }
  .simulator-form fieldset .form-area .year input {
    width: 4em;
  }
  .simulator-form fieldset .form-area .select {
    min-height: 38px;
  }
  .simulator-form fieldset .form-area .input-list {
    margin-bottom: 8px;
  }
  .simulator-form fieldset .form-area .hint-area {
    padding-top: 3px;
    float: left;
  }
  .simulator-form fieldset .required {
    padding-left: 42px;
  }
  .simulator-form fieldset .required:before {
    content: "必須";
    padding: 1px 6px 2px;
    left: 0;
    top: 4px;
    position: absolute;
    font-size: 10px;
    font-size: 1rem;
    color: #FFFFFF;
    background: #E95555;
    border-radius: 2px;
  }
  .simulator-form fieldset .form-note {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    clear: both;
    color: #8F8F8F;
  }
  .simulator-form .mod-acc-set.fixed-interest-area {
    display: none;
  }
  .simulator-form .mod-acc-set .repayment-input {
    display: none;
  }
  .simulator-form .mod-acc-set .acc-menu fieldset:last-child {
    border-bottom: none;
  }
  .simulator-form .mod-acc-set .acc-inner .acc-inner:last-child {
    margin-bottom: 10px;
  }
  .simulator-form .error-note {
    margin-bottom: 2px;
    line-height: 1.4;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    color: #F05C5C;
  }
  .simulator-form .calculation {
    clear: both;
    margin-bottom: 2px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .simulator-form .calculation span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0.15em;
  }

  /* ボタンエリア */
  .simulator-btn-area {
    padding: 20px;
    margin-top: 20px;
    background: #FEFAF2;
    text-align: center;
  }
  .simulator-btn-area input {
    border: none;
    color: #FFFFFF;
  }
  .simulator-btn-area .simulator-btn input {
    padding: 14px 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    background: #F08200;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AxisStd-Regular';
    box-sizing: border-box;
    border: 2px solid #F08200;
  }
  .simulator-btn-area .simulator-btn input:hover {
    background: #FFFFFF;
    color: #F08200;
  }
  .simulator-btn-area .reset-btn input {
    padding: 8px 20px;
    font-size: 11px;
    font-size: 1.1rem;
    background: #B6B9BF;
    border-radius: 15px;
    box-sizing: border-box;
    border: 2px solid #B6B9BF;
  }
  .simulator-btn-area .reset-btn input:hover {
    background: #FFFFFF;
    color: #B6B9BF;
  }

  /* フォーム結果ページ */
  .result-form {
    margin: 0 10px;
  }
  .result-form .mod-acc-set .txt {
    padding: 10px;
  }
  .result-form h2 {
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #F09600;
  }
  .result-form .fieldset {
    margin-bottom: 1em;
  }
  .result-form fieldset {
    margin-bottom: 0.5em;
    position: relative;
  }
  .result-form fieldset legend {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0 2em 0 1em;
    border-left: 3px solid #F09600;
    vertical-align: top;
  }
  .result-form fieldset ul {
    font-size: 0;
  }
  .result-form fieldset ul li {
    display: inline-block;
    width: 33.33333%;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top;
  }
  .result-form fieldset ul li input {
    display: none;
  }
  .result-form fieldset ul li label {
    cursor: pointer;
    display: block;
    padding: 1em 0.2em;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    background: #ededed;
    line-height: 1.2;
  }
  .result-form fieldset ul li label.two-lines {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }
  .result-form fieldset ul li input:checked + label {
    color: #fff;
    background: #F0B500;
    color: #fff;
  }
  .result-form fieldset .hint-area {
    position: absolute;
    top: 0px;
    right: 21px;
  }

  .result-btn-area {
    margin: 1.5em 1em 1em;
  }

  .result-btn {
    text-align: center;
  }
  .result-btn input,
  .result-btn a {
    display: inline-block;
    padding: 0.7em 0;
    margin-bottom: 1em;
    background: #F08200;
    font-family: 'AxisStd-Regular';
    border: 2px solid #F08200;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
  }

  .result-link-area {
    background: #f8f8f6;
    border: solid 1px #ddd;
    margin-bottom: 1em;
    padding: 10px;
  }
  .result-link-area h2 {
    margin-bottom: 0.5em;
    text-align: center;
    color: #83b941;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .result-link-area .result-link-btn {
    text-align: center;
  }
  .result-link-area .result-link-btn a {
    display: block;
    padding: 0.7em;
    margin-bottom: 1em;
    background: #83b941;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    border: 2px solid #83b941;
    border-radius: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }

  .close-btn {
    margin: 0 auto;
    text-align: center;
  }
  .close-btn span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AxisStd-Regular';
    position: relative;
    padding: 0.4em 1.8em;
    cursor: pointer;
    line-height: 1;
    background: #b6b9bf;
    border: solid 2px #b6b9bf;
    border-radius: 3px;
    color: #fff;
  }
  .close-btn span:before {
    content: "";
    background: url(https://www.jutapon.com/wp_assets/images/common/hint_close.png) no-repeat center center;
    width: 8px;
    height: 8px;
    margin-right: 0.5em;
    padding: 4px;
    background-size: 8px;
    vertical-align: top;
  }

  hr {
    margin: 1em 10px;
  }

  .result-list {
    margin: 0 10px 10px;
  }
  .result-list ul {
    font-size: 0;
  }
  .result-list ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .result-list ul li a {
    display: block;
    padding: 0.8em 0.5em;
    margin-bottom: 1em;
    background: #fff;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
  }
  .result-list ul li:first-child a {
    margin-right: 5px;
  }
  .result-list ul li.current a {
    background: #f09600;
    border-color: #f09600;
    color: #fff;
  }
  .result-list section {
    padding: 10px 10px 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .result-list section .name {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_gray_small.png) right center no-repeat;
    background-size: 7px 11px;
  }
  .result-list section .name .logo {
    display: table-cell;
    vertical-align: middle;
    border: solid 1px #ddd;
    width: 90px;
    height: 90px;
  }
  .result-list section .name .logo img {
    width: 100%;
    height: auto;
  }
  .result-list section .name .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
  }
  .result-list section .period {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .result-list section .period .title {
    display: table-cell;
    vertical-align: middle;
    background: #ededed;
    padding: 5px;
    width: 82px;
    text-align: center;
  }
  .result-list section .period .rate {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
  }

  .gain {
    color: #DB1818;
  }

  .loss {
    color: #1E82C9;
  }

  .payment-table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .payment-table th,
  .payment-table td {
    border: solid 1px #ddd;
    padding: 0.5em;
    text-align: center;
  }
  .payment-table th {
    background: #6ebcd5;
    color: #fff;
  }
  .payment-table td {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .payment-table .unit {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .detail-area {
    padding-bottom: 0;
  }
  .detail-area .acc-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .detail-area .acc-menu {
    padding: 10px !important;
  }
  .detail-area .acc-menu .detail-title {
    display: block;
    font-family: 'AxisStd-Regular';
    margin-bottom: 0.5em;
    padding-left: 1em;
    border-left: 3px solid #F09600;
    vertical-align: top;
  }
  .detail-area .acc-menu .detail-table {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
  }
  .detail-area .acc-menu .detail-table > tbody th,
  .detail-area .acc-menu .detail-table > tbody td {
    border: solid 1px #ddd;
    padding: 0.8em;
  }
  .detail-area .acc-menu .detail-table > tbody th {
    width: 45%;
    background: #f7f7f7;
    text-align: left;
  }
  .detail-area .acc-menu .detail-table > tbody td {
    text-align: right;
    line-height: 1.4;
  }
  .detail-area .acc-menu .note {
    font-size: 11px;
    font-size: 1.1rem;
    color: #404040;
    padding: 0 0 1em;
  }

  .hide-area .is-hide {
    display: none;
  }

  .more-btn {
    text-align: center;
  }
  .more-btn span {
    display: inline-block;
    padding: 1em 2em;
    margin: 1em 0;
    background: #efefef;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #737373;
    cursor: pointer;
  }
  .more-btn span:before {
    content: "";
    background: url(https://www.jutapon.com/wp_assets/images/common/sp/icon_reload.png) no-repeat center center;
    width: 16px;
    height: 16px;
    margin-right: 1em;
    padding: 8px;
    background-size: 16px;
    vertical-align: top;
  }

  .simulator-btn-gray {
    text-align: center;
  }
  .simulator-btn-gray a {
    display: inline-block;
    padding: 1em 4.5em;
    margin-bottom: 1em;
    font-family: 'AxisStd-Regular';
    text-decoration: none;
    background: #b6b9bf;
    border: 2px solid #b6b9bf;
    border-radius: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }
}
.contact-area {
  width: 840px;
  margin: 0 auto;
}
.contact-area .entry-set {
  padding-left: 10px;
}
.contact-area .title {
  color: #F09600;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding: 0 0 12px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.contact-area .contact-form {
  padding-bottom: 60px;
}
.contact-area .contact-form fieldset:last-child {
  border: none;
}
.contact-area .contact-form fieldset legend {
  color: #7F7F7F;
}
.contact-area .contact-form .form-area {
  color: #7F7F7F;
}
.contact-area .contact-form .form-area.mail input {
  width: 100%;
}
.contact-area .contact-form .form-area span {
  margin-right: 10px;
  margin-left: 20px;
}
.contact-area .contact-form .form-area span:first-child {
  margin-left: 0;
}
.contact-area .contact-form .form-area p {
  display: block;
  color: #333;
  padding-left: 20px;
  margin-bottom: 10px;
}
.contact-area .contact-form .form-area input {
  width: 7.5em;
  padding: 9px;
}
.contact-area .contact-form .form-area textarea {
  width: 100%;
}
.contact-area .contact-form .form-area input,
.contact-area .contact-form .form-area textarea {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding: 9px;
  background: #FAFAFA;
  border: 2px solid #ECECEC;
  box-sizing: border-box;
}
.contact-area .error-note {
  padding-left: 20px;
}
.contact-area .contact-btn-area {
  text-align: center;
  margin-bottom: 80px;
}
.contact-area .contact-btn,
.contact-area .back-btn,
.contact-area .link-btn {
  position: relative;
  display: inline-block;
  width: 340px;
  margin: 0 auto;
}
.contact-area .contact-btn:after,
.contact-area .back-btn:after,
.contact-area .link-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background: url(https://www.jutapon.com/wp_assets/images/common/ar_right_white_small.png) no-repeat;
  background-size: contain;
}
.contact-area .contact-btn input,
.contact-area .contact-btn a,
.contact-area .back-btn input,
.contact-area .back-btn a,
.contact-area .link-btn input,
.contact-area .link-btn a {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  background: #F09600;
  border: none;
  border-radius: 24.5px;
}
.contact-area .contact-btn input:hover,
.contact-area .contact-btn a:hover,
.contact-area .back-btn input:hover,
.contact-area .back-btn a:hover,
.contact-area .link-btn input:hover,
.contact-area .link-btn a:hover {
  opacity: 0.8;
}
.contact-area .contact-btn a,
.contact-area .back-btn a,
.contact-area .link-btn a {
  text-align: center;
  text-decoration: none;
}
.contact-area .contact-btn a:hover,
.contact-area .back-btn a:hover,
.contact-area .link-btn a:hover {
  opacity: 0.8;
}
.contact-area .back-btn {
  width: 230px;
  margin-right: 20px;
}
.contact-area .back-btn:after {
  left: 20px;
  right: auto;
  width: 7px;
  height: 11px;
  background: url(https://www.jutapon.com/wp_assets/images/common/ar_left_orange_small.png) no-repeat;
  background-size: contain;
}
.contact-area .back-btn input,
.contact-area .back-btn a {
  color: #F09600;
  background: #FFF;
  padding: 11px 0 10px;
  border: 2px solid #F09600;
  border-radius: 24.5px;
}
.contact-area .back-btn input:hover,
.contact-area .back-btn a:hover {
  opacity: 0.8;
}

.confirm .contact-area .form-area {
  padding-top: 6px;
}

#contact .regulation-area {
  text-align: center;
  margin-bottom: 20px;
}
#contact .regulation-area a {
  font-size: 15px;
  font-size: 1.5rem;
}

/* スライダー */
.bx-wrapper {
    border: none !important;
    box-shadow: none !important;
}
.bx-wrapper img {
    display: block !important;
    margin: 0px auto !important;
}
@media screen and (max-width: 640px) {
  .bx-wrapper .bx-controls-direction a {
    top: 112% !important;
  }
}
@media screen and (min-width: 641px) {
  .bx-wrapper .bx-controls-direction .bx-prev {
    left: -7% !important;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: -7% !important;
  }
}
.l-header__navlist__iteminner {
  color: #000 !important;
  text-decoration: none !important;
}
/*    c-fixnav
 * ------------------------------------------------- */

@media screen and (min-width: 768px) {
    .c-fixnav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .c-fixnav {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 60px;
        background: rgba(0, 0, 0, 0.7);
        border-bottom: 2px solid #f09600;
    }
}

@media screen and (max-width: 767px) {
    .c-fixnav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        font-size: 0.9rem;
        line-height: 1.11;
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .c-fixnav__list li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid rgba(255, 255, 255, 0.24);
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .c-fixnav__list li:first-child {
        border-left: none;
    }
}

@media screen and (max-width: 767px) {
    .c-fixnav__list li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding-top: 13px;
        color: #fff;
    }

    .c-fixnav__list li a span {
      display: none !important;
    }
}

.c-fixnav__list li a.is-type1 {
    background: url(../images/icon_menu01_01.png) no-repeat 50% 7px;
    background-size: 24px;
}

.c-fixnav__list li a.is-type2 {
    background: url(../images/icon_menu01_02.png) no-repeat 50% 7px;
    background-size: 24px;
}

.c-fixnav__list li a.is-type3 {
    background: url(../images/icon_menu01_03.png) no-repeat 50% 7px;
    background-size: 24px;
}

.c-fixnav__list li a.is-type4 {
    background: url(../images/icon_menu01_04.png) no-repeat 50% 7px;
    background-size: 24px;
}

.c-fixnav__list li a.is-type5 {
    background: url(../images/icon_menu01_05.png) no-repeat 50% 7px;
    background-size: 24px;
}

#mti_wfs_colophon {
  visibility: hidden;
}

.fb_iframe_widget
{
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: 110px !important;
    height: 20px;
}
