@charset "UTF-8";
/*
Template: pistachio
Theme Name: テクノナガイ
Description: テクノナガイ用子テーマ
Author: （有）アド・ファクトリー
Author URI: http://able-pro.com
Version: 0.0.1
*/
.self-list {
  max-width: 900px;
  margin: 30px auto;
}
.self-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.self-list-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  background: #000;
}
.self-list-item-text {
  padding-left: 1em;
}
.self-list-item-text p {
  line-height: 1.4;
}
.self-list-item-text p + p {
  margin-top: 0;
}
.self-list-item-text-catch {
  font-size: 1.8rem;
  font-weight: bold;
}
.self-list-item-solar .self-list-item-icon {
  background: #d8290a;
}
.self-list-item-solar .self-list-item-text-title {
  color: #d8290a;
}
.self-list-item-battery .self-list-item-icon {
  background: #0000b3;
}
.self-list-item-battery .self-list-item-text-title {
  color: #0000b3;
}
.self-list-item-eco .self-list-item-icon {
  background: #1fc01f;
}
.self-list-item-eco .self-list-item-text-title {
  color: #1fc01f;
}
.self-list-item-led .self-list-item-icon {
  background: #ffbb00;
}
.self-list-item-led .self-list-item-text-title {
  color: #ffbb00;
}
.self-list-item-elech .self-list-item-icon {
  background: #d1285b;
}
.self-list-item-elech .self-list-item-text-title {
  color: #d1285b;
}
.self-qa-item {
  background: #fff;
}
.self-qa-item-title {
  padding: 10px;
  background: #efefef;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: normal;
  text-align: center;
}
.self-qa-item-text {
  margin-left: 0;
  padding: 10px;
  line-height: 1.8;
}
.selfpattern {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.selfpattern thead,
.selfpattern tfoot {
  background: #efefef;
}
.selfpattern tbody th {
  color: #fff;
  font-weight: normal;
}
.selfpattern th, .selfpattern td {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
.selfpattern th {
  white-space: nowrap;
}
.selfpattern td {
  text-align: right;
}
.selfpattern .price {
  font-size: 1.2em;
}
.selfpattern .pattern-solar {
  border-color: rgba(216, 41, 10, 0.8);
  background: rgba(216, 41, 10, 0.8);
}
.selfpattern .pattern-battery {
  border-color: rgba(0, 0, 179, 0.8);
  background: rgba(0, 0, 179, 0.8);
}
.selfpattern .pattern-eco {
  border-color: rgba(31, 192, 31, 0.8);
  background: rgba(31, 192, 31, 0.8);
}
.selfpattern .pattern-led {
  border-color: rgba(255, 187, 0, 0.8);
  background: rgba(255, 187, 0, 0.8);
}
.selfpattern .pattern-elech {
  border-color: rgba(209, 40, 91, 0.8);
  background: rgba(209, 40, 91, 0.8);
}
.self-faq-q, .self-faq-a {
  position: relative;
  padding-left: 1.5em;
}
.self-faq-q::before, .self-faq-a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.self-faq-q {
  line-height: 2;
}
.self-faq-q::before {
  color: #FF9900;
  content: 'Q';
}
.self-faq-a {
  margin-bottom: 2em;
  margin-left: 0;
}
.self-faq-a::before {
  color: #0050A9;
  content: 'A';
}
.self-flow .self-qa-item {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 30px;
  background: transparent;
}
.self-flow .self-qa-item::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%) scaleX(4);
          transform: translateX(50%) scaleX(4);
  color: #0050A9;
  content: '▼';
}
.self-flow .self-qa-item:last-child::after {
  display: none;
}
.self-flow .self-qa-item .self-qa-item-title {
  border-radius: 5px;
}
/*--------------------------------------------------
リセット用CSS
--------------------------------------------------*/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* 2 */
  background-repeat: no-repeat;
  /* 1 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
}
/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0;
  font-size: 2em;
}
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  display: block;
  /* 1 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}
/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
  /* 2 */
  background-color: transparent;
  /* 1 */
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}
/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}
/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
  /* 1 */
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
  /* 1 */
}
/**
 * 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 and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 {
  padding: 0;
  border-style: none;
}
/**
 * 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;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}
/*--------------------------------------------------
各種初期設定
--------------------------------------------------*/
@font-face {
  src: local("Yu Gothic Medium");
  font-family: YuGothicM;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #666;
}
a:hover, a:active, a:focus {
  color: #999999;
  text-decoration: none;
}
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.disc {
  padding-left: 1em;
}
ul.disc,
ul.disc li {
  list-style-position: outside;
  list-style-type: disc;
}
p {
  margin: 0;
  line-height: 1.8;
}
p + * {
  margin-top: 1em;
}
figure {
  margin: 0;
}
strong {
  color: #f56b6b;
  font-size: 1.8rem;
}
/*--------------------------------------------------
汎用クラス
--------------------------------------------------*/
.tab-visible {
  display: none;
}
.tabyoko-visible {
  display: none;
}
.pc-visible {
  display: none;
}
.pcbig-visible {
  display: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.inline-block {
  *zoom: 1;
  display: inline-block;
  *display: inline;
}
.hantoumei {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hantoumei:hover {
  -moz-opacity: 0.60;
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.fz10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}
.fz11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}
.fz12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.fz13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
.fz14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.fz15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.fz16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.fz17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
.fz18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.fz19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}
.fz20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
.fz21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}
.fz22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}
.fz23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}
.fz24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
.fz25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}
.fz26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}
.fz27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}
.fz28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
.fz29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}
.fz30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}
.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.bold {
  font-weight: bold;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.sp-text-center {
  text-align: center !important;
}
.tab-text-center {
  text-align: left !important;
}
.tabyoko-text-center {
  text-align: left !important;
}
.pc-text-center {
  text-align: left !important;
}
.pcbig-text-center {
  text-align: left !important;
}
.tabless-text-center {
  text-align: center !important;
}
.tabyokoless-text-center {
  text-align: center !important;
}
.pcless-text-center {
  text-align: center !important;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.note {
  font-size: 1.2rem;
}
.important {
  color: #f56b6b;
}
.caution {
  color: #ff0;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col > * {
  width: 100%;
}
.col > .sp-1 {
  width: 8.33333%;
}
.col > .offset-sp-1 {
  margin-left: 8.33333%;
}
.col > .sp-2 {
  width: 16.66667%;
}
.col > .offset-sp-2 {
  margin-left: 16.66667%;
}
.col > .sp-3 {
  width: 25%;
}
.col > .offset-sp-3 {
  margin-left: 25%;
}
.col > .sp-4 {
  width: 33.33333%;
}
.col > .offset-sp-4 {
  margin-left: 33.33333%;
}
.col > .sp-5 {
  width: 41.66667%;
}
.col > .offset-sp-5 {
  margin-left: 41.66667%;
}
.col > .sp-6 {
  width: 50%;
}
.col > .offset-sp-6 {
  margin-left: 50%;
}
.col > .sp-7 {
  width: 58.33333%;
}
.col > .offset-sp-7 {
  margin-left: 58.33333%;
}
.col > .sp-8 {
  width: 66.66667%;
}
.col > .offset-sp-8 {
  margin-left: 66.66667%;
}
.col > .sp-9 {
  width: 75%;
}
.col > .offset-sp-9 {
  margin-left: 75%;
}
.col > .sp-10 {
  width: 83.33333%;
}
.col > .offset-sp-10 {
  margin-left: 83.33333%;
}
.col > .sp-11 {
  width: 91.66667%;
}
.col > .offset-sp-11 {
  margin-left: 91.66667%;
}
.col > .sp-12 {
  width: 100%;
}
.col > .offset-sp-12 {
  margin-left: 100%;
}
.col.gutter-5 {
  width: calc(100% + 5px);
  margin-right: -5px;
}
.col.gutter-5 > * {
  margin-right: 5px;
  margin-bottom: 5px;
}
.col.gutter-5 > .sp-1 {
  width: calc(8.33333% - 5px);
}
.col.gutter-5 > .sp-2 {
  width: calc(16.66667% - 5px);
}
.col.gutter-5 > .sp-3 {
  width: calc(25% - 5px);
}
.col.gutter-5 > .sp-4 {
  width: calc(33.33333% - 5px);
}
.col.gutter-5 > .sp-5 {
  width: calc(41.66667% - 5px);
}
.col.gutter-5 > .sp-6 {
  width: calc(50% - 5px);
}
.col.gutter-5 > .sp-7 {
  width: calc(58.33333% - 5px);
}
.col.gutter-5 > .sp-8 {
  width: calc(66.66667% - 5px);
}
.col.gutter-5 > .sp-9 {
  width: calc(75% - 5px);
}
.col.gutter-5 > .sp-10 {
  width: calc(83.33333% - 5px);
}
.col.gutter-5 > .sp-11 {
  width: calc(91.66667% - 5px);
}
.col.gutter-5 > .sp-12 {
  width: calc(100% - 5px);
}
.col.gutter-10 {
  width: calc(100% + 10px);
  margin-right: -10px;
}
.col.gutter-10 > * {
  margin-right: 10px;
  margin-bottom: 10px;
}
.col.gutter-10 > .sp-1 {
  width: calc(8.33333% - 10px);
}
.col.gutter-10 > .sp-2 {
  width: calc(16.66667% - 10px);
}
.col.gutter-10 > .sp-3 {
  width: calc(25% - 10px);
}
.col.gutter-10 > .sp-4 {
  width: calc(33.33333% - 10px);
}
.col.gutter-10 > .sp-5 {
  width: calc(41.66667% - 10px);
}
.col.gutter-10 > .sp-6 {
  width: calc(50% - 10px);
}
.col.gutter-10 > .sp-7 {
  width: calc(58.33333% - 10px);
}
.col.gutter-10 > .sp-8 {
  width: calc(66.66667% - 10px);
}
.col.gutter-10 > .sp-9 {
  width: calc(75% - 10px);
}
.col.gutter-10 > .sp-10 {
  width: calc(83.33333% - 10px);
}
.col.gutter-10 > .sp-11 {
  width: calc(91.66667% - 10px);
}
.col.gutter-10 > .sp-12 {
  width: calc(100% - 10px);
}
.col.gutter-15 {
  width: calc(100% + 15px);
  margin-right: -15px;
}
.col.gutter-15 > * {
  margin-right: 15px;
  margin-bottom: 15px;
}
.col.gutter-15 > .sp-1 {
  width: calc(8.33333% - 15px);
}
.col.gutter-15 > .sp-2 {
  width: calc(16.66667% - 15px);
}
.col.gutter-15 > .sp-3 {
  width: calc(25% - 15px);
}
.col.gutter-15 > .sp-4 {
  width: calc(33.33333% - 15px);
}
.col.gutter-15 > .sp-5 {
  width: calc(41.66667% - 15px);
}
.col.gutter-15 > .sp-6 {
  width: calc(50% - 15px);
}
.col.gutter-15 > .sp-7 {
  width: calc(58.33333% - 15px);
}
.col.gutter-15 > .sp-8 {
  width: calc(66.66667% - 15px);
}
.col.gutter-15 > .sp-9 {
  width: calc(75% - 15px);
}
.col.gutter-15 > .sp-10 {
  width: calc(83.33333% - 15px);
}
.col.gutter-15 > .sp-11 {
  width: calc(91.66667% - 15px);
}
.col.gutter-15 > .sp-12 {
  width: calc(100% - 15px);
}
.col.gutter-20 {
  width: calc(100% + 20px);
  margin-right: -20px;
}
.col.gutter-20 > * {
  margin-right: 20px;
  margin-bottom: 20px;
}
.col.gutter-20 > .sp-1 {
  width: calc(8.33333% - 20px);
}
.col.gutter-20 > .sp-2 {
  width: calc(16.66667% - 20px);
}
.col.gutter-20 > .sp-3 {
  width: calc(25% - 20px);
}
.col.gutter-20 > .sp-4 {
  width: calc(33.33333% - 20px);
}
.col.gutter-20 > .sp-5 {
  width: calc(41.66667% - 20px);
}
.col.gutter-20 > .sp-6 {
  width: calc(50% - 20px);
}
.col.gutter-20 > .sp-7 {
  width: calc(58.33333% - 20px);
}
.col.gutter-20 > .sp-8 {
  width: calc(66.66667% - 20px);
}
.col.gutter-20 > .sp-9 {
  width: calc(75% - 20px);
}
.col.gutter-20 > .sp-10 {
  width: calc(83.33333% - 20px);
}
.col.gutter-20 > .sp-11 {
  width: calc(91.66667% - 20px);
}
.col.gutter-20 > .sp-12 {
  width: calc(100% - 20px);
}
.col.gutter-25 {
  width: calc(100% + 25px);
  margin-right: -25px;
}
.col.gutter-25 > * {
  margin-right: 25px;
  margin-bottom: 25px;
}
.col.gutter-25 > .sp-1 {
  width: calc(8.33333% - 25px);
}
.col.gutter-25 > .sp-2 {
  width: calc(16.66667% - 25px);
}
.col.gutter-25 > .sp-3 {
  width: calc(25% - 25px);
}
.col.gutter-25 > .sp-4 {
  width: calc(33.33333% - 25px);
}
.col.gutter-25 > .sp-5 {
  width: calc(41.66667% - 25px);
}
.col.gutter-25 > .sp-6 {
  width: calc(50% - 25px);
}
.col.gutter-25 > .sp-7 {
  width: calc(58.33333% - 25px);
}
.col.gutter-25 > .sp-8 {
  width: calc(66.66667% - 25px);
}
.col.gutter-25 > .sp-9 {
  width: calc(75% - 25px);
}
.col.gutter-25 > .sp-10 {
  width: calc(83.33333% - 25px);
}
.col.gutter-25 > .sp-11 {
  width: calc(91.66667% - 25px);
}
.col.gutter-25 > .sp-12 {
  width: calc(100% - 25px);
}
.col.gutter-30 {
  width: calc(100% + 30px);
  margin-right: -30px;
}
.col.gutter-30 > * {
  margin-right: 30px;
  margin-bottom: 30px;
}
.col.gutter-30 > .sp-1 {
  width: calc(8.33333% - 30px);
}
.col.gutter-30 > .sp-2 {
  width: calc(16.66667% - 30px);
}
.col.gutter-30 > .sp-3 {
  width: calc(25% - 30px);
}
.col.gutter-30 > .sp-4 {
  width: calc(33.33333% - 30px);
}
.col.gutter-30 > .sp-5 {
  width: calc(41.66667% - 30px);
}
.col.gutter-30 > .sp-6 {
  width: calc(50% - 30px);
}
.col.gutter-30 > .sp-7 {
  width: calc(58.33333% - 30px);
}
.col.gutter-30 > .sp-8 {
  width: calc(66.66667% - 30px);
}
.col.gutter-30 > .sp-9 {
  width: calc(75% - 30px);
}
.col.gutter-30 > .sp-10 {
  width: calc(83.33333% - 30px);
}
.col.gutter-30 > .sp-11 {
  width: calc(91.66667% - 30px);
}
.col.gutter-30 > .sp-12 {
  width: calc(100% - 30px);
}
.col.gutter-35 {
  width: calc(100% + 35px);
  margin-right: -35px;
}
.col.gutter-35 > * {
  margin-right: 35px;
  margin-bottom: 35px;
}
.col.gutter-35 > .sp-1 {
  width: calc(8.33333% - 35px);
}
.col.gutter-35 > .sp-2 {
  width: calc(16.66667% - 35px);
}
.col.gutter-35 > .sp-3 {
  width: calc(25% - 35px);
}
.col.gutter-35 > .sp-4 {
  width: calc(33.33333% - 35px);
}
.col.gutter-35 > .sp-5 {
  width: calc(41.66667% - 35px);
}
.col.gutter-35 > .sp-6 {
  width: calc(50% - 35px);
}
.col.gutter-35 > .sp-7 {
  width: calc(58.33333% - 35px);
}
.col.gutter-35 > .sp-8 {
  width: calc(66.66667% - 35px);
}
.col.gutter-35 > .sp-9 {
  width: calc(75% - 35px);
}
.col.gutter-35 > .sp-10 {
  width: calc(83.33333% - 35px);
}
.col.gutter-35 > .sp-11 {
  width: calc(91.66667% - 35px);
}
.col.gutter-35 > .sp-12 {
  width: calc(100% - 35px);
}
.col.gutter-40 {
  width: calc(100% + 40px);
  margin-right: -40px;
}
.col.gutter-40 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.col.gutter-40 > .sp-1 {
  width: calc(8.33333% - 40px);
}
.col.gutter-40 > .sp-2 {
  width: calc(16.66667% - 40px);
}
.col.gutter-40 > .sp-3 {
  width: calc(25% - 40px);
}
.col.gutter-40 > .sp-4 {
  width: calc(33.33333% - 40px);
}
.col.gutter-40 > .sp-5 {
  width: calc(41.66667% - 40px);
}
.col.gutter-40 > .sp-6 {
  width: calc(50% - 40px);
}
.col.gutter-40 > .sp-7 {
  width: calc(58.33333% - 40px);
}
.col.gutter-40 > .sp-8 {
  width: calc(66.66667% - 40px);
}
.col.gutter-40 > .sp-9 {
  width: calc(75% - 40px);
}
.col.gutter-40 > .sp-10 {
  width: calc(83.33333% - 40px);
}
.col.gutter-40 > .sp-11 {
  width: calc(91.66667% - 40px);
}
.col.gutter-40 > .sp-12 {
  width: calc(100% - 40px);
}
.col.gutter-45 {
  width: calc(100% + 45px);
  margin-right: -45px;
}
.col.gutter-45 > * {
  margin-right: 45px;
  margin-bottom: 45px;
}
.col.gutter-45 > .sp-1 {
  width: calc(8.33333% - 45px);
}
.col.gutter-45 > .sp-2 {
  width: calc(16.66667% - 45px);
}
.col.gutter-45 > .sp-3 {
  width: calc(25% - 45px);
}
.col.gutter-45 > .sp-4 {
  width: calc(33.33333% - 45px);
}
.col.gutter-45 > .sp-5 {
  width: calc(41.66667% - 45px);
}
.col.gutter-45 > .sp-6 {
  width: calc(50% - 45px);
}
.col.gutter-45 > .sp-7 {
  width: calc(58.33333% - 45px);
}
.col.gutter-45 > .sp-8 {
  width: calc(66.66667% - 45px);
}
.col.gutter-45 > .sp-9 {
  width: calc(75% - 45px);
}
.col.gutter-45 > .sp-10 {
  width: calc(83.33333% - 45px);
}
.col.gutter-45 > .sp-11 {
  width: calc(91.66667% - 45px);
}
.col.gutter-45 > .sp-12 {
  width: calc(100% - 45px);
}
.col.gutter-50 {
  width: calc(100% + 50px);
  margin-right: -50px;
}
.col.gutter-50 > * {
  margin-right: 50px;
  margin-bottom: 50px;
}
.col.gutter-50 > .sp-1 {
  width: calc(8.33333% - 50px);
}
.col.gutter-50 > .sp-2 {
  width: calc(16.66667% - 50px);
}
.col.gutter-50 > .sp-3 {
  width: calc(25% - 50px);
}
.col.gutter-50 > .sp-4 {
  width: calc(33.33333% - 50px);
}
.col.gutter-50 > .sp-5 {
  width: calc(41.66667% - 50px);
}
.col.gutter-50 > .sp-6 {
  width: calc(50% - 50px);
}
.col.gutter-50 > .sp-7 {
  width: calc(58.33333% - 50px);
}
.col.gutter-50 > .sp-8 {
  width: calc(66.66667% - 50px);
}
.col.gutter-50 > .sp-9 {
  width: calc(75% - 50px);
}
.col.gutter-50 > .sp-10 {
  width: calc(83.33333% - 50px);
}
.col.gutter-50 > .sp-11 {
  width: calc(91.66667% - 50px);
}
.col.gutter-50 > .sp-12 {
  width: calc(100% - 50px);
}
.col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sort-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap-reverse;
  flex-flow: row-reverse wrap-reverse;
}
.sort-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sort-vertical-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.content-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.content-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
/*--------------------------------------------------
レイアウト
--------------------------------------------------*/
.wrap {
  overflow: hidden;
}
.site-body {
  min-height: 50vh;
}
.section-margin section + section {
  margin-top: 50px;
}
.fullwidth {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: calc((100vw - 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
}
.container, .container-middle, .container-small {
  padding-right: 10px;
  padding-left: 10px;
}
.container.padding-none,
.container .container-middle,
.container .container-small {
  padding-right: 0;
  padding-left: 0;
}
/* ヘッダー
-------------------------------------------------- */
.site-head {
  position: relative;
  padding: 10px;
}
.site-head-top {
  text-align: center;
}
.top_logo_title{
  margin: 0;
}

.site-head-contact {
  margin-top: 10px;
}


.site-head-contact-tel {}


.site-head-contact-mail {
  margin-top: 10px;
}


.site-head-contact-btn {
  display: inline-block;
  width: 214px;
  line-height: 1.6;
  padding: 0 10px 5px;
  background: #0050A9;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s ease;
}

.site-head-contact-btn:hover {
  background: rgb(17, 110, 218);
  color: #fff;
}


.head-nav .head-nav-wrap {
  -webkit-transition: 0.3s;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 60px 10px 10px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.head-nav .head-nav-wrap li {
  border-bottom: 1px solid #efefef;
}
.head-nav .head-nav-wrap li:first-child {
  border-top: 1px solid #efefef;
}
.head-nav .head-nav-wrap li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.head-nav.show .head-nav-wrap {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  pointer-events: auto;
}
.head-nav-toggle {
  display: block;
  z-index: 10;
  position: relative;
  width: 38px;
  height: 38px;
  background: url(images/common/toggle.svg) no-repeat center center;
  background-size: 30px;
  cursor: pointer;
}
.show .head-nav-toggle {
  background-image: url(images/common/toggle_close.svg);
}
/* フッター
-------------------------------------------------- */
.site-foot {
  padding: 50px 0;
  background: #000 url(images/common/foot_logo_bg.svg) no-repeat right bottom;
  color: #fff;
}
.foot-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-sitemap li + li {
  margin-top: 1em;
}
.foot-sitemap a {
  color: #fff;
  text-decoration: none;
}
.foot-sitemap ul + ul {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px dashed #fff;
}
.copyright {
  margin-top: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
/*ReCapcha V3*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_text{
  margin-top: 90px;
  font-size: 12px;
  text-align: center;
}
.recaptcha_text a{ color: #fff; }
/*--------------------------------------------------
コンポーネント
--------------------------------------------------*/
.block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-math {
  margin-top: 80px;
  padding: 50px 0;
  background: url(images/common/hougan.png) repeat 0 0;
}
.button {
  -webkit-transition: 0.3s;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.button img {
  vertical-align: baseline;
}
.button:hover {
  -webkit-transition: 0.3s;
  opacity: 0.6;
  transition: 0.3s;
}
.border-box-blue {
  border: 2px solid #0050A9;
}
.btn-blue {
  background: #0050A9;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-border-blue {
  -webkit-transition: 0.3s;
  border: 2px solid #0050A9;
  color: #0050A9;
  transition: 0.3s;
}
.btn-border-blue:hover {
  -webkit-transition: 0.3s;
  background: #0050A9;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.border-box-orange {
  border: 2px solid #FF9900;
}
.btn-orange {
  background: #FF9900;
  color: #fff;
}
.btn-orange:hover {
  color: #fff;
}
.btn-border-orange {
  -webkit-transition: 0.3s;
  border: 2px solid #FF9900;
  color: #FF9900;
  transition: 0.3s;
}
.btn-border-orange:hover {
  -webkit-transition: 0.3s;
  background: #FF9900;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.border-box-green {
  border: 2px solid #66B426;
}
.btn-green {
  background: #66B426;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
}
.btn-border-green {
  -webkit-transition: 0.3s;
  border: 2px solid #66B426;
  color: #66B426;
  transition: 0.3s;
}
.btn-border-green:hover {
  -webkit-transition: 0.3s;
  background: #66B426;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.btn-arrow:before {
  display: inline-block;
  margin-right: 10px;
  font-family: fontawesome;
  font-size: 1.4rem;
  content: '\f054';
}
.link-arrow {
  -webkit-transition: 0.3s;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
  background: url(images/common/arrow.svg) no-repeat left center/auto 30px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.3s;
}
.link-arrow:hover {
  -webkit-transform: translateX(10px);
  -webkit-transition: 0.3s;
  transform: translateX(10px);
  color: #fff;
  transition: 0.3s;
}
.faq dt, .faq dd {
  position: relative;
  margin-left: 0;
  padding-top: 8px;
  padding-left: 25px;
}
.faq dt::before, .faq dd::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
}
.faq dt {
  margin-bottom: 0.5em;
}
.faq dt::before {
  content: 'Q';
}
.faq dd {
  margin-bottom: 2em;
}
.faq dd::before {
  color: #f56b6b;
  content: 'A';
}
.faq-blue dt::before {
  color: #0050A9;
}
.faq-orange dt::before {
  color: #FF9900;
}
.faq-green dt::before {
  color: #66B426;
}
/*--------------------------------------------------
レスポンシブページネーション
--------------------------------------------------*/
.screen-reader-text{ display: none; }
.pagination {
  margin: 30px auto;
  padding-left: 0;
  list-style-type: none;
}
.nav-links{
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.page-numbers{
  min-width: 36px;
  min-height: 36px;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #333;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.page-numbers:hover{
  color: #333;
  background-color: #eee;
}
.page-numbers.current{
  pointer-events: none;
  background-color: #ddd;
  cursor: default;
}
.prev.page-numbers, .next.page-numbers{
  position: relative;
}
.prev.page-numbers{
  -webkit-border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  border: 1px solid #ddd;
}
.next.page-numbers{
  -webkit-border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
}
.prev.page-numbers:before, .next.page-numbers:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
  margin: 0 auto;
  transition: 0.3s;
}
.prev.page-numbers:before{
  border-left: 1px solid #333;
  -webkit-transform: translate(2px,-50%) rotate(-45deg);
  -moz-transform: translate(2px,-50%) rotate(-45deg);
  -ms-transform: translate(2px,-50%) rotate(-45deg);
  -o-transform: translate(2px,-50%) rotate(-45deg);
  transform: translate(2px,-50%) rotate(-45deg);
}
.next.page-numbers:before{
  border-right: 1px solid #333;
  -webkit-transform: translate(-2px,-50%) rotate(45deg);
  -moz-transform: translate(-2px,-50%) rotate(45deg);
  -ms-transform: translate(-2px,-50%) rotate(45deg);
  -o-transform: translate(-2px,-50%) rotate(45deg);
  transform: translate(-2px,-50%) rotate(45deg);
}



.title-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.title-line-color {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
.title-line-color::after {
  display: block;
  width: 50px;
  height: 5px;
  margin: 0 auto;
  background: #0050A9;
  content: '';
}
.title-circle {
  margin-top: 0;
  color: #494949;
  font-size: 2rem;
}
.title-circle::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #0050A9;
  vertical-align: middle;
  content: '';
}
.title-sub {
  padding-left: 10px;
  border-left: 5px solid #ccc;
  color: #494949;
  font-size: 1.8rem;
}
.title-line-color-blue::after {
  background: #0050A9;
}
.title-circle-blue::before {
  background: #0050A9;
}
.title-line-color-orange::after {
  background: #FF9900;
}
.title-circle-orange::before {
  background: #FF9900;
}
.title-line-color-green::after {
  background: #66B426;
}
.title-circle-green::before {
  background: #66B426;
}
/*リスト*/
.list-circle li{
  font-size: 1.7rem;
  margin: 10px 0;
}
.list-circle li::before{
  display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.5em;
    border-radius: 50%;
    background: #0050A9;
    vertical-align: middle;
    content: '';
}
.list-circle-blue li::before{
  background: #0050A9;
}
.list-circle-orange li::before{
  background: #FF9900;
}
.list-circle-green li::before{
  background: #66B426;
}
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
.mainvisual {
  position: relative;
}
.catchcopy-text {
  font-size: 2.4rem;
}
.catchcopy-text-small {
  font-size: 1.6rem;
}
.catchcopy-img {
  -o-object-fit: cover;
  -webkit-transform: translateX(80%);
  -webkit-transition: 0.6s ease;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 65vw;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
  transform: translateX(80%);
  transition: 0.6s ease;
}
.catchcopy-img.slidein-right {
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
}
.catchcopy-img-top {
  -webkit-transform: translateX(80%);
  -webkit-transition: 0.6s ease;
  z-index: -1;
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 75%;
  transform: translateX(80%);
  background: url(images/index/main_v_top.jpg) no-repeat center center;
  background-size: cover;
  transition: 0.6s ease;
}
.catchcopy-img-top.slidein-right {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index-news {
  position: relative;
  margin: 100px 0;
}
.index-news-title {
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 10px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.index-news-wrap {
  padding: 85px 10px 30px;
}
.index-news-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}
.index-news-list li {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 10px 5px;
  border-bottom: 1px dashed #000;
  font-size: 1.4rem;
}
.index-news-list li span {
  display: inline-block;
  margin-right: 10px;
}
.index-news-list li a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
.index-news-date {
  font-weight: 700;
  letter-spacing: 2px;
}
.index-news-cat {
  display: inline-block;
  width: 8em;
  padding: 2px 0;
  border-radius: 10px;
  background: #0050A9;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.index-news-cat-blue {
  background: #0050A9;
}
.index-news-cat-light-blue{
  background: #2fb0ff;
}
.index-news-cat-orange {
  background: #FF9900;
}
.index-news-cat-green {
  background: #66B426;
}
.index-news-cat-red {
  background: rgb(204, 48, 0);
}
.index-concept {
  position: relative;
  margin-bottom: 100px;
  padding: 30px 0;
}
.index-concept-text {
  font-size: 1.4rem;
  line-height: 2;
}
.index-concept-img {
  -webkit-transform: translateX(-100%);
  -webkit-transition: 0.6s 0.5s ease;
  position: relative;
  width: 100%;
  padding-top: 75%;
  transform: translateX(-100%);
  background: url(images/index/concept_img.jpg) no-repeat center center;
  background-size: cover;
  transition: 0.6s 0.5s ease;
}
.index-concept-img.slidein-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.index-solar {
  position: relative;
  margin: 40px 0;
  padding: 30px 0;
}
.index-solar-text {
  font-size: 1.4rem;
  line-height: 2;
}
.index-solar-img {
  -webkit-transform: translateX(100%);
  -webkit-transition: 0.6s 0.5s ease;
  position: relative;
  width: 100%;
  padding-top: 75%;
  transform: translateX(100%);
  background: url(images/index/photovoltaic_area.JPG) no-repeat center center;
  background-size: cover;
  transition: 0.6s 0.5s ease;
}
.index-solar-img.slidein-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.index-business-box {
  position: relative;
  margin-top: 80px;
  padding: 50px 10px 10px;
}
.index-business-title {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 30px;
  width: 240px;
  margin: 0;
  padding: 10px;
  transform: translateY(-50%);
  border: 10px solid #fff;
  border-width: 0 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.index-business-btn {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.index-business-btn li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 0 5px;
  text-align: center;
}
.index-business-btn .button {
  padding: 10px;
  font-size: 1.4rem;
}
.index-other-section p {
  font-size: 1.6rem;
}
.index-other-title {
  font-size: 2rem;
}
.index-other-title::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #FF9900;
  vertical-align: middle;
  content: '';
}
.index-bnr-area {
  margin-top: 100px;
}
.index-contact {
  padding: 50px 0;
  background: #ccc;
}
.index-contact-bg {
  background: #AFB8C3;
}
/*--------------------------------------------------
事業部
--------------------------------------------------*/
.page-mainvisual {
  position: relative;
  padding: 40px 0 215px;
  text-align: right;
}
.page-mainvisual .catchcopy-img {
  -webkit-transform: translateX(-80%);
  right: 50%;
  left: auto;
  transform: translateX(-80%);
}
.page-mainvisual .catchcopy-img.slidein-right {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
}
.business-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
}
.service-bg {
  position: relative;
  margin-bottom: 15px;
}
.service-text {
  margin: 0 -10px 0 -10px;
  padding: 30px 10px;
  background: #e5e5e5;
}
.service-link {
  margin-top: 0;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px;
  padding: 10px;
  background: #0050A9;
}
.service-title {
  margin-top: 0;
  color: #494949;
  font-size: 2rem;
}
.service-title::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #0050A9;
  vertical-align: middle;
  content: '';
}
.case-list-box a {
  text-decoration: none;
}
.case-thumb {
  margin-bottom: 10px;
}
.case-date {
  padding-left: 10px;
  border-left: 5px solid #0050A9;
  font-weight: 700;
  letter-spacing: 2px;
}
.check-list dt, .check-list dd {
  margin: 0;
  padding-left: 20px;
}
.check-list dt {
  margin-bottom: 1.5rem;
  background-position: left 0.6em;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-weight: 200;
}
.check-list dd {
  margin-bottom: 2.5rem;
}
.check-list li {
  margin-bottom: 1rem;
  padding-left: 20px;
  background-position: left 0.6em;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-weight: 200;
}
.case-list-blue .case-date {
  border-left: 5px solid #0050A9;
}
.case-date-blue {
  border-left: 5px solid #0050A9;
}
.business-service-blue .service-title::before {
  background: #0050A9;
}
.check-list-blue dt, .check-list-blue li {
  background-image: url(images/common/check_blue.svg);
}
.case-list-orange .case-date {
  border-left: 5px solid #FF9900;
}
.case-date-orange {
  border-left: 5px solid #FF9900;
}
.business-service-orange .service-title::before {
  background: #FF9900;
}
.check-list-orange dt, .check-list-orange li {
  background-image: url(images/common/check_orange.svg);
}
.case-list-green .case-date {
  border-left: 5px solid #66B426;
}
.case-date-green {
  border-left: 5px solid #66B426;
}
.business-service-green .service-title::before {
  background: #66B426;
}
.check-list-green dt, .check-list-green li {
  background-image: url(images/common/check_green.svg);
}
.case-list-red .case-date {
  border-left: 5px solid rgb(204, 48, 0);
}
.case-date-red {
  border-left: 5px solid rgb(204, 48, 0);
}
.case-title {
  margin-top: 0.5em;
}
.icon-check li {
  margin-bottom: 1em;
  padding-left: 1.5em;
  background: url(images/common/check.svg) no-repeat left 5px/auto 1em;
}
.shikaku {
  width: 100%;
  font-size: 1.2rem;
}
.shikaku th, .shikaku td {
  padding: 5px 0;
}
.shikaku th {
  padding-left: 1.5em;
  background: url(images/common/check.svg) no-repeat left center/auto 1em;
  font-weight: normal;
  text-align: left;
}
.shikaku td {
  text-align: right;
}
.shikaku td::before {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  background: #000;
  content: '';
}
.photovoltaic .index-news-list li .index-news-cat {
  background: #FF9900;
}
.photovoltaic .title-line-color::after {
  background: #FF9900;
}
.photovoltaic .service-link {
  background: #FF9900;
}
.photovoltaic .service-title::before {
  background: #FF9900;
}
.photovoltaic .case-date {
  border-left: 5px solid #FF9900;
}
.photovoltaic .icon-check li {
  background-image: url(images/common/check.svg);
}
.photovoltaic .shikaku th {
  background-image: url(images/common/check.svg);
}
.energy-saving .index-news-list li .index-news-cat {
  background: #66B426;
}
.energy-saving .title-line-color::after {
  background: #66B426;
}
.energy-saving .service-link {
  background: #66B426;
}
.energy-saving .service-title::before {
  background: #66B426;
}
.energy-saving .case-date {
  border-left: 5px solid #66B426;
}
.energy-saving .icon-check li {
  background-image: url(images/common/check.svg);
}
.energy-saving .shikaku th {
  background-image: url(images/common/check.svg);
}
.child-head {
  margin-top: 100px;
  background: #f4f4f4;
}
.child-head-mv {
  position: relative;
  top: -100px;
  width: 100%;
  max-width: 1000px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
.child-head-mv::after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 2px;
  height: 60px;
  transform: translateX(-50%);
  background: #0050A9;
  content: '';
}
.child-head-mv-blue::after {
  background: #0050A9;
}
.child-head-mv-orange::after {
  background: #FF9900;
}
.child-head-mv-green::after {
  background: #66B426;
}
.child-head-image {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 240px;
  transform: translate(-50%, -50%);
}
.child-head-image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.child-title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 240px;
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
.child-title span {
  display: block;
  width: 100%;
}
.child-title-ja {
  position: relative;
  margin-top: 30px;
}
.child-title-ja::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  content: '';
}
.child-head-desc {
  padding-bottom: 50px;
  line-height: 2;
}
.ph-ex {
  margin-top: 50px;
}
.ph-ex figcaption {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.rinen {
  color: #0050A9;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.rinen-list {
  max-width: 350px;
  margin: 0 auto;
}
.company {
  width: 100%;
}
.company th, .company td {
  display: block;
  padding: 5px 10px;
}
.company th {
  padding-top: 30px;
  color: #0050A9;
  text-align: center;
  vertical-align: bottom;
}
.company td {
  border-bottom: 5px solid #ccc;
}
/*--------------------------------------------------
投稿
--------------------------------------------------*/
.entry-body {
  min-height: 60vh;
  margin-bottom: 100px;
}
.case-detail-text {
  font-size: 1.4rem;
}
.entry-thumb {
  margin-bottom: 50px;
  text-align: center;
}
.entry-detail {
  width: 100%;
  margin-bottom: 50px;
}
.entry-detail th, .entry-detail td {
  padding: 10px;
  border: 1px solid #ededed;
}
.entry-detail th {
  border-color: #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: middle;
}
.entry-detail-blue th {
  background: #0050A9;
}
.entry-detail-orange th {
  background: #FF9900;
}
.entry-detail-green th {
  background: #66B426;
}
.sale-list-box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.sale-list-title {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
.sale-list-title a {
  text-decoration: none;
}
.sale-list-meta {
  margin: 0 0 10px;
}
.sale-list-meta dt, .sale-list-meta dd {
  text-align: center;
}
.sale-list-meta dt {
  margin-bottom: 5px;
  padding: 5px 0;
  background: #efefef;
  font-size: 1.4rem;
}
.sale-list-meta dd {
  margin: 0;
  padding: 0;
  color: #f56b6b;
  font-size: 1.4rem;
  font-weight: 500;
}
.sale-list-common {
  width: 100%;
  margin-top: 30px;
}
.sale-list-common th, .sale-list-common td {
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 1.2rem;
}
.sale-list-common th {
  background: #efefef;
  font-weight: 500;
  text-align: center;
}
.sale-title {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.sale-top {
  width: 100%;
}
.sale-top + .sale-top {
  margin-top: 50px;
}
.sale-top th, .sale-top td {
  padding: 10px;
  border: 1px solid #ddd;
  border-width: 1px 0;
  font-size: 1.4rem;
}
.sale-top th {
  min-width: 100px;
  max-width: 164px;
  background: #efefef;
  font-weight: 500;
}
.sale-top td {
  background: #fff;
  font-weight: 300;
}
.sale-top thead th {
  border: none;
  background: #fff5e6;
}
.sale-top thead + tbody tr:first-child th, .sale-top thead + tbody tr:first-child td {
  border-top: none;
}
.strong {
  color: #f56b6b;
  font-weight: 500;
}
.rate {
  color: #FF9900;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
.rate-text {
  padding: 10px;
  border-radius: 5px;
  background: #efefef;
  font-size: 1.2rem;
}
.text_border{
  border-bottom: 1px solid #000;
}
.text_bold{
  font-weight: 600;
}
/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
.contact {
  width: 100%;
}
.contact th, .contact td {
  display: block;
  vertical-align: top;
}
.contact th {
  padding: 5px;
  text-align: left;
}
.contact td {
  padding: 5px 5px 1em;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"] {
  -webkit-box-shadow: none;
  width: 100%;
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}
.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="tel"]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.contact textarea {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border-color: #dedede;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
}
input[type="submit"] {
  width: 240px;
  padding: 10px;
  background: #0050A9;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
/*--------------------------------------------------
Wordpress
--------------------------------------------------*/
.aligncenter {
  display: block;
  margin: 20px auto;
}
.alignright {
  margin: 20px 0;
  text-align: center;
}
.alignleft {
  margin: 20px 0;
  text-align: center;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------
コンタクトフォーム
--------------------------------------------------*/
input {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.table-contactform7 {
  overflow: hidden;
  text-align: left;
  table-layout: auto;
}
.required-contactform7 {
  margin-right: 3px;
  padding: 5px;
  color: #DE8686;
}
.unrequired-contactform7 {
  margin-right: 3px;
  padding: 5px;
  border-radius: 3px;
  background: #BDBDBD;
  color: #fff;
}
span.wpcf7-list-item {
  /*チェックボックスを縦並びに*/
  display: block;
}
.table-contactform7 th {
  font-weight: bold;
}
.table-contactform7 input,
.table-contactform7 textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 94% !important;
  margin: 5px 10px 10px 5px;
  font-size: 100%;
}
.table-contactform7 input[type="checkbox"],
.table-contactform7 input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5% !important;
  margin: 5px 10px 10px 5px;
  font-size: 100%;
}
.table-contactform7 tbody th {
  width: 320px;
  padding: 25px;
  background-color: #F2F2F2;
  vertical-align: middle;
}
.table-contactform7 tbody td {
  padding: 10px;
}
.table-contactform7 tbody th,
.table-contactform7 tbody td {
  border: 1px solid #BDBDBD;
  border-right: none;
  border-left: none;
  border-collapse: collapse;
}
.contact_title {
  margin: 30px 0;
  padding: 0px 10px;
  border-left: 4px solid #006cdb;
  font-size: 20px;
  font-weight: 400;
}
input[type="submit"] {
  margin: 30px auto;
  /*ボタンのスタイルを変更する*/
  border: none;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 3px;
  cursor: pointer;
}
/*--------------------------------------------------
style
--------------------------------------------------*/
/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media (min-width: 900px) {
  .self-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .self-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .tabyoko-visible {
    display: block;
  }
  .tabyoko-none {
    display: none;
  }
  .tabyoko-text-center {
    text-align: center !important;
  }
  .tabless-text-center {
    text-align: left !important;
  }
  .col > .tabyoko-1 {
    width: 8.33333%;
  }
  .col > .offset-tabyoko-1 {
    margin-left: 8.33333%;
  }
  .col > .tabyoko-2 {
    width: 16.66667%;
  }
  .col > .offset-tabyoko-2 {
    margin-left: 16.66667%;
  }
  .col > .tabyoko-3 {
    width: 25%;
  }
  .col > .offset-tabyoko-3 {
    margin-left: 25%;
  }
  .col > .tabyoko-4 {
    width: 33.33333%;
  }
  .col > .offset-tabyoko-4 {
    margin-left: 33.33333%;
  }
  .col > .tabyoko-5 {
    width: 41.66667%;
  }
  .col > .offset-tabyoko-5 {
    margin-left: 41.66667%;
  }
  .col > .tabyoko-6 {
    width: 50%;
  }
  .col > .offset-tabyoko-6 {
    margin-left: 50%;
  }
  .col > .tabyoko-7 {
    width: 58.33333%;
  }
  .col > .offset-tabyoko-7 {
    margin-left: 58.33333%;
  }
  .col > .tabyoko-8 {
    width: 66.66667%;
  }
  .col > .offset-tabyoko-8 {
    margin-left: 66.66667%;
  }
  .col > .tabyoko-9 {
    width: 75%;
  }
  .col > .offset-tabyoko-9 {
    margin-left: 75%;
  }
  .col > .tabyoko-10 {
    width: 83.33333%;
  }
  .col > .offset-tabyoko-10 {
    margin-left: 83.33333%;
  }
  .col > .tabyoko-11 {
    width: 91.66667%;
  }
  .col > .offset-tabyoko-11 {
    margin-left: 91.66667%;
  }
  .col > .tabyoko-12 {
    width: 100%;
  }
  .col > .offset-tabyoko-12 {
    margin-left: 100%;
  }
  .col.gutter-5 > .tabyoko-1 {
    width: calc(8.33333% - 5px);
  }
  .col.gutter-5 > .tabyoko-2 {
    width: calc(16.66667% - 5px);
  }
  .col.gutter-5 > .tabyoko-3 {
    width: calc(25% - 5px);
  }
  .col.gutter-5 > .tabyoko-4 {
    width: calc(33.33333% - 5px);
  }
  .col.gutter-5 > .tabyoko-5 {
    width: calc(41.66667% - 5px);
  }
  .col.gutter-5 > .tabyoko-6 {
    width: calc(50% - 5px);
  }
  .col.gutter-5 > .tabyoko-7 {
    width: calc(58.33333% - 5px);
  }
  .col.gutter-5 > .tabyoko-8 {
    width: calc(66.66667% - 5px);
  }
  .col.gutter-5 > .tabyoko-9 {
    width: calc(75% - 5px);
  }
  .col.gutter-5 > .tabyoko-10 {
    width: calc(83.33333% - 5px);
  }
  .col.gutter-5 > .tabyoko-11 {
    width: calc(91.66667% - 5px);
  }
  .col.gutter-5 > .tabyoko-12 {
    width: calc(100% - 5px);
  }
  .col.gutter-10 > .tabyoko-1 {
    width: calc(8.33333% - 10px);
  }
  .col.gutter-10 > .tabyoko-2 {
    width: calc(16.66667% - 10px);
  }
  .col.gutter-10 > .tabyoko-3 {
    width: calc(25% - 10px);
  }
  .col.gutter-10 > .tabyoko-4 {
    width: calc(33.33333% - 10px);
  }
  .col.gutter-10 > .tabyoko-5 {
    width: calc(41.66667% - 10px);
  }
  .col.gutter-10 > .tabyoko-6 {
    width: calc(50% - 10px);
  }
  .col.gutter-10 > .tabyoko-7 {
    width: calc(58.33333% - 10px);
  }
  .col.gutter-10 > .tabyoko-8 {
    width: calc(66.66667% - 10px);
  }
  .col.gutter-10 > .tabyoko-9 {
    width: calc(75% - 10px);
  }
  .col.gutter-10 > .tabyoko-10 {
    width: calc(83.33333% - 10px);
  }
  .col.gutter-10 > .tabyoko-11 {
    width: calc(91.66667% - 10px);
  }
  .col.gutter-10 > .tabyoko-12 {
    width: calc(100% - 10px);
  }
  .col.gutter-15 > .tabyoko-1 {
    width: calc(8.33333% - 15px);
  }
  .col.gutter-15 > .tabyoko-2 {
    width: calc(16.66667% - 15px);
  }
  .col.gutter-15 > .tabyoko-3 {
    width: calc(25% - 15px);
  }
  .col.gutter-15 > .tabyoko-4 {
    width: calc(33.33333% - 15px);
  }
  .col.gutter-15 > .tabyoko-5 {
    width: calc(41.66667% - 15px);
  }
  .col.gutter-15 > .tabyoko-6 {
    width: calc(50% - 15px);
  }
  .col.gutter-15 > .tabyoko-7 {
    width: calc(58.33333% - 15px);
  }
  .col.gutter-15 > .tabyoko-8 {
    width: calc(66.66667% - 15px);
  }
  .col.gutter-15 > .tabyoko-9 {
    width: calc(75% - 15px);
  }
  .col.gutter-15 > .tabyoko-10 {
    width: calc(83.33333% - 15px);
  }
  .col.gutter-15 > .tabyoko-11 {
    width: calc(91.66667% - 15px);
  }
  .col.gutter-15 > .tabyoko-12 {
    width: calc(100% - 15px);
  }
  .col.gutter-20 > .tabyoko-1 {
    width: calc(8.33333% - 20px);
  }
  .col.gutter-20 > .tabyoko-2 {
    width: calc(16.66667% - 20px);
  }
  .col.gutter-20 > .tabyoko-3 {
    width: calc(25% - 20px);
  }
  .col.gutter-20 > .tabyoko-4 {
    width: calc(33.33333% - 20px);
  }
  .col.gutter-20 > .tabyoko-5 {
    width: calc(41.66667% - 20px);
  }
  .col.gutter-20 > .tabyoko-6 {
    width: calc(50% - 20px);
  }
  .col.gutter-20 > .tabyoko-7 {
    width: calc(58.33333% - 20px);
  }
  .col.gutter-20 > .tabyoko-8 {
    width: calc(66.66667% - 20px);
  }
  .col.gutter-20 > .tabyoko-9 {
    width: calc(75% - 20px);
  }
  .col.gutter-20 > .tabyoko-10 {
    width: calc(83.33333% - 20px);
  }
  .col.gutter-20 > .tabyoko-11 {
    width: calc(91.66667% - 20px);
  }
  .col.gutter-20 > .tabyoko-12 {
    width: calc(100% - 20px);
  }
  .col.gutter-25 > .tabyoko-1 {
    width: calc(8.33333% - 25px);
  }
  .col.gutter-25 > .tabyoko-2 {
    width: calc(16.66667% - 25px);
  }
  .col.gutter-25 > .tabyoko-3 {
    width: calc(25% - 25px);
  }
  .col.gutter-25 > .tabyoko-4 {
    width: calc(33.33333% - 25px);
  }
  .col.gutter-25 > .tabyoko-5 {
    width: calc(41.66667% - 25px);
  }
  .col.gutter-25 > .tabyoko-6 {
    width: calc(50% - 25px);
  }
  .col.gutter-25 > .tabyoko-7 {
    width: calc(58.33333% - 25px);
  }
  .col.gutter-25 > .tabyoko-8 {
    width: calc(66.66667% - 25px);
  }
  .col.gutter-25 > .tabyoko-9 {
    width: calc(75% - 25px);
  }
  .col.gutter-25 > .tabyoko-10 {
    width: calc(83.33333% - 25px);
  }
  .col.gutter-25 > .tabyoko-11 {
    width: calc(91.66667% - 25px);
  }
  .col.gutter-25 > .tabyoko-12 {
    width: calc(100% - 25px);
  }
  .col.gutter-30 > .tabyoko-1 {
    width: calc(8.33333% - 30px);
  }
  .col.gutter-30 > .tabyoko-2 {
    width: calc(16.66667% - 30px);
  }
  .col.gutter-30 > .tabyoko-3 {
    width: calc(25% - 30px);
  }
  .col.gutter-30 > .tabyoko-4 {
    width: calc(33.33333% - 30px);
  }
  .col.gutter-30 > .tabyoko-5 {
    width: calc(41.66667% - 30px);
  }
  .col.gutter-30 > .tabyoko-6 {
    width: calc(50% - 30px);
  }
  .col.gutter-30 > .tabyoko-7 {
    width: calc(58.33333% - 30px);
  }
  .col.gutter-30 > .tabyoko-8 {
    width: calc(66.66667% - 30px);
  }
  .col.gutter-30 > .tabyoko-9 {
    width: calc(75% - 30px);
  }
  .col.gutter-30 > .tabyoko-10 {
    width: calc(83.33333% - 30px);
  }
  .col.gutter-30 > .tabyoko-11 {
    width: calc(91.66667% - 30px);
  }
  .col.gutter-30 > .tabyoko-12 {
    width: calc(100% - 30px);
  }
  .col.gutter-35 > .tabyoko-1 {
    width: calc(8.33333% - 35px);
  }
  .col.gutter-35 > .tabyoko-2 {
    width: calc(16.66667% - 35px);
  }
  .col.gutter-35 > .tabyoko-3 {
    width: calc(25% - 35px);
  }
  .col.gutter-35 > .tabyoko-4 {
    width: calc(33.33333% - 35px);
  }
  .col.gutter-35 > .tabyoko-5 {
    width: calc(41.66667% - 35px);
  }
  .col.gutter-35 > .tabyoko-6 {
    width: calc(50% - 35px);
  }
  .col.gutter-35 > .tabyoko-7 {
    width: calc(58.33333% - 35px);
  }
  .col.gutter-35 > .tabyoko-8 {
    width: calc(66.66667% - 35px);
  }
  .col.gutter-35 > .tabyoko-9 {
    width: calc(75% - 35px);
  }
  .col.gutter-35 > .tabyoko-10 {
    width: calc(83.33333% - 35px);
  }
  .col.gutter-35 > .tabyoko-11 {
    width: calc(91.66667% - 35px);
  }
  .col.gutter-35 > .tabyoko-12 {
    width: calc(100% - 35px);
  }
  .col.gutter-40 > .tabyoko-1 {
    width: calc(8.33333% - 40px);
  }
  .col.gutter-40 > .tabyoko-2 {
    width: calc(16.66667% - 40px);
  }
  .col.gutter-40 > .tabyoko-3 {
    width: calc(25% - 40px);
  }
  .col.gutter-40 > .tabyoko-4 {
    width: calc(33.33333% - 40px);
  }
  .col.gutter-40 > .tabyoko-5 {
    width: calc(41.66667% - 40px);
  }
  .col.gutter-40 > .tabyoko-6 {
    width: calc(50% - 40px);
  }
  .col.gutter-40 > .tabyoko-7 {
    width: calc(58.33333% - 40px);
  }
  .col.gutter-40 > .tabyoko-8 {
    width: calc(66.66667% - 40px);
  }
  .col.gutter-40 > .tabyoko-9 {
    width: calc(75% - 40px);
  }
  .col.gutter-40 > .tabyoko-10 {
    width: calc(83.33333% - 40px);
  }
  .col.gutter-40 > .tabyoko-11 {
    width: calc(91.66667% - 40px);
  }
  .col.gutter-40 > .tabyoko-12 {
    width: calc(100% - 40px);
  }
  .col.gutter-45 > .tabyoko-1 {
    width: calc(8.33333% - 45px);
  }
  .col.gutter-45 > .tabyoko-2 {
    width: calc(16.66667% - 45px);
  }
  .col.gutter-45 > .tabyoko-3 {
    width: calc(25% - 45px);
  }
  .col.gutter-45 > .tabyoko-4 {
    width: calc(33.33333% - 45px);
  }
  .col.gutter-45 > .tabyoko-5 {
    width: calc(41.66667% - 45px);
  }
  .col.gutter-45 > .tabyoko-6 {
    width: calc(50% - 45px);
  }
  .col.gutter-45 > .tabyoko-7 {
    width: calc(58.33333% - 45px);
  }
  .col.gutter-45 > .tabyoko-8 {
    width: calc(66.66667% - 45px);
  }
  .col.gutter-45 > .tabyoko-9 {
    width: calc(75% - 45px);
  }
  .col.gutter-45 > .tabyoko-10 {
    width: calc(83.33333% - 45px);
  }
  .col.gutter-45 > .tabyoko-11 {
    width: calc(91.66667% - 45px);
  }
  .col.gutter-45 > .tabyoko-12 {
    width: calc(100% - 45px);
  }
  .col.gutter-50 > .tabyoko-1 {
    width: calc(8.33333% - 50px);
  }
  .col.gutter-50 > .tabyoko-2 {
    width: calc(16.66667% - 50px);
  }
  .col.gutter-50 > .tabyoko-3 {
    width: calc(25% - 50px);
  }
  .col.gutter-50 > .tabyoko-4 {
    width: calc(33.33333% - 50px);
  }
  .col.gutter-50 > .tabyoko-5 {
    width: calc(41.66667% - 50px);
  }
  .col.gutter-50 > .tabyoko-6 {
    width: calc(50% - 50px);
  }
  .col.gutter-50 > .tabyoko-7 {
    width: calc(58.33333% - 50px);
  }
  .col.gutter-50 > .tabyoko-8 {
    width: calc(66.66667% - 50px);
  }
  .col.gutter-50 > .tabyoko-9 {
    width: calc(75% - 50px);
  }
  .col.gutter-50 > .tabyoko-10 {
    width: calc(83.33333% - 50px);
  }
  .col.gutter-50 > .tabyoko-11 {
    width: calc(91.66667% - 50px);
  }
  .col.gutter-50 > .tabyoko-12 {
    width: calc(100% - 50px);
  }
  .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .container.padding-none {
    max-width: 1080px;
  }
}
@media (min-width: 600px) {
  .site-head-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-head-contact {
    margin-top: 0;
  }
  .self-list-item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
    padding: 15px;
  }
  .self-list-item-text {
    padding-top: 10px;
  }
  .self-list-item-text-catch {
    font-size: 2.4rem;
    font-weight: normal;
  }
  .self-qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .self-qa-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .self-qa-item-text {
    padding: 20px 10px;
  }
  .selfpattern th, .selfpattern td {
    padding: 10px;
    font-size: 1.6rem;
  }
  .selfpattern .price {
    font-size: 1.4em;
  }
  .self-flow .self-qa-item {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .self-flow .self-qa-item::after {
    top: 1em;
    right: 10px;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    content: '▶';
  }
  a.mobileLink {
    pointer-events: none;
  }
  strong {
    font-size: 2.2rem;
  }
  .sp-visible {
    display: none;
  }
  .tab-visible {
    display: block;
  }
  .tab-none {
    display: none;
  }
  .sp-text-center {
    text-align: inherit !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .col > .tab-1 {
    width: 8.33333%;
  }
  .col > .offset-tab-1 {
    margin-left: 8.33333%;
  }
  .col > .tab-2 {
    width: 16.66667%;
  }
  .col > .offset-tab-2 {
    margin-left: 16.66667%;
  }
  .col > .tab-3 {
    width: 25%;
  }
  .col > .offset-tab-3 {
    margin-left: 25%;
  }
  .col > .tab-4 {
    width: 33.33333%;
  }
  .col > .offset-tab-4 {
    margin-left: 33.33333%;
  }
  .col > .tab-5 {
    width: 41.66667%;
  }
  .col > .offset-tab-5 {
    margin-left: 41.66667%;
  }
  .col > .tab-6 {
    width: 50%;
  }
  .col > .offset-tab-6 {
    margin-left: 50%;
  }
  .col > .tab-7 {
    width: 58.33333%;
  }
  .col > .offset-tab-7 {
    margin-left: 58.33333%;
  }
  .col > .tab-8 {
    width: 66.66667%;
  }
  .col > .offset-tab-8 {
    margin-left: 66.66667%;
  }
  .col > .tab-9 {
    width: 75%;
  }
  .col > .offset-tab-9 {
    margin-left: 75%;
  }
  .col > .tab-10 {
    width: 83.33333%;
  }
  .col > .offset-tab-10 {
    margin-left: 83.33333%;
  }
  .col > .tab-11 {
    width: 91.66667%;
  }
  .col > .offset-tab-11 {
    margin-left: 91.66667%;
  }
  .col > .tab-12 {
    width: 100%;
  }
  .col > .offset-tab-12 {
    margin-left: 100%;
  }
  .col.gutter-5 > .tab-1 {
    width: calc(8.33333% - 5px);
  }
  .col.gutter-5 > .tab-2 {
    width: calc(16.66667% - 5px);
  }
  .col.gutter-5 > .tab-3 {
    width: calc(25% - 5px);
  }
  .col.gutter-5 > .tab-4 {
    width: calc(33.33333% - 5px);
  }
  .col.gutter-5 > .tab-5 {
    width: calc(41.66667% - 5px);
  }
  .col.gutter-5 > .tab-6 {
    width: calc(50% - 5px);
  }
  .col.gutter-5 > .tab-7 {
    width: calc(58.33333% - 5px);
  }
  .col.gutter-5 > .tab-8 {
    width: calc(66.66667% - 5px);
  }
  .col.gutter-5 > .tab-9 {
    width: calc(75% - 5px);
  }
  .col.gutter-5 > .tab-10 {
    width: calc(83.33333% - 5px);
  }
  .col.gutter-5 > .tab-11 {
    width: calc(91.66667% - 5px);
  }
  .col.gutter-5 > .tab-12 {
    width: calc(100% - 5px);
  }
  .col.gutter-10 > .tab-1 {
    width: calc(8.33333% - 10px);
  }
  .col.gutter-10 > .tab-2 {
    width: calc(16.66667% - 10px);
  }
  .col.gutter-10 > .tab-3 {
    width: calc(25% - 10px);
  }
  .col.gutter-10 > .tab-4 {
    width: calc(33.33333% - 10px);
  }
  .col.gutter-10 > .tab-5 {
    width: calc(41.66667% - 10px);
  }
  .col.gutter-10 > .tab-6 {
    width: calc(50% - 10px);
  }
  .col.gutter-10 > .tab-7 {
    width: calc(58.33333% - 10px);
  }
  .col.gutter-10 > .tab-8 {
    width: calc(66.66667% - 10px);
  }
  .col.gutter-10 > .tab-9 {
    width: calc(75% - 10px);
  }
  .col.gutter-10 > .tab-10 {
    width: calc(83.33333% - 10px);
  }
  .col.gutter-10 > .tab-11 {
    width: calc(91.66667% - 10px);
  }
  .col.gutter-10 > .tab-12 {
    width: calc(100% - 10px);
  }
  .col.gutter-15 > .tab-1 {
    width: calc(8.33333% - 15px);
  }
  .col.gutter-15 > .tab-2 {
    width: calc(16.66667% - 15px);
  }
  .col.gutter-15 > .tab-3 {
    width: calc(25% - 15px);
  }
  .col.gutter-15 > .tab-4 {
    width: calc(33.33333% - 15px);
  }
  .col.gutter-15 > .tab-5 {
    width: calc(41.66667% - 15px);
  }
  .col.gutter-15 > .tab-6 {
    width: calc(50% - 15px);
  }
  .col.gutter-15 > .tab-7 {
    width: calc(58.33333% - 15px);
  }
  .col.gutter-15 > .tab-8 {
    width: calc(66.66667% - 15px);
  }
  .col.gutter-15 > .tab-9 {
    width: calc(75% - 15px);
  }
  .col.gutter-15 > .tab-10 {
    width: calc(83.33333% - 15px);
  }
  .col.gutter-15 > .tab-11 {
    width: calc(91.66667% - 15px);
  }
  .col.gutter-15 > .tab-12 {
    width: calc(100% - 15px);
  }
  .col.gutter-20 > .tab-1 {
    width: calc(8.33333% - 20px);
  }
  .col.gutter-20 > .tab-2 {
    width: calc(16.66667% - 20px);
  }
  .col.gutter-20 > .tab-3 {
    width: calc(25% - 20px);
  }
  .col.gutter-20 > .tab-4 {
    width: calc(33.33333% - 20px);
  }
  .col.gutter-20 > .tab-5 {
    width: calc(41.66667% - 20px);
  }
  .col.gutter-20 > .tab-6 {
    width: calc(50% - 20px);
  }
  .col.gutter-20 > .tab-7 {
    width: calc(58.33333% - 20px);
  }
  .col.gutter-20 > .tab-8 {
    width: calc(66.66667% - 20px);
  }
  .col.gutter-20 > .tab-9 {
    width: calc(75% - 20px);
  }
  .col.gutter-20 > .tab-10 {
    width: calc(83.33333% - 20px);
  }
  .col.gutter-20 > .tab-11 {
    width: calc(91.66667% - 20px);
  }
  .col.gutter-20 > .tab-12 {
    width: calc(100% - 20px);
  }
  .col.gutter-25 > .tab-1 {
    width: calc(8.33333% - 25px);
  }
  .col.gutter-25 > .tab-2 {
    width: calc(16.66667% - 25px);
  }
  .col.gutter-25 > .tab-3 {
    width: calc(25% - 25px);
  }
  .col.gutter-25 > .tab-4 {
    width: calc(33.33333% - 25px);
  }
  .col.gutter-25 > .tab-5 {
    width: calc(41.66667% - 25px);
  }
  .col.gutter-25 > .tab-6 {
    width: calc(50% - 25px);
  }
  .col.gutter-25 > .tab-7 {
    width: calc(58.33333% - 25px);
  }
  .col.gutter-25 > .tab-8 {
    width: calc(66.66667% - 25px);
  }
  .col.gutter-25 > .tab-9 {
    width: calc(75% - 25px);
  }
  .col.gutter-25 > .tab-10 {
    width: calc(83.33333% - 25px);
  }
  .col.gutter-25 > .tab-11 {
    width: calc(91.66667% - 25px);
  }
  .col.gutter-25 > .tab-12 {
    width: calc(100% - 25px);
  }
  .col.gutter-30 > .tab-1 {
    width: calc(8.33333% - 30px);
  }
  .col.gutter-30 > .tab-2 {
    width: calc(16.66667% - 30px);
  }
  .col.gutter-30 > .tab-3 {
    width: calc(25% - 30px);
  }
  .col.gutter-30 > .tab-4 {
    width: calc(33.33333% - 30px);
  }
  .col.gutter-30 > .tab-5 {
    width: calc(41.66667% - 30px);
  }
  .col.gutter-30 > .tab-6 {
    width: calc(50% - 30px);
  }
  .col.gutter-30 > .tab-7 {
    width: calc(58.33333% - 30px);
  }
  .col.gutter-30 > .tab-8 {
    width: calc(66.66667% - 30px);
  }
  .col.gutter-30 > .tab-9 {
    width: calc(75% - 30px);
  }
  .col.gutter-30 > .tab-10 {
    width: calc(83.33333% - 30px);
  }
  .col.gutter-30 > .tab-11 {
    width: calc(91.66667% - 30px);
  }
  .col.gutter-30 > .tab-12 {
    width: calc(100% - 30px);
  }
  .col.gutter-35 > .tab-1 {
    width: calc(8.33333% - 35px);
  }
  .col.gutter-35 > .tab-2 {
    width: calc(16.66667% - 35px);
  }
  .col.gutter-35 > .tab-3 {
    width: calc(25% - 35px);
  }
  .col.gutter-35 > .tab-4 {
    width: calc(33.33333% - 35px);
  }
  .col.gutter-35 > .tab-5 {
    width: calc(41.66667% - 35px);
  }
  .col.gutter-35 > .tab-6 {
    width: calc(50% - 35px);
  }
  .col.gutter-35 > .tab-7 {
    width: calc(58.33333% - 35px);
  }
  .col.gutter-35 > .tab-8 {
    width: calc(66.66667% - 35px);
  }
  .col.gutter-35 > .tab-9 {
    width: calc(75% - 35px);
  }
  .col.gutter-35 > .tab-10 {
    width: calc(83.33333% - 35px);
  }
  .col.gutter-35 > .tab-11 {
    width: calc(91.66667% - 35px);
  }
  .col.gutter-35 > .tab-12 {
    width: calc(100% - 35px);
  }
  .col.gutter-40 > .tab-1 {
    width: calc(8.33333% - 40px);
  }
  .col.gutter-40 > .tab-2 {
    width: calc(16.66667% - 40px);
  }
  .col.gutter-40 > .tab-3 {
    width: calc(25% - 40px);
  }
  .col.gutter-40 > .tab-4 {
    width: calc(33.33333% - 40px);
  }
  .col.gutter-40 > .tab-5 {
    width: calc(41.66667% - 40px);
  }
  .col.gutter-40 > .tab-6 {
    width: calc(50% - 40px);
  }
  .col.gutter-40 > .tab-7 {
    width: calc(58.33333% - 40px);
  }
  .col.gutter-40 > .tab-8 {
    width: calc(66.66667% - 40px);
  }
  .col.gutter-40 > .tab-9 {
    width: calc(75% - 40px);
  }
  .col.gutter-40 > .tab-10 {
    width: calc(83.33333% - 40px);
  }
  .col.gutter-40 > .tab-11 {
    width: calc(91.66667% - 40px);
  }
  .col.gutter-40 > .tab-12 {
    width: calc(100% - 40px);
  }
  .col.gutter-45 > .tab-1 {
    width: calc(8.33333% - 45px);
  }
  .col.gutter-45 > .tab-2 {
    width: calc(16.66667% - 45px);
  }
  .col.gutter-45 > .tab-3 {
    width: calc(25% - 45px);
  }
  .col.gutter-45 > .tab-4 {
    width: calc(33.33333% - 45px);
  }
  .col.gutter-45 > .tab-5 {
    width: calc(41.66667% - 45px);
  }
  .col.gutter-45 > .tab-6 {
    width: calc(50% - 45px);
  }
  .col.gutter-45 > .tab-7 {
    width: calc(58.33333% - 45px);
  }
  .col.gutter-45 > .tab-8 {
    width: calc(66.66667% - 45px);
  }
  .col.gutter-45 > .tab-9 {
    width: calc(75% - 45px);
  }
  .col.gutter-45 > .tab-10 {
    width: calc(83.33333% - 45px);
  }
  .col.gutter-45 > .tab-11 {
    width: calc(91.66667% - 45px);
  }
  .col.gutter-45 > .tab-12 {
    width: calc(100% - 45px);
  }
  .col.gutter-50 > .tab-1 {
    width: calc(8.33333% - 50px);
  }
  .col.gutter-50 > .tab-2 {
    width: calc(16.66667% - 50px);
  }
  .col.gutter-50 > .tab-3 {
    width: calc(25% - 50px);
  }
  .col.gutter-50 > .tab-4 {
    width: calc(33.33333% - 50px);
  }
  .col.gutter-50 > .tab-5 {
    width: calc(41.66667% - 50px);
  }
  .col.gutter-50 > .tab-6 {
    width: calc(50% - 50px);
  }
  .col.gutter-50 > .tab-7 {
    width: calc(58.33333% - 50px);
  }
  .col.gutter-50 > .tab-8 {
    width: calc(66.66667% - 50px);
  }
  .col.gutter-50 > .tab-9 {
    width: calc(75% - 50px);
  }
  .col.gutter-50 > .tab-10 {
    width: calc(83.33333% - 50px);
  }
  .col.gutter-50 > .tab-11 {
    width: calc(91.66667% - 50px);
  }
  .col.gutter-50 > .tab-12 {
    width: calc(100% - 50px);
  }
  .container .container-middle {
    max-width: 890px;
  }
  .container .container-small {
    max-width: 700px;
  }
  .container-middle {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
  }
  .container-small {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .site-head {
    padding: 20px;
  }
  .button {
    max-width: 240px;
    padding: 20px 10px;
    font-size: 2rem;
  }
  .btn-arrow:before {
    font-size: 2rem;
  }
  .link-arrow {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    background-size: auto 50px;
    font-size: 1.9rem;
  }
  .title-line-color {
    font-size: 3.6rem;
  }
  .title-circle {
    font-size: 2.4rem;
  }
  .mainvisual {
    padding: 80px 0 150px;
  }
  .catchcopy-text {
    font-size: 3.6rem;
  }
  .catchcopy-text-small {
    font-size: 2.4rem;
  }
  .catchcopy-img-top {
    position: absolute;
    width: 65vw;
    height: 100%;
    padding-top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(white)), url(images/index/main_v_top.jpg) no-repeat center center;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, white 100%), url(images/index/main_v_top.jpg) no-repeat center center;
    background-size: cover;
  }
  .catchcopy-img-top.slidein-right {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .index-news-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-news-list li a {
    display: inline;
    margin-top: 0;
  }
  .index-concept {
    text-align: right;
  }
  .index-concept-text {
    font-size: 1.8rem;
  }
  .index-concept-img {
    -webkit-transform: translateX(-80%);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 50%;
    width: 65vw;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    transform: translateX(-80%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), to(white)), url(images/index/concept_img.jpg) no-repeat center center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 100%), url(images/index/concept_img.jpg) no-repeat center center;
    background-size: cover;
  }
  .index-concept-img.slidein-left {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
  .index-solar {
    text-align: left;
    margin: 100px 0;
  }
  .index-solar-text {
    font-size: 1.8rem;
  }
  .index-solar-img {
    -webkit-transform: translateX(80%);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 65vw;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    transform: translateX(80%);
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(white)), url(images/index/photovoltaic_area.JPG) no-repeat center center;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, white 100%), url(images/index/photovoltaic_area.JPG) no-repeat center center;
    background-size: cover;
  }
  .index-solar-img.slidein-left {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }  .index-business-box {
    padding: 50px 20px 20px;
  }
  .index-business-title {
    padding: 20px 10px;
    font-size: 2.4rem;
  }
  .index-business-btn {
    display: block;
    margin-top: 0;
  }
  .index-business-btn li {
    padding: 0;
  }
  .index-business-btn li + li {
    margin-top: 10px;
  }
  .index-business-btn .button {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
  .index-business-btn .button::before {
    font-size: 1.8rem;
  }
  .index-other-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-other-section section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .index-other-section p {
    font-size: 1.8rem;
    font-weight: 200;
    min-height: 128px;
  }
  .index-other-title {
    font-size: 2.4rem;
    font-weight: 200;
  }
  .business-title {
    font-size: 2.4rem;
  }
  .service-bg {
    background: #e5e5e5;
    background: linear-gradient(124deg, #e5e5e5 0%, #e5e5e5 57%, #0050A9 57%, #0050A9 100%);
  }
  .service-bg::before {
    -webkit-transform: skewX(146deg);
    display: block;
    position: absolute;
    left: calc(57% + 5px);
    width: 18px;
    height: 100%;
    transform: skewX(146deg);
    background: #fff;
    content: '';
  }
  .service-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 240px;
  }
  .service-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin: 0;
    padding: 0 10px;
    background: none;
  }
  .service-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 0;
    padding-left: 6vw;
    background: none;
  }
  .service-title {
    font-size: 2.4rem;
  }
  .check-list dt {
    font-size: 2.4rem;
  }
  .check-list li {
    font-size: 2.4rem;
  }
  .business-service-blue .service-bg {
    background: #e5e5e5;
    background: linear-gradient(124deg, #e5e5e5 0%, #e5e5e5 57%, #0050A9 57%, #0050A9 100%);
  }
  .business-service-orange .service-bg {
    background: #e5e5e5;
    background: linear-gradient(124deg, #e5e5e5 0%, #e5e5e5 57%, #FF9900 57%, #FF9900 100%);
  }
  .business-service-green .service-bg {
    background: #e5e5e5;
    background: linear-gradient(124deg, #e5e5e5 0%, #e5e5e5 57%, #66B426 57%, #66B426 100%);
  }
  .shikaku {
    font-size: 1.8rem;
  }
  .photovoltaic .service-bg {
    background: linear-gradient(124deg, #e5e5e5 0%, #e5e5e5 57%, #FF9900 57%, #FF9900 100%);
  }
  .photovoltaic .service-link {
    background: none;
  }
  .energy-saving .service-bg {
    background: linear-gradient(124deg, #e5e5e5 0%, #e5e5e5 57%, #66B426 57%, #66B426 100%);
  }
  .energy-saving .service-link {
    background: none;
  }
  .ph-ex figcaption {
    font-size: 2.4rem;
  }
  .rinen {
    font-size: 3.6rem;
  }
  .company th, .company td {
    display: table-cell;
    padding: 30px 0 10px;
  }
  .company th {
    border-bottom: 5px solid #0050A9;
    color: #000;
  }
  .company td {
    padding-left: 20px;
  }
  .sale-list-common th, .sale-list-common td {
    font-size: 1.4rem;
  }
  .sale-title {
    font-size: 2.2rem;
  }
  .sale-top th, .sale-top td {
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  /*.contact th, .contact td {
    display: table-cell;
  }
  .contact th {
    text-align: right;
  }
  input[type="submit"] {
    padding: 20px 10px;
    font-size: 2rem;
  }*/
  .alignright {
    margin-left: 20px;
    float: right;
  }
  .alignleft {
    margin-right: 20px;
    float: left;
  }
}
@media (min-width: 600px) and (min-width: 1200px) {
  .self-qa-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media (min-width: 1200px) {
  .self-qa-item.offset {
    margin-right: 33.5%;
  }
  .pc-visible {
    display: block;
  }
  .pc-none {
    display: none;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .tabyokoless-text-center {
    text-align: left !important;
  }
  .col > .pc-1 {
    width: 8.33333%;
  }
  .col > .offset-pc-1 {
    margin-left: 8.33333%;
  }
  .col > .pc-2 {
    width: 16.66667%;
  }
  .col > .offset-pc-2 {
    margin-left: 16.66667%;
  }
  .col > .pc-3 {
    width: 25%;
  }
  .col > .offset-pc-3 {
    margin-left: 25%;
  }
  .col > .pc-4 {
    width: 33.33333%;
  }
  .col > .offset-pc-4 {
    margin-left: 33.33333%;
  }
  .col > .pc-5 {
    width: 41.66667%;
  }
  .col > .offset-pc-5 {
    margin-left: 41.66667%;
  }
  .col > .pc-6 {
    width: 50%;
  }
  .col > .offset-pc-6 {
    margin-left: 50%;
  }
  .col > .pc-7 {
    width: 58.33333%;
  }
  .col > .offset-pc-7 {
    margin-left: 58.33333%;
  }
  .col > .pc-8 {
    width: 66.66667%;
  }
  .col > .offset-pc-8 {
    margin-left: 66.66667%;
  }
  .col > .pc-9 {
    width: 75%;
  }
  .col > .offset-pc-9 {
    margin-left: 75%;
  }
  .col > .pc-10 {
    width: 83.33333%;
  }
  .col > .offset-pc-10 {
    margin-left: 83.33333%;
  }
  .col > .pc-11 {
    width: 91.66667%;
  }
  .col > .offset-pc-11 {
    margin-left: 91.66667%;
  }
  .col > .pc-12 {
    width: 100%;
  }
  .col > .offset-pc-12 {
    margin-left: 100%;
  }
  .col.gutter-5 > .pc-1 {
    width: calc(8.33333% - 5px);
  }
  .col.gutter-5 > .pc-2 {
    width: calc(16.66667% - 5px);
  }
  .col.gutter-5 > .pc-3 {
    width: calc(25% - 5px);
  }
  .col.gutter-5 > .pc-4 {
    width: calc(33.33333% - 5px);
  }
  .col.gutter-5 > .pc-5 {
    width: calc(41.66667% - 5px);
  }
  .col.gutter-5 > .pc-6 {
    width: calc(50% - 5px);
  }
  .col.gutter-5 > .pc-7 {
    width: calc(58.33333% - 5px);
  }
  .col.gutter-5 > .pc-8 {
    width: calc(66.66667% - 5px);
  }
  .col.gutter-5 > .pc-9 {
    width: calc(75% - 5px);
  }
  .col.gutter-5 > .pc-10 {
    width: calc(83.33333% - 5px);
  }
  .col.gutter-5 > .pc-11 {
    width: calc(91.66667% - 5px);
  }
  .col.gutter-5 > .pc-12 {
    width: calc(100% - 5px);
  }
  .col.gutter-10 > .pc-1 {
    width: calc(8.33333% - 10px);
  }
  .col.gutter-10 > .pc-2 {
    width: calc(16.66667% - 10px);
  }
  .col.gutter-10 > .pc-3 {
    width: calc(25% - 10px);
  }
  .col.gutter-10 > .pc-4 {
    width: calc(33.33333% - 10px);
  }
  .col.gutter-10 > .pc-5 {
    width: calc(41.66667% - 10px);
  }
  .col.gutter-10 > .pc-6 {
    width: calc(50% - 10px);
  }
  .col.gutter-10 > .pc-7 {
    width: calc(58.33333% - 10px);
  }
  .col.gutter-10 > .pc-8 {
    width: calc(66.66667% - 10px);
  }
  .col.gutter-10 > .pc-9 {
    width: calc(75% - 10px);
  }
  .col.gutter-10 > .pc-10 {
    width: calc(83.33333% - 10px);
  }
  .col.gutter-10 > .pc-11 {
    width: calc(91.66667% - 10px);
  }
  .col.gutter-10 > .pc-12 {
    width: calc(100% - 10px);
  }
  .col.gutter-15 > .pc-1 {
    width: calc(8.33333% - 15px);
  }
  .col.gutter-15 > .pc-2 {
    width: calc(16.66667% - 15px);
  }
  .col.gutter-15 > .pc-3 {
    width: calc(25% - 15px);
  }
  .col.gutter-15 > .pc-4 {
    width: calc(33.33333% - 15px);
  }
  .col.gutter-15 > .pc-5 {
    width: calc(41.66667% - 15px);
  }
  .col.gutter-15 > .pc-6 {
    width: calc(50% - 15px);
  }
  .col.gutter-15 > .pc-7 {
    width: calc(58.33333% - 15px);
  }
  .col.gutter-15 > .pc-8 {
    width: calc(66.66667% - 15px);
  }
  .col.gutter-15 > .pc-9 {
    width: calc(75% - 15px);
  }
  .col.gutter-15 > .pc-10 {
    width: calc(83.33333% - 15px);
  }
  .col.gutter-15 > .pc-11 {
    width: calc(91.66667% - 15px);
  }
  .col.gutter-15 > .pc-12 {
    width: calc(100% - 15px);
  }
  .col.gutter-20 > .pc-1 {
    width: calc(8.33333% - 20px);
  }
  .col.gutter-20 > .pc-2 {
    width: calc(16.66667% - 20px);
  }
  .col.gutter-20 > .pc-3 {
    width: calc(25% - 20px);
  }
  .col.gutter-20 > .pc-4 {
    width: calc(33.33333% - 20px);
  }
  .col.gutter-20 > .pc-5 {
    width: calc(41.66667% - 20px);
  }
  .col.gutter-20 > .pc-6 {
    width: calc(50% - 20px);
  }
  .col.gutter-20 > .pc-7 {
    width: calc(58.33333% - 20px);
  }
  .col.gutter-20 > .pc-8 {
    width: calc(66.66667% - 20px);
  }
  .col.gutter-20 > .pc-9 {
    width: calc(75% - 20px);
  }
  .col.gutter-20 > .pc-10 {
    width: calc(83.33333% - 20px);
  }
  .col.gutter-20 > .pc-11 {
    width: calc(91.66667% - 20px);
  }
  .col.gutter-20 > .pc-12 {
    width: calc(100% - 20px);
  }
  .col.gutter-25 > .pc-1 {
    width: calc(8.33333% - 25px);
  }
  .col.gutter-25 > .pc-2 {
    width: calc(16.66667% - 25px);
  }
  .col.gutter-25 > .pc-3 {
    width: calc(25% - 25px);
  }
  .col.gutter-25 > .pc-4 {
    width: calc(33.33333% - 25px);
  }
  .col.gutter-25 > .pc-5 {
    width: calc(41.66667% - 25px);
  }
  .col.gutter-25 > .pc-6 {
    width: calc(50% - 25px);
  }
  .col.gutter-25 > .pc-7 {
    width: calc(58.33333% - 25px);
  }
  .col.gutter-25 > .pc-8 {
    width: calc(66.66667% - 25px);
  }
  .col.gutter-25 > .pc-9 {
    width: calc(75% - 25px);
  }
  .col.gutter-25 > .pc-10 {
    width: calc(83.33333% - 25px);
  }
  .col.gutter-25 > .pc-11 {
    width: calc(91.66667% - 25px);
  }
  .col.gutter-25 > .pc-12 {
    width: calc(100% - 25px);
  }
  .col.gutter-30 > .pc-1 {
    width: calc(8.33333% - 30px);
  }
  .col.gutter-30 > .pc-2 {
    width: calc(16.66667% - 30px);
  }
  .col.gutter-30 > .pc-3 {
    width: calc(25% - 30px);
  }
  .col.gutter-30 > .pc-4 {
    width: calc(33.33333% - 30px);
  }
  .col.gutter-30 > .pc-5 {
    width: calc(41.66667% - 30px);
  }
  .col.gutter-30 > .pc-6 {
    width: calc(50% - 30px);
  }
  .col.gutter-30 > .pc-7 {
    width: calc(58.33333% - 30px);
  }
  .col.gutter-30 > .pc-8 {
    width: calc(66.66667% - 30px);
  }
  .col.gutter-30 > .pc-9 {
    width: calc(75% - 30px);
  }
  .col.gutter-30 > .pc-10 {
    width: calc(83.33333% - 30px);
  }
  .col.gutter-30 > .pc-11 {
    width: calc(91.66667% - 30px);
  }
  .col.gutter-30 > .pc-12 {
    width: calc(100% - 30px);
  }
  .col.gutter-35 > .pc-1 {
    width: calc(8.33333% - 35px);
  }
  .col.gutter-35 > .pc-2 {
    width: calc(16.66667% - 35px);
  }
  .col.gutter-35 > .pc-3 {
    width: calc(25% - 35px);
  }
  .col.gutter-35 > .pc-4 {
    width: calc(33.33333% - 35px);
  }
  .col.gutter-35 > .pc-5 {
    width: calc(41.66667% - 35px);
  }
  .col.gutter-35 > .pc-6 {
    width: calc(50% - 35px);
  }
  .col.gutter-35 > .pc-7 {
    width: calc(58.33333% - 35px);
  }
  .col.gutter-35 > .pc-8 {
    width: calc(66.66667% - 35px);
  }
  .col.gutter-35 > .pc-9 {
    width: calc(75% - 35px);
  }
  .col.gutter-35 > .pc-10 {
    width: calc(83.33333% - 35px);
  }
  .col.gutter-35 > .pc-11 {
    width: calc(91.66667% - 35px);
  }
  .col.gutter-35 > .pc-12 {
    width: calc(100% - 35px);
  }
  .col.gutter-40 > .pc-1 {
    width: calc(8.33333% - 40px);
  }
  .col.gutter-40 > .pc-2 {
    width: calc(16.66667% - 40px);
  }
  .col.gutter-40 > .pc-3 {
    width: calc(25% - 40px);
  }
  .col.gutter-40 > .pc-4 {
    width: calc(33.33333% - 40px);
  }
  .col.gutter-40 > .pc-5 {
    width: calc(41.66667% - 40px);
  }
  .col.gutter-40 > .pc-6 {
    width: calc(50% - 40px);
  }
  .col.gutter-40 > .pc-7 {
    width: calc(58.33333% - 40px);
  }
  .col.gutter-40 > .pc-8 {
    width: calc(66.66667% - 40px);
  }
  .col.gutter-40 > .pc-9 {
    width: calc(75% - 40px);
  }
  .col.gutter-40 > .pc-10 {
    width: calc(83.33333% - 40px);
  }
  .col.gutter-40 > .pc-11 {
    width: calc(91.66667% - 40px);
  }
  .col.gutter-40 > .pc-12 {
    width: calc(100% - 40px);
  }
  .col.gutter-45 > .pc-1 {
    width: calc(8.33333% - 45px);
  }
  .col.gutter-45 > .pc-2 {
    width: calc(16.66667% - 45px);
  }
  .col.gutter-45 > .pc-3 {
    width: calc(25% - 45px);
  }
  .col.gutter-45 > .pc-4 {
    width: calc(33.33333% - 45px);
  }
  .col.gutter-45 > .pc-5 {
    width: calc(41.66667% - 45px);
  }
  .col.gutter-45 > .pc-6 {
    width: calc(50% - 45px);
  }
  .col.gutter-45 > .pc-7 {
    width: calc(58.33333% - 45px);
  }
  .col.gutter-45 > .pc-8 {
    width: calc(66.66667% - 45px);
  }
  .col.gutter-45 > .pc-9 {
    width: calc(75% - 45px);
  }
  .col.gutter-45 > .pc-10 {
    width: calc(83.33333% - 45px);
  }
  .col.gutter-45 > .pc-11 {
    width: calc(91.66667% - 45px);
  }
  .col.gutter-45 > .pc-12 {
    width: calc(100% - 45px);
  }
  .col.gutter-50 > .pc-1 {
    width: calc(8.33333% - 50px);
  }
  .col.gutter-50 > .pc-2 {
    width: calc(16.66667% - 50px);
  }
  .col.gutter-50 > .pc-3 {
    width: calc(25% - 50px);
  }
  .col.gutter-50 > .pc-4 {
    width: calc(33.33333% - 50px);
  }
  .col.gutter-50 > .pc-5 {
    width: calc(41.66667% - 50px);
  }
  .col.gutter-50 > .pc-6 {
    width: calc(50% - 50px);
  }
  .col.gutter-50 > .pc-7 {
    width: calc(58.33333% - 50px);
  }
  .col.gutter-50 > .pc-8 {
    width: calc(66.66667% - 50px);
  }
  .col.gutter-50 > .pc-9 {
    width: calc(75% - 50px);
  }
  .col.gutter-50 > .pc-10 {
    width: calc(83.33333% - 50px);
  }
  .col.gutter-50 > .pc-11 {
    width: calc(91.66667% - 50px);
  }
  .col.gutter-50 > .pc-12 {
    width: calc(100% - 50px);
  }
  .head-nav .head-nav-wrap {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible;
    background: none;
    font-size: 1.2rem;
    opacity: 1;
  }
  .head-nav .head-nav-wrap ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  .head-nav .head-nav-wrap li {
    margin-left: 2em;
  }
  .head-nav .head-nav-wrap li a {
    -webkit-transition: 0.3s;
    display: inline-block;
    padding: 0;
    color: #666;
    pointer-events: auto;
    transition: 0.3s;
  }
  .head-nav .head-nav-wrap li a:hover {
    -webkit-transition: 0.3s;
    color: #b3b3b3;
    transition: 0.3s;
  }
  .head-nav .head-nav-wrap .head-nav-child {
    margin-bottom: 1em;
  }
  .head-nav .head-nav-wrap .head-nav-child li {
    border: none;
  }
  .head-nav .head-nav-wrap .head-nav-child a {
    font-weight: 600;
  }
  .head-nav .head-nav-wrap .head-nav-main li {
    margin-left: 0;
    border: none;
    border-right: 1px dashed #000;
  }
  .head-nav .head-nav-wrap .head-nav-main a {
    padding: 5px 8px;
  }
  .head-nav .head-nav-wrap .head-nav-main-blue a {
    color: #fff;
  }
  .head-nav .head-nav-wrap .head-nav-main-orange a {
    color: #fff;
  }
  .head-nav .head-nav-wrap .head-nav-main-green a {
    color: #fff;
  }
  .head-nav-toggle {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .svg-full {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 1800px) {
  .pcbig-visible {
    display: block;
  }
  .pcbig-none {
    display: none;
  }
  .pcbig-text-center {
    text-align: center !important;
  }
  .pcless-text-center {
    text-align: left !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .head-nav .head-nav-wrap .head-nav-main-blue a {
    color: #0050A9;
  }
  .head-nav .head-nav-wrap .head-nav-main-orange a {
    color: #FF9900;
  }
  .head-nav .head-nav-wrap .head-nav-main-green a {
    color: #66B426;
  }
}
@media only screen and (max-width: 899px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 599px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  /*コンタクトフォーム*/
  .table-contactform7 tbody th,
  .table-contactform7 tbody td {
    border: none;
  }
  .table-contactform7 tbody th {
    padding: 5px 25px;
  }
}
