@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// フォント設定 ////////////////// */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}

/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'NotoSansCJKjp', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  font-size: 16px;
  line-height: 2.0;
  font-weight: bold;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #2a2a2a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

input,
textarea,
button {
  font-family: 'NotoSansCJKjp', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width: 1099px) {
  .pc {
    display: none !important;
  }
  /*-------------- header ---------------*/
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 10px 0 10px;
    transition: top .5s;
    top: -100px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  #header.fixed {
    position: fixed;
    top: 0;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
  }
  #header .logo {
    width: 144px;
    max-width: 42%;
    height: auto;
  }
  #header .header-right {
    flex: 1;
    max-width: 200px;
    margin-left: 10px;
  }
  /*-------------- footer ---------------*/
  footer {
    border-top: 1px solid #DADADA;
    padding: 20px 0 95px 0;
    text-align: center;
    font-size: 12px;
  }
  footer p {
    margin: 0;
  }
  /*-------------- 共通パーツ ---------------*/
  body {
    font-size: 16px;
  }
  h2 {
    margin: 0 0 40px 0;
  }
  header,
  main,
  footer {
    max-width: 960px;
  }
  main {
    position: relative;
  }
  main > div {
    padding: 60px 20px;
  }
  .sp-none {
    display: none;
  }
  .confirm-header,
  .confirm-main,
  .confirm-footer,
  .thanks-header,
  .thanks-main,
  .thanks-footer {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 4vw;
  }
  /*-------------- main ---------------*/
  /*-------------- メインビジュアル ---------------*/
  .mainimage1 {
    position: relative;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .mainimage2 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
  }
  .mainimage1 > div {
    display: none;
  }
  .mainimage2 > div {
    padding: 20px 10px;
    font-size: 14px;
  }
  .mainimage2 > div h2 {
    margin: 0;
    font-size: 25px;
    color: #005BAC;
  }
  .mainimage2 > div p {
    margin: 20px 0 0 0;
    line-height: 1.2;
  }
  .top {
    padding: 0 20px;
    overflow: hidden;
    background-image: url(../images/mainimage_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .top section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .top section > div {
    position: relative;
    margin: 40px auto 300px auto;
    z-index: 11;
  }
  .top section > img {
    width: 220px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  .top h1 {
    margin: 0 0 10px 0;
    font-size: 35px;
    line-height: 1.0;
    letter-spacing: -4px;
    text-align: center;
  }
  .top h1 img {
    display: none;
  }
  .top p {
    margin: 20px 0;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
  }
  .top ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    -webkit-box-sizing: 7px;
            box-sizing: 7px;
    background-color: #F7FBFF;
    font-size: 17px;
  }
  .top ul li:last-child {
    margin: 0;
  }
  .top ul li img {
    margin: 0 10px 0 0;
  }
  /*-------------- トランクルームヴェルボックスとは ---------------*/
  .read h2 {
    color: #005BAC;
    font-size: 26px;
    text-align: center;
  }
  .read h2 span {
    font-size: 46px;
  }
  .read p {
    margin: 0;
    text-align: center;
  }
  /*-------------- 〇〇 ---------------*/
  .shop {
    background-image: url(../images/read_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .shop section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop div {
    width: 100%;
    margin: 0;
    padding: 40px;
    background: #fff;
  }
  .shop h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  /*-------------- ヴェルボックスの特徴 ---------------*/
  .feature h2 {
    font-size: 26px;
    text-align: center;
  }
  .feature p {
    text-align: center;
  }
  .feature .feature-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature .feature-inner div {
    width: 100%;
  }
  .feature .feature-inner div img {
    margin: 0 auto;
  }
  /*-------------- 土地活用のお悩み ---------------*/
  .worries {
    position: relative;
    background-color: #F7FBFF;
  }
  .worries h2 {
    font-size: 26px;
    text-align: center;
  }
  .worries p {
    text-align: center;
    font-size: 20px;
  }
  .worries ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 5px;
    list-style: none;
  }
  .worries ul li:last-child {
    margin: 0;
  }
  .worries ul li img {
    width: 22px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .worries img {
    margin: 0 auto;
  }
  .worries::after {
    content: '';
    position: absolute;
    bottom: -59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #F7FBFF;
    z-index: 100;
  }
  /*-------------- ヴェルボックスで土地活用のお悩みを解決 ---------------*/
  .solution {
    position: relative;
    background-image: url(../images/solution_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .solution h2 {
    position: relative;
    margin: 20px 0 40px 0;
    font-size: 26px;
    color: #fff;
    text-align: center;
  }
  .solution .solution-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .solution .solution-inner div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px 10px;
    background-color: #fff;
  }
  .solution .solution-inner p {
    margin: 0 20px 0 0;
    color: #005BAC;
    font-size: 11px;
    line-height: 1.0;
  }
  .solution .solution-inner p .num {
    font-size: 32px;
  }
  .solution .solution-inner h3 {
    color: #005BAC;
    font-size: 18px;
  }
  .solution::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 60, 104, 0.7);
  }
  /*-------------- トランクルーム「ヴェルボックス」なら ---------------*/
  .vbox h2 {
    font-size: 26px;
    text-align: center;
  }
  .vbox h3 {
    margin: 20px 0 10px 0;
    font-size: 22px;
    text-align: center;
  }
  .vbox p {
    text-align: center;
    line-height: 1.8;
  }
  .vbox .vbox-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .vbox .vbox-inner div {
    width: 100%;
  }
  .vbox .vbox-inner div img {
    margin: 0 auto;
  }
  /*-------------- ヴェルボックスと他の土地活用との違い ---------------*/
  .difference h2 {
    font-size: 26px;
    text-align: center;
  }
  .difference table {
    width: 450px;
    margin: 0 auto;
    font-weight: bold;
  }
  .difference table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #DADADA;
  }
  .difference table tr th {
    display: block;
    width: 33%;
    background-color: transparent;
    font-weight: bold;
  }
  .difference table tr th:last-child {
    margin: 0 0 0 1%;
  }
  .difference table tr td {
    display: block;
    width: 33%;
    background-color: #F5F5F5;
    font-size: 22px;
    color: #005BAC;
    text-align: center;
    font-weight: bold;
  }
  .difference table tr td:last-child {
    margin: 0 0 0 1%;
  }
  .difference table tr td:nth-child(2) {
    border-left: 1px solid #005BAC;
    border-right: 1px solid #005BAC;
  }
  .difference table tr:first-child th:first-child {
    border: none;
  }
  .difference table tr:first-child th:nth-child(2) {
    background-color: #005BAC;
    border: none;
    color: #fff;
  }
  .difference table tr:first-child th:last-child {
    background: #DADADA;
    border: none;
  }
  .difference table tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #005BAC;
  }
  .difference .difference-table {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .difference .difference-table::-webkit-scrollbar {
    display:none;
  }
  .difference .difference-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .difference .difference-inner img {
    display: block;
    margin: 0 auto 40px auto;
  }
  .difference .difference-inner img:last-child {
    margin: 0 auto;
  }
  .difference .comparison {
    margin: 80px 0;
  }
  .difference .comparison h2 {
    font-size: 22px;
    text-align: center;
  }
  .difference .comparison h3 {
    padding: 10px 0;
    background-color: #005BAC;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .difference .comparison .difference-inner {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .difference .comparison .difference-inner div {
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #005BAC;
  }
  .difference .comparison .difference-inner div:last-child {
    margin: 0;
  }
  .difference .comparison .difference-inner p {
    padding: 15px 10px;
    font-weight: normal;
    line-height: 1.6;
  }
  .difference .graph h2 {
    font-size: 20px;
    text-align: center;
  }
  /*-------------- 事業概要やスキーム、他の土地活用との比較、市場予測がわかる資料をお送りします。 ---------------*/
  .document {
    background-color: #F7FBFF;
  }
  .document h2 {
    font-size: 22px;
    text-align: center;
    color: #005BAC;
  }
  .document h3 {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    font-size: 26px;
  }
  .document ul {
    padding: 0 0 0 20px;
  }
  .document ul li {
    font-size: 14px;
  }
  .document section > p {
    font-size: 14px;
    text-align: center;
    color: #005BAC;
    font-weight: normal;
  }
  .document .document-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0 0 60px 0;
  }
  .document .document-inner div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    background-color: #005BAC;
    color: #fff;
    padding: 30px 20px;
  }
  .document .document-inner img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 20px auto;
  }
  .box-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .box-image img {
    display: block;
    margin: 40px 0 0 0;
  }
  /*-------------- CVコンテンツ ---------------*/
  .cv {
    padding: 60px 20px;
    background-color: #005BAC;
  }
  .cv h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .cv p {
    color: #fff;
    text-align: center;
  }
  .cv .cv-inner {
    position: relative;
  }
  .cv .cv-inner img {
    margin: 0 auto;
  }
  .cv .cv-inner p {
    margin: 0 0 20px 0;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 1.2;
  }
  .cv .cv-inner p:before {
    content: '';
    position: absolute;
    top: 71px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 12px solid #fff;
    border-right: 7px solid transparent;
  }
  .cv .button a {
    display: block;
    border-radius: 50px;
    margin: 40px auto 0 auto;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    color: #005BAC;
    font-size: 20px;
  }
  .cv2 h2 {
    display: none;
  }
  .cv2 p {
    color: #fff;
    text-align: center;
  }
  .cv2 .cv-inner {
    position: relative;
  }
  .cv2 .cv-inner img {
    margin: 0 auto;
  }
  .cv2 .cv-inner p {
    margin: 0 0 20px 0;
    padding: 15px;
    border-radius: 10px;
    background-color: #005BAC;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
  }
  .cv2 .cv-inner p:before {
    content: '';
    position: absolute;
    top: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 12px solid #005BAC;
    border-right: 7px solid transparent;
  }
  .cv3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
  }
  .cv3 aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cv3 aside div {
    width: 50%;
  }
  .cv3 aside div a {
    display: block;
  }
  .cv3 aside .tel-cv a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #005BAC;
    padding: 5px 0;
    text-align: center;
    background: #fff;
  }
  .cv3 aside .tel-cv a p {
    margin: 0 auto;
    font-size: 8px;
    text-align: center;
  }
  .cv3 aside .tel-cv a p span {
    font-weight: normal;
  }
  .cv3 aside .tel-cv a .title {
    color: #005BAC;
    font-size: 14px;
    line-height: 1.2;
  }
  .cv3 aside .tel-cv a .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #005BAC;
    font-size: 21px;
    line-height: 1.2;
  }
  .cv3 aside .tel-cv a .tel img {
    width: 20px;
    height: auto;
  }
  .cv3 aside .form-cv a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid #005BAC;
    text-align: center;
    background: #005BAC;
    color: #fff;
  }
  .cv3 aside .form-cv a p {
    margin: 0;
    font-size: 14px;
  }
  .cv3 aside .form-cv a p .font-big {
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 22px;
  }
  /*-------------- 申し込みフォーム ---------------*/
  .form {
    width: 100%;
    padding: 60px 20px;
    background: #005BAC;
  }
  .form h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #005BAC;
    text-align: center;
  }
  .form p {
    font-size: 14px;
    text-align: center;
  }
  .form section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
  }
  .form form {
    margin: 40px 0 0 0;
  }
  .form form input, .form form textarea {
    width: 100%;
    margin: 0 0 20px 0;
    border: none;
    padding: 10px;
    background-color: #F7FBFF;
  }
  .form form .error {
    display: block;
    width: 100%;
    margin: -10px 0 10px 0;
    padding: 0 10px;
    background-color: rgba(255, 0, 0, 0.1);
    color: #FF1D1D;
    border-radius: 5px;
    font-size: 13px;
  }
  .form form p {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: left;
  }
  .form form p span {
    margin: 0 0 0 15px;
    padding: 2px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.0;
  }
  .form form p .required {
    background-color: #FF1D1D;
  }
  .form form p .any {
    background-color: #A8A7A7;
  }
  .form .tel-cv {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #DADADA;
    padding: 20px 0 0 0;
  }
  .form .tel-cv p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .form .tel-cv p span {
    padding: 0 0 0 5px;
    font-size: 10px;
    font-weight: normal;
  }
  .form .tel-cv img {
    margin: 0 5px 0 0;
  }
  .form .tel-cv .tel {
    font-size: 28px;
  }
  .form .tel-cv .tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #005BAC;
  }
  .form .form-cv {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 0;
    border: 1px solid #005BAC;
    outline: none;
    background: #005BAC;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
  }
  .form input[type="submit"]:hover {
    background: transparent;
    color: #005BAC;
  }
  /*-------------- よくある質問 ---------------*/
  .faq h2 {
    text-align: center;
    font-size: 26px;
  }
  .faq .faq-inner div {
    border-bottom: 1px solid #DADADA;
  }
  .faq .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0;
    padding: 20px 55px 20px 10px;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.3;
    font-size: 15px;
  }
  .faq .question:before {
    content: 'Q';
    display: block;
    margin: 0 10px 0 0;
    font-size: 32px;
    line-height: 1.2;
    color: #005BAC;
    font-weight: bold;
  }
  .faq .question::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/faq_openbutton.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .faq .question.close::after {
    background-image: url(../images/faq_closebutton.png);
  }
  .faq .anser {
    display: none;
    width: calc(100% - 20px);
    margin: 0 0 20px 10px;
    padding: 20px 30px;
    border-radius: 20px;
    background: #F5F5F5;
    font-weight: normal;
    font-size: 15px;
  }
  .faq .anser a {
    color: #005BAC;
    font-weight: normal;
  }
  .faq .anser a:hover {
    text-decoration: underline;
  }
  /*-------------- 確認・完了画面 ---------------*/
  .confirm-header,
  .thanks-header {
    text-align: center;
  }
  .confirm-header img,
  .thanks-header img {
    display: block;
    margin: 0 auto;
  }
  .confirm-main,
  .thanks-main {
    text-align: left;
    font-size: 15px;
  }
  .confirm-main .form-after,
  .thanks-main .form-after {
    padding: 40px 4vw;
  }
  .confirm-main h2,
  .thanks-main h2 {
    margin: 0 auto 40px auto;
    font-size: 28px;
    color: #005BAC;
  }
  .confirm-main form > div:first-child p,
  .thanks-main form > div:first-child p {
    border-top: 1px solid #2a2a2a;
  }
  .confirm-main form > div div,
  .thanks-main form > div div {
    border-bottom: 1px solid #2a2a2a;
    padding: 0 10px 10px 10px;
  }
  .confirm-main form p,
  .thanks-main form p {
    margin: 0 0 5px 0;
    padding: 10px 10px 0 10px;
  }
  .confirm-main form p span,
  .thanks-main form p span {
    margin: 0 0 0 5px;
    padding: 2px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.0;
  }
  .confirm-main form p .required,
  .thanks-main form p .required {
    background-color: #FF1D1D;
  }
  .confirm-main form p .any,
  .thanks-main form p .any {
    background-color: #A8A7A7;
  }
  .confirm-main .button input,
  .confirm-main .button a,
  .thanks-main .button input,
  .thanks-main .button a {
    display: block;
    width: 300px;
    margin: 40px auto 0 auto;
    padding: 15px 0;
    border: 1px solid #005BAC;
    outline: none;
    background: #005BAC;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
  }
  .confirm-main .button input.back,
  .confirm-main .button a.back,
  .thanks-main .button input.back,
  .thanks-main .button a.back {
    width: 250px;
    margin: 15px auto 0 auto;
    padding: 10px;
    background-color: #2a2a2a;
    font-size: 16px;
  }
}

