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

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

@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:visited {
  text-decoration: none;
}

html p {
  margin-bottom: 12px;
}

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: #1e2961;
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1040px;
  background: #fff;
}

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

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

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

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}

#header {
  border-top: 5px solid #12437d;
  min-width: 1020px;
}

@media (max-width: 480px) {
  #header {
    min-width: 100%;
  }
}

#header .header {
  margin: 0 auto;
  padding: 13px 0 12px;
  max-width: 1020px;
  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;
}

@media (max-width: 480px) {
  #header .header {
    padding: 11px 3%;
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#header .header img {
  display: block;
}

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

#header .header .head-logo {
  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;
}

@media (max-width: 480px) {
  #header .header .head-logo {
    width: 67%;
    display: block;
  }
}

#header .header .head-logo a[href*="pdf"] {
  color: #222;
  margin-left: 40px;
}

@media (max-width: 480px) {
  #header .header .head-logo a[href*="pdf"] {
    margin: 15px calc(3300% / -67) 0 0;
    display: block;
    text-align: center;
    background: #1d86e2;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    font-size: 80%;
  }
}

#header .header .head-logo a[href*="pdf"]:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  #header .header .head-logo a[href*="pdf"]:after {
    content: " ＞";
  }
}

@media (max-width: 480px) {
  #header .header .head-inquiry {
    display: none;
  }
}

#header .header #sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #header .header #sp_navi {
    width: 25%;
    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;
  }
}

@media (max-width: 480px) {
  #header .header #sp_navi li {
    width: 47%;
  }
}

@media (max-width: 480px) {
  #header .header .header_area {
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid #0d5fb7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    width: 100%;
    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;
  }
}

@media (max-width: 480px) {
  #header .header .header_area dt,
  #header .header .header_area dd {
    padding: 3px 0;
  }
}

@media (max-width: 480px) {
  #header .header .header_area dt {
    color: #fff;
    width: 40%;
    background: #0d5fb7;
  }
}

@media (max-width: 480px) {
  #header .header .header_area dd {
    width: 60%;
  }
}

#gnavi {
  border-top: 1px solid #e5e5e5;
  min-width: 1040px;
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}

#gnavi ul {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
  }
}

#gnavi ul:after {
  content: '';
  display: block;
  clear: both;
}

#gnavi ul li {
  width: 13%;
  float: left;
}

@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #666;
    width: 100%;
    float: none;
  }
}

#gnavi ul li:nth-child(2) {
  width: 18%;
}

@media (max-width: 480px) {
  #gnavi ul li:nth-child(2) {
    width: 100%;
  }
}

#gnavi ul li:nth-child(6) {
  width: 18%;
}

@media (max-width: 480px) {
  #gnavi ul li:nth-child(6) {
    width: 100%;
  }
}

#gnavi ul li:nth-child(3) {
  width: 25%;
}

@media (max-width: 480px) {
  #gnavi ul li:nth-child(3) {
    width: 100%;
  }
}

#gnavi ul li a {
  color: #1d2d4a;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 17px 0;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 1;
}

@media (max-width: 480px) {
  #gnavi ul li a {
    text-align: left;
    padding: 14px 0;
  }
}

#gnavi ul li a:before {
  height: 3px;
  width: 0;
  background: #0d5fb7;
  content: "";
  bottom: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 480px) {
  #gnavi ul li a:before {
    content: none;
  }
}

#gnavi ul li a:after {
  border-right: 1px solid #e5e5e5;
  height: 30%;
  width: 100%;
  display: inline-block;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  #gnavi ul li a:after {
    content: none;
  }
}

#gnavi ul li a:hover {
  color: #0d5fb7;
}

#gnavi ul li a:hover:before {
  width: 100%;
}

#gnavi ul li:nth-child(1) a:after {
  border-left: 1px solid #e5e5e5;
}

#gnavi ul li.current a {
  color: #0d5fb7;
}

#gnavi ul li.current a:before {
  width: 100%;
}

@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    background: #0d5fb7;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin-left: 5px;
  }
}

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

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#contents {
  background: #fff;
}

#contents .contents_header {
  padding: 73px 0;
  background: url(../img/stitle-pc.png) no-repeat top center #f5f2f1;
}

@media (max-width: 480px) {
  #contents .contents_header {
    padding: 40px 0;
    background: url(../img/stitle-sp.png) no-repeat top center/cover;
  }
}

#contents .contents_header .head_inner .title {
  font-size: 3rem;
  letter-spacing: 5px;
  text-align: center;
}

@media (max-width: 480px) {
  #contents .contents_header .head_inner .title {
    font-size: 2.2rem;
    letter-spacing: 3px;
  }
}

#contents .breadcrumbs {
  padding: 5px 0;
  background: #12437d;
}

@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 5px 10px;
  }
}

#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}

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

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

@media (max-width: 480px) {
  #contents .breadcrumbs ul li {
    font-size: 1.2rem;
  }
}

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

#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}

#contents .section {
  padding: 70px 0 60px;
}

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

#contents .section:nth-of-type(odd) {
  background: url(../img/background-img01.png) no-repeat top left;
}

@media (max-width: 480px) {
  #contents .section:nth-of-type(odd) {
    background: url(../img/background-img01.png) no-repeat top left/55%;
  }
}

#contents .section:nth-of-type(even) {
  background: url(../img/background-ptn01.png) repeat;
}

#contents .section:last-child {
  padding-bottom: 100px;
}

#contents .section .section_title {
  color: #1e2961;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  #contents .section .section_title {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-bottom: 35px;
    padding-bottom: 2px;
  }
}

#contents .section .section_title:after {
  height: 1px;
  width: 50px;
  background: #1d86e2;
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#contents .section .section_inner {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .section .section_inner {
    padding: 0 3%;
    max-width: 100%;
  }
}

#contents .section .section_inner .child_content_section {
  margin-bottom: 20px;
}

#contents .section .section_inner .child_content_section .section_title {
  font-size: 1.8rem;
  border-left: 6px solid #b6c8d3;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eef2f4;
}

#contents .section .section_inner .child_content_section .section_inner {
  padding: 0 10px 15px;
  /* .in_content */
}

#contents .section .section_inner .child_content_section .section_inner .in_content {
  padding: 12px 5px 20px;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding: 10px 15px;
  background: #f1f1f1;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .in_content_inner {
  padding: 10px 5px;
}

#contents .section.line {
  border-top: 1px dashed #ccc;
}

#contents .pick_text {
  color: #0d5fb7;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 27px;
}

@media (max-width: 480px) {
  #contents .pick_text {
    font-size: 1.9rem;
    margin-bottom: 23px;
  }
}

#contents .fc_red {
  color: #ce1212;
}

.footer {
  min-width: 1020px;
  background: #0d5fb7;
  position: relative;
}

@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}

.footer #pagetop {
  display: none;
}

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

.footer #pagetop a {
  color: #1e2961;
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.footer #pagetop a img {
  display: block;
}

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

.footer #pagetop a:hover {
  opacity: 0.7;
}

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

.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.footer .footer_inner {
  color: #fff;
  margin: 0 auto;
  padding: 60px 0 45px;
  max-width: 1020px;
  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 (max-width: 480px) {
  .footer .footer_inner {
    padding: 50px 3% 35px;
    max-width: 100%;
  }
}

.footer .footer_inner a {
  color: #fff;
  text-decoration: none;
}

.footer .footer_inner a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .footer .footer_inner a:hover {
    text-decoration: none;
  }
}

.footer .footer_inner .footer_info {
  width: 50%;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info {
    width: 100%;
  }
}

.footer .footer_inner .footer_info_detail_inner {
  margin-bottom: 20px;
  position: relative;
}

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

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_detail_inner_logo img {
    width: 100%;
  }
}

