@charset "UTF-8";
.contents_header, .section, .introduction_section {
  min-width: 1230px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .contents_header, .section, .introduction_section {
    min-width: 100%;
  }
  .contents_header > *, .section > *, .introduction_section > * {
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

@-webkit-keyframes arrowMove {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 7px;
  }
  100% {
    background-position-x: 0;
  }
}

@keyframes arrowMove {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 7px;
  }
  100% {
    background-position-x: 0;
  }
}

*.fade_in {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media all and (-ms-high-contrast: none) {
  *.fade_in {
    -webkit-transition: unset;
    transition: unset;
  }
}

@media (max-width: 480px) {
  *.fade_in {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

*.fade_in.effect {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
  scroll-behavior: smooth;
}

@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}

html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}

html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}

html caption,
html th {
  text-align: left;
}

html hr,
html legend {
  display: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}

html ol,
html ul {
  list-style: none;
}

html a img,
html fieldset {
  border: none;
}

html a {
  color: #333;
}

html a:visited {
  text-decoration: none;
}

html p {
  margin-bottom: 12px;
}

html p:last-child {
  margin-bottom: 0px;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}

html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.5;
  height: 100%;
  min-width: 1230px;
  background: #fff;
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.4em;
    -webkit-overflow-scrolling: touch;
  }
}

#page {
  margin: 0 auto;
  width: auto;
  position: relative;
}

@media (max-width: 480px) {
  #page {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page + #gnavi[data-state="open"] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#header {
  background: #fff;
}

#header .header_inner {
  background: #fff;
  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;
  max-width: 1180px;
  min-height: 80px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 480px) {
  #header .header_inner {
    padding: 0;
    min-height: unset;
  }
}

#header .head-logo a {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  text-decoration: none;
  position: relative;
  color: #333;
}

@media (max-width: 480px) {
  #header .head-logo a {
    font-size: 6vw;
    letter-spacing: 0;
    padding: 0 3vw;
    min-height: 14vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header .head-logo span {
  position: absolute;
  bottom: 100%;
  right: 7px;
  font-size: 12px;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  #header .head-logo span {
    top: 2vw;
    right: 2.5vw;
    padding-right: 2vw;
    bottom: unset;
    font-size: 2vw;
  }
}

#header .head-burger {
  display: none;
}

@media (max-width: 480px) {
  #header .head-burger {
    display: block;
    width: 14vw;
    height: 14vw;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 200;
    position: relative;
    background: #fff;
    cursor: pointer;
  }
  #header .head-burger span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header .head-burger span::after {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 0.5vw;
    width: 7vw;
    background: #333;
    display: block;
  }
  #header .head-burger span:nth-child(1),
  #header .head-burger span:nth-child(3) {
    position: absolute;
  }
  #header .head-burger span:nth-child(1) {
    -webkit-transform: translateY(-2vw);
            transform: translateY(-2vw);
  }
  #header .head-burger span:nth-child(3) {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  #header .head-burger[data-state="open"] {
    position: fixed;
    right: 0;
    top: 0;
  }
  #header .head-burger[data-state="open"] span::after {
    background: #1777e3;
  }
  #header .head-burger[data-state="open"] span:nth-child(1) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header .head-burger[data-state="open"] span:nth-child(1)::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .head-burger[data-state="open"] span:nth-child(2)::after {
    opacity: 0;
  }
  #header .head-burger[data-state="open"] span:nth-child(3) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header .head-burger[data-state="open"] span:nth-child(3)::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 480px) {
  #page #gnavi {
    display: none;
  }
}

#page #gnavi > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page #gnavi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page #gnavi > ul > li:not(:last-child) {
  margin-right: 10px;
}

#page #gnavi > ul > li > a {
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  min-height: 46px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #333;
}

#page #gnavi > ul > li > a[href*="#MailForm"] {
  padding: 10px 40px;
  background: #1777e3;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #1777e3;
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  #page #gnavi > ul > li > a[href*="#MailForm"]:hover {
    background: #fff;
    color: #1777e3;
  }
}

