@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #004489;
  font-size: 16px;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  /* 横揺れ対策*/
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
.margin-right15 {
  margin-right: 15px;
}
@media screen and (min-width:600px) and (max-width:959px) {
  .pc {
    display: none !important;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  body {
    font-size: 14px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
main {
  max-width: 1040px;
  margin: 0 auto;
}
main, .top-img-box, #news .card-inner, .footer-inner {
  padding: 0 30px;
}
@media screen and (min-width:600px) and (max-width:959px) {
  main {
    max-width: 90%;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
.bold-txt {
  font-weight: bold;
}
.orange-txt {
  color: #FD8C00;
}
/*リセットCSS*/
textarea, select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
textarea {
  display: block;
}
button, input [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
/*共通CSS*/
.display-flex {
  display: flex;
}
.notes-txt {
  font-size: 14px;
}
h2 {
  margin-bottom: 50px;
}
.h2-head {
  border-bottom: solid 5px #FD8C00;
  font-size: 38px;
  padding-bottom: 5px;
}
.h2-sub {
  font-size: 20px;
  position: relative;
  top: 15px;
}
h3 {
  font-size: 24px;
  line-height: 2.0;
}
h4 {
  font-size: 18px;
}
.section-box {
  margin-bottom: 85px;
}
.card {
  background: #E4EDF8;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 100px 0;
}
.card-inner {
  max-width: 1040px;
  margin: 0 auto;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  .h2-sub {
    font-size: 16px;
  }
  h3 {
    font-size: 20px;
  }
  .section-box {
    margin-bottom: 50px;
  }
  .card {
    padding: 50px 0;
  }
  .card-inner {
    width: 90%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  main, .top-img-box, #news .card-inner, .footer-inner {
    padding: 0;
  }
  .h2-head {
    font-size: 24px;
  }
  .h2-sub {
    font-size: 14px;
  }
  h3 {
    font-size: 18px;
  }
  .notes-txt {
    font-size: 12px;
  }
  .section-box {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .card {
    padding: 50px 0;
  }
  .card-inner {
    width: 90%;
  }
}
/*ボタン*/
.btn {
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.btn.btn-orange {
  background: #FD8C00;
  color: #fff;
}
.btn.btn-orange:hover {
  filter: brightness(120%);
}
.btn.btn-s, .btn.btn-m, .btn.btn-l {
  height: 55px;
  font-size: 18px;
  font-weight: bold;
}
.btn.btn-s {
  width: 240px;
  margin: 15px 0 0 auto;
}
.btn.btn-m {
  width: 40%;
  margin: 0 auto;
}
.btn.btn-l {
  width: 60%;
  margin: 0 auto;
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  .btn.btn-s, .btn.btn-m, .btn.btn-l {
    font-size: 14px;
    height: 40px;
    margin: 15px 20px 0 auto;
  }
  .btn.btn-m, .btn.btn-l {
    width: 100%;
  }
}
@media screen and (min-width:320px) and (max-width:345px) {
  .btn.btn-s {
    width: 65%;
  }
}
.login-box {
  display: flex;
  padding: 10px 50px;
  max-width: 1040px;
  margin: 0 auto;
}
.logo-box img {
  width: 30%;
}
.login-btn-box {
  /* text-align: right;
    padding: 10px;*/
  margin: 0 0 0 auto;
}
.login-btn {
  font-size: 16px;
  background: #004489;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.login-btn:hover {
  filter: brightness(120%);
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  .login-box {
    display: flex;
    padding: 10px 10px;
  }
  .logo-box {
    width: 50%;
  }
  .logo-box img {
    width: 70%;
  }
  .login-btn-box {
    /*padding: 10px 20px 10px 0;*/
  }
  .login-btn {
    font-size: 12px;
    padding: 5px 10px;
    cursor: inherit;
  }
  .login-btn:hover {
    filter: brightness(120%);
  }
}
/*ヘッダー*/
header {
  background: #81c4dc;
  justify-content: center;
  padding: 50px 0;
}
.top-img-box {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.top-img-box-left {
  text-align: center;
}
.top-img-box-left div, .top-img-box-left h1 {
  margin-bottom: 40px;
}
.top-img-box-left div:last-child {
  margin-bottom: 0;
}
.top-img-box-right {
  margin-left: 55px;
}
@media screen and (min-width:600px) and (max-width:959px) {
  .top-img-box {
    max-width: 90%;
  }
  .other-header {
    padding: 30px 0;
  }
  .other-header .top-img-box {
    display: inherit;
  }
  .other-header .top-img-box img {
    width: 80%;
  }
  .other-header .top-img-box-left h1 {
    margin-bottom: 0;
  }
  .top-img-box-left div, .top-img-box-left h1 {
    margin-bottom: 20px;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  header {
    padding: 30px 0;
  }
  .other-header {
    padding: 0;
  }
  .top-img-box {
    display: inherit;
    max-width: 85%;
  }
  .top-img-box-left div, .top-img-box-left h1 {
    margin-bottom: 25px;
  }
  .other-header h1 {
    margin-bottom: 0;
    padding: 20px 0 10px 0;
  }
  .top-img-box-left div:last-child {
    margin-bottom: 25px;
  }
  .top-img-box-right {
    margin-left: 0;
  }
}
/*ナビ*/
.brand {
  font-weight: bold;
  font-size: 20px;
}
.site-header {
  position: relative;
  background-color: #def7ff;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 630px) {
  .site-header__wrapper {
    justify-content: initial;
  }
}
@media (min-width: 630px) {
  .site-header__middle {
    margin-left: auto;
  }
}
@media (max-width: 629px) {
  .site-header__end {
    padding-right: 4rem;
  }
}
@media (min-width: 630px) {
  .nav__wrapper {
    display: flex;
  }
}
@media (max-width: 629px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.nav__item a {
  display: block;
  padding: 1rem;
}
.nav__toggle {
  display: none;
}
@media (max-width: 629px) {
  .nav__toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
/*ニュース*/
.acd-check {
  display: none;
}
.acd-label {
  border: solid 1px #004489;
  color: #004489;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.acd-label:after {
  color: #004489;
  box-sizing: border-box;
  content: '\e900';
  display: block;
  font-family: "icomoon";
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-day {
  width: 10%;
}
.acd-head {
  width: 86%;
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-content p {
  line-height: 2.0;
}
.acd-check:checked + .acd-label:after {
  content: '\e902';
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  margin-bottom: 20px;
}
#news .bold-txt {
  margin-bottom: 10px;
}
#news .acd-content p {
  margin-bottom: 10px;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  .acd-day {
    width: 17%;
  }
  .acd-head {
    width: 78%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #news .display-flex {
    display: inherit;
  }
  .acd-day {
    margin-bottom: 10px;
  }
  .acd-head {
    width: 100%;
  }
  .acd-label:after {
    padding: 10px 10px;
  }
}
/*ご利用シーン*/
#usage h3 {
  margin-bottom: 100px;
}
#usage h4 {
  margin-bottom: 20px;
}
#usage .display-flex p {
  line-height: 2.0;
}
#usage img {
  width: 300px;
}
.txt-box-right {
  margin-left: 50px;
}
.txt-box-left {
  margin-right: 50px;
}
#usage .display-flex {
  margin-bottom: 100px;
}
#usage .notes-txt {
  margin-top: -10px;
  line-height: 2.0
}
#usage .notes-txt a, #features .notes-txt a {
  border-bottom: solid 1px #004489;
}
.order {
  display: flex;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  #usage h3 {
    margin-bottom: 50px;
  }
  #usage .display-flex {
    margin-bottom: 60px;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #usage h3 {
    margin-bottom: 30px;
  }
  #usage .display-flex {
    display: inherit;
    margin-bottom: 35px;
  }
  .order {
    display: grid;
  }
  .order .item1 {
    order: 2;
  }
  .order .item2 {
    order: 1;
  }
  .txt-box-right, .txt-box-left {
    margin: inherit;
  }
  #usage h4 {
    margin-bottom: 10px;
  }
  #usage img {
    width: 100%;
    margin-bottom: 10px;
  }
  #usage .display-flex p {
    line-height: 2.0;
  }
  #usage .notes-txt {
    margin-top: 0;
    line-height: 1.5;
  }
}
/*採用企業*/
.slider img {
  margin: 0 auto;
  width: 213px;
}
.margin-bottom {
  margin-bottom: 40px;
}
#clients .notes-txt {
  text-align: right;
  margin-top: 10px;
}
.slick-next::before {
  font-family: icomoon;
  content: "\e915";
  color: #004489;
  font-size: 30px;
}
.slick-prev::before {
  font-family: icomoon;
  content: "\e916";
  color: #004489;
  font-size: 30px;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  .slick-slide img {
    width: 90%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  .margin-bottom {
    margin-bottom: 15px;
  }
  .slick-slide img {
    width: 90%;
  }
  #clients .slick-next {
    right: -15px;
  }
  #clients .slick-prev {
    left: -15px;
  }
  .slick-next::before, .slick-prev::before {
    font-size: 15px;
  }
}
#features .display-flex {
  margin-top: 50px;
}
#features h4 {
  background: #004489;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
}
.features-box {
  border: solid 1px #004489;
  border-radius: 5px;
  width: 34%;
  position: relative;
}
.features-box:before {
  padding-top: 46px;
  display: block;
  content: "";
}
.features-box-2col .features-box {
  width: 32%;
}
.features-box p {
  padding: 15px;
}
#features ul {
  margin-top: 50px;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  #features h3 {
    margin-bottom: 50px;
  }
  #features h4 {
    font-size: 16px;
  }
  #features .display-flex {
    margin-top: 20px;
  }
  .features-box-2col .features-box {
    width: 31%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #features h3 {
    margin-bottom: 30px;
  }
  #features .display-flex {
    display: inherit;
    margin-top: 0;
  }
  .features-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .features-box-2col .features-box {
    width: 100%;
  }
  #features ul {
    margin-top: 20px;
  }
  #features ul li {
    margin-bottom: 15px;
  }
}
/*フッター*/
.footerfixed, .footerfixed-contact {
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.footer {
  position: absolute;
  background: #004489;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.footer ul {
  margin-top: 14px;
}
.footer ul li {
  margin-right: 20px;
  font-size: 14px;
  border-right: solid 1px #88A3C3;
  padding-right: 20px;
  float: left;
}
.footer ul li:last-child {
  border-right: none;
}
.footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
}
.footer-inner img {
  width: 10%;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-inner p {
  color: #88A3C3;
  font-size: 12px;
  text-align: right;
}
.copyright-box {
  margin: 0 0 0 auto;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  .footer-inner {
    width: 90%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  .footer-inner {
    display: inherit;
    width: 90%;
  }
  .footer ul {
    padding-bottom: 30px;
    margin: 0 0 15px 0;
  }
  .footer ul li {
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
  }
  .footer ul li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .footer-inner p {
    clear: both;
  }
  .copyright-box {
    padding-top: 10px;
  }
}
@media screen and (min-width:320px) and (max-width:338px) {
  .footer ul {
    margin-bottom: 30px;
  }
}
/*フッターメニュー体裁*/
#footer-contact {
  transition: .5s ease-in-out;
  transform: translateY(105%);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #E4EDF8;
  -webkit-box-shadow: 0px -2px 5px rgba(0, 68, 137, 0.20);
  box-shadow: 0px -2px 5px rgba(0, 68, 137, 0.20);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  z-index: 9999;
}
#footer-contact .footer-contact-inner {
  max-width: 1040px;
  margin: 0 auto
}
#footer-contact p {
  margin-top: 15px;
}
#footer-contact button {
  margin: 0 auto;
  width: 330px;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  #footer-contact {
    font-size: 16px;
  }
  .footer-contact-inner {
    width: 90%;
  }
  #footer-contact button {
    width: 70%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #footer-contact {
    font-size: 14px;
  }
  #footer-contact .footer-contact-inner {
    width: 90%;
    display: inherit;
  }
  #footer-contact button {
    width: 100%;
  }
}
/*-----------------------修正箇所----------*/
/*ハンバーガーアイコン*/
.btn-burger {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 60px;
  position: relative;
  top: 25px;
  margin-left: 15px;
}
.drawer {
  margin: -45px 0 40px 0;
  border-bottom: solid 1px #004489;
}
/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  width: 35px;
  background-color: #004489;
  ;
  border-radius: 2px;
  display: block;
  content: '';
  cursor: pointer;
  margin: auto;
}
/*三本線の間隔*/
.icon:before {
  top: 11px;
}
.icon:after {
  top: -11px;
}
/*チェックボックス非表示*/
.nav-toggle {
  display: none;
}
/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
}
.icon, .icon:before, .icon:after {
  transition: all .8s;
}
/*中身*/
.nav {
  text-align: center;
  border-top: solid 1px #004489;
}
.nav-list a {
  display: block;
  text-decoration: none;
  color: #004489;
}
.nav-list {
  list-style: none;
  display: none;
  margin: 0;
}
.nav-list li {
  margin: 0;
  padding: 10px;
}
.nav-toggle:checked ~ .nav .nav-list {
  display: block;
}
/*メインイメージ*/
.top {
  height: 200px;
  margin-bottom: 50px;
  background-color: #f0f8ff;
}
/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* ハンバーガーボタン */
  .btn-burger {
    display: none;
  }
  .drawer {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  .nav-toggle:checked ~ .nav .nav-list {
    display: none;
  }
  .nav {
    height: 75px;
    border-top: none;
    max-width: 1080px;
    margin: -15px auto;
    padding-left: 30px;
  }
  .nav-list {
    display: flex;
    align-items: center;
  }
  .nav-list li {
    padding: 0;
    margin: 5px 55px 0 0;
  }
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:769px) and (max-width:959px) {
  .nav {
    max-width: 90%;
  }
  .nav-list li {
    margin: 5px 40px 0 0;
  }
}
/*お問い合わせページ*/
#contact, #contact-check, #privacy, #corpinfo {
  margin-top: 50px;
  max-width: 900px;
}
#contact .section-box {
  margin-bottom: 35px;
}
#contact-check .btn-box {
  margin-bottom: -35px;
}
#contact .btn-box, #privacy .section-box, #corpinfo .section-box {
  margin-bottom: 50px;
}
#contact p, #contact-check p {
  margin-bottom: 20px;
  text-align: left;
}
.txt-border-box {
  border: solid 1px #004489;
  padding: 10px;
}
#contact ul {
  margin-bottom: 20px;
}
#contact ul li {
  margin-bottom: 5px;
}
#contact ul li:last-child {
  margin-bottom: 0;
}
.form-box {
  display: flex;
}
.form-head-top, .form-col-top {
  border-top: solid 1px #AEC9EB;
}
.form-head {
  width: 40%;
  background: #E4EDF8;
  border-bottom: solid 1px #AEC9EB;
  border-left: solid 4px #004489;
  padding: 30px;
  font-weight: bold;
}
.form-col {
  padding: 20px;
  border-bottom: solid 1px #AEC9EB;
  width: 100%;
  text-align: center;
}
#contact .alert-txt-small {
  font-weight: bold;
  font-size: 14px;
  color: #FD8C00;
  margin: 0 0 5px 20px;
}
#contact-check .form-col p {
  margin-top: 10px;
  margin-bottom: 0;
}
#contact-check .form-col .contact-contents-txt {
  margin: 0;
}
.form-box input {
  border: solid 2px #AEC9EB;
  border-radius: 5px;
  padding: 10px;
  width: 500px;
}
#contact textarea {
  border: solid 2px #AEC9EB;
  border-radius: 5px;
  padding: 10px;
  width: 500px;
  resize: vertical;
  margin: 0 auto;
  min-height: 260px;
}
.form-general:focus, #contact textarea:focus {
  border: solid 2px #084489;
}
.footerfixed-contact .footer {
  bottom: 0;
}
#contact .card {
  width: 100%;
  position: inherit;
  left: inherit;
  transform: translateX(0);
  padding: 0;
  margin-bottom: 50px;
}
#contact .card-inner {
  padding: 30px 50px;
}
#contact .card ol {
  margin-bottom: 20px;
}
#contact .card ol li {
  margin-bottom: 5px;
}
#contact-check h3 {
  margin-bottom: 20px;
}
#contact .card a, #contact .btn-box a, #contact-check .btn-box a, #privacy a, #corpinfo a {
  border-bottom: solid 1px #004489;
}
#contact .card p {
  margin-bottom: 0;
}
#contact .btn-box, #contact-check .btn-box, #privacy .btn-box, #corpinfo .btn-box {
  text-align: center;
}
#contact .btn, #contact-check .btn, #privacy .btn, #corpinfo .btn {
  margin-bottom: 50px;
}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  #contact, #contact-check, #privacy, #corpinfo {
    max-width: 90%;
  }
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #contact h2, #contact-check h2, #privacy h2, #corpinfo h2 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  #contact h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #contact .section-box {
    margin-bottom: 20px;
  }
  #contact-check .btn-box {
    margin-bottom: 0;
  }
  #contact .alert-txt-small {
    margin: 0 0 5px 0;
  }
  .form-box {
    display: inherit;
    width: 100%;
  }
  .form-head {
    border-bottom: none;
    padding: 10px 0;
    width: inherit;
  }
  .form-head label {
    margin-left: 10px;
  }
  .form-head-top, .form-col-top {
    border-top: none;
  }
  .form-col {
    border-bottom: none;
    text-align: inherit;
    width: inherit;
    padding: 20px 0;
  }
  #contact-check h3 {
    margin: -10px 0 10px 0;
  }
  #contact-check .form-col p {
    margin-top: 0;
  }
  #contact textarea, .form-box input {
    width: 95%;
    margin: inherit;
  }
  #contact textarea {
    min-height: 150px;
  }
  #contact .card-inner {
    padding: 0;
  }
  #contact .card {
    margin-bottom: 30px;
  }
  #contact .card ol {
    padding: 20px 0 0 10px;
  }
  #contact .card p {
    padding-bottom: 20px;
  }
}
/*プライバシーポリシー*/
.privacy-box {
  margin-bottom: 50px;
}
#privacy ul {
  margin-top: 30px;
}
table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}
table th {
  border: solid 1px #AEC9EB;
  background: #E4EDF8;
  text-align: left;
  padding: 15px 20px;
}
table td {
  border: solid 1px #AEC9EB;
  padding: 10px;
}
#privacy ol {
  list-style: none;
  margin-top: 30px;
}
#privacy .btn-box, #corpinfo .btn-box {
  margin-top: 100px;
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #privacy .btn-box, #corpinfo .btn-box {
    margin-top: 0;
  }
}
/*運営会社*/
#corpinfo .privacy-box img {
  margin-right: 5px;
}
#corpinfo .kakaku-logo {
  border: none;
}
.company-contact {
  margin-top: 10px;
}
#corpinfo table th {
  width: 25%;
}
#corpinfo table td {
  padding: 10px 10px 10px 20px;
}
/*=====▼▼▼▼ 〜479px：スマートフォン縦 ▼▼▼▼=====*/
@media screen and (min-width:320px) and (max-width:599px) {
  #corpinfo .notes-txt {
    margin-top: 10px;
  }
  #corpinfo table td {
    padding: 10px;
  }
}
/*====================
PCを基本設計にする
 - 1280px〜：大型PC
 - 960px〜1279px：小型PC
 - 600px〜959px：タブレット
 - 480px〜599px：スマートフォン横
 - 〜479px：スマートフォン縦
====================*/
/* 960px〜1279px：小型PC------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {}
/* 600px〜959px：タブレット------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {}
/* 480px〜599px：SP横------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {}