@charset "UTF-8";
.page_top {
  position: relative;
  z-index: 20;
  padding-top: 21px;
  height: 87px;
  line-height: 87px;
  border-bottom: 1px solid #A91B4B;
}

@media (max-width: 999px) {
  .page_top {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
  }
}

.page_top .inner {
  margin: auto;
  width: 90%;
  max-width: 980px !important;
  line-height: 1em;
}

@media (max-width: 999px) {
  .page_top .inner {
    line-height: 60px;
  }
}

.page_top .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_top .header_nav_text {
  color: #333333;
}

.site_logo {
  max-width: 400px;
  min-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

@media (max-width: 999px) {
  .site_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .site_logo {
    min-width: 180px !important;
  }
}

.site_logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 999px) {
  .site_logo img {
    vertical-align: middle;
  }
}

.pc-header_nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

@media (max-width: 999px) {
  .pc-header_nav {
    display: none;
  }
}

.pc-header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc-header_nav ul li {
  margin-right: 15px !important;
}

.pc-header_nav ul li:last-child {
  margin-top: 0;
}

.pc-header_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.pc-header_nav ul li a .header_nav_icon {
  width: 21px;
  margin-right: 5px;
}

.pc-header_nav ul li a .header_nav_icon img {
  width: 100%;
  height: auto;
}

.pc-header_nav ul li a .header_nav_text {
  font-size: 14px;
}

.pc-header_nav ul .header_tel_num {
  width: 166px;
}

.pc-header_nav ul .header_tel_num .header_tel_num_img {
  width: 100%;
}

.pc-header_nav ul .header_tel_num .header_tel_num_img img {
  width: 100%;
}

.sp_header {
  display: none;
}

@media (max-width: 999px) {
  .sp_header {
    display: block;
  }
}

.sp_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp_header_tel {
  display: block;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .sp_header_tel {
    margin-right: 8px;
  }
}

.sp_header_tel img {
  max-width: 50px;
  height: auto;
}

@media (max-width: 999px) {
  .sp_header_tel img {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .sp_header_tel img {
    max-width: 35px;
  }
}

.menu_hm:hover {
  cursor: pointer;
}

.menu_hm img {
  max-width: 50px;
  height: auto;
}

@media (max-width: 999px) {
  .menu_hm img {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .menu_hm img {
    max-width: 35px;
  }
}

.sp_top_over {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  display: none;
}

.sp_top_over_wrap {
  border-bottom: 1px solid #A91B4B;
}

.sp_top_over_wrap .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}

.sp_top_over_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}

@media (max-width: 999px) {
  .sp_top_over_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}

.sp_top_over_logo img {
  max-width: 330px;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .sp_top_over_logo img {
    min-width: 180px !important;
  }
}

.sp_top_over_t_c {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 999px) {
  .sp_top_over_t_c {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}

.sp_top_over_t_c img {
  max-width: 50px;
}

@media (max-width: 767px) {
  .sp_top_over_t_c img {
    max-width: 35px !important;
  }
}

.sp_top_over_t {
  padding-right: 22px;
}

@media (max-width: 999px) {
  .sp_top_over_t {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .sp_top_over_t {
    padding-right: 8px !important;
  }
}

.sp_top_over_c:hover {
  cursor: pointer;
}

.sp_list_wrap {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  top: 60px;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: auto;
  overflow-y: scroll;
}

.sp_list_wrap_o {
  margin-top: 0;
}

.sp_list_wrap_ul li a {
  height: 55px;
  line-height: 55px;
  color: #333333;
  font-size: 15px;
  padding-left: 1.5em;
  display: block;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}

.sp_top_over_o a {
  position: relative;
  display: block;
}

.sp_top_over_o a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18.5px;
  height: 2px;
  background-color: #A91B4B;
}

.sp_top_over_o a::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 1.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 18.5px;
  height: 2px;
  background-color: #A91B4B;
}

.sp_top_over_o_a {
  position: relative;
}

.sp_top_over_o_a a::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 1.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 18.5px;
  height: 0px !important;
  background-color: #A91B4B;
}

.sp_top_over_content {
  background-color: #F8F8F8;
  display: none;
}

.sp_top_over_content_active {
  display: block !important;
}

.t_link_wrap {
  width: 90%;
  margin: 36px auto 0;
  max-width: 500px;
}

.t_link_wrap:last-child {
  padding-bottom: 30px;
}

.t_link_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A91B4B;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  padding-left: 14px;
  position: relative;
}

.t_link_wrap a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 13px;
  height: 13px;
}

.t_link_wrap a:hover {
  background-color: #FDF4F7;
}

.t_link_wrap a .t_link {
  max-width: 48px;
  height: auto;
  display: block;
}

.t_link_wrap a .t_link img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.t_link_wrap a .t_link_text {
  font-size: 15px;
  color: #333333;
}

.site_search {
  padding-top: 40px;
}

.site_search form {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: auto;
  height: 50px;
  line-height: 50px;
}

#search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.5em;
}

#search-btn {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: auto;
}

body {
  color: #333333;
}

body .inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

body .inner .main_content_title {
  font-size: 20px;
  color: #A91B4B;
  border-left: 3px solid #A91B4B;
  height: 32px;
  line-height: 32px;
  padding-left: 11px;
}

@media (max-width: 767px) {
  body .inner .main_content_title {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
  }
}

