@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.worksans {
  font-family: 'Work Sans', sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}
.content {
  background: #ebebeb;
  padding: 100px 0 170px 0;
  margin-top: 115px;
}
@media only screen and (max-width: 960px) {
  .content {
    padding-bottom: 50px;
  }
  .content .wrap960 {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .content {
    margin-top: 30px;
  }
}
.content .mainTitle {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .content .mainTitle {
    margin-bottom: 20px;
  }
}
.content .mainTitle h1 {
  font-size: 30px;
  color: #103861;
  font-weight: normal;
  margin: 0;
}
.content .banner {
  width: 100%;
  height: 350px;
  background: url(../images/insurance_banner.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 50px;
}
.content article h3 {
  font-size: 18px;
  color: #0079ba;
}
.content article .table {
  width: 100%;
  display: table;
}
.content article .table .row {
  display: table-row;
}
.content article .table .th,
.content article .table .td {
  display: table-cell;
  border-bottom: 2px #f5f5f5 solid;
  padding: 25px;
  font-size: 16px;
  line-height: 1.8;
}
.content article .table .th {
  background: #29a7de;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.content article .table .td {
  background: white;
  color: #103861;
}
.content article .table .td ol {
  margin: 0;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .content article .table .row {
    display: block;
  }
  .content article .table .th {
    width: auto;
    text-align: left;
    padding-bottom: 0;
    display: block;
    border: 0;
    background: white;
    color: #0079ba;
  }
  .content article .table .td {
    display: block;
  }
}
.content article .table.compare .th,
.content article .table.compare .td {
  border-right: 2px #f5f5f5 solid;
  padding: 25px 15px;
  line-height: 1.4;
  width: 40px;
}
.content article .table.compare .th:last-child,
.content article .table.compare .td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 960px) {
  .content article .table.compare .th,
  .content article .table.compare .td {
    width: auto;
    padding: 15px 10px;
  }
  .content article .table.compare .th br,
  .content article .table.compare .td br {
    display: none;
  }
}
.content article .table.compare .td {
  text-align: center;
  vertical-align: middle;
}
.content article .table.compare .td.type1 {
  color: white;
  font-size: 15px;
  background: url(../images/insurance_type1.jpg) white no-repeat center center;
}
@media only screen and (max-width: 960px) {
  .content article .table.compare .td.type1 {
    background-position: center center;
  }
}
.content article .table.compare .td.type2 {
  vertical-align: top;
  color: #0079ba;
  font-size: 15px;
  background: url(../images/insurance_type2.jpg) white no-repeat center bottom;
  padding-top: 10px;
}
.content article .table.compare .td .has {
  text-indent: -9999px;
  background: url(../images/insurance_has.svg) no-repeat center;
  width: 32px;
  height: 32px;
  margin: 5px auto 0;
}
@media screen and (max-width: 700px) {
  .content article .table.compare {
    display: block;
  }
  .content article .table.compare .row {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 3px);
    margin-left: -1px;
  }
  .content article .table.compare .row .td,
  .content article .table.compare .row .th {
    display: block;
    height: 50px;
  }
  .content article .table.compare .row .td:last-child,
  .content article .table.compare .row .th:last-child {
    border-right: 2px #f5f5f5 solid;
  }
  .content article .table.compare .row .td.type1 {
    padding-top: 20px;
    height: 45px;
  }
  .content article .table.compare .row .td.type2 {
    padding-top: 10px;
    height: 55px;
  }
}
@media only screen and (max-width: 640px) {
  .content article .table.compare .th {
    text-align: center;
    border-right: 2px #f5f5f5 solid;
    border-bottom: 2px #f5f5f5 solid;
    background: #0079ba;
    color: white;
  }
}
@media only screen and (max-width: 420px) {
  .content article .table.compare .row .td,
  .content article .table.compare .row .th {
    font-size: 12px;
    height: 50px;
  }
  .content article .table.compare .row .td.type1 {
    padding-top: 20px;
    height: 45px;
  }
  .content article .table.compare .row .td.type2 {
    padding-top: 15px;
    height: 50px;
  }
}
.content article .note {
  padding: 25px;
  font-size: 16px;
  line-height: 1.8;
  color: #4d4d4d;
  background: white;
  margin-bottom: 50px;
}
.content article .note ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.content article .note.compare {
  background: transparent;
}
