@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }
.content{
    padding: 0;
}
.wrap{
    margin-top: 150px;
    font-size: 16px;
}
ul{
    padding-left: 0;
}
li{
    list-style-type: none;
}
body {
  margin: 0; 
  font-size: 16px;}

main {
  display: block; }

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

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

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img,
embed,
object,
iframe {
  vertical-align: bottom; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button,
input {
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

select::-ms-expand {
  display: none; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable] {
  outline: none; }

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

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

template {
  display: none; }

[hidden] {
  display: none; }

[class^="mark"] {
  padding-left: 5px;
  padding-right: 5px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.marker {
  background: linear-gradient(transparent 50%, #fffc00 60%); }

input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  height: 5rem;
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  padding: 0 1.5rem;
  transition: all 0.5s ease; }
  input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    border: 1px solid #0f97f9;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4); }

input::placeholder {
  color: #b9b9b9; }

/* IE */
input:-ms-input-placeholder {
  color: #b9b9b9; }

/* Edge */
input::-ms-input-placeholder {
  color: #b9b9b9; }

.txt-right {
  text-align: right; }

.fotm-textarea textarea {
  height: 15rem;
  padding: 1.5rem; }

/* セレクト */
.form-select {
  position: relative; }
  .form-select::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }

select {
  width: 100%;
  height: 5rem;
  padding: 0 3rem 0 2rem;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 10px; }

/* チェックボックス */
input[type=checkbox] {
  display: none; }

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 3px;
  content: '';
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px; }

.checkbox::after {
  border-right: 6px solid #fe441e;
  border-bottom: 3px solid #fe441e;
  content: '';
  display: block;
  height: 21px;
  left: 13px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 9px; }

input[type=checkbox]:checked + .checkbox::before {
  border-color: #fe441e; }

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1); }

input[type=checkbox]:checked + label {
  color: #fe441e;
  font-weight: bold; }

/* ラジオボタン */
input[type=radio] {
  display: none; }

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.radio::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px; }

.radio::after {
  background: #fe441e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 12px; }

input[type=radio]:checked + .radio::before {
  border-color: #fe441e; }

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

input[type=radio]:checked + label {
  color: #fe441e;
  font-weight: bold; }

label {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: .5rem; }

.form-block {
  padding-top: 20px; }

.form-ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px; }

.form-txt {
  padding-right: 5px; }

.form-tag {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .form-tag_default {
    background-color: #78909C; }
  .form-tag_required {
    background-color: #f50000; }
  @media screen and (max-width: 767px) {
    .form-tag {
      font-size: 10px; } }

.btn-submit {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 380px;
  height: 5rem;
  line-height: 5rem;
  background-color: #f50000;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease; }
  .btn-submit:hover {
    background-color: #ff493b; }

/* 背景画像拡大リンク */
a.image-link {
  display: block; }
  a.image-link:hover .image-img {
    transform: scale(1.1); }

.image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .image-wrap .image-img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: scale(1);
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    background-size: cover;
    background-position: center; }

/* カラム */
.col-wrap {
  display: flex;
  flex-wrap: wrap; }

.col-50 {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .col-50 {
      width: 100%; } }

.col-33 {
  width: calc(100% / 3); }
  @media screen and (max-width: 767px) {
    .col-33 {
      width: 100%; } }

*::-ms-backdrop, .col-33 {
  width: 33.33%;
  /* IE11 */ }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
  font-size: 62.5%; }

@media screen and (max-width: 767px) {
  html.is-fixed,
  html.is-fixed body {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; } }

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

input, textarea {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

label {
  width: 100%; }
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
.inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 10px; }

    .pages {
      } 
      .main-txt{
        position: absolute;
    top: 20%;
    left: 21%;
    z-index: 3;
    font-weight: 700;
    color: #ffffff;
    z-index: 5;
    text-align: left;
      }

    .pages h2{
        text-align: left;
    font-size: 2rem;
    }
    .pages h2 span{
/*       font-size: 80px;
      font-weight: 700; */
    text-align: left;
    display: block;
    line-height: .8;
        font-size: 6rem;
    }
    .pages-wrap {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 90px; 
    background-image: url(../img/about/main.jpg);
    }
      .pages-wrap::after {
        content: "";
        display: block;
        padding-top: 25%; }
      @media screen and (max-width: 767px) {
        .pages-wrap::after {
          padding-top: 60%; } 
          .pages h2 {
            font-size: 30px;
        }
          .pages h2 span{
            font-size: 40px;
        }
        }
    .pages-shadow{
      position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-image: url(../img/commom/shadow.png);
    background-repeat-y: no-repeat;
    }
    .pages-box{
      position: absolute;
      background-image: url(../img/commom/shadow-bl.png);
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat-x: no-repeat;
      background-repeat-y: no-repeat;
      top: 0;
      left: 0;}
    
    /* .pages-txt {
      position: absolute;
    top: 21%;
    left: 7%;
    color: #ffffff;
    font-size: 100px;
    /* font-style: italic; 
    z-index: 3;
    font-weight: 700;} */
      .pages-txt img {
        display: block;
        width: 100%; }
      @media screen and (max-width: 767px) {
      .pages-txt {
      top: 10px;
      left: 10px;
      width: 60%; } }
  
  /*----------------------------------------------------
      ヘッダー
  ----------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    transition: .6s ease-out;
    z-index: 999; }
.header.scroll {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 30px; }
.header .header-inner .logo {
    width: 100%;
   max-width: 300px;
    flex: 1; }
@media screen and (max-width: 999px) {
.header .header-inner .logo {
    max-width: 300px;  }}
.header .header-inner .logo img {
    display: block;
      width: 65%; }
.header .header-inner .nav {
    display: flex;
    align-items: center; }
@media screen and (max-width: 767px) {
.header .header-inner .nav {
    display: none; } }
.header .header-inner .nav a {
    font-size: 15px;
    font-size: 1.8rem;
    margin-left: 20px;
    background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 3px no-repeat;
    transition: 0.4s; 
    color: #000;
    text-decoration: none;}
@media screen and (max-width: 999px) {
.header .header-inner .nav a {
    font-size: 14px;
    font-size: 1.4rem; } }
.header .header-inner .nav a:hover {
    --d: 100%;
    color: #ff582e; }
.header .header-inner .nav .col-non:hover {
    --d: none;
    color: none; }
    .header .header-inner .nav a:hover ul {
     display: block;
  }   
.header .header-inner .nav a.contact {
    background: #f86987;
    color: #fff;
    padding: 7px 11px;
    border-radius: 4px; }
    .header .header-inner .nav a.pink:hover  {
      box-shadow: 0px 0px 0px 1px #f86987;
      color: #f86987;
    background: none; }
.header .header-inner .nav a.ble {
    background: #ff582e;
     }
  .header .header-inner .nav a.ble:hover {
    box-shadow: 0px 0px 0px 1px #ff582e;
    color: #ff582e;
background: none; }
.header .header-inner .nav-sp {
    display: none; }
@media screen and (max-width: 767px) {
.header .header-inner .nav-sp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #ff572e;
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
    align-items: center;
    display: none; }
.header .header-inner .nav-sp ul {
    margin: 60px auto 0;
    padding: 0;
    width: 100%; }
.header .header-inner .nav-sp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all; }
.header .header-inner .nav-sp ul li:last-of-type {
    padding-bottom: 0; }
.header .header-inner .nav-sp ul li:hover {
    background: #ddd; }
.header .header-inner .nav-sp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    /* margin-top: 18px; */}
.header .header-inner .nav-sp.active {
    opacity: 1;
    display: block; } }
  
/* .navSp-wrap {
    display: flex;
    align-items: center;
    height: 100%; } */

.menu-btn {
display: none; }
@media screen and (max-width: 767px) {
.menu-btn {
    display: block;
    position: fixed;
    z-index: 3;
    right: 30px;
    /* top: 35px; */
    top: 22px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center; }
.menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.menu-btn span:nth-of-type(1) {
    top: 10px; }
.menu-btn span:nth-of-type(2) {
    top: 20px; }
.menu-btn span:nth-of-type(3) {
    top: 30px; }
.menu-btn.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.menu-btn.active span:nth-child(2), .menu-btn.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); } }
#cardepo #section01 .secTtl-img {
    background-image: url("../img/sec01-bg.jpg"); }
#cardepo #section01 .secTtl-txt::after {
    content: '01'; }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.footer {
    width: 100%; }
  
  .footerLink {
    padding: 30px 0;
    background: #f5f5f5; }
  
  .footerLink-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footerLink-wrap {
        flex-wrap: wrap;
        flex-flow: column-reverse; } }
  .footerLink-login{
    background: #fff;
    padding: 30px;
  }
  .footerLink-login span{
    font-size: 40px;
    font-weight: 700;
  }
  .footerLink-com img {
    display: block;
    max-width: 200px; }
    @media screen and (max-width: 767px) {
      .footerLink-com img {
        margin-top: 20px; } }
  .footerLink-com p {
    margin-top: 20px; }
  
  .footer-column {
    display: flex;
    flex-direction: column; }
  
  .footer-fl {
    display: flex;
    flex-wrap: wrap; }
  
  .footer-fl p:last-of-type {
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      .footer-fl p:last-of-type {
        margin-left: 0; } }
  .footer-fl p span {
    font-size: 1.5rem;
    line-height: 2; }
  
  @media screen and (max-width: 767px) {
    /* width: 100%;
    margin-top: 20px;
    display: flex;} */
    /* img {
      max-width: 140px;
      padding-right: 20px; }*/}
  .footerLink-login .btn {
    padding: 1rem 4rem;
    display: flex;
    align-items: center; }
    .footerLink-login .btn span {
      font-size: 30px;
      font-size: 3rem;
      padding-right: 5px; }
  @media screen and (max-width: 767px) {
    .footerLink-login {
      width: 100%; }
      .footerLink-login .btn {
        justify-content: center;
        font-size: 18px;
        font-size: 1.8rem; } }
  
  .copyright {
    padding: 20px 40px;
    background: #124f81;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }
  
  .copy-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .copy-wrap {
        flex-wrap: wrap;
        flex-flow: column-reverse; } }
  
  .copy-link a {
    margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .copy-link a {
      margin-left: 0;
      margin-right: 20px; } }
    
  /*----------------------------------------------------
      モーダル
  ----------------------------------------------------*/
  /* モーダル全体(背景＋本体) */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh; }
  
  /* Safari */
  _:lang(x) + _:-webkit-full-screen-document, .modal {
    min-height: -webkit-fill-available; }
  
  /* モーダル背景 */
  .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); }
  
  /* モーダル本体 */
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    height: 94%;
    width: 90%;
    max-width: 750px;
    background: white;
    padding: 20px;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .modal-content {
        height: 94%;
        padding: 20px 10px; } }
  
  .modal-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%; }
  
  .modal-img {
    width: 100%; }
    .modal-img img {
      display: block;
      width: 100%; }
  
  .modal-link {
    width: 100%; }
    .modal-link .car-link {
      display: flex;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .modal-link .car-link {
          flex-flow: column; } }
      .modal-link .car-link a {
        width: 50%;
        margin: 10px; }
        @media screen and (max-width: 767px) {
          .modal-link .car-link a {
            width: 100%;
            margin: 5px; } }
  
  .modal-txt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background: #f8f8f8;
    padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      .modal-txt {
        padding: 10px; } }
  
  .modal-privacy {
    font-size: 12px;
    font-size: 1.2rem; }
    .modal-privacy p {
      margin-top: 20px; }
  
  .privacy-link {
    text-decoration: underline;
    color: #0bace8; }
  
  .privacy-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700; }
  
  .modal-close {
    display: inline-block;
    padding: 10px;
    line-height: 1; }
  
  span.modal-close {
    padding: 5px;
    cursor: pointer;
    background: none;
    color: #fff; }
    span.modal-close img {
      display: block;
      width: 100%; }
  
  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; }
  
  .modalClose {
    position: absolute;
    top: 0px;
    right: 0;
    width: 35px;
    z-index: 9999; }

    /* ボタン */
    .ftrLink-wrap {
      margin-top: 100px;
      display: flex;
      justify-content: center;
      position: relative;
  }
.ftrLink-wrap a {
  display: flex;
  align-items: center;
}
.btn {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 5rem; }

a.btn-blue {
  color: #fff;
  background-color: #3f80ec;
  border-bottom: 5px solid #3873d5; }

a.btn-blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #70a6ff;
  border-bottom: 2px solid #0074a9; }

a.btn-cgcol {
  color: #fff;
  background-color: #00C7BE;
  border-bottom: 5px solid #00A29B; }

a.btn-cgcol:hover {
  margin-top: 3px;
  color: #fff;
  background: #00C7BE;
  border-bottom: 2px solid #00A29B; }

a.btn-orange {
  color: #fff;
  background-color: #ff9800;
  border-bottom: 5px solid #de8400; }

a.btn-orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #ff9800;
  border-bottom: 2px solid #de8400; }

a.btn-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

/* フォーム */
input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  height: 5rem;
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  padding: 0 1.5rem;
  transition: all 0.5s ease; }
  input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    border: 1px solid #0f97f9;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4); }

input::placeholder {
  color: #b9b9b9; }

/* IE */
input:-ms-input-placeholder {
  color: #b9b9b9; }

/* Edge */
input::-ms-input-placeholder {
  color: #b9b9b9; }

.txt-right {
  text-align: right; }

.fotm-textarea textarea {
  height: 15rem;
  padding: 1.5rem; }

/* セレクト */
.form-select {
  position: relative; }
  .form-select::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }

select {
  width: 100%;
  height: 5rem;
  padding: 0 3rem 0 2rem;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 10px; }

/* チェックボックス */
input[type=checkbox] {
  display: none; }

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 3px;
  content: '';
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px; }

.checkbox::after {
  border-right: 6px solid #fe441e;
  border-bottom: 3px solid #fe441e;
  content: '';
  display: block;
  height: 21px;
  left: 13px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 9px; }

input[type=checkbox]:checked + .checkbox::before {
  border-color: #fe441e; }

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1); }

input[type=checkbox]:checked + label {
  color: #fe441e;
  font-weight: bold; }

/* ラジオボタン */
input[type=radio] {
  display: none; }

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.radio::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px; }

.radio::after {
  background: #fe441e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 12px; }

input[type=radio]:checked + .radio::before {
  border-color: #fe441e; }

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

input[type=radio]:checked + label {
  color: #fe441e;
  font-weight: bold; }

label {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: .5rem; }

.form-block {
  padding-top: 20px; }

.form-ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px; }

.form-txt {
  padding-right: 5px; }

.form-tag {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .form-tag_default {
    background-color: #78909C; }
  .form-tag_required {
    background-color: #d61819; }
  @media screen and (max-width: 767px) {
    .form-tag {
      font-size: 10px; } }

.btn-submit {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 380px;
  height: 5rem;
  line-height: 5rem;
  background-color: #d61819;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease; }
  .btn-submit:hover {
    background-color: #ff493b; }
  
  /*----------------------------------------------------
      トップページ
  ----------------------------------------------------*/

  .hero {
    margin-top: 90px; }
  
  .hero-wrap {
    width: 100%;
    position: relative;
    background: #e7e7e7;
    background-size: cover;
    background-position: center;
    margin-top: 130px; }
    .hero-wrap::after {
      content: "";
      display: block;
      padding-top: 50%; }
    @media screen and (max-width: 767px) {
      .hero-wrap::after {
        padding-top: 60%; } }
  
  .hero-box {
    position: absolute;
    background-image: url("../img/top/top-img_bk.jpg");
    height: 100%;
    /* max-width: 960px; */
    width: 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat; 
    background-repeat: no-repeat; 
    top: -5%;
    background-size: contain;
    display: block;
  }
  
  .hero-txt {
    position: absolute;
    background-image: url(../img/top/top-hukidashi.png);
    height: 100%;
    width: 70%;
    top: 13%;
    left: 28%;
    z-index: 3;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat !important;
    background-repeat: no-repeat; 
    /* max-width: 100%; */
    background-size: contain;
    display: block;
    }
    .hero-txt img {
      display: block;
      width: 100%; }
    @media screen and (max-width: 767px) {
    .hero-txt {
    top: 10px;
    left: 10px;
    width: 60%; } }
    .fstview-txt{
        margin: 100px auto;
    }
    h2{
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        font-weight: 700;
}
.dot-txt {
    padding-top: .3em;
    background-position: top right 28px;
    background-repeat: no-repeat;
    background-size: 1.3em .3em;
    background-image: -webkit-radial-gradient(.15em .15em at center center,#f05a23,#f05a23 100%,transparent);
    background-image: radial-gradient(.15em .15em at center center,#f05a23,#f05a23 100%,transparent);
    border-bottom: solid 5px #f05a23;
  }
  @media screen and (max-width: 767px) {
    .dot-txt {
      background-image: -webkit-radial-gradient(.15em .15em at center center,#f05a23,#f05a23 70%,transparent);
      background-image: radial-gradient(.15em .15em at center center,#f05a23,#f05a23 70%,transparent);} }
    .secTtl-txt {
        width: 50%;
        background: #fff6e6;
        display: flex;
        align-items: center;
        padding: 0 30px;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .secTtl-txt {
            padding: 0 20px; } }
        .secTtl-txt::after {
            position: absolute;
            bottom: 4px;
            left: 5%;
            z-index: 0;
            font-size: 240px;
            font-size: 20rem;
            /* font-style: italic; */
            font-weight: 900;
            color: #fff;
            z-index: 1;
            line-height: 1;
        } 
      .secTtl-box {
        z-index: 2;
        top: 18%; }
        .secTtl-box p {
          margin-top: 14px;
          font-size: 16px;
          font-size: 2rem; }
          @media screen and (max-width: 767px) {
            .secTtl-box p {
              font-size: 1.6rem; }}
      .secTtl-img {
        width: 50%;
        background-size: cover;
        background-position: center; }

        .animation{
          opacity: 0;
          visibility: hidden;
          transition: 1s;
          transform: translateY(50px);
        }
        .active{
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
        }
    #section01 .secTtl-img {
        background-image: url("../img/top/ansin.jpg"); }
    #section01 .secTtl-txt::after {
        content: '安心'; }
        .secTtl {
            display: flex;
            height: 450px;
        }
    #section01 .secTtl-box h3 {
        font-size: 24px;
    font-weight: 700;
    text-align: center;
        }
        
        #section02{
          margin-top: 100px;
        }
        #section02 .secTtl-img {
          background-image: url("../img/top/anzen.jpg"); }
      #section02 .secTtl-txt::after {
          content: '安全';
          left: 31%; }
          #section02 .secTtl {
              display: flex;
              flex-direction: row-reverse;
              height: 450px;
          }
          #section02 .secTtl-txt {
            background: #eaffef;
        }
        #section02 .secTtl-box h3 {
          font-size: 24px;
      font-weight: 700;
      text-align: center;
          }

          #section03{
            margin-top: 100px;
          }
          #section03 .secTtl-img {
            background-image: url("../img/top/teinei.jpg"); }
        #section03 .secTtl-txt::after {
            content: '丁寧'; }
            #section03 .secTtl {
                display: flex;
                height: 450px;
            }
            #section03 .secTtl-txt {
              background: #e9f7ff;
          }
          #section03 .secTtl-box h3 {
            font-size: 24px;
        font-weight: 700;
        text-align: center;
            }

        .net-wrap {
          width: 100%;
          position: relative;
          background-image: url("../img/top/bk-img.jpg");
          background-size: cover;
          background-position: center; 
        margin-top: 100px;}
          .net-wrap::after {
            content: "";
            display: block;
            padding-top: 45%; }
          @media screen and (max-width: 767px) {
            .net-wrap::after {
              padding-top: 55%; } }
        
        .net-box {
          position: absolute;
          height: 100%;
          width: 100%;
          z-index: 2;
          background-image: url("../img/top/shadow.png");
          background-repeat-y: no-repeat;
        background-size: cover;}
        
        .net-txt {
          position: absolute;
          top: 25%;
          left: 15%;
          width: 42%;
          z-index: 3; 
          }
          .net-txt img {
            display: block;
            width: 80%; }
            .net-add {
              position: absolute;
              top: 22.5%;
              left: 53%;
              width: 42%;
              z-index: 3; 
              }
              .net-add img {
                display: block;
                width: 80%; }
                @media screen and (max-width: 767px) {
                  .net-add img {
                    width: 100%; } }
                .net-emphasize {
                  position: absolute;
                  left: 0;
                  bottom: 7%;
                  width: 100%;
                  z-index: 3;
                  text-align: center;
                  font-size: 30px;
                  font-weight: 700;
                  }
                  .net-emphasize span {
                    font-size: 40px;
                    }
                  .net-emphasize:before {
                    position: absolute;
                    bottom: -20px;
                    left: 44%;
                    max-width: 150px;
                    width: 100%;
                    height: 5px;
                    content: '';
                    border-radius: 3px;
                    background: #f05a23;
                  }
          @media screen and (max-width: 767px) {
            .net-txt {
              top: 10px;
              left: 10px;
              width: 60%; } }

              #section05 .carlist-wrap {
              display: flex;
              justify-content: space-around;
              align-items: center;
              margin-top: 100px;}
              #section05 .carlist-wrap li {
                background: #e9f7ff;
                text-align: center;
                padding: 20px;
                max-width: 350px;
                width: 100%;
                height: 350px;
                border-radius: 15px;}
              #section05 .carlist-wrap li img{
                margin-top: 30px;
                margin-bottom: 10px;
                height: auto;
              }
              #section05 .carlist-wrap li h3{
                font-size: 18px;
                font-weight: bold;
                letter-spacing: 2px;}
              #section05 .carlist-wrap li span{
                font-size: 30px;
                font-weight: bold;
                color: #f15a24;
                letter-spacing: 7px;}
              #section05 .carlist-wrap p{
                padding-top: 15px;}
            
                #section06 {
                background: #fff6e6;
                margin-top:100px;
                padding: 50px 0 50px 0;}
                #section06 .otoku-emphasize {
                    text-align: center;
                    font-size: 30px;
                    font-weight: 700;}
                #section06 .otoku-emphasize span {
                    font-size: 40px;
                   }
                   #section06 .secTtl-img {
                    background-image: url("../img/top/wash-img.jpg"); }
                    
                    #section06 .secTtl {
                        display: flex;
                        height: 300px;
                        justify-content: center;
                        margin-top: 50px;
                    }
                    #section06 .secTtl-txt {
                      background: #fff;
                  }
                    #section06 .secTtl-txt  {
                      width: 35%;
                  }
                    #section06 .secTtl-img  {
                      width: 35%;
                  }
                    #section06 .secTtl-box h3   {
                        font-size: 24px;
                        font-weight: 700;
                  }

                  #ft_news .ttl_ribbon {
                    font-size: 30px;
                    text-align: center;
                    letter-spacing: 0.04em;
                    font-weight: 700;
                    margin-top: 50px;
                }
                #ft_news ul {
                  margin-top: 50px;
                  margin-bottom: 50px;
                  line-height: 2;
              }
                #ft_news li a {
                  color: inherit;
                  text-decoration: none;
              }
              #ft_news li a {
                padding: 15px 0;
                border-bottom: 2px dashed #c3c3c3;
                display: flex;
                align-items: center;
            }
                #ft_news li time {
                  min-width: 90px;
                  font-size: 1.8rem;
              }
              #ft_news li h4 {
                font-size: 1.6rem;
                padding-left: 30px;
            }
            @media screen and (max-width: 767px) {
              .fstview-txt {
                margin: 50px auto;
                }
              .fstview-txt h2 {
                font-size: 21px;
                }
                .secTtl-box {
                  left: 4px;
              }
              #section01 .secTtl-box h3, #section02 .secTtl-box h3, #section03 .secTtl-box h3 {
                font-size: 20px;
                text-align: left;
            }
            .net-add {
              top: 30.5%;
              /* left: 57%; */
              left: 50%;
            }
            .net-txt {
              top: 35px;
              left: 30px;
          }
          .net-emphasize {
            font-size: 21px;
        }
        .net-emphasize span {
          font-size: 30px;
      }
      .net-emphasize:before {
        bottom: -10px;
        left: 36%;
    }
    #section05 .carlist-wrap:last-of-type {
      margin-top: 0;
  }
  #section06 .otoku-emphasize {
    font-size: 21px;
    padding-left: 10px;
}
#section06 .otoku-emphasize span {
  font-size: 30px;
}
#section06 .secTtl-box h3 {
  font-size: 20px;
}
#section06 .secTtl-txt {
  width: 47%;
}
#section06 .secTtl-img {
  width: 47%;
}
              #ft_news ul {
                margin-top: 30px;
            }
              #ft_news li a {
                -ms-flex-direction: column;
                flex-direction: column;
                align-items: flex-start;

            }
          }
            @media screen and (max-width: 600px){
              .hero-txt {
                width: 95%;
                margin: auto;
                top: -10px;
              }
            }
            @media screen and (max-width: 450px){
              #section06 .otoku-emphasize {
               text-align: left;
            }
            }

  /*----------------------------------------------------
      選ばれる理由
  ----------------------------------------------------*/
  .pages-about{
    background-image: url(../img/about/main.jpg);
  }
  .reason__cont {
    max-width: 120rem;
    margin: 0 auto;
    padding-bottom: 6rem;
}
@media screen and (min-width: 767px){
  .reason__cont {
      width: 80%;
  }
}
.fadeIn.faded {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.serviceLow__single {
  margin-bottom: 15rem;
}
.fadeIn {
  /* opacity: 0; */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.fadeIn.faded {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.serviceLow__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: 10rem;
}
.serviceLow__featureTxt {
  width: 50%;
}
.serviceLow__featureNum {
  color: #f05a23;
  font-weight: 600;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.serviceLow__featureNum span {
  font-size: 3rem;
  position: relative;
  padding-left: 3rem;
  padding-bottom: 0.3rem;
  margin-left: 2rem;
}
.serviceLow__featureTtl {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
.serviceLow__featureTxt p {
  text-align: justify;
}
.serviceLow__featureImg {
  width: 41.66667%;
  position: relative;
}
.serviceLow__featureImg img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 767px){
  .serviceLow__feature{
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .serviceLow__feature:nth-of-type(even){
    flex-direction: column-reverse;
  }
  .serviceLow__featureTxt {
    width: 90%;
}
.serviceLow__featureImg {
  width: 80%;
  margin-top: 10px;
}
.serviceLow__featureNum {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.serviceLow__featureTtl {
  font-size: 3rem;
  margin-bottom: 2rem;
}
}
  /*----------------------------------------------------
      車検の流れ
  ----------------------------------------------------*/
.pages-flow{
  background-image: url(../img/about/main-flow.jpg);
}

div.link {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
div.link a {
  width: 28%;
  border: 1px solid #ff582e;
  border-radius: 5px;
  display: block;
  position: relative;
  font-size: 16px;
  color: #ff582e;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 20px 20px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: linear-gradient(#fff 50%, #fafafa 50%);}
  div.link a:hover {
  background:#f3f3f3;
  }
.reserve .imgSize{
  margin-top: 30px;
}
.inspection{
  background: rgb(255 252 241);;
}
  section h3.mds {
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #17487d;
    line-height: 1.5;
    padding: 60px 0 15px;
    margin-bottom: 30px;
}
section h3.mds:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ff3737;
}
div.flow dd p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
div.flow dl dd {
  border-left: 3px solid#f05a23;
  margin-left: 70px;
  margin-bottom: 60px;
  padding-left: 40px;
}
.flow-wrap{
  display: flex;
  align-items: self-start;
  margin-top: 50px;  
}
#inspection .link{
  justify-content: space-around;;
}
section.inspection > div > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
div.flow dl dd.ao {
  border-left: 3px solid #d51819;
}
.need{
  margin-bottom: 50px;
}
section.need ul {
  margin: 0 auto;
  /* justify-content: space-between; */
  justify-content: space-around;
  flex-wrap: wrap;
}
section.need ul li {
  width: 31%;
  /* margin-bottom: 20
px
; */
  margin: 0 8px 20px;
}
section.need ul li img {
  width: 100%;
  height: auto;
}
.need .needlist-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
flex-wrap: wrap;}
  .need .needlist-wrap li {
    background: #e9f7ff;
    text-align: center;
    padding: 20px;
    max-width: 350px;
    width: 100%;
    height: 350px;}
  .need .needlist-wrap li img{
    width: 90%;
    margin-top: 30px;
    margin-bottom: 10px;}
  .need .needlist-wrap li h4{
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;}
    section.daisya {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
  }
    section.daisya ul {
      margin-top: 30px;
  }
    section.daisya ul li {
      font-size: 16px;
      line-height: 2;
      list-style-type: decimal;
  }
  @media screen and (min-width: 900px){
    section.daisya ul li:nth-of-type(4){
      white-space: nowrap;
    }
  }
  section.daisya p {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767px){
  .serviceLow__feature{
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .ftrLink-wrap {
    margin-top: 50px;
}
div.flow dl dd {
  margin-left: 40px;
}
.need .needlist-wrap {
  margin-top: 50px;
}
.need .needlist-wrap:last-of-type {
  margin-top: 0;
}
section.daisya ul li {
 width: 90%;
 margin: auto;
}
}

@media screen and (max-width: 600px){
  div.link {
   flex-direction: column;
   margin-top: 30px;
    margin-bottom: 30px;
   }
   div.link a {
     width: 80%;
     margin: 10px auto;
   }
   .btn {
    font-size: 1.5rem;
    line-height: 0;
    padding: 2rem 3rem;
}
}
 /*----------------------------------------------------
	よくあるご質問
----------------------------------------------------*/
.pages-faq{
  background-image: url(../img/about/main-faq.jpg);
}
.faq{
  margin-top: 50px;
  margin-bottom: 100px;
}
.lower_faq {
  background-image: url(../img/pages/faq-bg.jpg); }

.faq-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
  border-bottom: 3px solid #ff582e;
  display: inline-block; }

.faq-warp {
  margin-top: 30px; }
  .faq-warp dl {
    position: relative;
    margin: 30px 0 0;
    border: 1px solid #f5f5f5; }
    .faq-warp dl:first-child {
      margin-top: 0; }
    .faq-warp dl::after {
      position: absolute;
      top: 27px;
      right: 26px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid #000;
      border-right: 2px solid #000; }
  .faq-warp .open::after {
    transform: rotate(-45deg); }
  .faq-warp dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #f5f5f5;
    cursor: pointer; }
    .faq-warp dl dt::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 20px;
      left: 20px;
      display: block;
      content: 'Q.';
      color: #ff582e; }
  .faq-warp dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px; }
    .faq-warp dl dd::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      left: 20px;
      display: block;
      content: 'A.';
      font-weight: bold;
      color: #004f81; }
    .faq-warp dl dd p {
      margin: 30px 0 0; }
      .faq-warp dl dd p:first-child {
        margin-top: 0; }
      .faq-warp dl dd p a {
        color: #0050c7; }
        .faq-warp dl dd p a:hover {
          text-decoration: underline; }

#faq_shop {
  margin-top: 60px; }
.faq .faq-def .link{
  margin-top: 10px;
  margin-bottom: 0;
}

  @media screen and (max-width: 767px){
   .faq{
     margin-top: 50px;
     margin-bottom: 50px;
   }
  }
/*----------------------------------------------------
	サービス一覧
----------------------------------------------------*/
.pages-service{
  background-image: url(../img/service/main.jpg);
}
#service{
  margin-top: 50px;
}
.profile{
  background: rgb(255 252 241);
  padding: 20px 0 50px 0;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #02548c;
  font-weight: 700;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slider-item{
  max-width: 400px;
  width: 100%;
  margin: 50px;
}
.slider-item img{
  width: 100%;
  margin: 0 auto;
}
.slider-item h4{
  font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.slider-item p{
  margin-top: 20px;
    text-align: left;
    padding: 20px 0 0 0;
}
.service-txt{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.pad-bottom {
  padding-bottom: 100px; 
}
.service-item{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
}
.service-item img{
  width: 40%;
  margin-right: 20px;
  border-radius: 10px;
}
.service-item .item-txt h4{
  font-size: 25px;
  color: #356dc0;
  font-weight: bold;
}
.service-item .item-txt p{
 margin-top: 20px;
 line-height: 2;
}
.imgSize{
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .service-item{
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: column-reverse;
  
  }
  .service-item img{
    width: 100%;
  }
  .service-item .item-txt h4{
    margin-top: 15px;
    font-size: 22px;
  }
  .service-item .item-txt p{
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
.service-txt {
  text-align: left;
}
}

/*----------------------------------------------------
	料金表・割引
----------------------------------------------------*/
.pages-price {
  background-image: url(../img/price/main.jpg);
}
#table03{
  width: 100%;
  margin-top: 30px;
    margin-bottom: 30px;
}
#table03 th, #table03 td {
    text-align: center;
    width: 20%;
    min-width: 130px;
    padding: 20px 5px;

}

#table03 th {
  background-color: #f0f0f0;
}
#table03 td {
  text-align: center;
}

#table03 .head {
  background-color: #e2e2e2;
}
#table03 th span {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
#table03 .bk-chCol {
  background: #e9f7ff;
}
.marg-top{
  margin-top: 30px;
}

/* tab */
@media only screen and (max-width: 767px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table03 .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
.price_h4{
  padding: 1rem 2rem;
  border-left: 4px solid #ff582e;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.price .attention{
  text-align: left;
}
.marg-bt{
    margin-bottom: 30px}
.carlist-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.carlist-wrap li {
  background: #e9f7ff;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  height: 300px;
  position: relative;
}
.carlist-wrap li:after {
  max-width: 300px;
  width: 100%;
}
.carlist-wrap li span {
  font-size: 30px;
  font-weight: bold;
  color: #f15a24;
  letter-spacing: 7px;
}
.carlist-wrap li img {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 100px;
}
.carlist-wrap li h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.carlist-wrap p {
  padding-top: 15px;
}
.price p{
  text-align: center;
}
.tokuten{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.campaign{
  background: rgb(255 252 241);
  padding: 30px 0;
}
.campaign ul{
  max-width: 750px;
    width: 100%;
    margin: 50px auto;
}
.campaign ul li {
  border-bottom: dashed 2px #ddd;
  padding-bottom: 30px;
}
.campaign ul li > p{
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
.campaign-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.campaign-item span{
  color: #f15a24;
  font-size: 34px;
}
.campaign-item img{ 
  width: 12%;
}
@media screen and (max-width: 767px) {
  .campaign-item img{ 
    width: 20%;
  } }
.campaign-item h4{
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
}
.more-campaign{
  margin-bottom: 100px;
}

.more-campaign h4 {
  position: absolute;
  top: -10px;
  left: -2px;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  background: #f15a24;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.more-campaign h4:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #f17c51;
  border-left: 10px solid transparent;}

  .more-campaign h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    height: 80px;
    color: #f15a24;
  }
  .more-campaign .carlist-wrap p {
    padding-top: 15px;
    text-align: left;
    margin-top: 10px;
}
  .more-campaign .carlist-wrap .fontCg {
    font-size: 15px;
}

  /* .more-campaign .carlist-wrap li {
    background: rgb(255 252 241);
} */
  .more-campaign .carlist-wrap {
    flex-wrap : wrap;
    justify-content: space-between;
}
.more-campaign .carlist-wrap::after{
  content:"";
  display: block;
  width:300px;
}

@media only screen and (max-width: 768px) {
  section h3.mds {
    padding: 30px 0 15px;
}
  .tokuten {
    font-size: 20px;
    text-align: left;
}
.campaign-item h4 {
  font-size: 24px;
}
.campaign ul {
  margin-bottom: 0;
}
.campaign ul li > p {
  text-align: left;
  font-size: 18px;
}
  .carlist-wrap {
    justify-content: center;
    margin-top: 20px;
  }
  .carlist-wrap:last-of-type {
    margin-top: 0;
  }
  .carlist-wrap li {
    margin-top: 20px;
  }
  .more-campaign .carlist-wrap{
    justify-content: center;
  }
  .more-campaign .carlist-wrap:nth-of-type(2),.more-campaign .carlist-wrap:last-of-type {
    margin-top: 0;
  }
}
/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.pages-contact {
  background-image: url(../img/contact/main.jpg);
}
#contents{
  margin-top: 100px;
}
.lower_contact {
  background-image: url(../img/pages/contact-bg.jpg); }

.stepbar {
  text-align: center;
  display: table;
  width: 100%; }

.stepbar > li {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .stepbar > li {
      font-size: 13px; }}
.stepbar > li > span {
  display: block;
  background-color: #bdbdbd;
  color: #FFFFFF;
  padding: 5px 0;
  font-weight: bold; }

.stepbar > li > span.on {
  background-color: #ff582e; }

body#contact .icon_form {
  background-color: #e8340c;
  color: #FFFFFF;
  position: absolute;
  font-size: 1.2rem; }

body#contact .input_form {
  height: 3.5em;
  width: 96%;
  padding: 0 2%; }

body#contact .message.input_form {
  height: 17em; }

body#contact th .icon_form.blue {
  background-color: #0c93e8; }

body#contact .input_form {
  color: #8f8f8f;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px; }
  
body#contact .btn, a.btn, button.btn {
    color: #ffffff;
    /* border-radius: 0; */
}
.position {
  position: relative; }

body#contact .btnwrap {
  text-align: center;
  letter-spacing: -0.4em; }

body#contact .btnwrap input[type="submit"] {
  background-color: #a8a6a5;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
  padding: 15px 0; }

body#contact .btnwrap input[type="submit"]#submit-btn, body#contact .btnwrap input[type="submit"]#confirm-btn {
  background-color: #e8340c; }

textarea {
  resize: none; }

body#contact .last_message h2 {
  text-align: center; }

body#contact .back_to_top a {
  text-decoration: underline;
  color: #000000; }

.contact-txt {
  padding: 30px 10px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto; }

.contact-form-wrap {
  background: #FFF;
  margin: 0 auto;
  color: #333; }

#contact_content {
  float: left;
  width: 713px;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

table.contact {
  width: 100%;
  margin: 16px 0px 16px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  word-break: break-all; }

.contact th {
  width: 180px;
  padding: 15px;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc; }

.contact td {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #ccc; }

.sample-txt {
  color: #999999; }

.back, .back:hover {
  line-height: 40px;
  color: #666;
  text-decoration: none; }

.icon {
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
  padding: 3px;
  margin-left: 4px;
  white-space: nowrap;
  word-break: keep-all; }

.hissu {
  background: #C00; }

.nini {
  background: #06C; }

#contact-btn {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.naviation-bar {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto; }

.naviation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.naviation-bar ul li {
  float: left;
  width: 33.333333%;
  height: 40px;
  position: relative; }

.naviation-bar ul li div {
  padding: 6px 0 0 16px; }

  header .header-inner .nav a{
    position: relative;
  }
  header .header-inner .nav li ul{
    display: none;
    position: absolute;
    padding-left: 0;
    background: #02548c;
    width: 150px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 10px 0 0 0;
    /* color: #02548c; */
    transition: 20s;
  }

  header .header-inner .nav li ul li{
    border-top: solid 1px #aaaaaa;
    padding-top: 20px;
  }
  header .header-inner .nav li ul li:first-child{
    padding-top: 10px;
    border-top:none
  }
  header .header-inner .nav li ul li:last-child{
    padding-bottom: 0;
  }
  header .header-inner .nav li ul .col-blu{
    color: #fff;}
  header .header-inner .nav li:hover > ul{
    display: block;
    transition: 20s;
  }
  .dropdown-btn .dropA{
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  /* header .header-inner .nav li ul li:nth-child(2){
    margin-top: -5px;
  }
  header .header-inner .nav li ul li:nth-child(3){
    margin-top: -5px;
  } */

.flow-area {
  font-weight: bold;
  background: #FFF;
  padding: 2px;
  color: #333;
  border-radius: 5px; }

.flow-area-hover {
  background: #ee3124;
  padding: 2px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold; }

.arrow {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 1; }

.radio {
  margin-bottom: 0; }

input[type="radio"] {
  display: inline-block;
  margin-top: 0 !important;
  display: none; }

input[type="checkbox"] {
  display: inline-block; }

textarea[name="user_comment"] {
  width: 100%;
  min-height: 150px; }

.checkbox-label {
  display: inline-block;
  padding-right: 16px; }

.check-wrap {
  text-align: center;
  color: #333;
  font-size: 13px;
  margin-top: 16px; }

/* ナビゲーションの色 */
.cl1 {
  background: #ccc; }

.cl2 {
  background: #efefef; }

.cl1 .arrow {
  border-left: 10px solid #ccc; }

.cl2 .arrow {
  border-left: 10px solid #efefef; }

/* アラート */
.error-info {
  font-size: 12px;
  color: #C00;
  padding: 10px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  background: #FFF;
  margin-top: 16px; }

.console {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #C00; }

input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
  max-width: 1000px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 20px;
  color: #000; }

select {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px; }

textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px; }

.thanks-txt-wrap {
  line-height: 2em;
  text-align: center;
  padding: 40px; }

.thanks-txt-wrap .thanks-txt {
  font-size: 14px; }

.thanks-txt-wrap .thanks-console {
  font-size: 12px;
  color: #C00; }

.checkbox-inline {
  width: 25%; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0 !important; }

.customer-color {
  background: #09F;
  color: #fff; }

.content-wrap {
  max-width: 1200px;
  margin: auto; }

.page_header {
  background-color: #2a2a2a;
  color: #fff;
  padding: 5px 0 10px;
  margin-top: 80px; }

.page_header .mincho {
  height: 85px; }

.position {
  position: relative; }

.icon_form {
  background-color: #e91713;
    color: #FFFFFF;
    position: absolute;
    right: 50px;
    font-size: .8rem;
    padding: 3px 10px 2px;
    margin-top: 4px; }

.icon_form.blue {
  background-color: #0078e8; }

.mt-2 {
  margin-top: 16px !important; }

/* .tbl_style01 th {
	width: 20%;
	padding-right: 5%;
} */
.tbl_style01 th, .tbl_style01 td {
  padding: 25px 0; }

.tbl_style01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px 0px; }

.tbl_style01 th, .tbl_style01 td {
  border-bottom: 1px solid #d2d2d2; }

.tbl_style01 th {
  text-align: left;
  vertical-align: middle;
  width: 225px; }

.input_form {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px; }

.input_form {
  height: 3.5em;
  width: 100%;
  padding: 0 2%; }

textarea {
  resize: none; }

.hide {
  display: none; }

.btnwrap {
  text-align: center;
  letter-spacing: -0.4em;
  padding: 100px 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.flowMove {
  padding: 14px;
  width: 350px;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
  background-color: #ff582e; 
  height: 52px;}

a.flowMove {
  padding: 5px;
  width: 350px;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
  background-color: #a8a6a5;
  height: 52px;
   }

.flowMove:hover {
  transition: .3s ease-in-out;
  opacity: .6; }

.txt {
  margin-bottom: 50px;
  text-align: left; }

.message.input_form {
  height: 17em; }

.container h2 {
  font-size: 1.4em; }

  .container .txt{
    text-align: center;
}
  .container .tanks-txt{
    margin-top: 30px;
}


@media screen and (max-width: 767px) {
  .contact th {
    width: 30%;
    padding: 4px;
    box-sizing: border-box; }

  .flow-area, .flow-area-hover {
    font-size: 11px; }

  .tbl_style01 th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 0; }

  .tbl_style01 td {
    width: 100%;
    display: block;
    padding: 15px 0; }

  .icon_form {
    margin-left: 10px;
    padding: 2px 5px;
    position: static; }

  .container h2 {
    font-size: 1.2em; }

  .txt-box {
    margin-top: 20px; }

  .btnwrap {
    flex-direction: column; }

  .btnwrap a.flowMove {
    margin-bottom: 20px; } }

    .form_end p {
      text-align: center;
      margin: 30px 0;
  }
  /* .form_end p span {
    background: #f83030;
    color: #fff;
    padding: 0 2%;
    margin-left: 10px;
    text-align: center;
} */
  .form_end .icon_form {
    position: static;
    right: auto;
}
  .form_end label {
    width: auto;
}
.policyBox {
  margin: 20px auto;
  width: 636px;
  padding: 25px;
  border: #a7a7a7 1px solid;
  text-align: left;
  height: 200px;
  overflow: auto;
  font-size: 12px;
  line-height: 2.5em;
}
.policyBox h1 {
  font-size: 1.5em;
  color: darkred;
  font-weight: 200;
}
.policyBox p {
  font-size: 12px;
  line-height: 2.5em;
}
.policyBox h2 {
  font-size: 1.4em;
  color: rgba(49,49,49,0.80);
  font-weight: bold;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.container .txt {
  text-align: left;
}
}
.marlef{
  margin-right: 13px;
}
/*----------------------------------------------------
	ネット予約
----------------------------------------------------*/
.pages-net {
  background-image: url(../img/net/main.jpg);
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
.pages-news {
  background-image: url(../img/news/main.jpg);
}
.cmsCatTag-list {
  display: flex;
  flex-wrap: wrap;
display: none; }
  .cmsCatTag-list li {
    line-height: 1;
    background-color: #fff;
    border: solid 0.2px; 
    border-left: 0;
  }
  .cmsCatTag-list li:first-child {
    border-left: solid 0.2px;
  }
    .cmsCatTag-list li a {
      padding: 16px 20px;
      display: block; 
      color: #fff;
    }
.news .cmsCatTag-list .bg-color-2 {
  border-left: none;
}
.news .cmsCatTag-list .bg-color-1:hover, .news .cmsCatTag-list .bg-color-2:hover{
  opacity: 0.7;
  transition: .3s;
}
.news .cmsCatTag-list .bg-color-all{
  background-color: #ff572e;
  border-right: none;
  padding: 16px 20px;
  display: block;
}
.news .cmsCatTag-list .bg-color-all span{
  color: #fff;
}
.pagination {
  display: flex;
  list-style: none;
  border-radius: .25rem; 
margin-top: 50px;}
  .pagination li:first-child .page-link {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .pagination .page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    color: #8a93a2; }
  .pagination .page-item .page-link {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0; }
  .pagination .page-item span, .pagination .page-item a {
    display: block;
    padding: 1em;
    line-height: 1; }
  .pagination P {
    margin-top: 0; }

.cmsCat-wrap {
  max-width: 300px;
  width: 100%;
  align-self: flex-start; }
.cmsCat-wrap h3 {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: normal; }

.cmsCat-list {
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc; }

.cmsCat-head {
  display: flex;
  color: #fff;
  background-color: #777;
  padding: 12px 10px;
  line-height: 1;
  }
.cmsCat-item {
  margin-top: 20px; }
.cmsCat-item:first-child {
  margin-top: 0; } 

.cmsCat-post {
  display: flex;
  position: relative;
  padding: 10px 0; }
  .cmsCat-post .cmsCat-post a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 2; }

.cmsCat-link a {
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #fff;
  line-height: 1;
margin-left: 100px; }
.cms-wrap{
  align-items: flex-start;
  display: flex;
    margin-top: 150px;
    justify-content: space-between;
    margin-bottom: 100px;
}
.news-page i {
  border-bottom: 1px dotted #000;
  list-style: none;
  padding: 10px;
  width: 800px; }
.news-page a {
  color: #000;
  text-decoration: none; }
.news-page span {
  width: 20px;
  display: inline-block;
  margin-right: 20px;
  padding: 5px; }
.news-page time {
  display: inline-block;
  font-weight: bold;
  margin-right: 40px;
  margin-right: 15px;
  width: 130px; }
.news-page p {
  color: #1c448d;
  display: inline-block;
  text-decoration: underline; }
.news-page .new{
  overflow-wrap: anywhere;
  max-width: 700px;
  width: 100%;
  /* align-items: flex-end; */
  display: table-cell;
}
.news-page .new::after {
  content: "NEW";
  color: #d10606;
  font-size: 1.1rem;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1; }
  .news-page li{
    margin-top: 20px;
  }
  .news-page li:first-child{
    margin-top: 0;
  }

  .cmsCat-list .menu label {
  color: #fff;
  padding: 5px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 13px;
  position: relative;
    margin-right: 3px;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
}

.cmsCat-list .menu label:hover {
  opacity: .8;
}
.cmsCat-list .menu label::after{
  position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	
}

.cmsCat-list .menu input[type="checkbox"].on-off{
  display: none;
}

.cmsCat-list .menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cmsCat-list .menu .news-date {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  background: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px;
  border: solid 1px #e7e7e7;
  border-top: none;
}

.cmsCat-list .menu li {
    width: 80px;
    background: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    padding: 2px;
    font-size: 13px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.cmsCat-list .menu input[type="checkbox"].on-off + ul{
  display: none;
}

.cmsCat-list .menu input[type="checkbox"].on-off:checked + ul{
  display: block;
}
.side {
  max-width: 225px;
  width: 24%;
  margin: 0 0 20px;
}
.side h4 {
  padding: 5px 10px;
  background-color:#ff572e;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.side > ul > li {
  margin: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.side > ul > li:hover {
  opacity: 0.7;
  transition: .3s;
}
.side .cat-item a{
    display: block;
    padding: 10px;
    color: #fff;}

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

  .cms-wrap {
    margin-top: 50px;
}
.cmsCatTag-list {
    display: flex;
    margin-top: 50px;
     }
     .side {
    display: none;
  }
}


/*----------------------------------------------------
	お知らせ記事
----------------------------------------------------*/
.cms-wrap .cms-main {
  width: calc(100% - 300px);
}
.cmsEntry-ttl {
  font-size: 26px;
  font-weight: bold;
}
.cmsEntry-img img {
  width: 100%;
  display: block;
}

.cmsTag-list {
  display: flex;
  margin-top: 5px;
}
.cmsTag-list .bg-color-1 {
  background-color: #ff8400;
  border-radius: 5px;
} 
.cmsTag-list .bg-color-1 a {
  padding: 5px;
    font-size: 13px;
    color: #fff;
} 
.cmsTag-list .bg-color-2 {
  background-color: #f86987;
  border-radius: 5px;
} 
.cmsTag-list .bg-color-2 a {
  padding: 5px;
    color: #fff;
    font-size: 13px;
} 
.cmsTag-list .bg-color-3 {
  background-color: #2296f3;
  border-radius: 5px;
} 
.cmsTag-list .bg-color-3 a {
  padding: 5px;
    font-size: 13px;
    color: #fff;
} 
.cmsTag-list .bg-color-4 {
  background-color: #d61819;
  border-radius: 5px;
} 
.cmsTag-list .bg-color-4 a {
  padding: 5px;
    color: #fff;
    font-size: 13px;
} 
.cmsTag-list .bg-color-5 {
  background-color: #0a2b4c;
  border-radius: 5px;
} 
.cmsTag-list .bg-color-5 a {
  padding: 5px;
    font-size: 13px;
    color: #fff;
} 
.cmsTag-list .bg-color-6 {
  background-color: #2eb85c;
  border-radius: 5px;
} 
.cmsTag-list .bg-color-6 a {
  padding: 5px;
    color: #fff;
    font-size: 13px;
} 


.cmsEntry-block {
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 3px;
}
.cmsEntry-list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.cmsEntry-list .cmsEntry-item:last-child {
  margin-right: 0; 
}
.cmsEntry-list .cmsEntry-item a {
  padding: 15px;
  background-color: #929292;
  color: #fff;
  line-height: 1;
  display: block;
  transition: all 300ms 0s ease;
}
.cmsEntry-list .cmsEntry-item {
  margin-right: 20px;
}
.cms-wrap .cms-aside {
  width: 300px;
  margin-left: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
.cms-wrap .cms-main {
  width: 100%;
}
.cmsEntry-ttl {
  font-size: 20px;
}
}
/*----------------------------------------------------
  ポリシー
----------------------------------------------------*/
.pages-policy {
  background-image: url(../img/policy/main.jpg);
}
#policy{
  margin-top: 50px;
  margin-bottom: 50px;
}
.policy-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 60px;
  border-bottom: 3px solid #d51819;
  display: inline-block; }

.policy-warp {
  margin-top: 50px;
  margin-left: 20px;
  line-height: 2; }
  .policy-warp li {
    margin-top: 10px;
    list-style-type: none; }
  .policy-warp span {
    font-weight: bold; }

.policy-item {
  margin-left: 40px;
  margin-top: 10px; }
  .policy-item .item-txt {
    margin-left: 10px;
    margin-left: 40px; }

    @media screen and (max-width: 1024px) {
      .s_01 .accordion_one .accordion_header {
        font-size: 18px;
      }
      .s_01 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
      }
    }
    @media screen and (max-width: 767px) {
      .s_01 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
      }
    }

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
.pages-company {
  background-image: url(../img/company/main.jpg);
}
.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.bg-gray-img {
  background: url();
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_lead {
  font: 500 14px / 1.8 YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 260%;
  font-weight: 700;
  margin-bottom: 40px;
}
.certification{
  width: 50%;
}
.txt{
  text-align: left;
  max-width: 650px;
  width: 100%;
  margin: 50px auto;
}
.greeting .txt li {
  line-height: 3;
}
.greeting--img img {
  border: 8px solid #fff;
  width: auto;
  max-width: 100%;
}
.profile {
  background-attachment: fixed;
  background-size: cover;
}
.profile-company{
  background: url("../img/company/bk-img.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.comtable-area{
  background: #ff582e;
  color: #fff;
    padding: 20px 0;
    margin: 50px 0 0 0;
}
.col-wt{
  color: #fff;
}
.section_ttl {
  position: relative;
  padding: 1.5rem 1.5rem 0 1.5rem;
  text-align: center;
  font-size: 30px;
    font-weight: 700;
}

.section_ttl:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ff3737;
}
#table01{
  width: 60%;
  margin: 50px auto;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
  text-align: left;
}

#table01 th {
  width: 30%;
}
.access {
  padding-top: 56px;
}
/* #company-map {
    max-width: 100%;
    width: auto;
    padding-bottom: 50px;
    background: #fff;
    margin: 50px auto;
    text-align: center;
} */
#company-map{
  position:relative;
  width: 100%;
  margin: 50px auto;
  height:0;
  padding-top:55%;

}
#company-map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media only screen and (max-width: 767px) {
  .greeting{
    margin-top: 50px;
  }
  .service_lead {
    font-size: 25px;
}
  .certification {
    width: 80%;
}
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
  .section_pdg {
    padding-top: 0;
    padding-bottom: 0;
}
}
  