@charset "utf-8";

.box-section {
  margin-bottom: 162px;
}
.box-section h2 {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url(/browser/img/bg_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mod-box-inr {
  max-width: 1000px;
  width: 100%;
}
.box-section .box {
  padding: 35px 0 30px;
}
.box-section .box.lin {
  background-image: url(/common/img/line_01.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 3px 1px;
}
.box-section .box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #009944;
  margin-bottom: 1.0em;
}
.box-section .box ul li.mt-10 {
  padding-top: 0.6em;
}
.box-section h3 {
  font-size: 16px;
  font-weight: bold;
  color: #009944;
  margin: 1.0em 0;
}
.box-section p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2em;
}

/*テーブル*/
.browser__table {
  font-size: 14px;
  letter-spacing: 1px;
}
.browser__table p {
  margin-bottom: 15px;
}
.browser__table th {
  width: 21%;
  font-weight: bold;
  color: #009944;
  vertical-align: text-top;
  text-align: left;
  padding-left: 20px;
}
.browser__table td {
  width: 79%;
  line-height: 2;
  padding-right: 20px;
}
.browser__table th, .browser__table td {
  padding-bottom: 28px;
}
.browser__table02 th, .browser__table02 td {
  padding-bottom: 10px;
}

/*テキスト強調*/
.txt-strong {
  font-weight: 600;
}

/*common.css上書き*/
#wrp-content {
  background-image: none;
  padding-top: 0;
}
#wrp-content .box-ttl {
  padding: 63px 0 45px;
}
#wrp-content .box-ttl:after {
  background-image: none;
}
/*common.css上書き*/
 

/***********************************************************************
smart phone
***********************************************************************/
@media screen and (max-width:640px) {
  
  /*common.css上書き*/
  #wrp-content .box-ttl {
    padding: 55px 0 30px;
  }
  .mod-box-inr {
    padding: 0 10px;
  }
  /*common.css上書き*/

   /*スマホでタイトル日本語消す*/
  .js_titl-ja {
    display: none;
  }
  .box-section {
    margin-bottom: 90px;
  }
  .mod-box-inr h1 {
    max-width: 157px;
    margin: 0 auto;
  }
  .box-section h2 {
    margin: 0 0 23px;
    padding: 10px 0;
    font-size: 14px;
    background-image: url(/common/img/sp/bg_ttl.png);
    background-size: 100% 100%;
  }
  .box-section .box {
    padding: 20px 0 16px;
  }
  .box-section .box h3 {
    font-size: 18px;
  }
  .box-section .box p,
  .box-section .box ul {
    font-size: 13px;
  }
  .box-section h3 {
    font-size: 14px;
    font-weight: bold;
    color: #009944;
    margin: 1.0em 0;
  }
  .box-section p {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 2em;
  }
  
  /*テーブル*/
  .browser__table {
    margin-bottom: 25px;
  }
  .browser__table ul {
    margin-bottom: 25px;
  }
  .browser__table th {
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
    padding: 0 0 10px;
    font-size: 15px;
  }
  .browser__table td {
    width: 100%;
    display: block;
    font-size: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }
  
}/*end*/