/* ***************************************************
 PC
*************************************************** */
@media all and (min-width: 1100px) {
  .sp {
    display: none !important;
  }
  /*-------------- header ---------------*/
  header {
    padding: 20px 0;
  }
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    transition: top .5s;
    top: -100px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  #header .logo {
    width: 144px;
    max-width: 42%;
    height: auto;
  }
  #header .header-right {
    display: none;
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.25em;
    color: #005BAC;
  }
  #header.fixed {
    position: fixed;
    top: 0;
    padding: 15px 10px 14px;
    z-index: 999;
    border-bottom: 1px solid #DADADA;
  }
  #header.fixed .header-right {
    display: inline-block;
  }
  /*-------------- footer ---------------*/
  footer {
    border-top: 1px solid #DADADA;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
  }
  footer p {
    margin: 0;
  }
  /*-------------- 共通パーツ ---------------*/
  h2 {
    margin: 0 0 40px 0;
  }
  header,
  main,
  footer {
    max-width: 960px;
    margin: 0 calc((100% - 960px + 320px) / 2) 0 auto;
  }
  main {
    position: relative;
  }
  main > div {
    padding: 100px 40px;
  }
  .pc-none {
    display: none;
  }
  .confirm-header,
  .confirm-main,
  .confirm-footer,
  .thanks-header,
  .thanks-main,
  .thanks-footer {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 4vw;
  }
  /*-------------- main ---------------*/
  /*-------------- メインビジュアル ---------------*/
  .mainimage1,
  .mainimage2 {
    position: relative;
    padding: 0;
  }
  .mainimage1 > div,
  .mainimage2 > div {
    position: absolute;
    top: 40px;
    width: 500px;
    padding: 30px 20px;
    font-size: 14px;
    background-color: #fff;
  }
  .mainimage1 > div h2,
  .mainimage2 > div h2 {
    margin: 0;
    font-size: 28px;
    color: #005BAC;
  }
  .mainimage1 > div p,
  .mainimage2 > div p {
    margin: 20px 0 0 0;
    line-height: 1.2;
  }
  .mainimage1 {
    margin: 0 0 40px 0;
  }
  .mainimage1 div {
    left: 0;
  }
  .mainimage2 {
    margin: 0;
  }
  .mainimage2 div {
    right: 0;
  }
  .top {
    padding: 0 40px 0 0;
    overflow: hidden;
    background-image: url(../images/mainimage_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .top section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .top section > div {
    margin: 120px 0 180px 0;
  }
  .top section > img {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  .top h1 {
    margin: 0 0 10px 0;
    font-size: 54px;
    line-height: 1.0;
    letter-spacing: -4px;
  }
  .top p {
    font-size: 21px;
  }
  .top ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    -webkit-box-sizing: 7px;
            box-sizing: 7px;
    background-color: #F7FBFF;
    font-size: 22px;
  }
  .top ul li:last-child {
    margin: 0;
  }
  .top ul li img {
    margin: 0 10px 0 0;
  }
  /*-------------- トランクルームヴェルボックスとは ---------------*/
  .read h2 {
    color: #005BAC;
    font-size: 32px;
    text-align: center;
  }
  .read h2 span {
    font-size: 46px;
  }
  .read p {
    margin: 0;
    text-align: center;
  }
  /*-------------- 〇〇 ---------------*/
  .shop {
    background-image: url(../images/read_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .shop section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop div {
    width: 40%;
    padding: 40px;
    background: #fff;
  }
  .shop h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  /*-------------- ヴェルボックスの特徴 ---------------*/
  .feature h2 {
    font-size: 28px;
    text-align: center;
  }
  .feature p {
    text-align: center;
  }
  .feature .feature-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature .feature-inner div {
    width: 30%;
  }
  .feature .feature-inner div img {
    margin: 0 auto;
  }
  /*-------------- 土地活用のお悩み ---------------*/
  .worries {
    position: relative;
    background-color: #F7FBFF;
  }
  .worries h2 {
    font-size: 28px;
    text-align: center;
  }
  .worries p {
    text-align: center;
    font-size: 20px;
  }
  .worries .worries-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .worries .worries-inner div {
    width: 50%;
  }
  .worries ul {
    width: 50%;
  }
  .worries ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 5px;
    list-style: none;
  }
  .worries ul li:last-child {
    margin: 0;
  }
  .worries ul li img {
    width: 22px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .worries img {
    margin: 0 auto;
  }
  .worries::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #F7FBFF;
    z-index: 100;
  }
  /*-------------- ヴェルボックスで土地活用のお悩みを解決 ---------------*/
  .solution {
    position: relative;
    background-image: url(../images/solution_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .solution h2 {
    position: relative;
    margin: 20px 0 40px 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
  }
  .solution .solution-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .solution .solution-inner div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 32%;
    margin: 20px 0;
    padding: 20px 10px;
    background-color: #fff;
  }
  .solution .solution-inner div:nth-child(2) {
    margin: 20px calc((100% - 96%) / 2);
  }
  .solution .solution-inner p {
    margin: 0 20px 0 0;
    color: #005BAC;
    font-size: 11px;
    line-height: 1.0;
  }
  .solution .solution-inner p .num {
    font-size: 32px;
  }
  .solution .solution-inner h3 {
    color: #005BAC;
    font-size: 18px;
  }
  .solution::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 60, 104, 0.7);
  }
  /*-------------- トランクルーム「ヴェルボックス」なら ---------------*/
  .vbox {
    padding: 100px 25px;
  }
  .vbox h2 {
    font-size: 28px;
    text-align: center;
  }
  .vbox h3 {
    margin: 20px 0 10px 0;
    font-size: 22px;
    text-align: center;
  }
  .vbox p {
    text-align: center;
    line-height: 1.8;
  }
  .vbox .vbox-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .vbox .vbox-inner div {
    width: 30%;
  }
  /*-------------- ヴェルボックスと他の土地活用との違い ---------------*/
  .difference h2 {
    font-size: 28px;
    text-align: center;
  }
  .difference table {
    width: 730px;
    margin: 0 auto;
    font-weight: bold;
  }
  .difference table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #DADADA;
  }
  .difference table tr th {
    display: block;
    width: 33%;
    background-color: transparent;
    font-weight: bold;
  }
  .difference table tr th:last-child {
    margin: 0 0 0 1%;
  }
  .difference table tr td {
    display: block;
    width: 33%;
    background-color: #F5F5F5;
    font-size: 22px;
    color: #005BAC;
    text-align: center;
    font-weight: bold;
  }
  .difference table tr td:last-child {
    margin: 0 0 0 1%;
  }
  .difference table tr td:nth-child(2) {
    border-left: 1px solid #005BAC;
    border-right: 1px solid #005BAC;
  }
  .difference table tr:first-child th:first-child {
    border: none;
  }
  .difference table tr:first-child th:nth-child(2) {
    background-color: #005BAC;
    border: none;
    color: #fff;
  }
  .difference table tr:first-child th:last-child {
    background: #DADADA;
    border: none;
  }
  .difference table tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #005BAC;
  }
  .difference .difference-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .difference .difference-inner img:last-child {
    margin: 0 0 2px 0;
  }
  .difference .comparison {
    margin: 120px 0;
  }
  .difference .comparison h2 {
    font-size: 24px;
    text-align: center;
  }
  .difference .comparison h3 {
    padding: 10px 0;
    background-color: #005BAC;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .difference .comparison .difference-inner {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .difference .comparison .difference-inner div {
    width: 32%;
    border: 1px solid #005BAC;
  }
  .difference .comparison .difference-inner p {
    padding: 15px 10px;
    font-weight: normal;
    line-height: 1.6;
  }
  .difference .graph h2 {
    font-size: 20px;
    text-align: center;
  }
  .box-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0 0;
  }
  .box-image img {
    border: 1px solid #eee;
  }
  /*-------------- 事業概要やスキーム、他の土地活用との比較、市場予測がわかる資料をお送りします。 ---------------*/
  .document {
    background-color: #F7FBFF;
  }
  .document h2 {
    font-size: 28px;
    text-align: center;
    color: #005BAC;
  }
  .document h3 {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    font-size: 26px;
  }
  .document ul {
    padding: 0 0 0 20px;
  }
  .document .document-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0 0 120px 0;
  }
  .document .document-inner div {
    width: 55%;
    background-color: #005BAC;
    color: #fff;
    padding: 30px;
  }
  .document .document-inner img {
    margin: 0 auto;
  }
  .document .document-inner::before {
    content: '+';
    position: absolute;
    left: 50%;
    bottom: -105px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 45px;
    color: #005BAC;
    font-weight: bold;
  }
  /*-------------- CVコンテンツ ---------------*/
  .cv {
    padding: 60px 40px;
    background-color: #005BAC;
  }
  .cv h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
  }
  .cv p {
    color: #fff;
    text-align: center;
  }
  .cv .cv-inner {
    position: relative;
  }
  .cv .cv-inner img {
    margin: 0 auto;
  }
  .cv .cv-inner p {
    position: absolute;
    left: 61%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 1.2;
  }
  .cv .cv-inner p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent;
  }
  .cv2 {
    padding: 60px 40px;
    background-color: #005BAC;
  }
  .cv2 h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
  }
  .cv2 p {
    color: #fff;
    text-align: center;
  }
  .cv2 .cv-inner {
    position: relative;
  }
  .cv2 .cv-inner img {
    margin: 0 auto;
  }
  .cv2 .cv-inner p {
    position: absolute;
    left: 62%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 1.2;
  }
  .cv2 .cv-inner p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent;
  }
  /*-------------- 申し込みフォーム ---------------*/
  .form {
    position: fixed;
    top: 0;
    left: calc(50% + 480px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 320px;
    padding: 20px;
  }
  .form > section {
    max-height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .form > section::-webkit-scrollbar {
    display: none;
  }
  .form h2 {
    margin: 35px 0 10px 0;
    font-size: 20px;
    color: #005BAC;
    text-align: center;
  }
  .form p {
    font-size: 14px;
  }
  .form form {
    margin: 40px 0 0 0;
  }
  .form form input, .form form textarea {
    width: 100%;
    margin: 0 0 20px 0;
    border: none;
    padding: 10px;
    background-color: #F7FBFF;
  }
  .form form .error {
    display: block;
    width: 100%;
    margin: -10px 0 10px 0;
    padding: 0 10px;
    background-color: rgba(255, 0, 0, 0.1);
    color: #FF1D1D;
    border-radius: 5px;
    font-size: 13px;
  }
  .form form p {
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  .form form p span {
    margin: 0 0 0 5px;
    padding: 2px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.0;
  }
  .form form p .required {
    background-color: #FF1D1D;
  }
  .form form p .any {
    background-color: #A8A7A7;
  }
  .form .tel-cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #DADADA;
    padding: 0 0 20px 0;
  }
  .form .tel-cv p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .form .tel-cv p span {
    padding: 0 0 0 5px;
    font-size: 10px;
    font-weight: normal;
  }
  .form .tel-cv img {
    margin: 0 5px 0 0;
  }
  .form .tel-cv .tel {
    font-size: 28px;
  }
  .form .tel-cv .tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #005BAC;
  }
  .form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 0;
    border: 1px solid #005BAC;
    outline: none;
    background: #005BAC;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
    cursor: pointer;
  }
  .form input[type="submit"]:hover {
    background: transparent;
    color: #005BAC;
  }
  /*-------------- よくある質問 ---------------*/
  .faq h2 {
    text-align: center;
  }
  .faq .faq-inner div {
    border-bottom: 1px solid #DADADA;
  }
  .faq .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0;
    padding: 25px;
    cursor: pointer;
    font-weight: normal;
  }
  .faq .question:before {
    content: 'Q';
    display: block;
    margin: 0 10px 0 0;
    font-size: 32px;
    line-height: 1.2;
    color: #005BAC;
    font-weight: bold;
  }
  .faq .question::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/faq_openbutton.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .faq .question.close::after {
    background-image: url(../images/faq_closebutton.png);
  }
  .faq .anser {
    display: none;
    width: calc(100% - 80px);
    margin: 0 0 40px 55px;
    padding: 30px 40px;
    border-radius: 20px;
    background: #F5F5F5;
    font-weight: normal;
  }
  .faq .anser a {
    color: #005BAC;
    font-weight: normal;
  }
  .faq .anser a:hover {
    text-decoration: underline;
  }
  /*-------------- 確認・完了画面 ---------------*/
  .confirm-header,
  .thanks-header {
    text-align: center;
  }
  .confirm-header img,
  .thanks-header img {
    display: block;
    margin: 0 auto;
  }
  .confirm-main,
  .thanks-main {
    text-align: center;
    font-size: 15px;
  }
  .confirm-main .form-after,
  .thanks-main .form-after {
    padding: 60px 40px;
  }
  .confirm-main h2,
  .thanks-main h2 {
    margin: 0 auto 40px auto;
    font-size: 28px;
    color: #005BAC;
  }
  .confirm-main form > div:first-child p,
  .thanks-main form > div:first-child p {
    border-top: 1px solid #2a2a2a;
  }
  .confirm-main form > div div,
  .thanks-main form > div div {
    border-bottom: 1px solid #2a2a2a;
    padding: 0 0 10px 0;
  }
  .confirm-main form p,
  .thanks-main form p {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
  }
  .confirm-main form p span,
  .thanks-main form p span {
    margin: 0 0 0 5px;
    padding: 2px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.0;
  }
  .confirm-main form p .required,
  .thanks-main form p .required {
    background-color: #FF1D1D;
  }
  .confirm-main form p .any,
  .thanks-main form p .any {
    background-color: #A8A7A7;
  }
  .confirm-main .button input,
  .confirm-main .button a,
  .thanks-main .button input,
  .thanks-main .button a {
    display: block;
    width: 300px;
    margin: 40px auto 0 auto;
    padding: 15px 0;
    border: 1px solid #005BAC;
    outline: none;
    background: #005BAC;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
  }
  .confirm-main .button input.back,
  .confirm-main .button a.back,
  .thanks-main .button input.back,
  .thanks-main .button a.back {
    width: 250px;
    margin: 15px auto 0 auto;
    padding: 10px;
    background-color: #2a2a2a;
    font-size: 16px;
    cursor: pointer;
  }
}
/*# sourceMappingURL=main.css.map */