@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-all;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------------------------
/*variable
-----------------------------------------------*/
/*-----------------------------------------------
/*default
-----------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.min {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cf::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

a {
  outline: none;
  vertical-align: bottom;
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  vertical-align: bottom;
}

[href^=tel] {
  text-decoration: none;
  color: #333;
  cursor: default;
  pointer-events: none;
}

.sp {
  display: none;
}

/*-----------------------------------------------
float
-----------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

/*-----------------------------------------------
form
-----------------------------------------------*/
input[type=text], textarea, select, button {
  border: 1px solid #ccc;
  outline: none;
}

textarea {
  resize: vertical;
}

label {
  cursor: pointer;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  padding: 5px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #8fb8fa;
  outline: 0;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
  margin-right: 3px;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  border: 0;
  outline: none;
  cursor: pointer;
}

/*-----------------------------------------------
common
-----------------------------------------------*/
.inner {
  max-width: 1200px;
  margin: auto;
}

.mv {
  height: 280px;
  background: url(/img/common/mv.png) no-repeat center;
  margin: 0 0 20px;
  padding: 180px 0 0;
  text-align: center;
}

.w100 {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  main {
    padding: 4%;
  }
  .inner {
    margin-bottom: 4%;
  }
  .mv {
    height: 42.67vw;
    background: url(/img/common/mv_sp.png) no-repeat center;
    background-size: cover;
    margin: 0 0 4%;
    padding: 28vw 0 0;
  }
}
/*comTtl*/
.comTtl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.comTtl02 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.comTtl03 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.comTtl04 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.comTtl05 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.comTtl06 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .comTtl01 {
    font-size: 24px;
  }
  .comTtl02 {
    font-size: 24px;
  }
  .comTtl03 {
    font-size: 24px;
  }
  .comTtl04 {
    font-size: 24px;
  }
  .comTtl05 {
    font-size: 24px;
  }
  .comTtl06 {
    font-size: 24px;
  }
}
/*comFlex*/
.comFlex01 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.comFlex01 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comFlex01 {
    flex-direction: column;
  }
}
/*comBtn*/
.comBtn-orange {
  background: #f60;
  color: #fff;
}

/*text-area*/
.text-area p {
  margin-bottom: 1em;
  text-align: justify;
}
.text-area p span {
  border-bottom: #f60 3px solid;
}

/*comTbl*/
/*comDl*/
/*indent*/
.indent01 > li {
  text-indent: -1.55em;
  margin: 0 0 0 1.55em;
}
.indent02 > li {
  text-indent: -0.85em;
  margin: 0 0 0 0.85em;
}
.indent03 > li {
  text-indent: -2.65em;
  margin: 0 0 0 2.65em;
}

/*-----------------------------------------------
header
-----------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav {
  display: flex;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 0 24px 0 44px;
}
header nav a span {
  display: block;
  font-size: 14px;
  color: #999;
}
header .header-nav_01 {
  background: url(../img/common/ico_menu_01.png) no-repeat;
}
header .header-nav_02 {
  background: url(../img/common/ico_menu_02.png) no-repeat;
}
header .header-nav_03 {
  background: url(../img/common/ico_menu_03.png) no-repeat;
}
header .header-nav_04 {
  background: url(../img/common/ico_menu_04.png) no-repeat;
}
header .header-nav_05 {
  background: url(../img/common/ico_menu_05.png) no-repeat;
}
header .header-nav_entry {
  width: 80px;
  height: 80px;
  background: #3399CB;
  color: #fff;
  font-size: 18px;
  padding: 14px 0 0 6px;
}
header .header-nav_entry span {
  color: #fff;
  font-size: 14px;
}

/*-----------------------------------------------
mainvisual_top
-----------------------------------------------*/
.mainvisual_top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mainvisual_top img:nth-child(1) {
  max-width: 642px;
}
.mainvisual_top img:nth-child(2) {
  max-width: 1170px;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
  background: #e5e9e1;
  padding: 32px 0;
}
footer .footer_upper {
  display: flex;
  justify-content: space-between;
}
footer .footer_upper_left p {
  padding: 32px 0 56px 56px;
}
footer .footer_upper_right {
  display: flex;
  padding-top: 16px;
}
footer .footer_upper_right li {
  margin-left: 48px;
}
footer .footer_upper_right a {
  color: #333;
}
footer small {
  display: block;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer small {
    padding: 2% 4%;
  }
}
/*-----------------------------------------------
top
-----------------------------------------------*/
.topSlider img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .topSlider img {
    width: 100%;
  }
}
/* Dots */
.topSlider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.topSlider .slick-dots {
  position: absolute;
  bottom: 35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.topSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.topSlider .slick-dots li button:hover, .topSlider .slick-dots li button:focus {
  outline: none;
}
.topSlider .slick-dots li button:hover::before, .topSlider .slick-dots li button:focus::before {
  opacity: 1;
}
.topSlider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  border: #fff 1px solid;
  border-radius: 50%;
}
.topSlider .slick-dots li.slick-active button::before {
  background: #fff;
}

