#header {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

/* contact
-----------------------------------------------------------------------------*/
#contact-top {
  padding-bottom: 90px;
}
#contact-top .col-6 {
  margin-bottom: 60px;
}
#contact-top p {
  line-height: 1.5;
}
#contact-top .ad {
  background-color: #eee;
  padding-right: 50px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#contact-top .ad .tit {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#contact-top .ad .name {
  font-size: 21px;
}
#contact-top .btn {
  display: block;
  background-color: #0A2073;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  position: relative;
  line-height: 1.3;
  padding: 35px 100px 35px 50px;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
#contact-top .btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
}
#contact-top .btn::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 2px solid #0A2073;
  border-top: 2px solid #0A2073;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  position: absolute;
  right: 53px;
  top: 50%;
  margin-top: -5px;
}
#contact-top .list {
  text-align: center;
}
#contact-top .list a {
  display: inline-block;
  position: relative;
  color: #0A2073;
  margin: 0 20px;
  height: 100%;
  text-decoration: none;
}
#contact-top .list a::before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-color: #0A2073;
  border-radius: 50%;
}
#contact-top .list a::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  height: 4px;
  width: 4px;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -2px;
}

#contact-form {
  background-color: #eee;
  padding-top: 50px;
  padding-bottom: 130px;
}
#contact-form .lead {
  font-weight: bold;
  font-size: 20px;
}
#contact-form .small {
  margin: 15px 0 30px;
}
#contact-form .need {
  width: 50px;
}
#contact-form .need span {
  display: inline-block;
  background-color: #C80000;
  color: #fff;
  font-size: 14px;
  padding: 3px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
#contact-form .row {
  display: flex;
  padding: 30px 20px;
  border-top: 1px solid #D1D1D1;
}
#contact-form .row .label {
  flex-shrink: 0;
  font-size: 20px;
  width: 300px;
  padding-right: 40px;
}
#contact-form .row .need {
  flex-shrink: 0;
}
#contact-form .row .input {
  padding-left: 40px;
  flex: 1 1 0%;
}
#contact-form .row .input div {
  display: inline-block;
}
#contact-form .row .input .l {
  font-weight: bold;
  margin-right: 1em;
}
#contact-form .row .input .input-row {
  display: block;
}
#contact-form .row .input li {
  display: inline-block;
}
#contact-form .row .input li + li {
  margin-left: 30px;
}
#contact-form .row .input li label {
  padding-left: 10px;
}
#contact-form .row input, #contact-form .row textarea, #contact-form .row select {
  border: 2px solid #D1D1D1;
  padding: 5px;
}
#contact-form .row textarea {
  width: 80%;
  height: 200px;
}
/*スピンボタン非表示*/
#contact-form .no-spin{
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}
#contact-form input[type=number]::-webkit-inner-spin-button {
  display: none;
}
/* deal & use
-----------------------------------------------------------------------------*/
div#top-deal dl:after,
div#top-order dl:after,
div#top-use dl:after {
  content: "";
  display: block;
  clear: both;
}

div#top-deal dt,
div#top-order dt,
div#top-use dt {
  clear: both;
  float: left;
  padding-right: 10px;
  margin-bottom: 15px;
  width: 170px;
  color: #1b1f47;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

div#top-deal dd,
div#top-order dd,
div#top-use dd {
  margin-bottom: 15px;
  padding: 0 0 20px 15px;
  margin-left: 170px;
  border-left: 1px solid #1f218f;
  line-height: 1.5;
}

/* use
-----------------------------------------------------------------------------*/
div#top-use ol {
  margin-left: 20px;
}

div#top-use ol li {
  list-style: decimal;
  line-height: 1.5;
}

div#top-use dd a {
  font-weight: bold;
}

/*privacy
-----------------------------------------------------------------------------*/
div#top-privacy p {
  line-height: 1.5;
}

div#top-privacy li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

div#top-privacy li div {
  display: table-cell;
  padding: 0 0 20px 10px;
  line-height: 1.5;
}

div#top-privacy li div.num {
  padding: 0 0 20px 0;
  width: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  border-right: 1px solid #1f218f;
    font-family: 'Montserrat', sans-serif;
}

div#top-privacy ul ul li {
  margin-bottom: 5px;
}

/* documents
-----------------------------------------------------------------------------*/
div#top-documents div.tbl {
  display: table;
  width: 100%;
}

div#top-documents div.tbl .tit {
  display: table-cell;
  width: 10em;
  color: #1b1f47;
  font-size: 1.6rem;
  line-height: 1.3;
  vertical-align: top;
}

div#top-documents div.tbl div {
  display: table-cell;
  border-left: 1px solid #1f218f;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5;
}

/* sidemap
-----------------------------------------------------------------------------*/
div#top-sitemap li {
  margin-bottom: 3px;
}

div#top-sitemap ul ul li:first-child {
  margin-top: 20px;
}

div#top-sitemap ul ul li {
  margin-left: 20px;
}

/* add*/
#contact-form .row .input .input-row {
  margin-bottom: 10px;
}

#contact-top .ad {
  padding: 30px;
}

#contact-top .ad .tit {
  margin-bottom: 20px;
}

#contact-top .ad .name {
  margin-bottom: 20px;
}

#contact-top .ad .address {
  line-height: 1.5;
}

#contact-form .row .input div {
  padding-right: 10px;
}

#contact-form .row .input div {
  padding-left: 10px;
}

#contact-form #mail, #contact-form #concert, #contact-form #addr1, #contact-form #listedName{
  width: 80%;
}

.contents-main {
  margin-bottom: 100px;
}

div#top-deal dt, div#top-order dt, div#top-use dt {
  font-size: 1.4rem;
  width: 270px;
}

div#top-deal dd, div#top-order dd, div#top-use dd {
  margin-left: 270px;
  line-height: 1.8;
}

div#top-use ol li {
  line-height: 1.8;
}

/*add*/
.goukei{
    float: right;
    font-weight: bold;
    font-size: 1.5rem;
    padding-right: 80px;
    padding-top: -100px;
    margin-top: -45px;
}
s
.btns .leftbt {
float:left;
margin-top:-30px;
}
div#top-sitemap li {
    margin-bottom: 20px;
}
