@charset "UTF-8";
body {
  background: #fcfbfa url(../images/bg.jpg) center top no-repeat fixed;
  background-size: cover;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Times, Garamond, "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body::before {
  content: '';
  display: table;
}

a[href^="tel"] {
  color: inherit;
}

a {
  border: none;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

/* header */
main.header {
  background: #fff;
  max-width: none;
}

main.header .main_in.sub {
  padding: 42px 0 40px;
  box-sizing: border-box;
  min-height: 285px;
}

main.header .main_in.sub .sub_logo {
  width: 20%;
  margin-bottom: 30px;
}

main.header .main_in.sub #global_nav {
  position: static;
  top: auto;
}

main.header .main_in.sub #global_nav ul li {
  font-size: 20px;
}

main.header .main_in.sub #global_nav ul li a {
  position: relative;
}

main.header .main_in.sub #global_nav ul li a.active {
  color: #d11d7d;
}

main.header .main_in.sub #global_nav ul li a.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #d11d7d;
}

@media print, screen and (max-width: 1240px) {
  main.header .main_in.sub {
    padding: 15px 0;
    min-height: 0;
  }
  main.header .main_in.sub .sub_logo {
    display: block;
    width: auto;
    margin: 0;
    text-align: center;
  }
  main.header .main_in.sub .sub_logo img {
    height: 70px;
    width: auto;
  }
  main.header .main_in.sub #headmenu {
    top: 20px;
    right: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  main.header .main_in.sub {
    padding: 10px 0;
  }
  main.header .main_in.sub .sub_logo img {
    height: 38px;
  }
  main.header .main_in.sub #headmenu {
    top: 0;
    right: 10px;
  }
}

@media print, screen and (max-width: 480px) {
  main.header .main_in.sub {
    padding: 8px 0;
  }
  main.header .main_in.sub .sub_logo img {
    height: 34px;
  }
  main.header .main_in.sub #headmenu {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
  }
}

/* components */
.page_body {
  margin-bottom: 100px;
}

.section_in {
  box-sizing: border-box;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 60px;
}

.section_ttl {
  background-color: #d11d7d;
  box-sizing: border-box;
  min-height: 100px;
  padding: 22px 0 0;
  margin-bottom: 70px;
  color: #fff;
  font-weight: bold;
}

.section_ttl h1 {
  box-sizing: border-box;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 60px;
  font-size: 38px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Times, Garamond, "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .05em;
}

.text_hanging {
  text-indent: -1em;
  margin-left: 1em;
}

.text_hanging + .text_hanging {
  text-indent: -1em;
  margin-left: 1em;
}

.text_link {
  text-decoration: underline;
  color: inherit;
}

.text_link:hover {
  text-decoration: none;
}

@media print, screen and (max-width: 1240px) {
  .section_ttl {
    min-height: 0;
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .section_ttl h1 {
    padding: 0 30px;
    font-size: 30px;
  }
}

@media print, screen and (max-width: 768px) {
  body {
    font-size: 14px;
    background: #fcfbfa url(../images/bg.jpg) center top no-repeat fixed;
    background-size: 100% auto;
  }
  .page_body {
    margin-bottom: 15px;
  }
  .section_in {
    padding: 0 30px;
  }
  .section_ttl {
    min-height: 0;
    padding: 8px 0;
    margin-bottom: 20px;
  }
  .section_ttl h1 {
    padding: 0 30px;
    font-size: 18px;
  }
}

@media print, screen and (max-width: 480px) {
  .section_in {
    padding: 0 20px;
  }
  .section_ttl {
    min-height: 0;
    padding: 8px 0;
    margin-bottom: 20px;
  }
  .section_ttl h1 {
    padding: 0 20px;
    font-size: 18px;
  }
}

/* util */
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.inline_block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.text_size_ll {
  font-size: 30px !important;
}

.text_size_l {
  font-size: 26px !important;
}

.text_size_ml {
  font-size: 18px !important;
}

.text_size_s {
  font-size: 15px !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_color_main {
  color: #d11d7d !important;
}

.line_hieght_narrow {
  line-height: 1.3;
}

/* margin */
.m_v_3em {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.m_v_2em {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.m_v_1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.m_v_ll {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m_v_l {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m_v_ml {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m_v_m {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m_v_sm {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m_v_s {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m_v_ss {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m_v_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m_t_3em {
  margin-top: 3em !important;
}

.m_t_2em {
  margin-top: 2em !important;
}

.m_t_1em {
  margin-top: 1em !important;
}

.m_t_ll {
  margin-top: 40px !important;
}

.m_t_l {
  margin-top: 30px !important;
}

.m_t_ml {
  margin-top: 20px !important;
}

.m_t_m {
  margin-top: 16px !important;
}

.m_t_sm {
  margin-top: 12px !important;
}

.m_t_s {
  margin-top: 8px !important;
}

.m_t_ss {
  margin-top: 4px !important;
}

.m_t_0 {
  margin-top: 0 !important;
}

.m_b_3em {
  margin-bottom: 3em !important;
}

.m_b_2em {
  margin-bottom: 2em !important;
}

.m_b_1em {
  margin-bottom: 1em !important;
}

.m_b_ll {
  margin-bottom: 40px !important;
}

.m_b_l {
  margin-bottom: 30px !important;
}

.m_b_ml {
  margin-bottom: 20px !important;
}

.m_b_m {
  margin-bottom: 16px !important;
}

.m_b_sm {
  margin-bottom: 12px !important;
}

.m_b_s {
  margin-bottom: 8px !important;
}

.m_b_ss {
  margin-bottom: 4px !important;
}

.m_b_0 {
  margin-bottom: 0 !important;
}

@media print, screen and (max-width: 768px) {
  .text_size_ll {
    font-size: 18px !important;
  }
  .text_size_l {
    font-size: 15px !important;
  }
  .text_size_s {
    font-size: 12px !important;
  }
}