@media (max-width: 480px) {
  #page + #gnavi {
    padding: 8vw 5% 30px;
    height: 100%;
    width: 70%;
    background: #fff;
    position: fixed;
    top: 14vw;
    right: 0;
    z-index: 100;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
  }
  #page + #gnavi > ul {
    margin-bottom: 30px;
  }
  #page + #gnavi a {
    padding: 14px 0;
    border-bottom: 1px solid #333;
    line-height: 1.8;
    display: block;
    font-size: 1.45rem;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.3;
    color: #333;
  }
  #page + #gnavi #close {
    background: #1777e3;
    padding: 10px;
    color: #fff;
  }
  #page + #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
}

.contents_header {
  background: #d1e6f9;
}

@media all and (-ms-high-contrast: none) {
  .contents_header {
    display: table;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contents_header {
    background-image: url(../img/contents_header_bg-sp.png);
    background-size: auto 100%;
  }
}

.contents_header .head_inner {
  margin: 0 auto;
  width: 1230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 200px;
  padding: 40px;
}

@media all and (-ms-high-contrast: none) {
  .contents_header .head_inner {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 480px) {
  .contents_header .head_inner {
    min-height: 28vw;
  }
}

.contents_header .head_inner .title {
  font-size: 3rem;
  text-shadow: 0.3px 0 0 #333;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 480px) {
  .contents_header .head_inner .title {
    font-size: 5.5vw;
  }
}

.breadcrumbs {
  margin: 0 auto;
  width: 1230px;
  padding: 5px 0;
}

@media (max-width: 480px) {
  .breadcrumbs {
    width: 100%;
    padding: 5px 3vw;
  }
}

.breadcrumbs ul:after {
  content: '';
  display: block;
  clear: both;
}

.breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}

.breadcrumbs ul li a {
  margin-right: 4px;
  display: inline-block;
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .breadcrumbs ul li a:hover {
    text-decoration: none;
  }
}

.section {
  padding: 75px 0 90px;
}

@media (max-width: 480px) {
  .section {
    padding: 10vw 5vw;
    background-size: 100% auto;
  }
}

.breadcrumbs + .section {
  padding-top: 60px;
}

@media (max-width: 480px) {
  .breadcrumbs + .section {
    padding-top: 10vw;
  }
}

.section:last-child {
  padding-bottom: 110px;
}

@media (max-width: 480px) {
  .section:last-child {
    padding-bottom: 35vw;
  }
}

.section > .section_title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .section > .section_title {
    letter-spacing: 0;
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
}

.section > .section_title span {
  display: inline-block;
}

@media (max-width: 480px) {
  .section > .section_title span {
    display: block;
  }
}

.section > .section_inner {
  margin: 0 auto;
  width: 1230px;
}

.section:nth-child(2n) {
  background: #f0f9ff;
}

.child_content_section {
  padding: 0 20px;
}

@media (max-width: 480px) {
  .child_content_section {
    padding: 0;
  }
}

.child_content_section:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .child_content_section:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.child_content_section .section_title {
  font-size: 2rem;
  margin-bottom: 40px;
  padding: 0 23px;
  line-height: 1.5;
  border-left: 7px solid #86ad36;
}

@media (max-width: 480px) {
  .child_content_section .section_title {
    font-size: 4.2vw;
    margin-bottom: 8vw;
    padding: 3px 10px;
    border-left-width: 5px;
  }
}

.footer {
  background: #484848;
  color: #fff;
}

.footer img {
  display: block;
}

.footer_navi {
  padding: 50px 0;
}

@media (max-width: 480px) {
  .footer_navi {
    padding: 8vw 5vw;
  }
}

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

@media (max-width: 480px) {
  .footer_navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px 4%;
  }
}

.footer_navi ul li:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .footer_navi ul li:not(:last-child) {
    width: 48%;
    margin-right: 0;
  }
}

.footer_navi ul a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .footer_navi ul a {
    display: table;
    padding-left: 5vw;
    position: relative;
  }
}

@media (max-width: 480px) {
  .footer_navi ul a:after {
    content: "\ff1e";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
  }
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .footer_navi ul a:hover {
    text-decoration: underline;
  }
}

.footer #pagetop {
  display: none;
}

@media (max-width: 480px) {
  .footer #pagetop {
    width: 12%;
  }
}

.footer #pagetop a {
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  text-decoration: none;
  background: #1777e3;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border: 2px solid #1777e3;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .footer #pagetop a {
    -webkit-transition: unset;
    transition: unset;
    width: 15vw;
    height: 15vw;
    font-size: 3vw;
  }
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .footer #pagetop a:hover {
    background: #fff;
    color: #1777e3;
  }
}

.footer #pagetop.fixed {
  right: 5%;
  bottom: 50px;
  display: block;
  z-index: 10;
}

.footer .copy {
  text-align: center;
  padding: 18px 0;
}

@media (max-width: 480px) {
  .footer .copy {
    padding: 10px 0 23px;
  }
}

.footer .copy p {
  margin-bottom: 0 !important;
}

.footer .copy img {
  vertical-align: bottom;
  position: relative;
  top: -4px;
  left: 14px;
  display: inline;
}

@media (max-width: 480px) {
  .footer .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
}

.footer .copy a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2vw;
  }
}

.access_map {
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0;
  }
}

.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 80vw;
    width: 100%;
  }
}

.access_map .map_set iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 480px) {
  .access_map .map_set iframe {
    height: 80vw;
  }
}

@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}

.access_map .access_data {
  padding: 15px 0 0;
}

.access_map .access_data dl {
  margin-bottom: 40px;
}

.access_map .access_data dl:after {
  content: '';
  display: block;
  clear: both;
}

.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
}

@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
  }
}

.access_map .access_data dl dd {
  padding-left: 80px;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}

.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}

.privacy_section {
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}

.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1230px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}

.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #1777e3;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #1777e3;
    margin-bottom: 20px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info {
  text-align: center;
}

.inquiry_info .set {
  display: inline-block;
  vertical-align: top;
}

.inquiry_info .set:nth-child(1) {
  margin-right: 100px;
}

@media (max-width: 480px) {
  .inquiry_info .set:nth-child(1) {
    margin: 0 0 7vw;
  }
}

@media (max-width: 480px) {
  .inquiry_info .set {
    display: block;
  }
}

.inquiry_info .no {
  margin-bottom: 10px;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 480px) {
  .inquiry_info .no {
    font-size: 3rem;
    margin-bottom: 1vw;
  }
}

.inquiry_info .no span {
  font-size: 50%;
  margin-right: 5px;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  margin-right: 15px;
  position: relative;
  top: -5px;
}

@media (max-width: 480px) {
  .inquiry_info .no span {
    padding: 1vw 2vw 1.2vw;
    margin-right: 3vw;
  }
}

.inquiry_info .no span.mark_tel {
  background: #1777e3;
}

.inquiry_info .no span.mark_fax {
  background: #A4A4A4;
}

.inquiry_info .list li {
  display: inline-block;
}

@media (max-width: 480px) {
  .inquiry_info .list li {
    display: block;
    line-height: 1.4;
  }
}

.inquiry_info .list li:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .inquiry_info .list li:not(:last-child) {
    margin-right: 0;
  }
}

.attent_block {
  margin-bottom: 20px;
}

.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}

.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .attent_block a:hover {
    text-decoration: none;
    color: #1777e3;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}

@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}

.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 10px;
  padding: 2px 4px;
  margin-left: -43.5px;
}

@media (max-width: 480px) {
  #MailForm span.any,
  #MailForm span.required {
    margin-right: 0;
    float: right;
  }
}

#MailForm span.required {
  background: #9b0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm form span:not([class]) {
  display: block;
  text-indent: -8px;
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 3px;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}

#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 12px 27px 12px 13px;
  cursor: pointer;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (-ms-high-contrast: none) {
  #MailForm select {
    background: none;
    padding-right: 13px;
  }
}

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media (max-width: 480px) {
  #MailForm label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.4;
  }
}

#MailForm label input[type="radio"] {
  margin-right: 10px;
}

@media (max-width: 480px) {
  #MailForm label input[type="radio"] {
    width: auto;
    position: relative;
    top: 3px;
    outline: none;
  }
}

#MailForm label input[type="checkbox"] {
  outline: none;
}

@media (max-width: 480px) {
  #MailForm label input[type="checkbox"] {
    width: auto;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]:focus,
  #MailForm input[type="button"]:focus {
    outline-offset: -2px;
  }
}

#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}

#MailForm .form25 {
  width: 25%;
}

@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}

#MailForm .form45 {
  width: 45%;
}

@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}

#MailForm .form60 {
  width: 60%;
}

@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}

#MailForm .form90 {
  width: 93%;
}

@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}

#MailForm .focus {
  background: #ffe7e0;
}

#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}

#MailForm .inquiry_inset {
  margin-bottom: 25px;
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