.footer .footer_inner .footer_info_detail_inner_address {
  font-size: 1.25rem;
  position: absolute;
  bottom: 3px;
  left: 100px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_detail_inner_address {
    position: static;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_detail_contact {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_detail_contact img {
    width: 100%;
    display: block;
  }
}

.footer .footer_inner .footer_navi_block {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_navi_block {
    width: 100%;
  }
}

.footer .footer_inner .footer_navi_block ul li:before {
  font-size: 2.3rem;
  line-height: 1;
  margin-right: 3px;
  content: "\0bb";
  position: relative;
  top: 2px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_navi_block ul li:before {
    margin-right: 2px;
  }
}

.footer .footer_inner .footer_navi_block ul li a {
  font-size: 1.35rem;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_navi_block ul li a {
    font-size: 1.3rem;
  }
}

.footer .footer_inner .footer_navi_block .footernavi {
  width: 60%;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_navi_block .footernavi {
    width: 50%;
  }
}

.footer .footer_inner .footer_navi_block .footernavi ul li ul li {
  line-height: 1.1;
}

.footer .footer_inner .footer_navi_block .footernavi ul li ul li:before {
  margin-right: 5px;
  content: "-";
}

.footer .footer_inner .footer_navi_block .footernavi ul li ul li a {
  font-size: 1.3rem;
}

.footer .footer_inner .footer_navi_block .footer_company_navi {
  width: 40%;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_navi_block .footer_company_navi {
    width: 50%;
  }
}

.footer .copy {
  text-align: center;
  padding: 10px 0;
  background: #12437d;
}

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

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

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

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

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

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

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

.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: 200px;
    width: 100%;
  }
}

@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 {
  padding: 0 5px;
}

.access_map .access_data > dl > dt {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 12px 5px;
}

.access_map .access_data > dl > dd {
  padding: 5px 12px 0;
}

.access_map .access_data > dl > dd:not(:last-child) {
  margin-bottom: 30px;
}

.access_map .access_data > dl > dd .traffic {
  padding-top: 10px;
}

.access_map .access_data > dl > dd .traffic dt:before {
  font-size: 1.2rem;
  margin-right: 3px;
  content: "\025cf";
  position: relative;
  bottom: 1px;
}

.access_map .access_data > dl > dd .traffic dd {
  line-height: 1.5;
  margin-left: 1.1em;
}

.access_map .access_data > dl > dd .traffic dd:not(:last-child) {
  margin-bottom: 10px;
}

.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: 1020px;
}

@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 #0d5fb7;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eef2f4;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #0d5fb7;
    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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inquiry_info .set {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  width: 45%;
  background: #fff;
}

@media (max-width: 480px) {
  .inquiry_info .set {
    padding: 25px 0 30px;
    width: 100%;
  }
}

.inquiry_info .set:nth-child(1) {
  margin-right: 5%;
}

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

.inquiry_info .set .title {
  color: #1e2961;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 5px;
  position: relative;
}

@media (max-width: 480px) {
  .inquiry_info .set .title {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding-bottom: 2px;
  }
}

.inquiry_info .set .title:after {
  height: 1px;
  width: 50px;
  background: #1d86e2;
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.inquiry_info .set .no {
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .inquiry_info .set .no {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
}

.inquiry_info .set .no a {
  text-decoration: none;
}

.inquiry_info .set .no span {
  font-size: 65%;
}

.inquiry_info .set .tel_caution,
.inquiry_info .set .time {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .inquiry_info .set .tel_caution,
  .inquiry_info .set .time {
    font-size: 1.5rem;
  }
}

.inquiry_info .set .fax_caution {
  margin: 0 auto;
  width: 75%;
}

@media (max-width: 480px) {
  .inquiry_info .set .fax_caution {
    width: 85%;
  }
}

.inquiry_info .set .fax_caution li {
  font-size: 1.3rem;
  text-align: left;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

@media (max-width: 480px) {
  .inquiry_info .set .fax_caution li {
    line-height: 1.5;
  }
}

.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;
}

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

@media (max-width: 480px) {
  .thanks_title {
    font-size: 2.7rem;
  }
}

.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: 5px;
  padding: 2px 4px;
}

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

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

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
  background: #fff;
}

