@charset "UTF-8";
/*
Theme Name: Celery
Theme URI: https://celery.jp
Author: A3Create LLC.
Author URI: https://a3c.jp/
Description: Simple base theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: celery
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =========================================================
 Base
========================================================= */
/* Common
--------------------------------------------------------- */
.for-pc {
  display: inline;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 782px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inline;
  }
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-all;
}

a {
  transition: all ease-in-out .3s;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

pre {
  overflow-x: scroll;
}

a {
  transition: all .3s ease;
}

a:hover {
  opacity: .7;
}

/* Layout
--------------------------------------------------------- */
.container {
  max-width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .container {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1080px;
    padding: 0;
  }
}

/* =========================================================
 Footer
========================================================= */
.site-footer {
  background: #109954;
  color: #fff;
  padding-bottom: 10px;
}

.site-footer a {
  color: #fff;
}

.footer-list > .container {
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}

.footer-list > .container > div {
  width: 33.33%;
  padding: 10px;
}

/* =========================================================
 Header
========================================================= */
.site-header {
  position: relative;
}

/* Logo
--------------------------------------------------------- */
.site-branding {
  width: 100%;
  text-align: left;
}

.site-branding > .container {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 782px) {
  .site-branding > .container {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}

.header-logo {
  width: 420px;
}

.header-logo-description {
  border-left: 4px solid #109954;
  color: #109954;
  padding-left: 8px;
  margin: 0 0 8px;
}

.header-logo-name {
  font-size: 14px;
  margin: 4px 0 0;
}

@media screen and (max-width: 991px) {
  .header-logo {
    width: 300px;
  }
}

@media screen and (max-width: 782px) {
  .header-logo {
    width: 100%;
  }
  .header-logo-name{margin: 0;}
}

.site-title {
  font-size: 1.8rem;
  font-weight: bold;
  width: 420px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 782px) {
  .site-title {
    width: 240px;
  }
}

.header-contact {
  width: calc( 100% - 420px);
  text-align: right;
}

@media screen and (max-width: 991px) {
  .header-contact {
    width: calc( 100% - 300px);
  }
}

@media screen and (max-width: 782px) {
  .header-contact {
    width: 100%;
    text-align: center;
  }
  .header-contact img {
    max-width: 240px;
  }
}

/* Navigation
--------------------------------------------------------- */
.main-navigation {
  background: #109954;
  color: #fff;
}

.main-navigation a {
  color: #fff;
}

.main-navigation .nav-menu {
  text-align: center;
  font-size: 0;
}

.main-navigation .nav-menu > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 154px;
}

.main-navigation .nav-menu > li a {
  padding: 12px 0;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 782px) {
  .main-navigation .nav-menu {
    background: #109954;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 110vh;
    z-index: 19;
  }
  .main-navigation .nav-menu > li {
    display: block;
    text-align: left;
  }
}

.main-navigation .children {
  display: none;
}

.main-navigation .menu-toggle {
  display: none;
  width: 42px;
  height: 36px;
  position: relative;
  background: #109954;
  padding: 0;
  border: 0;
}

.main-navigation .menu-toggle .bar {
  width: 32px;
  height: 2px;
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: calc( 50% - 1px);
  margin: auto;
}

.main-navigation .menu-toggle .bar:first-child {
  top: 10px;
}

.main-navigation .menu-toggle .bar:last-child {
  top: auto;
  bottom: 10px;
}

@media screen and (max-width: 782px) {

@keyframes show1{from{opacity: 0;}to{opacity: 1;}}
@keyframes show2{from{opacity: 1;}to{opacity: 0;}}

  .main-navigation .nav-menu {
    display: none;
    padding-top: 60px;
    animation: show2 0.3s linear 0s;
  }
  .main-navigation .nav-menu li {
    width: 100%;
  }
  .main-navigation .nav-menu li a {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
  }
  .main-navigation .menu-toggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 20;
  }
  .main-navigation.toggled .nav-menu {
    display: block;
    animation: show1 0.3s linear 0s;
  }
  .main-navigation.toggled .menu-toggle .bar {
    display: none;
  }
  .main-navigation.toggled .menu-toggle .bar:first-child {
    display: block;
    transform: rotate(45deg);
    top: 50%;
    bottom: auto;
  }
  .main-navigation.toggled .menu-toggle .bar:last-child {
    top: 50%;
    bottom: auto;
    display: block;
    transform: rotate(-45deg);
  }
}