.top {
  width: 100%;
}

.top img {
  width: 100%;
  height: auto;
}

.zaitaku_c_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .zaitaku_c_item_wrap {
    display: block;
  }
}

.zaitaku_c_item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

@media (max-width: 767px) {
  .zaitaku_c_item_img {
    text-align: center;
  }
}

.zaitaku_c_item_img img {
  width: 100%;
  max-width: 410px;
}

.zaitaku_c_item_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7em;
}

@media (max-width: 767px) {
  .zaitaku_c_item_text {
    padding-top: 19px;
    padding-left: 0;
  }
}

.zaitaku_c1 {
  padding-top: 43px;
}

@media (max-width: 767px) {
  .zaitaku_c1 {
    padding-top: 30px;
  }
}

.zaitaku_c2 {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .zaitaku_c2 {
    padding-top: 40px;
  }
}

.zaitaku_shiryo {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .zaitaku_shiryo {
    text-align: center;
    padding-top: 30px;
  }
}

.zaitaku_shiryo .main_content_title {
  margin-bottom: 20px;
  text-align: left;
}

.zaitaku_shiryo .shiryo_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .zaitaku_shiryo .shiryo_btn {
    display: block;
  }
}

.zaitaku_shiryo a {
  display: block;
  border: 1px solid #A91B4B;
  color: #A91B4B;
  font-size: 15px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  padding-left: 60px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  .zaitaku_shiryo a:last-child {
    margin-top: 15px;
  }
}

.zaitaku_shiryo a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: no-repeat url("../img/icon_pdf@2x.png") center center/contain;
}

.zaitaku_shiryo a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: no-repeat url("../img/s_next@2x.png") center center/contain;
}

.zaitaku_shiryo a:hover {
  background-color: #FDF4F7;
}

.zaitaku_table {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .zaitaku_table {
    padding-top: 40px;
  }
}

.zaitaku_table_item {
  max-width: 730px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .zaitaku_table_item {
    display: block;
    line-height: 1em;
    height: auto;
  }
}

.zaitaku_table_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.zaitaku_table_item .item1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  background-color: #F8F8F8;
  padding-left: 17px;
}

@media (max-width: 767px) {
  .zaitaku_table_item .item1 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 10px;
    font-size: 14px;
  }
}

.zaitaku_table_item .item2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  padding-left: 17px;
  border-left: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
  .zaitaku_table_item .item2 {
    border-left: none;
    border-top: 1px solid #DDDDDD;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 10px;
    font-size: 14px;
  }
}

.group {
  padding-top: 67px;
  padding-bottom: 111px;
}

@media (max-width: 767px) {
  .group {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.group .content_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group .content_title {
  font-size: 32px;
  color: #A91B4B;
}

@media (max-width: 767px) {
  .group .content_title {
    font-size: 25px;
  }
}

.group .content_title .slash {
  font-size: 23px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .group .content_title .slash {
    font-size: 25px;
    vertical-align: baseline;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 5px;
  }
}

.group .content_title span {
  font-size: 14px;
}

@media (max-width: 767px) {
  .group .content_title span {
    vertical-align: text-top;
    display: inline-block;
    line-height: 30px;
  }
}

.sp_list_wrap_f,
footer {
  background-color: #FDF4F7;
}

.sp_list_wrap_f .inner,
footer .inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .sp_list_wrap_f .inner,
  footer .inner {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 0;
  }
}

.foot_site_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .foot_site_logo_wrap {
    display: block;
  }
}

.foot_site_logo_wrap .foot_site_logo_img {
  padding-right: 150px;
}

@media (max-width: 999px) {
  .foot_site_logo_wrap .foot_site_logo_img {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .foot_site_logo_wrap .foot_site_logo_img {
    text-align: center;
    padding-bottom: 30px;
    padding-right: 0;
  }
}

.foot_site_logo_wrap .foot_site_logo_img img {
  max-width: 406px;
  width: 100%;
}

@media (max-width: 999px) {
  .foot_site_logo_wrap .foot_site_logo_img img {
    max-width: 370px;
  }
}

@media (max-width: 767px) {
  .foot_site_logo_wrap .foot_site_logo_img img {
    width: 100%;
    max-width: 340px !important;
  }
}

.foot_site_logo_img {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .foot_site_logo_img {
    width: 90%;
    margin: auto;
  }
}

.foot_site_logo_img img {
  max-width: 260px;
  width: 100%;
}

@media (max-width: 999px) {
  .foot_site_logo_img img {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .foot_site_logo_img img {
    max-width: 260px !important;
  }
}

.foot_site_logo_img .pc_foot_site_logo_img {
  display: block;
}

@media (max-width: 767px) {
  .foot_site_logo_img .pc_foot_site_logo_img {
    display: none !important;
  }
}

.foot_site_logo_img .sp_foot_site_logo_img {
  display: none;
}

@media (max-width: 767px) {
  .foot_site_logo_img .sp_foot_site_logo_img {
    display: block !important;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .address_wrap {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 23px;
  }
}

.address_wrap p {
  font-size: 14px;
  color: #333333;
}

@media (max-width: 767px) {
  .address_wrap p {
    font-size: 14px !important;
    color: #333333 !important;
  }
}

.address_wrap p:first-child {
  padding-bottom: 10px;
}

.copyright {
  background-color: #A91B4B;
  text-align: center;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
