@charset "UTF-8";
/* PC　Style */
img {
  width: auto;
}

article p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.tbl-style01 th, .tbl-style01 td {
  padding: 10px;
  border-top: solid 2px #cdcdcd;
  border-left: solid 2px #cdcdcd;
}

.tbl-style02 dt, .tbl-style02 dd, .tbl-style03 th, .tbl-style03 td {
  padding: 10px;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}

.tbl-style01 {
  width: 100%;
  line-height: 1.4;
  border-right: solid 2px #cdcdcd;
  border-bottom: solid 2px #cdcdcd;
}

.tbl-style01 th {
  line-height: 1.4;
}

.tbl-style02 {
  display: table;
  width: 100%;
  line-height: 1.4;
  border-top: solid 1px #cdcdcd;
  border-left: solid 1px #cdcdcd;
}

.tbl-style02 dt {
  display: table-cell;
  width: 35%;
  position: relative;
  font-weight: normal;
  vertical-align: middle;
}

.tbl-style02 dd {
  display: table-cell;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.tbl-style03 {
  width: 100%;
  margin-bottom: 20px;
  border-top: solid 1px #cdcdcd;
  border-left: solid 1px #cdcdcd;
}

.tbl-style03 th {
  font-weight: normal;
}

.tbl-bg-base {
  background: #f1f1f1;
  font-size: 18px;
  font-size: 1.8rem;
}

.tbl-bg-color01 {
  background: #fcefcf;
  font-size: 13px;
  font-size: 1.3rem;
}

.tbl-bg-color02 {
  background: #edf6ff;
}

.tbl-bg-color03 {
  background: #fff;
}

.tbl-bg-color03 .new {
  display: inline-block;
  position: relative;
  padding-right: 54px;
}

.tbl-bg-color03 .new:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  background: url(../img/icon_new.png) 0 0 no-repeat;
}

.tbl-bg-color04 {
  background: #d5d7f8;
}

.tbl-bg-img01 {
  padding: 5px 10px !important;
  background: url(../img/bg01.png) no-repeat 0 0;
  background-size: cover;
  font-size: 16px;
  font-size: 1.6rem;
}

.tbl-bg-img02 {
  padding: 5px 10px !important;
  background: url(../img/bg02.png) no-repeat 0 0;
  background-size: cover;
  font-size: 16px;
  font-size: 1.6rem;
}

.tbl-txt-color01 {
  color: #b18006;
  font-size: 14px;
  font-size: 1.4rem;
}

.tbl-txt-color02 {
  color: #212792;
  font-size: 14px;
  font-size: 1.4rem;
}

.tbl-icon01 {
  display: block;
  position: relative;
  padding-left: 60px;
}

.tbl-icon01:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -23px;
  background: url(../img/icon01.png) 0 0 no-repeat;
}

.tbl-icon02 {
  display: block;
  position: relative;
  padding-left: 60px;
}

.tbl-icon02:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -23px;
  background: url(../img/icon02.png) 0 0 no-repeat;
}

.tbl-icon03 {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}

.tbl-icon03:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  background: url(../img/icon03.png) 0 0 no-repeat;
}

.tbl-icon04 {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}

.tbl-icon04:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  background: url(../img/icon04.png) 0 0 no-repeat;
}

.tbl-border-hide {
  border: none !important;
}

.tbl-border-t-hide {
  border-top: none !important;
}

.tbl-border-b-hide {
  border-bottom: none !important;
}

.tbl-border-r-hide {
  border-right: none !important;
}

.tbl-border-l-hide {
  border-left: none !important;
}

.tbl-width-a {
  width: 63%;
}

.tbl-width-b {
  width: 1em;
}

.sec-lv3 {
  margin-bottom: 40px;
}

.title-lv3 {
  margin-top: 30px;
}

.title-lv3 .new {
  display: inline-block;
  position: relative;
  padding-right: 54px;
}

.title-lv3 .new:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  background: url(../img/icon_new.png) 0 0 no-repeat;
}

.title-lv3-sd01 {
  display: none;
}

.title-lv3-sd02 {
  display: none;
}

.title-lv3-icon01 {
  display: inline-block;
  position: relative;
  padding-right: 100px;
}

.title-lv3-icon01:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 46px;
  margin-top: -23px;
  background: url(../img/icon01.png) 0 0 no-repeat;
}

.title-lv3-icon01:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  background: url(../img/icon02.png) 0 0 no-repeat;
}

.title-lv3-icon02 {
  position: relative;
  padding-right: 60px;
}

.title-lv3-icon02:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  background: url(../img/icon01.png) 0 0 no-repeat;
}

.item {
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 40px;
}

.item.type01 {
  margin-bottom: 0;
}

.item.type02 {
  margin-bottom: 0;
}

.item-txt {
  float: left;
  margin-top: 20px;
}

.item-txt .fs-xxxl {
  line-height: 1.4;
}

.item-img {
  float: right;
}

.item-img-mt {
  margin-top: 30px;
}

.item-width-a {
  width: 395px;
}

.item-width-b {
  width: 556px;
}

.item-width-c {
  width: 446px;
}

.item-width-d {
  width: 419px;
}

.box-bg-color01 {
  margin-bottom: 20px;
  padding: 30px 46px;
  background: #f8f8f8;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) inset;
}

.box-border {
  margin-bottom: 10px;
  padding: 30px 20px;
  border: solid 1px #cdcdcd;
}

.box_btn {
  margin-top: 20px;
  text-align: center;
}

.box_btn .sd-hide:hover {
  opacity: 0.7;
}

.font-color01 {
  color: #d02a2a;
}

