body{
  font-size: 16px;
  line-height: 1.85;
  color: #000000;
}
  
img{
  max-width: 100%;
  height: auto;
}

.container{
  max-width: 720px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

a{
  transition: 0.2s;
  color: inherit;
}
a:hover{
  opacity: 0.7;
}

/* **********************************
 *  キャッシュバックキャンペーン
 * ********************************* */
.pg_promote .section#sec1{
  text-align: center;
}

/* スマホフッター */
.footer_fix {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul li.btn1 {
  width: 100%;
  text-align: center;
}
.footer_fix ul li.btn1 img{
  width: 100%;
}

/* 会社概要 */
.company_items{
  margin: 50px 0;
}
.company_items .item {
  display: flex;
  border-bottom: 2px solid #0b185a;
  padding-bottom: 7px;
}
.company_items .item dt, 
.company_items .item dd {
  height: 63px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.company_items .item dt {
  /* width: 27.2%; */
  width: 200px;
  background: #eae9f3;
  padding-left: 30px;
  background-image: url(/img/company/company_sep.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.company_items .item dd {
  /* width: 71.8%; */
  width: calc(100% - 200px);
  background: #d8e9fa;
  padding-left: 20px;
}
.company_items .item + .item {
  margin-top: 25px;
}

.read_more a {
  display: block;
  width: 370px;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 15px 0;
  background: #0f248f;
  background-image: url(/img/marunage/nav_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 #0b185a;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.sp{
  display: none;
}

@media (max-width: 767px){
  body{
    font-size: 12px;
    padding-bottom: 20vw;
  }

  .footer_fix{
    display: block;
  }
  
  .read_more a {
    font-size: 14px;
    background-size: 35px auto;
  }
  .company_items .item dt, 
  .company_items .item dd {
    height: 40px;
    padding-left: 10px;
  }
  .company_items .item dt {
    width: 35%;
  }
  .company_items .item dd{
    width: 65%;
    line-height: 1.5;
  }
  .sp{
    display: block;
  }
}