@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}
/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
*,
*::before,
*::after {
}
svg,
img {
  max-width: 100%;
  vertical-align: middle;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
  font-weight: normal;
}
article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}
@media (max-width: 1100px) {
  img {
    width: 100%;
  }
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
.hide {
  display: none;
}
.pc {
  display: inline;
}
.pc.block {
  display: block;
}
.sp {
  display: none;
}
.sp.block {
  display: none;
}
@media (min-width: 640px) {
  .sp {
    display: inline;
  }
  .sp.block {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc.block {
    display: none;
  }
}
/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 3.5vw;
}
@media (min-width: 640px) {
  html {
    font-size: 21px;
  }
}
body {
  color: #000;
  font-family: heisei-maru-gothic-std, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "HG明朝E", "ＭＳ 明朝", serif;
}
.vdl {
  font-family: vdl-v7marugothic, sans-serif;

  font-weight: 800;

  font-style: normal;
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
a {
  transition: opacity 0.3s ease-out;
}
@media (max-width: 960px) {
  a:hover {
    opacity: 1;
  }
}
/*----------------------------------------------------
	contents
----------------------------------------------------*/
/* ----------------------------------- */
#wrapper {
  max-width: 640px;
  margin: auto;
}
#wrapper img {
  width: 100%;
}
/* ----------------------------------- */
header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .logo {
  width: 39.2%;
}
header .tel {
  width: 60.8%;
}
/* ----------------------------------- */
.inner-01 {
  margin: 0 4.6875%;
}
/* ----------------------------------- */
#problems {
  margin-bottom: 3em;
}
#problems .inner {
  background: #fbf1e0;
  padding: 4% 7%;
  border-radius: 0 0 20px 20px;
}
#problems .inner .list li {
  margin-bottom: 1em;
  font-size: 120%;
  padding-left: 1.5em;
  background-image: url(../images/check_01.png);
  background-position: left 0 top 0.25em;
  background-size: 1em;
  background-repeat: no-repeat;
}
/* ----------------------------------- */
.title-eng {
  text-align: center;
  margin-bottom: 0.5em;
}
.title-eng img {
  width: 25% !important;
}
.title-eng img.w2 {
  width: 30% !important;
}
#guide .title-eng img {
  width: 35% !important;
}
#vehicle .title-eng img {
  width: 20% !important;
}
#precautions .title-eng img {
  width: 28% !important;
}
#faq .title-eng img {
  width: 15% !important;
}
#company .title-eng img {
  width: 20% !important;
}
.title-h2 {
  text-align: center;
  font-family: vdl-v7marugothic, sans-serif;
  color: #785b5d;
  font-weight: 900;
  font-size: 200%;
  line-height: 1.4;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 10%;
}
.title-h2-bg1 {
  background-image: url(../images/dot_01.png);
}
.title-h2-bg2 {
  background-image: url(../images/dot_02.png);
}
/* ----------------------------------- */
.wrap-bg {
  position: relative;
}
.wrap-bg .bg {
  position: relative;
  z-index: 1;
}
.wrap-bg .on {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
}
.wrap-bg .on-01 {
  top: 3%;
}
.wrap-bg .on-02 {
  top: 10%;
}
.wrap-bg .on-03 {
  top: 10%;
}
.wrap-bg .on-04 {
  top: 5%;
}
.wrap-bg .on-05 {
  top: 8%;
}
/* ----------------------------------- */
#engagement {
  margin-bottom: 1em;
}
#engagement .list li {
  margin: 0 0 0 18%;
  font-size: 160%;
  padding-left: 3.5em;
  background-position: left 0 top 0.25em;
  background-size: 2.5em;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  font-weight: 500;
}
#engagement .list li:nth-child(1) {
  background-image: url(../images/dog_01.png);
}
#engagement .list li:nth-child(2) {
  background-image: url(../images/dog_02.png);
}
#engagement .list li:nth-child(3) {
  background-image: url(../images/dog_03.png);
}
/* ----------------------------------- */
#area {
  margin-bottom: 0;
}
#area .text-01 {
  margin: 2em 0 0 5%;
  font-size: 120%;
}
#area .text-01 span {
  color: #f39b4f;
  font-weight: bold;
}
/* ----------------------------------- */
.wrap-toggle {
  border: 2px solid #f39b4f;
  border-radius: 20px;
  overflow: hidden;
}
.wrap-toggle dl {
  border-bottom: 2px solid #f39b4f;
}
.wrap-toggle dl:last-child {
  border-bottom: none;
}
.wrap-toggle dl dt {
  text-align: center;
  padding: 0.75em 0;
  font-size: 140%;
  color: #785b5d;
  letter-spacing: 0.4em;
  cursor: pointer;
  position: relative;
}
.wrap-toggle dl dt::after {
  transition-duration: 0.25s;
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 2px;
  background: #f39b4f;
}
.wrap-toggle dl dt.on::after {
  display: none;
}
.wrap-toggle dl dt::before {
  transition-duration: 0.25s;
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 2px;
  background: #f39b4f;
  transform: rotate(90deg);
}
.wrap-toggle dl dt.on::before {
  transform: rotate(0);
}
.wrap-toggle dl dd {
  background: #fbf1e0;
  display: none;
}
.wrap-toggle dl dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* .wrap-toggle dl dd ul li {
    width: 50%;
    border-bottom: 2px dashed #f39b4f;
} */