/*topNewsArea*/
.topNewsArea {
  position: relative;
  background: #cff;
  padding: 40px 100px 60px 130px;
}
.topNewsArea .comTtl01 {
  margin: 0 0 30px;
}

.topNewsList {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.topNewsList.slick-initialized {
  opacity: 1;
}
.topNewsList .slick-slide img {
  display: block;
  width: 100%;
}
.topNewsList li {
  position: relative;
}
.topNewsList li:hover {
  opacity: 0.8;
}
.topNewsList li a {
  color: #333;
  display: block;
  padding: 0 30px 0 0;
}
.topNewsList .box01 {
  position: relative;
  background: #fff;
  padding: 68px 15px 10px;
  text-align: center;
  min-height: 145px;
  margin: -40px 0 0 15px;
}
.topNewsList .txt01 {
  text-align: left;
}
.topNewsList .timeBox01 {
  position: absolute;
  display: block;
  width: 100%;
  top: 40px;
  left: 0;
}
.topNewsList time {
  color: #000;
}
.topNewsList .ico {
  position: absolute;
  display: block;
  width: 100%;
  top: 10px;
  left: 0;
}

.cat01, .cat02, .cat03, .cat04, .cat05 {
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  width: 190px;
  padding: 0 0 2px;
}

.cat01 {
  background: #009;
}
.cat02 {
  background: #f60;
}
.cat03 {
  background: #399;
}
.cat04 {
  background: #30c;
}
.cat05 {
  background: #60f;
}

.btnNewsList {
  display: inline-block;
  position: absolute;
  top: 55px;
  right: 20px;
  border-bottom: #000 1px solid;
  color: #000;
  padding: 0 0 3px 40px;
}

@media screen and (max-width: 1920px) {
  .topNewsArea {
    padding: 40px 0 60px 30px;
  }
}
@media screen and (max-width: 1755px) {
  .topNewsArea {
    padding: 40px 0 60px 20px;
  }
  .topNewsList a {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1350px) {
  /*dots*/
  .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li.slick-active button::before {
    opacity: 0.75;
  }
  .slick-dots li button::before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "●";
    text-align: center;
    opacity: 0.25;
    color: #09f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 768px) {
  .topNewsArea {
    margin: 12% 0 0;
    padding: 4% 0 4% 4%;
  }
  .topNewsArea .comTtl01 {
    margin: 0 4% 4% 0;
  }
  .topNewsArea__btn01 {
    color: #333;
    font-size: 16px;
    margin: 50px 4% 0 0;
  }
  .topNewsArea__btn01.sp {
    display: flex;
    flex-direction: row-reverse;
  }
  .topNewsList li a {
    padding: 0 8% 0 0;
  }
  .topNewsList .box01 {
    text-align: left;
    padding: 6%;
    min-height: auto;
    margin: 0;
  }
  .topNewsList .box01 .ico,
  .topNewsList .box01 .timeBox01 {
    position: initial;
    display: block;
    width: initial;
    font-size: 11px;
  }
  .topNewsList .box01 .timeBox01 {
    margin: 2% 0;
  }
  .topNewsList .box01 time {
    padding: 0;
  }
  .cat01, .cat02, .cat03, .cat04, .cat05 {
    border-radius: 5px;
    width: auto;
    padding: 3px 15px 5px;
    line-height: 1;
  }
  .btnNewsList {
    top: initial;
    bottom: 3%;
    right: 3%;
    font-size: 10px;
    padding: 0 5px 0 30px;
  }
  .slick-dots li button:before {
    font-size: 16px;
  }
}
/*-----------------------------------------------
site-link
-----------------------------------------------*/
.site-link {
  text-align: right;
  margin-bottom: 40px;
}
.site-link,
.site-link a {
  color: #333;
}
.site-link span {
  margin: 0 5px;
}
.site-link .home {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/common/ico_home.png) no-repeat;
  margin: 0 0 5px;
}
.site-link .home span {
  display: none;
}
.site-link .current-item {
  display: inline-block;
  max-width: 377px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 -6px;
}

@media screen and (max-width: 768px) {
  .site-link {
    display: none;
  }
}
/*-----------------------------------------------
#news
-----------------------------------------------*/
#news {
  /*一覧*/
  /*詳細*/
}
#news .mv {
  background: url(/img/news/mv.png) no-repeat center;
  background-size: cover;
}
#news .newsList__title {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin: 0 0 70px;
}
#news .newsList a {
  color: #333;
  font-size: 16px;
}
#news .newsList__body {
  align-items: flex-start;
  margin: 0 0 40px;
}
#news .newsList__body--contents {
  width: calc(100% - 280px);
  padding: 30px;
}
#news .newsList__body .ico span {
  color: #fff;
  display: inline-block;
  width: 190px;
  border-radius: 8px;
  padding: 0 0 2px;
  text-align: center;
}
#news .newsList__body .timeBox01 {
  margin: 0 0 0 30px;
}
#news .newsList__body .txt01 {
  padding: 30px 0;
}
#news .newsMain .ttl01 {
  display: inline-block;
  width: 100%;
  border-bottom: #333 1px solid;
  color: #006;
  font-size: 28px;
  font-weight: bold;
  text-align: justify;
  margin: 0 0 20px;
}
#news .newsMain .date {
  font-size: 16px;
  margin: 0 35px 0 0;
}
#news .newsMain .txtArea {
  margin: 0 0 50px;
  padding: 0;
}
#news .newsMain .txtArea .right {
  padding: 0 0 0 30px;
}
#news .newsMain .txtArea .right img {
  width: 360px;
}
#news .newsMain .photoList {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0 0;
}
#news .newsMain .photoList dl {
  width: 30%;
}
#news .newsMain .photoList img {
  width: 100%;
}

