@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "Outfit", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #000;
  --default-black02: #333;
  --default-white: #fff;
  --default-blue: #00489D;
  --default-lightblue: #F2F7FD;
  --default-darkblue: #002560;
  --default-darkyellow: #C39A29;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#Top,
#Second {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

/*------------------------------------------------
追加
------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Outfit", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (min-width: 840px) and (max-width: 1279px) {
  body {
    width: 1280px;
    overflow-x: auto;
  }
}

.text_center {
  text-align: center;
}
@media screen and (max-width: 840px) {
  .text_center {
    text-align: center;
  }
}

.text_center_Pc {
  text-align: center;
}
@media screen and (max-width: 840px) {
  .text_center_Pc {
    text-align: left;
  }
}

.text_center_Sp {
  text-align: left;
}
@media screen and (max-width: 840px) {
  .text_center_Sp {
    text-align: center;
  }
}

#Header {
  width: 100%;
  padding: 20px 0;
  background-color: var(--default-white);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  #Header {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: 0;
    top: 0px;
    width: 100%;
    padding: 12px 0;
  }
}
#Header .header_inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #Header .header_inner {
    width: 100%;
    padding: 0 15px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#Header .header_inner p.logo {
  width: 330px;
  height: 70px;
}
@media screen and (max-width: 840px) {
  #Header .header_inner p.logo {
    width: 194px;
    height: 40px;
  }
}
#Header .header_inner p.logo a {
  background: url(../common/ico_logotitle.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#Header .header_inner #nav-toggle {
  display: none;
}
@media screen and (max-width: 840px) {
  #Header .header_inner #nav-toggle {
    width: 34px;
    height: 24px;
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Header .header_inner #nav-toggle div {
    width: 100%;
    height: 100%;
  }
  #Header .header_inner #nav-toggle div span {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--default-darkblue);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #Header .header_inner #nav-toggle div span:nth-of-type(2) {
    margin-top: 10px;
  }
  #Header .header_inner #nav-toggle div span:nth-of-type(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 840px) {
  #Header .header_inner nav#Gnavi {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#Header .header_inner nav#Gnavi ul {
  width: 600px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 841px) {
  #Header .header_inner nav#Gnavi ul {
    background: var(--default-white);
  }
}
@media screen and (max-width: 840px) {
  #Header .header_inner nav#Gnavi ul {
    opacity: 0;
  }
}
#Header .header_inner nav#Gnavi ul li a {
  color: var(--default-black);
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  text-align: center;
  padding-left: 20px;
  position: relative;
}
#Header .header_inner nav#Gnavi ul li a::before {
  content: "";
  background: url(../common/ico_hexagon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
#Header .header_inner nav#Gnavi ul li a:hover {
  color: var(--default-blue);
}
#Header .header_inner nav#Gnavi ul li.member a, #Header .header_inner nav#Gnavi ul li.contact a {
  font-size: 0.8125rem;
  padding-top: 50px;
  padding-left: 0;
  position: relative;
}
#Header .header_inner nav#Gnavi ul li.member a::before, #Header .header_inner nav#Gnavi ul li.contact a::before {
  display: none;
}
#Header .header_inner nav#Gnavi ul li.member a::after, #Header .header_inner nav#Gnavi ul li.contact a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 42px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media all and (min-width: 841px) {
  #Header .header_inner nav#Gnavi ul li.member a:hover, #Header .header_inner nav#Gnavi ul li.contact a:hover {
    color: var(--default-blue);
  }
}
#Header .header_inner nav#Gnavi ul li.member a {
  margin-left: 20px;
}
#Header .header_inner nav#Gnavi ul li.member a::after {
  background: url(../common/ico_key01.svg) no-repeat;
  background-size: contain;
}
#Header .header_inner nav#Gnavi ul li.contact a::after {
  background: url(../common/ico_contact01.svg) no-repeat;
  background-size: contain;
}
#Header .header_inner nav#Gnavi .navi_homebtn {
  display: none;
}
@media screen and (max-width: 840px) {
  #Header .header_inner nav#Gnavi .navi_homebtn {
    display: block;
  }
}

#Header.shadowed {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 840px) {
  body.open {
    overflow: hidden;
  }
}
body.open #Header {
  height: 100vh;
}
@media screen and (max-width: 840px) {
  body.open #Header {
    width: 100%;
    bottom: 0;
    background: var(--default-lightblue);
    padding: 12px 0;
  }
  body.open #Header .header_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  body.open #Header .header_inner #nav-toggle {
    width: 34px;
    height: 34px;
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body.open #Header .header_inner #nav-toggle div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  body.open #Header .header_inner #nav-toggle div span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    position: absolute;
  }
  body.open #Header .header_inner #nav-toggle div span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 16px;
  }
  body.open #Header .header_inner #nav-toggle div span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
  }
  body.open #Header .header_inner #nav-toggle div span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0;
    top: 16px;
  }
  body.open #Header .header_inner nav#Gnavi {
    display: block;
    width: 100%;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  body.open #Header .header_inner nav#Gnavi ul {
    width: 100%;
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  body.open #Header .header_inner nav#Gnavi ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #707070;
  }
  body.open #Header .header_inner nav#Gnavi ul li a {
    padding: 20px 0;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-align: left;
    color: var(--default-black);
    position: relative;
  }
  body.open #Header .header_inner nav#Gnavi ul li a::before {
    content: "";
    background: url(../common/ico_arrow01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 42px;
    height: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
  body.open #Header .header_inner nav#Gnavi ul li.member, body.open #Header .header_inner nav#Gnavi ul li.contact {
    border-bottom: none;
    width: 100%;
    display: block;
    margin-top: 20px;
    background: var(--default-white);
    border: 1px solid #707070;
    padding: 0;
  }
  body.open #Header .header_inner nav#Gnavi ul li.member a, body.open #Header .header_inner nav#Gnavi ul li.contact a {
    display: block;
    padding: 18px 0 18px 72px;
    font-size: 1rem;
    text-align: left;
    z-index: 1000;
  }
  body.open #Header .header_inner nav#Gnavi ul li.member a::after, body.open #Header .header_inner nav#Gnavi ul li.contact a::after {
    content: "";
    width: 48px;
    height: 42px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: translateX(none);
            transform: translateX(none);
  }
  body.open #Header .header_inner nav#Gnavi ul li.member a span, body.open #Header .header_inner nav#Gnavi ul li.contact a span {
    display: block;
  }
  body.open #Header .header_inner nav#Gnavi ul li.member {
    margin-top: 30px;
  }
  body.open #Header .header_inner nav#Gnavi ul li.member a {
    margin-left: 0;
  }
  body.open #Header .header_inner nav#Gnavi ul li.contact {
    margin-top: 10px;
    margin-bottom: 36px;
  }
  body.open #Header .header_inner nav#Gnavi ul li.contact a {
    margin-left: 0;
  }
  body.open #Header .header_inner nav#Gnavi .navi_homebtn {
    text-align: center;
  }
  body.open #Header .header_inner nav#Gnavi .navi_homebtn a {
    display: inline-block;
    padding-left: 16px;
    color: var(--default-black);
    font-family: "Noto Sans JP", serif;
    letter-spacing: 0.08em;
    border-bottom: 1px solid var(--default-blue);
    position: relative;
  }
  body.open #Header .header_inner nav#Gnavi .navi_homebtn a::before {
    content: "";
    background: url(../common/ico_hexagon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 7px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}

#Footer {
  width: 100%;
  position: relative;
  z-index: 10;
}
#Footer .footer_top {
  background-color: var(--default-lightblue);
  overflow-x: hidden;
}
#Footer .footer_top_inner {
  width: 1080px;
  margin: 0 auto;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 840px) {
  #Footer .footer_top_inner {
    width: 100%;
    padding: 30px 15px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#Footer .footer_top_inner p.logo {
  margin-top: 18px;
}
@media screen and (max-width: 840px) {
  #Footer .footer_top_inner p.logo {
    margin-top: 0;
    margin-bottom: 28px;
  }
}
#Footer .footer_top_inner p.logo a {
  background: url(../common/ico_logotitle.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 330px;
  height: 70px;
}
#Footer .footer_top_inner nav ul {
  width: 600px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  #Footer .footer_top_inner nav ul {
    width: 100%;
    max-width: 320px;
    margin-bottom: 14px;
    font-size: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 20px;
    padding-bottom: 40px;
    position: relative;
  }
  #Footer .footer_top_inner nav ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 1px;
    background: #D0D0D0;
  }
}
#Footer .footer_top_inner nav ul li a {
  color: var(--default-black);
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  text-align: center;
  position: relative;
}
#Footer .footer_top_inner nav ul li a:hover {
  color: var(--default-blue);
}
#Footer .footer_top_inner nav ul li.member a, #Footer .footer_top_inner nav ul li.contact a {
  font-size: 0.8125rem;
  padding-top: 50px;
  padding-left: 0;
  position: relative;
}
#Footer .footer_top_inner nav ul li.member a::before, #Footer .footer_top_inner nav ul li.contact a::before {
  display: none;
}
#Footer .footer_top_inner nav ul li.member a::after, #Footer .footer_top_inner nav ul li.contact a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 42px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
#Footer .footer_top_inner nav ul li.member a {
  margin-left: 20px;
}
@media screen and (max-width: 840px) {
  #Footer .footer_top_inner nav ul li.member a {
    margin-left: 0;
  }
}
#Footer .footer_top_inner nav ul li.member a::after {
  background: url(../common/ico_key01.svg) no-repeat;
  background-size: contain;
}
#Footer .footer_top_inner nav ul li.contact a::after {
  background: url(../common/ico_contact01.svg) no-repeat;
  background-size: contain;
}
#Footer .footer_top_inner nav .footer-bn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 840px) {
  #Footer .footer_top_inner nav .footer-bn_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#Footer .footer_top_inner nav .footer-bn_area .footer-bn {
  display: block;
  width: 175px;
  height: 53px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#Footer .footer_top_inner nav .footer-bn_area .footer-bn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#Footer .footer_bottom {
  padding: 20px 0;
  background-color: var(--default-blue);
}
@media screen and (max-width: 840px) {
  #Footer .footer_bottom {
    padding: 10px 0;
  }
}
#Footer .footer_bottom .copyright {
  text-align: center;
  font-size: 0.75rem;
  color: var(--default-white);
}
@media screen and (max-width: 840px) {
  #Footer .footer_bottom .copyright {
    font-size: 0.625rem;
  }
}

/*------------------------------------------------
IMパーツ
------------------------------------------------*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Informakerの装飾パーツ
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.edit-area,
.cke_editable {
  line-height: 1.8;
  letter-spacing: 0.04em;
  /*================================================
  h2
  ================================================*/
  /*================================================
  h3
  ================================================*/
  /*================================================
  ページサマリー
  ================================================*/
  /*================================================
  リンクボタン
  ================================================*/
  /*================================================
  ソーシャルボタン
  ================================================*/
  /*================================================
  絵文字
  ================================================*/
  /*================================================
  小見出し detail_title
  ================================================*/
  /*================================================
  上付き、下付き文字
  ================================================*/
  /*================================================
  リスト(数字)
  ================================================*/
  /*================================================
  区切り線
  ================================================*/
  /*================================================
  リスト(点)
  ================================================*/
  /*================================================
  リスト(チェック)
  ================================================*/
  /*-----------------------------------------------------------文字サイズ*/
  /*================================================
  画像
  ================================================*/
  /*================================================
  テキスト入り画像
  ================================================*/
  /*================================================
  囲い
  ================================================*/
  /*================================================
  table detail_table
  ================================================*/
  /*================================================
  データアイコン
  ================================================*/
}
.edit-area .h2_title01,
.cke_editable .h2_title01 {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  color: var(--default-black);
  padding-top: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .edit-area .h2_title01,
  .cke_editable .h2_title01 {
    font-size: 1.375rem;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.edit-area .h2_title01::before,
.cke_editable .h2_title01::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--default-blue);
  position: absolute;
  top: 0;
  left: 0;
}
.edit-area .h3_title01,
.cke_editable .h3_title01 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: var(--default-blue);
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
  .edit-area .h3_title01,
  .cke_editable .h3_title01 {
    font-size: 1.1875rem;
    margin-bottom: 14px;
  }
}
.edit-area .pagesummary,
.cke_editable .pagesummary {
  margin: 0 0 30px 0;
}
.edit-area .pagesummary span.tit,
.cke_editable .pagesummary span.tit {
  display: none;
}
@media all and (min-width: 841px) {
  .edit-area .pagesummary ul,
  .cke_editable .pagesummary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.edit-area .pagesummary ul li,
.cke_editable .pagesummary ul li {
  padding-left: 0;
}
.edit-area .pagesummary ul li::before,
.cke_editable .pagesummary ul li::before {
  content: none;
}
@media all and (min-width: 841px) {
  .edit-area .pagesummary ul li,
  .cke_editable .pagesummary ul li {
    width: 48%;
  }
}
.edit-area .pagesummary ul li a,
.cke_editable .pagesummary ul li a {
  display: block;
  text-decoration: none;
  color: var(--default-black);
  font-size: 14px;
  padding: 12px 40px 8px 0;
  border-top: 1px solid var(--default-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.edit-area .pagesummary ul li a::before,
.cke_editable .pagesummary ul li a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent var(--default-blue) var(--default-blue);
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.edit-area .pagesummary ul li:nth-last-of-type(1) a,
.cke_editable .pagesummary ul li:nth-last-of-type(1) a {
  border-bottom: 1px solid var(--default-black);
  padding-bottom: 12px;
}
@media all and (min-width: 841px) {
  .edit-area .pagesummary ul li:nth-last-of-type(2) a,
  .cke_editable .pagesummary ul li:nth-last-of-type(2) a {
    border-bottom: 1px solid var(--default-black);
    padding-bottom: 12px;
  }
}
.edit-area .link_btn,
.cke_editable .link_btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
  color: var(--default-black);
  border: 1px solid var(--default-blue);
  background-color: var(--default-lightblue);
  font-size: 1rem;
  padding: 18px 87px 18px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 840px) {
  .edit-area .link_btn,
  .cke_editable .link_btn {
    display: inline-block;
    font-size: 0.9rem;
  }
}
.edit-area .link_btn::before,
.cke_editable .link_btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 42px;
  height: 10px;
  background-image: url(../common/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 840px) {
  .edit-area .link_btn::before,
  .cke_editable .link_btn::before {
    right: 16px;
  }
}
.edit-area .link_btn:hover,
.cke_editable .link_btn:hover {
  background-color: var(--default-lightblue);
}
.edit-area .link_btn:hover:before,
.cke_editable .link_btn:hover:before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.edit-area .link_btn.link_btn-large,
.cke_editable .link_btn.link_btn-large {
  display: block;
  padding: 25px 85px 25px 30px;
  font-size: 16px;
  text-align: center;
  max-width: 600px;
}
.edit-area .link_btn.link_btn-large::before,
.cke_editable .link_btn.link_btn-large::before {
  border: none;
  width: 42px;
  height: 10px;
  background-image: url(../common/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 840px) {
  .edit-area .link_btn.link_btn-large,
  .cke_editable .link_btn.link_btn-large {
    padding: 30px 66px 26px 20px;
    font-size: 16px;
    text-align: left;
  }
}
.edit-area .link_btn.link_btn-small,
.cke_editable .link_btn.link_btn-small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 87px 14px 30px;
}
@media screen and (max-width: 840px) {
  .edit-area .link_btn.link_btn-small,
  .cke_editable .link_btn.link_btn-small {
    font-size: 0.9rem;
  }
}
.edit-area .link_btn.link_btn-small::before,
.cke_editable .link_btn.link_btn-small::before {
  border: none;
  width: 42px;
  height: 10px;
  background-image: url(../common/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.edit-area .link_btn.link_btn-secondary,
.cke_editable .link_btn.link_btn-secondary { /*青色変更*/
  background-color: var(--default-blue);
  color: #fff;
}
.edit-area .link_btn.link_btn-secondary::before,
.cke_editable .link_btn.link_btn-secondary::before {
  position: absolute;
  display: block;
  content: "";
  width: 42px;
  height: 10px;
  background-image: url(../common/ico_arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.edit-area .link_btn.link_btn-secondary:hover,
.cke_editable .link_btn.link_btn-secondary:hover {
  opacity: 0.7;
}
.edit-area .link_btn.link_btn-secondary:hover:before,
.cke_editable .link_btn.link_btn-secondary:hover:before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.edit-area .link_btn.link_btn-secondary.link_btn-large::before, .edit-area .link_btn.link_btn-secondary.link_btn-small::before,
.cke_editable .link_btn.link_btn-secondary.link_btn-large::before,
.cke_editable .link_btn.link_btn-secondary.link_btn-small::before {
  border: none;
  width: 42px;
  height: 10px;
  background-image: url(../common/ico_arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.edit-area .link_btn.link_btn-dark,
.cke_editable .link_btn.link_btn-dark { /*水色変更*/
  color: var(--default-black);
  background-color: #F0F0F0;
  border: none;
}
.edit-area .link_btn.link_btn-dark::before,
.cke_editable .link_btn.link_btn-dark::before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../common/ico_blank01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.edit-area .link_btn.link_btn-dark:hover:before,
.cke_editable .link_btn.link_btn-dark:hover:before {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.edit-area .detail_news_social,
.cke_editable .detail_news_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.edit-area .detail_news_social ul,
.cke_editable .detail_news_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.edit-area .detail_news_social ul li,
.cke_editable .detail_news_social ul li {
  margin-left: 10px;
  list-style-type: none;
  padding-left: 0;
}
.edit-area .detail_news_social ul li::before,
.cke_editable .detail_news_social ul li::before {
  content: none;
}
.edit-area .detail_news_social ul li a,
.cke_editable .detail_news_social ul li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.edit-area .detail_news_social ul li a.fb,
.cke_editable .detail_news_social ul li a.fb {
  background: #1a63ac url(../common/logo_fb.png) no-repeat center;
  background-size: auto 18px;
}
.edit-area .detail_news_social ul li a.tw,
.cke_editable .detail_news_social ul li a.tw {
  background: #000 url(../common/logo_x.png) no-repeat center;
  background-size: auto 15px;
}
.edit-area .detail_news_social ul li a.line,
.cke_editable .detail_news_social ul li a.line {
  background: #00b900 url(../common/logo_line.png) no-repeat center;
  background-size: auto 20px;
}
.edit-area img.ico_20,
.cke_editable img.ico_20 {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  padding: 0 4px !important;
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}
.edit-area .youtube-css,
.cke_editable .youtube-css {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.edit-area .youtube-css iframe,
.cke_editable .youtube-css iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.edit-area sub,
.cke_editable sub {
  font-size: 75.5%;
  vertical-align: bottom;
}
.edit-area sup,
.cke_editable sup {
  font-size: 75.5%;
  vertical-align: top;
}
.edit-area ol,
.edit-area ol.list_num01,
.cke_editable ol,
.cke_editable ol.list_num01 {
  position: relative;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.edit-area ol > li,
.edit-area ol.list_num01 > li,
.cke_editable ol > li,
.cke_editable ol.list_num01 > li {
  position: relative;
  padding: 6px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ol > li:before,
.edit-area ol.list_num01 > li:before,
.cke_editable ol > li:before,
.cke_editable ol.list_num01 > li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--default-blue);
}
.edit-area ol.list_num01 li,
.cke_editable ol.list_num01 li {
  padding: 6px 0 4px 40px;
}
.edit-area ol.list_num01 li::before,
.cke_editable ol.list_num01 li::before {
  background: var(--default-blue);
  color: var(--default-white);
  font-size: 16px;
  top: 6px;
}
.edit-area .div_hr01,
.cke_editable .div_hr01 {
  border-top: 1px dashed var(--default-black);
}
.edit-area ul,
.cke_editable ul {
  position: relative;
}
.edit-area ul > li,
.cke_editable ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
.edit-area ul > li::before,
.cke_editable ul > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background: var(--default-black);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.edit-area ul.list_check,
.cke_editable ul.list_check {
  position: relative;
}
.edit-area ul.list_check > li,
.cke_editable ul.list_check > li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
.edit-area ul.list_check > li::before,
.cke_editable ul.list_check > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background: var(--default-white);
  border-radius: 100%;
  border: 1px solid var(--default-black);
  height: 8px;
  width: 8px;
}
.edit-area span.op_large,
.edit-area span.op_mideamu,
.edit-area span.op_small,
.cke_editable span.op_large,
.cke_editable span.op_mideamu,
.cke_editable span.op_small {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.edit-area span.op_large,
.cke_editable span.op_large {
  font-size: 1.25rem;
}
.edit-area span.op_mideamu,
.cke_editable span.op_mideamu {
  font-size: 1rem;
}
.edit-area span.op_small,
.cke_editable span.op_small {
  font-size: 0.875rem;
}
.edit-area img,
.cke_editable img {
  max-width: 100%;
  vertical-align: bottom;
}
.edit-area .newsImg03 ul,
.edit-area .newsImg02 ul,
.edit-area .newsImg01 ul,
.cke_editable .newsImg03 ul,
.cke_editable .newsImg02 ul,
.cke_editable .newsImg01 ul {
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.edit-area .newsImg03 ul li,
.edit-area .newsImg02 ul li,
.edit-area .newsImg01 ul li,
.cke_editable .newsImg03 ul li,
.cke_editable .newsImg02 ul li,
.cke_editable .newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  font-size: 12px;
  color: #2d2d2d;
  position: inherit !important;
  padding-left: 0;
}
.edit-area .newsImg03 ul li::before,
.edit-area .newsImg02 ul li::before,
.edit-area .newsImg01 ul li::before,
.cke_editable .newsImg03 ul li::before,
.cke_editable .newsImg02 ul li::before,
.cke_editable .newsImg01 ul li::before {
  content: none !important;
}
.edit-area .newsImg03 ul li img,
.edit-area .newsImg02 ul li img,
.edit-area .newsImg01 ul li img,
.cke_editable .newsImg03 ul li img,
.cke_editable .newsImg02 ul li img,
.cke_editable .newsImg01 ul li img {
  width: 100%;
  height: auto !important;
}
.edit-area .newsImg03 li,
.cke_editable .newsImg03 li {
  width: 32%;
}
.edit-area .newsImg02 li,
.cke_editable .newsImg02 li {
  width: 49%;
}
.edit-area .newsImg01 li,
.cke_editable .newsImg01 li {
  width: 100%;
}
.edit-area .lay-grid,
.cke_editable .lay-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .edit-area .lay-grid,
  .cke_editable .lay-grid {
    width: 100%;
    margin: 0 auto;
  }
}
.edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-1,
  .cke_editable .lay-grid > .col-2,
  .cke_editable .lay-grid > .col-3,
  .cke_editable .lay-grid > .col-4,
  .cke_editable .lay-grid > .col-5,
  .cke_editable .lay-grid > .col-6,
  .cke_editable .lay-grid > .col-7,
  .cke_editable .lay-grid > .col-8,
  .cke_editable .lay-grid > .col-9,
  .cke_editable .lay-grid > .col-10,
  .cke_editable .lay-grid > .col-11,
  .cke_editable .lay-grid > .col-12 {
    margin: 0;
    padding: 0px 0px 5px;
  }
}
.edit-area .lay-grid > .col-1 img, .edit-area .lay-grid > .col-2 img, .edit-area .lay-grid > .col-3 img, .edit-area .lay-grid > .col-4 img, .edit-area .lay-grid > .col-5 img, .edit-area .lay-grid > .col-6 img, .edit-area .lay-grid > .col-7 img, .edit-area .lay-grid > .col-8 img, .edit-area .lay-grid > .col-9 img, .edit-area .lay-grid > .col-10 img, .edit-area .lay-grid > .col-11 img, .edit-area .lay-grid > .col-12 img,
.cke_editable .lay-grid > .col-1 img,
.cke_editable .lay-grid > .col-2 img,
.cke_editable .lay-grid > .col-3 img,
.cke_editable .lay-grid > .col-4 img,
.cke_editable .lay-grid > .col-5 img,
.cke_editable .lay-grid > .col-6 img,
.cke_editable .lay-grid > .col-7 img,
.cke_editable .lay-grid > .col-8 img,
.cke_editable .lay-grid > .col-9 img,
.cke_editable .lay-grid > .col-10 img,
.cke_editable .lay-grid > .col-11 img,
.cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media all and (min-width: 841px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
@media screen and (max-width: 840px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.edit-area .lay-grid > .col-1,
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.edit-area .lay-grid > .col-2,
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.edit-area .lay-grid > .col-3,
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.edit-area .lay-grid > .col-4,
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.edit-area .lay-grid > .col-5,
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.edit-area .lay-grid > .col-6,
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.edit-area .lay-grid > .col-7,
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.edit-area .lay-grid > .col-8,
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.edit-area .lay-grid > .col-9,
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.edit-area .lay-grid > .col-10,
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.edit-area .lay-grid > .col-11,
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.edit-area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media screen and (max-width: 840px) {
  .edit-area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-12 {
    width: calc(100% - 0px);
  }
}
@media all and (min-width: 841px) {
  .edit-area .lay-grid > .col--1, .edit-area .lay-grid > .col--2, .edit-area .lay-grid > .col--3, .edit-area .lay-grid > .col--4, .edit-area .lay-grid > .col--5, .edit-area .lay-grid > .col--6, .edit-area .lay-grid > .col--7, .edit-area .lay-grid > .col--8, .edit-area .lay-grid > .col--9, .edit-area .lay-grid > .col--10, .edit-area .lay-grid > .col--11, .edit-area .lay-grid > .col--12,
  .cke_editable .lay-grid > .col--1,
  .cke_editable .lay-grid > .col--2,
  .cke_editable .lay-grid > .col--3,
  .cke_editable .lay-grid > .col--4,
  .cke_editable .lay-grid > .col--5,
  .cke_editable .lay-grid > .col--6,
  .cke_editable .lay-grid > .col--7,
  .cke_editable .lay-grid > .col--8,
  .cke_editable .lay-grid > .col--9,
  .cke_editable .lay-grid > .col--10,
  .cke_editable .lay-grid > .col--11,
  .cke_editable .lay-grid > .col--12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .edit-area .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .edit-area .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .edit-area .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .edit-area .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .edit-area .lay-grid .card-box__item--lg-last,
  .cke_editable .lay-grid .card-box__item--lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.edit-area .card-box figcaption,
.cke_editable .card-box figcaption {
  font-size: 12px;
  color: #2d2d2d;
  text-align: center;
}
.edit-area .div_info01,
.cke_editable .div_info01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background: var(--default-lightblue);
  color: var(--default-black);
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .edit-area .div_info01,
  .cke_editable .div_info01 {
    padding: 16px;
  }
}
.edit-area .div_info02,
.cke_editable .div_info02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  border: 2px solid var(--default-blue);
  color: var(--default-black);
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .edit-area .div_info02,
  .cke_editable .div_info02 {
    padding: 16px;
  }
}
.edit-area table,
.cke_editable table {
  width: 100%;
  border-collapse: collapse;
}
.edit-area table tr th,
.cke_editable table tr th {
  background: var(--default-lightblue);
  padding: 10px;
  border: 1px solid var(--default-black02);
  font-size: 14px;
}
.edit-area table tr td,
.cke_editable table tr td {
  padding: 10px;
  border: 1px solid var(--default-black02);
  background: #fff;
  font-size: 14px;
}
.edit-area .g-map,
.cke_editable .g-map {
  width: 100% !important;
  height: 300px;
}

/* ------------------------------管理画面専用の記述(点線出したり) */
.cke_editable {
  max-width: 100%;
  margin: 0 auto;
}
.cke_editable .lay-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cke_editable .lay-grid > .col-1, .cke_editable .lay-grid > .col-2, .cke_editable .lay-grid > .col-3, .cke_editable .lay-grid > .col-4, .cke_editable .lay-grid > .col-5, .cke_editable .lay-grid > .col-6, .cke_editable .lay-grid > .col-7, .cke_editable .lay-grid > .col-8, .cke_editable .lay-grid > .col-9, .cke_editable .lay-grid > .col-10, .cke_editable .lay-grid > .col-11, .cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}
.cke_editable .lay-grid > .col-1 img, .cke_editable .lay-grid > .col-2 img, .cke_editable .lay-grid > .col-3 img, .cke_editable .lay-grid > .col-4 img, .cke_editable .lay-grid > .col-5 img, .cke_editable .lay-grid > .col-6 img, .cke_editable .lay-grid > .col-7 img, .cke_editable .lay-grid > .col-8 img, .cke_editable .lay-grid > .col-9 img, .cke_editable .lay-grid > .col-10 img, .cke_editable .lay-grid > .col-11 img, .cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media all and (min-width: 841px) {
  .cke_editable .lay-grid > div.col-1, .cke_editable .lay-grid > div.col-2, .cke_editable .lay-grid > div.col-3, .cke_editable .lay-grid > div.col-4, .cke_editable .lay-grid > div.col-5, .cke_editable .lay-grid > div.col-6, .cke_editable .lay-grid > div.col-7, .cke_editable .lay-grid > div.col-8, .cke_editable .lay-grid > div.col-9, .cke_editable .lay-grid > div.col-10, .cke_editable .lay-grid > div.col-11, .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media all and (min-width: 841px) {
  .cke_editable .lay-grid > .col--1, .cke_editable .lay-grid > .col--2, .cke_editable .lay-grid > .col--3, .cke_editable .lay-grid > .col--4, .cke_editable .lay-grid > .col--5, .cke_editable .lay-grid > .col--6, .cke_editable .lay-grid > .col--7, .cke_editable .lay-grid > .col--8, .cke_editable .lay-grid > .col--9, .cke_editable .lay-grid > .col--10, .cke_editable .lay-grid > .col--11, .cke_editable .lay-grid > .col--12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: dashed 1px #dedacd;
    border-radius: 4px;
  }
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .cke_editable .lay-grid .card-box__item---last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cke_editable .card-box figcaption {
  font-size: 12px;
  color: #2d2d2d;
  text-align: center;
}

/* ==========================================================================
　アコーディオンパーツ
========================================================================== */
/*アコーディオン */
.parts_accordion_box {
  border: solid 1px var(--default-blue);
}

.parts_accordion_box dt {
  position: relative;
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  background: var(--default-lightblue);
}

.parts_accordion_box dt.active {
  color: var(--default-blue);
}

.parts_accordion_box dt:before,
.parts_accordion_box dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: var(--default-blue);
  width: 22px;
  height: 2px;
}

.parts_accordion_box dt:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.parts_accordion_box .accordion_btn.active:after {
  display: none;
}

.cke_editable .parts_accordion_box dt::after {
  display: none;
}

.parts_accordion_box dt.active::after {
  display: none;
}

.parts_accordion_box dd {
  margin: 20px 20px 20px 20px;
}

.dis_none {
  display: none;
}

.cke_editable .dis_none {
  display: block;
}

.cke_editable .cke-accordion_start, .cke_editable .cke-accordion_end {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------
追加
------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}
@media all and (min-width: 841px) {
  .mt0_Pc {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt0_Sp {
    margin-top: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media all and (min-width: 841px) {
  .mb0_Pc {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb0_Sp {
    margin-bottom: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media all and (min-width: 841px) {
  .mr0_Pc {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr0_Sp {
    margin-right: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media all and (min-width: 841px) {
  .ml0_Pc {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml0_Sp {
    margin-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media all and (min-width: 841px) {
  .mt5_Pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt5_Sp {
    margin-top: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media all and (min-width: 841px) {
  .mb5_Pc {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb5_Sp {
    margin-bottom: 5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media all and (min-width: 841px) {
  .mr5_Pc {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr5_Sp {
    margin-right: 5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media all and (min-width: 841px) {
  .ml5_Pc {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml5_Sp {
    margin-left: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (min-width: 841px) {
  .mt10_Pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt10_Sp {
    margin-top: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media all and (min-width: 841px) {
  .mb10_Pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb10_Sp {
    margin-bottom: 10px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media all and (min-width: 841px) {
  .mr10_Pc {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr10_Sp {
    margin-right: 10px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media all and (min-width: 841px) {
  .ml10_Pc {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml10_Sp {
    margin-left: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media all and (min-width: 841px) {
  .mt15_Pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt15_Sp {
    margin-top: 15px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media all and (min-width: 841px) {
  .mb15_Pc {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb15_Sp {
    margin-bottom: 15px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media all and (min-width: 841px) {
  .mr15_Pc {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr15_Sp {
    margin-right: 15px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media all and (min-width: 841px) {
  .ml15_Pc {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml15_Sp {
    margin-left: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media all and (min-width: 841px) {
  .mt20_Pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt20_Sp {
    margin-top: 20px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media all and (min-width: 841px) {
  .mb20_Pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb20_Sp {
    margin-bottom: 20px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media all and (min-width: 841px) {
  .mr20_Pc {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr20_Sp {
    margin-right: 20px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media all and (min-width: 841px) {
  .ml20_Pc {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml20_Sp {
    margin-left: 20px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media all and (min-width: 841px) {
  .mt25_Pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt25_Sp {
    margin-top: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media all and (min-width: 841px) {
  .mb25_Pc {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb25_Sp {
    margin-bottom: 25px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media all and (min-width: 841px) {
  .mr25_Pc {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr25_Sp {
    margin-right: 25px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media all and (min-width: 841px) {
  .ml25_Pc {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml25_Sp {
    margin-left: 25px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media all and (min-width: 841px) {
  .mt30_Pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt30_Sp {
    margin-top: 30px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media all and (min-width: 841px) {
  .mb30_Pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb30_Sp {
    margin-bottom: 30px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media all and (min-width: 841px) {
  .mr30_Pc {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr30_Sp {
    margin-right: 30px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media all and (min-width: 841px) {
  .ml30_Pc {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml30_Sp {
    margin-left: 30px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media all and (min-width: 841px) {
  .mt35_Pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt35_Sp {
    margin-top: 35px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media all and (min-width: 841px) {
  .mb35_Pc {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb35_Sp {
    margin-bottom: 35px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media all and (min-width: 841px) {
  .mr35_Pc {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr35_Sp {
    margin-right: 35px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media all and (min-width: 841px) {
  .ml35_Pc {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml35_Sp {
    margin-left: 35px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (min-width: 841px) {
  .mt40_Pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt40_Sp {
    margin-top: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media all and (min-width: 841px) {
  .mb40_Pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb40_Sp {
    margin-bottom: 40px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media all and (min-width: 841px) {
  .mr40_Pc {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr40_Sp {
    margin-right: 40px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media all and (min-width: 841px) {
  .ml40_Pc {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml40_Sp {
    margin-left: 40px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media all and (min-width: 841px) {
  .mt45_Pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt45_Sp {
    margin-top: 45px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media all and (min-width: 841px) {
  .mb45_Pc {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb45_Sp {
    margin-bottom: 45px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media all and (min-width: 841px) {
  .mr45_Pc {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr45_Sp {
    margin-right: 45px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media all and (min-width: 841px) {
  .ml45_Pc {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml45_Sp {
    margin-left: 45px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media all and (min-width: 841px) {
  .mt50_Pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt50_Sp {
    margin-top: 50px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media all and (min-width: 841px) {
  .mb50_Pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb50_Sp {
    margin-bottom: 50px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media all and (min-width: 841px) {
  .mr50_Pc {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr50_Sp {
    margin-right: 50px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media all and (min-width: 841px) {
  .ml50_Pc {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml50_Sp {
    margin-left: 50px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media all and (min-width: 841px) {
  .mt55_Pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt55_Sp {
    margin-top: 55px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media all and (min-width: 841px) {
  .mb55_Pc {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb55_Sp {
    margin-bottom: 55px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media all and (min-width: 841px) {
  .mr55_Pc {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr55_Sp {
    margin-right: 55px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media all and (min-width: 841px) {
  .ml55_Pc {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml55_Sp {
    margin-left: 55px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media all and (min-width: 841px) {
  .mt60_Pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt60_Sp {
    margin-top: 60px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media all and (min-width: 841px) {
  .mb60_Pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb60_Sp {
    margin-bottom: 60px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media all and (min-width: 841px) {
  .mr60_Pc {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr60_Sp {
    margin-right: 60px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media all and (min-width: 841px) {
  .ml60_Pc {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml60_Sp {
    margin-left: 60px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media all and (min-width: 841px) {
  .mt65_Pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt65_Sp {
    margin-top: 65px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media all and (min-width: 841px) {
  .mb65_Pc {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb65_Sp {
    margin-bottom: 65px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media all and (min-width: 841px) {
  .mr65_Pc {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr65_Sp {
    margin-right: 65px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media all and (min-width: 841px) {
  .ml65_Pc {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml65_Sp {
    margin-left: 65px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media all and (min-width: 841px) {
  .mt70_Pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt70_Sp {
    margin-top: 70px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media all and (min-width: 841px) {
  .mb70_Pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb70_Sp {
    margin-bottom: 70px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media all and (min-width: 841px) {
  .mr70_Pc {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr70_Sp {
    margin-right: 70px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media all and (min-width: 841px) {
  .ml70_Pc {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml70_Sp {
    margin-left: 70px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media all and (min-width: 841px) {
  .mt75_Pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt75_Sp {
    margin-top: 75px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media all and (min-width: 841px) {
  .mb75_Pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb75_Sp {
    margin-bottom: 75px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media all and (min-width: 841px) {
  .mr75_Pc {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr75_Sp {
    margin-right: 75px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media all and (min-width: 841px) {
  .ml75_Pc {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml75_Sp {
    margin-left: 75px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media all and (min-width: 841px) {
  .mt80_Pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt80_Sp {
    margin-top: 80px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media all and (min-width: 841px) {
  .mb80_Pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb80_Sp {
    margin-bottom: 80px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media all and (min-width: 841px) {
  .mr80_Pc {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr80_Sp {
    margin-right: 80px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media all and (min-width: 841px) {
  .ml80_Pc {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml80_Sp {
    margin-left: 80px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media all and (min-width: 841px) {
  .mt85_Pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt85_Sp {
    margin-top: 85px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media all and (min-width: 841px) {
  .mb85_Pc {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb85_Sp {
    margin-bottom: 85px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media all and (min-width: 841px) {
  .mr85_Pc {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr85_Sp {
    margin-right: 85px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media all and (min-width: 841px) {
  .ml85_Pc {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml85_Sp {
    margin-left: 85px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media all and (min-width: 841px) {
  .mt90_Pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt90_Sp {
    margin-top: 90px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media all and (min-width: 841px) {
  .mb90_Pc {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb90_Sp {
    margin-bottom: 90px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media all and (min-width: 841px) {
  .mr90_Pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr90_Sp {
    margin-right: 90px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media all and (min-width: 841px) {
  .ml90_Pc {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml90_Sp {
    margin-left: 90px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media all and (min-width: 841px) {
  .mt95_Pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt95_Sp {
    margin-top: 95px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media all and (min-width: 841px) {
  .mb95_Pc {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb95_Sp {
    margin-bottom: 95px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media all and (min-width: 841px) {
  .mr95_Pc {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr95_Sp {
    margin-right: 95px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media all and (min-width: 841px) {
  .ml95_Pc {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml95_Sp {
    margin-left: 95px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media all and (min-width: 841px) {
  .mt100_Pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .mt100_Sp {
    margin-top: 100px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media all and (min-width: 841px) {
  .mb100_Pc {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .mb100_Sp {
    margin-bottom: 100px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media all and (min-width: 841px) {
  .mr100_Pc {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .mr100_Sp {
    margin-right: 100px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media all and (min-width: 841px) {
  .ml100_Pc {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .ml100_Sp {
    margin-left: 100px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}
@media all and (min-width: 841px) {
  .pt0_Pc {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt0_Sp {
    padding-top: 0px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}
@media all and (min-width: 841px) {
  .pb0_Pc {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb0_Sp {
    padding-bottom: 0px !important;
  }
}

.pr0 {
  padding-right: 0px !important;
}
@media all and (min-width: 841px) {
  .pr0_Pc {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr0_Sp {
    padding-right: 0px !important;
  }
}

.pl0 {
  padding-left: 0px !important;
}
@media all and (min-width: 841px) {
  .pl0_Pc {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl0_Sp {
    padding-left: 0px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media all and (min-width: 841px) {
  .pt5_Pc {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt5_Sp {
    padding-top: 5px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media all and (min-width: 841px) {
  .pb5_Pc {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb5_Sp {
    padding-bottom: 5px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media all and (min-width: 841px) {
  .pr5_Pc {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr5_Sp {
    padding-right: 5px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media all and (min-width: 841px) {
  .pl5_Pc {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl5_Sp {
    padding-left: 5px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media all and (min-width: 841px) {
  .pt10_Pc {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt10_Sp {
    padding-top: 10px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media all and (min-width: 841px) {
  .pb10_Pc {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb10_Sp {
    padding-bottom: 10px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media all and (min-width: 841px) {
  .pr10_Pc {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr10_Sp {
    padding-right: 10px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media all and (min-width: 841px) {
  .pl10_Pc {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl10_Sp {
    padding-left: 10px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media all and (min-width: 841px) {
  .pt15_Pc {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt15_Sp {
    padding-top: 15px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media all and (min-width: 841px) {
  .pb15_Pc {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb15_Sp {
    padding-bottom: 15px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media all and (min-width: 841px) {
  .pr15_Pc {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr15_Sp {
    padding-right: 15px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media all and (min-width: 841px) {
  .pl15_Pc {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl15_Sp {
    padding-left: 15px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media all and (min-width: 841px) {
  .pt20_Pc {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt20_Sp {
    padding-top: 20px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media all and (min-width: 841px) {
  .pb20_Pc {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb20_Sp {
    padding-bottom: 20px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media all and (min-width: 841px) {
  .pr20_Pc {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr20_Sp {
    padding-right: 20px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media all and (min-width: 841px) {
  .pl20_Pc {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl20_Sp {
    padding-left: 20px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media all and (min-width: 841px) {
  .pt25_Pc {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt25_Sp {
    padding-top: 25px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media all and (min-width: 841px) {
  .pb25_Pc {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb25_Sp {
    padding-bottom: 25px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media all and (min-width: 841px) {
  .pr25_Pc {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr25_Sp {
    padding-right: 25px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media all and (min-width: 841px) {
  .pl25_Pc {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl25_Sp {
    padding-left: 25px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media all and (min-width: 841px) {
  .pt30_Pc {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt30_Sp {
    padding-top: 30px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media all and (min-width: 841px) {
  .pb30_Pc {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb30_Sp {
    padding-bottom: 30px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media all and (min-width: 841px) {
  .pr30_Pc {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr30_Sp {
    padding-right: 30px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media all and (min-width: 841px) {
  .pl30_Pc {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl30_Sp {
    padding-left: 30px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media all and (min-width: 841px) {
  .pt35_Pc {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt35_Sp {
    padding-top: 35px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media all and (min-width: 841px) {
  .pb35_Pc {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb35_Sp {
    padding-bottom: 35px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media all and (min-width: 841px) {
  .pr35_Pc {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr35_Sp {
    padding-right: 35px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media all and (min-width: 841px) {
  .pl35_Pc {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl35_Sp {
    padding-left: 35px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media all and (min-width: 841px) {
  .pt40_Pc {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt40_Sp {
    padding-top: 40px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media all and (min-width: 841px) {
  .pb40_Pc {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb40_Sp {
    padding-bottom: 40px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media all and (min-width: 841px) {
  .pr40_Pc {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr40_Sp {
    padding-right: 40px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media all and (min-width: 841px) {
  .pl40_Pc {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl40_Sp {
    padding-left: 40px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media all and (min-width: 841px) {
  .pt45_Pc {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt45_Sp {
    padding-top: 45px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media all and (min-width: 841px) {
  .pb45_Pc {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb45_Sp {
    padding-bottom: 45px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media all and (min-width: 841px) {
  .pr45_Pc {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr45_Sp {
    padding-right: 45px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media all and (min-width: 841px) {
  .pl45_Pc {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl45_Sp {
    padding-left: 45px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media all and (min-width: 841px) {
  .pt50_Pc {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt50_Sp {
    padding-top: 50px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media all and (min-width: 841px) {
  .pb50_Pc {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb50_Sp {
    padding-bottom: 50px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media all and (min-width: 841px) {
  .pr50_Pc {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr50_Sp {
    padding-right: 50px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media all and (min-width: 841px) {
  .pl50_Pc {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl50_Sp {
    padding-left: 50px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media all and (min-width: 841px) {
  .pt55_Pc {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt55_Sp {
    padding-top: 55px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media all and (min-width: 841px) {
  .pb55_Pc {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb55_Sp {
    padding-bottom: 55px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media all and (min-width: 841px) {
  .pr55_Pc {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr55_Sp {
    padding-right: 55px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media all and (min-width: 841px) {
  .pl55_Pc {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl55_Sp {
    padding-left: 55px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media all and (min-width: 841px) {
  .pt60_Pc {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt60_Sp {
    padding-top: 60px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media all and (min-width: 841px) {
  .pb60_Pc {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb60_Sp {
    padding-bottom: 60px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media all and (min-width: 841px) {
  .pr60_Pc {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr60_Sp {
    padding-right: 60px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media all and (min-width: 841px) {
  .pl60_Pc {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl60_Sp {
    padding-left: 60px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media all and (min-width: 841px) {
  .pt65_Pc {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt65_Sp {
    padding-top: 65px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media all and (min-width: 841px) {
  .pb65_Pc {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb65_Sp {
    padding-bottom: 65px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media all and (min-width: 841px) {
  .pr65_Pc {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr65_Sp {
    padding-right: 65px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media all and (min-width: 841px) {
  .pl65_Pc {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl65_Sp {
    padding-left: 65px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media all and (min-width: 841px) {
  .pt70_Pc {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt70_Sp {
    padding-top: 70px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media all and (min-width: 841px) {
  .pb70_Pc {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb70_Sp {
    padding-bottom: 70px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media all and (min-width: 841px) {
  .pr70_Pc {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr70_Sp {
    padding-right: 70px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media all and (min-width: 841px) {
  .pl70_Pc {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl70_Sp {
    padding-left: 70px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media all and (min-width: 841px) {
  .pt75_Pc {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt75_Sp {
    padding-top: 75px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media all and (min-width: 841px) {
  .pb75_Pc {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb75_Sp {
    padding-bottom: 75px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media all and (min-width: 841px) {
  .pr75_Pc {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr75_Sp {
    padding-right: 75px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media all and (min-width: 841px) {
  .pl75_Pc {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl75_Sp {
    padding-left: 75px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media all and (min-width: 841px) {
  .pt80_Pc {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt80_Sp {
    padding-top: 80px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media all and (min-width: 841px) {
  .pb80_Pc {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb80_Sp {
    padding-bottom: 80px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media all and (min-width: 841px) {
  .pr80_Pc {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr80_Sp {
    padding-right: 80px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media all and (min-width: 841px) {
  .pl80_Pc {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl80_Sp {
    padding-left: 80px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media all and (min-width: 841px) {
  .pt85_Pc {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt85_Sp {
    padding-top: 85px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media all and (min-width: 841px) {
  .pb85_Pc {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb85_Sp {
    padding-bottom: 85px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media all and (min-width: 841px) {
  .pr85_Pc {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr85_Sp {
    padding-right: 85px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media all and (min-width: 841px) {
  .pl85_Pc {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl85_Sp {
    padding-left: 85px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media all and (min-width: 841px) {
  .pt90_Pc {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt90_Sp {
    padding-top: 90px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media all and (min-width: 841px) {
  .pb90_Pc {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb90_Sp {
    padding-bottom: 90px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media all and (min-width: 841px) {
  .pr90_Pc {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr90_Sp {
    padding-right: 90px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media all and (min-width: 841px) {
  .pl90_Pc {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl90_Sp {
    padding-left: 90px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media all and (min-width: 841px) {
  .pt95_Pc {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt95_Sp {
    padding-top: 95px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media all and (min-width: 841px) {
  .pb95_Pc {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb95_Sp {
    padding-bottom: 95px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media all and (min-width: 841px) {
  .pr95_Pc {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr95_Sp {
    padding-right: 95px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media all and (min-width: 841px) {
  .pl95_Pc {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl95_Sp {
    padding-left: 95px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media all and (min-width: 841px) {
  .pt100_Pc {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .pt100_Sp {
    padding-top: 100px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media all and (min-width: 841px) {
  .pb100_Pc {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .pb100_Sp {
    padding-bottom: 100px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media all and (min-width: 841px) {
  .pr100_Pc {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .pr100_Sp {
    padding-right: 100px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media all and (min-width: 841px) {
  .pl100_Pc {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .pl100_Sp {
    padding-left: 100px !important;
  }
}

.margin_center {
  margin: auto;
}

@media screen and (max-width: 840px) {
  .margin_center_Sp {
    margin: auto;
  }
}
@media all and (min-width: 841px) {
  .margin_center_Pc {
    margin: auto;
  }
}
.w0per {
  width: 0% !important;
}
@media all and (min-width: 841px) {
  .w0per_Pc {
    width: 0% !important;
  }
}
@media screen and (max-width: 840px) {
  .w0per_Sp {
    width: 0% !important;
  }
}

.w0 {
  width: 0px !important;
}
@media all and (min-width: 841px) {
  .w0_Pc {
    width: 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .w0_Sp {
    width: 0px !important;
  }
}

.w5per {
  width: 5% !important;
}
@media all and (min-width: 841px) {
  .w5per_Pc {
    width: 5% !important;
  }
}
@media screen and (max-width: 840px) {
  .w5per_Sp {
    width: 5% !important;
  }
}

.w5 {
  width: 5px !important;
}
@media all and (min-width: 841px) {
  .w5_Pc {
    width: 5px !important;
  }
}
@media screen and (max-width: 840px) {
  .w5_Sp {
    width: 5px !important;
  }
}

.w10per {
  width: 10% !important;
}
@media all and (min-width: 841px) {
  .w10per_Pc {
    width: 10% !important;
  }
}
@media screen and (max-width: 840px) {
  .w10per_Sp {
    width: 10% !important;
  }
}

.w10 {
  width: 10px !important;
}
@media all and (min-width: 841px) {
  .w10_Pc {
    width: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .w10_Sp {
    width: 10px !important;
  }
}

.w15per {
  width: 15% !important;
}
@media all and (min-width: 841px) {
  .w15per_Pc {
    width: 15% !important;
  }
}
@media screen and (max-width: 840px) {
  .w15per_Sp {
    width: 15% !important;
  }
}

.w15 {
  width: 15px !important;
}
@media all and (min-width: 841px) {
  .w15_Pc {
    width: 15px !important;
  }
}
@media screen and (max-width: 840px) {
  .w15_Sp {
    width: 15px !important;
  }
}

.w20per {
  width: 20% !important;
}
@media all and (min-width: 841px) {
  .w20per_Pc {
    width: 20% !important;
  }
}
@media screen and (max-width: 840px) {
  .w20per_Sp {
    width: 20% !important;
  }
}

.w20 {
  width: 20px !important;
}
@media all and (min-width: 841px) {
  .w20_Pc {
    width: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .w20_Sp {
    width: 20px !important;
  }
}

.w25per {
  width: 25% !important;
}
@media all and (min-width: 841px) {
  .w25per_Pc {
    width: 25% !important;
  }
}
@media screen and (max-width: 840px) {
  .w25per_Sp {
    width: 25% !important;
  }
}

.w25 {
  width: 25px !important;
}
@media all and (min-width: 841px) {
  .w25_Pc {
    width: 25px !important;
  }
}
@media screen and (max-width: 840px) {
  .w25_Sp {
    width: 25px !important;
  }
}

.w30per {
  width: 30% !important;
}
@media all and (min-width: 841px) {
  .w30per_Pc {
    width: 30% !important;
  }
}
@media screen and (max-width: 840px) {
  .w30per_Sp {
    width: 30% !important;
  }
}

.w30 {
  width: 30px !important;
}
@media all and (min-width: 841px) {
  .w30_Pc {
    width: 30px !important;
  }
}
@media screen and (max-width: 840px) {
  .w30_Sp {
    width: 30px !important;
  }
}

.w35per {
  width: 35% !important;
}
@media all and (min-width: 841px) {
  .w35per_Pc {
    width: 35% !important;
  }
}
@media screen and (max-width: 840px) {
  .w35per_Sp {
    width: 35% !important;
  }
}

.w35 {
  width: 35px !important;
}
@media all and (min-width: 841px) {
  .w35_Pc {
    width: 35px !important;
  }
}
@media screen and (max-width: 840px) {
  .w35_Sp {
    width: 35px !important;
  }
}

.w40per {
  width: 40% !important;
}
@media all and (min-width: 841px) {
  .w40per_Pc {
    width: 40% !important;
  }
}
@media screen and (max-width: 840px) {
  .w40per_Sp {
    width: 40% !important;
  }
}

.w40 {
  width: 40px !important;
}
@media all and (min-width: 841px) {
  .w40_Pc {
    width: 40px !important;
  }
}
@media screen and (max-width: 840px) {
  .w40_Sp {
    width: 40px !important;
  }
}

.w45per {
  width: 45% !important;
}
@media all and (min-width: 841px) {
  .w45per_Pc {
    width: 45% !important;
  }
}
@media screen and (max-width: 840px) {
  .w45per_Sp {
    width: 45% !important;
  }
}

.w45 {
  width: 45px !important;
}
@media all and (min-width: 841px) {
  .w45_Pc {
    width: 45px !important;
  }
}
@media screen and (max-width: 840px) {
  .w45_Sp {
    width: 45px !important;
  }
}

.w50per {
  width: 50% !important;
}
@media all and (min-width: 841px) {
  .w50per_Pc {
    width: 50% !important;
  }
}
@media screen and (max-width: 840px) {
  .w50per_Sp {
    width: 50% !important;
  }
}

.w50 {
  width: 50px !important;
}
@media all and (min-width: 841px) {
  .w50_Pc {
    width: 50px !important;
  }
}
@media screen and (max-width: 840px) {
  .w50_Sp {
    width: 50px !important;
  }
}

.w55per {
  width: 55% !important;
}
@media all and (min-width: 841px) {
  .w55per_Pc {
    width: 55% !important;
  }
}
@media screen and (max-width: 840px) {
  .w55per_Sp {
    width: 55% !important;
  }
}

.w55 {
  width: 55px !important;
}
@media all and (min-width: 841px) {
  .w55_Pc {
    width: 55px !important;
  }
}
@media screen and (max-width: 840px) {
  .w55_Sp {
    width: 55px !important;
  }
}

.w60per {
  width: 60% !important;
}
@media all and (min-width: 841px) {
  .w60per_Pc {
    width: 60% !important;
  }
}
@media screen and (max-width: 840px) {
  .w60per_Sp {
    width: 60% !important;
  }
}

.w60 {
  width: 60px !important;
}
@media all and (min-width: 841px) {
  .w60_Pc {
    width: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .w60_Sp {
    width: 60px !important;
  }
}

.w65per {
  width: 65% !important;
}
@media all and (min-width: 841px) {
  .w65per_Pc {
    width: 65% !important;
  }
}
@media screen and (max-width: 840px) {
  .w65per_Sp {
    width: 65% !important;
  }
}

.w65 {
  width: 65px !important;
}
@media all and (min-width: 841px) {
  .w65_Pc {
    width: 65px !important;
  }
}
@media screen and (max-width: 840px) {
  .w65_Sp {
    width: 65px !important;
  }
}

.w70per {
  width: 70% !important;
}
@media all and (min-width: 841px) {
  .w70per_Pc {
    width: 70% !important;
  }
}
@media screen and (max-width: 840px) {
  .w70per_Sp {
    width: 70% !important;
  }
}

.w70 {
  width: 70px !important;
}
@media all and (min-width: 841px) {
  .w70_Pc {
    width: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .w70_Sp {
    width: 70px !important;
  }
}

.w75per {
  width: 75% !important;
}
@media all and (min-width: 841px) {
  .w75per_Pc {
    width: 75% !important;
  }
}
@media screen and (max-width: 840px) {
  .w75per_Sp {
    width: 75% !important;
  }
}

.w75 {
  width: 75px !important;
}
@media all and (min-width: 841px) {
  .w75_Pc {
    width: 75px !important;
  }
}
@media screen and (max-width: 840px) {
  .w75_Sp {
    width: 75px !important;
  }
}

.w80per {
  width: 80% !important;
}
@media all and (min-width: 841px) {
  .w80per_Pc {
    width: 80% !important;
  }
}
@media screen and (max-width: 840px) {
  .w80per_Sp {
    width: 80% !important;
  }
}

.w80 {
  width: 80px !important;
}
@media all and (min-width: 841px) {
  .w80_Pc {
    width: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .w80_Sp {
    width: 80px !important;
  }
}

.w85per {
  width: 85% !important;
}
@media all and (min-width: 841px) {
  .w85per_Pc {
    width: 85% !important;
  }
}
@media screen and (max-width: 840px) {
  .w85per_Sp {
    width: 85% !important;
  }
}

.w85 {
  width: 85px !important;
}
@media all and (min-width: 841px) {
  .w85_Pc {
    width: 85px !important;
  }
}
@media screen and (max-width: 840px) {
  .w85_Sp {
    width: 85px !important;
  }
}

.w90per {
  width: 90% !important;
}
@media all and (min-width: 841px) {
  .w90per_Pc {
    width: 90% !important;
  }
}
@media screen and (max-width: 840px) {
  .w90per_Sp {
    width: 90% !important;
  }
}

.w90 {
  width: 90px !important;
}
@media all and (min-width: 841px) {
  .w90_Pc {
    width: 90px !important;
  }
}
@media screen and (max-width: 840px) {
  .w90_Sp {
    width: 90px !important;
  }
}

.w95per {
  width: 95% !important;
}
@media all and (min-width: 841px) {
  .w95per_Pc {
    width: 95% !important;
  }
}
@media screen and (max-width: 840px) {
  .w95per_Sp {
    width: 95% !important;
  }
}

.w95 {
  width: 95px !important;
}
@media all and (min-width: 841px) {
  .w95_Pc {
    width: 95px !important;
  }
}
@media screen and (max-width: 840px) {
  .w95_Sp {
    width: 95px !important;
  }
}

.w100per {
  width: 100% !important;
}
@media all and (min-width: 841px) {
  .w100per_Pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 840px) {
  .w100per_Sp {
    width: 100% !important;
  }
}

.w100 {
  width: 100px !important;
}
@media all and (min-width: 841px) {
  .w100_Pc {
    width: 100px !important;
  }
}
@media screen and (max-width: 840px) {
  .w100_Sp {
    width: 100px !important;
  }
}

/*------------------------------------------------
追加
------------------------------------------------*/
.float_R {
  float: right;
}
@media all and (min-width: 841px) {
  .float_R_Pc {
    float: right;
  }
}
@media screen and (max-width: 840px) {
  .float_R_Sp {
    float: right;
  }
}

.float_L {
  float: left;
}
@media all and (min-width: 841px) {
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 840px) {
  .float_L_Sp {
    float: left;
  }
}

@media all and (min-width: 841px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .pcOnly {
    display: none;
  }
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 840px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 841px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

#TopContents h1 {
  font-size: 0;
}

#MainImg {
  width: 100%;
}
@media all and (min-width: 841px) {
  #MainImg {
    background: url(../images/img_top_mainPc.jpg) no-repeat;
    background-size: cover;
    background-position: 0 center;
    height: 580px; /* 任意の高さ */
  }
}
@media all and (min-width: 1600px) {
  #MainImg {
    height: 800px; /* 任意の高さ */
  }
}
@media screen and (max-width: 840px) {
  #MainImg {
    background: url(../images/img_top_mainSp.jpg) no-repeat;
    background-size: 100% auto;
    height: 430px;
  }
}
@media screen and (min-width:481px) and (max-width:840px) {
  #MainImg {
    height: 560px;
  }
}
#MainImg .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#MainImg .inner .message {
  color: var(--default-white);
  text-shadow: 2px 2px 10px #002560;
  position: absolute;
  display: block;
}
@media all and (min-width: 841px) {
  #MainImg .inner .message {
    left: 100px;
    bottom: 85px;
  }
}
@media all and (min-width: 1600px) {
  #MainImg .inner .message {
    left: 8vw;
    bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #MainImg .inner .message {
    right: auto;
    left: 3.7vw;
    bottom: 40px;
  }
}
#MainImg .inner .message h2 {
  line-height: 2.1875;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
}
@media all and (min-width: 841px) {
  #MainImg .inner .message h2 {
    font-size: 2rem;
  }
}
@media all and (min-width: 1600px) {
  #MainImg .inner .message h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 840px) {
  #MainImg .inner .message h2 {
    font-size: 4.26vw;
    z-index: 10000;
    left: 0;
  }
}

#News {
  width: 1080px;
  margin: 80px auto 0;
}
@media screen and (max-width: 840px) {
  #News {
    width: 100%;
    padding: 0 15px;
    margin: 30px 0 0 0;
  }
}
#News .titleArea {
  position: relative;
}
@media screen and (max-width: 840px) {
  #News .titleArea {
    text-align: center;
    margin-bottom: 36px;
  }
}
#News .titleArea h2 {
  color: var(--default-black);
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 840px) {
  #News .titleArea h2 {
    font-size: 2.875rem;
    line-height: 1.5;
  }
}
#News .titleArea h2 .color_blue {
  color: var(--default-blue);
}
#News .titleArea h2 .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
#News .titleArea h2 .sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  height: 1px;
  background: #BFBFBF;
}
@media screen and (max-width: 840px) {
  #News .titleArea h2 .sub::before {
    width: 45%;
  }
}
#News .titleArea p {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#News .titleArea p a {
  display: block;
  color: var(--default-black);
  padding-right: 64px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--default-black02);
}
#News .titleArea p a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 52px;
  height: 13px;
  background: url(../common/ico_arrow01.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#News .titleArea p a:hover {
  color: var(--default-blue);
}
#News .titleArea p a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#News .btn_event a {
  display: block;
  padding: 22px 0;
  text-align: center;
  color: var(--default-black);
  background: var(--default-white);
  border: 1px solid #707070;
  position: relative;
}
#News .btn_event a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 10px;
  background: url(../common/ico_arrow01.svg) no-repeat;
  background-size: contain;
}

.newsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 55px;
}
@media screen and (max-width: 840px) {
  .newsArea {
    display: block;
    margin-top: 25px;
  }
}
.newsArea article {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .newsArea article {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}
.newsArea article .news_thum {
  position: relative;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_thum {
    margin-right: 10px;
  }
}
.newsArea article .news_thum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--default-blue);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_thum::before {
    width: 100px;
    height: 100px;
  }
}
.newsArea article .news_thum img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 255px !important;
  height: 200px !important;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_thum img {
    width: 100px !important;
    max-width: 100px !important;
    height: 80px !important;
    max-height: 80px !important;
  }
}
@media screen and (max-width: 840px) {
  .newsArea article .news_contents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.newsArea article .news_contents .cate {
  margin: 10px 0 15px;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_contents .cate {
    margin: 0px 0 10px;
  }
}
.newsArea article .news_contents .cate span {
  font-size: 0.625rem;
  background: var(--default-blue);
  color: var(--default-white);
  padding: 5px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_contents .cate span {
    font-size: 0.5625rem;
    padding: 3px 5px;
    margin: 0 6px 0 0;
  }
}
.newsArea article .news_contents .cate .new-tag {
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: none;
  color: var(--default-darkyellow);
}
.newsArea article .news_contents .title {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_contents .title {
    margin-bottom: 10px;
  }
}
.newsArea article .news_contents .day {
  font-size: 0.75rem;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #606060;
}
@media screen and (max-width: 840px) {
  .newsArea article .news_contents .day {
    font-size: 0.625rem;
  }
}
.newsArea article a {
  color: var(--default-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 840px) {
  .newsArea article a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newsArea article a:hover .news_thum::before {
  opacity: 0.1;
}
.newsArea article .t_link_lift {
  cursor: text;
}
.newsArea article .t_link_lift:hover .news_thum::before {
  opacity: 0;
}

#TopMenu {
  margin-top: 50px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 840px) {
  #TopMenu {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
#TopMenu .titleArea {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 840px) {
  #TopMenu .titleArea {
    margin-bottom: 40px;
  }
}
#TopMenu .titleArea h2 {
  color: var(--default-black);
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 840px) {
  #TopMenu .titleArea h2 {
    font-size: 2.875rem;
    line-height: 1.5;
  }
}
#TopMenu .titleArea h2 .color_blue {
  color: var(--default-blue);
}
#TopMenu .titleArea h2 .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
#TopMenu .titleArea h2 .sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65%;
  height: 1px;
  background: #BFBFBF;
}
#TopMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  #TopMenu ul {
    width: 100%;
    padding: 0 15px;
    gap: 20px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#TopMenu ul li {
  width: 350px;
  height: 300px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 840px) {
  #TopMenu ul li {
    max-width: 345px;
    width: 100%;
    height: 295px;
  }
}
#TopMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#TopMenu ul li a div {
  width: 350px;
  height: 238px;
  color: var(--default-white);
  font-size: 1.875rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 840px) {
  #TopMenu ul li a div {
    width: 100%;
    height: 100%;
    max-width: 345px;
    max-height: 233px;
  }
}
#TopMenu ul li a div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--default-blue);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 840px) {
  #TopMenu ul li a div::before {
    width: 100%;
    height: 100%;
    max-width: 345px;
    max-height: 233px;
  }
}
#TopMenu ul li a p {
  padding: 20px 50px 20px 20px;
  background: var(--default-white);
  font-weight: medium;
  color: var(--default-black);
  position: relative;
}
#TopMenu ul li a p::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 10px;
  background: url(../common/ico_arrow01.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#TopMenu ul li a:hover div::before {
  opacity: 0.2;
}
#TopMenu ul li a:hover p::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#TopMenu ul li:nth-of-type(1) a {
  background: url(../images/img_top_menu01.jpg) no-repeat;
  background-size: contain;
  background-position: 0 0;
}
#TopMenu ul li:nth-of-type(2) a {
  background: url(../images/img_top_menu02.jpg) no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media screen and (max-width: 840px) {
  #TopMenu ul li:nth-of-type(2) a {
    background-position: 0 0;
  }
}
#TopMenu ul li:nth-of-type(3) a {
  background: url(../images/img_top_menu03.jpg) no-repeat;
  background-size: contain;
  background-position: 0 0;
}
#TopMenu ul li:nth-of-type(3) a div::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 140px;
  height: 16px;
  background: url(../images/pic_password.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#TopMenu .submenu {
  width: 1080px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 840px) {
  #TopMenu .submenu {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
#TopMenu .submenu_item {
  display: block;
  width: calc(50% - 15px);
  padding: 48px 0;
  background: -webkit-gradient(linear, left top, right top, from(#01489C), to(#002560));
  background: linear-gradient(to right, #01489C, #002560);
  color: var(--default-white);
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 840px) {
  #TopMenu .submenu_item {
    width: 100%;
    padding: 30px 60px 30px 16px;
    text-align: left;
  }
}
#TopMenu .submenu_item::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 52px;
  height: 12px;
  background: url(../common/ico_arrow02.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  #TopMenu .submenu_item::before {
    right: 16px;
    width: 42px;
    height: 10px;
  }
}
#TopMenu .submenu_item:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/*------------------------------------------------
ニュースページ装飾
------------------------------------------------*/
#titleArea {
  width: 100%;
  height: auto;
  min-height: 320px;
  background: url(../images/img_pagetitlePc.jpg) no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
@media screen and (max-width: 840px) {
  #titleArea {
    min-height: 214px;
    background: url(../images/img_pagetitleSp.jpg) no-repeat;
    background-size: cover;
    background-position-y: bottom;
  }
}
#titleArea .inner {
  width: 1080px;
  min-height: 320px;
  margin: auto;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 840px) {
  #titleArea .inner {
    width: 100%;
    margin: 0;
    padding: 15px;
    min-height: 214px;
  }
}
#titleArea .inner h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--default-white);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  #titleArea .inner h1 {
    font-size: 1.5rem;
  }
}
#titleArea .inner .day {
  display: block;
  margin-top: 12px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: var(--default-white);
}
@media screen and (max-width: 840px) {
  #titleArea .inner .day {
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.contents {
  width: 1080px;
  margin: 80px auto 100px;
}
@media screen and (max-width: 840px) {
  .contents {
    width: 100%;
    padding: 0 15px;
    margin: 30px 0 50px;
    min-height: auto;
  }
}

.homebtn {
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 840px) {
  .homebtn {
    padding: 30px 0 0 0;
  }
}
.homebtn a {
  display: inline-block;
  border: 1px solid var(--default-blue);
  text-align: center;
  padding: 20px 120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homebtn a:hover {
  background: var(--default-lightblue);
}

/*------------------------------------------------
ニュース専用
------------------------------------------------*/
#Second .newsArea article {
  margin-bottom: 20px;
}

.newsLink {
  margin: 40px auto 0;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .newsLink {
    width: 100%;
  }
}
.newsLink li {
  width: 24.25%;
}
.newsLink li a {
  padding: 20px 0;
  background: #DDD;
  display: block;
  text-align: center;
  color: var(--default-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .newsLink li a {
    padding: 16px 0;
    font-size: 0.9375rem;
  }
}
.newsLink li a.active {
  background: #C0D2E7;
  color: var(--default-black);
}
.newsLink li a.active:hover {
  background: var(--default-blue);
  color: var(--default-white);
}
.newsLink li a:hover {
  background: var(--default-blue);
  color: var(--default-white);
}

.newslist-category .newslist-category__heading {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.newslist-category ul.newslist-category__list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.newslist-category ul.newslist-category__list li a {
  font-size: 0.8125rem;
  position: relative;
  padding: 10px 15px 10px 20px;
  color: var(--default-white);
  background: var(--default-blue);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist-category ul.newslist-category__list li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.newslist-category ul.newslist-category__list li a::before {
  content: "#";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
  color: var(--default-white);
}

.newsArealist {
  display: block;
}
.newsArealist article {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .newsArealist article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsArealist article .newsArea_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.newsArealist article .newsArea_contents .cate {
  margin: 0;
}
.newsArealist article .newsArea_contents .cate span {
  font-size: 0.625rem;
  background: var(--default-blue);
  color: var(--default-white);
  padding: 5px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 840px) {
  .newsArealist article .newsArea_contents .cate span {
    font-size: 0.5625rem;
    padding: 3px 5px;
    margin: 0 6px 0 0;
  }
}
.newsArealist article .newsArea_contents .cate .day {
  margin-right: 0px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #606060;
  background: none;
}
@media screen and (max-width: 840px) {
  .newsArealist article .newsArea_contents .cate .day {
    font-size: 0.625rem;
  }
}
.newsArealist article .newsArea_contents .cate .new-tag {
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: none;
  color: var(--default-darkyellow);
}
.newsArealist article .newsArea_title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .newsArealist article .newsArea_title {
    font-size: 0.875rem;
  }
}
.newsArealist article a {
  color: var(--default-black);
  display: block;
}
@media screen and (max-width: 840px) {
  .newsArealist article a {
    width: 100%;
  }
}

/*------------------------------------------------
パスワード
------------------------------------------------*/
#password .passward_wrap {
  text-align: center;
}
#password .passward_wrap .text {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  #password .passward_wrap .text {
    font-size: 1.125rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
#password .passward_wrap .input {
  width: 520px;
  padding: 10px 0;
  cursor: text;
}
@media screen and (max-width: 840px) {
  #password .passward_wrap .input {
    width: 100%;
  }
}
#password .passward_wrap .button {
  background: var(--default-blue);
  color: var(--default-white);
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: none;
  padding: 12px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  #password .passward_wrap .button {
    width: 30%;
    margin-top: 10px;
  }
}
#password .passward_wrap .button:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#password .passward_wrap .attention {
  padding: 10px 0px;
  width: 600px;
  margin: 20px auto 0;
  color: #bc0710;
  background: var(--default-lightblue);
  position: relative;
}
@media screen and (max-width: 840px) {
  #password .passward_wrap .attention {
    width: 100%;
    margin: 15px auto;
  }
}

/*------------------------------------------------
フォーム
------------------------------------------------*/
#contact {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
  line-height: 1.8;
}
#contact .contact_wrap {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 80px auto 100px;
}
#contact .form {
  margin-top: 40px;
}
#contact .form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  #contact .form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#contact .form dt {
  width: 240px;
}
#contact .form dt p {
  margin-top: 10px;
}
#contact .form dt span {
  color: #fff;
  background-color: var(--default-darkyellow);
  margin-left: 7px;
  padding: 4px 7px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 0.8125rem;
}
#contact .form dd {
  width: 80%;
}
@media screen and (max-width: 840px) {
  #contact .form dd {
    width: 100%;
  }
}
#contact .form input::-webkit-input-placeholder {
  color: #ccc;
}
#contact .form input::-moz-placeholder {
  color: #ccc;
}
#contact .form input:-ms-input-placeholder {
  color: #ccc;
}
#contact .form input::-ms-input-placeholder {
  color: #ccc;
}
#contact .form input::placeholder {
  color: #ccc;
}
#contact .form input[type=text],
#contact .form input[type=email],
#contact .form input[type=tel] {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 1rem;
  outline: none;
  cursor: text;
}
#contact .form input[type=text]:focus,
#contact .form input[type=email]:focus,
#contact .form input[type=tel]:focus,
#contact .form textarea:focus {
  outline: 2px solid var(--default-blue);
  border: 1px solid #fff;
  border-radius: 3px;
}
#contact .form textarea {
  display: block;
  width: 100%;
  height: 180px;
  border: 1px solid #ccc;
  padding: 12px;
  min-height: 180px;
  font-size: 1rem;
  outline: none;
  cursor: text;
}
#contact .form .err_txt {
  position: relative;
  padding: 8px;
  display: inline-block;
  color: #bc0710;
  font-weight: 500;
  font-size: 0.875rem;
}
#contact .form .privacy_area {
  margin: 35px 0 55px 0;
}
#contact .form .privacy_area .privacy_text {
  width: 100%;
  height: 200px;
  overflow: scroll;
  border: 1px solid #BFBFBF;
  padding: 20px 20px 5px 20px;
  margin: 10px 0px;
  color: var(--default-black02);
  font-size: 0.875rem;
  line-height: 1.7;
  cursor: default;
}
@media screen and (max-width: 840px) {
  #contact .form .privacy_area .privacy_text {
    height: 180px;
    padding: 20px 15px;
    font-size: 0.75rem;
  }
}
#contact .form .privacy_area .privacy_text p {
  margin-bottom: 15px;
}
#contact .form .privacy_area .privacy_text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}
#contact .form .privacy_area .privacy_check {
  text-align: center;
}
#contact .form .privacy_area .privacy_check label {
  cursor: pointer;
}
#contact .form .privacy_area .privacy_check input {
  margin-right: 10px;
}
#contact .form .privacy_area .privacy_check .checkbox_customize {
  accent-color: var(--default-blue);
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
#contact .form .privacy_area .err_txt {
  text-align: center;
  margin: auto;
  display: block;
}
@media screen and (max-width: 840px) {
  #contact .form .privacy_area .err_txt {
    text-align: left;
  }
}
#contact .form .h-captcha_area {
  text-align: center;
}
#contact .form .submit_area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 840px) {
  #contact .form .submit_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
}
#contact .form .submit_area input {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  width: 350px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#01489C), to(#002560));
  background: linear-gradient(to right, #01489C, #002560);
  cursor: pointer;
  border: 0;
  padding: 20px 0;
}
@media screen and (max-width: 840px) {
  #contact .form .submit_area input {
    width: 100%;
    max-width: 350px;
  }
}
#contact .form .submit_area .submit_btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 840px) {
  #contact .form .submit_area .submit_btn {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}
#contact .form .submit_area .submit_btn::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 52px;
  height: 12px;
  background: url(../common/ico_arrow02.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .form .submit_area .submit_btn:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#contact .form .submit_area .submit_btn_back input {
  background: #77818d;
}
#contact .confirm {
  border-top: 1px solid #ccc;
}
#contact .confirm dl {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin: 0;
}
#contact .confirm dt p {
  margin-top: 0px;
}
#contact .thank_txt {
  text-align: center;
  font-size: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 840px) {
  #contact .thank_txt {
    text-align: left;
    font-size: 1.125rem;
  }
}
#contact .close_txt {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 840px) {
  #contact .close_txt {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */