@charset "utf-8";

a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.top:link,
a.top:visited {
  font-size: 16px;
  font-weight: bold;
  color: #000080;
  text-decoration: underline;
}

a.top:hover,
a.top:active {
  font-size: 16px;
  font-weight: bold;
  color: #ff1493;
  text-decoration: none;
}

a.top2:link,
a.top2:visited {
  font-size: 14px;
  font-weight: bold;
  color: #000080;
  text-decoration: underline;
}

a.top2:hover,
a.top2:active {
  font-size: 14px;
  font-weight: bold;
  color: #ff1493;
  text-decoration: none;
}

.globalfooter a:before {
  content: "【PR】";
}



/*----------------------------------------------------
      PCサイトcss
  ----------------------------------------------------*/

@media screen and (min-width: 600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .pc {
    display: block;
  }

  img.pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  .globalheader h1, .site_copy {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 90%;
  }

  .globalheader h1:before, .site_copy:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 1rem;
    padding: 0 1rem;
  }



}



/*----------------------------------------------------
      SPサイトcss
  ----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  /***レスポンシブ化用CSS***/

  html, body {
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
    font-size: 14px !important;
  }

  span {
    font-weight: bold !important;
  }

  img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }

  body {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
  }

  h2 {
    font-size: 18px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  * {
    box-sizing: border-box;
    font-family: sans-serif;
  }

  #pankuzu {
    padding: 0 10px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    line-height: 1.8;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .bbx, .navlink_all, .nav_title, .container-list, .container-txt, .information, .globalheader h1, .site_copy, .Field, .globalheader {
    width: 100%;
    max-width: 100%;
  }

  .nav_title, .globalheader h1, .site_copy, .globalheader {
    height: auto;
  }

  .information, .globalheader p.site_lead, .globalheader h1, .site_copy {
    position: unset;
  }

  .container-list, .container-txt {
    float: none;
  }

  .globalheader {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #d2c8f8;
    background-position: center;
  }

  .globalheader h1, .site_copy {
    font-size: 18px;
  }

  p.btn1 img {
    display: none;
  }

  .btn1 a {
    background: #ff1493;
    display: block;
    padding: 1rem 2rem;
    color: #fff !important;
    position: relative;
    border-radius: 10px;
    text-align: center;
  }

  .btn1 a:after, .top_nav a:after, .menu_parent a:after, .navlink_all ul.nav-page li a:after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top_nav a:after, .menu_parent a:after, .navlink_all ul.nav-page li a:after {
    border-color: #9D68B5;
  }

  .nav_title {
    background-size: cover;
  }

  .top_nav a, .menu_parent a, .navlink_all ul.nav-page li a {
    padding: 1rem 2rem;
    background-position: left !important;
    position: relative;
  }

  .globalfooter>p {
    width: 90% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    text-align: center;
  }

  img.Left, img.Right {
    float: none;
    display: block;
    text-align: center;
    margin: 0.5rem auto 1rem;
  }

  .pagebody_first Table td, .content-body Table td, .pagebody_first Table th, .content-body Table th, tr {
    display: block;
    width: 100% !important;
  }

  .Field {
    background-image: none;
  }

  .layout-two-column {
    background: #fff;
  }

  .pagebody_first h2, .content-body h1 {
    background-size: 2rem;
    padding-left: 2.5rem;
    width: 100%;
  }

  .pagebody_first, .content-body {
    margin: 0;
  }

  .midasi {
    background-color: #FCF9FD;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #D2C8F8;
    border-left: 6px solid #D2C8F8;
    color: #766BC0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 20px 0 6px;
    padding: 5px 0 5px 10px;
  }

  .listbox a {
    display: block;
    padding: 0.5rem;
  }

  .listbox ul li {
    background-position: left;
    border-bottom: 1px solid #eee;
  }

  .globalheader h1, .site_copy {
    display: block;
  }

  .globalheader h1:before, .site_copy:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 1rem;
    margin: 0 auto 6px;
    width: fit-content;
  }



}