@charset "utf-8";
div#side ul.list li:nth-child(2) a,
div#side ul.list li:nth-child(3) a,
div#side ul.list li:nth-child(4) a { padding-left:30px; }
div#side ul#side-banner li {
    float: none !important;
    margin: 0 auto !important;
    max-width:140px;
}
div#top-deal, div#top-use, div#top-privacy, div#top-order, div#top-documents { padding:0 10px; }
.tit-top {
    margin:0 -10px 20px!important;
    background-size:177px 36px;
    background-repeat:no-repeat;
    background-position:10px bottom;
}
/* deal & use
-----------------------------------------------------------------------------*/
div#top-deal dt, div#top-order dt, div#top-use dt {
    margin-bottom:10px;
    color:#1a1f72;
    font-weight:bold;
}
div#top-deal dt br, div#top-order dt br, div#top-use dt br { display:none; }
div#top-deal dd, div#top-order dd, div#top-use dd {
    margin-bottom:20px;
    line-height:1.5;
}
/* deal
-----------------------------------------------------------------------------*/
div#top-deal .tit-top { background-image:url(../img/top/tit-deal-sp.png); }
/* use
-----------------------------------------------------------------------------*/
div#top-use .tit-top {
    background-image:url(../img/top/tit-use-sp.png);
    background-size:117px 36px;
}
div#top-use ol {
    margin-top:5px;
    margin-left:3em;
}
div#top-use ol li {
    list-style:decimal;
    line-height:1.5;
}
/*privacy
-----------------------------------------------------------------------------*/
div#top-privacy { margin-bottom:50px; }
div#top-privacy .tit-top { background-image:url(../img/top/tit-privacy-sp.png); }
div#top-privacy h3 {
    margin-bottom:20px;
    color:#1a1f72;
}
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:25px;
    font-size:1.4rem;
    font-weight:bold;
    border-right:2px solid #1f218f;
}
div#top-privacy ul ul li {
    margin-bottom:5px;
    line-height:1.3;
}
div#top-privacy a {
    display:block;
    margin:20px auto 0;
    width:232px;
    height:26px;
    background:url(../img/top/btn-contact-sp.png) no-repeat;
    background-size:cover;
}
div#top-privacy a img { display:none; }
/* deal
-----------------------------------------------------------------------------*/
div#top-order .tit-top { background-image:url(../img/top/tit-order-sp.png); }
/* documents
-----------------------------------------------------------------------------*/
div#top-documents { margin-bottom:50px; }
div#top-documents .tit-top { background-image:url(../img/top/tit-document-sp.png); }
div#top-documents div.tbl .tit {
    margin-bottom:15px;
    color: #1a1f72;
}
div#top-documents div.tbl .tit br { display:none; }
div#top-documents div.tbl div { line-height:1.5; }
div#top-documents div.mgb80 { margin-bottom:30px!important; }
div#top-documents div.mgb80 img {
    width:100%;
    height:auto;
}

/* sidemap
-----------------------------------------------------------------------------*/
#top-sitemap {
    padding: 30px 20px 0;
}
div#top-sitemap li {
    margin-bottom:10px;
}
div#top-sitemap ul ul li:first-child {
    margin-top:10px;
}
div#top-sitemap ul ul li {
    margin-left:20px;
}

/*add*/

/* contact
-----------------------------------------------------------------------------*/
#contact-top {
  padding-bottom: 30px;
}
#contact-top .col-6 {
  margin-bottom: 30px;
}
#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: 16px;
}
#contact-top .btn {
  display: block;
  background-color: #0A2073;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  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: 5px;
  width: 5px;
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -5px;
}
#contact-top .list {
  text-align: left;
}
#contact-top .list a {
  display: inline-block;
  position: relative;
  color: #0A2073;
  margin: 0 20px;
  height: 100%;
  text-decoration: none;
  margin-bottom: 15px;
}
#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: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  height: 4px;
  width: 4px;
  right: -13px;
  top: 50%;
  margin-top: -3px;
}

#contact-form {
  background-color: #eee;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-form .label{
  font-size:1.3;
	font-weight:bold;
}
#contact-form .lead {
  font-weight: bold;
  font-size: 16px;
}
#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 {
  padding: 20px 0;
  border-top: 1px solid #D1D1D1;
}
#contact-form .row .label {
    padding-right: 10px;
    font-size: 16px;
	width:100px;
}
#contact-form .row .label br {display: none;}
#contact-form .row .need {
    display: inline-block;
	margin-left:5px;
}
#contact-form .row .input {
    margin-top: 10px;
}
#contact-form .row .input .l {
  font-weight: bold;
  margin-right: 1em;
}
#contact-form .row .input .input-row {
  display: block;
}
#contact-form .row .input .input-row div:first-child {
    margin-bottom: 5px;
}

#contact-form .row input, #contact-form .row textarea, #contact-form .row select {
  border: 2px solid #D1D1D1;
  padding: 5px;
}
#contact-form .row .input li {
    display: inline-block;
}
#contact-form .row .input li + li {
    margin-left: 20px;
}
#contact-form .row .input li label {
    padding-left: 5px;
}
#contact-form .row textarea {
  width: 100%;
}
#contact-form .row#form-name input {

}
#contact-form .row .input .input-row {
    margin-bottom: 10px;
}
#contact-top .ad {
    padding: 20px;
}
#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#form-mail input {
    width: 100%;
}
#contact-form #year,
#contact-form #month,
#contact-form #day {
    width:6em;
}
.row select {
    width: 100%;
}
/*add*/
.goukei{
    float: right;
    margin-top: -27px;
    font-weight: bold;
    font-size: 1.5rem;
}

.btns .leftbt {
float:left;
margin-left: -150px;

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