.wrap-toggle dl dd ul li {
  width: 57%;
  margin: 0 auto;
  box-shadow: 0 0 7px #0000000d;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
}
.wrap-toggle dl dd ul li h4 {
  text-align: center;
  color: #f39b4f;
  font-weight: bold;
  font-size: 20px;
  padding-right: 28px;
  margin-bottom: 30px;
  position: relative;
}
.wrap-toggle dl dd ul li h4:after {
  position: absolute;
  content: "";
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 10%; /*幅*/
  height: 7px; /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../images/dot_02.png);
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.wrap-toggle dl dd ul li h4 span {
  padding-right: 10px;
}
.wrap-toggle dl dd ul li h4 span img {
  width: 20px !important;
  padding-bottom: 3px;
}

.wrap-toggle dl dd ul li .address {
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  justify-content: space-between;
  border-bottom: #785b5d 1px dotted;
  padding-bottom: 10px;
}
.wrap-toggle dl dd ul li .tel1 {
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  justify-content: space-between;
  border-bottom: #785b5d 1px dotted;
  padding-bottom: 10px;
}
.wrap-toggle dl dd ul li .linebtn {
  display: flex;
  padding-top: 16px;
  font-size: 16px;
  justify-content: center;
  border-top: #785b5d 1px dotted;
  margin-top: 16px;
  padding-bottom: 10px;
}

