@charset "UTF-8";
/*
Theme Name: 沖田産業株式会社
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow: hidden;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

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

p {
  line-height: 1.75;
  color: #444;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
p a {
  color: #0B3981;
  text-decoration: underline;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

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

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

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

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 20px 0;
  background: linear-gradient(to right, #0177e3, #2d539a);
  text-align: center;
  color: #fff;
  font-size: 16;
  transition: 0.1s;
  text-decoration: none !important;
}
.btn-border::after {
  position: absolute;
  top: 23px;
  right: 20px;
  font-family: "dashicons";
  content: "\f345";
}
.btn-border:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 360px;
    margin: 0 auto 40px;
    padding: 24px 0px;
    font-size: 18px;
  }
  .btn-border::after {
    top: 27px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.pager .current {
  background: #0551A4;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #0551A4;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* テキストエフェクト */
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0651A4; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

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

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10001;
  background-color: #fff;
}
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  animation: DownAnime 0.5s forwards;
  background-color: rgba(255, 255, 255, 0.8);
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header .logo {
  padding: 24px 20px;
}
#header .logo img {
  width: 200px;
  height: auto;
}
#header .g-nav {
  display: none;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header .g-nav ul .social {
  margin-top: 40px;
}
#header .g-nav ul .social .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#header .g-nav ul .social .list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .g-nav ul .social .list-icon .link {
  width: 80px;
  margin: 0 20px;
}
#header .g-nav ul .social .list-icon .link .icon {
  margin-bottom: 10px;
}
#header .g-nav ul .social .list-icon .link .icon img {
  width: 60px;
  height: auto;
}
#header .g-nav ul .social .list-icon .link .name {
  text-align: center;
  color: #fff;
}
#header .btn-nav {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 4;
}
#header.open .g-nav ul {
  opacity: 1;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 30px;
}
#header.open .g-nav ul li a {
  font-size: 24px;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, #0177e3, #2d539a);
  transform: scale(0) rotate(70deg);
  left: -240px;
  top: -200px;
  transition: all 0.9s;
}
#header .g-nav-bg.bgopen {
  transform: scale(40);
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .logo {
    position: relative;
    top: 0;
    padding: 0;
  }
  #header .inner .logo img {
    width: 280px;
  }
  #header .inner .globalnav {
    position: relative;
    top: 23px;
    width: 800px;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #333333;
    font-size: 16px;
  }
  #header .inner .globalnav ul li a:hover {
    color: #000;
  }
  #header .inner .globalnav ul li a::after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 2%;
    background-color: #2d5499;
    transition: 0.3s;
  }
  #header .inner .globalnav ul li a:hover::after {
    width: 100%;
  }
  #header .inner .globalnav ul li.contact a {
    position: relative;
    top: -22px;
    display: block;
    margin: 0 auto;
    padding: 27px 40px;
    background-color: #0651a4;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  #header .inner .globalnav ul li.contact a::after {
    display: none;
  }
  #header .inner .globalnav ul li.contact a:hover {
    background-color: #2171c9;
  }
  #header .inner .globalnav ul li.contact a img {
    position: relative;
    top: -1px;
    left: -10px;
    width: 20px;
    height: auto;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 60px;
}
.section .link-more {
  text-align: center;
  margin-top: 40px;
}
.section .link-more a {
  padding: 16px 24px;
  background-color: #D2E5D2;
  border-radius: 4px;
  font-weight: bold;
  color: #587458;
}
@media screen and (min-width: 768px) {
  .section {
    width: 1200px;
    margin: 0 auto 120px;
  }
}

.section-full {
  width: 100%;
  margin-bottom: 60px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
    margin-bottom: 120px;
  }
  .section-full .section-inner {
    width: 1200px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  font-size: 32px;
  color: #0b3981;
}
.ttl-level-02 .en {
  display: block;
  font-size: 16px;
}
.ttl-level-02 .en::before {
  position: relative;
  top: -2px;
  content: "●";
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 48px;
  }
}

.ttl-level-03 {
  margin-bottom: 20px;
  padding: 16px 20px;
  font-size: 16px;
  background-color: #0b3981;
  border-radius: 4px;
  font-weight: normal;
  color: #fff;
}
.ttl-level-03 span {
  padding: 2px 14px;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 24px 40px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 20px;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1200px;
    margin: 0 auto 40px;
  }
  #breadcrumb ul li {
    margin-right: 6px;
    font-size: 16px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .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: 500px) {
  .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: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  height: 140px;
  background-color: #eee;
  background-image: url(images/contents/common/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  text-align: center;
  padding-top: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
@media screen and (min-width: 768px) {
  .page .header {
    height: 320px;
  }
  .page .header .inner {
    width: 1200px;
  }
  .page .header .inner .page-title {
    padding-top: 100px;
    font-size: 78px;
  }
}

.page-top .slideshow {
  position: relative;
  margin-bottom: 40px;
}
.page-top .slideshow img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow {
    max-width: 1600px;
    margin: 0 auto 80px;
  }
}
.page-top .slideshow .sp-button {
  border: none;
  background-color: #ddd;
  width: 16px;
  height: 16px;
}
.page-top .slideshow .sp-selected-button {
  background-color: #0551A4;
}
.page-top .slideshow .cc {
  position: absolute;
  top: 50%;
  left: 42%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-top .slideshow .cc p {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  padding: 0 50px;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 4px #000;
  letter-spacing: -2px;
}
.page-top .slideshow .cc p span {
  font-size: 14px;
  background-color: rgba(6, 81, 164, 0.8);
}
.page-top .slideshow .cc p strong {
  font-size: 30px;
  font-weight: bold;
  background-color: rgba(6, 81, 164, 0.8);
}
.page-top .slideshow .cc p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow .cc {
    left: 55%;
    top: 70%;
  }
  .page-top .slideshow .cc p {
    line-height: 1.2;
  }
  .page-top .slideshow .cc p span {
    font-size: 32px;
  }
  .page-top .slideshow .cc p strong {
    font-size: 82px;
  }
  .page-top .slideshow .cc p:first-of-type {
    margin-bottom: 20px;
  }
}
.page-top .sec-video {
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  margin-bottom: 20px;
}
.page-top .sec-video .video-box {
  overflow: hidden;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
}
.page-top .sec-video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .sec-about {
  padding-top: 60px;
}
.page-top .sec-about .area-about .photo {
  margin-bottom: 30px;
  text-align: center;
}
.page-top .sec-about .area-about .photo img {
  max-width: 60%;
  height: auto;
}
.page-top .sec-about .area-about .detail h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
.page-top .sec-about .area-about .detail p {
  margin-bottom: 20px;
  color: #0e2d52;
}
.page-top .sec-about .area-about .detail .icon img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-about .area-about .photo {
    width: 380px;
  }
  .page-top .sec-about .area-about .photo img {
    max-width: 100%;
    height: auto;
  }
  .page-top .sec-about .area-about .detail {
    width: 740px;
  }
  .page-top .sec-about .area-about .detail h2 {
    text-align: left;
    font-size: 24px;
  }
  .page-top .sec-about .area-about .detail .icon {
    margin-top: 40px;
    text-align: center;
  }
}
.page-top .sec-business {
  padding: 60px 0;
  background-color: #f2f9ff;
}
.page-top .sec-business .area-photo {
  margin-bottom: 30px;
}
.page-top .sec-business .area-photo img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-business .area-business .business {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 12px;
  background-color: #fff;
}
.page-top .sec-business .area-business .business h3 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.page-top .sec-business .area-business .business ol li {
  margin-bottom: 4px;
}
.page-top .sec-business .area-business .business ol li::before {
  position: relative;
  display: inline-block;
  top: -2px;
  content: "●";
  margin-right: 4px;
  color: #0b3981;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-business .area-business {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .page-top .sec-business .area-business .business {
    width: 580px;
    padding: 30px 40px;
  }
  .page-top .sec-business .area-business .business h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .page-top .sec-business .area-business .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-business .area-business .col2 li {
    width: 240px;
    font-size: 20px;
  }
}
.page-top .sec-contents .area-contents .contents {
  margin-bottom: 40px;
}
.page-top .sec-contents .area-contents .contents .photo {
  margin-bottom: 14px;
}
.page-top .sec-contents .area-contents .contents .photo h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #0B3981;
}
.page-top .sec-contents .area-contents .contents .photo h3 a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 16px 0;
  background: linear-gradient(to right, #0177e3, #2d539a);
  text-align: center;
  color: #fff;
  font-size: 16;
  transition: 0.1s;
  text-decoration: none !important;
}
.page-top .sec-contents .area-contents .contents .photo h3 a::after {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "dashicons";
  content: "\f345";
}
.page-top .sec-contents .area-contents .contents .photo h3 a:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contents .area-contents .contents .photo h3 a {
    width: 80%;
    padding: 16px 0px;
    font-size: 32px;
  }
  .page-top .sec-contents .area-contents .contents .photo h3 a::after {
    top: 23px;
    right: 16px;
  }
}
.page-top .sec-contents .area-contents .contents .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contents .area-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-contents .area-contents .contents {
    width: 370px;
  }
  .page-top .sec-contents .area-contents .contents .photo {
    margin-bottom: 16px;
  }
  .page-top .sec-contents .area-contents .contents .photo h3 {
    font-size: 48px;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-top .sec-news .area-news .news {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-top .sec-news .area-news .news .date {
  order: 2;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
}
.page-top .sec-news .area-news .news .cat {
  order: 1;
}
.page-top .sec-news .area-news .news .cat .label {
  font-size: 12px;
  background-color: #111;
  padding: 4px 12px 5px;
  border-radius: 2px;
  color: #fff;
}
.page-top .sec-news .area-news .news .cat .cat-news {
  background-color: #6eb92b;
}
.page-top .sec-news .area-news .news .cat .cat-important {
  background-color: #cf0505;
}
.page-top .sec-news .area-news .news h1 {
  order: 3;
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    padding: 30px;
    justify-content: space-between;
  }
  .page-top .sec-news .area-news .news .date {
    width: 160px;
    order: 1;
    margin: 2px 0 0 0;
    font-size: 18px;
  }
  .page-top .sec-news .area-news .news .cat {
    width: 200px;
    position: relative;
    top: -4px;
    order: 2;
  }
  .page-top .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .page-top .sec-news .area-news .news h1 {
    width: 740px;
    margin-top: 0;
    font-size: 18px;
  }
}

.page-news .header {
  background-image: url(images/contents/topics/page-header.jpg);
}
.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-news .sec-news .area-news .news {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news .date {
  order: 2;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
}
.page-news .sec-news .area-news .news .cat {
  order: 1;
}
.page-news .sec-news .area-news .news .cat .label {
  font-size: 12px;
  background-color: #111;
  padding: 4px 12px 5px;
  border-radius: 2px;
  color: #fff;
}
.page-news .sec-news .area-news .news .cat .cat-news {
  background-color: #6eb92b;
}
.page-news .sec-news .area-news .news .cat .cat-important {
  background-color: #cf0505;
}
.page-news .sec-news .area-news .news h1 {
  order: 3;
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    padding: 30px;
    justify-content: space-between;
  }
  .page-news .sec-news .area-news .news .date {
    width: 160px;
    order: 1;
    margin: 2px 0 0 0;
    font-size: 18px;
  }
  .page-news .sec-news .area-news .news .cat {
    width: 200px;
    position: relative;
    top: -4px;
    order: 2;
  }
  .page-news .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .page-news .sec-news .area-news .news h1 {
    width: 740px;
    margin-top: 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 840px;
    float: left;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 300px;
    float: right;
  }
}

.page-recruit .header {
  background-image: url(images/contents/recruit/page-header.jpg);
  background-position: top;
}
.page-recruit .sec-recruit {
  margin-bottom: 0;
  padding-bottom: 80px;
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.page-recruit .sec-recruit .area-recruit {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .area-recruit {
    margin-bottom: 60px;
  }
}
.page-recruit .sec-recruit .accordion-area {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .accordion-area {
    width: 90%;
    margin: 0 auto;
  }
}
.page-recruit .sec-recruit .accordion-area li {
  margin: 14px 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .accordion-area li {
    margin: 20px 0;
  }
}
.page-recruit .sec-recruit .accordion-area section {
  border: 1px solid #ddd;
}
.page-recruit .sec-recruit .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
.page-recruit .sec-recruit .title .ex {
  display: block;
  box-sizing: border-box;
  margin-top: 4px;
  font-size: 11px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .title {
    font-size: 24px;
  }
  .page-recruit .sec-recruit .title .ex {
    margin-top: 8px;
    font-size: 16px;
  }
}
.page-recruit .sec-recruit .title::before,
.page-recruit .sec-recruit .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.page-recruit .sec-recruit .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.page-recruit .sec-recruit .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.page-recruit .sec-recruit .title.close::before {
  transform: rotate(45deg);
}
.page-recruit .sec-recruit .title.close::after {
  transform: rotate(-45deg);
}
.page-recruit .sec-recruit .box {
  display: none; /*はじめは非表示*/
  box-sizing: border-box;
  padding: 0 14px;
}
.page-recruit .sec-recruit .pr {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #FFF4EB;
  border-radius: 4px;
}
.page-recruit .sec-recruit .pr p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #574313;
}
.page-recruit .sec-recruit .pr p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .pr {
    width: 94%;
    margin: 0 auto 20px;
    padding: 30px 40px;
  }
  .page-recruit .sec-recruit .pr p {
    font-size: 18px;
  }
}
.page-recruit .sec-recruit .bosyu {
  margin-bottom: 20px;
  font-size: 14px;
}
.page-recruit .sec-recruit .bosyu th {
  display: block;
  padding: 14px;
  text-align: left;
}
.page-recruit .sec-recruit .bosyu td {
  display: block;
  padding: 14px;
}
.page-recruit .sec-recruit .bosyu td p {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .bosyu {
    width: 94%;
    margin: 0 auto 40px;
    font-size: 18px;
  }
  .page-recruit .sec-recruit .bosyu th {
    display: table-cell;
    width: 200px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
  }
  .page-recruit .sec-recruit .bosyu td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #ddd;
  }
}
.page-recruit .sec-recruit .contact {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 20px;
  border: 4px double #ddd;
}
.page-recruit .sec-recruit .contact h4 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 16px;
}
.page-recruit .sec-recruit .contact p {
  margin-bottom: 14px;
  text-align: center;
}
.page-recruit .sec-recruit .contact p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .contact {
    width: 800px;
  }
  .page-recruit .sec-recruit .contact h4 {
    font-size: 18px;
  }
  .page-recruit .sec-recruit .contact p {
    font-size: 18px;
  }
}

.page-product .header {
  background-image: url(images/contents/product/page-header.jpg);
}
.page-product .sec-flow .area-text {
  margin-bottom: 40px;
}
.page-product .sec-flow .area-text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-flow .area-text {
    margin-bottom: 80px;
  }
}
.page-product .sec-flow .area-flow {
  box-sizing: border-box;
  background-color: #E7F0F7;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-flow .area-flow {
    padding: 60px;
  }
}
.page-product .sec-flow .area-flow .flow {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}
.page-product .sec-flow .area-flow .flow .ttl p {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-flow .area-flow .flow {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
  }
  .page-product .sec-flow .area-flow .flow .ttl {
    width: 200px;
  }
  .page-product .sec-flow .area-flow .flow .ttl p {
    font-size: 24px;
  }
  .page-product .sec-flow .area-flow .flow .text {
    width: 780px;
  }
}
.page-product .sec-flow .area-flow .arrow {
  font-size: 30px;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 10px;
}
.page-product .sec-flow .area-important {
  box-sizing: border-box;
  padding: 20px;
  border-left: 2px solid #c50909;
  background: repeating-linear-gradient(-45deg, #ffffff, #fbeeee 5px, #ffffff 5px, #fbeeee 10px);
}
.page-product .sec-flow .area-important .ttl {
  margin-bottom: 10px;
  margin-left: -10px;
  color: #c50909;
  font-weight: bold;
  font-size: 16px;
}
.page-product .sec-flow .area-important p {
  margin-bottom: 10px;
  font-size: 14px;
}
.page-product .sec-flow .area-important p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-product .sec-flow .area-important {
    width: 980px;
    margin: 0 auto;
    padding: 20px 40px;
  }
  .page-product .sec-flow .area-important .ttl {
    font-size: 20px;
  }
  .page-product .sec-flow .area-important p {
    font-size: 16px;
  }
}
.page-product .sec-estimate .area-text {
  margin-bottom: 40px;
}
.page-product .sec-estimate .area-text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-product .sec-estimate .area-text {
    margin-bottom: 80px;
  }
}
.page-product .sec-estimate .area-estimate {
  margin-bottom: 40px;
}
.page-product .sec-estimate .area-estimate p {
  margin-bottom: 20px;
}
.page-product .sec-estimate .area-estimate .fax {
  text-align: center;
}
.page-product .sec-estimate .area-estimate .fax .icon {
  position: relative;
  left: -6px;
  bottom: -2px;
  width: 30px;
  height: auto;
}
.page-product .sec-estimate .area-estimate .tel {
  text-align: center;
  font-weight: bold;
}
.page-product .sec-estimate .area-estimate .tel span {
  font-size: 26px;
}
.page-product .sec-estimate .area-estimate .tel a {
  text-decoration: none;
  color: #444;
}
@media screen and (min-width: 768px) {
  .page-product .sec-estimate .area-estimate p {
    margin-bottom: 30px;
  }
  .page-product .sec-estimate .area-estimate .fax {
    margin-bottom: 20px;
  }
  .page-product .sec-estimate .area-estimate .fax .icon {
    width: 40px;
  }
  .page-product .sec-estimate .area-estimate .tel span {
    font-size: 42px;
  }
}