/* =========================================================
 Main content
========================================================= */
.content-area {
  padding: 32px 0;
}

.content-area > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap;
}

.content-area > .container .site-main {
  width: calc( 100% - 330px);
  padding-right: 20px;
  vertical-align: top;
}

.content-area > .container .widget-area {
  width: 295px;
  padding-right: 35px;
  vertical-align: top;
}

@media screen and (max-width: 782px) {
  .content-area > .container {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  .content-area > .container .site-main {
    width: 100%;
    padding: 0;
  }
  .content-area > .container .widget-area {
    width: 100%;
    padding: 0px;
  }
}

/* list
--------------------------------------------------------- */
.list-01 li {
  border: 2px solid #109954;
  background: #fff;
  color: #109954;
  margin-bottom: 12px;
}

.list-01 li a {
  display: block;
  position: relative;
  min-height: 45px;
  padding: 8px 16px 8px 61px;
  text-decoration: none;
  color: #109954;
  font-size: 18px;
  line-height: 1.6;
  vertical-align: middle;
}

.list-01 li a:after {
  content: url(../images/icon_arrow.png);
  display: block;
  text-align: center;
  line-height: 45px;
  width: 45px;
  background: #109954;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.list-01.list-icon-right li a {
  padding: 8px 61px 8px 16px;
}

.list-01.list-icon-right li a:after {
  right: 0;
  left: auto;
}

.list-02 {
  margin: 0;
  padding: 0;
}

.list-02 li {
  border-bottom: 1px dotted #e5e5e5;
}

.list-02 li a {
  position: relative;
  display: block;
  padding: 8px 12px 8px 24px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.list-02 li a:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: url(../images/icon_tri.png);
}

.list-02 li a:hover {
  background: #f7f7f7;
}

/* Frontpage
--------------------------------------------------------- */
.mainv {
  text-align: center;
}

.mainv img {
  vertical-align: top;
}

.under-mainv {
  padding: 10px 0;
  background: #109954;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.under-mainv span {
  font-size: 36px;
  color: #F4CC20;
  margin: 0 8px;
  font-weight: bold;
}

.under-mainv img {
  vertical-align: top;
}

.top-section {
  margin: 0 0 60px;
}

.top-section-title {
  border: 2px solid #109954;
  background: #F2F9F6;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 12px 10px 57px;
  min-height: 45px;
  font-size: 20px;
  color: #109954;
}

.top-section-title:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  content: url(../images/icon_arrow_02.png);
  background: #109954;
  text-align: center;
  vertical-align: middle;
}

.top-section.border-section {
  border: 2px solid #109954;
}

.top-section.border-section .top-section-title {
  margin: 0;
  border: none;
  border-bottom: 2px solid #109954;
}
@media screen and (max-width: 768px){
  .top-section{margin-bottom: 20px;}
  .top-section-title{margin-bottom: 0;}
}
/* News
--------------------------------------------------------- */
.top-news-body {
  max-height: 280px;
  overflow-y: auto;
  padding: 12px 20px;
}

.list-news li {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  display: -ms-flexbox;
  display: block;
}
.list-news li .news-meta{margin-bottom: 5px;}
.list-news li .news-meta .date {
  font-size: 14px;
}

.list-news li .news-meta .cat {
  font-size: 11px;
  display: inline-block;
  background: #109954;
  border-radius: 3px;
  padding: 4px 8px;
  color: #fff;
  margin: 0 6px;
}

.list-news li .news-title {
  font-size: 16px;
  margin-top: 5px;
}

.list-news li .news-title a {
  color: #109954;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .top-news-body{padding: 5px;}
  .list-news li{display: block;}
  .list-news li .news-meta{margin: 5px 0 0;}
  .list-news li h3{margin: 0 0 5px;}
}
/* 助成金情報
--------------------------------------------------------- */
.top-info .top-section-body {
  border: 2px solid #109954;
  padding: 45px 32px 32px;
}