.wrap-toggle dl dd ul li .linebtn > a {
  background-color: #40c755;
  display: block;
  border-radius: 8px;
  width: 80%;
  text-align: center;
  color: white;
  padding: 8px 0;
}
.wrap-toggle dl dd ul li .address .left,
.wrap-toggle dl dd ul li .tel .left,
.wrap-toggle dl dd ul li .website .left {
  /*width: 20%;*/
  margin-right: 20px;
  width: 28%;
}
.wrap-toggle dl dd ul li .address .right,
.wrap-toggle dl dd ul li .tel .right,
.wrap-toggle dl dd ul li .website .right {
  width: 70%;
  word-break: break-all;
}
.wrap-toggle dl dd ul li .tel {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
.wrap-toggle dl dd ul li .tel .right a {
  color: #000;
}
.wrap-toggle dl dd ul li .website {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.wrap-toggle dl dd ul li .website .right a {
  color: #000;
  word-break: break-all;
}
.wrap-toggle dl dd ul li.last {
  border-bottom: none;
}
/* .wrap-toggle dl dd ul li a {
    display: block;
    color: #000;
    padding: 1em;
    font-size: 120%;
    position: relative;
} */
/*.wrap-toggle dl dd ul li a::after {
    content: '';
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .75em;
    height: .75em;
    border-right: 2px solid #f39b4f;
    border-bottom: 2px solid #f39b4f;
    transform: rotate(-45deg);
}*/

@media screen and (max-width: 630px) {
  .wrap-toggle dl dd ul li .address .left,
  .wrap-toggle dl dd ul li .tel .left,
  .wrap-toggle dl dd ul li .website .left {
    /*width: 30%;*/
    width: 38%;
    margin-right: 10px;
    /*margin-right: 20px;*/
  }
  .wrap-toggle dl dd ul li {
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 0 7px #0000000d;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 25px;
  }
}
/* ----------------------------------- */
.bnr-contact1 {
  margin-top: 7em;
}
/* ----------------------------------- */
#reasons {
  margin-bottom: 2em;
}
#reasons .list {
  margin: 2em 4.6875% 0;
}
#reasons .list li {
  font-size: 120%;
  padding-left: 4em;
  background-position: left 0 top 0.25em;
  background-size: 2.75em;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  font-weight: 500;
}
#reasons .list li:nth-child(1) {
  background-image: url(../images/dog_01.png);
}
#reasons .list li:nth-child(2) {
  background-image: url(../images/dog_02.png);
}
#reasons .list li:nth-child(3) {
  background-image: url(../images/dog_03.png);
}
#reasons .list li:nth-child(4) {
  background-image: url(../images/dog_04.png);
}
#reasons .list li:nth-child(5) {
  background-image: url(../images/dog_05.png);
}
/* ----------------------------------- */
#guide {
  margin-bottom: 4em;
}
#guide .cell-guide .title {
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  color: #f39b4f;
  padding: 17% 0 0;
}
#guide .cell-guide .text {
  font-size: 120%;
  margin: 0 15%;
}
#guide .cell-guide .text-01 {
  padding-top: 55%;
}
#guide .cell-guide .text-02 {
  padding-top: 46.5%;
}
#guide .cell-guide .text-03 {
  padding-top: 38%;
}
#guide .cell-guide .text-04 {
  padding-top: 54%;
}
/* ----------------------------------- */
#plan {
  margin-bottom: 2em;
}
#plan .text-01 {
  text-align: center;
  font-size: 120%;
}
#plan .img-01 {
  margin-bottom: 2em;
}
#plan .bg-01 {
  background-image: url(../images/img_plan_02.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
  padding-bottom: 1px;
}
#plan .table-01 {
  margin: 1em 0;
  position: relative;
  z-index: 2;
}
#plan .table-01 table {
  width: 100%;
}
#plan .table-01 table td {
  text-align: center;
  font-size: 120%;
  padding: 0.75em 0;
  vertical-align: middle;
  width: 50%;
}
#plan .table-01 table .bgt-1 {
  background: #785b5d;
  color: #fff;
}
#plan .table-01 table .bgt-2 {
  background: #f4d6da;
  color: #785b5d;
}
#plan .table-01 table .bgt-2 span {
  font-size: 80%;
}
#plan .table-01 table .bgt-0 {
  background: #fff;
}
#plan .table-01 table .bdb {
  border-bottom: 2px solid #a0a0a0;
}
#plan .table-plus {
  text-align: center;
  font-size: 300%;
  line-height: 1;
  color: #785b5d;
}
#plan .img-btm {
  margin-top: -2.5em;
  position: relative;
}
/* ----------------------------------- */
#vehicle {
  margin-bottom: 4em;
}
#vehicle .list {
  margin-top: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#vehicle .list .w1 {
  width: 47.5%;
  margin-bottom: 6%;
}
#vehicle .list .w2 {
  width: 50%;
  margin-bottom: 6%;
}
#vehicle .list .w3 {
  width: 100%;
  margin: -3% 0 6%;
}
#vehicle .list .text-01 {
  color: #fff;
  padding: 26% 0 0 15%;
  font-size: 115%;
}
#vehicle .list .text-02 {
  color: #fff;
  text-align: center;
  font-size: 115%;
  padding: 8% 0 0;
}
/* ----------------------------------- */
#precautions {
  margin-bottom: 4em;
}
#precautions .bg {
  background-image: url(../images/img_precautions_02.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
  padding-bottom: 1px;
}
#precautions .list {
  margin: -35% 0% -5%;
  position: relative;
  z-index: 3;
}
#precautions .list li {
  font-size: 115%;
  padding-left: 3em;
  background-position: left 0 top 0.25em;
  background-size: 2.25em;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  font-weight: 500;
  background-image: url(../images/dog.png);
}
/* ----------------------------------- */
#faq {
  margin: 3em 0 2em;
}
#faq dl {
  background: #fff;
}
#faq dt {
  font-size: 120%;
  text-align: left;
  letter-spacing: normal;
  padding: 1em 12% 0.75em 15%;
  color: #000;
  background-repeat: no-repeat;
  background-position: left 4% top 0.75em;
  background-image: url(../images/icon_q.png);
  background-size: 8%;
}
#faq dd {
  font-size: 120%;
  text-align: left;
  letter-spacing: normal;
  padding: 1em 4% 0.75em 15%;
  color: #000;
  background: #fdf8ef;
  background-repeat: no-repeat;
  background-position: left 4% top 0.75em;
  background-image: url(../images/icon_a.png);
  background-size: 8%;
}
#faq .bg {
  background-image: url(../images/img_precautions_02.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
  padding-bottom: 1px;
}
#faq .wrap-toggle {
  margin: -30% 0 0;
  position: relative;
  z-index: 2;
}
/* ----------------------------------- */
#safety {
  margin: 0 0 4em;
}
#safety .wrap-safety {
  border: 2px solid #8fc3b6;
  border-radius: 20px;
  padding-bottom: 1em;
}
#safety .wrap-safety .title {
  text-align: center;
  margin: 1.5em 0;
  font-size: 170%;
  color: #f39b4f;
  font-weight: 900;
  line-height: 1.2;
}
#safety .wrap-safety .text {
  text-align: center;
  margin: 1em 0;
  font-size: 120%;
}
#safety .list {
  margin-top: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#safety .list li {
  width: 44%;
  margin: 0 3% 3%;
}
#safety .list li .text {
  margin: 0 0 0;
  color: #f39b4f;
  font-size: 140%;
  font-weight: bold;
}
/* ----------------------------------- */
#contact {
  margin-bottom: 4em;
}
#contact .bg {
  background-image: url(../images/img_contact_02.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
  padding-bottom: 1px;
}
#contact .form {
  margin-top: -35%;
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 7%;
}
#contact .form .list {
  margin-bottom: 8%;
}
#contact .form .req {
  display: inline-block;
  background: #f39b4f;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.5em;
  margin-right: 0.5em;
}
#contact .form .text {
  font-size: 115%;
}
#contact .form .wrap-input {
  margin: 0.5em 0 0;
}
#contact .form .wrap-input input,
#contact .form textarea {
  border: 2px solid #dcdcdc;
  background: #f6f6f6;
  font-size: 115%;
  padding: 2.5%;
}
#contact .form .wrap-input input.w1 {
  width: 93.5%;
}
#contact .form .wrap-input input.w2 {
  width: 40%;
}
#contact .form textarea {
  width: 93.5%;
}
#contact .terms {
  border: 2px solid #dcdcdc;
  background: #fff;
  padding: 5%;
  height: 120px;
  overflow-y: scroll;
}
#contact .iframe-wrap {
  border: 2px solid #dcdcdc;
  background: #fff;
  padding: 0;
  height: 200px;
  overflow: scroll;
}
.policy dt::before {
  content: "";
  width: 31px;
  height: 30px;
  display: block;
  background: url(../images/icon_brown.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 640px) {
  .policy dt::before {
    top: -10px;
  }
}
.policy dt span {
  color: #fff;
  margin-right: 30px;
  z-index: 1;
  position: relative;
  left: 11px;
  font-size: 13px;
}
.policy dt {
  font-weight: 700;
  line-height: 160%;
  color: #67be8d;
  position: relative;
  display: inline-block;
}
.policy dd {
  margin: 0 0 28px;
  padding: 10px 10px 18px 10px;
  border-bottom: 2px dotted #7a6a55;
}
.sign {
  text-align: right;
}
#consent h2 {
  font-weight: bold;
  margin: 0;
  padding: 10px 0 15px;
  font-weight: 600;
  color: #67b685;
  text-align: center;
}
#consent li.st {
  position: relative;
  padding-left: 14px;
  color: #67be8d;
  font-weight: bold;
}
#consent .caution span {
  color: #f3981e;
  font-weight: bold;
  display: block;
}
#consent li.st::before {
  content: "●";
  font-size: 0.25em;
  display: inline;
  position: absolute;
  left: 0;
  top: 5px;
}
#consent .purpose h3 {
  color: #67be8d;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
#consent ul {
  background: #efefef;
  font-size: 0.875em;
  padding: 15px;
  margin-top: 10px;
}
#consent {
  padding: 5%;
}
.caution {
  border: 2px solid #67b685;
  padding: 10px;
  margin: 10px 0 22px;
}
#contact .terms .square {
  color: #f39b4f;
}
#contact .terms .list01 li {
  margin-bottom: 1em;
}
#contact .terms .title {
  text-align: center;
  color: #f39b4f;
  font-weight: bold;
  font-size: 110%;
  margin: 0.25em 0;
}
#contact .terms .name {
  text-align: right;
  font-size: 80%;
  margin-bottom: 1em;
}
#contact .terms .list02 {
  padding: 4%;
  border: 2px solid #f39b4f;
}
#contact .btn-01 {
  margin-bottom: 1em;
}
#contact .btn-01 label {
  background: #f39b4f;
  display: block;
  color: #fff;
  line-height: 1.4;
  padding: 1em 6% 0.75em;
  font-size: 120%;
}
#contact .btn-02 {
  margin-bottom: 1em;
  position: relative;
}

#contact .btn-02 input {
  background: #f39b4f;
  display: block;
  color: #fff;
  line-height: 1.4;
  padding: 1em 0 0.75em;
  font-size: 120%;
  text-align: center;
  border: none;
  width: 100%;
  font-family: heisei-maru-gothic-std, sans-serif;
  position: relative;
}
#contact .btn-02 input:disabled {
  background: #c9c9c9;
  pointer-events: none;
}

#contact .btn-02::after {
  content: "＞";
  position: absolute;
  right: 1em;
  top: 30%;
  margin: auto;
  color: #fff;
}
/* ----------------------------------- */
#company {
  margin: 0 0 2em;
}
#company .list:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #8fc3b6;
}
#company .list dt {
  color: #f39b4f;
  font-size: 120%;
}
#company .list dd {
  font-size: 120%;
}
#company .list dd span {
  color: #f39b4f;
}
/* ----------------------------------- */
footer {
  background: #f39b4f;
  color: #fff;
  text-align: center;
  font-size: 80%;
  padding: 1em 0;
}
/* ----------------------------------- */
/* 固定フッター（スマホのみ表示）20250609 */
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  gap: 4px 0;
  z-index: 1000;
  flex-wrap: wrap;
}
.fixed-footer > img {
  width: 100%;
}
.fixed-footer a {
  width: 33%;
  text-align: center;
}

.fixed-footer > a > img {
  width: 100%;
  height: auto;
}

/* スマホ表示のみ */
@media screen and (min-width: 768px) {
  .fixed-footer {
    display: none;
  }
}
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
