@charset "UTF-8";

:root {
  --eco_color: #009f3a;
  --nomal_color: #0068b4;
  --bike_color: #ff8300;
  --bike_border_color: #cc6900;
  --bike_shadow_color: rgba(204, 105, 0, 1);
}

@media screen and (min-width:600px){
  .sp_contents {display:none;}

  .sp_navi {
    display: none;
  }
  .spbr {
    display: none;
  }

  .loanNavi_pc {
    border: 0px solid #000000;
    margin: 10px auto -8px;
    width: 955px;
  }
  #topicpath_area_pc {
    margin-bottom: 8px;
  }
  #topicpath_area_pc:after {
    content: "";
    display: table;
    clear: both;
  }
  #topicpath_area_pc #topicpath {
    margin: 0;
    padding-top: 0px;
  }
  #topicpath_area_pc #topicpath li {
    display: inline-block;
    float: left;
    font-size: 86%;
    line-height: 136%;
    margin: 0 0 5px 5px;
  }
  #topicpath_area_pc #topicpath li a {
    background: url(../images/topicpath_arrow.gif) no-repeat right center;
    padding: 0 15px 0 0;
    color: #6666AA;
  }
  #topicpath_area_pc #topicpath li a:visited {
    color: #6666AA;
  }
  #topicpath_area_pc #topicpath li a:hover {
    color: #444488;
  }
  #topicpath_area_pc #topicpath li a:active {
    color: #444488;
  }

  .contentsInner {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 90px;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.1) , -8px 0 5px -5px rgba(0,0,0,.1);
  }

  .checkArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 50px 0;
    font-family: "メイリオ", sans-serif;
  }
  .checkArea .checkArea_btn {
    width: 600px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .checkArea .checkArea_btn a {
    display: block;
    text-align: center;
    background: #826fb0;
    border: 3px solid #5b4d7b;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    border-radius: 10px;
    padding: 15px 30px 20px;
  }
  .checkArea .checkArea_btn a:hover {
    text-decoration: none;
  }
  .checkArea .checkArea_btn a .inner01 {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 12px 40px 10px;
    border-radius: 25px;
    background: rgba(0,0,0,.2);
    margin-bottom: 15px;
    position: relative;
  }
  .checkArea .checkArea_btn a .inner01::after {
    content: "";
    display: block;
    width: 70px;
    height: 82px;
    background: url(../images/check_img.png) no-repeat center center;
    position: absolute;
    bottom: 9px;
    right: -19px;
  }
  .checkArea .checkArea_btn a .inner02 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 4px 0 2px 35px; 
    background: url(../images/check_arrow.png) no-repeat left top;
    background-size: auto;
  }

  .reasonArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #cc0022;
    padding: 70px 50px; 
    font-family: "メイリオ", sans-serif;
  }
  .reasonArea .reasonArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_white.png) no-repeat center top;
    padding-top: 65px;
    color: #fff;
  }
  .reasonArea .reasonArea_ttl .sttl {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .reasonArea .reasonArea_ttl h2 {
    font-size: 42px;
    font-weight: bold;
  }
  .reasonArea .reasonArea_list {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    position: relative;
  }
  .reasonArea .reasonArea_list::before {
    content: "";
    display: block;
    width: 105px;
    height: 67px;
    background: url(../images/reason_img01.png) no-repeat center center;
    position: absolute;
    top: -67px;
    right: 121px;
  }
  .reasonArea .reasonArea_list li {
    width: 212px;
    margin-right: 56px;
    text-align: center;
  }
  .reasonArea .reasonArea_list li:nth-child(-n+3) {
    margin-bottom: 52px;
  }
  .reasonArea .reasonArea_list li:nth-child(3n) {
    margin-right: 0;
  }
  .reasonArea .reasonArea_list li .txt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 145%;
  }

  .fixedrateArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0;
    font-family: "メイリオ", sans-serif;
    background: #faf6e8;
  }
  .fixedrateArea .fixedrateArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .fixedrateArea .fixedrateArea_ttl h2 {
    font-size: 42px;
    font-weight: bold;
    color: #cc0022;
  }
  .fixedrateArea .strong01 {
    font-weight: bold;
    color: #cc0022;
  }
  .fixedrateArea .strong02 {
    font-weight: bold;
    color: #0068b4;
  }
  .fixedrateArea .fixedrateArea_list {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .fixedrateArea .fixedrateArea_list li {
    width: 31.2%;
    box-sizing: border-box;
    border: 3px solid #cc0022;
    border-radius: 20px;
    background: #fff;
    padding: 40px 0;
    text-align: center;
  }
  .fixedrateArea .fixedrateArea_list li .txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
  }
  .fixedrateArea .fixedrateArea_list li .strong01 ,
  .fixedrateArea .fixedrateArea_list li .strong02 {
    background:linear-gradient(transparent 60%, #ffea40 60%);
  }
  .fixedrateArea .fixedrateArea_sttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .fixedrateArea .fixedrateArea_sttl::before ,
  .fixedrateArea .fixedrateArea_sttl::after {
    content: "";
    width: 3px;
    height: 38px;
    background-color: #cc0022;
  }
  .fixedrateArea .fixedrateArea_sttl::before {
    margin-right: .8em;
    transform: rotate(-30deg);
  }
  .fixedrateArea .fixedrateArea_sttl::after {
    margin-left: .8em;
    transform: rotate(30deg);
  }
  .fixedrateArea .fixedrateArea_tbl {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
  }
  .fixedrateArea .fixedrateArea_tbl th {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #cc0022;
    padding: 20px 0;
    text-align: center;
  }
  .fixedrateArea .fixedrateArea_tbl th:nth-last-child(n+2) {
    border-right: 2px solid #fff;
  }
  .fixedrateArea .fixedrateArea_tbl td {
    padding: 30px 40px 20px;
    vertical-align: top;
  }
  .fixedrateArea .fixedrateArea_tbl td:nth-last-child(n+2) {
    border-right: 2px solid #cc0022;
  }
  .fixedrateArea .fixedrateArea_tbl td.subth {
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    box-sizing: border-box;
    background: rgba(204,0,34,.1);
    text-align: center;
    vertical-align: middle;
    padding: 0;
  }
  .fixedrateArea .fixedrateArea_tbl td ul {
    display: inline-block;
    text-align: left;
    margin-left: 1.2em;
  }
  .fixedrateArea .fixedrateArea_tbl td ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 165%;
    margin-bottom: 1em;
  }

  .flowArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0;
    font-family: "メイリオ", sans-serif;
  }
  .flowArea .flowArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .flowArea .flowArea_ttl .sttl {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .flowArea .flowArea_ttl h2 {
    font-size: 42px;
    font-weight: bold;
    color: #cc0022;
  }
  .flowArea .flowArea_list {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flowArea .flowArea_list li {
    border: 3px solid #cc0022;
    background: #faf6e8;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 36px 0;
    width: 240px;
    text-align: center;
    position: relative;
  }
  .flowArea .flowArea_list li:nth-child(1) ,
  .flowArea .flowArea_list li:nth-child(2) ,
  .flowArea .flowArea_list li:nth-child(4) {
    margin-right: 65px;
  }
  .flowArea .flowArea_list li:nth-child(1)::after ,
  .flowArea .flowArea_list li:nth-child(2)::after ,
  .flowArea .flowArea_list li:nth-child(4)::after {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: url(../images/flow_arrow01.png) no-repeat center center;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translate(0,-50%);
  }
  .flowArea .flowArea_list li:nth-child(n-3) {
    margin-bottom: 80px;
  }
  .flowArea .flowArea_list li:nth-child(3) {
    margin-bottom: 80px;
  }
  .flowArea .flowArea_list li:nth-child(3)::after {
    content: "";
    display: block;
    width: 469px;
    height: 60px;
    background: url(../images/flow_arrow02.png) no-repeat center right;
    position: absolute;
    right: 120px;
    bottom: -70px;
  }
  .flowArea .flowArea_list li .step {
    display: block;
    width: 130px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    background: #cc0022;
    font-family: Arial, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    padding: 10px 0;
    margin: 17px auto 0;
  }
  .flowArea .flowArea_list li .txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 145%;
    margin-top: 15px;
  }
  .flowArea .flowArea_list li .txt .sub {
    font-size: 16px;
  }
  .flowArea .flowArea_movie {
    text-align: center;
  }
  .flowArea .flowArea_movie h3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flowArea .flowArea_movie h3::before ,
  .flowArea .flowArea_movie h3::after {
    content: "";
    width: 3px;
    height: 38px;
    background-color: #cc0022;
  }
  .flowArea .flowArea_movie h3::before {
    margin-right: .8em;
    transform: rotate(-30deg);
  }
  .flowArea .flowArea_movie h3::after {
    margin-left: .8em;
    transform: rotate(30deg);
  }
  .flowArea .flowArea_movie iframe {
    width: 680px;
    height: 381px;
  }


  .faqArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0;
    font-family: "メイリオ", sans-serif;
  }
  .faqArea .faqArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .faqArea .faqArea_ttl .sttl {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .faqArea .faqArea_ttl h2 {
    font-size: 42px;
    font-weight: bold;
    color: #cc0022;
  }
  .faqArea .faqArea_inner {
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .faqArea .faqArea_inner::before {
    content: "";
    display: block;
    width: 97px;
    height: 75px;
    background: url(../images/faq_img01.png) no-repeat center center;
    position: absolute;
    top: -75px;
    left: 171px;
  }
  .faqArea .faqArea_inner dl {
    width: 847px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #cc0022;
    box-shadow: 3px 3px 0px 0px rgba(152,0,34,1);
    overflow: hidden;
    margin-bottom: 30px;
  }
  .faqArea .faqArea_inner dl dt {
    background: #cc0022;
    position: relative;
    padding: 28px 0 25px 95px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
    cursor: pointer;
  }
  .faqArea .faqArea_inner dl dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/faq_question.png) no-repeat center center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .faqArea .faqArea_inner dl dt::after {
    content: "";
    display: block;
    width: 34px;
    height: 33px;
    background: url(../images/faq_open.png) no-repeat center center;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .faqArea .faqArea_inner dl dt.active-submenu::after {
    background: url(../images/faq_close.png) no-repeat center center;
  }
  .faqArea .faqArea_inner dl dd {
    background: #faf6e8;
    padding: 30px 35px;
    box-sizing: border-box;
  }
  .faqArea .faqArea_inner dl dd.open {
    display: block;
  }
  .faqArea .faqArea_inner dl dd .sttl {
    margin-bottom: 15px;
  }
  .faqArea .faqArea_inner dl dd .sttl:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .faqArea .faqArea_inner dl dd .sttl .step {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 0 4px;
    width: 130px;
    color: #fff;
    background: #cc0022;
    margin-right: 15px;
    border-radius: 12px;
  }
  .faqArea .faqArea_inner dl dd .sttl .ttl {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .faqArea .faqArea_inner dl dd .txt01 {
    font-size: 16px;
    line-height: 160%;
  }
  .faqArea .faqArea_inner dl dd .txt01 strong {
    font-weight: bold;
    color: #cc0022;
  }
  .faqArea .faqArea_inner dl dd .txt02 {
    margin-top: 25px;
    font-size: 16px;
    line-height: 160%;
  }
  .faqArea .faqArea_inner dl dd .txt02 strong {
    font-weight: bold;
  }
  .faqArea .faqArea_inner dl dd .movie_thumb {
    margin-top: 25px;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .faqArea .faqArea_inner dl dd .movie_thumb iframe {
    width: 100%;
    height: 100%;
  }
  .faqArea .faqArea_inner dl dd .txt03 {
    font-size: 16px;
    line-height: 160%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .faqArea .faqArea_inner dl dd .list01 {
    margin-left: 1.5em;
  }
  .faqArea .faqArea_inner dl dd .list01 li {
    font-size: 16px;
    line-height: 160%;
    list-style: disc;
  }
  .faqArea .faqArea_inner dl dd .list02 li {
    font-size: 16px;
    line-height: 160%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .faqArea .faqArea_inner dl dd .list02 li::before {
    content: "※";
  }
  .faqArea .faqArea_inner .faqArea_link {
    padding-top: 20px;
  }
  .faqArea .faqArea_inner .faqArea_link a {
    display: inline-block;
    padding: 4px 25px 2px 31px; 
    background: url(../images/faq_arrow.png) no-repeat left center ,url(../images/faq_window.png) no-repeat right center;
    background-size: auto;
  }
  .faqArea .faqArea_inner .faqArea_link a .txt {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;  
  }
  .faqArea .faqArea_inner .faqArea_link a:hover {
    text-decoration: none;
  }
  .faqArea .faqArea_inner .faqArea_link a:hover .txt {
    border-bottom-color: rgba(0,0,0,0);
  }

  .outlineArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background: #faf6e8;
    padding: 70px 0;
    font-family: "メイリオ", sans-serif;
  }
  .outlineArea .outlineArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .outlineArea .outlineArea_ttl .sttl {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .outlineArea .outlineArea_ttl h2 {
    font-size: 42px;
    font-weight: bold;
    color: #cc0022;
  }
  .outlineArea .outlineArea_inner {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: relative;
  }
  .outlineArea .outlineArea_inner::before {
    content: "";
    display: block;
    width: 107px;
    height: 103px;
    background: url(../images/outline_img01.png) no-repeat center center;
    position: absolute;
    top: -76px;
    right: 171px;
    z-index: 5;
  }
  .outlineArea .outlineArea_inner h3 {
    color: #fff;
    background: #cc0022;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 22px 0 22px 33px;
    position: relative;
  }
  .outlineArea .outlineArea_inner h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #ffea40;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .outlineArea .outlineArea_inner .info {
    padding: 25px 50px 30px; 
  }
  .outlineArea .outlineArea_inner .info .txt {
    font-size: 16px;
    line-height: 187.5%;
  }
  .outlineArea .outlineArea_inner .info .txt strong {
    font-weight: normal;
    color: #cc0022;
  }
  .outlineArea .outlineArea_inner .info .list01 {
    margin-top: 5px;
    margin-left: 2.5em;
  }
  .outlineArea .outlineArea_inner .info .list01 li {
    list-style: decimal;
    font-size: 16px;
    line-height: 187.5%;
  }
  .outlineArea .outlineArea_inner .info .list01 li .caut {
    font-size: 14px;
  }
  .outlineArea .outlineArea_inner .info .list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .outlineArea .outlineArea_inner .info .list02 li {
    text-align: center;
    width: 365px;
    padding: 22px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
  }
  .outlineArea .outlineArea_inner .info .list02 li strong {
    display: inline-block;
    line-height: 1;
    padding: 9px 15px 7px;
    border-radius: 5px;
    margin-right: 15px;
  }
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(1) {
    color: #009f3a;
    background: rgba(0,159,58,.1);
    margin-right: 20px;
  }
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(1) strong {
    color: #e5f5eb;
    background: #009f3a;
  }
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) {
    width: 100%;
    color: var(--bike_color);
    background: rgba(214, 149, 44, 0.1);
    margin-right: 0;
  }
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) strong {
    color: #e5f5eb;
    background: var(--bike_color);
  }
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) span {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: initial;
    line-height: 140%;
    margin-top: 10px;
  }    
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(2) {
    color: #0068b4;
    background: rgba(0,104,180,.1);
  }
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(2) strong {
    color: #e5f0f7;
    background: #0068b4;
  }
  .outlineArea .outlineArea_inner .info .other {
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
  }
  .outlineArea .outlineArea_inner .info .other dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 22px 0;
    color: #fff;
    background: #cc0022;
    position: relative;
    cursor: pointer;
  }
  .outlineArea .outlineArea_inner .info .other dt::after {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    background: url(../images/outline_open.png) no-repeat center center;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .outlineArea .outlineArea_inner .info .other dt.active-submenu::after {
    background: url(../images/outline_close.png) no-repeat center center;
  }
  .outlineArea .outlineArea_inner .info .other dd {
    padding: 30px 50px;
    box-sizing: border-box;
  }
  .outlineArea .outlineArea_inner .info .other dd table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
  }
  .outlineArea .outlineArea_inner .info .other dd table th ,
  .outlineArea .outlineArea_inner .info .other dd table td {
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
  }
  .outlineArea .outlineArea_inner .info .other dd table th {
    background: #f3f3f3;
    width: 180px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td {
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt01 {
    font-size: 16px;
    line-height: 162.5%;
    margin-bottom: .5em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td p:last-of-type {
    margin-bottom: 0;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt02 {
    font-size: 16px;
    font-weight: bold;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt02::before {
    content:"・";
    font-size: 20px;
    font-weight: bold;
    margin-right: 2px;
    color: #000;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt02 + .txt01 {
    font-size: 14px;
    margin-top: .5em;
    margin-left: .5em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 162.5%;
    color: #cc0022;
    margin-bottom: 12px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt04 {
    font-size: 14px;
    line-height: 170%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .txt05 {
    font-size: 14px;
    line-height: 170%;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .list03 {
    margin-left: 1.6em;
    margin-bottom: 1.2em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .list03 li {
    font-size: 16px;
    line-height: 162.5%;
    margin-bottom: .4em;  
    list-style: disc;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .list04 {
    margin-left: 1em;
    margin-bottom: 1.5em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .list04 li {
    font-size: 16px;
    line-height: 155%;
    text-indent: calc( 0px - 1em - 6px );
    padding-left: calc( 1em + 15px );
    margin-bottom: .5em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .list04 li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    margin-right: 10px;
    background: #000;
    margin-top: -3px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .subWrap {
    margin-top: 15px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .subWrap .ttl {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-left: 15px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .subWrap .ttl::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .subWrap .txt01 {
    padding-left: 15px;
    margin-top: .8em;
    margin-bottom: .2em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .subWrap .txt04 {
    font-size: 16px;
    text-indent: 0;
    padding-left: 15px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .subWrap .txt04.indent {
    font-size: 14px;
    text-indent: -1em;
    padding-left: calc( 1em + 15px );
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap {
    background: rgba(204,0,34,.08);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 15px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap .ttl {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #cc0022;
    background: url(../images/outline_caution.png) no-repeat left top;
    padding: 3px 0 3px 30px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap .txt {
    font-size: 14px;
    line-height: 150%;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap .list {
    margin-left: 1.2em;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap .list li {
    list-style: disc;
    font-size: 14px;
    line-height: 185%;
    margin-bottom: .4em;  
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap .txt_last {
    font-size: 16px;
    line-height: 162.5%;
  }
  .outlineArea .outlineArea_inner .info .other dd table td .cautionWrap .txt_last strong {
    color: #333;
    font-weight: bold;
  }

  .requiredArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 70px 0;
    font-family: "メイリオ", sans-serif;
  }
  .requiredArea .requiredArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .requiredArea .requiredArea_ttl .sttl {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_ttl h2 {
    font-size: 42px;
    font-weight: bold;
    color: #cc0022;
  }
  .requiredArea .copy {
    font-size: 16px;
    line-height: 185%;
    text-align: center;
    margin-bottom: 15px;
  }
  .requiredArea .requiredArea_inner {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .requiredArea .requiredArea_inner .requiredArea_box {
    width: 100%;
    background: #faf6e8;
    border: 3px solid #cc0022;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .image {
    width: 25%;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info {
    width: 75%;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info ol {
    margin-left: 1.2em;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info ol li {
    list-style: decimal;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info ol li ,
  .requiredArea .requiredArea_inner .requiredArea_box .info .txt {
    font-size: 16px;
    line-height: 185%;
  }
  .requiredArea .caution {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_inner .personal-loan {
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .requiredArea .requiredArea_inner .personal-loan dt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    padding: 22px 25px 22px 0;
    color: #fff;
    background: #cc0022;
    position: relative;
    cursor: pointer;
  }
  .requiredArea .requiredArea_inner .personal-loan dt::after {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    background: url(../images/outline_open.png) no-repeat center center;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .requiredArea .requiredArea_inner .personal-loan dt.active-submenu::after {
    background: url(../images/outline_close.png) no-repeat center center;
  }
  .requiredArea .requiredArea_inner .personal-loan dd {
    padding: 40px 50px;
    box-sizing: border-box;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .txt {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .contact {
    font-size: 16px;
    color: #cc0022;
    line-height: 185%;
    text-align: center;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .contact a {
    color: #cc0022;
    pointer-events: none;
  }  

  .contactArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #cc0022;
    padding: 70px 50px;
    font-family: "メイリオ", sans-serif;
  }
  .contactArea .contactArea_ttl {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
  }
  .contactArea .contactArea_ttl .sttl {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contactArea .contactArea_ttl .sttl::before ,
  .contactArea .contactArea_ttl .sttl::after {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #fff;
  }
  .contactArea .contactArea_ttl .sttl::before {
    margin-right: .8em;
    transform: rotate(-30deg);
  }
  .contactArea .contactArea_ttl .sttl::after {
    margin-left: .8em;
    transform: rotate(30deg);
  }
  .contactArea .contactArea_ttl h2 {
    font-size: 42px;
    line-height: 1;
  }
  .contactArea .contactArea_inner {
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .contactArea .contactArea_inner::before {
    content: "";
    display: block;
    width: 61px;
    height: 100px;
    background: url(../images/contact_img01.png) no-repeat center center;
    position: absolute;
    top: -68px;
    right: 188px;
    z-index: 5;
  }
  .contactArea .contactArea_inner .sttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contactArea .contactArea_inner .tel {
    margin-bottom: 15px;
  }
  .contactArea .contactArea_inner .tel i {
    margin-right: 12px;
    display: inline-block;
  }
  .contactArea .contactArea_inner .tel a {
    font-size: 42px;
    font-weight: bold;
    color: #cc0022;
    line-height: 1;
    pointer-events: none;
  }
  .contactArea .contactArea_inner .time {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contactArea .contactArea_inner .txt {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    display: inline-block;
    width: 650px;
    text-align: left;
    font-size: 16px;
    line-height: 200%;
  }
  .contactArea .contactArea_inner .txt a {
    color: #cc0022;
    text-decoration: underline;
  }
  .contactArea .contactArea_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
  }
  .contactArea .contactArea_btn li {
    width: 48.23%;
  }
  .contactArea .contactArea_btn li a {
    display: block;
    background: #826fb0;
    text-align: center;
    border: 2px solid #5b4d7b;
    box-sizing: border-box; 
    border-radius: 30px;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    line-height: 1;
    padding: 19px 0; 
  }
  .contactArea .contactArea_btn li a:hover {
    text-decoration: none;
  }
  .contactArea .contactArea_btn li a .inner {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 3px 30px; 
    background: url(../images/contact_arrow.png) no-repeat left top 2px;
    background-size: auto;
  }
  .columnArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0 0;
    font-family: "メイリオ", sans-serif;
  }
  .columnArea .columnArea_ttl {
    font-size: 32px;
    text-align: center;
    line-height: 1;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 40px;
  }
  .columnArea .columnArea_ttl::after {
    content: "";
    width: 90px;
    height: 3px;
    background: #cc0022;
    display: block;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin: auto;
  }
  .columnArea .columnArea_list {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap; 
    margin-bottom: 50px;
  }
  .columnArea .columnArea_list li {
    width: 256px;
    box-sizing: border-box;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
    background: #fff;
    border-radius: 10px;
    margin-right: 35px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  /* .columnArea .columnArea_list li:nth-child(-n+3) {
    margin-bottom: 40px;
  } */
  .columnArea .columnArea_list li:nth-child(3n) {
    margin-right: 0;
  }
  .columnArea .columnArea_list li a:hover {
    text-decoration: none;
  }
  .columnArea .columnArea_list li .img {
    max-width: 100%;
    height: auto;
  }
  .columnArea .columnArea_list li .info {
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .columnArea .columnArea_list li .info .date {
    font-size: 14px;
    font-weight: bold;
    color: #cc0022;
    font-family: Arial, sans-serif;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
  }
  .columnArea .columnArea_list li .info .ttl {
    font-size: 16px;
    line-height: 162.5%;
    color: #333;
  }
  .columnArea .columnArea_btn {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .columnArea .columnArea_btn a {
    display: block;
    background: #cc0022;
    text-align: center;
    border: 2px solid #8e0022;
    box-sizing: border-box; 
    border-radius: 30px;
    box-shadow: 3px 3px 0px 0px rgba(142,0,34,1);
    line-height: 1;
    padding: 19px 0 17px;
  }
  .columnArea .columnArea_btn a:hover {
    text-decoration: none;
  }
  .columnArea .columnArea_btn a .inner {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 3px 35px; 
    background: url(../images/column_arrow.png) no-repeat left top 2px;
    background-size: auto;
  }



  .personal-loanArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #fff;
    padding: 70px 50px;
    font-family: "メイリオ", sans-serif;
  }
  .personal-loanArea .personal-loanArea_ttl {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 20px;
  }
  .personal-loanArea .personal-loanArea_ttl::after {
    content: "";
    display: block;
    width: 490px;
    height: 29px;
    background: url(../images/personal-loan_ttl.png) no-repeat center center;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin: auto;
  }
  .personal-loanArea .txt {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 40px;
  }
  .personal-loanArea .personal-loanArea_box {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 10px;
    background: #faf6e8;
  }
  .personal-loanArea .personal-loanArea_box .ttl {
    background: #cc0022;
    color: #fff;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .personal-loanArea .personal-loanArea_box .info {
    padding: 30px 0 40px;
    text-align: center;
  }
  .personal-loanArea .personal-loanArea_box .info .sttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .personal-loanArea .personal-loanArea_box .info .tel {
    font-size: 16px;
    line-height: 162.5%;
    margin-bottom: 5px;
  }
  .personal-loanArea .personal-loanArea_box .info .time {
    font-size: 16px;
    line-height: 162.5%;
  }

  .otherArea {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #fff0b1;
    padding: 20px;
    font-family: "メイリオ", sans-serif;
  }
  .otherArea .otherArea_inner {
    background: #fff;
    padding: 50px 0;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .otherArea .otherArea_ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
  }
  .otherArea .otherArea_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .otherArea .otherArea_list li:nth-child(1) {
    margin-right: 26px; 
  }
  .otherArea .otherArea_list li {
    width: 380px;
  }
  .otherArea .otherArea_list li a {
    display: block;
    background: #cc0022;
    text-align: center;
    border: 2px solid #8e0022;
    box-sizing: border-box; 
    border-radius: 30px;
    box-shadow: 3px 3px 0px 0px rgba(142,0,34,1);
    line-height: 1;
    padding: 19px 0 17px; 
  }
  .otherArea .otherArea_list li a:hover {
    text-decoration: none;
  }
  .otherArea .otherArea_list li a .inner {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 2px 0 3px 35px; 
    background: url(../images/other_arrow.png) no-repeat left top 2px;
    background-size: auto;
  }

  .fixed_banner {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
  }
}
@media screen and (max-width:599px){
  .pc_navi {
    display: none;
  }
  .pc_contents {
    display: none;
  }
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline-block;
  }

  .loanNavi_pc {
    border: 0px solid #000000;
    margin: 10px auto -8px;
    width: 955px;
  }
  #topicpath_area_pc {
    margin-bottom: 8px;
  }
  #topicpath_area_pc:after {
    content: "";
    display: table;
    clear: both;
  }
  #topicpath_area_pc #topicpath {
    margin: 0;
    padding-top: 0px;
  }
  #topicpath_area_pc #topicpath li {
    display: inline-block;
    float: left;
    font-size: 86%;
    line-height: 136%;
    margin: 0 0 5px 5px;
  }
  #topicpath_area_pc #topicpath li a {
    background: url(../images/topicpath_arrow.gif) no-repeat right center;
    padding: 0 15px 0 0;
    color: #6666AA;
  }
  #topicpath_area_pc #topicpath li a:visited {
    color: #6666AA;
  }
  #topicpath_area_pc #topicpath li a:hover {
    color: #444488;
  }
  #topicpath_area_pc #topicpath li a:active {
    color: #444488;
  }

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

  img {
    height: auto;
  }

  .contentsInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.1) , -8px 0 5px -5px rgba(0,0,0,.1);
  }

  .mainArea img {
    max-width: 100%;
  }

  .checkArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .checkArea .checkArea_btn {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .checkArea .checkArea_btn a {
    display: block;
    text-align: center;
    background: #826fb0;
    border: 3px solid #5b4d7b;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    border-radius: 10px;
    padding: 15px 7%;
  }
  .checkArea .checkArea_btn a:hover {
    text-decoration: none;
  }
  .checkArea .checkArea_btn a .inner01 {
    display: block;
    font-size: 4.6vw;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 12px 0 10px;
    border-radius: 25px;
    background: rgba(0,0,0,.2);
    margin-bottom: 10px;
    position: relative;
  }
  .checkArea .checkArea_btn a .inner01::after {
    content: "";
    display: block;
    width: 70px;
    height: 82px;
    background: url(../images/check_img.png) no-repeat center center;
    position: absolute;
    bottom: 9px;
    right: -19px;
  }
  .checkArea .checkArea_btn a .inner02 {
    display: inline-block;
    text-align: left;
    font-size: 3.8vw;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
    padding: 4px 0 2px 2.5em; 
    background: url(../images/check_arrow.png) no-repeat left center;
    background-size: auto 45%;
  }

  .reasonArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #cc0022;
    padding: 50px 4%; 
    font-family: "メイリオ", sans-serif;
  }
  .reasonArea .reasonArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_white.png) no-repeat center top;
    padding-top: 65px;
    color: #fff;
  }
  .reasonArea .reasonArea_ttl .sttl {
    font-size: 4.8vw;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .reasonArea .reasonArea_ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
  }
  .reasonArea .reasonArea_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px 7.2% 10px;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
  }
  .reasonArea .reasonArea_list::before {
    content: "";
    display: block;
    width: 105px;
    height: 67px;
    background: url(../images/reason_img01.png) no-repeat center center;
    position: absolute;
    top: -67px;
    right: 3%;
  }
  .reasonArea .reasonArea_list li {
    width: 45.76%;
    margin-right: 8.48%;
    margin-bottom: 30px;
    text-align: center;
  }
  .reasonArea .reasonArea_list li:nth-child(2n) {
    margin-right: 0;
  }
  .reasonArea .reasonArea_list li img {
    width: 100%;
    height: auto;
  }
  .reasonArea .reasonArea_list li .txt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 145%;
  }

  .fixedrateArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
    background: #faf6e8;
  }
  .fixedrateArea .fixedrateArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .fixedrateArea .fixedrateArea_ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #cc0022;
  }
  .fixedrateArea .strong01 {
    font-weight: bold;
    color: #cc0022;
  }
  .fixedrateArea .strong02 {
    font-weight: bold;
    color: #0068b4;
  }
  .fixedrateArea .fixedrateArea_list {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .fixedrateArea .fixedrateArea_list li {
    width: 100%;
    box-sizing: border-box;
    border: 3px solid #cc0022;
    border-radius: 20px;
    background: #fff;
    padding: 20px 4%;
    text-align: center;
    margin-bottom: 15px;
  }
  .fixedrateArea .fixedrateArea_list li .txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
  }
  .fixedrateArea .fixedrateArea_list li .strong01 ,
  .fixedrateArea .fixedrateArea_list li .strong02 {
    background:linear-gradient(transparent 60%, #ffea40 60%);
  }
  .fixedrateArea .fixedrateArea_sttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    font-size: 5.5vw;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .fixedrateArea .fixedrateArea_sttl::before ,
  .fixedrateArea .fixedrateArea_sttl::after {
    content: "";
    width: 3px;
    height: 38px;
    background-color: #cc0022;
  }
  .fixedrateArea .fixedrateArea_sttl::before {
    margin-right: .8em;
    transform: rotate(-30deg);
  }
  .fixedrateArea .fixedrateArea_sttl::after {
    margin-left: .8em;
    transform: rotate(30deg);
  }
  .fixedrateArea .fixedrateArea_tbl {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
  }
  .fixedrateArea .fixedrateArea_tbl tr:nth-child(1) ,
  .fixedrateArea .fixedrateArea_tbl tr:nth-child(2) td:nth-child(1) {
    display: none;
  }
  .fixedrateArea .fixedrateArea_tbl tr:nth-child(2) td::before {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #cc0022;
  }
  .fixedrateArea .fixedrateArea_tbl tr:nth-child(2) td:nth-child(2)::before {
    content: "固定金利の特徴";
  }
  .fixedrateArea .fixedrateArea_tbl tr:nth-child(2) td:nth-child(3)::before {
    content: "変動金利の特徴";
  }
  .fixedrateArea .fixedrateArea_tbl td {
    display: block;
    width: 100%;
  }
  .fixedrateArea .fixedrateArea_tbl td ul {
    width: 80%;
    margin: 20px auto 25px;
    display: block;
    text-align: left;
  }
  .fixedrateArea .fixedrateArea_tbl td ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 165%;
    margin-bottom: 1em;
  }

  .flowArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .flowArea .flowArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .flowArea .flowArea_ttl .sttl {
    font-size: 4.8vw;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .flowArea .flowArea_ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #cc0022;
  }
  .flowArea .flowArea_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .flowArea .flowArea_list li {
    border: 3px solid #cc0022;
    background: #faf6e8;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 24px 5.5%;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
  }
  .flowArea .flowArea_list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/flow_arrow03.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: -65px;
  }
  .flowArea .flowArea_list li:last-child::after {
    content: none;
  }
  .flowArea .flowArea_list li img {
    width: 21.3%;
    height: auto;
    margin-right: 6.5%;
  }
  .flowArea .flowArea_list li .info {
    width: 72.2%;
    text-align: left;
  }
  .flowArea .flowArea_list li .step {
    display: block;
    width: 130px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    background: #cc0022;
    font-family: Arial, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    padding: 10px 0;
  }
  .flowArea .flowArea_list li .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 145%;
    margin-top: 15px;
  }
  .flowArea .flowArea_movie {
    text-align: center;
  }
  .flowArea .flowArea_movie h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 5.5vw;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flowArea .flowArea_movie h3::before ,
  .flowArea .flowArea_movie h3::after {
    content: "";
    width: 3px;
    height: 38px;
    background-color: #cc0022;
  }
  .flowArea .flowArea_movie h3::before {
    margin-right: .8em;
    transform: rotate(-30deg);
  }
  .flowArea .flowArea_movie h3::after {
    margin-left: .8em;
    transform: rotate(30deg);
  }
  .flowArea .flowArea_movie .flowArea_movie_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .flowArea .flowArea_movie .flowArea_movie_inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


  .faqArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 40px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .faqArea .faqArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .faqArea .faqArea_ttl .sttl {
    font-size: 4.8vw;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .faqArea .faqArea_ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #cc0022;
  }
  .faqArea .faqArea_inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .faqArea .faqArea_inner::before {
    content: "";
    display: block;
    width: 97px;
    height: 75px;
    background: url(../images/faq_img01.png) no-repeat center center;
    position: absolute;
    top: -75px;
    left: 3%;
  }
  .faqArea .faqArea_inner dl {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #cc0022;
    box-shadow: 3px 3px 0px 0px rgba(152,0,34,1);
    overflow: hidden;
    margin-bottom: 30px;
  }
  .faqArea .faqArea_inner dl dt {
    background: #cc0022;
    position: relative;
    padding: 22px 0;
    padding-right: calc( 5% + 35px );
    padding-left: calc( 5% + 60px );
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 125%;
    cursor: pointer;
  }
  .faqArea .faqArea_inner dl dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/faq_question_sp.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 48%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .faqArea .faqArea_inner dl dt::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/faq_open_sp.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .faqArea .faqArea_inner dl dt.active-submenu::after {
    background: url(../images/faq_close_sp.png) no-repeat center center;
    background-size: contain;
  }
  .faqArea .faqArea_inner dl dd {
    background: #faf6e8;
    padding: 24px 5%;
    box-sizing: border-box;
  }
  .faqArea .faqArea_inner dl dd.open {
    display: block;
  }
  .faqArea .faqArea_inner dl dd .txt {
    font-size: 14px;
    line-height: 200%;
  }
  .faqArea .faqArea_inner dl dd .sttl {
    margin-bottom: 15px;
  }
  .faqArea .faqArea_inner dl dd .sttl:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .faqArea .faqArea_inner dl dd .sttl .step {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 0 4px;
    width: 110px;
    color: #fff;
    background: #cc0022;
    margin-right: 15px;
    border-radius: 12px;
  }
  .faqArea .faqArea_inner dl dd .sttl .ttl {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 125px);
    line-height: 140%;
  }
  .faqArea .faqArea_inner dl dd .txt01 {
    font-size: 14px;
    line-height: 160%;
  }
  .faqArea .faqArea_inner dl dd .txt01 strong {
    font-weight: bold;
    color: #cc0022;
  }
  .faqArea .faqArea_inner dl dd .txt02 {
    margin-top: 25px;
    font-size: 14px;
    line-height: 160%;
  }
  .faqArea .faqArea_inner dl dd .txt02 strong {
    font-weight: bold;
  }
  .faqArea .faqArea_inner dl dd .movie_thumb {
    margin-top: 20px;
  }
  .faqArea .faqArea_inner dl dd .movie_thumb {
    margin-top: 20px;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .faqArea .faqArea_inner dl dd .movie_thumb iframe {
    width: 100%;
    height: 100%;
  }
  .faqArea .faqArea_inner dl dd .movie_thumb img {
    max-width: 100%;
    height: auto;
  }
  .faqArea .faqArea_inner dl dd .txt03 {
    font-size: 14px;
    line-height: 160%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .faqArea .faqArea_inner dl dd .list01 {
    margin-left: 1.5em;
  }
  .faqArea .faqArea_inner dl dd .list01 li {
    font-size: 14px;
    line-height: 160%;
    list-style: disc;
  }
  .faqArea .faqArea_inner dl dd .list02 li {
    font-size: 14px;
    line-height: 160%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .faqArea .faqArea_inner dl dd .list02 li::before {
    content: "※";
  }

  .faqArea .faqArea_inner .faqArea_link {
    padding-top: 10px;
  }
  .faqArea .faqArea_inner .faqArea_link a {
    display: inline-block;
    padding: 4px 1.8em 2px 2em;
    background: url(../images/faq_arrow.png) no-repeat left top ,url(../images/faq_window.png) no-repeat right center;
    background-size: auto 100% ,auto 80%;
    text-decoration: none;
  }
  .faqArea .faqArea_inner .faqArea_link a .txt {
    font-size: 2.8vw;
    color: #000;
    border-bottom: 1px solid #000;  
  }


  .outlineArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #faf6e8;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .outlineArea .outlineArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .outlineArea .outlineArea_ttl .sttl {
    font-size: 4.8vw;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .outlineArea .outlineArea_ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #cc0022;
  }
  .outlineArea .outlineArea_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: relative;
  }
  .outlineArea .outlineArea_inner::before {
    content: "";
    display: block;
    width: 107px;
    height: 103px;
    background: url(../images/outline_img01.png) no-repeat center center;
    position: absolute;
    top: -76px;
    right: 3%;
    z-index: 5;
  }
  .outlineArea .outlineArea_inner h3 {
    color: #fff;
    background: #cc0022;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 22px 0 22px 33px;
    position: relative;
  }
  .outlineArea .outlineArea_inner h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #ffea40;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .outlineArea .outlineArea_inner .info {
    padding: 25px 5.5% 30px; 
  }
  .outlineArea .outlineArea_inner .info .txt {
    font-size: 14px;
    line-height: 187.5%;
  }
  .outlineArea .outlineArea_inner .info .txt strong {
    font-weight: normal;
    color: #cc0022;
  }
  .outlineArea .outlineArea_inner .info .list01 {
    margin-top: 5px;
    margin-left: 2.5em;
  }
  .outlineArea .outlineArea_inner .info .list01 li {
    list-style: decimal;
    font-size: 14px;
    line-height: 187.5%;
  }
  .outlineArea .outlineArea_inner .info .list01 li .caut {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .outlineArea .outlineArea_inner .info .list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .outlineArea .outlineArea_inner .info .list02 li {
    text-align: center;
    width: 100%;
    padding: 22px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
  }
  .outlineArea .outlineArea_inner .info .list02 li strong {
    display: inline-block;
    line-height: 1;
    padding: 9px 15px 7px;
    border-radius: 5px;
    margin-right: 12px;
  }
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(1) {
    color: #009f3a;
    background: rgba(0,159,58,.1);
    margin-bottom: 15px;
  }
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(1) strong {
    color: #e5f5eb;
    background: #009f3a;
  }
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) {
    color: var(--bike_color);
    background: rgba(214, 149, 44, 0.1);
    margin-bottom: 0;
  }
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) strong {
    color: #e5f5eb;
    background: var(--bike_color);
  }    
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) span {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 12px;
    font-weight: initial;
    line-height: 155%;
    padding: 0 1em;
    margin-top: 10px; 
  }
  .outlineArea .outlineArea_inner .info .list02.bike li:nth-child(1) span span{
    text-align: left;
  }      
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(2) {
    color: #0068b4;
    background: rgba(0,104,180,.1);
  }
  .outlineArea .outlineArea_inner .info .list02 li:nth-child(2) strong {
    color: #e5f0f7;
    background: #0068b4;
  }
  .outlineArea .other {
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
  }
  .outlineArea .other dt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 22px 0;
    color: #fff;
    background: #cc0022;
    position: relative;
    cursor: pointer;
    outline: 2px solid #cc0022;
    outline-offset: -1px;    
  }
  .outlineArea .other dt::after {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    background: url(../images/outline_open.png) no-repeat center center;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .outlineArea .other dt.active-submenu::after {
    background: url(../images/outline_close.png) no-repeat center center;
  }
  .outlineArea .other dd {
    padding: 30px 4%;
    box-sizing: border-box;
    background: #fff;
  }
  .outlineArea .other dd table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
  }
  .outlineArea .other dd table th ,
  .outlineArea .other dd table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }
  .outlineArea .other dd table th {
    background: #f3f3f3;
    padding: 20px 3%;
  }
  .outlineArea .other dd table td {
    padding: 30px 0;
  }
  .outlineArea .other dd table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
  }
  .outlineArea .other dd table td .txt01 {
    font-size: 14px;
    line-height: 162.5%;
    margin-bottom: .5em;
  }
  .outlineArea .other dd table td p:last-of-type {
    margin-bottom: 0;
  }
  .outlineArea .other dd table td .txt02 {
    font-size: 14px;
    line-height: 160%;
    font-weight: bold;
    text-indent: -20px;
    padding-left: 20px;
  }
  .outlineArea .other dd table td .txt02::before {
    content:"・";
    font-size: 18px;
    font-weight: bold;
    margin-right: 2px;
    color: #000;
  }
  .outlineArea .other dd table td .txt02 + .txt01 {
    font-size: 12px;
    margin-top: .5em;
    margin-left: .5em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .outlineArea .other dd table td .txt03 {
    font-size: 14px;
    font-weight: bold;
    line-height: 162.5%;
    color: #cc0022;
    margin-bottom: 10px;
  }
  .outlineArea .other dd table td .txt04 {
    font-size: 12px;
    line-height: 170%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .outlineArea .other dd table td .txt05 {
    font-size: 12px;
    line-height: 170%;
  }
  .outlineArea .other dd table td .list03 {
    margin-left: 1.6em;
    margin-bottom: 1.2em;
  }
  .outlineArea .other dd table td .list03 li {
    font-size: 14px;
    line-height: 162.5%;
    margin-bottom: .4em;  
    list-style: disc;
  }
  .outlineArea .other dd table td .list04 {
    margin-left: .5em;
    margin-bottom: 1.5em;
  }
  .outlineArea .other dd table td .list04 li {
    font-size: 14px;
    line-height: 158%;
    text-indent: calc( 0px - 1em - 3px );
    padding-left: calc( 1em + 15px );
    margin-bottom: .3em;
  }
  .outlineArea .other dd table td .list04 li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    margin-right: 7px;
    background: #000;
  }
  .outlineArea .other dd table td .subWrap {
    margin-top: 15px;
  }
  .outlineArea .other dd table td .subWrap .ttl {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-left: 15px;
  }
  .outlineArea .other dd table td .subWrap .ttl::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .outlineArea .other dd table td .subWrap .txt01 {
    padding-left: 15px;
    margin-top: .8em;
    margin-bottom: .2em;
  }
  .outlineArea .other dd table td .subWrap .txt04 {
    font-size: 14px;
    text-indent: 0;
    padding-left: 15px;
  }
  .outlineArea .other dd table td .subWrap .txt04.indent {
    font-size: 12px;
    text-indent: -1em;
    padding-left: calc( 1em + 15px );
  }
  .outlineArea .other dd table td .cautionWrap {
    background: rgba(204,0,34,.08);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 15px;
  }
  .outlineArea .other dd table td .cautionWrap .ttl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #cc0022;
    background: url(../images/outline_caution.png) no-repeat left top;
    padding: 3px 0 3px 30px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .outlineArea .other dd table td .cautionWrap .txt {
    font-size: 12px;
    line-height: 150%;
  }
  .outlineArea .other dd table td .cautionWrap .list {
    margin-left: 1.2em;
  }
  .outlineArea .other dd table td .cautionWrap .list li {
    list-style: disc;
    font-size: 12px;
    line-height: 185%;
    margin-bottom: .4em;  
  }
  .outlineArea .other dd table td .cautionWrap .txt_last {
    font-size: 14px;
    line-height: 162.5%;
  }
  .outlineArea .other dd table td .cautionWrap .txt_last strong {
    color: #333;
    font-weight: bold;
  }

  .requiredArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #fff;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .requiredArea .requiredArea_ttl {
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/ttl_bg_red.png) no-repeat center top;
    padding-top: 65px;
  }
  .requiredArea .requiredArea_ttl .sttl {
    font-size: 4.8vw;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #cc0022;
  }
  .requiredArea .copy {
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .requiredArea .requiredArea_inner .requiredArea_box {
    width: 100%;
    background: #faf6e8;
    border: 3px solid #cc0022;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px 6%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .image {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .image img {
    max-width: 100%;
    height: auto;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info {
    width: 100%;
    order: 1;
    padding-bottom: 30px;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info ol {
    margin-left: 1.8em;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info ol li {
    list-style: decimal;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info ol li ,
  .requiredArea .requiredArea_inner .requiredArea_box .info .txt {
    font-size: 14px;
    line-height: 175%;
  }
  .requiredArea .requiredArea_inner .requiredArea_box .info .txt {
    text-indent: -1.1em;
    padding-left: 1.8em;
  }
  .requiredArea .caution {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_inner .personal-loan {
    border: 2px solid #cc0022;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .requiredArea .requiredArea_inner .personal-loan dt {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    padding: 16px 60px 16px 4%;
    color: #fff;
    background: #cc0022;
    position: relative;
    cursor: pointer;
  }
  .requiredArea .requiredArea_inner .personal-loan dt::after {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    background: url(../images/outline_open.png) no-repeat center center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .requiredArea .requiredArea_inner .personal-loan dt.active-submenu::after {
    background: url(../images/outline_close.png) no-repeat center center;
  }
  .requiredArea .requiredArea_inner .personal-loan dd {
    padding: 30px 4%;
    box-sizing: border-box;
    background: #fff;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .txt {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 20px;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .contact {
    font-size: 14px;
    color: #cc0022;
    line-height: 175%;
    text-align: center;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .contact a {
    font-size: 16px;
    color: #cc0022;
  }
  .requiredArea .requiredArea_inner .personal-loan dd .contact a:hover {
    text-decoration: none;
  }

  .contactArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #cc0022;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .contactArea .contactArea_ttl {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
  }
  .contactArea .contactArea_ttl .sttl {
    font-size: 4.8vw;
    line-height: 1;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contactArea .contactArea_ttl .sttl.sml {
    font-size: 4.0vw;
  }
  .contactArea .contactArea_ttl .sttl::before ,
  .contactArea .contactArea_ttl .sttl::after {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #fff;
  }
  .contactArea .contactArea_ttl .sttl::before {
    margin-right: .8em;
    transform: rotate(-30deg);
  }
  .contactArea .contactArea_ttl .sttl::after {
    margin-left: .8em;
    transform: rotate(30deg);
  }
  .contactArea .contactArea_ttl h2 {
    font-size: 5.6vw;
    line-height: 1;
  }
  .contactArea .contactArea_inner {
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 5%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .contactArea .contactArea_inner::before {
    content: "";
    display: block;
    width: 61px;
    height: 100px;
    background: url(../images/contact_img01.png) no-repeat center center;
    position: absolute;
    top: -68px;
    right: 5%;
    z-index: 5;
  }
  .contactArea .contactArea_inner .sttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contactArea .contactArea_inner .tel {
    margin-bottom: 15px;
  }
  .contactArea .contactArea_inner .tel i {
    margin-right: 12px;
    width: 12.5%;
    display: inline-block;
  }
  .contactArea .contactArea_inner .tel i img {
    max-width: 100%;
    height: auto;
  }
  .contactArea .contactArea_inner .tel a {
    font-size: 7.8vw;
    font-weight: bold;
    color: #cc0022;
    line-height: 1;
    pointer-events: none;
  }
  .contactArea .contactArea_inner .time {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;
  }
  .contactArea .contactArea_inner .txt {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 200%;
  }
  .contactArea .contactArea_inner .txt a {
    color: #cc0022;
    text-decoration: underline;
  }
  .contactArea .contactArea_btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contactArea .contactArea_btn li {
    width: 100%;
    margin-bottom: 15px;
  }
  .contactArea .contactArea_btn li a {
    display: block;
    background: #826fb0;
    text-align: center;
    border: 2px solid #5b4d7b;
    box-sizing: border-box; 
    border-radius: 30px;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    line-height: 1;
    padding: 19px 0; 
  }
  .contactArea .contactArea_btn li a:hover {
    text-decoration: none;
  }
  .contactArea .contactArea_btn li a .inner {
    color: #fff;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1;
    padding: 2px 0 3px 2em; 
    background: url(../images/contact_arrow.png) no-repeat left top 2px;
    background-size: auto 80%;
  }

  .columnArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 50px 4%;
    font-family: "メイリオ", sans-serif;
  }
  .columnArea .columnArea_ttl {
    font-size: 5.8vw;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
  }
  .columnArea .columnArea_ttl::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #cc0022;
    display: block;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin: auto;
  }
  .columnArea .columnArea_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap; 
    margin-bottom: 20px;
  }
  .columnArea .columnArea_list li {
    width: 47.9%;
    box-sizing: border-box;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
    background: #fff;
    border-radius: 10px;
    margin-right: 4.2%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .columnArea .columnArea_list li:nth-child(2n) {
    margin-right: 0;
  }
  .columnArea .columnArea_list li a:hover {
    text-decoration: none;
  }
  .columnArea .columnArea_list li img {
    width: 100%;
    height: auto;
  }
  .columnArea .columnArea_list li .info {
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .columnArea .columnArea_list li .info .date {
    font-size: 12px;
    font-weight: bold;
    color: #cc0022;
    font-family: Arial, sans-serif;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
  }
  .columnArea .columnArea_list li .info .ttl {
    font-size: 14px;
    line-height: 162.5%;
    color: #333;
  }
  .columnArea .columnArea_btn {
    width: 85.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .columnArea .columnArea_btn a {
    display: block;
    background: #cc0022;
    text-align: center;
    border: 2px solid #8e0022;
    box-sizing: border-box; 
    border-radius: 30px;
    box-shadow: 3px 3px 0px 0px rgba(142,0,34,1);
    line-height: 1;
    padding: 19px 0 17px;
  }
  .columnArea .columnArea_btn a:hover {
    text-decoration: none;
  }
  .columnArea .columnArea_btn a .inner {
    color: #fff;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1;
    padding: 2px 0 3px 2em; 
    background: url(../images/column_arrow.png) no-repeat left top 2px;
    background-size: auto 80%;
  }

  .fixed_banner {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0; 
    z-index: 10;
    background: rgb(204,0,34);
    background: linear-gradient(0deg, rgba(204,0,34,1) 0%, rgba(204,0,34,1) 88%, rgba(255,255,255,0) 88%, rgba(142,0,34,1) 88%, rgba(142,0,34,1) 92%, rgba(255,255,255,0) 92%, rgba(255,255,255,0) 100%);

  }
  .fixed_banner a {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .fixed_banner img {
    max-width: 90%;
  }

}