.page-parts .header {
  background-image: url(images/contents/parts/page-header.jpg);
}
.page-parts .sec-flow .area-text {
  margin-bottom: 40px;
}
.page-parts .sec-flow .area-text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-flow .area-text {
    margin-bottom: 80px;
  }
}
.page-parts .sec-flow .area-flow {
  box-sizing: border-box;
  background-color: #E7F0F7;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-flow .area-flow {
    padding: 60px;
  }
}
.page-parts .sec-flow .area-flow .flow {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}
.page-parts .sec-flow .area-flow .flow .ttl p {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-flow .area-flow .flow {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
  }
  .page-parts .sec-flow .area-flow .flow .ttl {
    width: 200px;
  }
  .page-parts .sec-flow .area-flow .flow .ttl p {
    font-size: 24px;
  }
  .page-parts .sec-flow .area-flow .flow .text {
    width: 780px;
  }
}
.page-parts .sec-flow .area-flow .arrow {
  font-size: 30px;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 10px;
}
.page-parts .sec-flow .area-important {
  box-sizing: border-box;
  padding: 20px;
  border-left: 2px solid #c50909;
  background: repeating-linear-gradient(-45deg, #ffffff, #fbeeee 5px, #ffffff 5px, #fbeeee 10px);
}
.page-parts .sec-flow .area-important .ttl {
  margin-bottom: 10px;
  margin-left: -10px;
  color: #c50909;
  font-weight: bold;
  font-size: 16px;
}
.page-parts .sec-flow .area-important p {
  margin-bottom: 10px;
  font-size: 14px;
}
.page-parts .sec-flow .area-important p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-flow .area-important {
    width: 980px;
    margin: 0 auto;
    padding: 20px 40px;
  }
  .page-parts .sec-flow .area-important .ttl {
    font-size: 20px;
  }
  .page-parts .sec-flow .area-important p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-parts .sec-maker .area-maker .list-maker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-parts .sec-maker .area-maker .list-maker .col {
  margin-bottom: 40px;
}
.page-parts .sec-maker .area-maker .list-maker .col h3 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}
.page-parts .sec-maker .area-maker .list-maker .col h3 span {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}
.page-parts .sec-maker .area-maker .list-maker .col ol {
  margin-bottom: 20px;
}
.page-parts .sec-maker .area-maker .list-maker .col ol li {
  margin-bottom: 4px;
  font-size: 14px;
}
.page-parts .sec-maker .area-maker .list-maker .col .other {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-maker .area-maker .list-maker .col {
    width: 380px;
    margin-bottom: 0;
  }
  .page-parts .sec-maker .area-maker .list-maker .col h3 {
    font-size: 24px;
  }
  .page-parts .sec-maker .area-maker .list-maker .col h3 span {
    font-size: 16px;
  }
  .page-parts .sec-maker .area-maker .list-maker .col ol li {
    font-size: 16px;
  }
}
.page-parts .sec-estimate .area-text {
  margin-bottom: 40px;
}
.page-parts .sec-estimate .area-text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-estimate .area-text {
    margin-bottom: 80px;
  }
}
.page-parts .sec-estimate .area-estimate {
  margin-bottom: 40px;
}
.page-parts .sec-estimate .area-estimate p {
  margin-bottom: 20px;
}
.page-parts .sec-estimate .area-estimate .fax {
  text-align: center;
}
.page-parts .sec-estimate .area-estimate .fax .icon {
  position: relative;
  left: -6px;
  bottom: -2px;
  width: 30px;
  height: auto;
}
.page-parts .sec-estimate .area-estimate .tel {
  text-align: center;
  font-weight: bold;
}
.page-parts .sec-estimate .area-estimate .tel span {
  font-size: 26px;
}
.page-parts .sec-estimate .area-estimate .tel a {
  text-decoration: none;
  color: #444;
}
@media screen and (min-width: 768px) {
  .page-parts .sec-estimate .area-estimate p {
    margin-bottom: 30px;
  }
  .page-parts .sec-estimate .area-estimate .fax {
    margin-bottom: 20px;
  }
  .page-parts .sec-estimate .area-estimate .fax .icon {
    width: 40px;
  }
  .page-parts .sec-estimate .area-estimate .tel span {
    font-size: 42px;
  }
}

.page-company .header {
  background-image: url(images/contents/company/page-header.jpg);
}
.page-company .sec-principle {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-principle {
    margin-top: 80px;
  }
}
.page-company .sec-principle ol {
  margin-bottom: 40px;
}
.page-company .sec-principle ol li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-company .sec-principle ol {
    margin-bottom: 60px;
  }
  .page-company .sec-principle ol li {
    font-size: 32px;
  }
}
.page-company .sec-principle .message {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-principle .message {
    font-size: 24px;
  }
}
.page-company .sec-quality p {
  margin-bottom: 20px;
}
.page-company .sec-quality ol {
  margin-left: 20px;
}
.page-company .sec-quality ol li {
  margin-bottom: 10px;
  list-style-position: outside;
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  .page-company .sec-quality ol {
    margin-left: 60px;
  }
  .page-company .sec-quality ol li {
    font-size: 18px;
  }
}
.page-company .sec-environmental p {
  margin-bottom: 20px;
}
.page-company .sec-environmental ol {
  margin-left: 20px;
}
.page-company .sec-environmental ol li {
  margin-bottom: 10px;
  list-style-position: outside;
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  .page-company .sec-environmental ol {
    margin-left: 60px;
  }
  .page-company .sec-environmental ol li {
    font-size: 18px;
  }
}
.page-company .sec-message .area-message .message {
  margin-bottom: 40px;
}
.page-company .sec-message .area-message .message p {
  margin-bottom: 14px;
}
.page-company .sec-message .area-message .message .sign {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-company .sec-company .photo {
  margin-bottom: 20px;
}
.page-company .sec-company .photo img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-company .map {
  margin-top: 40px;
}
.page-company .sec-company .map iframe {
  width: 100%;
  height: 400px;
}
.page-company .sec-company table {
  color: #666;
}
.page-company .sec-company table th {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.page-company .sec-company table td {
  display: block;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-company .sec-company table td img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-company table td a {
  color: #666;
  text-decoration: underline;
}
.page-company .sec-company table td .iso-logo {
  width: 200px;
  height: auto;
}
.page-company .sec-company table td .ul-logo {
  width: 100px;
  height: auto;
}
.page-company .sec-company table td .col .ttl {
  margin-bottom: 6px;
  margin-left: -10px;
}
.page-company .sec-company table td .col ol {
  margin-bottom: 24px;
}
.page-company .sec-company table td .text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company table {
    margin: 0 auto;
    font-size: 18px;
  }
  .page-company .sec-company table th {
    vertical-align: top;
    display: table-cell;
    width: 300px;
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: normal;
  }
  .page-company .sec-company table td {
    display: table-cell;
    padding: 30px;
  }
}

.page-business .header {
  background-image: url(images/contents/business/page-header.jpg);
}
.page-business .sec-business .area-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-text {
    margin-bottom: 80px;
  }
}
.page-business .sec-business .area-industry {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-industry {
    margin-bottom: 80px;
  }
}
.page-business .sec-business .area-industry .catch {
  margin-bottom: 40px;
}
.page-business .sec-business .area-industry .catch .photo {
  margin-bottom: 20px;
}
.page-business .sec-business .area-industry .catch .photo img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .area-industry .list-industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-business .sec-business .area-industry .list-industry li {
  width: 31%;
  margin-bottom: 30px;
}
.page-business .sec-business .area-industry .list-industry li .photo {
  margin-bottom: 10px;
}
.page-business .sec-business .area-industry .list-industry li .photo img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .area-industry .list-industry li .detail h4 {
  text-align: center;
  padding: 10px 2px;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 14px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}
.page-business .sec-business .area-industry .list-industry li .detail p {
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-industry .list-industry li {
    width: 31%;
  }
  .page-business .sec-business .area-industry .list-industry li .photo {
    margin-bottom: 20px;
  }
  .page-business .sec-business .area-industry .list-industry li .detail h4 {
    margin-bottom: 20px;
    padding: 18px 20px;
    font-size: 18px;
  }
  .page-business .sec-business .area-industry .list-industry li .detail p {
    font-size: 16px;
  }
}
.page-business .sec-business .area-industry .text-other {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-industry .text-other {
    font-size: 24px;
  }
}
.page-business .sec-business .area-industry .list-industry-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page-business .sec-business .area-industry .list-industry-text li {
  box-sizing: border-box;
  width: 48%;
  text-align: center;
  padding: 14px 20px;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 14px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-industry .list-industry-text li {
    width: 32%;
    font-size: 18px;
    padding: 18px 20px;
  }
}
.page-business .sec-business .area-industry .area-client {
  margin-top: 40px;
}
.page-business .sec-business .area-industry .area-client .client {
  margin-bottom: 40px;
}
.page-business .sec-business .area-industry .area-client .client h3 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.page-business .sec-business .area-industry .area-client .client h3 span {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
}
.page-business .sec-business .area-industry .area-client .client ol {
  margin-bottom: 40px;
}
.page-business .sec-business .area-industry .area-client .client ol li {
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-industry .area-client {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-business .sec-business .area-industry .area-client .client {
    width: 560px;
  }
  .page-business .sec-business .area-industry .area-client .client h3 {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 24px;
  }
  .page-business .sec-business .area-industry .area-client .client h3 span {
    font-size: 18px;
  }
  .page-business .sec-business .area-industry .area-client .client ol li {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.page-business .sec-business .area-hinmoku .hinmoku-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page-business .sec-business .area-hinmoku .hinmoku-photo li {
  width: 48%;
  margin-bottom: 14px;
}
.page-business .sec-business .area-hinmoku .hinmoku-photo li img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-hinmoku .hinmoku-photo li {
    width: 24%;
  }
}
.page-business .sec-business .area-hinmoku .list-hinmoku li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 14px 20px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  background-color: #E7F0F7;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .area-hinmoku .photo {
    margin-bottom: 40px;
  }
  .page-business .sec-business .area-hinmoku .list-hinmoku li {
    margin-bottom: 20px;
    padding: 20px 26px;
    font-size: 18px;
  }
}
.page-business .sec-kodawari .area-kodawari .col {
  box-sizing: border-box;
  background-color: #E7F0F7;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-radius: 12px;
}
.page-business .sec-kodawari .area-kodawari .col h3 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 18px;
  color: #123D83;
}
.page-business .sec-kodawari .area-kodawari .col .photo {
  margin-bottom: 20px;
}
.page-business .sec-kodawari .area-kodawari .col .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-business .sec-kodawari .area-kodawari {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-business .sec-kodawari .area-kodawari .col {
    width: 580px;
    padding: 30px 50px;
    margin-bottom: 40px;
  }
  .page-business .sec-kodawari .area-kodawari .col h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.page-equipment .header {
  background-image: url(images/contents/equipment/page-header.jpg);
}
.page-equipment .sec-equipment .area-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-text {
    margin-bottom: 80px;
  }
}
.page-equipment .sec-equipment .area-equipment {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-equipment {
    margin-bottom: 80px;
  }
}
.page-equipment .sec-equipment .area-equipment .catch {
  margin-bottom: 40px;
}
.page-equipment .sec-equipment .area-equipment .catch .photo {
  margin-bottom: 20px;
}
.page-equipment .sec-equipment .area-equipment .catch .photo img {
  max-width: 100%;
  height: auto;
}
.page-equipment .sec-equipment .area-equipment .list-equipment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-equipment .list-equipment {
    margin-bottom: 60px;
  }
}
.page-equipment .sec-equipment .area-equipment .list-equipment li {
  width: 48%;
  margin-bottom: 30px;
}
.page-equipment .sec-equipment .area-equipment .list-equipment li .photo {
  margin-bottom: 10px;
}
.page-equipment .sec-equipment .area-equipment .list-equipment li .photo img {
  max-width: 100%;
  height: auto;
}
.page-equipment .sec-equipment .area-equipment .list-equipment li .detail h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
.page-equipment .sec-equipment .area-equipment .list-equipment li .detail p {
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-equipment .list-equipment li {
    width: 31%;
  }
  .page-equipment .sec-equipment .area-equipment .list-equipment li .photo {
    margin-bottom: 20px;
  }
  .page-equipment .sec-equipment .area-equipment .list-equipment li .detail h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page-equipment .sec-equipment .area-equipment .list-equipment li .detail p {
    font-size: 16px;
  }
}
.page-equipment .sec-equipment .area-equipment .table-equipment {
  color: #666;
}
.page-equipment .sec-equipment .area-equipment .table-equipment th {
  padding: 10px;
  background-color: #f1f1f1;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
.page-equipment .sec-equipment .area-equipment .table-equipment th.name {
  width: 260px;
}
.page-equipment .sec-equipment .area-equipment .table-equipment td {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px;
}
.page-equipment .sec-equipment .area-equipment .table-equipment td img {
  max-width: 100%;
  height: auto;
}
.page-equipment .sec-equipment .area-equipment .table-equipment td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-equipment .table-equipment {
    margin: 0 auto;
    font-size: 18px;
  }
  .page-equipment .sec-equipment .area-equipment .table-equipment th {
    vertical-align: top;
    padding: 20px 40px;
    border-bottom: 1px solid #E6E6E6;
  }
  .page-equipment .sec-equipment .area-equipment .table-equipment th.name {
    width: 700px;
  }
  .page-equipment .sec-equipment .area-equipment .table-equipment td {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-maker .list-maker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-equipment .sec-equipment .area-maker .list-maker .col {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-maker .list-maker .col {
    width: 380px;
    margin-bottom: 0;
  }
}
.page-equipment .sec-equipment .area-maker .list-maker .col .table-maker {
  color: #666;
}
.page-equipment .sec-equipment .area-maker .list-maker .col .table-maker th {
  padding: 10px;
  background-color: #f1f1f1;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
.page-equipment .sec-equipment .area-maker .list-maker .col .table-maker th.name {
  width: 260px;
}
.page-equipment .sec-equipment .area-maker .list-maker .col .table-maker td {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px;
}
.page-equipment .sec-equipment .area-maker .list-maker .col .table-maker td img {
  max-width: 100%;
  height: auto;
}
.page-equipment .sec-equipment .area-maker .list-maker .col .table-maker td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-equipment .sec-equipment .area-maker .list-maker .col .table-maker {
    margin: 0 auto;
    font-size: 18px;
  }
  .page-equipment .sec-equipment .area-maker .list-maker .col .table-maker th {
    vertical-align: top;
    padding: 20px 40px;
    border-bottom: 1px solid #E6E6E6;
  }
  .page-equipment .sec-equipment .area-maker .list-maker .col .table-maker th.name {
    width: 700px;
  }
  .page-equipment .sec-equipment .area-maker .list-maker .col .table-maker td {
    padding: 20px 40px;
  }
}
.page-equipment #search {
  scroll-margin-top: 120px;
}
.page-equipment .area-search .searcharea {
  box-sizing: border-box;
  margin-top: 20px;
  text-align: right;
}
.page-equipment .area-search .searcharea .feas_meta_freeword {
  width: 140px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-equipment .area-search .searcharea .feas-submit-button {
  display: block;
  width: 200px;
  margin: 10px auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-equipment .area-search .searcharea .feas-submit-button:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .page-equipment .area-search .searcharea .feas-submit-button {
    width: 400px;
    margin-top: 30px;
    padding: 12px 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-equipment .area-search .searcharea {
    margin: 40px auto;
    padding: 20px 60px;
    text-align: center;
    background-color: #f9f9f9;
  }
  .page-equipment .area-search .searcharea #feas_0_0 {
    margin-right: 20px;
  }
  .page-equipment .area-search .searcharea #feas_0_2 {
    margin-right: 20px;
  }
  .page-equipment .area-search .searcharea #feas_0_4 {
    margin-right: 20px;
  }
  .page-equipment .area-search .searcharea #feas_0_6 {
    margin-right: 20px;
  }
  .page-equipment .area-search .searcharea #feas_0_8 {
    margin-right: 20px;
  }
}
.page-equipment .area-search .search {
  margin-bottom: 40px;
}
.page-equipment .area-search .search .col {
  box-sizing: border-box;
  margin: 20px 0;
}
.page-equipment .area-search .search .col .feas_meta_freeword {
  width: 120px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-equipment .area-search .search .col .feas-submit-button {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-equipment .area-search .search .col .feas-submit-button:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .page-equipment .area-search .search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-equipment .area-search .search .col {
    width: 400px;
    padding: 20px 40px;
    margin: 40px 20px;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 4px;
  }
}

.page-result .header {
  background-image: url(images/contents/equipment/page-header.jpg);
}
.page-result .sec-result .area-result {
  margin-bottom: 40px;
}
.page-result .sec-result .area-result .result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.page-result .sec-result .area-result .result .name {
  font-weight: bold;
  font-size: 16px;
}
.page-result .sec-result .area-result .result .name .meta {
  display: inline-block;
  margin-right: 10px;
}
.page-result .sec-result .area-result .result .name .meta span {
  font-size: 12px;
  color: #666;
}
.page-result .sec-result .area-result .result .ok {
  display: inline-block;
  width: 100px;
  padding: 6px 14px;
  background-color: #00A935;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.page-result .sec-result .area-result .result .ng {
  display: inline-block;
  width: 100px;
  padding: 6px 14px;
  background-color: #D40000;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.page-result .sec-result .area-result .table-result {
  margin-top: 20px;
  width: 100%;
}
.page-result .sec-result .area-result .table-result th {
  padding: 6px;
  border-bottom: 1px solid #ddd;
  background-color: #f1f1f1;
  font-size: 10px;
  vertical-align: middle;
}
.page-result .sec-result .area-result .table-result th.maker {
  width: 140px;
}
.page-result .sec-result .area-result .table-result td {
  vertical-align: middle;
  padding: 6px;
  text-align: center;
  font-size: 10px;
  border-bottom: 1px solid #ddd;
}
.page-result .sec-result .area-result .table-result td.no {
  text-align: left;
}
.page-result .sec-result .area-result .table-result td .ok {
  display: inline-block;
  width: 90px;
  margin: 0 4px;
  padding: 4px 0;
  background-color: #00A935;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
}
.page-result .sec-result .area-result .table-result td .ok span {
  display: block;
}
.page-result .sec-result .area-result .table-result td .ng {
  display: inline-block;
  width: 90px;
  margin: 0 4px;
  padding: 4px 0;
  background-color: #D40000;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
}
.page-result .sec-result .area-result .table-result td .ng span {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-result .table-result {
    margin-top: 40px;
  }
  .page-result .sec-result .area-result .table-result th {
    padding: 12px 24px;
    font-size: 18px;
  }
  .page-result .sec-result .area-result .table-result th.maker {
    width: 640px;
  }
  .page-result .sec-result .area-result .table-result td {
    padding: 12px 24px;
    font-size: 18px;
  }
  .page-result .sec-result .area-result .table-result td .ok {
    width: 200px;
    padding: 10px;
    font-size: 18px;
  }
  .page-result .sec-result .area-result .table-result td .ok span {
    display: inline-block;
    margin-left: 10px;
  }
  .page-result .sec-result .area-result .table-result td .ng {
    width: 200px;
    padding: 10px;
    font-size: 18px;
  }
  .page-result .sec-result .area-result .table-result td .ng span {
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-result {
    margin: 0 auto;
  }
  .page-result .sec-result .area-result .result {
    padding: 10px 80px;
  }
  .page-result .sec-result .area-result .result .name {
    font-size: 24px;
  }
  .page-result .sec-result .area-result .result .name .meta span {
    font-size: 14px;
  }
  .page-result .sec-result .area-result .result .ok {
    width: 240px;
    font-size: 18px;
  }
  .page-result .sec-result .area-result .result .ng {
    width: 240px;
    font-size: 18px;
  }
}
.page-result .sec-result .area-search .searcharea {
  box-sizing: border-box;
  margin-top: 20px;
  text-align: right;
}
.page-result .sec-result .area-search .searcharea .feas_meta_freeword {
  width: 140px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-result .sec-result .area-search .searcharea .feas-submit-button {
  display: block;
  width: 200px;
  margin: 10px auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-result .sec-result .area-search .searcharea .feas-submit-button:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-search .searcharea .feas-submit-button {
    width: 400px;
    margin-top: 30px;
    padding: 12px 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-search .searcharea {
    margin: 40px auto;
    padding: 20px 60px;
    text-align: center;
    background-color: #f9f9f9;
  }
  .page-result .sec-result .area-search .searcharea #feas_0_0 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-search .searcharea #feas_0_2 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-search .searcharea #feas_0_4 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-search .searcharea #feas_0_6 {
    margin-right: 20px;
  }
  .page-result .sec-result .area-search .searcharea #feas_0_8 {
    margin-right: 20px;
  }
}
.page-result .sec-result .area-search .search {
  margin-bottom: 40px;
}
.page-result .sec-result .area-search .search .col {
  box-sizing: border-box;
  margin: 20px 0;
}
.page-result .sec-result .area-search .search .col .feas_meta_freeword {
  width: 120px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-result .sec-result .area-search .search .col .feas-submit-button {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-result .sec-result .area-search .search .col .feas-submit-button:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .page-result .sec-result .area-search .search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-result .sec-result .area-search .search .col {
    width: 400px;
    padding: 20px 40px;
    margin: 40px 20px;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 4px;
  }
}

.page-privacypolicy .header {
  background-image: url(images/contents/company/page-header.jpg);
}
.page-privacypolicy .sec-privacypolicy {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.page-privacypolicy .sec-privacypolicy .area-explain {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p {
  font-size: 14px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy ol {
  margin-top: 20px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy ol li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: square;
  font-size: 14px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p {
    font-size: 18px;
  }
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy ol li {
    margin-left: 40px;
    font-size: 18px;
  }
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
    font-size: 20px;
  }
}

.page-contact .header {
  background-image: url(images/contents/company/page-header.jpg);
}
.page-contact .text {
  text-align: center;
}
.page-contact .sec-contact .area-contact {
  margin-top: 40px;
}
.page-contact .sec-contact .area-contact p {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .area-contact {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .area-contactform {
    width: 1100px;
    margin: 0 auto;
  }
}
.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}
.area-contactform .contact-form th {
  display: block;
  margin-bottom: 6px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 4px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .hissu {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .ninni {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .bikou {
    font-size: 14px;
  }
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td ::placeholder {
  color: #b9b9b9;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .col {
  margin-bottom: 14px;
}
.area-contactform .contact-form td .ex {
  margin-top: 6px;
  font-size: 14px;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 16px;
  margin: 0;
  opacity: 1;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .area-contactform .contact-form th {
    width: 340px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 30px 60px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 30px 60px;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
    height: 200px;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 40px auto 20px;
  border: none;
  background-color: #00A935;
  text-align: center;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 2px 10px #bbb;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 50px;
  }
  .area-contactform .wpcf7-submit {
    width: 400px;
  }
}

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

	side

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

	footer

---------------------------------------------------------- */
#footer {
  margin-top: 80px;
  position: relative;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 100px;
  }
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a img {
    width: 100px;
    height: 100px;
  }
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: ToTopUpAnime 0.5s forwards;
}
@keyframes ToTopUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: ToTopDownAnime 0.5s forwards;
}
@keyframes ToTopDownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(2400px);
  }
}
#footer .area-contact {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px 0 50px;
  background-image: url(images/footer/contact-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#footer .area-contact .inner {
  text-align: center;
}
#footer .area-contact .inner p {
  color: #fff;
}
#footer .area-contact .inner .ttl {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}
#footer .area-contact .inner .ex {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .inner {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
  }
  #footer .area-contact .inner .ttl {
    font-size: 32px;
  }
  #footer .area-contact .inner .ex {
    margin-bottom: 30px;
  }
}
#footer .area-contact .inner .btn .email {
  box-sizing: border-box;
}
#footer .area-contact .inner .btn .email a {
  display: block;
  width: 70%;
  border: 1px solid #fff;
  padding: 14px 0;
  margin: 0 auto;
  border-radius: 40px;
  color: #fff;
}
#footer .area-contact .inner .btn .email a img {
  position: relative;
  top: -3px;
  left: -6px;
  width: 20px;
  height: auto;
}
#footer .area-contact .inner .btn .email a:hover {
  color: #fff;
  box-shadow: 0 0 10px #fff;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .inner .btn .email a {
    width: 360px;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
  }
}
#footer .area-info {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#footer .area-info .info {
  margin-bottom: 40px;
}
#footer .area-info .info .ttl {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}
#footer .area-info .info .address {
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .area-info .info .address a {
  text-decoration: none;
}
#footer .area-info .info .tel {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}
#footer .area-info .cal #biz_calendar {
  max-width: 100%;
}
#footer .area-info .cal #biz_calendar table.bizcal {
  border: 1px solid #fff;
  font-size: 14px;
}
#footer .area-info .cal #biz_calendar table.bizcal th {
  padding: 5px;
  background-color: #fff;
  color: #444;
  border-bottom: 1px solid #ccc;
}
#footer .area-info .cal #biz_calendar table.bizcal td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  color: #444;
}
#footer .area-info .cal #biz_calendar table.bizcal td.holiday {
  background-color: #feecec;
  color: #CF0404;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #footer .area-info .cal #biz_calendar table.bizcal th {
    padding: 10px;
  }
  #footer .area-info .cal #biz_calendar table.bizcal td {
    padding: 10px;
  }
}
#footer .area-info .cal #biz_calendar .boxholiday {
  background-color: #CF0404;
}
#footer .area-info .nav ul {
  text-align: center;
}
#footer .area-info .nav ul li {
  display: inline-block;
  margin: 6px 10px;
}
#footer .area-info .nav ul li a {
  font-size: 14px;
  text-decoration: underline;
}
#footer .area-info .nav ul li a:hover {
  opacity: 0.6;
}
#footer .area-info .copyright {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #footer .area-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
  }
  #footer .area-info .info {
    width: 800px;
    margin-bottom: 0;
  }
  #footer .area-info .info .ttl {
    margin-bottom: 20px;
    font-size: 36px;
  }
  #footer .area-info .info .address {
    font-size: 16px;
  }
  #footer .area-info .info .tel {
    margin-bottom: 4px;
    font-size: 16px;
  }
  #footer .area-info .info .nav {
    margin-top: 30px;
    padding-bottom: 0;
  }
  #footer .area-info .info .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .area-info .info .nav ul li {
    display: block;
  }
  #footer .area-info .info .nav ul li a {
    font-size: 16px;
    text-decoration: none;
  }
  #footer .area-info .cal {
    width: 300px;
  }
}
#footer .copyright {
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
}