@media (max-width: 480px) {
  #MailForm table {
    border: 0;
    margin: 0;
    background: none;
  }
}

#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px;
}

@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}

#MailForm table th {
  padding-left: 75px;
  width: 25%;
  background: #f2f2f2;
  position: relative;
}

@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
  }
}

@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
}

#MailForm table th span {
  position: absolute;
  left: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
  }
}

#MailForm table td .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #MailForm table td .check_list {
    display: block;
  }
}

#MailForm table td .check_list li {
  margin-right: 30px;
}

@media (max-width: 480px) {
  #MailForm table td .check_list li {
    margin-right: 0;
  }
}

#MailForm table td .check_list li input {
  margin-right: 7px;
}

@media (max-width: 480px) {
  #MailForm table td .check_list li input {
    width: 5%;
  }
}

#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;
}

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

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

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}

@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_list {
  color: #5a4727;
  margin-bottom: 27px;
}

#MailForm .important_list li {
  line-height: 1.5;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

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

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

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

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

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}

.send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  padding: 15px 0;
  background: url(../img/btn-arrow01.png) no-repeat center right 50px/15px #0d5fb7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    font-size: 1.6rem;
    margin-bottom: 12px;
    background: url(../img/btn-arrow01.png) no-repeat center right 50px/13px #0d5fb7;
    -webkit-transition: none;
    transition: none;
  }
}

.send_btn_inner .send_btn:hover {
  background: url(../img/btn-arrow01.png) no-repeat center right 50px/15px #1d86e2;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn:hover {
    background: url(../img/btn-arrow01.png) no-repeat center right 50px/13px #0d5fb7;
  }
}

.send_btn_inner .submit_btn {
  width: 50%;
}

@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 90%;
  }
}

.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 {
  padding: 12px 0 20px;
}

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

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

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px 12px;
  padding: 15px 30px;
  background: #ff9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 70%;
}

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

.send_confirm_table table td,
.send_confirm_table table th {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}

.send_confirm_table table th {
  width: 30%;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  width: 600px;
  margin: 0 auto;
  padding: 15px 0 30px;
  text-align: left;
}

.send_inner .send_error li {
  font-size: 1.4rem;
  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 {
  padding: 0 0 25px;
}

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

.table_base table {
  width: 100%;
}

.table_base table td,
.table_base table th {
  border-bottom: 1px solid #999;
  padding: 25px 16px;
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    display: block;
  }
}

.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: 1rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #0d5fb7;
  display: inline-block;
}

.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}

.table_base table tbody th {
  text-align: center;
  width: 28%;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    text-align: left;
    padding: 12px 12px 8px;
    width: 100%;
  }
}

.table_base table tbody td {
  font-weight: normal;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .table_base table tbody td {
    border-bottom: 0px;
    margin-bottom: 15px;
    padding: 8px 12px 12px;
  }
}

.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
  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;
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}

.content_inner .images img {
  width: 100%;
}

.content_inner.w_margin410 .images {
  width: 410px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}

.content_inner.w_margin410 .msg {
  width: 570px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}

.content_inner.w_margin450 .images {
  width: 450px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}

.content_inner.w_margin450 .msg {
  width: 530px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .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(91% / 3);
}

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

.txt_c {
  text-align: center;
}

.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: #1e2961;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

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

.fax a {
  color: #1e2961;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

.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: 360px;
}

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

.btn_base a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  background: url(../img/btn-arrow01.png) no-repeat center right 50px/15px #0d5fb7;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .btn_base a {
    font-size: 1.3rem;
    padding: 10px 0;
    background: url(../img/btn-arrow01.png) no-repeat center right 50px/11px #0d5fb7;
    -webkit-transition: none;
    transition: none;
  }
}

.btn_base a:hover {
  background: url(../img/btn-arrow01.png) no-repeat center right 50px/15px #1d86e2;
}

@media (max-width: 480px) {
  .btn_base a:hover {
    background: url(../img/btn-arrow01.png) no-repeat center right 50px/11px #0d5fb7;
  }
}

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

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */