@charset "UTF-8";
/* CSS Document */
/* common
---------------------------------------------------------------------*/
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}
a:link {
  color: #03c;
  text-decoration: underline;
}
a:visited {
  color: #636;
  text-decoration: underline;
}
a:hover {
  color: #f30;
  text-decoration: none;
}
article {
  margin: 0;
}
/*画像切替用スタイル*/
.js-image-switch {}
p {
  margin-bottom: 0;
}
.imgPC {
  display: block;
}
.imgSP {
  display: none;
}
@media screen and (max-width: 450px) {
  .imgSP {
    display: block;
  }
  .imgPC {
    display: none;
  }
}
/* 共通
---------------------------------------------------------------------*/
.txt-id {
  padding-left: 1em;
  text-indent: -1em;
}
.txt-id2 {
  padding-left: 1em;
  position: relative;
}
.txt-id2::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.txt-gray {
  color: #787878;
}
.txt-orange {
  color: #ff6600;
}
.all-pc {
  display: block;
}
.all-sp {
  display: none;
}
.table-border, .table-border tbody, .table-border tr, .table-border th, .table-border td {
  border: solid 1px;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  img {
    width: 100%;
  }
  .all-pc {
    display: none;
  }
  .all-sp {
    display: block;
  }
  .table-border, .table-border tbody, .table-border tr, .table-border th, .table-border td {
    border: solid 2px;
  }
}
/* header
---------------------------------------------------------------------*/
#header {
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  position: static;
}
#header-area {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#logo-main {
  padding: 15px 4px;
}
#logo-sub {
  padding-top: 29px;
  color: #0068b3;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #logo-sub {
    font-size: 2vw;
  }
}
@media screen and (max-width: 780px) {
  #logo-main {
    width: 42%;
    padding: 2.5vw;
  }
  #logo-sub {
    width: 50%;
    padding: 2vw 2.5vw 0 0;
    font-size: 2.7vw;
    line-height: 1.4;
    text-align: right;
  }
}
/* mv
---------------------------------------------------------------------*/
#mvtop {
  background-color: #0068b3;
  color: #fff;
}
#mvtop-area {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
#mvtop-text {
  padding: 4px 0;
  font-size: 19.3px;
  font-weight: bold;
  text-align: center;
}
#mvsb {
  position: absolute;
  top: 9px;
  left: 97px;
}
#mv-img {
  margin: 0 auto;
  /*background: linear-gradient(90deg, #fff 0%, #fff 50%, #a5e3f8 50%, #a5e3f8 100%);*/
  text-align: center !important;
  line-height: 0;
}
#mv-point {
  background-color: #0168B7;
  text-align: center;
  padding: 10px;
  margin-bottom: 2em;
}
#mainbtn {
  max-width: 1080px;
  margin: 65px auto 60px;
  padding: 0;
  border: dotted 3px #0068b3;
  text-align: center;
}
#mainbtn-h2 {
  margin-top: -27px;
}
#mainbtn-h2 img {
  background-color: #fff;
}
#mainbtn-h3 {
  margin: 1rem 0 4px;
  color: #0068b3;
  display: inline-block;
  font-size: 26.5px;
}
.mainbtn-h3line {
  border-bottom: solid 2px #0068b3;
}
.mainbtn-h3line:nth-of-type(1) {
  padding-left: 3px;
}
.mainbtn-h3line:nth-of-type(2) {
  padding-right: 3px;
}
#mainbtn-area {
  max-width: 1032px;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
}
#mainbtn-area p:nth-child(2) {
  margin-left: auto;
}
#mainbtn-area p:nth-child(3) {
  margin:2% auto 0;
}
.kyokudogaku{
    text-align: center;
    margin-bottom: 4%;
}
.kyokudogaku p{
    margin-top:1%;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #mvtop-text {
    font-size: 2vw;
  }
  #mvsb {
    width: 34vw;
    left: 2vw;
  }
  #mainbtn {
    margin: 7vw 2% 6vw;
  }
  #mainbtn-h2 img {
    width: 39%;
  }
  #mainbtn-h3 {
    font-size: 2.5vw;
  }
  #anchor-btn2 {
    max-width: 90%;
    margin: 1.5vw auto;
  }
  #mainbtn-area img {
    width: 41vw;
  }
}
@media screen and (max-width: 780px) {
  #mv-point {
    padding: 4px;
    margin-bottom: 10px;
  }
  #mvtop-text {
    padding: 1.3vw 0;
    font-size: 3vw;
    text-align: center;
    line-height: 1.6;
  }
  #mainbtn {
    max-width: 100%;
    margin: 8vw auto 10vw;
    border-left: none;
    border-right: none;
    border-width: 0.5vw;
  }
  #mainbtn-h2 {
    margin-top: -5.7vw;
  }
  #mainbtn-h2 img {
    width: 66%;
  }
  #mainbtn-h3 {
    margin: 3vw 0 0;
    padding: 0;
    display: block;
    font-size: 4.7vw;
    line-height: 1.8;
  }
  .mainbtn-h3line:nth-of-type(1) {
    padding-left: 0;
  }
  .mainbtn-h3line:nth-of-type(2) {
    padding-right: 0;
  }
  #mainbtn-area {
    max-width: 92%;
    margin: 2vw auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #mainbtn-area p:nth-child(2) {
    margin-top: 2vw;
    margin-left: 0;
  }
  #mainbtn-area p:nth-child(3) {
    margin-top:3.4vw;
  }    
  .kyokudogaku{
      width: 85%;
      margin: 3% auto 0;
  }
  .kyokudogaku p{
      margin-top:1%;
  }    
}
/* #shindan
---------------------------------------------------------------------*/
#shindan {
  padding: 60px 0;
  background-color: #e9f6fc;
}
#shindan-area {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
#shindan-h2 {
  margin-bottom: 20px;
  text-align: center;
}
#shindan-h3 {
  color: #0068b3;
  font-size: 23px;
  text-align: center;
}
#shindan input[type="text"] {
  padding: 5px;
  border: solid 2px #d2d2d2;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(210, 210, 210, 0.9) inset;
  font-size: 125%;
}
#shindan input {
  width: 46.5%;
  margin-left: 7px;
  padding: 5px;
  border: solid 2px #d2d2d2;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