.font-color02 {
  color: #d00;
}

.font-color03 {
  color: #238d4a;
}

.note {
  margin-bottom: 0;
}

.note li {
  position: relative;
  margin: 0 0 0.5em 0;
  padding-left: 1em;
  text-indent: 0;
}

.note li span {
  margin: 0;
}

.note li span.item {
  position: absolute;
  top: 0;
  left: 0;
}

.txt-underline {
  text-decoration: underline;
}

.fs-xs {
  font-size: 12px;
}

.fs-ml {
  line-height: 1.6;
}

.fs-xl {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
}

/* SP　Style */
@media screen and (max-width: 640px) {
  img {
    width: 100%;
  }
  article p {
    margin-bottom: 10px;
  }
  .tbl-style01 th, .tbl-style01 td {
    padding: 10px;
    border-top: solid 2px #cdcdcd;
    border-left: solid 2px #cdcdcd;
  }
  .tbl-style02 dt, .tbl-style02 dd, .tbl-style03 th, .tbl-style03 td {
    padding: 10px;
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
  }
  .tbl-style01 {
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
  }
  .tbl-style01 th {
    padding: 8px 5px;
    border-top: solid 1px #cdcdcd;
    border-left: solid 1px #cdcdcd;
  }
  .tbl-style01 td {
    padding: 8px;
    border-top: solid 1px #cdcdcd;
    border-left: solid 1px #cdcdcd;
  }
  .tbl-bg-color03 .new {
    padding: 40px 0 0;
  }
  .tbl-bg-color03 .new:after {
    width: 30px;
    height: 30px;
    top: 0;
    right: 50%;
    margin-top: 0;
    margin-right: -15px;
    background-size: 100%;
  }
  .tbl-style02 {
    display: block;
  }
  .tbl-style02 dt {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .tbl-style02 dd {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl-style03 th {
    padding: 20px 15px;
  }
  .tbl-style03 td {
    padding: 20px 15px;
  }
  .tbl-bg-base {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl-bg-color01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tbl-bg-color02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tbl-bg-img01 {
    text-align: center;
    width: 38%;
  }
  .tbl-bg-img02 {
    text-align: center;
    width: 31%;
  }
  .tbl-txt-color01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tbl-txt-color02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tbl-icon01 {
    padding-left: 0;
    padding-top: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl-icon01:before {
    width: 40px;
    height: 40px;
    top: 0;
    left: 50%;
    margin-top: 10px;
    margin-left: -20px;
    background: url(../img/icon01-sd.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .tbl-icon02 {
    padding-left: 0;
    padding-top: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl-icon02:before {
    width: 30px;
    height: 30px;
    top: 0;
    left: 50%;
    margin-top: 10px;
    margin-left: -15px;
    background: url(../img/icon02-sd.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .tbl-icon03 {
    padding-left: 30px;
  }
  .tbl-icon03:before {
    left: 0;
  }
  .tbl-icon04 {
    padding-left: 30px;
  }
  .tbl-icon04:before {
    left: 0;
  }
  .tbl-writing-mode {
    display: block;
    width: 1.3em;
    height: 7em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .tbl-width-a {
    width: 75%;
  }
  .sec-lv3 {
    margin-bottom: 20px;
  }
  .sec-lv3.new {
    padding-top: 5px;
  }
  .title-lv3 {
    margin-top: 20px;
  }
  .sec-lv3.new .title-lv3 {
    position: relative;
    margin-top: 30px;
  }
  .title-lv3 .new {
    position: static;
    padding-right: 0;
  }
  .title-lv3 .new:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -12px;
    right: inherit;
    left: 0;
    background-size: 100%;
  }
  .title-lv3-sd01 {
    display: inline-block;
    width: 60px;
  }
  .title-lv3-sd02 {
    display: inline-block;
    width: 35px;
  }
  .title-lv3-icon01 {
    padding-right: 60px;
  }
  .title-lv3-icon01:before {
    width: 30px;
    height: 30px;
    right: 25px;
    top: 100%;
    margin-top: -28px;
    background: url(../img/icon03-sd.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .title-lv3-icon01:after {
    width: 20px;
    height: 20px;
    right: 0;
    top: 100%;
    margin-top: -22px;
    background: url(../img/icon04-sd.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .title-lv3-icon02 {
    padding-right: 35px;
  }
  .title-lv3-icon02:before {
    width: 30px;
    height: 30px;
    right: 0;
    top: 100%;
    margin-top: -25px;
    background: url(../img/icon03-sd.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .item {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .item.type01 {
    margin-bottom: 30px;
  }
  .item-txt {
    float: none;
  }
  .item-img {
    float: none;
    text-align: center;
  }
  .item-img-mt {
    margin-top: 0;
  }
  .item-width-a {
    width: auto;
  }
  .item-width-b {
    width: auto;
  }
  .item-width-c {
    width: auto;
  }
  .item-width-d {
    width: auto;
  }
  .box-bg-color01 {
    padding: 20px;
    text-align: center;
  }
  .box-bg-color01 p {
    margin: 10px 0 20px;
  }
  .box-border {
    padding: 20px 10px;
  }
  .accordion {
    margin-top: 30px;
    background: #55936b url("../img/sec03-bg02-sd.png") no-repeat 95% 50%;
    background-size: 10%;
    cursor: pointer;
  }
  .accordion.bg-icon {
    background-image: url("../img/sec03-bg01-sd.png");
  }
  .accordion-contents {
    display: none;
    margin-bottom: 30px;
  }
  .fs-ml {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .fs-xl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagetop a:hover {
    background-position: 0 0;
  }
}


