@charset "UTF-8";
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
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,
strong,
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;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

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

blockquote,
q {
  quotes: none;
}

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

main {
    padding-top: 0px;
  } 
@media only screen and (max-width: 1199px) {
  main {
    padding-top: 80px;
  } 
}

/* ------------------------------------------------------------
初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

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

/* ------------------------------------------------------------
iframe
------------------------------------------------------------ */
.google-map iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
印刷設定
------------------------------------------------------------ */
@media print {
  body {
    zoom: 90%;
    overflow-y: visible;
    overflow-x: visible;
  }
  a {
    text-decoration: none !important;
  }
  .header-wrap {
    position: static !important;
  }
  .gnav-wrap {
    display: none !important;
  }
  #pagetop {
    display: none !important;
  }
}

.pbb {
  page-break-before: always;
}

/* ------------------------------------------------------------
表示有無設定（ブラウザサイズ）
------------------------------------------------------------ */
@media print, screen and (min-width: 992px) {
  .min992 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .max991 {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .min768 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .max767 {
    display: none;
  }
}

/* ------------------------------------------------------------
html・body
------------------------------------------------------------ */
html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}

body {
  font-family: 'Roboto',
 'Noto Sans JP',
 "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 メイリオ,
 Meiryo,
 sans-serif;
}

body .ffm {
  font-family: 'Noto Serif JP',
 Georgia,
 游明朝,
 "Yu Mincho",
 YuMincho,
 "Hiragino Mincho ProN",
 HGS明朝E,
 メイリオ,
 Meiryo,
 serif;
}

/* ------------------------------------------------------------
レイアウト・タグ設定
------------------------------------------------------------ */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

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

.ta-left {
  text-align: left;
}

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

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.fti {
  text-indent: 1em;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 2px;
}

.decimal li {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 2px;
}

/* ------------------------------------------------------------
リンク設定
------------------------------------------------------------ */
a {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
}

.link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  padding: 15px 45px;
  background: #a4b358;
  border-radius: 3px;
}

.link-btn a:hover {
  color: #ffffff;
  background: #8aa30a;
}

.link-btn a i {
  font-size: 20px;
  margin-left: 8px;
}

/* ------------------------------------------------------------
form
------------------------------------------------------------ */
form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form label input {
  margin-right: 2px;
}

form input[type="text"],
form textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

form input[type="radio"],
form input[type="checkbox"] {
  margin: 5px 4px 0 0;
}

form textarea {
  min-height: 100px;
}

form button[type="submit"],
form button[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  padding: 15px 45px;
  background: #a4b358;
  border-radius: 3px;
  border: none;
}

form button[type="submit"]:hover,
form button[type="button"]:hover {
  color: #ffffff;
  background: #8aa30a;
}

form button[type="submit"] i,
form button[type="button"] i {
  margin-left: 5px;
}

form button[type="button"].return {
  color: #333333;
  background: #f5f5f5;
}

form button[type="button"].return:hover {
  color: #ffffff;
  background: #666666;
}

form ::-webkit-input-placeholder {
  color: #cccccc;
}

form ::-moz-placeholder {
  color: #cccccc;
}

form :-ms-input-placeholder {
  color: #cccccc;
}

/* ------------------------------------------------------------
表 - table
------------------------------------------------------------ */
.table-ul-box {
  width: 100%;
}

.table-ul-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-ul-box ul li {
  margin: 0 1em .5em 0;
}

.table-row {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.table-row tr th,
.table-row tr td {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.table-row tr th {
  background: #f5f5f5;
}

.table-row tr td {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .table-row {
    border-bottom: none;
  }
  .table-row tr th,
  .table-row tr td {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #eeeeee;
  }
  .table-row tr th {
    width: 25%;
  }
  .table-row tr td {
    width: 75%;
  }
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll table {
  width: 100%;
}

.table-scroll::after {
  content: "※このテーブルは横にスクロールできます。";
}

/* ------------------------------------------------------------
ページトップへ戻る
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 999;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
          animation: rotates 0.7s linear infinite;
}

@-webkit-keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ------------------------------------------------------------
bootstrap
------------------------------------------------------------ */
/* bootstrap container base + 30px */
.container {
  width: 100%;
}

@media print, screen and (min-width: 1140px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

/* ie scroll bar位置調整 */
@-ms-viewport {
  width: auto;
}

/* ------------------------------------------------------------
カラー設定（テキスト）
------------------------------------------------------------ */
.fc-red {
  color: #c60000;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  background: #ffffff;
  z-index: 100;
  position: fixed;
}

@media only screen and (max-width: 767px) {
  header .header-wrap {
    height: 80px;
  }
}

header .header-wrap .logo {
  margin: 0 65px 0 0;
}


header .header-wrap .logo img {
  max-width: 350px;
  width: 100%;
}

header .header-wrap .logo a:hover img {
  opacity: 1;
}

header .header-wrap .contact-box {
  display: none;
}

@media print, screen and (min-width: 992px) {
  header .header-wrap .logo {
    margin-right: 60px;
  }
  header .header-wrap .contact-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 70px;
  }
  header .header-wrap .contact-box .day-time-txt {
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
  }
  header .header-wrap .contact-box .store-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

            align-items: center;

    width: 100%;
  }
  header .header-wrap .contact-box .store-flex-box .box {
    text-align: center;
    margin-left: 15px;
  }
  header .header-wrap .contact-box .store-flex-box .box .name {
    font-size: 14px;
    color: #ffffff;
    width: 140px;
    background: #ff9999;
  }
  header .header-wrap .contact-box .store-flex-box .box .tel {
    font-size: 20px;
    font-weight: 700;
  }
}

@media print, screen and (min-width: 1200px) {
  header .header-wrap .contact-box {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer .footer-wrap {
  padding: 60px 0;
  border-top: 1px solid #cccccc;
}

footer .footer-wrap .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-wrap .footer-box .data-box {
  width: 100%;
}

footer .footer-wrap .footer-box .data-box .logo {
  text-align: center;
  margin: 0 15px 20px;
}

footer .footer-wrap .footer-box .data-box p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}

footer .footer-wrap .footer-box .data-box .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 10px;
}

footer .footer-wrap .footer-box .data-box .tel-box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #ffffff;
  width: 140px;
  margin-right: 10px;
  background: #ff9999;
}

footer .footer-wrap .footer-box .data-box .tel-box .tel {
  font-size: 20px;
  font-weight: 700;
}

footer .footer-wrap .footer-box .link-box {
  display: none;
}

@media screen and (min-width: 992px) {
  footer .footer-wrap {
    padding: 60px 0;
    border-top: 1px solid #cccccc;
  }
  footer .footer-wrap .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-wrap .footer-box .data-box {
    width: 400px;
  }
  footer .footer-wrap .footer-box .data-box .logo {
    text-align: left;
    margin: 0 0 40px;
  }
  footer .footer-wrap .footer-box .data-box p {
    font-size: 14px;
    color: #666666;
    text-align: left;
  }
  footer .footer-wrap .footer-box .data-box .tel-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-wrap .footer-box .link-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footer-wrap .footer-box .link-box .box {
    min-width: 140px;
    margin-left: 20px;
  }
  footer .footer-wrap .footer-box .link-box .box .title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid #ff9999;
    border-bottom: 1px solid #ff9999;
  }
  footer .footer-wrap .footer-box .link-box .box ul li a {
    font-size: 12px;
  }
  footer .footer-wrap .footer-box .link-box .box ul li a i {
    color: #a4b358;
    margin-right: 5px;
  }
  footer .footer-wrap .footer-box .link-box .box ul li a:hover {
    color: #8aa30a;
  }
  footer .footer-wrap .footer-box .link-box .box ul li ul {
    margin-left: 15px;
  }
}

footer .copyright {
  font-size: 14px;
  color: #ffffff;
  text-align: right;
  padding: 5px 15px;
  background: #666666;
}

footer .copyright i {
  margin-right: 5px;
}

/* ------------------------------------------------------------
nav
------------------------------------------------------------ */
.gnav-wrap {
  display: none;
}

