@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5;
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.col-xs-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col-xs-2-5 {
  flex: 0 0 40%;
  max-width: 40%;
}
.col-xs-3-5 {
  flex: 0 0 60%;
  max-width: 60%;
}
.col-xs-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #D2E8F7;
  font-size: 1.25em;
  font-weight: bold;
  color: #1D58AA;
  cursor: pointer;
  text-align: left;
  border-radius: 15px;
}
.accordion-container .accordion-title.titleb {
  position: relative;
  margin: 0;
  padding-top: 20px;
  padding-right: 0.625em;
  padding-right: 0.625em;
  padding-bottom: 20px;
  background-color: #1C58AA;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-title.open {
  background-color: #337BC3;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #1C58AA;
  transition: all .3s ease-in-out;
}
.accordion-container .accordion-title.titleb::before {
  background: #fff;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #1C58AA;
  transition: all .2s ease-in-out;
}
.accordion-container .accordion-title.titleb::after {
  background: #fff;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-content {
  display: none;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
}
/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 0 auto;
}
a img:hover {
  opacity: 0.7;
}
.bg-light {
  background-color: #FFFFFF !important;
}
.top {
  background-image: url(../../images/main-bg.jpg);
  height: calc(100vh - 87px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.top2 {
  background-image: url(../../images/main-bg2.jpg);
  height: calc(100vh - 87px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.logo {
  position: absolute;
  padding: 0px;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  max-width: 45%;
  width: 800px;
  max-height: calc(80vh - 87px);
}
.logo2 {
  position: absolute;
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  max-width: 1500px;
  width: 80%;
  max-height: calc(70vh - 87px);
}
.bg-blue {
  background-color: #337BC3;
}
.bg-blue2 {
  background-color: #D3ECFF;
}
.bg-blue3 {
  background-color: #EAF6FF;
}
.bg-blue4 {
  background-color: #1D58AA;
}
.bg-blue5 {
  background-color: #EFF8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.text-blue {
  color: #1C58AA;
}
.px-c {
  padding-left: 30px;
  padding-right: 30px;
}
.border-blue {
  border: 3px solid #1D58AA;
  font-size: 120%;
}
.btn-danger {
  background-color: #FC8900;
  border-color: #FC8900;
  border-radius: 15px;
}
.midashi-b {
  background-image: url(../../images/sankaku-b.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.title {
  background-color: #1C58AA;
  color: #FFFFFF;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.title2 {
  background-color: #fff;
  color: #1C58AA;
  border-radius: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 3px solid #1C58AA;
}
.kadomaru {
  border-radius: 20px;
}
.tel {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 300%;
}
.tel a {
  color: #1D58AA;
}
.tel a img {
  max-width: 70px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.btn-primary {
  background-color: #1C58AA;
  border-color: #1C58AA;
}
.table1 tr {
  margin-bottom: 10px;
  border-bottom: 5px solid #D3ECFF;
}
.table1 th, .table1 td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 130%;
}
.table1 th {
  width: 30%;
  background-color: #EDF8FF;
  text-align: center;
  color: #1C58AA;
}
.table1 td {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: normal;
  text-align: left;
}
.table2 {
  margin-bottom: 10px;
  border: 2px solid #D3ECFF;
}
.table2 tr {
  margin-bottom: 10px;
  border: 1px solid #D3ECFF;
}
.table2 th, .table2 td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.table2 th {
  width: 50%;
  background-color: #fff;
  text-align: left;
  font-weight: normal;
}
.table2 th.midashi {
  background-color: #D2E8F7;
  font-weight: bold;
}
.table2 td {
  background-color: #EDF8FF;
}
#badge {
  position: fixed;
  bottom: 0px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  #badge h4.text-white {
    font-size: 12px;
  }
}
.smp-br {
  display: none;
}
@media (max-width: 767.98px) {
  .pc-br {
    display: none;
  }
  .smp-br {
    display: inline;
  }
  .box-gray h3, h3.box3 {
    font-size: 20px;
  }
  .top {
    background-image: url(../../images/main-bg-sp.jpg);
  }
  .top2 {
    background-image: url(../../images/main-bg2-sp.jpg);
  }
  .logo {
    position: absolute;
    padding: 0px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    max-width: 80%;
    width: 800px;
  }
  .logo2 {
    position: absolute;
    padding: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    max-width: 90%;
    width: 1000px;
    max-height: calc(100vh - 87px);
  }
  .accordion-container .accordion-title {
    padding-top: 0.625em;
    padding-right: 2.3em;
    padding-left: 2.3em;
    padding-bottom: 0.625em;
    font-size: 1em;
  }
  .accordion-container .accordion-title img {
    width: 40px;
    position: absolute;
    left: 0px;
    top: 5px;
  }
  .accordion-content img {
    width: 40px;
  }
  .accordion-content h4 {
    font-size: 1em;
  }
  #accordion2.accordion-container .accordion-title {
    padding-right: 0em !important;
    padding-left: 0em !important;
  }
  #accordion2accordion-container .accordion-title.titleb {
    position: relative;
    margin: 0;
    padding-top: 20px;
    padding-right: 0em !important;
    padding-left: 0em !important;
    padding-bottom: 20px;
    background-color: #1C58AA;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
  }
  .tel {
    font-size: 2.2rem;
  }
}
@media (max-width: 400px) {
  .logo {
    position: absolute;
    padding: 0px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    max-width: 80%;
    width: 800px;
  }
}
.top-margin {
  margin-top: 70px;
  background-color: #CDEDFF;
  position: relative;
}
@media (max-width: 767.98px) {
  .top-margin {
    margin-top: 45px;
  }
}
.topfix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (max-width: 767.98px) {
  .topfix {
    position: static;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.2rem;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  p {
    font-size: 0.9rem;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  td, th {
    font-size: 1rem;
  }
}
.bounceIn2 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: bounceIn2;
  animation-name: bounceIn2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes bounceIn2 {
  from, 70%, 75%, 80%, 85%, 90%, 95%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  85% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  98% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
span.line {
  background: linear-gradient(transparent 90%, #FFEB00 95%);
}
.syohin h3 {
  color: #FFFFFF;
  line-height: 1em;
  font-size: 2.2em;
}
.syohin h3 small {
  color: #FFFFFF;
  line-height: 1em;
  font-size: 0.7em;
}
.batch1 {
  background-color: #FF8100;
  color: #FFFFFF;
  width: 150px;
  font-size: 2em;
  font-weight: bold;
  border-radius: 10px;
  height: 70px;
  padding-top: 10px;
}
.batch2 {
  background-color: #FF8100;
  color: #FFFFFF;
  width: 150px;
  font-size: 1.7em;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1em;
  height: 70px;
  padding-top: 7px;
}
.batch2-2 {
  background-color: #FF8100;
  color: #FFFFFF;
  width: 150px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1em;
  height: 70px;
  padding-top: 10px;
}
.batch3 {
  background-color: #FFFFFF;
  color: #1B56A7;
  width: 120px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 10px;
}
.batch3-2 {
  background-color: #FFFFFF;
  color: #1B56A7;
  width: 140px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 10px;
}
.batch3-3 {
  background-color: #FFFFFF;
  color: #1B56A7;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.batch3-4 {
  background-color: #FFFFFF;
  color: #1B56A7;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.batch4 {
  background-color: #FFFFFF;
  color: #1B56A7;
  width: 140px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 10px;
}

.syohin h2 {
  color: #FFFFFF;
  line-height: 1em;
  font-size: 4em;
}
.syohin h2.yellow {
  color: #FFD600;
  line-height: 1em;
  font-size: 4em;
}
.syohin h2.small {
  color: #FFD500;
  line-height: 1em;
  font-size: 3rem;
  padding-top: 10px;
}
.syohin h2.small2 {
  color: #FFD500;
  line-height: 1em;
  font-size: 2.6rem;
  padding-top: 15px;
}
.syohin h2.small3 {
  color: #FFD500;
  line-height: 1em;
  font-size: 2rem;
  padding-top: 0px;
}
.syohin h2 small {
  line-height: 1em;
  font-size: 0.6em;
}
.box1 {
  background-color: #005AB0;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  box-shadow: 5px 5px 0px black;
}
.box2 {
  background-color: #337BC3;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  box-shadow: 5px 5px 0px black;
}
.scrollspy {
  position: relative;
  height: 450px;
  overflow: auto;
  background-color: #FFFFFF;
}
.scrollspy table {
  border: 1px solid #000000;
  margin-bottom: 30px;
}
.scrollspy table tr {
  border: 1px solid #000000;
}
.scrollspy table tr.notop {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid #000000;
}
.scrollspy table tr.nobottom {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px solid #000000;
  border-top: 1px solid #000000;
}
.scrollspy table tr th {
  text-align: center;
  width: 50%;
  background-color: #BFE4EA;
  border-right-width: 1px;
  border-right-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.scrollspy table tr td {
  border-right-width: 1px;
  border-right-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.scrollspy table tr td.linetop {
  border-top: 1px solid #000000;
}
.scrollspy table tr td a {
  color: #FF8000;
}
@media (max-width: 1199.98px) {
  .syohin h3 {
    line-height: 1em;
    font-size: 1.9em;
  }
  .syohin h3 small {
    line-height: 1em;
    font-size: 0.7em;
  }
  .syohin h2, .syohin h2.yellow {
    line-height: 1em;
    font-size: 3em;
  }
  .syohin h2 small {
    line-height: 1em;
    font-size: 0.6em;
  }
  .batch1 {
    width: 100px;
    font-size: 1.5em;
    border-radius: 10px;
    height: 60px;
    padding-top: 10px;
  }
  .batch2 {
    width: 100px;
    font-size: 1.5em;
    border-radius: 10px;
    line-height: 1em;
    height: 60px;
    padding-top: 5px;
  }
  .batch2-2 {
    background-color: #FF8100;
    color: #FFFFFF;
    width: 150px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1em;
    height: 60px;
    padding-top: 10px;
  }
  .batch3 {
    width: 100px;
    font-size: 1em;
    border-radius: 5px;
  }
  .batch3-2 {
    width: 120px;
    font-size: 1em;
    border-radius: 5px;
  }
  .batch3-3 {
    width: 100%;
    font-size: 1em;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .batch4 {
    width: 120px;
    font-size: 1em;
    border-radius: 5px;
  }
  .syohin h2.small {
    color: #FFD500;
    line-height: 1em;
    font-size: 2.5rem;
    padding-top: 10px;
  }
  .syohin h2.small2 {
    color: #FFD500;
    line-height: 1em;
    font-size: 2.2rem;
    padding-top: 10px;
  }
  .syohin h2.small3 {
    color: #FFD500;
    line-height: 1em;
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .bg-blue5 {
    height: 500px;
  }
}
.pdf {
  color: #FF8100;
  padding-left: 45px;
  position: relative;
}
.pdf a {
  color: #FF8100;
}
.pdf:before {
  content: url(../images/pdf.svg);
  position: absolute;
  left: 0px;
}
.animationCheckbox {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.checkb {
  position: relative;
}
.checkbox {
  appearance: none;
  height: 24px;
  width: 24px;
  margin: 4px 0 4px 4px;
  border: 1px solid #8b98a5;
  transition: all 0.2s ease;
  background: white;
}
.checkbox:checked {
  transform: rotate(-45deg);
  opacity: 0;
}
.check {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 25px;
  height: 25px;
  border: solid green;
  border-width: 0 4px 4px 0;
  transform: rotate(90deg);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: -1;
}
.checkbox:checked + .check {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 0px;
  width: 15px;
  height: 20px;
  opacity: 1;
  transform: rotate(45deg);
  z-index: 1;
}
.checkbox:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}
.checkLabel {
  padding-left: 4px;
  font-size: 18px;
  text-align: center;
}
.btn-doui1 {
  border-width: 0px;
  background-color: #FF8100;
  color: #fff;
  width: 100%;
  font-size: 24px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 5px 0px #8E4600;
}
.btn-doui2 {
  border-width: 0px;
  background-color: #337BC3;
  color: #fff;
  width: 100%;
  font-size: 24px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 5px 0px #8E4600;
}
.btn-doui1:disabled {
  background-color: grey;
  color: lightgrey;
  cursor: not-allowed;
}
.loan {
  border: 1px solid #0059B0;
  color: #0059B0;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-weight: bold;
}
.btn-doui1:hover,.btn-doui2:hover {
    cursor : pointer;
    opacity: 0.8;
}
.telloan {
  color: #0059B0;
  font-size: 2.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  margin-left: 70px;
}
.telloan.b {
  line-height: 1em;
}
.jikan {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 1em;
}
.telloan:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../../images/telfree.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  left: -50px;
  top: 9px;
}
.title-copy {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 1;
  max-width: 450px;
}
.title-copy2 {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 1;
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .loan {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 10px;
  }
  .telloan {
    font-size: 2em;
    margin-left: 50px;
  }
  .telloan:before {
    width: 30px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    left: -35px;
    top: 9px;
  }
}
@media (max-width: 767.98px) {
  .jikan {
    font-size: 80%;
  }
  .title-copy {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1;
    max-width: 320px;
  }
  .title-copy2 {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
    max-width: 320px;
  }
  .loan {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 6px;
  }
  .telloan {
    font-size: 1.5em;
    margin-left: 40px;
  }
  .telloan:before {
    width: 20px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    left: -25px;
    top: 7px;
  }
  .syohin h2.small {
    color: #FFD500;
    line-height: 1em;
    font-size: 2.4rem;
    padding-top: 10px;
  }
  .syohin h2.small2 {
    color: #FFD500;
    line-height: 1em;
    font-size: 1.7rem;
    padding-top: 10px;
  }
  .syohin h2.small3 {
    color: #FFD500;
    line-height: 1em;
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .title-copy {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1;
    max-width: 200px;
  }
  .title-copy2 {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
    max-width: 200px;
  }
  .table1 th, .table1 td {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 100%;
  }
  .loan {
    display: none;
  }
  .telloan {
    font-size: 1.5em;
    margin-left: 40px;
  }
  .telloan:before {
    width: 20px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    left: -25px;
    top: 7px;
  }
  .syohin h3 {
    line-height: 1em;
    font-size: 1.3em;
  }
  .syohin h3 small {
    line-height: 1em;
    font-size: 0.7em;
  }
  .syohin h2, .syohin h2.yellow {
    line-height: 1em;
    font-size: 2em;
    margin-top: 5px;
  }
  .syohin h2 small {
    line-height: 1em;
    font-size: 0.6em;
  }
  .batch1 {
    width: 80px;
    font-size: 1.3em;
    border-radius: 5px;
    height: 45px;
    padding-top: 7px;
  }
  .batch2 {
    width: 80px;
    font-size: 1em;
    border-radius: 5px;
    line-height: 1em;
    height: 45px;
    padding-top: 5px;
  }
  .batch2-2 {
    background-color: #FF8100;
    color: #FFFFFF;
    width: 90px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1em;
    height: 45px;
    padding-top: 10px;
  }
  .batch3 {
    width: 80px;
    font-size: 0.7em;
    border-radius: 3px;
  }
  .batch3-2 {
    width: 90px;
    font-size: 0.7em;
    border-radius: 3px;
  }
  .batch3-3 {
    width: 100%;
    font-size: 0.7em;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .batch4 {
    width: 100px;
    font-size: 0.7em;
    border-radius: 3px;
  }
  .syohin h2.small {
    font-size: 2rem;
    padding-top: 0px;
  }
  .syohin h2.small2 {
    color: #FFD500;
    line-height: 1em;
    font-size: 1rem;
    padding-top: 10px;
  }
  .syohin h2.small3 {
    color: #FFD500;
    line-height: 1em;
    font-size: 1rem;
  }
}
  @media (max-width: 400px) {
    .title-copy {
      position: absolute;
      top: 20%;
      left: 10%;
      z-index: 1;
      max-width: 180px;
    }
    .title-copy2 {
      position: absolute;
      top: 30%;
      left: 10%;
      z-index: 1;
      max-width: 180px;
    }
    .syohin h2, .syohin h2.yellow {
      line-height: 1em;
      font-size: 1.8em;
    }
    .batch3 {
      width: 60px;
      font-size: 0.7em;
      border-radius: 3px;
    }
    .batch3-2 {
      width: 70px;
      font-size: 0.7em;
    }
    .batch3-3 {
      width: 100%;
      font-size: 0.7em;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
    .batch4 {
      width: 80px;
      font-size: 0.7em;
      border-radius: 3px;
    }
    .title-copy {
      position: absolute;
      top: 25%;
      left: 5%;
      z-index: 1;
      max-width: 160px;
    }
    .syohin h2.small {
      color: #FFD500;
      line-height: 1em;
      font-size: 1.3rem;
      padding-top: 10px;
    }
    .syohin h2.small2 {
      color: #FFD500;
      line-height: 1em;
      font-size: 1.1rem;
      padding-top: 10px;
    }
    .syohin h2.small3 {
      color: #FFD500;
      line-height: 1em;
      font-size: 0.9em;
      padding-top: 10px;
    }
  }
  @media (max-width: 380px) {
    .syohin h2, .syohin h2.yellow {
      line-height: 1em;
      font-size: 1.7em;
    }
    .table1 th, .table1 td {
      font-size: 100%;
    }
    .syohin h2.small {
      color: #FFD500;
      line-height: 1em;
      font-size: 1.2rem;
      padding-top: 10px;
    }
    .syohin h2.small2 {
      color: #FFD500;
      line-height: 1em;
      font-size: 1rem;
      padding-top: 10px;
    }
  }
.nav-link {
    width: 33.33%;
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 125%;
}
.nav-tabs .nav-item {
 width: 33.33%;
}
.nav-tabs .nav-link {
width: 100%;
}
.nav1 {
    background-color: #004283;
}
.nav2 {
    background-color: #1C58AA;
}
.nav3 {
    background-color: #337BC3;
}
.nav-link.active {
    color: #005AAF!important;
    background-color: #FFFFFF;
    font-weight: bold;
    border-color: #FFFFFF;
}
.nav-tabs .nav-link.active {
border-color: #FFFFFF;
}
.tab-content {
     background-color: #FFFFFF;
}
.title3 {
    color: #1C58AA;
    font-size: 150%;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
h4 small {
    font-size: 60%;
}
h2.orange {
    color: #FF7700!important;
}
.bg-orange {
    background-color: #FF7700;
}