@charset "utf-8"; /*normalize*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio, canvas, video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden], template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px dotted #333;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b, strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button, input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

input {
  -webkit-appearance: auto;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button, input {
  line-height: normal;
  outline: none;
}

textarea {
  outline: none;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button, select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*breadcrumb*/
#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1400px;
  padding: 0 0 40px;
  width: 90%;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#breadcrumb ul li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

#breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}

#breadcrumb ul li:last-child:after {
  display: none;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* =======================================

layout CSS

========================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-weight: 500;
  height: 100%;
  line-height: 1.8em;
  line-break: strict;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
  text-align: center;
  word-break: normal;
  width: 100%;
}

#contents {
  font-size: 18px;
  font-variant-ligatures: none;
  margin: 0 auto;
  padding-bottom: 313px;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.tel-number {
  color: #333;
}

@media print {
  body {
    min-width: 1140px;
  }

  .header {
    display: none;
  }

  #contents {
    padding-top: 0;
  }

  #page-ttl {
    display: none;
  }
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

body>#wrap {
  height: auto;
}

a {
  color: #1ba4f8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  opacity: 1;
  transition: 0.3s;
}

hr {
  border-bottom-width: 1px;
  border-color: #ccc;
  border-left-width: 0;
  border-right-width: 0;
  border-style: dotted;
  border-top-width: 0;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

hr.none {
  border: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* End hide from IE-mac */
/*Float Clear*/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

/*Contents(base)*/
#contents .inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1400px;
  position: relative;
  width: 90%;
}

/* header */
.header.hide {
  transform: translateY(-240px);
  transition: .3s;
}

.header.no-hide {
  transform: unset !important;
}

.header.shadow {
  box-shadow: 0 0 4px #40404066;
  background-color: #fff;
  transition: .3s;
}

.header-inner {
  margin: 0 auto;
  transition: .3s;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 23px 30px 23px 40px;
}

.nav-inner {
  width: 100%;
}

.pc-.header .header-inner, .mobile-.header .header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header p.sp-button a {
  display: none;
}

/*Head_logo*/
.header .img-logo a {
  margin: 0;
  transition: 0.3s;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.header .img-logo a:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.3s;
}

.header .img-logo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 295px;
}

.header .img-logo img {
  width: 100%;
  height: auto;
}

/*Footer CSS*/
.footer {
  background-color: #2f3b77;
  bottom: 0;
  font-size: 18px;
  left: 0;
  margin: 0;
  padding: 0 0 50px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.footer-detail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin: 0 auto 10px;
}

.footer, .footer a, .footer a:hover {
  color: #fff;
}

.footer-inner {
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
}

.footer-sitemap {
  margin: auto;
}

.footer-sitemap .list-border {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 45px auto 20px;
  padding: 0;
}

.footer-sitemap .list-border li {
  letter-spacing: 0.05em;
  line-height: 0.8;
  margin: 0 0 11px;
  padding: 0;
  position: relative;
  width: max-content;
}

.footer-sitemap a {
  border-right: 1px solid #fff;
  display: block;
  height: 100%;
  padding: 2px 9px;
  font-weight: 400;
}

.footer-sitemap li:first-child a {
  border-left: 1px solid #fff;
}

.footer .logo-area {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}

.footer .address {
  letter-spacing: 0.05em;
  padding: 0 40px;
  width: 100%;
  font-weight: 400;
  line-height: 1.8em;
}

.copyright {
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
.navi-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: auto;
  width: 100%;
}

#g-navi {
  margin: 0 auto;
  width: calc(100% - 295px);
}

#g-navi.headerColorScroll {
  background-image: unset;
}

#g-navi.headerColorScroll::before {
  height: 100%;
}

#g-navi .navi-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
}

#g-navi .navi-list li {
  list-style: none;
}

#g-navi .navi-list li a {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 11px 15px;
  transition: 0.3s;
}

#g-navi .navi-list li.contact a {
  color: #fff;
  display: block;
  padding: 11px 10px 11px 30px;
  background-color: #f68d2f;
  margin-left: 20px;
  position: relative;
  width: 190px;
}

#g-navi .navi-list li.contact a::before {
  background-image: url(../image/base/ico_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#g-navi .navi-list li.contact a:hover {
  opacity: 0.5;
}

#g-navi .navi-list li a:hover {
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
  transition: .3s;
}

.header {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: .3s;
}

/*Page-ttl*/
#page-ttl {
  background-color: #2f3b77;
  margin-bottom: 20px;
  padding: 75px 0;
  width: 100%;
  margin-top: 110px;
}

#page-ttl .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

#page-ttl .inner h1 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.look-orange {
  color: #f68d2f;
}

#contents .bold {
  font-weight: bold;
}

#contents .normal {
  font-weight: normal;
}

/*Text Size*/
.txt-85 {
  font-size: 85%;
}

.txt-95 {
  font-size: 95%;
}

.txt-90 {
  font-size: 90%;
}

.txt-110 {
  font-size: 110%;
  line-height: 1.9em;
}

.txt-120 {
  font-size: 120%;
}

.txt-150 {
  font-size: 150%;
}

/*Margin*/
#contents .no-mb, #contents .bg-gray.no-mb, #contents .bg-blue.no-mb {
  margin-bottom: 0;
}

#contents .no-mt, #contents h2.no-mt, #contents h4.no-mt, #contents h5.no-mt, #contents p.no-mt, #contents li.no-mt, .no-mt {
  margin-top: 0;
}

#contents .mt-10 {
  margin-top: 10px;
}

#contents .mt-20 {
  margin-top: 20px;
}

#contents .mt-30 {
  margin-top: 30px;
}

#contents .mt-40 {
  margin-top: 40px;
}

#contents .mt-50 {
  margin-top: 50px;
}

#contents .mb-10 {
  margin-bottom: 10px;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-30 {
  margin-bottom: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents .mb-50 {
  margin-bottom: 50px;
}

#contents .mb-60 {
  margin-bottom: 60px;
}

#contents .mb-65 {
  margin-bottom: 65px;
}

#contents .box-mb {
  margin-bottom: 80px;
}

#contents .mb-100 {
  margin-bottom: 100px;
}

#contents .mb-120 {
  margin-bottom: 120px;
}

#contents .txt-mb {
  margin-bottom: 15px;
}

/* Float */
.left {
  float: left;
}

.right {
  float: right;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.va-center {
  vertical-align: middle;
}

/* table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over table.table-01, .table-over table.table-02 {
  min-width: 690px;
  width: 100%;
}

.table-01 {
  border-collapse: collapse;
  border-width: 0;
  font-size: 15px;
  width: 100%;
}

.table-01 tr:first-child {
  border-top: 1px solid #bfbfbf;
}

.table-01 th {
  border-bottom: 1px solid #bfbfbf;
  color: #333;
  font-weight: 500;
  padding: 20px 10px 20px 40px;
  width: 280px;
}

.table-01 tr:first-child td, .table-01 tr:first-child th {
  border-top-width: 0;
}

.table-01 th.need {
  border-left: 0;
}

.table-01 th.start, .table-02 th.start {
  vertical-align: baseline;
}

.table-01 th.need p, .table-01 th.no-need p {
  position: relative;
  padding-left: 70px;
}

.table-01 th.need p:before, .table-01 th.no-need p:before {
  background-color: #2f3b77;
  color: #fff;
  content: "必須";
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2em;
  text-align: center;
  width: 50px;
  position: absolute;
  left: 0;
  top: 1px;
}

.table-01 th.no-need p:before {
  background: transparent;
  content: none;
}

.table-01 td {
  background-color: #fff;
  border-bottom: 1px solid #bfbfbf;
  border-right: 0;
  font-weight: 400;
  padding: 20px 40px 20px 20px;
}

.table-01.w-100 {
  width: 100%;
}

.table_over {
  border-spacing: 0 7px;
  overflow-x: auto;
  width: 100%;
}

.table_over table {
  width: 100%;
  min-width: 800px;
}

.table-02 {
  border: none;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 1000px;
  vertical-align: middle;
}

.table-02 th {
  background-color: #2f3b77;
  border: 1px solid #bfbfbf;
  border-left: none;
  border-right-width: 0;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
  width: 220px;
}

.table-02 td {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-right: none;
  border-left-width: 0;
  line-height: 1.7em;
  vertical-align: middle;
}

.table-02 th.need {
  min-width: 200px;
}

.table-02 th.need:before {
  background-color: #e08752;
  color: #fff;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-02 th.no-need {
  padding-left: 50px;
}

.table-01 th, .table-01 td {
  font-size: 18px;
}

.table-02 th, .table-02 td {
  font-size: 20px;
  letter-spacing: .05em;
  padding: 20px 40px;
}

tr.ver-top td {
  vertical-align: top;
}

/*send_btn*/
.btn-send {
  padding: 5px 20px;
}

/*ul*/
#contents .disc {
  margin: 0;
  padding: 0 0 0 20px;
}

#contents .disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
  margin-top: 0;
}

/*ol*/
ol {
  padding-left: 20px;
}

ol li {
  line-height: 1.6em;
  margin-bottom: 0;
}

/* hx */
#contents h2 {
  color: #2f3b77;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 0 55px;
  padding: 0;
  position: relative;
  text-align: center;
}

#contents h2 .en-ttl {
  color: #5d69a0;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 40%;
  letter-spacing: .05em;
  line-height: 1em;
  margin-top: 20px;
  text-transform: uppercase;
}

#contents h3 {
  border-left: 4px solid #2f3b77;
  font-weight: 500;
  margin: 0 0 30px;
  color: #333;
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  padding: 4px 15px 5px;
}

#contents h4 {
  border-bottom: 2px solid #f17180;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

#contents h5 {
  color: #42b7e2;
  font-size: 19px;
}

#contents p, #contents li {
  font-weight: 500;
  line-height: 1.65em;
}

#contents p {
  margin-bottom: 15px;
}

/* googlemap ifreame */
.google-map iframe {
  border: none;
  height: 100%;
  width: 100%;
}

.google-map {
  height: 299px;
}

/*カラム*/
#contents .flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .flex.start {
  justify-content: start;
}

#contents .flex.center {
  justify-content: center;
}

.txt-2box {
  margin-right: 46px;
  max-width: 850px;
  width: calc(100% / 2 - 23px);
}

.txt-2box.end {
  margin-right: 0;
}

.txt-3box {
  margin-right: 30px;
  width: calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 36px;
  width: calc(100% / 4 - 27px);
}

.txt-4box.end {
  margin-right: 0;
}

.txt-5box {
  margin-right: 1.5625%;
  width: 18.75%;
}

.txt-5box.end {
  margin-right: 0;
}

.img-2box {
  width: 36%;
}

.img-2box-txt {
  margin-left: 45px;
  width: calc(64% - 45px);
}

/* =======================================

下層共通

========================================== */
* {
  box-sizing: border-box;
}

br.br-1300, br.br-1140, br.br-640, br.br-559 {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.mark-txt {
  margin-left: 1em;
  text-indent: -1em;
}

.error404 #contents h2 {
  color: #f68d2f;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding-top: 30px;
}

.error404 #contents .error-txt {
  margin-bottom: 40px;
  text-align: center;
}

.error404 #contents .link-btn.back::after {
  transform: rotate(180deg);
  left: 10px;
  right: unset;
}

.error404 #contents .link-box .link-btn:hover::after {
  background-image: url(../image/contents/arrow_white.svg);
}

#contents .w-100 {
  width: 100%;
}

#contents .sp-txt {
  display: none;
}

#contents ul.style-none {
  padding: 0;
}

#contents ul.style-none li {
  list-style: none;
}

/* other */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none.inline {
  display: inline-block;
}

/* inquiry */
form table input {
  background-color: #f3f3f3;
  border: none;
  padding: 0.5em;
  width: 70%;
}

#contents input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #f3f3f3 inset;
  background-color: #f3f3f3;
}

textarea {
  background-color: #f3f3f3;
  border: none;
  height: 270px;
  width: 100%;
  padding: 0.5em;
}

input[type="radio"] {
  width: auto;
}

input[type="checkbox"] {
  width: 20px;
}

input[type="submit"] {
  background: #f68d2f url(../image/contents/arrow_white.svg) no-repeat 96% center / 30px;
  border: 0;
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 20px;
  margin: auto;
  margin-top: 35px;
  max-width: 530px;
  padding: 15px;
  transition: 0.3s;
  width: 100%;
}

input[type="submit"]:hover {
  opacity: 0.5;
}

input[type="button"].wpcf7c-btn-back {
  background-color: #999;
  border: 0;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  margin-left: 0;
  margin-top: 45px;
  max-width: 200px;
  padding: 15px;
  right: 0;
}

.wpcf7-validation-errors {
  background-color: #f5f1e6;
  border: 2px solid #f7e700;
  border-width: 0;
}

.wpcf7-radio span.wpcf7-list-item {
  max-width: max-content;
  width: 100%;
  display: block;
}

.wpcf7-radio span.wpcf7-list-item label, .wpcf7-radio span.wpcf7-list-item label input {
  cursor: pointer;
}

.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}

.wpcf7-form-control-wrap.address_num input {
  margin-left: 5px;
  max-width: 95px;
}

input[type="button"].wpcf7c-btn-back {
  margin: 0 0 0 -15px;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

/* pc sp button */
.view-button {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
  text-align: left;
}

/* img decoration */
.image-border img {
  border: 1px solid #ccc;
}

.img-border {
  border: 1px solid #ccc;
  padding: 10px;
}

/* pdf */
a[href$=".pdf"] {
  position: relative;
}

/* single 投稿詳細ページ  */
.single #contents h2 {
  font-size: 170%;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: left;
}

.single #contents img {
  border: 1px solid #eaeaea;
}

/* btn */
.link-btn {
  background-color: #f68d2f;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 100%;
  width: 340px;
}

.link-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s;
}

.link-btn::after {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link-btn.anchor {
  width: 100%;
  margin-top: 30px;
}

.link-btn.anchor::after {
  transform: rotate(90deg);
}

.link-btn.center {
  margin: 0 auto;
}

#topcontrol {
  background-image: url(../image/base/navi_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  transition: 0.3s;
  width: 70px;
}

#topcontrol:hover {
  transition: 0.3s;
  opacity: 0.5 !important;
}

.link-bnr {
  display: inline-block;
  transition: 0.3s;
}

.link-bnr:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.3s;
}

/* news */
.news-contents {
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
}

#contents .news-group {
  align-items: center;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
}

#contents .news-group .txt {
  align-items: center;
  display: flex;
}

#contents .news-group:first-child {
  border-top: 1px solid #dedede;
}

#contents .news-group p.day {
  color: #464646;
  margin-right: 20px;
  position: relative;
  top: 1px;
  width: 100px;
}

#contents .news-group p {
  margin-bottom: 0;
}

#contents .news-group .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
  width: calc(100% - 120px);
}

.page-numbers {
  background-color: #fff;
  padding: 8px 19px;
  color: #565656;
  font-size: 16px;
  transition: .3s;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.dots:hover {
  opacity: 1;
}

.page-num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-numbers.current {
  background-color: #0097be;
  color: #fff;
  margin-right: 5px;
}

.page-numbers.current:hover {
  color: #fff;
  opacity: 1;
  pointer-events: none;
}

.page-numbers:hover {
  color: #565656;
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (min-width: 960px) {
  #openMenu, .sp-ico {
    display: none;
  }

  .header.mobile-.header {
    height: 155px;
  }

  body.mobile-view {
    margin-top: 0;
  }

  .header .sp-ico {
    display: none;
  }

  /* PC時に電話番号を起動させない */
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }

  #contents a[href*="tel:"] {
    color: #333;
  }

  .mobile-header.header p.sp-button {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
  }

  .mobile-header.header p.sp-button a {
    margin: auto;
    width: 100%;
    background: #f68d2f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 220%;
    padding: 30px 0;
  }

  .mobile-view #page-ttl {
    margin-top: 200px;
  }
}

@media screen and (max-width: 1600px) {
  #page-ttl {
    margin-top: 100px;
  }

  .mobile-view #page-ttl {
    margin-top: 190px;
  }

  .header .img-logo {
    width: 280px;
  }

  #g-navi {
    width: calc(100% - 280px);
  }

  #g-navi .navi-list li.contact a {
    margin-left: 20px;
    padding: 11px 10px 11px 40px;
    width: 170px;
  }

  #g-navi .navi-list li.contact a::before {
    left: 15px;
    height: 25px;
    width: 25px;
    top: 1px;
  }

  .header-inner {
    padding: 20px;
  }

  #g-navi .navi-list li a {
    font-size: 17px;
    padding: 11px 10px;
  }
}

@media screen and (max-width: 1500px) {
  .txt-4box {
    margin-right: 20px;
    width: calc(100% / 4 - 15px);
  }
}

@media screen and (max-width: 1400px) {
  #g-navi .navi-list li.contact a {
    margin-left: 15px;
    padding: 11px 5px 11px 30px;
    width: 150px;
  }

  #g-navi .navi-list li.contact a::before {
    left: 10px;
    height: 24px;
    width: 24px;
  }

  #g-navi .navi-list li a {
    font-size: 16px;
    padding: 11px 8px;
  }
}

@media screen and (max-width: 1300px) {
  .table-02 {
    max-width: 900px;
  }

  .table-02 th, .table-02 td {
    font-size: 18px;
  }

  .txt-3box {
    margin-right: 20px;
    width: calc(100% / 3 - 14px);
  }

  #page-ttl {
    margin-top: 110px;
  }

  .mobile-view #page-ttl {
    margin-top: 196px;
  }

  #g-navi .navi-list li.company a {
    padding-right: 0;
  }

  .header .img-logo {
    width: 260px;
  }

  #g-navi {
    width: calc(100% - 260px);
  }

  .header-inner {
    padding: 15px 20px 4px;
  }

  #g-navi .navi-list li.contact a::before {
    height: 22px;
    width: 22px;
  }

  #g-navi .navi-list li.contact a {
    font-size: 15px;
    margin: 0 0 0 auto;
    padding: 5px 5px 5px 30px;
  }

  #g-navi .navi-list li.contact {
    order: 1;
    width: 100%;
  }

  #g-navi .navi-list li {
    order: 2;
  }

  br.br-1300 {
    display: block;
  }
}

@media screen and (max-width: 1140px) {
  input[type="submit"] {
    background-size: 26px;
    font-size: 16px;
    max-width: 400px;
  }

  .table-01 th.need p, .table-01 th.no-need p {
    padding-left: 53px;
  }

  .table-01 th.need p:before, .table-01 th.no-need p:before {
    font-size: 12px;
    line-height: 1.8em;
    width: 40px;
  }

  .table-02 {
    max-width: 760px;
  }

  .table-02 th, .table-02 td {
    padding: 17px 20px;
  }

  .txt-2box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  #g-navi .navi-list li a {
    font-size: 15px;
    padding: 10px 8px;
  }

  .footer-sitemap .list-border {
    margin: 35px auto 20px;
  }

  br.br-1140 {
    display: block;
  }

  #contents {
    padding-bottom: 288px;
  }

  .footer, #contents p, #contents li {
    font-size: 15px;
  }

  #contents .news-group p.day {
    font-size: 16px;
  }

  .page-numbers {
    font-size: 14px;
    padding: 5px 18px;
  }

  #contents .news-group {
    padding: 15px;
  }

  #contents .news-group .ttl {
    font-size: 16px;
  }

  .link-btn {
    font-size: 16px;
    padding: 10px;
  }

  /* 下層ページ */
  #contents h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .single #contents h2 {
    font-size: 26px;
  }

  #contents h3 {
    font-size: 22px;
  }

  .table-01 th, .table-01 td, .table-02 th, .table-02 td {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .header .img-logo {
    width: 240px;
  }

  #g-navi {
    width: calc(100% - 240px);
  }

  #g-navi .navi-list li a {
    font-size: 14px;
    padding: 10px 6px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  form table input {
    width: 100%;
  }

  .table-01 th.no-need p {
    padding-left: 0;
  }

  .table-02 th {
    width: 150px;
  }

  #g-navi .navi-list li.contact a::before {
    left: 18px;
  }

  #g-navi .navi-list li.contact a {
    padding: 10px 20px 10px 46px;
    width: 100%;
  }

  .footer-sitemap .list-border {
    margin: 35px auto 15px;
  }

  .error404 #contents .link-box .txt-2box {
    width: 48%;
  }

  /* header */
  .header-inner {
    padding: 10px 0;
    width: 96%;
  }

  .header {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0;
    top: 0;
    width: 100%;
  }

  .sp-ico {
    display: flex;
    flex-wrap: wrap;
  }

  #openMenu {
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }

  .header .img-logo {
    height: auto;
  }

  /* nav */
  .nav-area {
    background-color: transparent;
    border-top: 1px solid #FFF;
    display: none;
    left: 0;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    z-index: 999;
    margin-bottom: 50px;
  }

  .nav-area.open {
    display: block;
  }

  .navi-inner {
    height: auto;
  }

  .sp-icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0;
  }

  .sp-tel img {
    display: inline-block;
  }

  .sp-icon .sp-nav-txt {
    color: #fff;
    display: block;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: -13px;
  }

  .sp-tel, #openMenu {
    height: 45px;
    width: 45px;
    background-color: #2f3b77;
  }

  .sp-tel a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }

  .sp-tel img {
    width: 23px;
  }

  #g-navi {
    background-color: transparent;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100svh - 72px);
  }

  #g-navi.open {
    background-color: #fff;
    border-top: 1px solid #dedede;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 99999;
  }

  #g-navi .navi-list {
    display: block;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    order: unset;
  }

  #g-navi .navi-list li {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    margin-bottom: 0;
    max-width: none;
    font-size: 90%;
    height: 100%;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
    color: #333;
  }

  nav .navi-list .child-menu li {
    border: none;
    width: 100%;
  }

  #g-navi .navi-list li a {
    color: #333;
    font-size: 15px;
    height: auto;
    justify-content: flex-start;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    width: 100%;
  }

  .nav-area li a.sp-none {
    display: none;
  }

  #g-navi .child-nav .child-item:last-child {
    border-bottom: 0;
  }

  #g-navi .navi-list li::before {
    background-color: #fff;
    height: 45px;
  }

  #g-navi ul.navi-list li .nav-ttl {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
  }

  #g-navi ul.navi-list li span.nav-ttl.open::before {
    transform: rotate(180deg);
  }

  #g-navi ul.navi-list li .child {
    background-color: transparent;
    display: none;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #dedede;
    visibility: visible;
    opacity: 1;
    transition: unset;
  }

  #g-navi ul.navi-list li span.nav-ttl::before, #g-navi ul.navi-list li span.nav-ttl::after {
    position: absolute;
    content: "";
    top: 47%;
    right: 0;
    left: 0;
    margin: auto;
    height: 2px;
    width: 13px;
    background: #333;
    transition: all .3s ease-in-out;
  }

  nav .navi-list .child ul {
    width: 100%;
    padding: 0px;
  }

  /* footer */
  .footer {
    height: auto;
    text-align: center;
    padding-bottom: 40px;
    position: absolute;
  }

  .footer .address {
    border-left-width: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer .logo-area {
    width: 100%;
  }

  .footer-detail {
    flex-wrap: wrap;
    max-width: 400px;
    width: 90%;
  }

  .footer .inner {
    margin: 0 auto;
    width: 94%;
  }

  .view-button p.sp-button {
    display: none;
  }

  .footer-sitemap .sp-none {
    display: none;
  }

  /* error */
  .error404 #contents .error-txt {
    text-align: left;
  }

  .error404 #contents .error-txt br {
    display: none;
  }

  .error404 #contents h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  /* 下層共通 */
  #contents .news-group {
    display: block;
    padding: 15px 10px;
  }

  #contents .news-group .ttl {
    font-size: 15px;
  }

  /* contents */
  body {
    min-width: 100%;
  }

  #contents {
    padding-bottom: 274px;
    padding-top: 0;
  }

  /* page ttl*/
  #page-ttl, .mobile-view #page-ttl {
    margin-top: 75px;
    padding: 45px 0 39px;
    text-align: center;
  }

  #page-ttl .inner h1 {
    font-size: 1.5em;
  }

  /* hx */
  #contents h2 {
    margin-bottom: 30px;
  }

  /* カラム数 */
  .img-2box, .img-2box-txt, .img-2box.option-ico, .img-2box-txt.option-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .img-2box {
    margin-bottom: 30px;
  }

  .txt-2box.end {
    margin-right: 0;
  }

  .txt-3box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  .txt-3box:nth-child(2) {
    margin-right: 0;
  }

  .txt-4box {
    margin-right: 15px;
    width: calc(100% / 2 - 8px);
  }

  .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border-bottom: 1px solid #d4d4d4;
  }

  .table_over table {
    min-width: 710px;
  }

  .table-01 th {
    border: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    padding-bottom: 0;
    width: 100%;
  }

  .table-01 td {
    border: none;
    display: block;
    padding: 15px;
  }

  .table-01 textarea {
    height: 200px;
    max-width: 100%;
    width: 100%;
  }

  .table-01.w-100 th {
    width: 100%;
  }

  .table-02 th, .table-02 td {
    padding: 10px;
  }

  /* view-none */
  .pc-none {
    display: block;
  }

  .pc-none.inline {
    display: inline;
  }

  .sp-none, .sp-none.inline, .header-inner .home-sub-area.sp-none {
    display: none;
  }

  input, select, textarea {
    font-size: 16px;
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
  }

  input[type="checkbox"], input[type="radio"] {
    width: auto;
  }

  #topcontrol {
    /* pagetopへ戻るボタン。jsのため!importantを使用 */
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .txt-2box, .txt-3box {
    margin: 0;
    width: 100%;
  }

  .error404 #contents h2 {
    font-size: 22px;
    text-align: left;
  }

  .error404 #contents h2 br {
    display: none;
  }

  br.br-640 {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  #g-navi {
    max-height: calc(100svh - 69px);
  }

  .table-02 th {
    width: 120px;
  }

  #contents h2 .en-ttl {
    font-size: 50%;
    margin-top: 10px;
  }

  #openMenu {
    margin-left: 15px;
  }

  .header .img-logo {
    width: 225px;
  }

  br.br-559 {
    display: block;
  }

  br.br-none-559 {
    display: none;
  }

  .table-01 th, .table-01 td, .table-02 th, .table-02 td, #contents table td li, #contents table td p {
    font-size: 14px;
  }

  .link-btn {
    font-size: 15px;
    max-width: 100%;
    width: 100%;
  }

  #contents .sp-txt {
    display: block;
  }

  #contents {
    padding-bottom: 336px;
  }

  .error404 #contents .error-txt {
    margin-bottom: 25px;
  }

  .error404 #contents img {
    width: 70px;
  }

  input[type="submit"] {
    background-position: 99% center;
    background-size: 24px;
    font-size: 15px;
    max-width: 100%;
  }

  .page-numbers {
    padding: 3px 14px;
  }

  .txt-4box {
    margin-right: 0;
    width: 100%;
  }

  .table-01 th, .table-01 td {
    padding: 15px 10px;
  }

  .table-01 th {
    padding-bottom: 0;
  }

  #page-ttl, .mobile-view #page-ttl {
    margin-top: 65px;
    padding: 43px 0 38px;
  }

  #contents .inner {
    width: 93%;
  }

  #contents h2 {
    font-size: 27px;
    line-height: 1.4em;
  }

  #contents h3 {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 13px 24px;
  }

  #breadcrumb {
    width: 93%;
  }

  .copyright {
    font-size: 13px;
  }

  .footer .address {
    font-size: 14px;
  }

  .view-button p.pc-button {
    display: block;
    margin: 15px 0;
  }

  .view-button p.pc-button a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 auto 25px;
    max-width: 278px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
  }

  .footer-sitemap .list-border {
    margin-bottom: 0;
  }

  .view-button {
    display: block;
    text-align: center;
    width: 100%;
  }

  #contents .news-group .ttl {
    line-height: 1.7em;
  }

  .header-inner {
    width: 95%;
  }
}

/* 管理画面ログイン後 上部メニューの固定化 */
#wpadminbar {
  position: fixed;
}
