html{
  font-size:14px !important;
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
}
body{
  font-family: 'Kosugi', sans-serif;
  line-height: 2.5;
}
a{
  color:#1ED2B7;
}
a:visited{
  color:#1ED2B7;
}

.btn-orange:hover{
  color:white;
  letter-spacing: 3.5px;
}
.btn-orange{
  background-color: #fd7e00;
  color:white;
  line-height: 4;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-lg {
    padding: .5rem 3rem !important;
  }
@media screen and (max-width:426px) {
.footer{
  font-size:0.5em;
  letter-spacing: normal;
}
.btn-orange{
  font-size:14px;
}
}
label{
  margin-bottom: 0 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
　-moz-appearance:textfield !important;
}

.form-group .badge{
  margin-left:10px;
}

.form-group .form-check-label{
  margin-right: 10px;
}
@media screen and (max-width:992px) {
.form-group .border-bottom{
  border:none !important;
}
}
.border-light{
  border-color:#ced4da75 !important;
}

.form_submit{
  line-height: 1.7em;
}

#addr11{
  margin-top: 10px;
}
.btn-mr{
  margin-right: 20px;
}

@media screen and (max-width:426px) {
.sp-d-col{
  flex-direction: column;
}
.btn-mr{
  margin-right: 0px;
  margin-bottom:20px;
}
}

.bgYel {
    padding-bottom: 2px;
    background: -webkit-linear-gradient(transparent 50%, #f9efb9 0%);
    background: linear-gradient(transparent 50%, #f9efb9 50%);
}

h2 {
    border-left: 8px solid #1ED2B7;
    background-color: #f1f1f1;
    padding: 3px 0 1px 10px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 22px;
    font-weight: bold;
}
h3 {
    border-left: 7px solid #999;
    padding-left: 8px;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 1em;
}



.red{
  color: red;
}

.title01 {
    padding: 15px 5px;
    font-size: 19px;
    line-height: 1.5;
    border-bottom: 1px solid #222;
}

.toc{
  line-height: 1.8 !important;
}
@media screen and (min-width:992px) {
  .toc{
    margin-left: 120px;
  }
}

.big{
  font-size:1.15em;
}

@media screen and (max-width:425px) {
h2{
  font-size:1.5em;
}
h3{
  font-size: 1.2em;
}
.big{
  font-size:1em;
}
}

.toc_title{
  text-align:center;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size:16px;
  font-weight: bold;
}
