/* ----------------------------------- 
common
----------------------------------- */
.wrap{
  max-width: 1200px;
  margin: auto;
  padding:0; 
}
.paid-contents .row:last-child{
  padding-bottom: 100px;
}

/* ----------------------------------- 
header
----------------------------------- */
header {
  border-top: 5px solid #ed1c24;
  width: 100%;
  padding: 10px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #eef0f3;
  -webkit-box-shadow: 0 0 5px rgba(225, 229, 233, 0.8);
  -ms-box-shadow: 0 0 5px rgba(225, 229, 233, 0.8);
  box-shadow: 0 0 5px rgba(225, 229, 233, 0.8);
}
header .logo {
    width: 130px;
}


/* ----------------------------------- 
paid-contents
----------------------------------- */
.paid-contents{
  font-size: 16px;
  background-color: #f7fafb;
  padding: 0 15px;
  word-break: break-all;
}

.paid-contents .service_name{
  font-weight: bold;
  margin: 60px 0 30px;
}
.paid-contents .service_name h2 {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.01em;
}
.paid-contents .service_name h2 span.border_b:after{
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 10%;
  height: 10px;
  border-bottom: 3px solid #c00;
}
.paid-contents .box{
  padding: 30px 20px;
  margin:16px 0;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 21px #e6eaef;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.paid-contents .box p.ttl {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.paid-contents .box p.txt{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
}