@media print, screen and (min-width: 1200px) {
  .gnav-wrap {
    display: block;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
  }
  .gnav-wrap .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .gnav-wrap .gnav li {
    position: relative;
    text-align: center;
    width: calc(100% / 7);
    height: 100%;
    margin: 0;
  }
  .gnav-wrap .gnav li:nth-child(3) ul {
    left: -25%;
    width: 100%;
  }
  .gnav-wrap .gnav li:nth-child(4) ul {
    left: -25%;
    width: 100%;
  }
  .gnav-wrap .gnav li:nth-child(5) ul {
    left: -25%;
    width: 100%;
  }
  .gnav-wrap .gnav li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    line-height: 1;
    padding: 20px 5px;
  }
  .gnav-wrap .gnav li a:hover, .gnav-wrap .gnav li a.current {
    color: #ff9999;
  }
  .gnav-wrap .gnav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
  .gnav-wrap .gnav li ul li {
    overflow: hidden;
    width: 150%;
    height: 0;
    background: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .gnav-wrap .gnav li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    background: #ffffff;
    border-top: 1px dashed #cccccc;
  }
  .gnav-wrap .gnav li:hover ul li {
    overflow: visible;
    height: 46px;
  }
  .gnav-wrap .gnav li:hover ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnav-wrap .gnav li:hover ul li a:hover {
    color: #ff9999;
  }
}

@media print, screen and (min-width: 1600px) {
  .gnav-wrap .gnav {
    padding: 0 90px;
  }
}

/* ------------------------------------------------------------
スマホ用グローバルナビ
------------------------------------------------------------ */
.menu-btn {
  position: fixed;
  top: 15px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 650;
  background: #ff9999;
}

@media print, screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 600;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

.sp-gnav {
  padding: 0 15px 40px;
}

.sp-gnav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 0 90px 0 0;
  height: 80px;
}

.sp-gnav .logo img {
  max-width: 350px;
  width: 100%;
}

.sp-gnav .gnav-list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 1em;
  border-bottom: 1px solid #cccccc;
}

.sp-gnav .gnav-list-box .title:hover, .sp-gnav .gnav-list-box .title.current {
  background: #f5f5f5;
}

.sp-gnav .gnav-list-box .title i {
  font-size: 20px;
  color: #ff9999;
  margin-left: 6px;
}

.sp-gnav .gnav-list-box ul li {
  border-bottom: 1px solid #cccccc;
}

.sp-gnav .gnav-list-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 1em;
}

.sp-gnav .gnav-list-box ul li a:hover, .sp-gnav .gnav-list-box ul li a.current {
  background: #f5f5f5;
}

.sp-gnav .gnav-list-box ul li a i {
  font-size: 20px;
  color: #ff9999;
  margin-right: 6px;
}

.sp-gnav .gnav-list-box .nav-sub-category li {
  border-bottom: 1px dashed #cccccc;
}

.sp-gnav .gnav-list-box .nav-sub-category li:last-child {
  border-bottom: 1px solid #cccccc;
}

.sp-gnav .gnav-list-box .nav-sub-category li a {
  padding-left: 2em;
}

.sp-gnav .gnav-list-box .store-flex-box {
  width: 100%;
  margin-top: 20px;
}

.sp-gnav .gnav-list-box .store-flex-box .box {
  text-align: center;
  margin: 0 0 20px;
}

.sp-gnav .gnav-list-box .store-flex-box .box .name {
  font-size: 15px;
  color: #ffffff;
  padding: 5px;
  background: #ff9999;
}

.sp-gnav .gnav-list-box .store-flex-box .box .tel {
  font-size: 20px;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .sp-gnav .gnav-list-box .store-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-gnav .gnav-list-box .store-flex-box .box {
    width: calc((100% - 40px) / 3);
    margin: 0 0 0 15px;
  }
  .sp-gnav .gnav-list-box .store-flex-box .box .name {
    margin: 0;
  }
}

/* 開閉ボックス */
.open-check {
  display: none;
}

.open-label {
  cursor: pointer;
  display: block;
}

.open-content {
  height: 0px;
  display: none;
}

.open-check:checked + .open-label + .open-content {
  display: block;
  height: 100%;
  -webkit-animation: show .3s linear 0s;
          animation: show .3s linear 0s;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ------------------------------------------------------------
共通設定
------------------------------------------------------------ */
.white-wrap {
  padding: 40px 0;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .white-wrap {
    padding: 60px 0;
  }
}

.stripe-wrap {
  padding: 40px 0;
  background: url(../images/common/stripe.png) repeat #fff8f8;
}

@media print, screen and (min-width: 768px) {
  .stripe-wrap {
    padding: 60px 0;
  }
}

.cont-box {
  margin-bottom: 60px;
}

.cont-box:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .cont-box {
    margin-bottom: 90px;
  }
}

.pankuzu {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .pankuzu .pankuzu-arrow {
    color: #aaaaaa;
    margin: 0 10px;
  }
}

.cont-title-wrap {
  text-align: center;
  padding: 60px 15px;
  background: #cccccc;
}

.cont-title-wrap .cont-title {
  display: inline-block;
  font-size: 23px;
  letter-spacing: .05em;
  padding: 14px 20px 16px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  text-shadow: #ffffff 2px 0px,
 #ffffff -2px 0px,
 #ffffff 0px -2px,
 #ffffff 0px 2px,
 #ffffff 2px 2px,
 #ffffff -2px 2px,
 #ffffff 2px -2px,
 #ffffff -2px -2px,
 #ffffff 1px 2px,
 #ffffff -1px 2px,
 #ffffff 1px -2px,
 #ffffff -1px -2px,
 #ffffff 2px 1px,
 #ffffff -2px 1px,
 #ffffff 2px -1px,
 #ffffff -2px -1px;
}

@media screen and (min-width: 768px) {
  .cont-title-wrap {
    padding: 110px 15px;
  }
  .cont-title-wrap .cont-title {
    font-size: 34px;
    letter-spacing: .1em;
    padding: 14px 90px 16px;
  }
}

.strength-title {
  background: url(../images/strength/title-bg.jpg) no-repeat center center/cover;
}

.service-title {
  background: url(../images/service/title-bg.jpg) no-repeat center center/cover;
}

.car_touroku-title,
.for-dealer-title,
.general-customer-title {
  background: url(../images/car_touroku/title-bg.jpg) no-repeat center center/cover;
}

.syutyofuin-title {
  background: url(../images/syutyofuin/title-bg.jpg) no-repeat center center/cover;
}

.syako-title {
  background: url(../images/syako/title-bg.jpg) no-repeat center center/cover;
}

.kaisou-title {
  background: url(../images/kaisou/title-bg.jpg) no-repeat center center/cover;
}

.unsou-title {
  background: url(../images/unsou/title-bg.jpg) no-repeat center center/cover;
}

.oss-title {
  background: url(../images/oss/title-bg.jpg) no-repeat center center/cover;
}

.office-title {
  background: url(../images/office/title-bg.jpg) no-repeat center center/cover;
}

.kankatutiiki-title {
  background: url(../images/kankatutiiki/title-bg.jpg) no-repeat center center/cover;
}

.profile-title {
  background: url(../images/profile/title-bg.jpg) no-repeat center center/cover;
}

.news-title {
  background: url(../images/news/title-bg.jpg) no-repeat center center/cover;
}

.faq-title {
  background: url(../images/faq/title-bg.jpg) no-repeat center center/cover;
}

.contact-title {
  background: url(../images/contact/title-bg.jpg) no-repeat center center/cover;
}

.cont-sub-title-1 {
  font-size: 22px;
  text-align: center;
}

.cont-sub-title-1 span {
  position: relative;
  display: inline-block;
  margin-bottom: 2.5em;
}

.cont-sub-title-1 span::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #ff9999;
}

@media screen and (min-width: 768px) {
  .cont-sub-title-1 {
    font-size: 28px;
  }
  .cont-sub-title-1 span {
    margin-bottom: 2em;
  }
}

.cont-sub-title-2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #ff9999 0%, #fff8f8 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#ff9999), to(#fff8f8));
     border-image: linear-gradient(to right, #ff9999 0%, #fff8f8 100%);
  border-image-slice: 1;
}