#shindan select {
  width: 50%;
  margin-left: 7px;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #d2d2d2;
  border-radius: 5px;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  outline: none;
}
#shindan button[type="submit"] {
  margin: 1em auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
#shindan button[type="reset"] {
  margin-top: 12px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
#shindan button[type="submit"]:hover, #shindan button[type="reset"]:hover {
  opacity: 0.8;
}
#shindan .result-btn {
  margin-top: 20px;
  background-color: #0068b3;
}
#shindan .txtIndent-1 {
  max-width: 870px;
  margin: 0 auto;
  padding-left: 1em;
  color: #787878;
  font-size: 13px;
}
#shindan .txtIndent-1 li {
  padding-left: 1em;
  position: relative;
  text-indent: 0;
}
#shindan .txtIndent-1 li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#shindan .result-flex1 {
  width: 80%;
  margin: 0 auto;
}
#shindan .result-flex2 {
  width: 96%;
  margin: 0 auto;
}
#shindan .result-flex1, #shindan .result-flex2 {
  padding-top: 45px;
  align-items: center;
  display: flex;
  justify-content: space-around;
}
#shindan .result div.success, #shindan .result div.error {
  max-width: 780px;
  margin: 25px auto;
  background-color: #ffffff;
  font-size: 200%;
  text-align: center;
}
#shindan .result div.success .result-flex1:before {
  content: url(../img2021/shincan_success_pc.png);
  display: block;
}
#shindan .result div.error .result-flex1:before {
  content: url(../img2021/shincan_error_pc.png);
  display: block;
}
#shindan .result-txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
#shindan .shindan-contact {
  width: 90%;
  margin: 20px auto 0;
}
#shindan-form {
  max-width: 706px;
  margin: 0 auto;
  box-sizing: border-box;
}
.shindan-table {
  width: 100%;
  margin: 1.2em 0;
}
.shindan-table th {
  width: 29%;
  border-bottom: solid 3px #e9f6fc;
  border-right: solid 3px #e9f6fc;
  background: #0068b3;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.7;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
.shindan-table td {
  width: 71%;
  padding: 1.1em;
  border-bottom: solid 3px #e9f6fc;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
}
.form-small {
  font-size: 15px;
}
.shindan-table tr:nth-of-type(3) td p:nth-of-type(2) {
  margin-top: 5px;
}
.shindan-table tr:nth-of-type(3) td p:nth-of-type(3) {
  margin-top: 10px;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #shindan-h2 {
    width: 50%;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 780px) {
  #shindan {
    padding: 7.8vw 0;
  }
  #shindan-area {
    max-width: 100%;
  }
  #shindan-h2 {
    width: 81%;
    margin: 0 auto 3.5vw;
  }
  #shindan-h3 {
    font-size: 4.4vw;
    line-height: 1.5;
  }
  #shindan-form {
    max-width: 95%;
  }
  .shindan-table {
    margin: 2.8vw 0;
  }
  .shindan-table th {
    padding: 1.6vw 3.5vw 1.1vw;
    border: none;
    font-size: 5vw;
    text-align: left;
  }
  .shindan-table td {
    padding: 3.6vw 3.5vw 3.5vw;
    font-size: 3.7vw;
  }
  .shindan-table th, .shindan-table td {
    width: 100%;
    display: block;
  }
  .form-small {
    font-size: 3.7vw;
  }
  .shindan-table tr:nth-of-type(3) td .txt-orange.form-small {
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .shindan-table tr:nth-of-type(3) td p:nth-of-type(2) {
    margin-top: 2vw;
  }
  .shindan-table tr:nth-of-type(3) td p:nth-of-type(3) {
    margin-top: 2.5vw;
  }
  #shindan input {
    width: 36%;
    margin: 0 0.8vw 0 0;
    padding: 1.1vw 2vw 1.4vw;
    border-color: #8f8f8f;
    font-size: 4vw;
    letter-spacing: 0.4vw;
  }
  #shindan select {
    width: 54%;
    margin: 0 0.8vw 0 0;
    padding: 1.1vw 2vw 1.4vw;
    border-color: #8f8f8f;
    font-size: 4vw;
    letter-spacing: 0.4vw;
  }
  #shindan .result p.success, #shindan .result p.error {
    font-size: 150%;
    padding: 0 20px;
  }
  #shindan .result p.error br {
    display: none;
  }
  #shindan button[type="submit"] {
    margin: 3.6vw;
  }
  #shindan .result div.success .result-flex1:before {
    content: url(../img2021/shincan_success_sp.png);
  }
  #shindan .result div.error .result-flex1:before {
    content: url(../img2021/shincan_error_sp.png);
  }
  #shindan .result-flex1 {
    width: 90%;
    padding-top: 7vw;
  }
  #shindan .result-flex2 p:nth-of-type(2) {
    padding-top: 3.5vw;
  }
  #shindan .result-flex1, #shindan .result-flex2 {
    display: inherit;
  }
  #shindan .result-txt {
    margin-top: 5vw;
    font-size: 5vw;
  }
  #shindan .shindan-contact {
    margin-top: 3vw;
  }
  #shindan .result-btn {
    margin-top: 5vw;
  }
  #shindan .txtIndent-1 {
    max-width: 92%;
    margin: 2.3vw auto 0;
    padding-left: 0;
    font-size: 3vw;
    line-height: 1.4;
    text-indent: 0;
  }
  #shindan .txtIndent-1 li {
    padding-left: 2.5vw;
  }
}
/* anchor-btn
---------------------------------------------------------------------*/
#anchor-btn {
  max-width: 1080px;
  margin: 50px auto 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #anchor-btn {
    max-width: 96%;
  }
  #anchor-btn p {
    margin-right: 1vw;
  }
  #anchor-btn p:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  #anchor-btn {
    max-width: 100%;
    margin: 0 auto 9vw;
    flex-wrap: wrap;
  }
  #anchor-btn p:nth-of-type(-n+4) {
    width: calc(50% - 1px);
  }
  #anchor-btn p:last-of-type {
    width: 100%;
    ;
  }
  #anchor-btn p:nth-of-type(n+3) {
    margin-top: 2px;
  }
  #anchor-btn p:nth-of-type(even) {
    margin-left: 2px;
  }
}
/* contet
---------------------------------------------------------------------*/
.h2-width {
  background-color: #0068b3;
}
.h2-title {
  max-width: 838px;
  margin: 0 auto;
  position: relative;
}
.h2-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.h2-txt {
  margin: 0 auto;
  padding-bottom: 18px;
  color: #fff;
  display: table;
  font-size: 63px;
  line-height: 1;
}
.h2-txt1g {
  font-size: 25px;
  letter-spacing: 2px;
}
.h2-txt2g {
  font-size: 50px;
}
.anchor-btn2 {
  margin-top: 18px;
  text-align: center;
}
.anchor-btn2shadow {
  box-shadow: 5px 5px 10px rgba(87, 87, 87, .3);
  display: inline-block;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  .h2-title {
    max-width: 90%;
  }
  .h2-txt {
    font-size: 7vw;
  }
  .h2-txt1g {
    font-size: 2.5vw;
  }
  .h2-txt2g {
    font-size: 5vw;
  }
  .anchor-btn2 img {
    width: 40vw;
  }
}
@media screen and (max-width: 780px) {
  .h2-title {
    max-width: 100%;
  }
  .h2-txt {
    margin-right: 15vw;
    font-size: 10vw;
    line-height: 1;
  }
  .h2-txt1g {
    font-size: 4.5vw;
  }
  .h2-txt2g {
    font-size: 7vw;
  }
  .anchor-btn2 {
    width: 80%;
    margin: 0 auto;
  }
  .anchor-btn2 img {
    width: 100%;
  }
}
/* point
---------------------------------------------------------------------*/
#point {
  margin: 15px 0 80px;
  padding-top: 70px;
}
#point .h2-title::before {
  width: 258px;
  height: 225px;
  background: url("../img2025/point_h_pc.png") no-repeat;
}
#point-content-bg {
  background: url("../img2021/point_bg_pc.jpg");
}
#point-content {
  max-width: 950px;
  margin: 0 auto;
  padding: 59px 0 40px;
  box-sizing: border-box;
}
#point-content .accordion {
  margin-bottom: 40px;
  border: solid 11px #fff;
  box-shadow: 5px 5px rgba(201, 201, 201, 0.3);
  position: relative;
}
#point-content .accordion > .accordion-title {
  padding: 5px 2em 5px 4em;
  color: #fff;
  position: relative;
}
#point-content .accordion.close > .accordion-title {
  padding: 5px 3em 5px 4em;
  color: #fff;
}
#point-content .point-arrow {
  position: absolute;
  top: 14px;
  left: -18px;
}
#point-content .accordion-point {
  width: 62px;
  height: 50px;
  padding-bottom: 4px;
  align-items: center;
  background-color: #46b0fd;
  color: #fff;
  display: flex;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  justify-content: center;
}
#point-content .accordion-point::after {
  content: "";
  border-top: solid 27px transparent;
  border-bottom: solid 27px transparent;
  border-left: solid 12px #46b0fd;
  position: absolute;
  top: 0;
  right: -12px;
}
#point-content .accordion-h {
  align-items: center;
  display: flex;
  line-height: 1;
}
#point-content .accordion-h3 {
  padding: 19px 10px 19px 0;
  border-right: solid 2px rgba(255, 255, 255, .1);
  font-size: 33px;
  letter-spacing: 1px;
}
#point-content .accordion-h4 {
  margin-left: 1em;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.3;
}
#point-content .accordion-box {
  padding: 37px 0 19px;
  background-color: #fff;
}
.point-img {
  text-align: center;
}
.point-txt {
  margin: 30px 0 28px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.point-important {
  font-size: 13px;
  font-weight: normal;
}
.point-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.point-btn p:first-child {
  margin-right: 1em;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #point-content {
    width: 96%;
  }
  #point-content .accordion-h3 {
    padding: 2.4vw 1vw 2.4vw 0;
    font-size: 2.8vw;
  }
  #point-content .accordion-h4 {
    margin-left: 2vw;
    font-size: 1.8vw;
  }
  .point-txt {
    font-size: 2vw;
  }
  .point-important {
    font-size: 1.4vw;
  }
  .point-btn img {
    width: 38vw;
  }
}
@media screen and (max-width: 780px) {
  #point {
    margin: 0;
    padding-top: 7vw;
  }
  #point .h2-title::before {
    width: 30vw;
    height: 37vh;
    background: url("../img2025/point_h_sp.png") no-repeat;
    background-size: 30vw;
    background-position: left bottom;
  }
  #point-content-bg {
    padding-bottom: 5.5vw;
    background: url("../img2021/point_bg_sp.jpg") center / 3.73% auto;
  }
  #point-content {
    max-width: 95%;
    padding: 6vw 0 0;
  }
  #point-content .accordion {
    margin-bottom: 6.5vw;
  }
  #point-content .accordion.close > .accordion-title {
    padding: 5px 11.5vw;
  }
  #point-content .accordion-h {
    display: inherit;
    text-align: center;
    line-height: 1;
  }
  #point-content .accordion-h3 {
    padding: 3vw 0 2.2vw;
    border-bottom: solid 2px rgba(255, 255, 255, .1);
    border-right: none;
    font-size: 4vw;
  }
  #point-content .accordion-h4 {
    margin-left: 0;
    padding: 3vw 0 2.4vw;
    font-size: 3vw;
  }
  #point-content .accordion-point {
    width: 9vw;
    height: 13vw;
    padding-bottom: 0;
    font-size: 7vw;
  }
  #point-content .point-arrow {
    top: calc(50% - 6.5vw);
  }
  #point-content .accordion-point::after {
    border-top: solid 6.5vw transparent;
    border-bottom: solid 6.5vw transparent;
    border-left: solid 2.5vw #46b0fd;
    right: calc(-2.5vw + 1px);
  }
  #point-content .accordion-box {
    padding: 4vw 0;
  }
  .point-img {
    margin: 0 1.5%;
  }
  .point-txt {
    margin: 4vw 1.5%;
    font-size: 3.2vw;
    text-align: left;
  }
  .point-important {
    font-size: 2.9vw;
  }
  .point-btn {
    display: inherit;
  }
  .point-btn p:first-child {
    margin: 0 0 3.5vw 0;
  }
  #cardloan > .point-btn {
    width: 94%;
    margin: 10vw auto 4vw;
  }
}
/* flow
---------------------------------------------------------------------*/
#flow {
  margin-top: 20px;
  padding: 70px 0 1em;
}
#faq #flow .h2-title::before {
  width: 224px;
  height: 244px;
  background: url("../img2025/flow_h_pc.png") no-repeat;
}
#faq #flow .h2-txt {
  margin-right: 35px;
}
#flow-content {
  max-width: 900px;
  margin: 59px auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.flow-box {
  max-width: 894px;
  margin: 0 auto 52px;
  border: solid 3px #98e5f8;
  background-color: #f2fefd;
  box-sizing: border-box;
  position: relative;
}
.flow-box:nth-of-type(3) {
  margin-bottom: 114px;
}
.flow-box:nth-of-type(4) {
  margin-bottom: 0;
}
.flow-box::before {
  content: "";
  border-top: solid 32px #c9c9c9;
  border-left: solid 38px transparent;
  border-right: solid 38px transparent;
  opacity: 0.3;
  position: absolute;
  bottom: -26px;
  left: calc((100% - 76px) / 2 + 5px);
}
.flow-box::after {
  content: "";
  border-top: solid 32px #009fea;
  border-left: solid 38px transparent;
  border-right: solid 38px transparent;
  position: absolute;
  bottom: -21px;
  left: calc((100% - 76px) / 2);
}
.flow-box:nth-of-type(3)::before {
  bottom: -54px;
}
.flow-box:nth-of-type(3)::after {
  bottom: -49px;
}
.flow-box:nth-of-type(4)::before {
  top: -53px;
  bottom: auto;
}
.flow-box:nth-of-type(4)::after {
  top: -58px;
  bottom: auto;
}
.flow-h3 {
  margin: -15px 0 0;
  text-align: center;
}
.flow-lrp {
  padding: 18px 18px 34px 18px;
  display: flex;
}
.flow-img {
  width: 25%;
  align-items: center;
  display: grid;
  justify-content: center;
}
.flow-box:nth-of-type(3) .flow-img {
  margin: -25px 0;
}
.flow-txt {
  width: 68%;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1.4;
}
.flow-important {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
#flow-btn {
  margin-top: -100px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.flow-h3w1920 {
  width: 1920px;
  margin-left: -960px;
  position: relative;
  left: 50%;
}
.flow-h4 {
  margin: 30px auto 20px;
  text-align: center;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #flow .h2-txt {
    margin-right: 5vw;
  }
  #flow-content {
    max-width: 96%;
  }
  .flow-h3 img {
    width: 68%;
  }
  .flow-h4 {
    width: 50%;
  }
  .flow-txt {
    font-size: 2vw;
  }
  .flow-important {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 780px) {
  #flow {
    margin-top: 9vw;
    padding-top: 7vw;
  }
  #flow .h2-title {
    padding-top: 2vw;
    padding-left: 22vw;/*追加*/
  }
  #flow .h2-title::before {
    width: 29vw;
    height: 35vh;
    background: url("../img2025/flow_h_sp.png") no-repeat;
    background-size: 29vw;
    background-position: left bottom;
    left: 0;
  }
  
  
    #faq #flow .h2-txt {
        margin-right: 15px;
    }
  
  #faq #flow .h2-title {
    padding-top: 2vw;
    padding-left: 26vw;/*追加*/
  }
  #faq #flow .h2-title::before {
    width: 29vw;
    height: 35vh;
    background: url("../img2025/flow_h_sp.png") no-repeat;
    background-size: 29vw;
    background-position: left bottom;
    left: 0;
  }
  .flow-box {
    max-width: 100%;
    margin-bottom: 7.5vw;
  }
  .flow-box:nth-of-type(3) {
    margin-bottom: 21vw;
  }
  .flow-box::before {
    border-top: solid 6vw #c9c9c9;
    border-left: solid 7vw transparent;
    border-right: solid 7vw transparent;
    bottom: calc(-3.5vw - 3px);
    left: calc((93% - 7vw) / 2 + 3px);
  }
  .flow-box::after {
    border-top: solid 6vw #009fea;
    border-left: solid 7vw transparent;
    border-right: solid 7vw transparent;
    bottom: -3.5vw;
    left: calc((93% - 7vw) / 2);
  }
  .flow-box:nth-of-type(3)::before {
    bottom: -9vw;
  }
  .flow-box:nth-of-type(3)::after {
    bottom: calc(-9vw + 5px);
  }
  .flow-box:nth-of-type(4)::before {
    top: -10vw;
  }
  .flow-box:nth-of-type(4)::after {
    top: calc(-10vw - 5px);
  }
  #flow .h2-txt {
    margin-right: 3vw;
    font-size: 8vw;
    line-height: 1.1;
  }
  #flow .h2-txt2g {
    font-size: 6vw;
  }
  #flow-content {
    max-width: 95%;
    margin-top: 8vw;
  }
  .flow-h3 {
    width: 88%;
    margin: -15px auto 0;
  }
  .flow-lrp {
    padding: 3%;
  }
  .flow-img {
    width: 24%;
    margin: 0 4%;
  }
  .flow-box:nth-of-type(3) .flow-img {
    margin: 0 4%;
  }
  .flow-txt {
    width: 76%;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .flow-important {
    margin: 0 2.5% 0 5%;
    padding-left: 2.5vw;
    font-size: 3vw;
    line-height: 1.4;
    position: relative;
  }
  .flow-important::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .flow-important:nth-of-type(2) {
    margin-bottom: 5%;
  }
  #flow-btn {
    margin-top: -8vw;
  }
  .flow-h3w1920 {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .flow-h4 {
    margin: 6vw 5% 5vw;
  }
  .flow-sp {
    width: 93%;
    margin: 0 auto 4vw;
  }
}
/* about
---------------------------------------------------------------------*/
#about {
  margin-top: 75px;
}
#about .h2-txt {
  text-align: left;
}

#about .h2-title {
    padding-left:130px; 
}
#about .h2-title::before {
  width: 240px;
  height: 224px;
  background: url("../img2025/about_h_pc.png") no-repeat;
}

#about-content {
  max-width: 950px;
  margin: 59px auto 0;
  box-sizing: border-box;
}
#about-content .accordion {
  margin-bottom: 40px;
  border: solid 11px #e9eff5;
}
#about-content .accordion-h3 {
  padding: 8px 10px 12px 0;
  font-size: 31px;
  letter-spacing: 1px;
}
#about-content .accordion-box {
  border: solid #e9eff5;
  border-top-width: 9px;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-right-width: 2px;
}
.about-bg {
  padding: 35px 50px;
  background-color: #fff;
}
.about-h4 {
  margin-left: -10px;
  align-items: center;
  display: flex;
  font-size: 21px;
}
.about-h4square {
  font-size: 31px;
}
.about-txt {
  margin: 0 1em;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.8;
}
.about-flex2 .about-txt {
  font-size: 15.5px;
  letter-spacing: 0;
  line-height: 1.5;
}
.about-flex2:nth-of-type(1) .about-txt {
  margin: 0 2em 0 1em;
}
.about-line {
  margin: 3px 0;
  border-top-width: 2px;
}
#about-content .accordion:nth-of-type(2) .about-line {
  margin: 13px 0;
}
.about-flex {
  display: flex;
  justify-content: space-between;
}
.about-flex.all-sp {
  display: none;
}
.about-flex2 {
  width: 49%;
  margin-top: 9px;
}
.about-flex2:nth-of-type(1) {
  margin-right: 1%;
}
.about-flex2:nth-of-type(2) {
  margin-left: 1%;
}
.about-flex5 {
  margin: 40px 15px 0 0;
}
.about-flex5:last-of-type {
  margin-right: 0;
}
.about-flex5 img {
  width: 100%;
}
.about-flex5 .about-imgtxt {
  margin-top: 13px;
  color: #0068b3;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.about-flex5:nth-of-type(3) .about-imgtxt {
  margin-top: 6px;
}
.about-h5 {
  margin-top: 40px;
  color: #0068b3;
  font-size: 21px;
}
.about-h5:nth-of-type(2) {
  margin-top: 30px;
}
.about-flex2 .about-h5 {
  margin-top: 0;
  font-size: 17px;
}
.about-btn {
  padding-top: 20px;
  background-color: #e9eff5;
  display: flex;
  justify-content: center;
}
.about-btn p:first-child {
  margin-right: 1em;
}
#about .table-border {
  width: 96%;
  margin: 10px 2% 0;
}
#about .table-border th {
  padding: 4px 0 1px;
  background-color: #e9f0f6;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
