
/*######################################################################*/
/*																		*/
/*	SLA																*/
/*																		*/
/*######################################################################*/

#submain section h2 {
    line-height: 50px;
    padding-top: 11px;
}
#submain section h2 small {
    font-size: 0.7em;
}

/* index */
section {
    display: block;
}
.Sla .SlaInner {
  margin: 65px auto 0;
  max-width: 1250px;
  font-size: 16px
  }
  .Sla .SlaInner .main {
    margin: 30px 40px 80px;
  }
  section.sla ul {
      list-style: none;
      padding-bottom: 2em;
  }
  div:after, ul:after, ol:after {
      content: "";
      display: block;
      clear: both;
  }
.Sla .SlaInner small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: inline-flex;
}
.btn_close {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #ccc;
    border-radius: 3px;
}
.btn_accept {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #4970bf;
    border-radius: 3px;
}
.btn_no_click {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #8f2f32;
    font-weight: 500;
    background: #fff;
    border-radius: 3px;
}

/* detail */
.bg-gray {
    background: #f2f2f2;
}
.Sla .SlaInner .info {
    font-size: 18px;
    line-height: 1.8em;
}
section .sla .titleInner {
  margin: 0 0 55px;
  padding: 50px 0;
  text-align: center;
  background: #f7f4f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
section .sla .titleInner .titleTxt {
    margin: 0 60px;
}
section .sla .titleInner .titleTxt h2 {
  display: inline-block;
  position: relative;
  color: #78282a;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
}
section .sla .titleInner .titleTxt h2:after {
display: block;
content: "";
position: absolute;
left: 0;
bottom: -12px;
width: 100%;
height: 4px;
background: #c8b175;
}
section .sla .titleInner .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0.25em;
  margin-left: 0.5em;
  color: #fff;
  background: #78282a;
  font-size: 0.7em;
  top: -0.2em;
  line-height: 1.1em;
}
section .sla .titleInner .titleTxt p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 30px;
}
section.sla h3 {
    font-size: 1.125em;
    padding: 0.3em 0.5em 0.3em 2.0em;
    border-bottom: 2px solid #78282a;
    background: #f1f1f1;
    margin-bottom: 1em;
}
section.sla p {
    font-size: 0.8em;
    margin-bottom: 3em;
}
section.sla p strong {
    font-weight: bold;
}
section.sla table {
    font-size: 0.8em;
}
.table04 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-bottom: 5em;
}

table.table04 {
    padding: 15px 0 ;
}

table .w20 {
    width: 20%;
}
.table04 th {
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
.table04 th, .table04 td {
    padding: 1.0em 3em;
    border-bottom: 1px solid #ddd;
}
.sla-indent{
    margin-left: 2.3em;
}
.sla-indent .last {
margin-top: -2em;
}
.ttl-h4 {
    margin-bottom: 1.4rem;
    font-size: 0.8em;
    font-weight: 700;
}
.ttl-h4.ttl-color {
    padding: 0 0 0 .5em;
    line-height: 1;
    border-left: 3px solid #aaa;
}
section.sla ul li {
    list-style: none;
    font-size: 0.8em;
}
section.sla i {
    padding-left: 1em;
    text-indent: -1em;
}
section.sla li:before {
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 .5em 0 0;
    vertical-align: .1em;
    background: #ccc;
    border-radius: 50%;
    content: '';
}

@media (min-width:320px) and (max-width:768px) {
  #submain section h2 {
      line-height: 29px;
  }
  /* index */
  section.sla {
      width: 100%;
      margin: 0 auto 40px;
  }
  .Sla .SlaInner #all ul {
      display: table;
      width: 100%;
      border-bottom: 1px solid #ddd;
  }
  .Sla .SlaInner #all li {
    padding: 1em 0;
  }
  .Sla .SlaInner .head ul {
    display: none;
    width: 100%;
  }
  .Sla .SlaInner .info li{
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.8em;
    }

  .Sla .SlaInner {
      margin-top: 15px;
    }
  .Sla .SlaInner .main{
    margin: 0px 15px;
  }
  section .sla .titleInner {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  section .sla .titleInner .titleTxt {
  margin: 0 25px;
  }
  section .sla .titleInner .titleTxt h2 {
  font-size: 1.3em;
  line-height: 1.4em;
}
section .sla .titleInner .titleTxt p {
  font-size: 0.9em;
}

section .sla .table04 th, .table04 td {
    padding: 1.0em;
}
section .sla .table04 img {
    vertical-align: top;
    width: 100%;
}
section.sla h3 {
    padding-left: 1em;
}
.sla-indent{
    margin-left: 1em;
}