.cont-sub-title-2 h3 {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .cont-sub-title-2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.cont-sub-title-3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-left: 4px solid #ff9999;
}

@media screen and (min-width: 768px) {
  .cont-sub-title-3 {
    font-size: 18px;
  }
}

.cont-pink-txt {
  font-size: 18px;
  font-weight: 700;
  color: #ff9999;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cont-pink-txt {
    font-size: 24px;
  }
}

.cont-blue-txt {
  font-size: 16px;
  color: #5c9fc8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cont-blue-txt {
    font-size: 20px;
    font-weight: 700;
  }
}

.office-txt-box .txt-1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.office-txt-box .txt-2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.office-txt-box .txt-2 .b-1 {
  font-size: 38px;
  color: #ff9999;
}

.office-txt-box .txt-2 .b-2 {
  font-size: 70px;
  color: #ff9999;
}

@media print, screen and (min-width: 768px) {
  .office-txt-box .txt-1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .office-txt-box .txt-2 {
    font-size: 28px;
  }
  .office-txt-box .txt-2 .b-1 {
    font-size: 44px;
  }
  .office-txt-box .txt-2 .b-2 {
    font-size: 76px;
  }
}

@media print, screen and (min-width: 992px) {
  .office-txt-box .txt-1 {
    font-size: 28px;
  }
  .office-txt-box .txt-2 {
    font-size: 32px;
  }
  .office-txt-box .txt-2 .b-1 {
    font-size: 48px;
  }
  .office-txt-box .txt-2 .b-2 {
    font-size: 80px;
  }
}

.office-box {
  margin: 80px 0 0 0;
}

.office-box .office-list-1,
.office-box .office-list-2 {
  padding: 10px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

.office-box .office-list-1 .name,
.office-box .office-list-2 .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #666666;
}

.office-box .office-list-1 .name span,
.office-box .office-list-2 .name span {
  font-size: 12px;
}

.office-box .office-list-1 .flex-box,
.office-box .office-list-2 .flex-box {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.office-box .office-list-1 .flex-box .box .link,
.office-box .office-list-2 .flex-box .box .link {
  margin: 15px auto 10px;
}

.office-box .office-list-1 .flex-box .box .link a,
.office-box .office-list-2 .flex-box .box .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  padding: 8px 15px;
  background: #a4b358;
  border-radius: 3px;
}

.office-box .office-list-1 .flex-box .box .link a:hover,
.office-box .office-list-2 .flex-box .box .link a:hover {
  background: #8aa30a;
}

.office-box .office-list-1 .flex-box .box .link a i,
.office-box .office-list-2 .flex-box .box .link a i {
  margin-left: 5px;
}

.office-box .office-list-1 .flex-box .box img,
.office-box .office-list-2 .flex-box .box img {
  margin-bottom: 10px;
  border: 5px solid #f5f5f5;
}

.office-box .office-list-2 {
  margin: 10px 0;
}

@media print, screen and (min-width: 768px) {
  .office-box .office-list-1 .flex-box,
  .office-box .office-list-2 .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    text-align: left;
  }
  .office-box .office-list-1 .flex-box .box,
  .office-box .office-list-2 .flex-box .box {
    width: 50%;
  }
  .office-box .office-list-1 .flex-box .box .link,
  .office-box .office-list-2 .flex-box .box .link {
    margin: 10px 0 0 0;
  }
  .office-box .office-list-1 .flex-box .box:first-child,
  .office-box .office-list-2 .flex-box .box:first-child {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .office-box .office-list-1 .flex-box .box img,
  .office-box .office-list-2 .flex-box .box img {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 992px) {
  .office-box {
    margin: 80px 0 0 0;
    padding: 0 0 60px 0;
    background: url(../images/common/map.png) no-repeat top center;
  }
  .office-box .office-list-1,
  .office-box .office-list-2 {
    width: 40%;
    padding: 10px;
    background: #ffffff;
    border: 1px dashed #cccccc;
  }
  .office-box .office-list-1 .flex-box,
  .office-box .office-list-2 .flex-box {
    font-size: 14px;
  }
  .office-box .office-list-1 {
    margin: 0 0 0 auto;
  }
  .office-box .office-list-2 {
    margin: 10px auto 10px 0;
  }
}

/* ------------------------------------------------------------
トップページ
------------------------------------------------------------ */
#index {
  /*-------横幅の間隔をとる-------*/
}

#index .slick-slide {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

@media screen and (min-width: 1200px) {
  #index .slick-slide {
    margin-top: 20px !important;
  }
}

#index .slick-dots li button:before {
  font-size: 48px !important;
}

#index .in-two-flex-wrap .two-flex-box {
  margin: 0 15px;
}

#index .in-two-flex-wrap .two-flex-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  color: #ff9999;
  text-align: center;
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

#index .in-two-flex-wrap .two-flex-box .title span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  width: 100%;
}

#index .in-two-flex-wrap .two-flex-box .box {
  border-bottom: 2px solid #ffffff;
}

#index .in-two-flex-wrap .two-flex-box .box a {
  display: block;
}

#index .in-two-flex-wrap .two-flex-box .box a .img {
  position: relative;
}

#index .in-two-flex-wrap .two-flex-box .box a .img .category-title {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0.8);
}

#index .in-two-flex-wrap .two-flex-box .box a .img .category-title i {
  position: absolute;
  right: 20px;
  font-size: 24px;
  color: #a4b358;
}

#index .in-two-flex-wrap .two-flex-box .box a:hover .img .category-title {
  color: #ffffff;
  background: #a4b358;
}

#index .in-two-flex-wrap .two-flex-box .box a:hover .img .category-title i {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  #index .in-two-flex-wrap .two-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .in-two-flex-wrap .two-flex-box .title {
    font-size: 28px;
    height: 150px;
  }
  #index .in-two-flex-wrap .two-flex-box .title span {
    font-size: 18px;
    margin-bottom: -5px;
  }
  #index .in-two-flex-wrap .two-flex-box .box {
    width: 50%;
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
}

@media screen and (min-width: 992px) {
  #index .in-two-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .in-two-flex-wrap .two-flex-box {
    width: 50%;
    margin: 0;
  }
  #index .in-two-flex-wrap .two-flex-box .title {
    font-size: 24px;
  }
  #index .in-two-flex-wrap .two-flex-box .box a .img .category-title {
    font-size: 15px;
    text-align: left;
  }
  #index .in-two-flex-wrap .two-flex-box .box a .img .category-title i {
    right: 10px;
  }
}

@media screen and (min-width: 1300px) {
  #index .in-two-flex-wrap .two-flex-box .title {
    font-size: 28px;
  }
  #index .in-two-flex-wrap .two-flex-box .box a .img .category-title {
    font-size: 18px;
  }
  #index .in-two-flex-wrap .two-flex-box .box a .img .category-title i {
    right: 20px;
    font-size: 24px;
  }
}

#index .check-txt .txt-1 {
  font-size: 18px;
  font-weight: 700;
  color: #ff9999;
  text-align: center;
}

#index .check-txt .txt-2 {
  font-size: 15px;
  color: #5c9fc8;
  text-align: center;
  margin: 10px 0 0 0;
}

#index .check-txt .check-box {
  margin: 20px 0 0 0;
  padding: 20px;
  border: 1px dashed #cccccc;
}

#index .check-txt .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index .check-txt .check-box .box .icon {
  font-size: 40px;
  color: #ff9999;
  width: 46px;
}

#index .check-txt .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #index .check-txt .txt-1 {
    font-size: 25px;
  }
  #index .check-txt .txt-2 {
    font-size: 18px;
    margin: 0;
  }
  #index .check-txt .check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  #index .check-txt .check-box .box {
    font-size: 16px;
    width: calc((100% - 20px) / 2);
  }
  #index .check-txt .check-box .box .icon {
    font-size: 30px;
    width: 36px;
  }
}

@media screen and (min-width: 992px) {
  #index .check-txt .check-box {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 1140px) {
  #index .check-txt .txt-1 {
    font-size: 28px;
  }
}

#index .oshirase-list {
  margin-bottom: 20px;
}

#index .oshirase-list li {
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

#index .oshirase-list li:first-child {
  border-top: 1px solid #eeeeee;
}

#index .oshirase-list li .date .new {
  color: #c60000;
  margin-left: 20px;
}

#index .oshirase-list li .txt {
  margin: 0 0 10px;
}

#index .oshirase-list li .link {
  width: 100px;
  margin-left: auto;
}

#index .oshirase-list li .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  padding: 6px 15px;
  background: #a4b358;
  border-radius: 3px;
}

#index .oshirase-list li .link a:hover {
  background: #8aa30a;
}

#index .oshirase-list li .link a i {
  margin-left: 6px;
}

@media print, screen and (min-width: 768px) {
  #index .oshirase-list {
    margin-bottom: 40px;
  }
  #index .oshirase-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .oshirase-list li .date {
    width: 200px;
  }
  #index .oshirase-list li .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}

#index .in-three-flex-wrap {
  margin: 0 15px;
}

#index .in-three-flex-wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  color: #ff9999;
  text-align: center;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}

#index .in-three-flex-wrap .box {
  border-bottom: 2px solid #ffffff;
}

#index .in-three-flex-wrap .box a {
  display: block;
}

#index .in-three-flex-wrap .box a .img {
  position: relative;
}

#index .in-three-flex-wrap .box a .img .category-title {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0.8);
}

#index .in-three-flex-wrap .box a .img .category-title i {
  position: absolute;
  right: 20px;
  font-size: 24px;
  color: #a4b358;
}

#index .in-three-flex-wrap .box a:hover .img .category-title {
  color: #ffffff;
  background: #a4b358;
}

#index .in-three-flex-wrap .box a:hover .img .category-title i {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  #index .in-three-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .in-three-flex-wrap .title {
    font-size: 28px;
  }
  #index .in-three-flex-wrap .box {
    width: calc(100% / 3);
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
  #index .in-three-flex-wrap .box a .img .category-title {
    height: 60px;
  }
}

@media print, screen and (min-width: 992px) {
  #index .in-three-flex-wrap {
    margin: 0;
  }
  #index .in-three-flex-wrap .box a .img .category-title {
    font-size: 18px;
  }
  #index .in-three-flex-wrap .box a .img .category-title i {
    right: 10px;
  }
}

/* ------------------------------------------------------------
お知らせ
------------------------------------------------------------ */
#news .oshirase-list {
  margin-bottom: 20px;
}

#news .oshirase-list li {
  font-size: 15px;
  padding: 20px 15px;
  border-bottom: 1px solid #eeeeee;
}

#news .oshirase-list li:first-child {
  border-top: 1px solid #eeeeee;
}

#news .oshirase-list li .date .new {
  color: #c60000;
  margin-left: 20px;
}

#news .oshirase-list li .txt {
  margin: 0 0 10px;
}

#news .oshirase-list li .link {
  width: 100px;
}

#news .oshirase-list li .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  padding: 8px 15px;
  background: #a4b358;
  border-radius: 3px;
}

#news .oshirase-list li .link a:hover {
  background: #8aa30a;
}

#news .oshirase-list li .link a i {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  #news .oshirase-list {
    margin-bottom: 40px;
  }
  #news .oshirase-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #news .oshirase-list li .date {
    width: 200px;
  }
  #news .oshirase-list li .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}

#news .paging {
  text-align: center;
  margin-top: 60px;
}

#news .paging span.current, #news .paging span.paging-text {
  margin: 0px 2px;
  color: #333333;
  border: 1px solid #cccccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

#news .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

#news .paging span.paging-text a:hover {
  background: #ff9999;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#news .paging span.current {
  background: #ff9999;
  border: 1px solid #cccccc;
  color: #ffffff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

#news .entry-date {
  color: #666666;
  text-align: right;
}

#news .entry-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 10px;
  border: 2px solid #ff9999;
}

#news .entry-title span {
  padding: 5px 10px;
  border-left: 4px solid #ff9999;
}

#news .entry-html {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  #news .entry-html {
    padding: 40px;
  }
}

#news .entry-img-flex-box {
  margin-bottom: 20px;
}

#news .entry-img-flex-box .img {
  margin-bottom: 10px;
  padding: 0 10px;
}

#news .entry-img-flex-box .img:last-child {
  margin-bottom: 0;
}

#news .entry-img-flex-box .img img {
  border: 5px solid #f5f5f5;
}

@media screen and (min-width: 768px) {
  #news .entry-img-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  #news .entry-img-flex-box .img {
    width: calc(100% / 3);
  }
}

#news .entry-file-flex-box {
  margin-bottom: 40px;
}

#news .entry-file-flex-box .file-btn {
  margin-bottom: 10px;
}

#news .entry-file-flex-box .file-btn:last-child {
  margin-bottom: 0;
}

#news .entry-file-flex-box .file-btn a {
  display: block;
  padding: 8px 15px 6px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

#news .entry-file-flex-box .file-btn a i {
  margin-right: 4px;
}

#news .entry-file-flex-box .file-btn a i.fa-file-word {
  color: #093bbc;
}

#news .entry-file-flex-box .file-btn a i.fa-file-excel {
  color: #217346;
}

#news .entry-file-flex-box .file-btn a i.fa-file-pdf {
  color: #c60000;
}

#news .entry-file-flex-box .file-btn a:hover {
  background: #eeeeee;
}

@media screen and (min-width: 992px) {
  #news .entry-file-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news .entry-file-flex-box .file-btn {
    width: calc(100% / 3);
    margin-bottom: 0;
    padding: 0 10px;
  }
}

/* ------------------------------------------------------------
内田総合事務所の強み
------------------------------------------------------------ */
#strength .strength-number-box {
  padding: 20px;
  border: 1px solid #eeeeee;
}

#strength .strength-number-box .box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}

#strength .strength-number-box .box .icon {
  display: none;
}

#strength .strength-number-box .box .txt-box .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 5px 10px;
  border-bottom: 3px solid #ffe6f2;
  padding-left: 2.1em;
  text-indent: -2.1em;
}

#strength .strength-number-box .box .txt-box .title:first-letter {
  font-size: 32px;
  color: #4281A4;
}

@media screen and (min-width: 992px) {
  #strength .strength-number-box {
    padding: 40px;
  }
  #strength .strength-number-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #strength .strength-number-box .box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
  }
  #strength .strength-number-box .box .icon i {
    font-size: 76px;
    color: #4281A4;
  }
  #strength .strength-number-box .box .txt-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px;
  }
  #strength .strength-number-box .box .txt-box .title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #ffe6f2));
    background: linear-gradient(transparent 65%, #ffe6f2 50%);
    text-indent: 0;
  }
  #strength .strength-number-box .box .txt-box .title:first-letter {
    font-size: 34px;
    color: #333333;
  }
}

#strength .strength-txt-box {
  font-size: 18px;
  font-weight: 700;
  color: #ff9999;
  text-align: center;
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  #strength .strength-txt-box {
    font-size: 24px;
  }
}

#strength .strength-img-box {
  margin-bottom: 40px;
}

#strength .strength-img-box img {
  border: 5px solid #f5f5f5;
}

#strength .check-box {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#strength .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#strength .check-box .box:last-child {
  margin-bottom: 0;
}

#strength .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#strength .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #strength .check-box {
    padding: 20px;
  }
  #strength .check-box .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  #strength .check-box .box .icon {
    font-size: 40px;
    width: 54px;
  }
}

@media screen and (min-width: 992px) {
  #strength .check-box {
    padding: 40px 90px;
  }
}

@media screen and (min-width: 1140px) {
  #strength .check-box {
    padding: 40px 150px;
  }
  #strength .check-box .box {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
サービス案内
------------------------------------------------------------ */
#service .service-list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

#service .service-list-box ul li {
  width: calc((100% - 10px) / 2);
  height: 90px;
  margin-bottom: 10px;
  border-radius: 6px;
}

#service .service-list-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
  color: #a4b358;
  text-align: center;
  line-height: 1.4;
  height: 100%;
  padding: 10px;
  background: rgba(164, 179, 88, 0);
  border: 2px solid #a4b358;
  border-radius: 5px;
  text-shadow: #ffffff 2px 0px,
 #ffffff -2px 0px,
 #ffffff 0px -2px,
 #ffffff 0px 2px,
 #ffffff 2px 2px,
 #ffffff -2px 2px,
 #ffffff 2px -2px,
 #ffffff -2px -2px,
 #ffffff 1px 2px,
 #ffffff -1px 2px,
 #ffffff 1px -2px,
 #ffffff -1px -2px,
 #ffffff 2px 1px,
 #ffffff -2px 1px,
 #ffffff 2px -1px,
 #ffffff -2px -1px;
}

#service .service-list-box ul li a:hover {
  color: #8aa30a;
  background: rgba(164, 179, 88, 0.4);
  border: 4px solid #8aa30a;
}

#service .service-list-box ul li a span {
  display: block;
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-top: -30px;
}

#service .service-list-box ul li:nth-child(1) {
  background: url(../images/service/img-1.jpg) no-repeat center center/cover;
}

#service .service-list-box ul li:nth-child(2) {
  background: url(../images/service/img-2.jpg) no-repeat center center/cover;
}

#service .service-list-box ul li:nth-child(3) {
  background: url(../images/service/img-3.jpg) no-repeat center center/cover;
}

#service .service-list-box ul li:nth-child(4) {
  background: url(../images/service/img-4.jpg) no-repeat center center/cover;
}

#service .service-list-box ul li:nth-child(5) {
  background: url(../images/service/img-5.jpg) no-repeat center center/cover;
}

#service .service-list-box ul li:nth-child(6) {
  background: url(../images/service/img-6.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 992px) {
  #service .service-list-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  #service .service-list-box ul li {
    width: calc((100% - 40px) / 3);
    height: 120px;
    margin-bottom: 20px;
  }
  #service .service-list-box ul li a {
    font-size: 20px;
    letter-spacing: .1em;
    border: 4px solid #a4b358;
  }
  #service .service-list-box ul li a:hover {
    border: 4px solid #8aa30a;
  }
  #service .service-list-box ul li a span {
    font-size: 12px;
    margin-top: -40px;
  }
}

#service .check-box {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#service .check-box .check-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

#service .check-box .check-box-1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
  width: calc(100% / 2 - 20px);
  margin: 0 10px 20px;
}

#service .check-box .check-box-1 .box .icon {
  font-size: 16px;
  color: #ff9999;
  width: 24px;
  line-height: 1;
}

#service .check-box .check-box-1 .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #service .check-box .check-box-1 .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (min-width: 992px) {
  #service .check-box .check-box-1 .box {
    width: calc(100% / 4 - 20px);
  }
}

#service .check-box .check-box-2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#service .check-box .check-box-2 .box:last-child {
  margin-bottom: 0;
}

#service .check-box .check-box-2 .box .icon {
  font-size: 16px;
  color: #ff9999;
  width: 24px;
  line-height: 1;
}

#service .check-box .check-box-2 .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #service .check-box .check-box-2 .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #service .check-box {
    padding: 40px;
  }
}

/* ------------------------------------------------------------
自動車登録（リンクボタン）
------------------------------------------------------------ */
#car_touroku {
  padding-top: 
}

#car_touroku .two-flex-box,
#for-dealer .two-flex-box,
#general-customer .two-flex-box {
  margin: 0 15px;
}

#car_touroku .two-flex-box .box,
#for-dealer .two-flex-box .box,
#general-customer .two-flex-box .box {
  border-bottom: 2px solid #ffffff;
}

#car_touroku .two-flex-box .box .img,
#for-dealer .two-flex-box .box .img,
#general-customer .two-flex-box .box .img {
  position: relative;
  background: #000;
}

#car_touroku .two-flex-box .box .img img,
#for-dealer .two-flex-box .box .img img,
#general-customer .two-flex-box .box .img img {
  opacity: .4;
}

#car_touroku .two-flex-box .box .img .category-title,
#for-dealer .two-flex-box .box .img .category-title,
#general-customer .two-flex-box .box .img .category-title {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0.2);
}

#car_touroku .two-flex-box .box .img .category-title i,
#for-dealer .two-flex-box .box .img .category-title i,
#general-customer .two-flex-box .box .img .category-title i {
  position: absolute;
  right: 20px;
  font-size: 24px;
  color: #a4b358;
}

#car_touroku .two-flex-box .box a,
#for-dealer .two-flex-box .box a,
#general-customer .two-flex-box .box a {
  display: block;
}

#car_touroku .two-flex-box .box a .img img,
#for-dealer .two-flex-box .box a .img img,
#general-customer .two-flex-box .box a .img img {
  opacity: 1;
}

#car_touroku .two-flex-box .box a .img .category-title,
#for-dealer .two-flex-box .box a .img .category-title,
#general-customer .two-flex-box .box a .img .category-title {
  background: rgba(255, 255, 255, 0.8);
}

#car_touroku .two-flex-box .box a:hover .img .category-title,
#for-dealer .two-flex-box .box a:hover .img .category-title,
#general-customer .two-flex-box .box a:hover .img .category-title {
  color: #ffffff;
  background: #a4b358;
}

#car_touroku .two-flex-box .box a:hover .img .category-title i,
#for-dealer .two-flex-box .box a:hover .img .category-title i,
#general-customer .two-flex-box .box a:hover .img .category-title i {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  #car_touroku .two-flex-box,
  #for-dealer .two-flex-box,
  #general-customer .two-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #car_touroku .two-flex-box .box,
  #for-dealer .two-flex-box .box,
  #general-customer .two-flex-box .box {
    width: 50%;
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 992px) {
  #car_touroku .two-flex-box,
  #for-dealer .two-flex-box,
  #general-customer .two-flex-box {
    margin: 0;
  }
  #car_touroku .two-flex-box .box .img .category-title,
  #for-dealer .two-flex-box .box .img .category-title,
  #general-customer .two-flex-box .box .img .category-title {
    font-size: 15px;
    text-align: left;
  }
  #car_touroku .two-flex-box .box .img .category-title i,
  #for-dealer .two-flex-box .box .img .category-title i,
  #general-customer .two-flex-box .box .img .category-title i {
    right: 10px;
  }
}

@media print, screen and (min-width: 1300px) {
  #car_touroku .two-flex-box .title,
  #for-dealer .two-flex-box .title,
  #general-customer .two-flex-box .title {
    font-size: 28px;
  }
  #car_touroku .two-flex-box .box .img .category-title,
  #for-dealer .two-flex-box .box .img .category-title,
  #general-customer .two-flex-box .box .img .category-title {
    font-size: 18px;
  }
  #car_touroku .two-flex-box .box .img .category-title i,
  #for-dealer .two-flex-box .box .img .category-title i,
  #general-customer .two-flex-box .box .img .category-title i {
    right: 20px;
    font-size: 24px;
  }
}

/* ------------------------------------------------------------
自動車登録
------------------------------------------------------------ */
#car_touroku .check-box {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#car_touroku .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#car_touroku .check-box .box:last-child {
  margin-bottom: 0;
}

#car_touroku .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#car_touroku .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #car_touroku .check-box {
    padding: 20px;
  }
  #car_touroku .check-box .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  #car_touroku .check-box .box .icon {
    font-size: 40px;
    width: 54px;
  }
}

@media screen and (min-width: 992px) {
  #car_touroku .check-box {
    padding: 40px 220px;
  }
}

@media screen and (min-width: 1140px) {
  #car_touroku .check-box {
    padding: 40px 260px;
  }
  #car_touroku .check-box .box {
    font-size: 20px;
  }
}

#car_touroku .car_touroku-table-1 {
  width: 100%;
  border-top: 1px solid #eeeeee;
}

#car_touroku .car_touroku-table-1 tr th,
#car_touroku .car_touroku-table-1 tr td {
  font-size: 12px;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
}

#car_touroku .car_touroku-table-1 tr th {
  min-width: 80px;
  background: #f5f5f5;
}

#car_touroku .car_touroku-table-1 tr td {
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  #car_touroku .car_touroku-table-1 tr th,
  #car_touroku .car_touroku-table-1 tr td {
    font-size: 14px;
    padding: 15px;
  }
}

#car_touroku .pdf-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#car_touroku .pdf-btn-list li {
  margin-right: 10px;
}

#car_touroku .pdf-btn-list li a {
  display: inline-block;
  font-size: 16px;
  color: #c60000;
  line-height: 1;
  padding: 10px 30px;
  background: #ffffff;
  border: 1px solid #c60000;
  border-radius: 3px;
}

#car_touroku .pdf-btn-list li a i {
  margin-right: 5px;
}

#car_touroku .pdf-btn-list li a:hover {
  color: #ffffff;
  background: #c60000;
}

@media print, screen and (min-width: 992px) {
  #car_touroku .pdf-btn-list li {
    margin-right: 20px;
  }
  #car_touroku .pdf-btn-list li a {
    padding: 15px 45px;
  }
}

#car_touroku .car_touroku-txt {
  line-height: 2;
  margin-top: 20px;
  padding: 20px;
  background: #ffe6f2;
  border: 1px solid #eeeeee;
}

@media screen and (min-width: 992px) {
  #car_touroku .car_touroku-txt {
    text-align: center;
    padding: 40px;
  }
}

/* ------------------------------------------------------------
一般のお客様
------------------------------------------------------------ */
#general-customer .cont-gray-box {
  margin-top: 10px;
  padding: 20px;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  #general-customer .cont-gray-box {
    padding: 40px;
  }
}

#general-customer .general-link-flex-box {
  margin: 20px 0 0;
}

#general-customer .general-link-flex-box .box {
  margin: 0 0 10px 0;
}

#general-customer .general-link-flex-box .box .link-btn a {
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  #general-customer .general-link-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
  #general-customer .general-link-flex-box .box {
    margin: 0 10px;
  }
}

#general-customer .general-flex-box .two-box {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eeeeee;
}

#general-customer .general-flex-box .two-box .title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 6px 15px 4px;
  background: #4281A4;
}

#general-customer .general-flex-box .two-box .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#general-customer .general-flex-box .two-box .check-box .box:last-child {
  margin-bottom: 0;
}

#general-customer .general-flex-box .two-box .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#general-customer .general-flex-box .two-box .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  #general-customer .general-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  #general-customer .general-flex-box .two-box {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
    padding: 30px;
  }
}

/* ------------------------------------------------------------
他都道府県のディーラー様
------------------------------------------------------------ */
#for-dealer .cont-gray-box {
  margin-top: 10px;
  padding: 20px;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  #for-dealer .cont-gray-box {
    padding: 40px;
  }
}

#for-dealer .general-link-flex-box {
  margin: 20px 0 0;
}

#for-dealer .general-link-flex-box .box {
  margin: 0 0 10px 0;
}

#for-dealer .general-link-flex-box .box .link-btn a {
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  #for-dealer .general-link-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
  #for-dealer .general-link-flex-box .box {
    margin: 0 10px;
  }
}

#for-dealer .for-dealer-flow-box {
  margin: 20px 0 0 0;
}

#for-dealer .for-dealer-flow-box .box {
  margin-bottom: 20px;
  padding: 20px;
  background: #4281A4;
  border-radius: 10px;
}

#for-dealer .for-dealer-flow-box .box .number {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}

#for-dealer .for-dealer-flow-box .box p {
  font-size: 14px;
  color: #ffffff;
}

#for-dealer .for-dealer-flow-box .box p span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  #for-dealer .for-dealer-flow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #for-dealer .for-dealer-flow-box .box {
    width: calc((100% - 40px) / 3);
    padding: 20px 30px;
  }
  #for-dealer .for-dealer-flow-box .box .number {
    font-size: 40px;
  }
}

/* ------------------------------------------------------------
車庫証明
------------------------------------------------------------ */
#syako .check-box {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#syako .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#syako .check-box .box:last-child {
  margin-bottom: 0;
}

#syako .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#syako .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #syako .check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
  #syako .check-box .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    width: calc((100% - 40px) / 2);
  }
  #syako .check-box .box .icon {
    font-size: 40px;
    width: 54px;
  }
}

@media screen and (min-width: 992px) {
  #syako .check-box {
    padding: 40px 140px;
  }
}

@media screen and (min-width: 1140px) {
  #syako .check-box {
    padding: 40px 180px;
  }
  #syako .check-box .box {
    font-size: 20px;
  }
}

#syako .syako-txt-box1 {
  text-align: left;
  margin: 40px 0 0 0;
  padding: 20px;
  background: #f5f5f5;
}

#syako .syako-txt-box1 .txt-1 {
  font-size: 18px;
  font-weight: 700;
}

#syako .syako-txt-box1 .txt-2 {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  #syako .syako-txt-box1 {
    text-align: center;
    padding: 40px;
  }
  #syako .syako-txt-box1 .txt-1 {
    font-size: 20px;
  }
}

#syako .table-syako-1 {
  width: 100%;
}

#syako .table-syako-1 tr th,
#syako .table-syako-1 tr td {
  display: block;
  font-size: 14px;
  padding: 15px;
  border: 1px solid #eeeeee;
}

#syako .table-syako-1 tr th {
  background: #f5f5f5;
}

#syako .table-syako-1 tr td {
  vertical-align: middle;
}

#syako .table-syako-1 tr td .pdf-btn {
  text-align: center;
}

#syako .table-syako-1 tr td .pdf-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 5px 20px;
  background: #c60000;
  border-radius: 5px;
}

#syako .table-syako-1 tr td .pdf-btn a i {
  margin-right: 5px;
}

#syako .table-syako-1 tr .td-none {
  display: none;
}

@media screen and (min-width: 768px) {
  #syako .table-syako-1 tr th,
  #syako .table-syako-1 tr td {
    display: table-cell;
  }
  #syako .table-syako-1 tr td .pdf-btn a {
    padding: 5px 20px;
  }
  #syako .table-syako-1 tr .td-none {
    display: table-cell;
  }
}

#syako .flow {
  margin-top: 40px;
  padding-left: 140px;
  position: relative;
}

#syako .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 140px;
}

#syako .flow > li {
  position: relative;
}

#syako .flow > li:not(:last-child) {
  margin-bottom: 8vh;
}

#syako .flow > li .icon {
  font-size: 15px;
  color: #fff;
  background: #6b90db;
  background: -webkit-gradient(linear, left top, right top, from(#6b90db), to(#66d5e9));
  background: linear-gradient(to right, #6b90db 0%, #66d5e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4281A4', endColorstr='#4281A4', GradientType=1);
  padding: 5px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}

#syako .flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#syako .flow > li dl {
  padding-left: 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  #syako .flow > li dl {
    padding-left: 70px;
  }
}

#syako .flow > li dl::before,
#syako .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
}

#syako .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

#syako .flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

#syako .flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding-top: 2px;
}

/* ------------------------------------------------------------
出張封印
------------------------------------------------------------ */
#syutyofuin .syutyofuin-flex-box .two-box {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eeeeee;
}

#syutyofuin .syutyofuin-flex-box .two-box .title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 6px 15px 4px;
  background: #4281A4;
}

#syutyofuin .syutyofuin-flex-box .two-box .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#syutyofuin .syutyofuin-flex-box .two-box .check-box .box:last-child {
  margin-bottom: 0;
}

#syutyofuin .syutyofuin-flex-box .two-box .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#syutyofuin .syutyofuin-flex-box .two-box .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  #syutyofuin .syutyofuin-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #syutyofuin .syutyofuin-flex-box .two-box {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
    padding: 30px;
  }
}

/* ------------------------------------------------------------
回送運行許可申請
------------------------------------------------------------ */
#kaisou .kaisou-flex-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#kaisou .kaisou-flex-box-1 .box {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: .1em;
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #ff9999;
  border: 3px double #ffffff;
}

@media screen and (min-width: 768px) {
  #kaisou .kaisou-flex-box-1 {
    margin-bottom: 10px;
  }
  #kaisou .kaisou-flex-box-1 .box {
    width: calc((100% - 60px) / 4);
  }
}

#kaisou .check-gray-box {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5f5f5;
}

#kaisou .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#kaisou .check-box .box:last-child {
  margin-bottom: 0;
}

#kaisou .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#kaisou .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1.4;
}

#kaisou .check-box .box .txt .title {
  font-weight: 700;
  margin-bottom: 5px;
}

#kaisou .kaisou-flex-box-2 .two-box {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eeeeee;
}

#kaisou .kaisou-flex-box-2 .two-box .title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 6px 15px 4px;
  background: #4281A4;
}

@media screen and (min-width: 992px) {
  #kaisou .kaisou-flex-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  #kaisou .kaisou-flex-box-2 .two-box {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
    padding: 30px;
  }
}

/* ------------------------------------------------------------
自動車運送事業の許認可申請
------------------------------------------------------------ */
#unsou .check-box {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#unsou .check-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#unsou .check-box .box:last-child {
  margin-bottom: 0;
}

#unsou .check-box .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#unsou .check-box .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #unsou .check-box {
    padding: 20px;
  }
  #unsou .check-box .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  #unsou .check-box .box .icon {
    font-size: 40px;
    width: 54px;
  }
}

@media screen and (min-width: 992px) {
  #unsou .check-box {
    padding: 40px 180px;
  }
}

@media screen and (min-width: 1140px) {
  #unsou .check-box {
    padding: 40px 200px;
  }
  #unsou .check-box .box {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
OSS電子申請
------------------------------------------------------------ */
#oss .cont-gray-box {
  margin-top: 10px;
  padding: 20px;
  background: #f5f5f5;
}

#oss .cont-gray-box p .title {
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #oss .cont-gray-box {
    padding: 40px;
  }
}

#oss .table-oss {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

#oss .table-oss tr th,
#oss .table-oss tr td {
  display: block;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-bottom: none;
}

#oss .table-oss tr th {
  color: #ffffff;
  text-align: center;
  background: #ff9999;
}

#oss .table-oss tr:last-child th {
  background: #6b90db;
}

#oss .table-oss tr td .title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-bottom: 2px solid #cccccc;
}

#oss .table-oss tr td .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#oss .table-oss tr td .flex-box .icon {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #oss .table-oss tr th,
  #oss .table-oss tr td {
    display: table-cell;
  }
  #oss .table-oss tr th {
    width: 100px;
  }
  #oss .table-oss tr td .title {
    font-size: 16px;
    border-top: 2px solid #cccccc;
  }
  #oss .table-oss tr td .flex-box .white-box {
    padding: 15px;
  }
}

#oss .check-box-1 {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#oss .check-box-1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#oss .check-box-1 .box:last-child {
  margin-bottom: 0;
}

#oss .check-box-1 .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#oss .check-box-1 .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #oss .check-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  #oss .check-box-1 .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    width: calc((100% - 40px) / 2);
  }
  #oss .check-box-1 .box .icon {
    font-size: 40px;
    width: 54px;
  }
}

@media screen and (min-width: 992px) {
  #oss .check-box-1 {
    padding: 40px 60px;
  }
}

@media screen and (min-width: 1140px) {
  #oss .check-box-1 .box {
    font-size: 20px;
  }
}

#oss .check-box-2 {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

#oss .check-box-2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

#oss .check-box-2 .box:last-child {
  margin-bottom: 0;
}

#oss .check-box-2 .box .icon {
  font-size: 20px;
  color: #ff9999;
  width: 30px;
  line-height: 1;
}

#oss .check-box-2 .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #oss .check-box-2 {
    padding: 20px;
  }
  #oss .check-box-2 .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  #oss .check-box-2 .box .icon {
    font-size: 40px;
    width: 54px;
  }
}

@media screen and (min-width: 992px) {
  #oss .check-box-2 {
    padding: 40px 220px;
  }
}

#oss .oss-number-box {
  margin: 20px 0 -20px 0;
}

#oss .oss-number-box .box {
  margin-bottom: 20px;
  padding: 20px;
  background: #4281A4;
  border-radius: 10px;
}

#oss .oss-number-box .box .title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#oss .oss-number-box .box p {
  font-size: 14px;
  color: #ffffff;
}

#oss .oss-number-box .box p span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  #oss .oss-number-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #oss .oss-number-box .box {
    width: calc((100% - 20px) / 2);
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  #oss .oss-number-box {
    margin-bottom: -15px;
  }
  #oss .oss-number-box .box {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
    padding: 20px;
  }
}

#oss .oss-flow-box {
  margin: 20px 0 0 0;
}

#oss .oss-flow-box .box {
  margin-bottom: 10px;
  padding: 20px;
  background: #fff8f8;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

#oss .oss-flow-box .box:first-letter {
  font-size: 30px;
  font-weight: 700;
  color: #4281A4;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  #oss .oss-flow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #oss .oss-flow-box .box {
    width: calc((100% - 20px) / 2);
    padding: 20px;
  }
}

/* ------------------------------------------------------------
法人概要
------------------------------------------------------------ */
#profile .greeting-box .img {
  text-align: center;
}

#profile .greeting-box .img img {
  border: 5px solid #f5f5f5;
}

#profile .greeting-box .txt-box {
  line-height: 2;
  margin: 20px 0 0 0;
}

#profile .greeting-box .txt-box .name {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  line-height: 1.8;
  margin-top: 20px;
}

#profile .greeting-box .txt-box .name span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  #profile .greeting-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #profile .greeting-box .txt-box {
    margin: 20px 0 0 40px;
  }
}

#profile .map-link-btn {
  color: #a4b358;
  text-decoration: underline;
}

#profile .map-link-btn:hover {
  color: #8aa30a;
  text-decoration: underline;
}

/* ------------------------------------------------------------
事業所案内
------------------------------------------------------------ */
#office .office-flex-box-1 {
  margin-bottom: 20px;
}

#office .office-flex-box-1 .img {
  margin-bottom: 20px;
}

#office .office-flex-box-1 .img img {
  border: 5px solid #f5f5f5;
}

#office .office-flex-box-1 .txt-box {
  font-size: 30px;
  margin-bottom: 20px;
}

#office .office-flex-box-1 .txt-box p {
  font-size: 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

#office .office-flex-box-1 .txt-box .tel,
#office .office-flex-box-1 .txt-box .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#office .office-flex-box-1 .txt-box .tel .name,
#office .office-flex-box-1 .txt-box .fax .name {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin: 4px 6px 0 0;
  padding: 0 10px 1px;
  background: #333333;
  border-radius: 3px;
}

#office .office-flex-box-1 .txt-box .fax .name {
  background: #aaaaaa;
}

@media screen and (min-width: 768px) {
  #office .office-flex-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #office .office-flex-box-1 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
  #office .office-flex-box-1 .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    height: 100%;
    margin: 0 0 0 20px;
  }
}

#office .office-img-flex-box {
  margin-bottom: 20px;
}

#office .office-img-flex-box .box {
  margin-bottom: 5px;
}

#office .office-img-flex-box .box img {
  border: 5px solid #f5f5f5;
}

#office .office-img-flex-box .box:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #office .office-img-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #office .office-img-flex-box .box {
    width: calc((100% - 20px) / 3);
    margin-bottom: 0;
  }
}

#office .office-box-1 .img {
  text-align: center;
  margin-bottom: 20px;
}

#office .office-box-1 .img img {
  border: 5px solid #f5f5f5;
}

#office .office-box-1 .txt-box {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

#office .office-box-1 .txt-box p {
  font-size: 15px;
  margin-bottom: 5px;
}

#office .office-box-1 .txt-box .tel,
#office .office-box-1 .txt-box .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#office .office-box-1 .txt-box .tel .name,
#office .office-box-1 .txt-box .fax .name {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin: 4px 6px 0 0;
  padding: 0 10px 1px;
  background: #333333;
  border-radius: 3px;
}

#office .office-box-1 .txt-box .fax .name {
  background: #aaaaaa;
}

#office .spmb40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
登録管轄地
------------------------------------------------------------ */
#kankatutiiki .kankatu-area-box {
  margin-bottom: 40px;
}

#kankatutiiki .kankatu-area-box:last-child {
  margin-bottom: 0;
}