/*リンク*/
.linkbox {
  margin: 0;
}
.linkbox li {
  display: inline-block;
  padding: 10px 50px 10px 0;
}
.linkbox a {
  display: inline-block;
}
.linkbox .icoLink {
  background: url(/img/news/ico_link.png) no-repeat top left;
  padding: 3px 0 3px 40px;
}
.linkbox .icoPdf {
  background: url(/img/news/ico_pdf.png) no-repeat top left;
  padding: 5px 0 5px 40px;
}
.linkbox .icoWord {
  background: url(/img/news/ico_word.png) no-repeat top left;
  padding: 5px 0 5px 40px;
}

/*ページャー*/
.pager {
  border: #006 1px solid;
  border-left: none;
  border-right: none;
  margin: 50px 0 80px;
}
.pager ul {
  display: flex;
  justify-content: space-between;
}
.pager li a {
  text-align: center;
  padding: 10px 0;
  display: block;
  color: #333;
}
.pager li a:hover {
  background: #006;
  color: #fff;
  opacity: 1;
}
.pager li:nth-child(1) a {
  border-right: #006 1px solid;
}
.pager li:nth-child(3) a {
  right: 0;
  border-left: #006 1px solid;
}
.pager li:nth-child(1), .pager li:nth-child(3) {
  width: 20%;
}
.pager li:nth-child(2) {
  width: 60%;
}

.pagerList ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}
.pagerList .activ {
  padding: 0 15px;
}
.pagerList span,
.pagerList a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 12px 15px;
  color: #006;
  border: 1px solid #006;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
}

#news .newsList .pagerList a {
  background: none;
  color: #006;
}

.pagerList .pager {
  width: 32px;
}
.pagerList a:hover,
.pagerList .current {
  color: #fff;
  border-color: #006;
  background-color: #006;
}

.img-lightbox {
  position: relative;
  display: block;
}
.img-lightbox::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  bottom: 0;
  background: url(/img/common/ico_plus.png) no-repeat;
}