.paid-contents .box .checklist{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
.paid-contents .box .paid_ttl{
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 14px 30px 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f1f1f1;
  margin-bottom: 0;
}

.paid-contents .box .paid_frame{
  padding: 16px;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 500px;
  overflow: auto;
}
.paid-contents .box .paid_frame ol{

}
.paid-contents .box .paid_frame ol li{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
.paid-contents .box .paid_frame ul.target{
  padding-left: 0;
}
.paid-contents .box .paid_frame ul.target ul{
  padding-left: 1em;
}
.paid-contents .box .paid_frame ul.target ul ul{
  list-style: disc;
  padding-left: 2.5em;
}
.paid-contents .box .paid_frame ul.target li{
  text-indent: 0;
  padding-left: 0;
  margin-left: 0;
}
.paid-contents .box .paid_frame ul{
  list-style: none;
}
.paid-contents .box .paid_frame ul li{
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-left: -2.5em;
  margin-bottom: 0;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}





/* ----------------------------------- 
buttun
----------------------------------- */
.paid-contents a, button {
    cursor: pointer;
}
.paid-contents .slds-button {
    position: relative;
    display: inline-block;
    padding: 0;
    background: transparent;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 6px;
    line-height: 1.875rem;
    text-decoration: none;
    color: #0070d2;
    -webkit-appearance: none;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease-in-out 180ms;
    -moz-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
    line-height: 2.07rem;
    margin: 30px 0;
    font-weight: bold;
}
.paid-contents .slds-button_destructive {
    background-color: #E85350;
    border-color: #E85350;
    color: #ffffff;
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.paid-contents .slds-button_md {
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    letter-spacing: 0.1em;
}
.paid-contents .slds-button_destructive:hover {
    background-color: #E85350;
    border-color: #E85350;
    box-shadow: 0px 4px 10px 1px rgba(86, 86, 86, 0.35);
    transform: translateY(-5px);
    color: white;
}
.paid-contents .slds-button:hover,
.paid-contents .slds-button:focus,
.paid-contents .slds-button:active,
.paid-contents .slds-button:visited {
    text-decoration: none;
}
.paid-contents p.note,
.paid-contents span.note{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-indent: -1.4em;
    padding-left: 1.4em;
    display: inline-block;
}




/* ----------------------------------- 
footer
----------------------------------- */
.slds-grid {
    display: -ms-flexbox;
    display: flex;
}
.main_footer {
    background-color: #292929;
    color: #ffffff;
}
.main_footer .container {
    height: 100%;
}
.main_footer .primay_footer {
    height: 100%;
    padding: 22px 4px;
}
.container {
    position: relative;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}
.main_footer .primay_footer .slds-grid .col-md-auto {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.main_footer .primay_footer img.footer_logo {
    width: 100px;
    height: 36px;
    /* margin-top: 4px; */
}
.main_footer .secondary_footer {
    height: 88px;
    background-color: #343434;
}
.slds-grid_align-spread, .slds-grid--align-spread {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main_footer .secondary_footer .copyright {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 300;
}

.slds-grid {
    display: -ms-flexbox;
    /* display: flex; */
}
.main_footer .primay_footer ul {
    margin: auto;
}

.main_footer .primay_footer ul li:first-child {
    /* margin-left: 5px; */
}
.main_footer .primay_footer ul li {
    position: relative;
    display: block;
    margin-left: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.main_footer .primay_footer .slds-grid {
    height: 100%;
}
.main_footer .primay_footer .slds-grid .slds-col {
    margin-top: auto;
    margin-bottom: auto;
}
.slds-col, [class*="slds-col_padded"], [class*="slds-col--padded"] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.slds-grid_align-spread .slds-col, .slds-grid_align-spread [class*="slds-col_padded"], .slds-grid_align-spread [class*="slds-col--padded"], .slds-grid--align-spread .slds-col, .slds-grid--align-spread [class*="slds-col_padded"], .slds-grid--align-spread [class*="slds-col--padded"] {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.main_footer .secondary_footer .slds-grid {
    height: 100%;
}
.main_footer .secondary_footer .slds-grid .slds-col {
    margin-top: auto;
    margin-bottom: auto;
}
.main_footer .primay_footer ul li a {
    display: block;
    color: #ffffff;
    padding: 5px;
}



/* ----------------------------------- 
@media (min-width: 375px)
----------------------------------- */
@media (min-width: 480px) {

}



/* ----------------------------------- 
@media (min-width: 480px)
----------------------------------- */
@media (min-width: 480px) {

}



/* ----------------------------------- 
@media (min-width: 768px)
----------------------------------- */
@media (min-width: 768px) {

  /* -- header -- */
  header h2.logo {
      padding: 20px 0 20px 6%;
      margin: 0;
  }
  header h2.logo img{
      width:90%;
  }

  .wrap{
    padding:0 30px; 
  }
  .paid-contents .service_name h2{
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.03em;
  }
  .paid-contents .box {
      padding: 30px;
      margin: 30px 0;
  }
  .paid-contents .box .paid_frame {
      padding: 30px;
  }
  .paid-contents .box .paid_frame ul li {
    /* text-indent: -2.0em; */
    /* padding-left: 2.0em; */
    /* margin-left: -2.5em; */
  }
  .paid-contents .box p.ttl{
    font-size: 24px;
    line-height: 40px;
  }

  .paid-contents .slds-button_destructive {
      font-size: 16px;
      padding-left: 25px;
      padding-right: 25px;
  }


  .main_footer .primay_footer ul li {
      display: inline-block;
      margin-left: 15px;
  }

}


 

@media (min-width: 992px){

 
}



/* ----------------------------------- 
@media (min-width: 1200px)
----------------------------------- */
@media (min-width: 1200px) {


}

/* Backtotop Function*/
.back-to-top {
  position: fixed; bottom: 1.5em;
  right: 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  padding: 1em;
  display: none;
  background:rgb(0,0,0);
  background: transparent\9;
  background:rgba(0,0,0,0.3);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
  zoom: 1;
}
.back-to-top:nth-child(n) {
  filter: none;
}
.back-to-top:hover {
  color:#ffffff;
  background:rgb(0,0,0);
  background: transparent\9;
  background:rgba(0,0,0,0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
  zoom: 1; 
}
.bc-footer{
  margin-top: 30px;
  padding-top: 10px;
  background-color: #2f2f2f;
  color: #fff;
}