#kankatutiiki .kankatu-area-box .area-name {
  font-size: 16px;
  margin-bottom: 10px;
}

#kankatutiiki .kankatu-area-box .area-name i {
  color: #ff9999;
  margin-right: 4px;
}

#kankatutiiki .kankatu-area-box .box {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}

#kankatutiiki .kankatu-area-box .box .item-name {
  font-size: 14px;
  font-weight: 700;
  color: #4281A4;
  margin-bottom: 5px;
}

#kankatutiiki .kankatu-area-box .box .txt-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -5px 0;
}

#kankatutiiki .kankatu-area-box .box .txt-box ul li {
  font-size: 14px;
  margin: 0 30px 5px 0;
}

@media screen and (min-width: 992px) {
  #kankatutiiki .kankatu-area-box .area-name {
    font-size: 18px;
  }
  #kankatutiiki .kankatu-area-box .box .item-name {
    font-size: 15px;
  }
}

#kankatutiiki .kankatu-table {
  width: 100%;
  border-top: 1px solid #eeeeee;
}

#kankatutiiki .kankatu-table tr th,
#kankatutiiki .kankatu-table tr td {
  font-size: 12px;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
}

#kankatutiiki .kankatu-table tr th {
  min-width: 80px;
  background: #f5f5f5;
}

#kankatutiiki .kankatu-table tr td {
  background: #ffffff;
}

#kankatutiiki .kankatu-table tr .first-td {
  vertical-align: top;
  background: #f5f5f5;
}

@media screen and (min-width: 992px) {
  #kankatutiiki .kankatu-table tr th,
  #kankatutiiki .kankatu-table tr td {
    font-size: 14px;
    padding: 15px;
  }
}

/* ------------------------------------------------------------
よくある質問
------------------------------------------------------------ */
#faq .open-box {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}

#faq .q-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

#faq .q-box .q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1;
  width: 50px;
  height: 40px;
  color: #ffffff;
  background: #c60000;
  border-radius: 3px;
}

#faq .q-box .q-icon i {
  font-size: 16px;
  margin-right: 1px;
}

#faq .q-box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 15px;
}

#faq .a-box {
  margin-bottom: 10px;
}

#faq .a-box .txt {
  font-size: 14px;
  padding: 20px;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  #faq .q-box .txt {
    font-size: 16px;
  }
  #faq .a-box .txt {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------
お問い合わせフォーム
------------------------------------------------------------ */
#contact {
  /* IE不具合用 */
}

#contact .contact-txt-box {
  margin: 0 0 60px;
  padding: 40px 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

@media print, screen and (min-width: 992px) {
  #contact .contact-txt-box {
    text-align: center;
  }
}

#contact .contact-tel-box {
  margin-bottom: 60px;
  padding: 40px 15px;
  background: #f5f5f5;
  border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
  #contact .contact-tel-box {
    padding: 60px 15px;
  }
}

#contact .contact-tel-box .store-flex-box {
  width: 100%;
  margin-top: 20px;
}

#contact .contact-tel-box .store-flex-box .box {
  text-align: center;
  margin: 0 0 20px;
}

#contact .contact-tel-box .store-flex-box .box .name {
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #ff9999;
}

#contact .contact-tel-box .store-flex-box .box .tel,
#contact .contact-tel-box .store-flex-box .box .fax {
  font-size: 20px;
  font-weight: 700;
}

#contact .contact-tel-box .store-flex-box .box .tel .tel-name,
#contact .contact-tel-box .store-flex-box .box .tel .fax-name,
#contact .contact-tel-box .store-flex-box .box .fax .tel-name,
#contact .contact-tel-box .store-flex-box .box .fax .fax-name {
  font-size: 12px;
  margin: 0 5px 0 0;
}

@media print, screen and (min-width: 768px) {
  #contact .contact-tel-box .store-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact .contact-tel-box .store-flex-box .box {
    width: calc((100% - 40px) / 3);
    margin: 0 0 0 15px;
  }
}

@media print, screen and (min-width: 992px) {
  #contact .contact-tel-box .store-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact .contact-tel-box .store-flex-box .box {
    width: calc((100% - 40px) / 3);
    margin: 0 0 0 15px;
  }
  #contact .contact-tel-box .store-flex-box .box .tel,
  #contact .contact-tel-box .store-flex-box .box .fax {
    font-size: 24px;
  }
  #contact .contact-tel-box .store-flex-box .box .tel .tel-name,
  #contact .contact-tel-box .store-flex-box .box .tel .fax-name,
  #contact .contact-tel-box .store-flex-box .box .fax .tel-name,
  #contact .contact-tel-box .store-flex-box .box .fax .fax-name {
    font-size: 14px;
  }
}

#contact .contact-tel-box .time {
  font-size: 16px;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 30px;
}

#contact .contact-tel-box .time .box {
  padding: 0 10px;
}

#contact .contact-tel-box .time .box:first-child {
  margin-bottom: 5px;
}

#contact .contact-tel-box .time .box span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
  padding: 4px 10px;
  background: #aaaaaa;
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
  #contact .contact-tel-box .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact .contact-tel-box .time .box:first-child {
    margin-bottom: 0;
  }
}

#contact .form-txt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0;
}

#contact .contact-table th span {
  float: right;
}

#contact .required,
#contact .any {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  margin: 2px 4px 0;
  padding: 3px 6px 2px;
  border-radius: 3px;
}

#contact .required {
  background: #c60000;
}

#contact .any {
  background: #afc9ca;
}

#contact .contact-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact .contact-table ul li {
  margin-right: 15px;
}

@media all and (-ms-high-contrast: none) {
  #contact *::-ms-backdrop,
  #contact .contact-table ul {
    display: block;
  }
  #contact *::-ms-backdrop,
  #contact .contact-table .radio {
    display: block;
  }
  #contact *::-ms-backdrop,
  #contact .contact-table form label {
    display: block;
  }
}

#contact .checkbox-box {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

#contact .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

#contact .button-box button[type="submit"],
#contact .button-box button[type="button"] {
  margin: 0 5px;
}

/* ------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------ */
.policy-box .title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 8px 10px 6px;
  background: #eeeeee;
}

.policy-box .white-title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 8px 10px 6px;
  background: #eeeeee;
}

.policy-box ul {
  margin-bottom: 1em;
}

.policy-box ul li {
  list-style-type: disc;
  margin: 0 0 .5em 2em;
}

.policy-box ul li:last-child {
  margin: 0 0 0 2em;
}

.policy-box .name {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 1.6;
  margin-top: 30px;
}

.policy-box .name span {
  font-size: 14px;
  margin-right: 10px;
}

/* ------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------ */
.privacy-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.privacy-box {
  overflow: auto;
  font-size: 14px;
  height: 300px;
  padding: 30px 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.privacy-box .title {
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 6px 10px 4px;
  background: #eeeeee;
}

.privacy-box ul li {
  list-style-type: decimal;
  margin: 0 0 1em 2em;
}

.privacy-box ul li:last-child {
  margin: 0 0 0 2em;
}

@media print, screen and (min-width: 768px) {
  .privacy-box {
    padding: 30px;
  }
}


.box02 {
    display: none;
}

.link-icon-sp {
  width: 15px;
  margin-left: 8px;
}


@media print, screen and (min-width: 1200px) {
  .box02 {
    display: block;
    text-align: center;
    margin-left: 15px;
  }
  .recruit-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #5c9fc8;
    border: 1px solid #5c9fc8;
    padding: 8px 10px;
    border-radius: 3px;
  }
  .recruit-box a:hover {
    opacity: 0.8;
  }

  .recruit-box img {
    width: 15px;
  }
  .person-icon {
    margin-right: 5px;
  }
  .link-icon {
    margin-left: 5px;
  }
  .envelope-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #ff9999;
    padding: 8px 10px;
    border-radius: 3px;
  }
  .envelope-box a:hover {
    opacity: 0.8;
  }
  .envelope-box img {
    width: 20px;
  }
  .envelope-icon {
    margin-right: 5px;
  }
}

.engage-recruit-widget {
  width: 70%!important;
}

.company_script_area {
  margin: 60px auto;
}


/*# sourceMappingURL=style.css.map */