@media screen and (max-width: 768px) {
  #news {
    /*一覧*/
    /*詳細*/
    /*リンク*/
    /*ページャー*/
  }
  #news .mv {
    background: url(/img/news/mv_sp.png) no-repeat center;
    background-size: cover;
  }
  #news .newsList__title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 0 0 70px;
  }
  #news .newsList__body {
    margin: 0 0 12%;
  }
  #news .newsList__body img {
    width: 140px;
  }
  #news .newsList__body--contents {
    width: calc(100% - 140px);
    padding: 0 4% 4%;
  }
  #news .newsList__body--ico {
    flex-direction: column;
  }
  #news .newsList__body .ico span {
    width: 130px;
    border-radius: 4px;
  }
  #news .newsList__body .timeBox01 {
    margin: 3px 0 0;
  }
  #news .newsList__body .txt01 {
    padding: 4% 0 0;
  }
  #news .newsList a:last-child .newsList__body {
    margin: 0;
  }
  #news .newsMain .date {
    display: block;
    width: 75%;
    border-bottom: #006 1px solid;
    margin: 0 0 4%;
  }
  #news .newsMain .ttl01 {
    width: 100%;
    margin: 0 0 4%;
    padding: 0;
    border: none;
  }
  #news .newsMain .txtArea,
  #news .newsMain .txtArea dl {
    margin: 0 0 3%;
  }
  #news .newsMain .txtArea .right {
    float: none;
    padding: 0;
  }
  #news .newsMain .txtArea .right img {
    width: 100%;
  }
  #news .newsMain .photoList {
    display: block;
    margin: 4% 0 0;
  }
  #news .newsMain .photoList dl {
    width: 100%;
    margin: 0 0 3%;
  }
  #news .linkbox {
    margin: 3% 0 0;
    width: 100%;
  }
  #news .linkbox li {
    display: block;
    padding: 10px 0;
  }
  #news .linkbox li a {
    display: block;
  }
  #news .linkbox .icoLink {
    background: url(/img/news/ico_link.png) no-repeat top left;
    background-size: 21px;
    padding: 0 0 0 30px;
  }
  #news .linkbox .icoLink .icoPdf {
    background: url(/img/news/ico_pdf.png) no-repeat top left;
    background-size: 18px;
    padding: 0 0 0 30px;
  }
  #news .linkbox .icoLink .icoWord {
    background: url(/img/news/ico_word.png) no-repeat top left;
    background-size: 18px;
    padding: 0 0 0 30px;
  }
  #news .pager {
    margin: 3% 0 0;
    padding: 0;
    height: auto;
    text-align: center;
  }
  #news .pager li {
    display: inline-block;
    text-align: center;
  }
  #news .pager li:nth-child(1) {
    width: 35%;
  }
  #news .pager li:nth-child(2) {
    width: 30%;
  }
  #news .pager li:nth-child(3) {
    width: 35%;
  }
  #news .pager li a {
    position: initial;
    display: block;
    padding: 15px 0;
    width: auto;
  }
  #news .pager li.list {
    left: initial;
    width: auto;
    width: 100%;
  }
  #news .pagerList {
    margin: 5% 0;
  }
  #news .pagerList ul {
    margin: 0;
  }
}
/*-----------------------------------------------
#inquiry
-----------------------------------------------*/
#inquiry .mv {
  background: url(/img/inquiry/mv.png) no-repeat center;
  background-size: cover;
}
#inquiry .form-area {
  margin: 0 0 100px;
}
#inquiry .form-area .entry-list li {
  display: inline-block;
  margin: 0 0 0 10px;
}
#inquiry .form-area .entry-list li:first-child {
  margin: 0;
}
#inquiry .form-area .policy-box {
  text-align: center;
  margin: 20px 0 0;
}
#inquiry .form-area .error-box {
  background: #fde8ec;
  border: #e99c32 2px solid;
  color: #e99c32;
  padding: 15px 30px;
  text-align: center;
}
#inquiry .form-area .error-txt {
  color: #e99c32;
}
#inquiry .form-area .error label {
  background: #fde8ec;
  padding: 2px 10px 4px 10px;
  display: inline-block;
}
#inquiry .form-area .error input {
  background: #fde8ec;
  border: #e99c32 1px solid;
}
#inquiry .form-table {
  width: 100%;
  font-size: 18px;
}
#inquiry .form-table .record {
  font-size: 18px;
  color: #777;
}
#inquiry .form-table button,
#inquiry .form-table input,
#inquiry .form-table select,
#inquiry .form-table textarea {
  font-family: inherit;
  font-size: 18px;
  margin: 5px 0;
  padding: 10px;
}
#inquiry .form-table tr:nth-child(odd) {
  background: #f3ffff;
}
#inquiry .form-table th {
  position: relative;
  width: 28%;
  text-align: left;
  padding: 20px;
  vertical-align: middle;
}
#inquiry .form-table th .req {
  position: absolute;
  top: 50%;
  right: 0;
  background: #09f;
  color: #fff;
  border-radius: 8px;
  line-height: 1;
  margin: -14px 0 0;
  padding: 3px 15px 6px;
}
#inquiry .form-table td {
  padding: 16px 20px;
}
#inquiry .form-table td span {
  vertical-align: middle;
}
#inquiry .form-table .size-ss {
  width: 70px;
}
#inquiry .form-table .size-s {
  width: 200px;
}
#inquiry .form-table .size-m {
  width: 400px;
}
#inquiry .form-table .size-l {
  width: 100%;
}
#inquiry .form-table th .f-min,
#inquiry .form-table td .f-min {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.confirm .off,
.confirm table td .off {
  display: none;
}

.entry-btn {
  display: block;
  text-align: center;
  margin: 30px 0 0;
}
.entry-btn input[type=submit] {
  padding: 15px 70px;
  font-size: 18px;
  border-radius: 3px;
  margin: 0 5px;
  background: #36f;
  color: #fff;
}
.entry-btn input[type=submit].btn-back {
  background: #aaa;
}
.entry-btn input[type=submit]:hover {
  opacity: 0.8;
}
.entry-btn .btn-red {
  background: #e99c32;
  color: #fff;
}
.entry-btn .btn-gray {
  background: #e5e5e5;
  color: #222;
}

.errorBox {
  border: #ffd2d2 3px solid;
  background: #fff8f8;
  margin: 50px 0;
  padding: 30px;
  color: #B70000;
}

.confirmBox {
  border: #e5e5e5 3px solid;
  background: #fafafa;
  margin: 50px 0;
  padding: 30px;
}

.complete-box .txt02 {
  background: #f3f4f6;
  padding: 15px 30px;
  display: block;
  margin: 20px auto 0;
  border: #e5e5e5 1px solid;
  width: 450px;
  font-size: 18px;
}
.complete-box a {
  text-decoration: none;
  border: #1c2947 1px solid;
  padding: 10px 20px;
  border-radius: 25px;
  display: block;
  width: 230px;
  margin: 30px auto 0;
}
.complete-box a:hover {
  background: #1c2947;
  color: #fff;
}

.complete .complete_info {
  border: #e5e5e5 3px solid;
  display: inline-block;
  margin: 20px 0 0;
  padding: 15px 30px;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  #inquiry .mv {
    background: url(/img/inquiry/mv_sp.png) no-repeat center;
    background-size: cover;
  }
  #inquiry main {
    padding: 0;
  }
  #inquiry .form-area {
    margin: 0 0 12%;
  }
  #inquiry .form-table tr:nth-child(odd) {
    background: #fff;
  }
  #inquiry .form-table th {
    font-weight: bold;
    background: #f3ffff;
  }
  #inquiry .form-table th .req {
    right: 3%;
  }
  #inquiry .form-table th,
  #inquiry .form-table td,
  #inquiry .form-table .size-s,
  #inquiry .form-table .size-m,
  #inquiry .form-table .size-l {
    display: block;
    width: 100%;
  }
  #inquiry .form-table input[type=text] {
    margin: 3px 0;
  }
  #inquiry .form-table textarea {
    margin: 0 0 5px;
  }
  #inquiry .entry-btn {
    padding: 0 8%;
  }
  #inquiry .entry-btn input[type=submit] {
    display: block;
    width: 100%;
    margin: 3% 0;
    padding: 4% 0;
  }
  #inquiry .errorBox,
  #inquiry .confirmBox {
    padding: 5%;
    margin: 5%;
  }
  #inquiry .complete {
    padding: 5%;
  }
  #inquiry .complete .complete_info {
    padding: 5%;
  }
  #inquiry .entry .complete p {
    padding: 0;
  }
  #inquiry .mwform-checkbox-field input,
  #inquiry .mwform-radio-field input {
    margin-right: 0 !important;
  }
  #inquiry .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  #inquiry .mw_wp_form .horizontal-item {
    margin-right: 10px;
    white-space: nowrap;
  }
}
/*-----------------------------------------------

-----------------------------------------------*/
/*-----------------------------------------------

-----------------------------------------------*/
/*-----------------------------------------------

-----------------------------------------------*/
/*-----------------------------------------------
レスポンシブ
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  *, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-size: 14px;
  }
  .heightLine, .heightLine:before, .heightLine:after,
  .heightLine-01, .heightLine-01:before, .heightLine-01:after {
    box-sizing: initial;
  }
  input[type=submit] {
    -webkit-appearance: none;
    border-radius: 3px;
    border: none;
    background: #8fc31f;
    color: #fff;
  }
  input[type=text] {
    -webkit-appearance: none;
    border-radius: 3px;
    border: #d2d2d2 1px solid;
  }
  input[type=reset],
  input[type=button] {
    -webkit-appearance: none;
    border-radius: 3px;
    border: none;
    background: #d2d2d2;
  }
  button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .gmap {
    position: relative;
    padding-bottom: 85%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .intro-area .txt-box h4 {
    font-size: 20px;
    padding: 2px 0 2px 5px;
  }
  [href^=tel] {
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */