@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "メイリオ", "Meiryo", "Osaka", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
img {
  vertical-align: bottom;
}
a img {
  border: none;
  border-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
.Right {
  text-align: right;
}
.left {
  text-align: left;
}
.font80 {
  font-size: 80%;
}
.red {
  color: red;
}
.font_small {
  font-size: 0.8em;
  line-height: 1.6em;
}
.zoomin {
  margin-top: 0;
  font-size: 80%;
}
.icon-pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/common/PDF.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 10000;
}
*/
#toggle {
  display: none;
}
#header_inner {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
}
#logo {
  float: left;
  margin-top: 30px;
  width: 18%;
}
#global-nav {
  width: 82%;
  float: left;
}
#global-nav ul {
  width: 100%;
  margin-right: 0;
}
#global-nav li {
  margin: 0 25px;
  font-size: 18px;
  list-style: none;
  display: inline-block;
}
/* #global-nav li a {
  text-decoration: none;
  color: #333;
} */
#top_contact a {
  background-color: #3774e9;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 7px 30px 5px;
  border-radius: 18px;
  position: absolute;
  right: 0px;
  top: 29px;
}
#top_contact a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/common/arrow_wt.svg)no-repeat center;
  top: 0px;
  bottom: 0px;
  width: 6px;
  right: 6%;
  margin: auto;
}
#top_contact a:hover {
  background-color: #ADC6F6;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