#MailForm .important_list {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  #MailForm .important_list {
    margin-bottom: 8vw;
  }
}

#MailForm .important_list li {
  text-indent: -16px;
  padding-left: 16px;
}

#MailForm .important_list li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  #MailForm .important_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  #MailForm .important_list li {
    text-indent: -17px;
    padding-left: 17px;
  }
}

.send_btn_inner {
  padding: 30px 0 0;
}

@media (max-width: 480px) {
  .send_btn_inner {
    padding-top: 15px;
  }
}

.send_btn_inner button {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  background: #1777e3;
  border: 2px solid #1777e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .send_btn_inner button {
    width: 77.92208vw;
    min-height: 13.76623vw;
    margin: 0 auto;
    -webkit-transition: unset;
    transition: unset;
  }
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .send_btn_inner button:hover {
    color: #1777e3;
    background: #fff;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}

@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}

#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner .send_step_msg {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .send_inner .send_step_msg {
    margin-bottom: 3vw;
  }
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .send_inner .send_btn_inner {
    display: block;
  }
}

.send_inner .send_btn_inner .send_btn {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  background: #1777e3;
  border: 2px solid #1777e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .send_inner .send_btn_inner .send_btn {
    width: 77.92208vw !important;
    min-height: 13.76623vw;
    margin: 0 auto;
    -webkit-transition: unset;
    transition: unset;
  }
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .send_inner .send_btn_inner .send_btn:hover {
    color: #1777e3;
    background: #fff;
  }
}

.send_inner .send_btn_inner .send_btn:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 480px) {
  .send_inner .send_btn_inner .send_btn:not(:last-child) {
    margin: 0 auto 5vw;
  }
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
  border-color: #797979;
  width: 300px;
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .send_inner .send_btn_inner .btn_return:hover {
    color: #333333;
  }
}

.send_inner .send_btn_inner .btn_return + .btn_run {
  width: 200px;
}

.send_confirm_table:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .send_confirm_table:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.send_confirm_table table {
  width: 100%;
  border-top: 1px solid #8a8a8a;
}

@media (max-width: 480px) {
  .send_confirm_table table {
    border: none;
  }
}

.send_confirm_table table td,
.send_confirm_table table th {
  font-weight: normal;
  border-bottom: 1px solid #8a8a8a;
  padding: 40px;
  position: relative;
  text-align: left;
}

@media (max-width: 480px) {
  #contents .send_confirm_table table td, #contents
  .send_confirm_table table th {
    border: none;
    padding: 13px 12px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table tbody tr {
    display: block;
  }
  .send_confirm_table table tbody tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

.send_confirm_table table tbody th {
  width: 27%;
  letter-spacing: 0;
  z-index: 1;
  color: #1777e3;
  font-weight: bold;
}

@media (max-width: 480px) {
  #contents .send_confirm_table table tbody th {
    border-bottom: 1px solid #8a8a8a;
  }
}

.send_confirm_table table tbody td::after {
  width: 0;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #8a8a8a;
  content: " ";
  position: absolute;
}

@media (max-width: 480px) {
  .send_confirm_table table tbody td::after {
    content: none;
  }
}

.send_inner .send_error {
  padding: 0 0 30px;
}

.send_inner .send_error li {
  padding: 5px 0;
}

.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base:not(:last-child) {
  margin-bottom: 60px;
}

.table_base table {
  width: 100%;
  border-top: 1px solid #8a8a8a;
}

@media (max-width: 480px) {
  .table_base table {
    border: none;
  }
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #8a8a8a;
  padding: 20px;
  position: relative;
}

@media (max-width: 480px) {
  #contents .table_base table td, #contents
  .table_base table th {
    border: none;
    padding: 10px 9px;
    display: block;
    width: 100%;
  }
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #1777e3;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .table_base table td span.map_jump a {
    -webkit-transition: unset;
    transition: unset;
  }
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .table_base table td span.map_jump a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 480px) {
  .table_base table tbody tr {
    display: block;
  }
  .table_base table tbody tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .table_base table tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
}

.table_base table tbody th {
  text-align: left;
  width: 27%;
  letter-spacing: 0;
  z-index: 1;
  color: #333;
  font-weight: bold;
}

@media (max-width: 480px) {
  #contents .table_base table tbody th {
    border-bottom: 1px solid #8a8a8a;
  }
}