.top-info.border-section .top-section-body {
  border: none;
}

.top-info-title {
  text-align: center;
  margin-bottom: 32px;
}

.top-info-list {
  font-size: 0;
  margin: 0 -16px;
}

.top-info-list li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 16px;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px){
  .top-info .top-section-body{border-top: 0;padding: 5px;}
  .top-info-list{margin: 0;}
  .top-info-list li{width: 100%;padding: 0;margin-bottom: 5px;}
  .top-info-list li img{width: 100%;}
}
/* バナー
--------------------------------------------------------- */
.top-bnr-01 a {
  display: block;
}

.top-bnr-01 a:first-child {
  margin: 0 0 20px;
}

/* メッセージ
--------------------------------------------------------- */
.top-message .top-section-body {
  padding: 40px 32px;
}

.top-message .top-section-cont {
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  font-size: 14px;
}

.top-message .top-section-cont figure {
  width: 225px;
}

.top-message .top-section-cont figure p {
  padding: 20px 0 0;
  line-height: 1.8;
}

.top-message .top-section-cont figure p span {
  font-size: 18px;
}

.top-message .top-section-cont > div {
  width: calc( 100% - 225px);
  padding-left: 32px;
}

.top-message .top-section-cont > div p {
  margin: 0 0 1.4em;
  line-height: 1.6;
}

