@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/*ClearStart*/
html {
  font-size: 10px;
  box-sizing: border-box;
}
td, th, input, textarea, li, p, span, a {
  color: #333;
  font-family:
    font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
input, select {
  /* andoid選択線*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  box-sizing: border-box;
}
input::placeholder {
  color: #666;
}
input::-webkit-input-placeholder {
  color: #666;
}
input::-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder {
  color: #666;
}
#Wrapper {
    overflow-x: hidden;
}
#Wrapper, .cv-btn, .cv-btnPC {
  overflow-wrap: break-word;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 400;
  /*-moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  position: relative;
  opacity: 0;*/
}
a, a:link, a:visited, a:active, a:hover, a:hover img {
  color: #333;
  text-decoration: none;
  /*
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  */
}
a:hover {
  text-decoration: none;
}
a:hover, a:hover img, .img_hover:hover {
  /*
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  */
}
img {
  vertical-align: bottom;
}
.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}



div, p {
  /*word-break: break-all;*/
}
h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, img, nav, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}
/*ClearEnd*/
header {
  background: #B71D1D;
}

header div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header h1 {
  line-height: 1;
  font-size: 0;
}
header a {
  color: #FFF !important;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
    
  font-family: 'Roboto', sans-serif;   
}
header a:first-child {
  font-size: 0;
}
header h1 {
  flex-basis: 200px;
  max-width: 200px;
}

@media screen and (min-width: 769px) {
    header div {
        width: 1160px;
        margin: 0 auto;
        padding-top: 16px;
        /*padding-bottom: 16px;*/
    }
    header h1 {
        flex-basis: 160px;
        max-width: 160px;
    }
    header a {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
  header h1 {
    flex-basis: 26vw;
    max-width: 26vw;
  }
  header div {
      padding-top: 8px;
    }

}
header h1 img {
  width: 100%;
}
#Wrapper > section, .cv-btn {
  padding-left: 6.4%;
  padding-right: 6.4%;
}
#Wrapper > section#Case {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fcf7ef;
  position: relative;
}

.bgBlack {
    background: #B71D1D;
}

/*#Wrapper > section {
  padding-top: 32px;
  padding-bottom: 32px;
}*/

/*PC*/
@media screen and (min-width:769px) {
  /*#Wrapper > section,
    #Wrapper > section#Case*/
  #Wrapper > section > .Innner {
    /*max-width: 1280px;*/
    /*max-width: 1366px;*/
    margin: 0 auto;
  }
  .W960 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #FirstCVwrap {
      background: #fffdf0;
  }
  #FirstCV {
      padding-top: 48px;
      padding-bottom: 24px;
  }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }    
}
section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
    
  position: relative;
  padding-top: 40px;
  line-height: 1.6;
}
section h2 span {
  display: block;
  background: url(../images/colofulLine.svg) no-repeat center bottom;
  -moz-background-size: 49px 3px;
  background-size: 49px 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  color: #008837;
  padding-bottom: 10px;  
  margin-bottom: 10px;
}
section h2:before {
    content: "";
    width: 32px;
    height: 24px;
    background: url(../images/tori.png) no-repeat left center;
    background-size: 32px 24px;
    
    position: absolute;
    top: 0;
    left: 50%;
    
    transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
}

#FirstCV {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  background: #fffdf0;
}
#FirstCV div {
  text-align: center;
}

.CV, .CnCV {
  margin: 0 auto;
}
.cv-btn {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 5px;
  padding-bottom: 5px;
}
.cv-btn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cv-btn li {
  flex-basis: 90%;
}
.cv-btn li a {
  line-height: 3;
}
#FirstCV a, .cv-btn li, .CV ｐ, .CnCV, .reShindan {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cv-btn li {
  font-size: 1rem;
}
.reShindan {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF !important;
  background: #000 url(../images/arrow_white.svg) no-repeat right 25px center;
  display: block;
}
.CV p strong, .CnCV strong {
  font-size: 2.0rem;
}
.cv-btn li strong {
  font-size: 1.6rem;
}
#FirstCV a, .cv-btn li a, .CV p a, .CnCV a, .cv-btn.follow a {
  display: block;
  color: #FFF;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.CnCV a {
  line-height: 52px;
}
.cv-btn.follow a {
    line-height: 50px;
}


.cv-btnPC {
    width: 160px;
}

.cv-btnPC aside {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
}
.cv-btnPC a {
  color: #FFF;
  background: #E9631D;
    
  -moz-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
  display: block;
  line-height: 178px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.followPC {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
}

#FirstCV a:before, .cv-btn li a:before, .CV p a:before, .CnCV a:before, #Flow02 a:before, .cv-btn.follow a:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 14px;
  background: url(../images/arrow_white.svg) no-repeat left center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;    
}
#FirstCV .FCV a, .cv-btn a, .CnCV a, .CV p a, #Flow02 a {
  background: #E9631D;
  display: block;
  text-align: center;
  color: #FFF;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);

}
.FCVaside {
    font-size: 14px;
    font-weight: bold;
}

.loanSim a {
  background: #000;
}
/*.cv-btn li:last-child a ,
.CV p:last-child a {
    background: #008837;
}*/
.cv-btn h3, .CV aside, .FCVaside, .cv-btnPC aside {
  position: relative;
  text-align: center;
}
.cv-btn h3:after, .cv-btn h3:before, .CV aside:after, .CV aside:before, .FCVaside:before, .FCVaside:after, .cv-btnPC aside:before, .cv-btnPC aside:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.cv-btn h3:after, .CV aside:after, .FCVaside:after, .cv-btnPC aside:after {
  width: 11px;
  height: 14px;
  background: url(../images/line01.svg) no-repeat left center;
  top: 0;
  bottom: 0;
  right: 24px;
}
.cv-btnPC aside:after {
    right: 8px;
}
.cv-btn h3:before, .CV aside:before, .FCVaside:before, .cv-btnPC aside:before {
  width: 11px;
  height: 14px;
  background: url(../images/line02.svg) no-repeat left center;
  top: 0;
  bottom: 0;
  left: 24px;
}
.cv-btnPC aside:before {
    left: 8px;
}



#Wrapper > section.CV {
    background: #FFFDF0;
}
.CV p {margin-top: 18px !important;}


/*PC*/
@media screen and (min-width:767px) {

    #FirstCV div:nth-of-type(1) {
      -webkit-flex-basis: 360px;
      -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
    }
    #FirstCV div:nth-of-type(2) {
      -webkit-flex-basis: 560px;
      -ms-flex-preferred-size: 560px;
      flex-basis: 560px;
    }
    section h2 {
        margin-bottom: 56px;
        font-size: 40px;
        line-height: 1.5;
    }
    .FCVaside {
        font-size: 16px;
        font-weight: bold;
        margin-top: 12px;
    }
     
}

/*スマホ*/
@media screen and (max-width:768px) {
  #Wrapper {
      margin-bottom: 60px;
    }
   #FirstCV {  
    -ms-flex-direction: column-reverse; 
        flex-direction: column-reverse;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 6.4vw;
      padding-right: 6.4vw;
      
    }
    #FirstCV div {
        width: 100%;
        /*height: 50px;*/
    }
    #FirstCV a, .CV p a, .reShindan  {
        line-height: 72px;
    }
    #FirstCV div:nth-of-type(1) a {
        line-height: 44px;
    }
    #Wrapper > section.CV {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    
  .cv-btn li a:before, .CV p a:before, .CnCV a:before {
    right: 24px;
  }
        
}
/*PC*/
@media screen and (min-width:769px) {
  #Wrapper > section.CV {
      padding-top: 40px;
      padding-bottom: 32px;
  }
    #Wrapper > section.CV a {
      line-height: 96px;
    }
    
    
  .cv-btn h3, .CV h3 {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  /*.CV ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: cener;
    -ms-flex-pack: center;
    justify-content: center;
  }*/
.CV p,
.CV aside {
    /*flex-basis: 80%;*/
    width: 660px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
}
    
.cv-btn h3:after, .CV aside:after, .FCVaside:after {
  width: 11px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 32.4%;
}
.cv-btn h3:before, .CV aside:before, .FCVaside:before {
  width: 11px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 32.4%;
}
#FirstCV a, .CV p a, .reShindan {
  line-height: 72px;
  }    

}
#Feature {
  background-color: #b7dfe7;
  background-image: url("../images/town@2x.png");
  background-position: center bottom;
  background-repeat: repeat-x;
    
  background-size: auto 80px; 
  padding-top: 96px;
  padding-bottom: 144px;
    
  position: relative;
}

    #Feature figure {
        position: absolute;
        right: -70px;
        top: -88px;        
        display: block;
    }
    #Feature figure img {

        width: 332px;
    }

#Feature div#pointWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Feature div#pointWrapper dl {
  display: block;
  width: -webkit-calc(95% / 2);
  width: -moz-calc(95% / 2);
  width: calc(95% / 2);
  text-align: center;
  margin-bottom: 24px;
}

/*#Feature div#pointWrapper dl:first-child dt {
    background: #601C1D;
    width: 50%;
}
#Feature div#pointWrapper dl:first-child dd {
    text-align: left;
}*/

#Feature div#pointWrapper dt {
  text-align: center;
}
#Feature div#pointWrapper dl dt img {
  max-width: 21.333vw;
  /* max-width:100%;*/
}
#Feature div#pointWrapper dd {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 500;
}

/*スマホ*/
@media screen and (max-width: 768px), print {
    #Feature figure {
        right: -64px;
        top: -90px;
    }
    #Feature figure img {
        width: 238px;
    }
    #Feature div#pointWrapper dl:first-child {
        width: 100%;
    }
    .CV aside {
        font-weight: bold;
    }
    
}


/*PC*/
@media screen and (min-width:769px) {
#Feature div#pointWrapper {
  width: 1160px;  
  margin-left: auto;
  margin-right: auto;
}
#Feature {
    background-size: 1232px 109px;
    padding-top: 144px;
    padding-bottom: 220px;
    }
  #Feature div#pointWrapper dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(calc(100%-80px) / 3);
    width: -moz-calc(calc(100%-80px) / 3);
    width: calc(calc(100%-80px) / 3);
      
    margin-bottom: 80px;  
      
  }
  #Feature div#pointWrapper dl dt {
    width: 160px;
    margin-right: 16px;
  }
  #Feature div#pointWrapper dl dt img {
    width: 100%;
  }
  #Feature div#pointWrapper dl dd {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }
  /*マージン16px*/
  /*justify-contentを変更してもよい*/
  /*#Feature div#pointWrapper dl {
    width: -webkit-calc(95% / 3);
    width: -moz-calc(95% / 3);
    width: calc(95% / 3);
    }  */
}


#Case {
  padding-top: 160px;
  padding-bottom: 104px;
}
#Case #slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
#Case #slide ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 1866px;*/
}
#Case #slide ul:first-child {
  animation: loop 50s -25s linear infinite;
}
#Case #slide ul:last-child {
  animation: loop2 50s linear infinite;
}
#Case ul li {
  /*PC版　横幅276*/
}
/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-50vw);
  }
}
/* 無限ループアニメーション 新 */
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*PC/スマホ版　それぞれ横幅*/
#Case ul li img {
  width: 266px;
  margin-right: 40px;
}
#Case dl {
  width: 66.6%;
  padding: 10px;
  background: #FFF;
  bottom: 0;
}
#Case div:nth-child(even) dl {
  right: 0;
}
#Case div:nth-child(odd) dl {
  left: 26px;
}
#Case dt span {
  background: #ffcc7f;
}
#Case dd {
  font-size: 1.3rem;
}
#Case figure {
  left: 66px;
  top: 46px;
  position: absolute;
}
#Case figure img {
  width: 198px;
}
/*
#Case figure figcaption {
  bottom: 6rem;
  position: absolute;
}
#Case figcaption span {
  background: #FFF;
  font-size: 1.2rem;
}*/

/*スマホ*/
@media screen and (max-width: 768px), print {
    #Case {
      padding-top: 108px;
      padding-bottom: 108px;
}
    #Case figure {
        left: -3px;
        top: -26px;        
    }
    #Case figure img {
        width: 145px;
    }
    #Case ul li img {
      margin-right: 26px;
      width: 133px;
    }    
}

#Flow {
  background: #fcf7ef;
}
#Flow dl {
  background: url(../images/arrow.png) no-repeat center bottom;
  -moz-background-size: 150px auto;
  background-size: 150px auto;
  padding-bottom: 30px;
}
#Flow dl:last-child {
  background-image: none;
  padding-bottom: 0;
}
#Flow dt {
  border-bottom: 2px solid #008837;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 5px 8px 5px;
  font-weight: 600;
  /*
    margin: 54px 0 0.5em;
    font-size: 3rem;
    background-color: #dfe8ef;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
}
#Flow dt span {
  color: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  background-color: #008837;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
}
#Flow dt:befroe {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 14px;
  background: url(../images/arrow_white.svg) no-repeat left center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
#Flow dd,
#ProductWrap .ProductContents,
#ProductWrap .ProductContents .oneProduct {
  color: #5D5D5D;
  padding: 2.6%;
}
#Flow ul.tab-group, #Product ul.tab-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
#Flow .tab-group li, #Product .tab-group li {
  flex-basis: 50%;
}
#Flow .tab-group li, #Product .tab-group li {
  /*display: block;*/
  background: #E3F1E8;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  border: 1px solid #008837;
  padding: 5px 0 12px 0;
}
#Flow .tab-group li:last-child, #Product .tab-group li:last-child {
  background: #fddfb5;
  border-color: #ffa630;
}
#Flow .tab-group li span, #Product .tab-group li span {
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  background: #FCF7EF;
  font-size: 1.2rem;
  padding: 2px 4px;
}
.adv-tab-area .js-tab-cont {
  display: none;
}
.adv-tab-area .is-on {
  display: block;
}
#Flow .tab-group li.is-active, #Product .tab-group li.is-pactive {
  background: #008837;
  color: #FFF;
}
#Flow .tab-group li:last-child.is-active, #Product .tab-group li:last-child.is-pactive {
  background: #ffa630;
}
#Flow dd h3#WebKan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
        justify-content: space-around;*/
}
#Flow dd h3#WebKan {
  vertical-align: middle;
  font-weight: 500;
}
#Flow dd h3#WebKan strong {
  /*background: #febc64;*/
  color: #FFF;
  width: 16.8vw;
  height: 16.8vw;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  align-self: center;
  vertical-align: middle;
}
#Flow dd h3#WebKan strong img {
  width: 100%;
}
#Flow dd h3#WebKan em {
  font-style: normal;
  padding-left: 1rem;
  line-height: 1.2;
}
#Flow #Tento ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Flow #Tento .Icon, #Flow #Tento #ATM li {
  flex-basis: 21.333vw;
  max-width: 21.333vw;
}
#Flow #Tento .Icon img, #Flow #Tento #ATM li img {
  width: 100%;
}
@media screen and (min-width:769px) {
  #Flow dd h3#WebKan strong {
    width: 126px;
    height: 126px;
  }
  #Flow #Tento .Icon, #Flow #Tento #ATM li {
    flex-basis: 160px;
    width: 160px;
    max-width: 160px;
  }
  #ProductWrap .ProductContents {
      padding-top: 1.8%;
  }  
}
#Flow #Tento div {
  border-bottom: 1px dotted #0E7035;
  padding: 24px 0;
}
#Flow #Tento div:last-child {
  border: none;
}
#Flow #Tento div:last-child EDF7F1{
  margin-top: 15px;
}
#Flow #Tento h3 {
  margin-bottom: 15px;
}
#Flow #Tento h3 span {
  display: inline-block;
  padding: 2px 5px;
  font-weight: 600;
  font-size: 2rem;
  background: -webkit-linear-gradient(transparent 40%, #e4efe9 40%);
  background: -o-linear-gradient(transparent 40%, #e4efe9 40%);
  background: linear-gradient(transparent 40%, #e4efe9 40%);
}
#Flow #Tento li, #Flow #Tento p {
  color: #5D5D5D;
}
#Flow02 {
    padding-top: 144px;
    padding-bottom: 208px;
    background: #EDF7F1;
    position: relative;
}

#Flow02 #wrapwrapFlow {
  padding: 32px;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 8px;
}

#Flow02 .wrapFlow {
  /* width: 1160px;*/
    -ms-flex-direction:column;
        flex-direction: column;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

}
#Flow02 .oneFlow {
  background: #EAF4F8;
  border-radius: 6px;
  padding: 16px;
  -webkit-flex-basis: calc(calc(100% - calc(40px * 4)) / 5);
  -ms-flex-preferred-size: calc(calc(100% - calc(40px * 4)) / 5);
  flex-basis: calc(calc(100% - calc(40px * 4)) / 5);
  /*本来は260px*/
  position: relative;
}
#Flow02 .oneFlow:not(:last-child)::after {
  content: "";
  display: block;
  width: 11px;
  height: 17px;
  background: url(../images/arrow_yellow.svg) no-repeat left center/cover;
  position: absolute;
  /*top: 50%;
  right: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
#Flow02 .oneFlow dl {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
#Flow02 .oneFlow dt, #Flow02 .oneFlow dd {
  display: inline;
}
#Flow02 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
}
#Flow02 p span {
  background: #008736;
  color: #FFF;
  border-radius: 100px;
  padding: 2px 8px;
  display: inline-block;
}

#Flow02 .oneFlow figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
        
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;    
    justify-content: space-between;
    
    /*縦長対策*/
    -webkit-box-align: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}

#Flow02 .oneFlow figure img {
    width: 24.2%;
}

#Flow02 a {
    border-radius: 6px;
    line-height: 50px;
    position: relative;
    
    margin-top: 16px;
}

#Flow02 .oneFlow:not(:last-child)::after {
      /*content: "→";*/
      content: "";
      display: block;
      width: 11px;
      height: 17px;
      background: url(../images/arrow_yellow.svg) no-repeat left center/cover;
}

#Flow02 #p_jyoro {
    width: 182px;
    bottom: 10px;
    right: 58px;
}
#Flow02 #p_dot {
    width: 168px;
    bottom: -92px;
    right: -24px;
}
#Flow02 #s_jyoro {
    width: 130px;
    bottom: -46px;
    right: -38px;
}

#Flow02 #p_jyoro,
#Flow02 #p_dot,
#Flow02 #s_jyoro {
    position: absolute;

}




/*スマホ*/
@media screen and (max-width: 768px), print {
    #Flow02 {
        padding-top: 72px;
        padding-bottom: 200px;
    }
    #Flow02 h3 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #Flow02 #wrapwrapFlow {
        padding: 10px 12px 12px 12px;
    }    
    #Flow02 .oneFlow {
       margin-bottom: 56px;
    }
    #Flow02 .oneFlow:first-child {
        margin-top: 32px;        
    }
    #Flow02 .oneFlow:not(:last-child)::after {
      content: "";
      display: block;
      width: 11px;
      height: 17px;
      position: absolute;
      bottom: -38px;
      right: 50%;
      /*background: url(../images/arrow_yellow.svg) no-repeat left center/cover;
      position: absolute;*/
      /*bottom: -50px;*/
      /*right: -24px;*/
      /*transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);*/

      transform:rotate(90deg);
    }    
    
}

/*PC*/
@media screen and (min-width:769px) {
    #Flow02 .wrapFlow {
        -ms-flex-direction:row; 
            flex-direction: row; 
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
    #Flow02 .oneFlow:not(:last-child)::after {

      position: absolute;
      top: 50%;
      right: -24px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }    
    
}

#TEL h4 {
  font-weight: 400;
}
#TEL a {
  font-size: 2.8rem;
  color: #0E7035;
  font-weight: 600;
}
#QA {
    padding-top: 72px;
    padding-bottom: 72px;
}
#QA dt span {
  color: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  background-color: #46ACC2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#QA dt {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EAF4F8;
  word-break: break-all;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 2.66667vw;
  padding-right: 50px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  /*-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}
#QA dt:hover {
  cursor: pointer;
}

#QA dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 11px;
  background: url(../images/arrow_blue.svg) no-repeat left center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
#QA dd {
  background: #f0f7fa;
  padding: 12px 10px 10px 3em;
  font-weight: 400;
  font-size: 16px;
}
#QA dd a {
  color: #FFA630;
  text-decoration: underline;
}

/*PC*/
@media screen and (min-width:769px) {
   #QA {
    padding-top: 144px;
    padding-bottom: 144px;
    }
    .question-cont {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
    }    
  #QA dt {
    padding: 24px 5px;
    padding-right: 20px;
    font-size: 20px;
  }
    #QA dt span {
        margin-right: 16px;
    }
    #QA dd {
        font-size: 18px;
        padding: 16px 10px 16px 3em;
    }
  #QA dt:hover {
    background-color: #fff;
    /*-webkit-transform: scale(1.01) translateY(-1px);
    -moz-transform: scale(1.01) translateY(-1px);
    -ms-transform: scale(1.01) translateY(-1px);
    transform: scale(1.01) translateY(-1px);*/
    opacity: 0.7;
    /*font-weight: 500;*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -moz-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -moz-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
  }
}

#Product {
    padding-top: 72px;
    padding-bottom: 72px;
}

#ProductWrap {
    border-radius: 8px;
    border: 1px solid #707070;
}

#ProductWrap h3 {
  background: #EAF4F8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 44px;
  padding: 0 10px;
  border-radius: 6px;
}
#ProductWrap table {
  width: 100%;
  background: #EAF4F8;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#ProductWrap th {
  background: #EAF4F8;
  padding: 0.5rem;
}
#ProductWrap td {
  background: #FFF;
  padding: 0.5rem;
}

/*#ProductWrap div,*/
#ProductWrap div p, #ProductWrap div th, #ProductWrap div td, #ProductWrap div li {
  font-size: 1.5rem;
  /*color: #5D5D5D;*/
}

#ProductWrap div li {
    margin-bottom: 1em;
}

#ProductWrap .ProductContents h2 {
    text-align: left;
    position: relative;
    margin-bottom: 0;
    padding-top: 0!important;
    font-size: 22px;
    font-weight: bold;
}
#ProductWrap .ProductContents h2::before {
    content: none !important;
    background: none !important;
    width: 0;
    height: 0;
}
#ProductWrap .ProductContents .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 11px;
  background: url(../images/arrow_blue.svg) no-repeat left center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}

#ProductWrap .ProductContents .box {
    margin-top: 40px;
}

/*PC*/
@media screen and (min-width: 769px) {
    #Product {
        padding-top: 144px;
        padding-bottom: 144px;
    }   
    #ProductWrap {
        width:1160px;
        margin: 0 auto;
    }
    #ProductWrap .ProductContents h2 {
        font-size: 40px;
    }
    #ProductWrap .ProductContents .title::after {
        right: 24px;
    } 
}

.follow {
  display: none;
  position: fixed;
  z-index: 100;
  /*width: 940px;*/
  bottom: 0;
  left: 0;
  right: 0;
}
footer {
  background: #B71D1D;
  padding: 2rem;
  color: #FFF;
  text-align: center;
  margin-top: 72px;
}
footer p {
  font-size: 1rem;
  color: #FFF;
}
footer h3 img {
  width: 20vw;
}
/*PC*/
@media screen and (min-width: 769px) {
  footer {
    margin-top: 144px;  
  }  
  footer h3 img {
    width: 200px;
  }
}
aside.Planned {
  text-align: center;
  border: 3px solid #EAF4F8;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1.3rem;
  box-sizing: border-box;
}

/*PC*/
@media screen and (min-width: 769px) {
  aside.Planned {
      border-radius: 8px;
      width: 1160px;
      margin: 0 auto;
      font-size: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
}


/*PC*/
@media screen and (min-width: 769px), print {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .textCpc {
    text-align: center !important;
  }
}
/*スマホ*/
@media screen and (max-width: 768px), print {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
 .textLsp {
   text-align: left !important;
 }
    
}
/*マスオーバー処理*/
.simulation-cont input.btn-sindan, .reShindan, #Flow .tab-group li, .cv-btn a, .CnCV a, .CV p a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reShindan:hover, .cv-btn a:hover, .CnCV a:hover, .CV p a:hover {
  opacity: 0.7;
}
#KV img {
  width: 100%;
}

.KV_rate {
    background: #B71D1D;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: justify;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*PC*/
@media screen and (min-width: 769px) {
  /* #Flow .tab-group li:hover {
        background: #008837;
        color: #FFF;
    }
    #Flow .tab-group li.is-active:hover {
        background: #E3F1E8;
        color: #333;
    }*/
  #KV {
    background: url("../images/kumo_set.png") center top no-repeat, url("../images/bg_sora.gif") left bottom repeat-x;
    padding-top: 32px;
    padding-bottom: 10px;
        line-height: 1;
    font-size: 0;
  }
  #KV div {
    max-width: 1160px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
  }
.KV_rate {
    width: 1160px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    }
    
    
    
  .panel {
    margin-left: 60px;
    margin-right: 60px;
  }
  #ProductWrap div td, #ProductWrap div li {
    font-size: 1.5rem;
  }
  .cv-btn h3, .cv-btn ul {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
    
}
/*スマホ*/
@media screen and (max-width: 768px) {    
  .KV_rate {
      width: 100%;
      padding: 10px 6.4vw;
    }
    .KV_rate li {
        width : -webkit-calc( (100% - (6.4vw * 2)) / 3 )  ;
        width : calc( (100% - (6.4vw * 2)) / 3 )  ;
    }
    .KV_rate img {
        width: 100%;
    }    
    
}
/*210810moving*/
.simulationWrap {
  background: #EAF4F8;
}
.simulationWrap select, .simulationWrap input {
  border: 1px solid #707F89;
  background: #FFFFFF;
}
.simulationWrap select:focus, .simulationWrap input:not(.btn-sindan):focus {
  border: 2px solid #E9631D;
  box-sizing: border-box;
}
#simulation .simulation-content form .simulationInner select {
  /*color: #666666;
  background: #fff;
  border: 1px solid #666666;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  border-radius: 0;*/
  /* margin-bottom: 1.5em;*/
  /* overflow: hidden;*/
  background: #FFF url(../images/arrow_down.svg) no-repeat right 20px center;
}
.oneSimulation {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.oneSimulation h2 img {
    width: 100%;
}

.simulationInner > div dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}



/*PC*/
@media screen and (min-width:769px) {
  .simulationInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 100px 50px 100px;
  }
  .simulationInner > div {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .simulationInner > div dl {

    height: 5em;
  }
  .simulationInner > div dl dt {
    -webkit-flex-basis: 5em;
    -ms-flex-preferred-size: 5em;
    flex-basis: 5em;
    line-height: 1.3;
    font-weight: bold;
  }
  .oneSimulation {
    padding-bottom: 60px;
  }
  .SimulationHosoku {
    text-align: center;
  }
  .SimulationHosoku p {
    display: inline-block;
    margin: 0 auto;
  }
}
/*.simulation h2 {
	background: #008837;
	color: #FFF;
	font-weight: 300;
	font-size: 1.4rem;
	text-align: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;

    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.simulation h2 span {
	color: #FFF;	
    line-height: 1.5;
}
.simulation h2 span img {
    width:9vw;
    margin-right: 2vw;
}
.simulation h2 strong {
	font-weight: 700;
	font-size: 2.8rem;
}*/
/*PC*/
/*@media screen and (min-width:769px) {
    .simulation h2 span img {
        width:44px;
        margin-right: 2rem;
    }
    .simulation h2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}*/
/*.simulation {
  background: url(/images/cashing/ld/201812/UT_bg-beige.jpg) no-repeat center/cover;
  position: absolute;
  top: 53.93548%;
  widthth: 100%;
  border-bottom: 1px solid #efefef;
}*/
.simulation-cont .shindanP, .simulation-cont .resetP {
  text-align: center;
}
.simulation-cont input.btn-sindan {
  width: 100%;
  padding: 21px;
  /*background: #000;*/
  background: #000 url(../images/arrow_white.svg) no-repeat right 25px center;
  color: #FFFFFF;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.simulation-cont input.btn-sindan:hover {
  cursor: pointer;
}
.simulation-cont input.btn-sindan:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 14px;
  /*background: url(../images/arrow_white.svg) no-repeat left center;*/
  top: -10px;
  margin: auto;
  right: -24px;
  border-bottom: #E52326;
}
.simulation-cont input.btn-reset {
  text-decoration: underline;
  color: #666666;
  margin-top: 12px;
  border: none !important;
}
p.txt-note {
  color: #707F89;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5em;
  font-weight: normal !important;
}
.simulation-cont p.txt-note {
  text-align: left !important;
  margin: 0;
}

.simulation-cont .message-cont p.txt-note {
  text-align: center !important;
}
@media screen and (min-width:769px) {
  .simulation-cont input.btn-sindan {
      width: 360px;
    }
    p.txt-note {
        font-size: 1.3rem;
    }
  .simulation-cont p.txt-note {
    font-size: 1.4rem;
  }
  .simulation-cont {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .shindan_table {
    width: 100%;
  }
}
#simulation .simulation-content form table.shindan_table tr {
  display: flex;
  align-items: center;
  /*border-bottom: 10px solid #fcf7ef;*/
}
#simulation .simulation-content form table.shindan_table th {
  color: #333333;
  width: 35%;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
#simulation .simulation-content form table.shindan_table td {
  text-align: left;
  width: 63%;
}
#simulation .simulation-content form .simulationInner .input-sm {
  background: #fff;
  /*border: 1px solid #666666;
  border-radius: 0;*/
  /* padding: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.6em;
  width: 54%;*/
  /*margin-bottom: 1.5em;*/
  line-height: normal;
}
#simulation .simulation-content form .simulationInner .input-sm::-webkit-input-placeholder {
  padding-bottom: 0em;
}
#simulation .simulation-content form .simulationInner span {
  display: block;
  /*color: #707F89;
  font-size: 1.1rem;*/
}
#simulation .simulation-result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #FFF;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
}
#simulation .simulation-result .message-cont {
  position: relative;
  /*padding: 0 4%;*/
  background: #fff;
  /*padding-top: 10%;*/
  /*background: url(/images/cashing/ld/201812/UT_bg-beige.jpg) no-repeat center/cover;*/
}
#simulation .simulation-result .message-ttl {
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
}
#simulation .simulation-result .message-box {
  background: #fff;
  padding: 20px 6% 20px;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}
#simulation .simulation-result .message-top {
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.pt1em {
  font-size: 16px;
}
.ft12 {
  color: #666;
  font-size: 1.2rem;
}
.mb2EM {
    margin-bottom: 2em;
}
.textIndent {
  text-indent: -1em;
  padding-left: 1em;
}
#simulation .simulation-result .message-lg {
  font-size: 24px;
  font-size: 6.4vw;
}
#simulation .simulation-result .message-lg1 {
  /*color: #008837;*/
  font-weight: bold;
  text-align: center;
  /*background:-webkit-linear-gradient(transparent 40%, #fcf7ef 40%);
    background:-o-linear-gradient(transparent 40%, #fcf7ef 40%);
    background:linear-gradient(transparent 40%, #fcf7ef 40%); */
}
#simulation .simulation-result .message-lg2 {
  /*color: #cf0d23;*/
  font-weight: bold;
  line-height: 1.5em;
}
#simulation .simulation-result .message-red {
  /*color: #cf0d23;*/
  text-align: center;
  line-height: 1.7;
  margin-top: 2em;
}
#simulation .simulation-result .message-btn {
  width: 100%;
  margin-bottom: 15px;
}
#simulation .simulation-result .btn-result-close {
  text-align: center;
  /*font-size: 16px;
  font-size: 4.26667vw;*/
  color: #fff;
  padding: 1em 0;
  width: 100%;
  cursor: pointer;
}
/*スマホ*/
@media screen and (max-width: 768px) {
  #simulation .simulation-result .message-cont {
    /*padding: 4%;*/
    padding-left: 6.13vw;
    padding-right: 6.13vw;
    padding-top: 48px;
    /*height: 90%;*/
    min-height:  calc(100% - 77px - 44px);
    padding-bottom: 10px;
  }
    /*.reShindan {
        margin-bottom: 24px;
    }*/
    #simulation .simulation-result .message-cont .message-top figure {
            margin-bottom: 16px;
    }
    #simulation .simulation-result .message-cont .message-top figure img {
        width: 60px;
    }
    #simulation .simulation-result .message-box {
        padding: 0;
    }
    #simulation .simulation-result .message-lg {
        margin-bottom: 24px;
    }
    
    

  #simulation .simulation-result-inner {
    height: 100%;
    }
    .oneSimulation:first-child {
      padding-bottom:100px;
    }
    .simulationInner {
      padding: 48px 6.38vw;
    }
    .simulationInner > div dl {
        margin-bottom: 25px;
    }   
  .simulationInner > div dl dt {
    -webkit-flex-basis: 23.2vw;
    -ms-flex-preferred-size: 23.2vw;
    flex-basis: 23.2vw;
    line-height: 1.3;
    font-weight: bold;
  }
  .simulationInner > div dl dd {
    width: 100%;
  }    
  .SimulationHosoku {
      padding: 0 6.38vw;
      margin-top: 24px;
　　}    
  #simulation .simulation-content form .simulationInner input {
    width: 6em;
  }
  #simulation .simulation-result .btn-result-close {
    height: 44px;
    padding: 5px 0;
    background: #000;
    color: #FFF;
    display: block;
    border: none;
  }
  #simulation .simulation-content form .simulationInner input, #simulation .simulation-content form .simulationInner select {
      border-radius: 6px;
      padding: 10px 11px;
  }
  #simulation .simulation-content form .simulationInner select {
      width: 100%;
    }
    .simulation-cont .shindanP {
      margin-right: 6.38vw;
      margin-left: 6.38vw;
    }
    .textLSP {
      text-align: left !important;
    }
}
/*PC*/
@media screen and (min-width:769px) {
  #simulation .simulation-result-inner {
    padding-top: 5em;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  #simulation .simulation-result .message-cont {
    padding: 56px 100px;
    /*margin: 0 auto;*/   
    border-radius: 0 0 6px 6px;
    position: relative;
  }
    #simulation .simulation-result .message-cont.tori::before {
        content: "";
        width: 160px;
        height: 119px;
        background-image: url(../images/tori.png);
        background-size: contain;
        position: absolute;
        top: 62px;
        left: 100px;
    }
    #simulation .simulation-result .CV p a,
    .reShindan {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        font-size: 20px;
    }    
    #simulation .simulation-result .message-top figure {
        display: none;
    }
    /*#simulation .simulation-result .message-top figure {
        width: 200px;
        float: left;
    }*/
    #simulation .simulation-result .tori .message-top,
    #simulation .simulation-result .tori .message-box,
    #simulation .simulation-result .tori .ft12.t-left {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        margin-left: 200px;
    }
    
/*.message-box {
text-align: center;
}*/
    
    
    
    #simulation .simulation-result .btn-result-close {
    background-color: transparent;
    border: none;
    }    
    
  #simulation .simulation-result .message-lg {
    font-size: 3rem;
    text-align: left;
  }
  #simulation .simulation-result .message-lg2 {
    text-align: center;
  }
  #AIFULID20130129008 {
    margin-top: 50px;
  }

  #simulation .simulation-content form .simulationInner input, #simulation .simulation-content form .simulationInner select {
    border-radius: 8px;
    padding: 10px 12px 8px 12px;
  }
  #simulation .simulation-content form .simulationInner select {
    width: 14em;
  }
  #simulation .simulation-content form .simulationInner input {
    width: 6em;
  }
  .simulationWrap {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}




/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
/*.title::before,*/
.title::after{
    position: absolute;
   /*  content:'';
   width: 15px;
    height: 2px;*/
    background-color: #333;
    
}
/*.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}*/
.title::after{    
    top:48%;
    /*left: 15px;
    transform: rotate(90deg);*/

}
/*　closeというクラスがついたら形状変化　*/
/*.title.close::before{
	transform: rotate(45deg);
}*/

.title.close::after{
	transform: rotate(-180deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
}


/*SP Only Accordion;*/
@media screen and (max-width: 768px) {

    /*アコーディオン全体*/
    .accordion-area{
        list-style: none;
       /* width: 96%;
        max-width: 900px;
        margin:0 auto;*/
    }

    /*アコーディオンタイトル*/
    .title2 {
        position: relative;/*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        transition: all .5s ease;
    }

    /*アイコンの＋と×*/
    /*.title2::before,*/
    .title2::after {
        position: absolute;
        content:'';
        background-color: #333;
        display: block;
        width: 18px;
        height: 11px;
        background: url(../images/arrow_green.svg) no-repeat left center;
        margin: auto;
        
    }
    /*.title2::before {
        top:48%;
        left: 15px;
        transform: rotate(0deg);

    }*/
    .title2::after {    
        top:40%;
        right: 0;
        /*transform: rotate(90deg);*/

    }
    /*　closeというクラスがついたら形状変化　*/
    /*.title2.close::before {
        transform: rotate(45deg);
    }*/

    .title2.close::after{
        transform: rotate(180deg);
    }

    /*アコーディオンで現れるエリア*/
    .box2 {
        display: none;/*はじめは非表示*/
    }
 
}