.table_base table tbody td::after {
  width: 0;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #8a8a8a;
  content: " ";
  position: absolute;
}

@media (max-width: 480px) {
  .table_base table tbody td::after {
    content: none;
  }
}

@media (min-device-width: 1251px) and (min-width: 897px) {
  .table_base table tbody td a:hover {
    color: #1777e3;
    text-decoration: none;
  }
}

.inquiry_inset .table_base {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .inquiry_inset .table_base {
    margin-bottom: 8vw;
  }
}

.inquiry_inset .table_base table th {
  padding: 15px 20px 15px 63.5px;
}

@media (max-width: 480px) {
  #contents .inquiry_inset .table_base table th {
    padding: 5px 5px 5px 15px;
  }
  #contents .inquiry_inset .table_base table th::before {
    content: "■";
    margin-right: 5px;
    margin-left: -19px;
  }
}

.content_inner:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .content_inner:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 481px) and (max-device-width: 1249px) {
  .content_inner {
    padding: 0 3%;
  }
}

@media (max-width: 480px) {
  .content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content_inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 480px) {
  #contents .content_inner .images {
    margin-bottom: 20px;
    width: 100%;
  }
}

#contents .content_inner .images img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  #contents .content_inner .msg {
    padding: 0;
  }
}

@media (max-width: 480px) {
  #contents .content_inner .pick_text {
    float: none;
    width: auto;
  }
}

@media (max-width: 480px) {
  .content_inner[class*="reverse"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #contents .content_inner[class*="reverse"] .images {
    margin-bottom: 0;
  }
  #contents .content_inner[class*="reverse"] .msg {
    margin-bottom: 20px;
  }
}

.content_inner[class*="left"] .images {
  float: left;
}

.content_inner[class*="right"] .images {
  float: right;
}

.content_inner[class*="right"] .pick_text {
  float: left;
  text-align: left;
  width: 445px;
}

.content_inner[class*="490"] .images {
  width: 490px;
}

.content_inner[class*="490"][class*="left"] .msg {
  padding-left: 575px;
}

.content_inner[class*="490"][class*="left"] .msg .pick_text {
  text-align: right;
}

.content_inner[class*="490"][class*="right"] .msg {
  padding-right: 575px;
}

.content_inner[class*="490"][class*="right"] .msg .pick_text {
  text-align: left;
}

#contents .content_inner[class*="around"] .msg {
  padding: 0;
}

#contents .content_inner[class*="centering"] {
  position: relative;
}

#contents .content_inner[class*="centering"] .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  height: 100%;
}

@media (max-width: 480px) {
  #contents .content_inner[class*="centering"] .images {
    position: static;
    height: auto;
    display: block;
  }
}

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image_list li img {
  width: 100%;
  display: block;
}

.image_list li span {
  padding: 15px 0 0;
  display: block;
}

.image_list.two_image li {
  width: calc(90% / 2);
}

.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}

.image_list.three_image li {
  width: calc(90% / 3);
}

.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.txt_c {
  text-align: center;
}

@media (max-width: 480px) {
  .txt_c {
    text-align: left;
  }
}

.txt_r {
  text-align: right;
}

.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.tel a {
  color: #333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 480px) {
  .fade_hover a {
    -webkit-transition: none;
    transition: none;
  }
}

.fade_hover a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_base {
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}

.btn_base a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #247231;
  display: block;
}

.btn_base a:hover {
  background: #6fba2c;
}

@media (max-width: 480px) {
  .btn_base a:hover {
    background: #247231;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1230px;
}

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}

.introduction_section {
  padding: 50px 0;
}

@media (max-width: 480px) {
  .introduction_section {
    padding: 5vw 5vw 10vw;
  }
}

.introduction_section_inner {
  margin: 0 auto;
  width: 1230px;
}

.introduction_section_title {
  font-size: 4.3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 45px;
  color: #4c4c4c;
  text-align: center;
}

@media (max-width: 480px) {
  .introduction_section_title {
    font-size: 5vw;
    margin: 0 -3vw 30px;
    width: calc(100% + 6vw);
    line-height: 1.4;
    text-align: center;
  }
}

.introduction_section_msg {
  padding: 0 30px;
  text-align: center;
  text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
}

@media (max-width: 480px) {
  .introduction_section_msg {
    padding: 0;
    text-align: left;
  }
}
/*# sourceMappingURL=common.css.map */