@charset "utf-8";
/* CSS Document */

/*===========================
#cpBox
=============================*/
body{
  margin:0;
  padding:0;
  background:#FFF;
}

.lp-head{ width: 100%; border-bottom: 1px solid #dddddd; }

.lp-head-inner{
    width: 920px;
    padding: 10px;
    margin: 0 auto;
}

#main{
  margin: 0 auto;
  /*background: #f4f4f4;*/
}

#main .content{
  width: 940px;
  margin: 0px auto 0;
  background-color: #fff;
  max-width: inherit;
}

.content h2{
  font-size: 1.8em;
  line-height: 1.65;
  letter-spacing: normal;
  border-bottom: 3px double #ccc;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 0.8em;
}

.content .innerBox {
    margin-top: 0px;
    margin-bottom: 50px;
}

.content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #ec1234;
    padding-left: 12px;
    position: relative;
}

.content h3::before {
    content: '';
    background-color: #ec1234;
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

.content .innerBox h3 + * {
    margin-top: 10px;
}

.content p {
    font-size: 1.6rem;
    line-height: 1.65;
}

.content a {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content ul.lp-list,
.content ul.lp-list2, {
    line-height: 1.65;
}

.content ul.lp-list li,
.content ul.lp-list2 li {
    margin-left: 1rem;
    line-break: anywhere;
    margin-bottom: 5px;
    line-height: 1.65;
    font-size: 1.6rem;
}

.content ul.lp-list li::before {
    content: "◇";
    position: relative;
    margin-left: -1rem;
}

.content ul.lp-list2 li::before {
    content: "";
    position: relative;
    margin-left: -1rem;
}

#container #gFooter{
  margin-top:0; 
}

#main #pagePath{
  padding: 0px 0 10px 10px;
}

#gFooter .pagetop {
  z-index: 1000;
}

.pageTitle-kiyaku{
  width: auto;
  margin: 0px auto 30px;
  padding-top: 35px;
  text-align: center;
}

.pageTitle-kiyaku h1{
  font-size: 2.2em;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.pageTitle-kiyaku div{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}


/*タブレット*/
@media screen and (max-width: 896px){
  

}


/*スマホ共通*/
@media screen and (max-width: 560px){
  .pc{display: none;}
  .lp-head-inner {
      width: auto;
  }

  .pageTitle-kiyaku div {
    font-size: 14px;
    text-align: left;
  }

  #main .content {
    width: auto;
    padding: 0px 0px;
    margin: 0 16px;
  }
  .pageTitle-kiyaku h1 {
    font-size: 1.6em;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .content h2 {
      font-size: 1.5em;
      line-height: 1.65;
      margin-bottom: 0.8em;
  }
  .content h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .content p {
    font-size: 1em;
    line-height: 1.65;
  }
  .content ul.lp-list li, .content ul.lp-list2 li {
    margin-left: 1rem;
    margin-bottom: 5px;
    line-height: 1.65;
    font-size: 1em;
  }

}