#bread {
  background-color: #eee;
  padding: 2px 0;
}
#bread ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
}
#bread li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
}
#bread li a {
  text-decoration: none;
  color: #333;
}
#bread li a:hover {
  text-decoration: underline;
}
.MainIMG {
  text-align: center;
}
.MainIMG-left {
  text-align: left;
}
.MainIMG img, .MainIMG-left img {
  max-width: 100%;
  height: auto;
}
.content_area {
  max-width: 1190px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.content_area:after {
  content: "";
  display: block;
  clear: both;
}
.content_area1000 {
  max-width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.content_area1000:after {
  content: "";
  display: block;
  clear: both;
}
.content_area_wh {
  max-width: 1190px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-sizing: border-box;
}
.content_area_wh:after {
  content: "";
  display: block;
  clear: both;
}
section:after {
  content: "";
  display: block;
  clear: both;
}
#title {
  width: 100%;
  background-image: url("../images/common/title_back.jpg");
}
#title h1 {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px #666;
}
.date {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.overview {
  background-color: #EAF0F1;
}
.outside {
  margin-top: 30px;
  margin-bottom: 50px;
}
.content_col2 {
  float: left;
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  box-sizing: border-box;
}
.background_grd_ltblue {
  width: 100%;
  background: linear-gradient(#e7f0fd, #accbee);
  margin-top: 0px;
  padding: 50px 0 10px;
}
.background_grd_lime {
  background: linear-gradient(#deecdd, #c1dfc4);
}
.holiday_info {
  border: solid 1px red;
  padding: 10px;
  color: red;
  width: 90%;
  margin: 30px auto;
  font-size: 90%;
}
/* リンクボタン */
.LinkButton {
  background-color: #2C61C5;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}
.LinkButton a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.LinkButton a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8CABE5;
  border-radius: 5px;
}
.LinkButton a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/common/arrow_wt.svg)no-repeat center;
  top: 0px;
  bottom: 0px;
  width: 6px;
  right: 6%;
  margin: auto;
}
.Link_blank {
  margin-left: 5px;
  vertical-align: middle;
}
.footer_container {
  background-color: #fff;
  border-top: 7px solid #eee;
}
.footer_left_inner_col2 a {
  color: #333;
  text-decoration: none;
}
.footer_left_inner_col2 a:hover {
  color: #3774e9;
  text-decoration: underline;
}
.footer_link {
  background-color: #1F395F;
  color: #fff;
  padding: 5px;
}
.footer_link a {
  color: #fff;
  text-decoration: none;
}
.footer_link a:hover {
  text-decoration: underline;
}
.terms {
  background-color: #eee;
  padding: 5px 10px;
}
.terms p {
  display: block;
  max-width: 1190px;
  margin: 10px auto;
  font-size: 0.8em;
  line-height: 1em;
    box-sizing: border-box;
}
#footer_contact a {
  background-color: #3774e9;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 18px;
  position: relative;
  box-sizing: border-box;
}
#footer_contact a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/common/arrow_wt.svg)no-repeat center;
  top: 0px;
  bottom: 0px;
  width: 6px;
  right: 6%;
  margin: auto;
  box-sizing: border-box;
}
#footer_contact a:hover {
  background-color: #ADC6F6;
}
#advisory {
  margin-bottom: 30px;
}
#advisory img {
  max-width: 100%;
  height: auto;
}
#advisory a:hover {
  opacity: 0.5;
}
#copy {
  font-size: 12px;
  text-align: center;
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
}
.hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
/* TOPへ戻るボタン */
#topbutton {
  position: fixed;
  bottom: 13%;
  right: 2%;
  display: none;
  background-color: #999;
  opacity: 0.75;
  border-radius: 45px;
  text-align: center;
  margin: 0px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  z-index: 9999;
}
#topbutton a {
  text-decoration: none;
}
#topbutton:hover {
  background-color: #666;
  text-decoration: underline;
}
#topbutton a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/common/arrow_top.svg)no-repeat center;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 30px;
  margin: auto;
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 14px;
    line-height: 1.8em;
  }
  .TBSP_none, .SP_none, .PCSP_none {
    display: none;
  }
  #logo img {
    max-width: 120px;
  }
  #header_inner {
    height: 70px;
  }
  #logo {
    margin-top: 10px;
  }
  .content_area, .content_area1000 {
    padding: 0 2%;
    box-sizing: border-box;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  /* ナビタテ並びsp */
  #global-nav {
    display: none;
    width: 100%;
    margin: 10px auto;
    clear: both;
    background-color: #5388ed;
    text-align: center;
    z-index: 99999;
  }
  #global-nav ul {
    margin: 0%;
    padding: 0%;
  }
  #global-nav li {
    display: block;
    margin: 0%;
    list-style: none;
    border-bottom: 1px solid #ccc;
  }
  #global-nav li a {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }
  #global-nav li a:hover {
    background-color: #ADC6F6;
  }
  /* ナビタテ並びspここまで */
  #bread ol {
    margin: 0px;
    padding-left: 2%;
    font-size: 12px;
  }
  #title {
    height: 120px;
  }
  #title h1 {
    font-size: 21px;
    padding-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 1.5em;
  }
  .overview {
    background-color: #EAF0F1;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .LinkButton {
    max-width: 90%;
    margin: 20px auto 30px;
  }
  .LinkButton a {
    padding: 3%;
  }
  .footer_left {
    padding: 0 2%;
    box-sizing: border-box;
  }
  .footer_left_inner_col2 {
    width: 45%;
    margin: 10px 2.5%;
    float: left;
    box-sizing: border-box;
  }
  .footer_left:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_left_inner_col2 dt {
    line-height: 2.5em;
  }
  .footer_right {
    width: 100%;
    text-align: center;
  }
  #footer_solty {
    max-width: 120px;
    height: auto;
  }
  #footer_contact a {
    margin: 10px auto;
    padding: 8px 30px 5px;
    max-width: 250px;
  }
  #advisory {
    display: none;
  }
  .footer_link ul {
    text-align: center;
    font-size: 12px;
  }
.terms p {
  text-align: left;    
    }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.8em;
  }
  .PCTB_none, .TBSP_none, .TB_none {
    display: none;
  }
  #logo img {
    max-width: 180px;
  }
  #header_inner {
    height: 90px;
  }
  #logo {
    margin-top: 10px;
  }
  /* ナビタテ並びtb */
  #global-nav {
    display: none;
    width: 100%;
    margin: 10px auto;
    clear: both;
    background-color: #5388ed;
    text-align: center;
    z-index: 99999;
  }
  #global-nav ul {
    margin: 0%;
    padding: 0%;
  }
  #global-nav li {
    display: block;
    margin: 0%;
    list-style: none;
    border-bottom: 1px solid #ccc;
  }
  #global-nav li a {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }
  #global-nav li a:hover {
    background-color: #ADC6F6;
  }
  #bread ol {
    max-width: 1190px;
    margin: 0px auto;
    font-size: 14px;
  }
  .content_area, .content_area1000, .content_area_wh {
    padding: 0 2%;
    box-sizing: border-box;
  }
  #title {
    height: 180px;
  }
  #title h1 {
    padding-top: 70px;
  }
  .overview {
    background-color: #EAF0F1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .LinkButton {
    max-width: 370px;
    margin: 30px auto;
  }
  .LinkButton a {
    padding: 3%;
  }
  .footer_left {
    width: 60%;
    float: left;
  }
  .footer_left_inner_col2 {
    width: 50%;
    margin-top: 15px;
    float: left;
  }
  .footer_left_inner_col2 dt {
    line-height: 2.2em;
  }
  .footer_right {
    width: 40%;
    float: right;
    text-align: center;
  }
  #footer_solty {
    max-width: 160px;
    height: auto;
  }
  #footer_contact a {
    margin: 20px auto 20px;
    padding: 8px 30px 5px;
    max-width: 200px;
  }
  .footer_link ul {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 12px;
  }
  .footer_link ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .footer_link_1 {
    border-right: solid 1px #fff;
  }
  #advisory {
    display: none;
  }
.terms p {
  text-align: left;    
    }    
}
@media print, screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    line-height: 1.8em;
  }
  .PC_none, .PCTB_none, .PCSP_none {
    display: none;
  }
  #logo {
    margin-top: 30px;
  }
  .hamburger {
    display: none;
  }
  #header_inner {
    height: 130px;
  }
  #global-nav {
    margin-top: 95px;
    margin-bottom: 10px;
    text-align: right;
  }
  /* #global-nav li a:hover {
    color: #6F9BED;
    border-bottom: 3px solid #6C99ED;
    padding-bottom: 3px;
  } */
  .MainMenuNoItem a, .MainMenu a { /*親メニューのノーマルスタイルを定義*/
    text-decoration: none;
    color: #333;
  }
  .MainMenuNoItem a:hover, .MainMenu a:hover { /*親メニューのマウスオーバースタイル*/
    color: #3774e9;
    border-bottom: 3px solid #3774e9;
    padding-bottom: 3px;
  }
  #bread ol {
    max-width: 1190px;
    margin: 0px auto;
    font-size: 14px;
  }
  .content_area_wh {
    padding: 20px;
  }
  #title {
    height: 180px;
  }
  #title h1 {
    padding-top: 70px;
  }
  .overview {
    background-color: #EAF0F1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .LinkButton {
    max-width: 370px;
    margin: 30px auto;
  }
  .LinkButton a {
    padding: 3%;
  }
  .footer_left {
    width: 40%;
    float: left;
  }
  .footer_left_inner_col2 {
    width: 50%;
    margin-top: 15px;
    float: left;
  }
  .footer_left_inner_col2 dt {
    line-height: 2.2em;
  }
  .footer_right {
    width: 30%;
    float: right;
    text-align: center;
  }
  #footer_contact a {
    margin: 20px auto 20px;
    padding: 8px 30px 5px;
    max-width: 200px;
  }
  #footer_solty {
    max-width: 160px;
    height: auto;
  }
  .footer_link ul {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 12px;
  }
  .footer_link ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .footer_link_1 {
    border-right: solid 1px #fff;
  }
.terms p {
  text-align: center;    
    }    
}