@media screen and (max-width: 782px) {
  .top-message .top-section-cont {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  .top-message .top-section-cont > div {
    width: 100%;
    padding: 0;
  }
}

/* Point
--------------------------------------------------------- */
.top-point .top-section-body {
  padding: 40px 32px;
}

.top-point h2 {
  margin: 0;
  text-align: center;
  background: #109954;
  padding: 10px;
}

.list-check li {
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #109954;
  margin: 0 0 10px;
  -ms-flex-align: center;
      align-items: center;
}

.list-check li:before {
  display: inline;
  background: #109954;
  content: url(../images/icon_check_back.png);
}

.list-check li span {
  padding: 8px 12px;
  font-weight: bold;
  color: #109954;
}
@media screen and (max-width: 768px){
  .top-point .top-section-body{padding: 10px;}
  .list-check li{align-items: unset;-ms-flex-align:unset;}
}
/* =========================================================
 Sidebar
========================================================= */
.side-cont {
  margin: 0 0 20px;
  border: 2px solid #109954;
}

.side-cont.no-border {
  border: 0;
}

.side-title {
  background: #109954;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.side-01 {
  border: 2px solid #109954;
  background: #109954;
  color: #fff;
  font-size: 14px;
}

.side-01-body {
  text-align: center;
  padding: 12px 10px;
}

.side-01-01 {
  margin: 0;
}

.side-01-02 {
  margin: 8px 0;
}

.side-01-03 {
  margin: 0;
  font-size: 12px;
}

.side-01 ul {
  margin: 12px 0 0;
  padding: 0;
}

.side-01 ul li {
  margin: 4px 0;
}

@media screen and (max-width: 782px) {
  .side-01 {
    max-width: 360px;
    text-align: center;
  }
  .side-01-img img {
    width: 100%;
  }
}

.side-contents .list-02 {
  padding: 10px;
}

.side-company .side-body {
  padding: 20px;
  font-size: 14px;
}

.side-company h3 {
  font-size: 16px;
  margin-top: 0;
}

.list-02 ul.sub-menu{margin-left: 10px;}
.list-02 ul.sub-menu li a:before{content: '▲';transform: rotate(90deg);color: #9e9e9e;font-size: 12px;top: 11px;}
.map {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 30px;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map obyject,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.side-map .map {
  height: 320px;
}

.side-link {
  background: #109954;
  color: #fff;
}

.side-link a {
  display: block;
  color: #fff;
  padding: 60px 10px;
  text-align: center;
}

/* =========================================================
 Articles
========================================================= */
.entry-title {
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0 0 16px;
  margin: 0 0 24px;
}

.entry-title:after {
  width: 200px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  background: #109954;
}

.entry-content h2 {
  border: 2px solid #109954;
  background: #F2F9F6;
  position: relative;
  padding: 10px 12px 10px 57px;
  min-height: 45px;
  font-size: 20px;
  color: #109954;
}

.entry-content h2:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  content: url(../images/icon_arrow_02.png);
  background: #109954;
  text-align: center;
  vertical-align: middle;
}

.entry-content h3 {
  color: #109954;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 8px;
}

.entry-content h4 {
  color: #109954;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 18px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
}

.entry-content table {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  border-top-color: #109954;
  margin-bottom: 20px;
}

.entry-content table th {
  background: #F2F9F6;
  color: #109954;
}

.entry-content table td,
.entry-content table th {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.entry-content ul {
  padding: 0 20px;
}

.entry-content ul li {
  margin: 4px 0;
}

.entry-content ul li:before {
  content: url(../images/icon_tri.png);
  margin: 0 0 4px;
}

.entry-content ol {
  padding: 0 20px;
  list-style: decimal;
}

.gomap {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  position: relative;
}

.gomap iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

hr {
  clear: both;
  margin-bottom: 20px;
}

hr.no {
  border: none;
}

/*フォーム*/
#form {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.must {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #B22D00;
}

.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #999;
}

form p.lavel {
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}

.sindan .wpcf7-form-control-wrap {
  padding-top: 10px;
  display: inline-block;
}

.sindan input.wpcf7-form-control.wpcf7-text {
  width: 100px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 96%;
  padding: 8px 2%;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

input.wpcf7-submit {
  width: 60%;
  height: 50px;
  background: #424242;
  color: #fff;
  font-size: 18px;
  margin: 30px auto;
  font-weight: 600;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #d7645f;
  font-weight: 600;
}

strong, b {
  color: #ff0000;
  font-size: 1.2em;
}

.entry-content .baselist {
  margin: 15px;
}

.entry-content .baselist ul {
  margin: 0 !important;
}

.entry-content .baselist li {
  list-style: none !important;
  margin: 0 0 8px;
}

.entry-content .baselist li:before {
  content: none;
}

.entry-content .baselist li a {
  display: block;
  /*  font-size: 15px;*/
  margin-bottom: 8px;
  padding: 7px 5px 7px 25px;
  border-bottom: 1px dotted #666;
}

.entry-content .baselist li a {
  color: #646464;
  text-decoration: none;
  font-weight: normal;
  background: url(../images/icon_tri.png) 7px 11px no-repeat;
}

.entry-content .baselist li a:hover {
  /*  color: #FF3F00;*/
  text-decoration: underline;
  font-weight: normal;
}

.entry-content .baselist > ul > li ul {
  margin-left: 25px !important;
}

.footer-list h3 {
  position: relative;
}

.footer-list h3:before {
  content: url(../images/icon_arrow_02.png);
  position: absolute;
  top: -12px;
  left: -45px;
}

.footer-list a {
  text-decoration: none;
}

.footer-list li {
  margin-bottom: 10px;
}

.mainv {
  position: relative;
  width: 100%;
  height: 332px;
  background: url(../images/slide_01.png)no-repeat center;
}

.mainvlink a {
  display: block;
  width: 220px;
  height: 70px;
  position: absolute;
  left: calc(50% + 314px);
  bottom: 19px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.mainvlink a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 782px) {
  .footer-list > .container {
    display: block;
  }
  .footer-list > .container > div {
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  .mainv {height: 100vw;background: url(../images/slide_01_sp.png)no-repeat center;background-size: cover;}

  .mainvlink a {
    left: unset;
    right: 2vw;
    bottom: 3vw;
    width: 38vw;
    height: 13vw;
  }
  .under-mainv .container{font-size: 4vw;}
  .under-mainv .container:after {clear: both;content: '.';display: block;height: 0;visibility: hidden;}
  .under-mainv .container span{font-size: 6vw;}
  .under-mainv .container img.under01{float: left;width: 40%;height: auto;}
  .under-mainv .container img.under02{float: left;width: 60%;height: auto;}

  .semibnr{margin-top: 10px;}

  .side-02 img{width: 100%;}

  .side-company-img img{width: 100%;}
}