#about .table-border td {
  padding: 3px 1.5em;
  font-size: 17px;
}
#contact {
  max-width: 792px;
  margin: 78px auto 65px;
  box-sizing: border-box;
}
#contact-flex {
  max-width: 703px;
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-flex2:nth-of-type(2) {
  margin-right: -12px;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #about-content {
    max-width: 96%;
    margin-top: 6vw;
  }
  #about-content .accordion {
    margin-bottom: 4vw;
  }
  #about-content .accordion-h3 {
    font-size: 3.3vw;
  }
  .about-h4 {
    font-size: 2.3vw;
  }
  .about-h4square {
    font-size: 3.5vw;
  }
  .about-h5 {
    font-size: 2.2vw;
  }
  .about-flex2 .about-h5 {
    font-size: 1.7vw;
  }
  .about-txt {
    font-size: 1.6vw;
  }
  .about-flex2 .about-txt {
    font-size: 1.6vw;
  }
  .about-flex5 .about-imgtxt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 780px) {
  #about {
    margin-top: 11.5vw;
  }
  #about-content {
    max-width: 95%;
    margin-top: 7.5vw;
  }
  #about .h2-txt {
    margin-right: auto;
    text-align: center;
  }
  #about .h2-title {
    padding-left:0; 
}
  #about .h2-title::before {
    content: none;
  }
  
  #about-content .accordion {
    margin-bottom: 6vw;
  }
  #about-content .accordion:nth-of-type(1) .about-line:nth-of-type(1) {
    margin: 3vw 0 2vw;
  }
  #about-content .accordion.close > .accordion-title {
    padding: 5vw 2.5vw;
  }
  #about-content .accordion-h3 {
    padding: 0;
    font-size: 4.5vw;
  }
  .about-bg {
    padding: 3vw 1.5vw;
  }
  .about-h4 {
    margin-left: -1vw;
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .about-h4square {
    font-size: 4.5vw;
  }
  #about-content .accordion:nth-of-type(3) .about-h4 {
    margin-left: 0;
  }
  .about-h5 {
    margin-top: 4.5vw;
    font-size: 3.5vw;
  }
  .about-h5:nth-of-type(2) {
    margin-top: 3vw;
  }
  .about-txt {
    margin: 0;
    font-size: 2.5vw;
    line-height: 1.8;
  }
  #about-content .flex {
    justify-content: space-evenly;
  }
  #about-content .flex:nth-of-type(3) {
    margin-top: -5%;
  }
  #about-content .flex li {
    width: 50%;
  }
  .about-flex {
    display: inherit;
  }
  #about-content .accordion:nth-of-type(3) .about-flex {
    display: flex;
    justify-content: center;
  }
  .about-flex2 {
    width: 100%;
    margin-top: 3vw;
  }
  .about-flex2:nth-of-type(1) {
    margin-right: 0;
  }
  .about-flex2 .about-h5,
  .about-flex2 .about-txt {
    width: 80%;
    margin: 0 auto;
    font-size: 2.9vw;
    text-align: center;
  }
  .about-flex2:nth-of-type(1) .about-txt {
    margin: 0 auto;
  }
  .about-flex5 {
    width: 30%;
    margin: 5vw 3vw 0 0;
  }
  .about-flex5 .about-imgtxt {
    font-size: 3vw;
  }
  .about-btn {
    padding: 5vw 0 3vw;
    display: inherit;
  }
  .about-btn p:first-child {
    margin-right: 0;
  }
  .about-btn p:last-child {
    margin-top: 3vw;
  }
  #about .table-border {
    margin-bottom: 1vw;
  }
  #about .table-border th {
    padding: 1.1vw 0 0.6vw;
    font-size: 2.8vw;
  }
  #about .table-border td {
    padding: 1vw 0vw 1vw 6vw;
    font-size: 2.8vw;
    line-height: 1.2;
  }
  #contact {
    max-width: 100%;
    margin: 8vw auto 13.5vw;
  }
  #content-h3 {
    width: 85%;
    margin: 0 auto
  }
  #contact-flex {
    max-width: 96%;
    margin: 7vw auto 0;
    flex-wrap: inherit;
  }
  .contact-flex2:nth-of-type(2) {
    margin-right: 0;
  }
}
/* faq
---------------------------------------------------------------------*/
#faq {
  margin-top: 80px;
}
#faq .h2-txt {
  text-align: left;
}

#faq .h2-title {
    padding-left: 0;
}

#faq .h2-title::before {
  width: 255px;
  height: 210px;
  background: url("../img2025/faq_h_pc.png") no-repeat;
  left:0;
}

#faq-content-bg {
  background-color: #f5fbfe;
}
#faq-content {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.faq-h3 {
  margin-bottom: 27px;
  padding-top: 60px;
  color: #0068b4;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
.faq-list > li:nth-child(n+2) {
  margin-top: 20px;
}
.faq-list:nth-of-type(1) > li:nth-of-type(12) span.fBold:nth-child(n+2) {
  margin-top: 1.5em;
  display: inline-block;
  text-indent: 0;
}
.faq-list li h4 {
  width: 100%;
  padding: 19px 43px 19px 55px;
  cursor: pointer;
  background: url(../img2021/ico01_pc.png) 98% center no-repeat, #b9d4e3;
  background-size: 24px auto;
  box-sizing: border-box;
  color: #3c3c3c;
  display: block;
  font-size: 21.5px;
  font-weight: bold;
  text-indent: -1.1em;
}
.faq-list li h4.active {
  margin-bottom: -4px;
  background: url(../img2021/ico02_pc.png) 98% center no-repeat, #b9d4e3;
  background-size: 24px auto;
}
.faq-list li h4:before {
  content: "Q.";
}
.faq-list li div:before {
  content: "A.";
  color: #0068b4;
  font-size: 22px;
  font-weight: bold;
}
.faq-list li div {
  width: 100%;
  padding: 27px 12px 27px 2.4em;
  border: solid 13px #b9d4e3;
  border-top: none;
  background: #fff;
  box-sizing: border-box;
  display: none;
  font-size: 16.8px;
  font-weight: bold;
  line-height: 1.65;
  text-indent: -1.4em;
}
.nmbList {
  margin: 4px 0 0 24px;
  text-indent: 0;
}
.nmbList > li:nth-child(n+2) {
  margin-top: 30px;
}
.nmbList2 {
  margin-left: 24px;
  list-style: upper-alpha;
}
.nmbList3 {
  margin: 4px 0 0 24px;
  text-indent: -1em;
}
.faq-btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.faq-btn p:first-child {
  margin-right: 1em;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #faq-content {
    max-width: 96%;
    padding-bottom: 8vw;
  }
  .faq-h3 {
    margin-bottom: 2.7vw;
    padding-top: 6vw;
    font-size: 3.2vw;
  }
  .faq-list li h4 {
    font-size: 2.3vw;
  }
  .faq-list li div {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 780px) {
  #faq {
    margin-top: 16vw;
  }
  #faq-content {
    max-width: 100%;
    padding-bottom: 6.5vw;
  }
  #faq .h2-txt {
    margin-right: auto;
  }
  
  #faq .h2-title {
    padding-top: 2vw;
    padding-left: 22vw;/*追加*/
  }
  #faq .h2-title::before {
    width: 32vw;
    height: 35vh;
    background: url("../img2025/faq_h_sp.png") no-repeat;
    background-size: 32vw;
    background-position: left bottom;
    left: 0;
  }
  
  .faq-h3 {
    margin-bottom: 4vw;
    padding-top: 7.5vw;
    font-size: 4.5vw;
  }
  .faq-list {
    width: 95%;
    margin: 0 auto;
  }
  .faq-list li h4 {
    padding: 4vw 12vw 4vw 8vw;
    background: url(../img2021/ico01_sp.png) 98% center no-repeat, #b9d4e3;
    background-size: 7% auto;
    font-size: 3.5vw;
    line-height: 1.3;
  }
  .faq-list li h4.active {
    background: url(../img2021/ico02_sp.png) 98% center no-repeat, #b9d4e3;
    background-size: 7% auto;
  }
  .faq-list li div {
    padding: 2vw 3vw 3vw 2.4em;
    font-size: 3vw;
    line-height: 1.5;
  }
  .faq-list li div::before {
    font-size: 4vw;
  }
  .faq-list:nth-of-type(1) > li:nth-of-type(12) span.fBold:nth-child(n+2) {
    margin-top: 3vw;
  }
  .faq-btn {
    width: 94%;
    margin: 8vw auto 0;
    display: inherit;
  }
  .faq-btn p:first-child{
    margin-right: 0;
  }
  .faq-btn p:last-child{
    margin-top: 3.5vw;
  }
  #faq .anchor-btn2 {
    margin-top: 4vw;
  }
}
/* overview
---------------------------------------------------------------------*/
#overview .h2-txt {
  text-align: center;
}
#overview-content {
  max-width: 1080px;
  margin: 50px auto 0;
  box-sizing: border-box;
}
#overview-h3 {
  max-width: 748px;
  margin: 0 auto;
  padding: 13px 0 16px;
  border-radius: 10px;
  background-color: #ff6600;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  position: relative;
  text-align: center;
}
#overview-h3::before {
  content: "";
  border-top: solid 12px #ff6600;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
}
.overview-flex {
  max-width: 786px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.overview-flex.all-sp {
  display: none;
}
.overview-flex4 .overview-imgtxt {
  margin-top: 10px;
  color: #0068b4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.overview-btn {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
.overview-btn p:first-child {
  margin-right: 1em;
}
#overview .anchor-btn2 {
  margin-bottom: 80px;
}
#overview .accordion.close > .accordion-title {
  padding: 20px;
  background-color: #0089c4;
  border-radius: 0;
  letter-spacing: 2px;
}
#overview .accordion.close > .accordion-title h3 {
  font-size: 26px;
}
#overview .accordion-box {
  padding-bottom: 1em;
  background-color: #0089c4;
}
@media screen and (max-width: 780px) {
  #overview-content {
    max-width: 100%;
    margin: 5vw auto 0;
  }
  #overview-h3 {
    max-width: 95%;
    padding: 1.6vw 0 1.9vw;
    border-radius: 5px;
    font-size: 4.5vw;
  }
  #overview-h3::before {
    border-top: solid 2.4vw #ff6600;
    border-left: solid 2vw transparent;
    border-right: solid 2vw transparent;
    left: calc(50% - 1.2vw);
  }
  .overview-flex {
    max-width: 57%;
    margin-top: 7vw;
  }
  .overview-flex.all-sp {
    display: flex;
  }
  .overview-flex:nth-of-type(2) {
    margin-top: 5vw;
  }
  .overview-flex4 .overview-imgtxt {
    margin-top: 1.5vw;
    font-size: 2.8vw;
  }
  .overview-flex4:nth-of-type(even) {
    margin-left: 3vw;
  }
  .overview-btn {
    max-width: 94%;
    margin: 6vw auto 0;
    display: inherit;
  }
  .overview-btn p:first-child {
    margin-right: 0;
  }
  .overview-btn p:last-child {
    margin-top: 3.5vw;
  }
  #overview .anchor-btn2 {
    margin: 4vw auto 16vw;
  }
}
/* アコーディオンレイアウト
---------------------------------------------------------------------*/
.accordion > .accordion-title {
  width: 100%;
  padding: 5px 2em 5px 4em;
  background: url(../img2021/ico06_pc.png) 98% center no-repeat, #0068b4;
  background-size: 24px auto;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-style: normal;
}
.accordion > .accordion-title.active {
  background: url(../img2021/ico05_pc.png) 98% center no-repeat, #0068b4;
  background-size: 24px auto;
}
.accordion.close > .accordion-title {
  width: 100%;
  padding: 5px 2em 5px 4em;
  background: url(../img2021/ico05_pc.png) 98% center no-repeat, #0068b4;
  background-size: 24px auto;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-style: normal;
}
.accordion.close > .accordion-box {
  display: none;
}
.accordion.close > .accordion-title.active {
  background: url(../img2021/ico06_pc.png) 98% center no-repeat, #0068b4;
  background-size: 24px auto;
}
@media screen and (max-width: 780px) {
  .accordion > h3 {
    font-size: 150%;
  }
  .accordion > .accordion-title {
    background: url(../img2021/ico06_sp.png) 98% center no-repeat, #0068b4;
    background-size: 7% auto;
  }
  .accordion > .accordion-title.active {
    background: url(../img2021/ico05_sp.png) 98% center no-repeat, #0068b4;
    background-size: 7% auto;
  }
  .accordion.close > .accordion-title {
    background: url(../img2021/ico05_sp.png) 98% center no-repeat, #0068b4;
    background-size: 7% auto;
  }
  .accordion.close > .accordion-title.active {
    background: url(../img2021/ico06_sp.png) 98% center no-repeat, #0068b4;
    background-size: 7% auto;
  }
}
/* タブレイアウト
---------------------------------------------------------------------*/
#tab-area {
  margin: 0 14px;
  background-color: #fff;
}
.tab {
  border-top: solid 5px #0089c4;
  background-color: #0089c4;
  display: flex;
  list-style: none;
}
.tab li {
  margin-right: 8px;
  padding: 10px 32px 11px;
  background-color: #c8c8c8;
  box-shadow: 6px -1px 3px -2px #16569b;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.tab li:hover {
  background-color: #ff6600;
}
.tab li.tab-active {
  background-color: #ff6600;
}
.tab li:last-child {
  border-right: none;
}
.tab li img {
  opacity: 0.5;
}
.tab li img:hover {
  opacity: 1;
}
.tab li.tab-active img {
  opacity: 1;
}
.tabcontent {
  padding: 42px 68px 228px;
  box-shadow: 3px 3px 3px 2px #16569b;
  display: none;
}
.tab-active {
  display: block;
}
.tab-h4 {
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 8px;
  text-align: center;
}
.tab-date {
  font-size: 19px;
  text-align: right;
}
.tabcontent > .table-border {
  margin: 10px;
}
.tabcontent > .table-border th {
  width: 15%;
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
.tabcontent > .table-border td {
  width: 85%;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3;
}
.tabcontent .tab-table2 {
  width: 60%;
  margin: 1em 1em 0.5em;
}
.tabcontent .tab-table2 th {
  padding: 3px;
  text-align: center;
}
.tabcontent .tab-table2 td:nth-child(odd) {
  padding: 3px 1em;
}
.tabcontent .tab-table2 td:nth-child(even) {
  padding: 3px;
  text-align: center;
}
.tabcontent .tab-table2 th:nth-child(odd), .tabcontent .tab-table2 td:nth-child(odd) {
  width: 65%;
}
.tabcontent .tab-table2 th:nth-child(even), .tabcontent .tab-table2 td:nth-child(even) {
  width: 35%;
}
@media screen and (min-width: 781px) and (max-width: 1080px) {
  #overview-content .accordion {
    width: 96%;
    margin: 0 auto;
  }
  #overview .accordion.close > .accordion-title h3 {
    font-size: 2.5vw;
  }
  .tab li {
    font-size: 1.8vw;
  }
  .tab-h4 {
    font-size: 2.5vw;
  }
  .tab-date {
    font-size: 2vw;
  }
  .tabcontent > .table-border th, .tabcontent > .table-border td {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 780px) {
  #overview .accordion.close > .accordion-title {
    padding: 4.5vw 6vw 4.5vw;
  }
  #overview .accordion.close > .accordion-title h3 {
    font-size: 4.5vw;
  }
  #overview .accordion-box {
    padding-bottom: 6.5vw;
  }
  #tab-area {
    margin: 0px 2.6vw;
  }
  .tab {
    justify-content: space-between;
  }
  .tab li {
    margin-right: 0;
    padding: 2vw 2.5vw 1vw;
    align-items: center;
    display: flex;
    font-size: 3.5vw;
    line-height: 1.4;
    text-align: center;
  }
  .tab-h4 {
    font-size: 3.6vw;
  }
  .tab-date {
    margin-top: 3.5vw;
    font-size: 3.3vw;
  }
  .tabcontent {
    padding: 6.5vw 2.6vw;
  }
  .tabcontent > .table-border {
    margin: 1vw auto 0;
  }
  .tabcontent > .table-border th {
    width: 21%;
    padding: 1.9vw 1.3vw 1.4vw;
    font-size: 2.8vw;
  }
  .tabcontent > .table-border td {
    width: 79%;
    padding: 1.9vw 1.3vw 1.4vw;
    font-size: 2.8vw;
  }
  .tabcontent .tab-table2 {
    width: 92%;
    margin: 3vw 2vw 2vw;
  }
}
/*お借入れについて
---------------------------------------------------------------------*/
.liststyle li {
  padding-left: 1em;
  text-indent: -1em;
}
.liststyle li:before {
  content: "◯";
}
.liststyle2 li {
  padding-left: 1em;
  text-indent: -1em;
}
.liststyle2 li:before {
  content: "●";
}
.atmlist {
  border: 1px solid #dadada;
  padding: 2em;
  margin-top: 2em;
}
.flex {
  display: flex;
  justify-content: center;
}
.flex li {
  padding: 1em;
}
#hensai .flex li {
  width: calc((100% - 4em) / 2);
}
@media screen and (max-width: 780px) {
  #hensai .flex {
    display: block;
  }
  #hensai .flex li {
    width: 100%;
    box-sizing: border-box;
  }
}
/* footer
---------------------------------------------------------------------*/
.contact {
  margin: 5em 0;
}
.contact h3 {
  padding: 12px 0;
  background: #0068b4;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.contact p {
  padding: 28px 0;
  background: #ededee;
  text-align: center;
}
.last{
  font-size: 13px;
}
.last li:before{
    content:"●";
    
}
.returnTop {
  display: none;
}
.footerLegal {
  color: #515151;
}
.footerMenu {
  border-top: none;
}
.footerLegal .bankcode {
  margin-right: 15px;
}
.footerLegal .copyright {
  margin-left: 15px;
}
@media screen and (max-width: 780px) {
  .contact {
    margin: 8vw 0 15vw;
    padding: 0;
  }
  .contact h3 {
    padding: 5vw 0;
    font-size: 4.8vw;
  }
  .contact p {
    padding: 4.5vw 2.5%;
  }
 .last{
  padding-left: 1em;
  font-size: 2.5vw; 
  margin-top: -5.5em;
  margin-bottom:0.5em
  }
  .returnTop {
    display: block;
  }
  .attention {
    padding: 1em;
  }
  #footersubMenu ul li {
    padding: 3vw 0;
    font-size: 3.5vw;
  }
  .footerLegal {
    border-bottom: none;
  }
  .footerLegal .copyright {
    margin-left: 0;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 3vw;
    top: 10vw;
  }
  .footerLegal .bankcode {
    margin-right: 0;
    box-sizing: border-box;
    color :#28407e;
    font-size: 2.5vw;
    line-height: 1.4em;
  }
}

.btn_10secCheck {
  max-width: 1080px;
  margin: 0 auto;
  padding:0 16px;
  text-align: center;
}

/*下部固定ボタン（202511追加）*/
#btn_fixed {
    font-family: Arial, 'Noto Sans JP', "ヒラギノ角ゴ Pro";
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translateY(100px);
	z-index:99;
	background: rgba(255,255,255,0.85);
	padding: 1em;
	box-sizing: border-box;
	width: 100%;
    text-align: center;
	/*text-align: center;*/
}
#btn_fixed ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 0.5em;
}
#btn_fixed ul li {
    padding: 0 5px;
    width: 50%;
}
#btn_fixed p {
    color: #F00;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.01em;
}

/*　上に上がる動き　*/
#btn_fixed.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  	transform: translateY(100px);
  }
  to {
    opacity: 1;
  	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#btn_fixed.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  	transform: translateY(0);
  }
  to {
    opacity: 0;
  	transform: translateY(100px);
  }
}

#btn_fixed .btn_entry1 {
    font-size: 120%;
    padding: 0 0.75em 0.75em 0.75em;
    border-radius: 60px;
    margin-top: 0;
    background: #004BBC;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4em;
}
#btn_fixed .btn_entry1:hover {
    background: #003581;
}
#btn_fixed .btn_entry1:before {
    content: "";
    background: url("../img/1812/ico_btn01.svg") no-repeat center bottom 5px;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 50px;
    /*vertical-align: middle;*/
    vertical-align:bottom;
    margin-right: 0.5em;
}
#btn_fixed .btn_entry2 {
    font-size: 120%;
    padding: 0 0.75em 0.75em 0.75em;
    border-radius: 60px;
    margin-top: 0;
    background: #ff5d1a;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4em;
}
#btn_fixed .btn_entry2:hover {
    background: #FF8234;
}
#btn_fixed .btn_entry2:before {
    content: "";
    background: url("../img/1812/ico_btn02.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 50px;
    vertical-align: bottom;
    margin-right: 0.5em;
}

@media screen and (max-width: 480px) {
    #btn_fixed {
        padding: 10px 5px;
    }
    
    #btn_fixed .btn_entry1,
    #btn_fixed .btn_entry2{
        padding: 1em 0.5em;
        font-size: 80%;
        line-height: 1.2em;
    }
    #btn_fixed .btn_entry1:before,
    #btn_fixed .btn_entry2:before{
        content: none;
    }
    
    #btn_fixed p {
        font-size: 70%;
    }
    #btn_fixed .fS {
        font-size: 50%;
    }
    
    #page-top {
        bottom: 80px;
    }
}
/*ここまで*/