/************************************************************
kyousai/kasai/common
************************************************************/
.only-sp {
  display: none;
}
/*index_tag_list
****************a********************************************/
/*tokuyaku
************************************************************/
.tokuyaku_wrap {
  margin-top: 30px !important;
}
.tokuyaku_wrap h3 {
  font-size: 2.4rem;
  padding-left: 40px;
  position: relative;
}
.tokuyaku_wrap h3::before {
  background: url(/library/kyousai/kasai/common/img/tokuyaku_icon01.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
.tokuyaku_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.tokuyaku_list_wrap dl {
  border-radius: 10px;
  border: solid 2px #e8a900;
  overflow: hidden;
  width: 170px;
}
.tokuyaku_list_wrap dl:nth-child(1) {
  background: url(/library/kyousai/kasai/common/img/tokuyaku_img01.png) bottom 17px center / 97px 76px no-repeat;
}
.tokuyaku_list_wrap dl:nth-child(2) {
  background: url(/library/kyousai/kasai/common/img/tokuyaku_img02.png) bottom 17px center / 88px 82px no-repeat;
}
.tokuyaku_list_wrap dl:nth-child(3) {
  background: url(/library/kyousai/kasai/common/img/tokuyaku_img03.png) bottom 17px center / 110px 80px no-repeat;
}
.tokuyaku_list_wrap dl:nth-child(4) {
  background: url(/library/kyousai/kasai/common/img/tokuyaku_img04.png) bottom 17px center / 92px 86px no-repeat;
}
.tokuyaku_list_wrap dt {
  background: #e8a900;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 8px 0;
  text-align: center;
}
.tokuyaku_list_wrap em {
  font-size: 2rem;
}
.tokuyaku_list_wrap dd {
  font-size: 1.3rem;
  padding: 14px 18px 90px;
}
.tokuyaku_text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 35px;
  line-height: 1.3;
}
/*point-image
************************************************************/
.inedx_point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.inedx_point_wrap .mod-image-point {
  width: 345px;
}
.inedx_point_wrap .mod-image-point_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.mod-image-point_content_upper {
  border: none;
}
.mod-image-point_content_upper::after {
  display: none;
}
.mod-image-point_content_upper p {
  font-size: 1.9rem;
  text-align: center;
}
.mod-image-point_content_lower .mod-button-link-list {
  margin-top: 0 !important;
  width: 100%;
}
.mod-image-point_content_right em {
  color: #094;
  font-size: 2rem;
}
/*index_tag_list
************************************************************/
.index_tag_list_wrap {
  margin-top: 30px;
}
.index_tag_list_wrap .mod-image-point_content {
  padding: 20px;
}
.index_tag_list_title {
  border-bottom: solid 2px #094;
  color: #094;
  font-size: 1.7rem;
  padding-bottom: 5px;
}
.index_tag_list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_tag_list .mod-link-list {
  margin-top: 10px;
}
.index_tag_list .mod-link-list li {
  font-size: 1.2rem;
  margin-top: 10px;
}
