@charset "UTF-8";
html,
body {
  -webkit-tap-highlight-color: transparent; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  line-height: 1; }

iframe {
  max-width: 100% !important; }

a,
label {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address,
em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

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

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

input,
button,
select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none; }

table {
  border-collapse: collapse; }

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit; }

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible;
  /* 1 */ }

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
small {
  font-size: 80%;
  /* 1 */ }

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none;
  /* 1 */ }

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0;
  /* 1 */ }

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b,
strong {
  font-weight: bolder;
  /* 1 */ }

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic;
  /* 1 */ }

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * https://gist.github.com/unruthless/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type="number"] {
  width: auto;
  /* 1 */ }

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible;
  /* 1 */ }

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none;
  /* 1 */ }

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  border-style: none;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline; }

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy="true"] {
  cursor: progress; }

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer; }

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

header {
  text-align: center;
  border-bottom: 1px solid #666;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000; }

.header-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .ttl-container {
    float: left;
    margin-left: 10%; } }

@media screen and (min-width: 1200px) {
  .ttl-container {
    margin-left: 5%; } }

.ttl {
  margin-bottom: 6px;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .ttl {
      font-size: 20px; } }

.ttl-txt {
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 2px; }
  @media screen and (min-width: 768px) {
    .ttl-txt {
      font-size: 14px; } }

.header-content-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .header-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 6px;
	margin-right: 30px;
} }
  .header-content-wrapper a {
    text-decoration: none; }

.header-tel-wrapper {
  text-align: left; }
  .header-tel-wrapper p {
    line-height: .3; }

.free-dial-txt {
  background-color: #666;
  color: #fff;
  font-size: 10px;
  padding: 0 8px; }

.free-dial {
  font-size: 16px;
  color: #666;
  font-weight: bold; }
  .free-dial::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-image: url(../images/tel.png); 
    background-repeat: no-repeat;
    margin-right: 5px;
    top: 11px;
    position: relative; }

.time {
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: 4px; }

.header-contact {
  padding: 10px; }

.header-consult {
	background-color: #00A140;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 30px;
}
  .header-consult:hover {
    opacity: .8; }

.ttl-tel-txt {
  display: none; }
  @media screen and (min-width: 768px) {
    .ttl-tel-txt {
      margin-top: 10px;
      margin-right: 10%;
      float: right;
      display: block;
      font-size: 20px;
      color: #666;
      font-weight: bold; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .ttl-tel-txt {
      margin-right: 5%; } }
  @media screen and (min-width: 768px) {
      .ttl-tel-txt a {
        text-decoration: none;
        color: #666;
        font-size: 30px;
        font-weight: bold;
        cursor: default; } }

.header-tel a:hover {
  opacity: .8; }

.header-tel .fa-envelope {
  font-size: 26px;
  color: #666;
  position: fixed;
  top: 7px;
  left: 50px; }

@media screen and (min-width: 768px) {
  .header-tel {
    display: none; } }

.fa-phone-square {
  font-size: 30px;
  color: #666;
  position: fixed;
  cursor: default;
  top: 4px;
  left: 10px; }

.btn {
  width: 30px;
  font-size: 9px;
  border: 1px solid #666;
  border-radius: 8px;
  background-color: transparent;
  position: fixed;
  top: 4px;
  right: 10px;
  padding: 1px 5px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .btn {
      display: none; } }

.btn span {
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  display: block;
  border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .btn span {
      display: none; } }

.btn span.active:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background-color: #666; }

.btn span.active:nth-child(2) {
  opacity: 0; }

.btn span.active:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  background-color: #666; }

.nav-wrapper {
  background-color: #dddddd; }

.nav-wrapper-active {
  background-color: #dddddd;
  height: 40px;
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 9; }

@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    margin-right: -300px;
    background-color: #00A140;
    z-index: 100; } }

@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    margin: 0 auto !important;
    width: 768px; } }

@media screen and (min-width: 992px) {
  .nav {
    width: 970px; } }

@media screen and (min-width: 1200px) {
  .nav {
    width: 1170px; } }

.top-nav {
  background-color: #00A140;
  height: 0px;
  width: 100%;
  position: relative;
  z-index: 9; }
  @media screen and (min-width: 768px) {
    .top-nav {
      height: 45px;
      top: 52px;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; } }
  @media screen and (min-width: 992px) {
    .top-nav {
      height: 45px; } }

.g-nav {
  padding-top: 36px; }
  @media screen and (min-width: 768px) {
    .g-nav {
      padding-top: 0;
      overflow: hidden; } }

.nav-list:first-child {
  border-top: 1px dotted #fff; }
  @media screen and (min-width: 768px) {
    .nav-list:first-child {
      border-top: none; } }

@media screen and (min-width: 768px) {
  .nav-list {
    float: left;
    width: 12.5%; }
    .nav-list::before {
      content: '';
      display: inline-block;
      width: 2px;
      height: 1em;
      border-left: 2px solid #666;
      position: absolute;
      top: 8px; }
    .nav-list:last-child::after {
      content: '';
      display: inline-block;
      width: 2px;
      height: 1em;
      border-right: 2px solid #666;
      position: absolute;
      top: 8px;
      right: 0; } }

@media screen and (min-width: 992px) {
  .nav-list::before {
    top: 10px; }
  .nav-list:last-child::after {
    top: 10px; } }

.nav-item {
  display: block;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center; }
  @media screen and (min-width: 360px) {
    .nav-item {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .nav-item {
      padding: 10px;
      border-bottom: none;
      font-size: 12px; } }
  @media screen and (min-width: 992px) {
    .nav-item {
      font-size: 14px; } }

.nav-item:hover {
  color: #ffffff;
  background-color: #666; }
  @media screen and (min-width: 768px) {
    .nav-item:hover {
      background-color: #666; } }

.main-visual-wrapper {
  background-color: #009A7C;
  padding-top: 40px; }

.main-visual-container {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .main-visual-container {
      width: 768px;
      padding-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto; } }
  @media screen and (min-width: 992px) {
    .main-visual-container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .main-visual-container {
      width: 1170px; } }

.main-visual-box {
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .main-visual-box {
      width: 50%;
      padding: 10px 8px 20px; } }
  .main-visual-box p {
    display: inline-block; }
  .main-visual-box a:hover {
    opacity: .8; }
  .main-visual-box img {
    width: 100%; }

.wrapper {
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .wrapper {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .wrapper {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .wrapper {
      width: 1170px; } }

p {
  color: #5a5a5a; }

li {
  color: #5a5a5a; }

section {
  border-bottom: 2px solid #ccc; }

.ttl-wrapper {
  text-align: center; }

@media screen and (min-width: 768px) {
  .topic .topic-container, .voice .topic-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.topic .topic-box, .voice .topic-box {
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .topic .topic-box, .voice .topic-box {
      width: 33%;
      padding: 10px; } }
  @media screen and (min-width: 992px) {
    .topic .topic-box p, .voice .topic-box p {
      line-height: 1.5; } }

h2 {
  text-align: left;
  font-size: 28px;
  display: inline-block;
  font-weight: bold;
  color: #666;
  margin-top: 50px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    h2 {
	font-size: 36px;
	color: #666;
} }

.more {
  text-align: center;
  margin: 50px 0; }
  .more a {
	text-decoration: none;
	padding: 5px 20px;
	background-color: #00A140;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
    .more a:hover {
      opacity: .8; }
  .more:before {
    content: '';
    display: inline-block;
    border: 5px solid #00A140;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    bottom: 16px;
    text-align: center; }

.content-container {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .content-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

.content-box img {
  width: 100%; }

.content-box p {
  padding: 10px 0;
  line-height: 1.3; }
  @media screen and (min-width: 992px) {
    .content-box p {
      line-height: 1.5; } }

@media screen and (min-width: 768px) {
  .content-box {
    width: 30%;
    margin-bottom: 20px; } }

.small {
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .small {
      font-size: 14px; } }
  @media screen and (min-width: 992px) {
    .small {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .small {
      font-size: 20px; } }

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 20px; } }

.voice ul {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .voice ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .voice ul li {
        width: 30%; } }

.voice li {
  line-height: 1.3;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .voice li {
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .voice li {
      line-height: 1.5; } }

.voice img {
  width: 100%;
  margin-bottom: 10px; }

.question {
  border-bottom: none; }
  @media screen and (min-width: 768px) {
    .question h3 {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .question h3 {
      font-size: 20px; } }
  .question dl {
    line-height: 1.3;
    padding-top: 10px; }
  .question dt {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .question dt {
        font-size: 14px; } }
    @media screen and (min-width: 992px) {
      .question dt {
        font-size: 16px; } }
  .question dd {
    font-size: 14px;
    color: #666; }
    @media screen and (min-width: 992px) {
      .question dd {
        font-size: 16px;
        line-height: 1.5; } }

.fa-quora {
  background-color: #009A7C;
  font-size: 28px;
  padding: 10px;
  display: block;
  float: left;
  margin-right: 10px; }

.news {
  border: 2px solid #009A7C;
  border-radius: 5px;
  margin-bottom: 50px; }
  .news .news-ttl-wrapper {
    border-bottom: 2px solid #009A7C;
    overflow: hidden; }
    .news .news-ttl-wrapper h2 {
      margin: 0;
      padding: 5px;
      font-size: 20px;
      float: left; }
      @media screen and (min-width: 768px) {
        .news .news-ttl-wrapper h2 {
          margin-left: 20px; } }
    .news .news-ttl-wrapper p {
      float: right;
      padding: 10px; }
      .news .news-ttl-wrapper p a {
        text-decoration: none;
        background-color: #00A140;
        color: #fff;
        padding: 1px 3px; }
        .news .news-ttl-wrapper p a::after {
          content: '';
          display: inline-block;
          border-top: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #fff;
          margin-left: 50px; }
        .news .news-ttl-wrapper p a:hover {
          opacity: .8; }

.news-container {
  padding: 10px 0; }

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.3;
  font-size: 14px;
  padding: 10px; }

.day-box {
  width: 30%;
  font-size: 14px;
  text-align: center;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .day-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding-right: 10px; } }
  @media screen and (min-width: 992px) {
    .day-box {
      width: 30%; } }
  .day-box p {
    line-height: 1.3; }

.tag {
  border: 1px solid #00A140; }
  @media screen and (min-width: 768px) {
    .tag {
      width: 100px; } }

.news-txt {
  width: 70%; }

.contact {
  text-align: center;
  border: 2px solid #009A7C;
  border-radius: 5px;
  padding-top: 30px;
  margin-bottom: 50px;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .contact {
      padding-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .contact picture {
      text-align: center; } }
  .contact h2 {
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .contact h2 {
        font-size: 22px;
        margin-top: 0; } }
    @media screen and (min-width: 992px) {
      .contact h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .contact h2 {
        font-size: 36px; } }
  .contact p {
    display: inline-block;
    text-align: left;
    padding: 10px;
    line-height: 1.5; }
  .contact ul {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .contact ul {
        margin-top: 0;
        margin-bottom: 10px; } }
    .contact ul li {
      padding: 10px;
      text-align: left;
      display: inline-block;
      line-height: 1.3; }
      .contact ul li:first-child a {
        cursor: default; }
      .contact ul li a {
        text-decoration: none; }

@media screen and (min-width: 768px) {
  .contact-picture {
    width: 40%;
    float: left; } }

@media screen and (min-width: 992px) {
  .contact-picture {
    width: 30%; } }

@media screen and (min-width: 1200px) {
  .contact-picture {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .contact-wrapper {
    width: 60%;
    float: right; } }

@media screen and (min-width: 992px) {
  .contact-wrapper {
    width: 70%; } }

.tel-txt {
  background-color: #666;
  color: #fff;
  font-size: 14px;
  padding: 0 8px; }

.tel {
  font-size: 24px;
  color: #666; }
  .tel::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 100%;
    background-image: url(../images/tel.png); 
    background-repeat: no-repeat;
    margin-right: 5px;
    top: 11px;
    position: relative; }

.consult {
  background-color: #00A140;
  color: #fff;
  padding: 5px 50px 5px 30px;
  border-radius: 5px;
  cursor: pointer; }
  .consult:hover {
    opacity: .8; }

.fa-envelope {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-right: 20px; }

.top-back {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: none; }
  @media screen and (min-width: 768px) {
    .top-back {
      right: 40px;
      bottom: 90px; } }

.top-back-btn {
  text-decoration: none;
  color: #fff;
  font-size: 8px;
  padding: 14px 0 10px;
  background-color: #666;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  border-radius: 50%; }
  .top-back-btn:hover {
    opacity: .8; }

.fa-angle-up {
  font-size: 14px; }

.footer-nav-wrapper {
  background-color: #ccc; }

.footer-nav {
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      width: 768px; } }
  @media screen and (min-width: 992px) {
    .footer-nav {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .footer-nav {
      width: 1170px; } }
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    text-align: center; }
  .footer-nav li {
    width: 25%; }
    @media screen and (min-width: 768px) {
      .footer-nav li {
        width: 14.28%; } }
    .footer-nav li a {
      text-decoration: none;
      color: #666;
      font-weight: bold;
      display: block;
      padding: 8px 2px;
      font-size: 10px; }
      .footer-nav li a:hover {
        opacity: .8; }
      @media screen and (min-width: 768px) {
        .footer-nav li a {
          font-size: 12px; } }

.footer-body-wrapper {
  background-color: #00A140; }

.footer-body {
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .footer-body {
      width: 768px; } }
  @media screen and (min-width: 992px) {
    .footer-body {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .footer-body {
      width: 1170px; } }

.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .policy li:before {
    content: '';
    width: 2px;
    display: inline-block;
    border-left: 2px solid #666;
    height: 14px;
    top: 2px;
    position: relative; }
  .policy li:last-child::after {
    content: '';
    width: 2px;
    display: inline-block;
    border-right: 2px solid #666;
    height: 14px;
    top: 2px;
    position: relative; }
  .policy li a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    padding: 10px; }
    .policy li a:hover {
      opacity: .8; }

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .sns {
      margin-top: -24px;
      margin-right: 30px; } }
  .sns li a {
    text-decoration: none;
    color: #fff;
    padding: 10px; }
    .sns li a:hover {
      opacity: .8; }

.footer-logo {
  color: #fff;
  margin-top: 20px;
  text-align: center;
  font-size: 28px; }

.copy-section {
  padding: 40px 0;
  text-align: center; }

.copyright {
  color: #fff;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .copyright {
      font-size: 14px;
      letter-spacing: 1.5px; } }
