@charset "UTF-8";


.contentsInner ul ,
.contentsInner ul li ,
.contentsInner ol ,
.contentsInner ol li {
  list-style: none;
  margin: 0;
}
.contentsInner dl ,
.contentsInner dl dt ,
.contentsInner dl dd {
  margin: 0;
}

#pagetitle {
  margin: 20px;
}

#mobile .main h2 ,
#mobile .main h3 {
  border: none;
  margin: auto;
  padding: 0;
}
.main table td {
  border: none;
  padding: inherit;
  line-height: inherit;
}
.main p {
  margin: inherit;
  line-height: inherit;
}

/* ============================== */

img {
  height: auto;
}

.contentsInner {
  width: 100%;
  max-width: 700px !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  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%;
}

.ctaArea {
  box-sizing: border-box;
  background: #fff0b1;
  padding: 20px 4%;
  font-family: "メイリオ", sans-serif;
}
.ctaArea .ctaArea_eco ,
.ctaArea .ctaArea_normal {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 20px 6%;
  text-align: center;
}
.ctaArea .ttl {
  text-align: center;
}
.ctaArea .ttl img {
  width: 85.35%;
}


.ctaArea .ctaArea_eco {
  margin-bottom: 20px;
}
.ctaArea .ctaArea_eco .info {
  font-size: 12px;
  line-height: 155%;
  margin-top: 22px;
  margin-bottom: 7px;
}
.ctaArea .ctaArea_normal .info {
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ctaArea .rate {
  font-size: 18px/*5.5vw*/;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px){
  .ctaArea .rate {
    font-size: calc(18px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .ctaArea .rate {
    font-size: 32px;
  }
}
.ctaArea .rate .fixed_rate {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
  width: 15%;
}
.ctaArea .rate .fixed_rate img {
  width: 100%;
}
.ctaArea .rate .mini {
  font-size: 14px/*5vw*/;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 320px){
  .ctaArea .rate .mini {
    font-size: calc(14px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .ctaArea .rate .mini {
    font-size: 28px;
  }
}
.ctaArea .rate strong {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (min-width: 320px){
  .ctaArea .rate strong {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .ctaArea .rate strong {
    font-size: 34px;
  }
}
.ctaArea .rate strong .big {
  font-size: 38px/*10.5vw*/;
  line-height: 1;
  color: #cc0022;
  letter-spacing: -.05em;
  background: linear-gradient(transparent 60%, #ffea40 0%);
  display: inline-block;
  margin-left: 2px;
  padding-right: 8px;
}
@media screen and (min-width: 320px){
  .ctaArea .rate strong .big {
    font-size: calc(38px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .ctaArea .rate strong .big {
    font-size: 52px;
  }
}
.ctaArea .btn a {
  display: block;
  text-align: center;
  box-sizing: border-box; 
  border-radius: 40px;
  line-height: 1;
  padding: 22px 0 20px;
  margin: 0 auto;
  position: relative;
}
.ctaArea .btn a:hover {
  text-decoration: none;
}
.ctaArea .ctaArea_eco .btn a {
  background: #009f3a;
  border: 3px solid #005e23;
  box-shadow: 3px 3px 0px 0px rgba(0,94,35,1);
}
.ctaArea .ctaArea_normal .btn a {
  background: #0068b4;
  border: 3px solid #004577;
  box-shadow: 3px 3px 0px 0px rgba(0,69,119,1);
}
.ctaArea .ctaArea_eco .btn a::after {
  content: "";
  display: block;
  width: 56px;
  height: 74px;
  background: url(../images/cta_eco_img.png) no-repeat center center;
  position: absolute;
  right: 20px;
  bottom: 3px;
}
.ctaArea .ctaArea_normal .btn a::after {
  content: "";
  display: block;
  width: 46px;
  height: 74px;
  background: url(../images/cta_normal_img.png) no-repeat center center;
  position: absolute;
  right: 20px;
  bottom: 3px;
}
.ctaArea .btn a .inner {
  color: #fff;
  font-size: 14px/*4.5vw*/;
  font-weight: bold;
  line-height: 1;
  padding: 2px 1em 3px 2em; 
}
@media screen and (min-width: 320px){
  .ctaArea .btn a .inner {
    font-size: calc(14px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .ctaArea .btn a .inner {
    font-size: 28px;
  }
}
.ctaArea .ctaArea_eco a .inner {
  background: url(../images/cta_arrow01.png) no-repeat left top 2px;
  background-size: auto 80%;
}
.ctaArea .ctaArea_normal a .inner {
  background: url(../images/cta_arrow02.png) no-repeat left top 2px;
  background-size: auto 80%;
}

.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: 15px/*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;
}
@media screen and (min-width: 320px){
  .checkArea .checkArea_btn a .inner01 {
    font-size: calc(15px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .checkArea .checkArea_btn a .inner01 {
    font-size: 29px;
  }
}
.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: 10px/*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%;
}
@media screen and (min-width: 320px){
  .checkArea .checkArea_btn a .inner02 {
    font-size: calc(10px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .checkArea .checkArea_btn a .inner02 {
    font-size: 24px;
  }
}

.reasonArea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #cc0022;
  padding: 50px 4%; 
  font-family: "メイリオ", sans-serif;
}
#mobile .main .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;
}
#mobile .main .reasonArea .reasonArea_ttl .sttl {
  font-size: 16px/*4.8vw*/;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px){
  #mobile .main .reasonArea .reasonArea_ttl .sttl {
    font-size: calc(16px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .reasonArea .reasonArea_ttl .sttl {
    font-size: 30px;
  }
}
#mobile .main .reasonArea .reasonArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
}
@media screen and (min-width: 320px){
  #mobile .main .reasonArea .reasonArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .reasonArea .reasonArea_ttl h2 {
    font-size: 34px;
  }
}
.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-image: url(../images/reason_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: -67px;
  right: 3%;
}
@media screen and (max-width:480px){
  .reasonArea .reasonArea_list::before {
    width: 73px;
    background-position: center bottom;
  }
}
.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;
}
#mobile .main .fixedrateArea .fixedrateArea_ttl {
  text-align: center;
  margin-bottom: 40px;
  background: url(../images/ttl_bg_red.png) no-repeat center top;
  padding-top: 65px;
}
#mobile .main .fixedrateArea .fixedrateArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
  color: #cc0022;
}
@media screen and (min-width: 320px){
  #mobile .main .fixedrateArea .fixedrateArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .fixedrateArea .fixedrateArea_ttl h2 {
    font-size: 34px;
  }
}
.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;
  margin: 0;
}
.fixedrateArea .fixedrateArea_list li .strong01 ,
.fixedrateArea .fixedrateArea_list li .strong02 {
  background:linear-gradient(transparent 60%, #ffea40 60%);
}
#mobile .main .fixedrateArea .fixedrateArea_sttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-size: 18px/*5.5vw*/;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 320px){
  #mobile .main .fixedrateArea .fixedrateArea_sttl {
    font-size: calc(18px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .fixedrateArea .fixedrateArea_sttl {
    font-size: 32px;
  }
}
#mobile .main .fixedrateArea .fixedrateArea_sttl::before ,
#mobile .main .fixedrateArea .fixedrateArea_sttl::after {
  content: "";
  width: 3px;
  height: 38px;
  background-color: #cc0022;
}
#mobile .main .fixedrateArea .fixedrateArea_sttl::before {
  margin-right: .8em;
  transform: rotate(-30deg);
}
#mobile .main .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;
}
#mobile .main .flowArea .flowArea_ttl {
  text-align: center;
  margin-bottom: 40px;
  background: url(../images/ttl_bg_red.png) no-repeat center top;
  padding-top: 65px;
}
#mobile .main .flowArea .flowArea_ttl .sttl {
  font-size: 16px/*4.8vw*/;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px){
  #mobile .main .flowArea .flowArea_ttl .sttl {
    font-size: calc(16px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .flowArea .flowArea_ttl .sttl {
    font-size: 30px;
  }
}
#mobile .main .flowArea .flowArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
  color: #cc0022;
}
@media screen and (min-width: 320px){
  #mobile .main .flowArea .flowArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .flowArea .flowArea_ttl h2 {
    font-size: 34px;
  }
}
.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;
}
#mobile .main .flowArea .flowArea_movie h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 18px/*5.5vw*/;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px){
  #mobile .main .flowArea .flowArea_movie h3 {
    font-size: calc(18px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .flowArea .flowArea_movie h3 {
    font-size: 32px;
  }
}
#mobile .main .flowArea .flowArea_movie h3::before ,
#mobile .main .flowArea .flowArea_movie h3::after {
  content: "";
  width: 3px;
  height: 38px;
  background-color: #cc0022;
}
#mobile .main .flowArea .flowArea_movie h3::before {
  margin-right: .8em;
  transform: rotate(-30deg);
}
#mobile .main .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;
}
#mobile .main .faqArea .faqArea_ttl {
  text-align: center;
  margin-bottom: 40px;
  background: url(../images/ttl_bg_red.png) no-repeat center top;
  padding-top: 65px;
}
#mobile .main .faqArea .faqArea_ttl .sttl {
  font-size: 16px/*4.8vw*/;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px){
  #mobile .main .faqArea .faqArea_ttl .sttl {
    font-size: calc(16px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .faqArea .faqArea_ttl .sttl {
    font-size: 30px;
  }
}
#mobile .main .faqArea .faqArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
  color: #cc0022;
}
@media screen and (min-width: 320px){
  #mobile .main .faqArea .faqArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .faqArea .faqArea_ttl h2 {
    font-size: 34px;
  }
}
.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-image: url(../images/faq_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: -75px;
  left: 3%;
}
@media screen and (max-width:480px){
  .faqArea .faqArea_inner::before {
    width: 65px;
    background-position: center bottom;
  }
}
.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 a {
  text-decoration: none;
}
.faqArea .faqArea_inner dl dd .txt02 a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/faq_window.png) no-repeat right bottom;
  background-size: auto 16px;
}
.faqArea .faqArea_inner dl dd .txt02 a .txt {
  font-size: 2.8vw;
  color: #000;
  border-bottom: 1px solid #000;
  word-break: break-all;
}
*/
.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;
}
#mobile .main .outlineArea .outlineArea_ttl {
  text-align: center;
  margin-bottom: 40px;
  background: url(../images/ttl_bg_red.png) no-repeat center top;
  padding-top: 65px;
}
#mobile .main .outlineArea .outlineArea_ttl .sttl {
  font-size: 16px/*4.8vw*/;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px){
  #mobile .main .outlineArea .outlineArea_ttl .sttl {
    font-size: calc(16px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .outlineArea .outlineArea_ttl .sttl {
    font-size: 30px;
  }
}
#mobile .main .outlineArea .outlineArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
  color: #cc0022;
}
@media screen and (min-width: 320px){
  #mobile .main .outlineArea .outlineArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .outlineArea .outlineArea_ttl h2 {
    font-size: 34px;
  }
}
.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-image: url(../images/outline_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: -76px;
  right: 3%;
  z-index: 5;
}
@media screen and (max-width:480px){
  .outlineArea .outlineArea_inner::before {
    width: 75px;
    background-position: center bottom;
  }
}
#mobile .main .outlineArea .outlineArea_inner h3 {
  color: #fff;
  background: #cc0022;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 22px 0 22px 33px;
  position: relative;
}
#mobile .main .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 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;
}
.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;
}
.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%;
  color: #333;
  border-top: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.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;
  min-height: auto;
  color: #cc0022;
  background: url(../images/outline_caution.png) no-repeat left top;
  padding: 3px 0 3px 30px;
  line-height: 1;
  margin: 0 0 12px;
}
.outlineArea .other dd table td .cautionWrap .txt {
  font-size: 12px;
  line-height: 150%;
}
.outlineArea .other dd table td .cautionWrap .list {
  margin: 0 0 0 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;
}
#mobile .main .requiredArea .requiredArea_ttl {
  text-align: center;
  margin-bottom: 40px;
  background: url(../images/ttl_bg_red.png) no-repeat center top;
  padding-top: 65px;
}
#mobile .main .requiredArea .requiredArea_ttl .sttl {
  font-size: 16px/*4.8vw*/;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px){
  #mobile .main .requiredArea .requiredArea_ttl .sttl {
    font-size: calc(16px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .requiredArea .requiredArea_ttl .sttl {
    font-size: 30px;
  }
}
#mobile .main .requiredArea .requiredArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  font-weight: bold;
  color: #cc0022;
}
@media screen and (min-width: 320px){
  #mobile .main .requiredArea .requiredArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .requiredArea .requiredArea_ttl h2 {
    font-size: 34px;
  }
}
.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;
  border: none !important;
}
#mobile .main .contactArea .contactArea_ttl {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
#mobile .main .contactArea .contactArea_ttl .sttl {
  font-size: 16px/*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;
}
@media screen and (min-width: 320px){
  #mobile .main .contactArea .contactArea_ttl .sttl {
    font-size: calc(16px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .contactArea .contactArea_ttl .sttl {
    font-size: 30px;
  }
}
#mobile .main .contactArea .contactArea_ttl .sttl.sml {
  font-size: 12px/*4.0vw*/;
}
@media screen and (min-width: 320px){
  #mobile .main .contactArea .contactArea_ttl .sttl.sml {
    font-size: calc(12px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .contactArea .contactArea_ttl .sttl.sml {
    font-size: 26px;
  }
}
#mobile .main .contactArea .contactArea_ttl .sttl::before ,
#mobile .main .contactArea .contactArea_ttl .sttl::after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
}
#mobile .main .contactArea .contactArea_ttl .sttl::before {
  margin-right: .8em;
  transform: rotate(-30deg);
}
#mobile .main .contactArea .contactArea_ttl .sttl::after {
  margin-left: .8em;
  transform: rotate(30deg);
}
#mobile .main .contactArea .contactArea_ttl h2 {
  font-size: 20px/*5.6vw*/;
  line-height: 1;
}
@media screen and (min-width: 320px){
  #mobile .main .contactArea .contactArea_ttl h2 {
    font-size: calc(20px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .contactArea .contactArea_ttl h2 {
    font-size: 34px;
  }
}
.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-image: url(../images/contact_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: -68px;
  right: 5%;
  z-index: 5;
}
@media screen and (max-width:480px){
  .contactArea .contactArea_inner::before {
    width: 45px;
    background-position: center bottom;
  }
}
.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: 32px/*7.8vw*/;
  font-weight: bold;
  color: #cc0022;
  line-height: 1;
  pointer-events: none;
}
@media screen and (min-width: 320px){
  .contactArea .contactArea_inner .tel a {
    font-size: calc(32px + ((1vw - 3px)*(20/3.8)));
  }
}
@media screen and (min-width: 700px){
  .contactArea .contactArea_inner .tel a {
    font-size: 52px;
  }
}
.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: 10px/*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%;
}
@media screen and (min-width: 320px){
  .contactArea .contactArea_btn li a .inner {
    font-size: calc(10px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .contactArea .contactArea_btn li a .inner {
    font-size: 24px;
  }
}

.columnArea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 50px 4%;
  font-family: "メイリオ", sans-serif;
}
#mobile .main .columnArea .columnArea_ttl {
  font-size: 22px/*5.8vw*/;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px){
  #mobile .main .columnArea .columnArea_ttl {
    font-size: calc(22px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  #mobile .main .columnArea .columnArea_ttl {
    font-size: 36px;
  }
}
#mobile .main .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: 12px/*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%;
}
@media screen and (min-width: 320px){
  .columnArea .columnArea_btn a .inner {
    font-size: calc(12px + ((1vw - 3px)*(14/3.8)));
  }
}
@media screen and (min-width: 700px){
  .columnArea .columnArea_btn a .inner {
    font-size: 26px;
  }
}

.fixed_banner {
  position: fixed;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0; 
  z-index: 3;
  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 {
  width: 90%;
  max-width: 420px !important;
}
