@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.l-root p {
  color: #000;
  font-size: 16px;
}
.l-root a {
  color: #00838B;
  font-size: 16px;
}
h2.b-title {
  width: 100%;
  height: 230px;
  background: url("../../images/pc/shakaihoken/title.png") no-repeat center center #DFEFFF;
  text-indent: -9999px;
  margin: 0;
}
.b-main {
  width: 1020px;
  margin: 40px auto 60px;
  overflow: hidden;
}
.b-main table {
  width: 100%;
  margin: 20px 0 40px;
  border: 1px solid #E4E4E4;
}
.b-main table th {
  width: 200px;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
  background-color: #DFEFFF;
}
.b-main table td {
  border-left: 1px solid #E4E4E4;
  font-size: 16px;
  color: #000;
  padding: 15px 0 15px 25px;
}
.b-main table td p {
  margin: 0;
}
.b-main ul li {
  font-size: 16px;
}
.b-subTitle {
  font-size: 35px;
  color: #00838B;
  margin-bottom: 30px;
}
.b-subTitle::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #00838B;
  position: relative;
  top: 5px;
}
/* sp  */
@media (max-width: 768px) {
  .l-root p,
  .l-root a {
    font-size: 14px;
  }
  h2.b-title {
    width: 100%;
    height: 0;
    padding-top: 36%;
    background: url("../../images/sp/shakaihoken/title.png") no-repeat center center #DFEFFF;
    background-size: contain;
  }
  .b-main {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 30px;
  }
  .b-main table {
    width: 100%;
  }
  .b-main table th {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    display: block;
  }
  .b-main table td {
    display: block;
    border-left: none;
    border-top: 1px solid #E4E4E4;
    font-size: 14px;
    padding: 10px;
  }
  .b-main table td p {
    margin: 0;
  }
  .b-main ul li {
    font-size: 14px;
  }
  .b-subTitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
