@charset "utf-8";
/* *****************************************************************
index
アクセス
ギャラリー
オークション
オークション詳細
カンパニー
トピックス
ワークス
物件詳細
パスワード請求
プラポリ
***************************************************************** */
/* *****************************************************************
index
***************************************************************** */
/* オープニング動画************************************** */
.start_anime{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: relative;
    z-index: 999;
}
.start_anime video {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
    .start_anime video {
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* 内容************************************** */
.home{
    background-color: #000;
}
.home_top{
    position: relative;
}
.slider-item {
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: animationZoom 5500ms ease infinite;
    transform:scale(1.2);
    opacity: 1;
}
.swiper-wrapper {
    position:relative;
	height: 100vh;
    overflow: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomdown 6s ease-out 0s;
    animation-fill-mode: both;
}
.slide-img {
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
}
@keyframes zoomdown {
  0% {
      transform: scale(1.08);
  }
  100% {
      transform: scale(1);
  }
}

/* *****************************************************************
アクセス
***************************************************************** */
.access{
    font-size: 14px;
}
.access .right .up{
    display: flex;
}
.access .right .up .gmap{
    width: 57%;
    padding-right: 3.368%;
}
.access .right .up .map-wrap {
    width: 100%;
    position: relative;
    padding-top:62%;
    background-color: #ccc;
}
.access .right .up .map-wrap .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access .right .up .howto{
    width: 43%;
}
.access .right .up .howto .train{
    background: url("../../images/icon-train.svg") no-repeat;
    background-size: 20px 13px;
    background-position: top 7px left 0;
    padding-left: 30px;
    margin-bottom: 2.5em;
}
.access .right .up .howto .car{
    background: url("../../images/icon-car.svg") no-repeat;
    background-size: 21px 12px;
    background-position: top 7px left 0;
    padding-left: 30px;
}
.access .right .up .howto .car a{
    background-color: #fff;
    border: 1px solid #b1a79b;
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 1em;
    color: #493e30;
}
.access .right .down{
    margin-top: 170px;
}
.access .right .down h3{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3em;
}

@media only screen and (max-width: 768px) {
    .access .flex{
        display: block;
    }
    .access .right .up{
        display: block;
    }
    .access .right .up .gmap{
        width:100%;
        padding-right: 0;
    }
    .access .right .up .howto{
        width: 100%;
    }
    .access .right .up .howto .train{
        margin: 1.5em 0;
    }
    .access .right .down{
        margin-top: 100px;
    }
}
@media only screen and (max-width: 480px) {
}

/* *****************************************************************
ギャラリー
***************************************************************** */
.gallery h2{
    width: 10.63%;
}
.gallery .right {
  width: calc(100% - 10.63%);
}
.gallery ul{
    display: flex;
    flex-wrap: wrap;
}
.gallery ul li{
    width: 29.751%;
    margin-right: 5.328%;
    margin-bottom: 5.328%;
    background-color: #fff;
    font-size: 16px;
}
.gallery ul li:nth-child(3n){
    margin-right: 0;
}
.gallery ul li .title{
    color: #fff;
    background-color: #666666;
    padding: 15px 30px;
}
.gallery ul li .txt_area{
    padding: 20px 30px;
}
.gallery ul li .photo{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gallery ul li .photo:before{
    content: "";
    display: block;
    padding-top: 66.567%;
}
.gallery ul li .photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transform: scale(1);
    transition: .4s ease-in-out
}
.gallery ul li a:hover .photo img{
    transform: scale(1.08);
}
.mfp-image-holder .mfp-content {
  max-width: 80%;
    line-height: 1.6;
}
.mfp-title {
    text-align: left;
    line-height: 1.6;
    color: #F3F3F3;
    padding-right: 0;
}

@media only screen and (max-width: 768px) {
    .gallery .flex{display: block;}
    .gallery h2,.gallery .right {
        width: 100%;
    }
    .gallery h2{
        margin-bottom: 1em;
    }
    .gallery ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .gallery ul li:nth-child(3n){
        margin-right: 4%;
    }
    .gallery ul li:nth-child(2n){
        margin-right: 0;
    }
    .gallery ul li .title,
    .gallery ul li .txt_area{
        padding: 1em 1.5em;
    }
}
@media only screen and (max-width: 480px) {
    .gallery ul li {
        width: 100%;
        margin-right: 0;
    }
    .gallery ul li:nth-child(3n){
        margin-right: 0;
    }
    .mfp-image-holder .mfp-content {
      max-width: 90%;
    }
}

/* *****************************************************************
オークション
***************************************************************** */
.auction h2{
    width: 10.63%;
}
.auction .right {
  width: calc(100% - 10.63%);
}
.auction .right li{
    list-style: none;
}
.auction .right .wpa-title{
    display: none;
}
.auction .right .wpa-other-list{
    border: none!important;
}

.auction .right .wpa-other-list .wpa-other-item{
    display: flex;
    flex-wrap: wrap;
}
.auction .right .wpa-other-list .wpa-other-item p{
    width: 29.751%;
    margin-right: 5.328%!important;
    margin-bottom: 5.328%!important;
    background-color: #fff!important;
    border-bottom: none!important;
    padding: 0!important;
}
.auction .right .wpa-other-list .wpa-other-item p.clearfix:nth-child(3n){
    margin-right: 0;
}
.auction .right .wpa-other-list .wpa-other-item p a{
    color: #000!important;
}
.auction .right .wpa-other-list .wpa-other-item p a:hover{
    color: #999!important;
}
.auction .right .wpa-other-list .wpa-other-item p span{
    padding: 20px 30px;
    font-family: "OptimaLTProRoman", YakuHanMP, yu-mincho-pr6n, 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.8;
}
.auction .right .wpa-other-list .wpa-other-item p span strong{
    font-size: 16px!important;
}
.auction .right .wpa-other-list .wpa-other-item p .photo_area{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.auction .right .wpa-other-list .wpa-other-item p .photo_area:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.auction .right .wpa-other-list .wpa-other-item p img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
    float: none !important;
}

@media only screen and (max-width: 768px) {
    .auction .flex{display: block;}
    .auction h2,.auction .right {
        width: 100%;
    }
    .auction h2{
        margin-bottom: 1em;
    }
    .auction .right .wpa-other-list .wpa-other-item p{
        width: 48%;
        margin-right: 4%!important;
        margin-bottom: 4%!important;
    }
    .auction .right .wpa-other-list .wpa-other-item p:nth-child(3n){
        margin-right: 4%!important;
    }
    .auction .right .wpa-other-list .wpa-other-item p:nth-child(2n){
        margin-right: 0!important;
    }
    .auction .right .wpa-other-list .wpa-other-item p span{
        padding: 1em 1.5em;
    }
}
@media only screen and (max-width: 480px) {
    .auction .right .wpa-other-list .wpa-other-item p{
        width: 100%;
        margin-right: 0!important;
    }
    .auction .right .wpa-other-list .wpa-other-item p:nth-child(3n){
        margin-right: 0!important;
    }
}

/* *****************************************************************
オークション詳細
***************************************************************** */
.wpa-intro h2{
    width: 100%;
    background-color: #666666;
    color: #fff!important;
    border-bottom: none;
    font-size: 20px;
    font-weight: normal;
    padding-left: 1em;
}
.wpa-intro h4,
.wpa-intro h5,
.wpa-main h5 {
    font-weight: normal;
}
h4.wpa-current-bid {
  margin: 0 !important;
}
.wpa-main {
    background: #808080;
    color: #fff;
    padding: 10px;
}
.wpa-shipping-info,
.wpa-payment-info-custom{
    display: none;
}
.carousel-inner .item:before{
  content: "";
  display: block;
  padding-top: 100%!important;
}
.carousel-inner .item img{
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  right: 0!important;
  bottom: 0!important;
  left: 0!important;
  margin: auto;
  object-fit: cover;
    float: none !important;
}
.wpa-main .carousel-control.left{
    display: none;
}
.btn-success {
  background-color: #444444;
  border-color: #444444;
}
.btn-success:hover {
  background-color: #000!important;
  border-color: #000!important;
}
.wpa-bid-area ul.wpa-info li {
  border-bottom: 1px solid #666666;
  color: #e5e5e5;
}
.wpa-info a{
    color: #fff;
    background: #666666;
    border-radius: 5px;
    padding: 5px 1em;
    font-weight: normal;
}
.single h2,
.wpa-content-countdown input,
.wpa-content-countdown p,
a.wpa-bids-count{
  color: #fff!important;
}
.label-info {
    font-size: 14px;
    padding: 5px 1em;
    background-color: #444444;
    color: #fff;
}
.label-primary {
    font-size: 14px;
    padding: 5px 1em;
    background-color: #fff;
    color: #000!important;
}
.label-info:hover,.label-primary:hover{
    background: #000!important;
    color: #fff!important;
}
.wpa-content-text h2{
    width: 100%;
    font-weight: normal;
}
.wpa-content-text table{
    width: 100%;
}
.wpa-content-text tr{
    border-bottom: 1px solid #666666;
}
.wpa-content-text th{
    width: 9em;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    background-color: #999;
    padding: 0 .5em 0 1em;
    letter-spacing: 0;
}
.wpa-content-text td{
    padding: 0.5em 1em;
}
.nav-tabs {
  border-bottom: 1px solid #666666;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs li a:hover, .nav-tabs li a, .nav-tabs li a:focus {
    background-color: transparent;
    color: #fff;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a, .nav-tabs li.active a:focus,.nav-tabs li a:hover{
  border: 0;
  border-bottom: 2px solid #fff;
}
a.collapsed{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .single .flex{display: block;}
    .single h2.title1,.single .right {
        width: 100%;
    }
    .single h2.title1{
        margin-bottom: 1em;
    }
    .wpa-content-text {
        width: 100%!important;
    }
}
@media only screen and (max-width: 480px) {
    .wpa-bid-area ul.wpa-info li {
        width: 100%!important;
    }
    .wpa-content-countdown p {
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0;
    }
    .wpa-content-text th,
    .wpa-content-text td{
        display: block;
        width: 200%;
    }
    .wpa-content-text td{
        padding: 0.5em 0;
    }
}

/* *****************************************************************
カンパニー
***************************************************************** */
.company_page{
    width: 100%;
    height: 100vh;
    background: url("../../images/company_back.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.company_box{
    width: 38%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 2em;
    padding-bottom: 100px;
}
.company_box h2{
    font-size: 18px;
    margin-bottom: 2em;
}
.company_box .company_txt{
    padding-left: 40px;
    line-height: 2.1;
}
.company_box .company_txt p{
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .company_page{
        background-position: center right;
    }
    .company_box{
        width: 50%;
    }
}
@media only screen and (max-width: 640px) {
    .company_box{
        width: 65%;
        padding: 0 5%;
        top: 50%;
        transform: translateY(-50%);
    }
    .company_box .company_txt{
        padding-left: 1em;
    }
}
@media only screen and (max-width: 480px) {
    .company_box{
        width: 100%;
    }
}

/* *****************************************************************
トピックス
***************************************************************** */
.topics h2{
    width: 10.63%;
    font-size: 14px;
}
.topics .right{
    width: 100%;
    max-width: 666px;
}
.topics ul.topics_list{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}
/*.topics ul.topics_list li{
    padding-bottom: 30px;
}*/
.topics ul.topics_list li .title,
.topics .right .artbox_list h3{
    font-size: 16px;
    font-weight: normal;
    color: #7c7569;
    line-height: 1.4;
    border-bottom: 1px solid #c29a1f;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.topics ul.topics_list li .title span{
    font-size: 12px;
    margin-right: 16px;
}
.topics ul.topics_list li a .title{
    width: 100%;
    display: flex;
    align-items: center;
}
.topics ul.topics_list li a .title::after{
    content: ">";
    font-weight: bold;
    margin-left: auto;
    padding-left: 20px;
}
.topics ul.topics_list li .title .day-list{
    width: 100px;
    font-size: 12px;
}
.topics ul.topics_list li a .title .title-list{
    line-height: 1.3;
}
.topics ul.topics_list li a:hover p{
    color: #000;
    transition: all  0.5s ease;
}
a.back_topics{
    max-width: 140px;
    text-align: center;
    background: #493e30;
    margin: 60px auto 0;
    line-height: 40px;
    position: relative;
    display: block;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}
a.back_topics:hover{
    background-color: #000;
}
.artbox_list .artbox_box{
    margin-top: 10px;
}
.artbox_list .artbox_box .artbox_title{
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #7e7e7e;
    cursor: pointer;
    padding-right: 2em;
}
.artbox_list .artbox_box .artbox_title:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1em;
    vertical-align: middle;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
.artbox_list .artbox_box .artbox_title.open:after{
    content: '';
    transform: translateY(-25%) rotate(-45deg);
    top: 10px;
}
.artbox_list .artbox_box .artbox_content{
    display: none;
	padding: 10px 15px;
    font-size: 14px;
    color: #7e7e7e;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.artbox_list .artbox_box .artbox_content:target{
    display: block;
    height: auto;
    padding: 1rem;
}
@media only screen and (max-width: 768px) {
    .topics h2{
        width: 100%;
    }
    .topics .flex{
        display: block;
    }
    .topics .right{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .topics ul.topics_list li .title span {
        display: block;
        margin-right: 0;
    }
    .artbox_list .artbox_box{
        margin-top: 15px;
    }
    .topics ul.topics_list li a .title{
        flex-wrap: wrap;
    }
    .topics ul.topics_list li a .title::after {
        padding-left: 10px;
    }
    .topics ul.topics_list li .title .day-list{
        width: 100%;
        margin-bottom: 3px;
    }
    .topics ul.topics_list li a .title .title-list {
        width: calc(100% - 30px);
    }
}

/* *****************************************************************
ワークス
***************************************************************** */
.works h2{
    width: 10.63%;
}
.works .right{
    padding-top: 85px;
}
.works ul{
    display: flex;
    flex-wrap: wrap;
}
.works ul li{
    width: 29.751%;
    margin-right: 5.328%;
    margin-bottom: 5.328%;
    font-size: 14px;
    color: #7e7e7e;
}
.works ul li:nth-child(3n){
    margin-right: 0;
}
.works ul li .cate{
    margin-bottom: 5px;
}
.works ul li .cate .number{
    font-size: 16px;
    margin-right: 15px;
}
.works ul li .cate .size{
    margin-left: 15px;
}
.works ul li .photo{
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.works ul li .photo:before{
    content: "";
    display: block;
    padding-top: 66.567%;
}
.works ul li .photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.works ul li .area{
    width: 100%;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
}
.works ul li .area::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 2em;
    background-color: #a6a6a6;
    margin-right: 5px;
}
.works ul li .area::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 2em;
    background-color: #a6a6a6;
    margin-left: 5px;
}
.works ul li .title{
    font-size: 24px;
    line-height: 1.3;
    color: #4f4f4f;
    margin-bottom: 5px;
}
.works ul li .link{
    width: 80%;
    max-width: 210px;
    height: 40px;
    padding: 1px;
    margin: 15px auto;
    background-color: #a6a6a6;
    background: linear-gradient(to right, #cccccc, #a6a6a6);
    position: relative;
}
.works ul li .link a{
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    transition: all  0.3s ease;
}
.works ul li .link a span{
    width: 25.619%;
    max-width: 58px;
    height: 1px;
    background-color: #a6a6a6;
    background: linear-gradient(to right, #cccccc, #a6a6a6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.works ul li .link a:hover{
    color: #fff;
    background-color: #a6a6a6;
    background: linear-gradient(to right, #cccccc, #a6a6a6);
    transition: all  0.3s ease;
}
@media only screen and (max-width: 1000px) {
    .works ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .works ul li:nth-child(3n){
        margin-right: 4%;
    }
    .works ul li:nth-child(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .works .flex{display: block;}
    .works h2,.works .right {
        width: 100%;
    }
    .works h2{
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 480px) {
    .works ul li {
        width: 100%;
        margin-right: 0;
    }
    .works ul li:nth-child(3n){
        margin-right: 0;
    }
}

/* *****************************************************************
パスワード請求
***************************************************************** */
.password_request .right{
    font-size: 14px;
}
.password_request h3{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #666;
    margin-bottom: 35px;
}
.password_request .top_txt{
    text-align: center;
    margin-bottom: 50px;
}
.password_request .box_area{
    max-width: 610px;
    margin: 0 auto 60px;
    padding: 20px;
    border: 1px solid #a6a6a6;
    line-height: 2;
    text-align: center;
}
.password_request .totop{
    display: inline-block;
    width: auto;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #7c7569;
    padding: 0 2em;
    margin: 50px auto;
}
.password_request .totop:hover{
    background-color: #000;
}
.form a{
    color: #c29a1f;
}
.form a:hover{
    color: #ccc;
}
.form .form_block{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.form .form_block .left{
    width: 235px;
    display: flex;
    align-items: center;
}
.form .form_block .left .req{
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 0 7px;
    background-color: #c29a1f;
    margin-right: 15px;
}
.form .form_block .right{
    width: calc(100% - 235px);
}
.form .form_block .right .sub_box{
    margin-bottom: 25px;
}
.form .form_block .right input,
.form .form_block .right textarea{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.form .form_block .right input.half{
    width: 48.5%;
    margin-right: 3%;
    float: left;
}
.form .form_block .right input.half.no_marg{
    margin-right: 0;
}
.form .form_block .right input.short{
    width: 200px;
}
.form .form_block .right input.full,
.form .form_block .right textarea.full{
    width: 100%;
}
.form .form_block .right input.full_check,
.form .wpcf7-free-text{
    width: calc(100% - 6em);
    margin-left: 1em;
}
.form .form_block .right input[type="text"],
.form .form_block .right input[type="tel"],
.form .form_block .right input[type="email"],
.form .form_block .right textarea{
    padding-bottom: 10px;
    border-bottom: 1px solid #a6a6a6;
    z-index: 3;
    position: relative;
}
.form .form_block .right textarea{
    border:1px solid #a6a6a6; 
}
.form .form_block .right input::placeholder {
  color: #999;
}
.form .form_block .right label{
    display: block;
    margin-bottom: 10px;
}
.form .form_block .right input[type="checkbox"]{
    margin-right: 5px;
}
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}
.form .wpcf7-list-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.form .wpcf7-list-item-label{
    font-weight: normal;
    font-size: 14px;
}
.form .wpcf7-response-output{
    border: none!important;
    text-align: center;
    color: #f00;
    font-size: 15px;
    margin-bottom: 2em;
}
.form .submit{
    width: 300px;
    height: 80px;
    margin: 40px auto;
    background-color: #7c7569;
    padding: 5px;
}
.form .submit.back_btn{
    background-color: #fff;
}
.form .submit:hover{
    background-color: #000;
}
.form .submit.back_btn:hover{
    background-color: #ccc;
}
.form .submit input[type="submit"],
.form .submit input[type="button"]{
    width: 100%;
    height: 70px;
    display: block;
    font-family: "OptimaLTProRoman", YakuHanMP, yu-mincho-pr6n, 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
}
.form .submit.back_btn input[type="button"]{
    color: #7c7569;
    border: 1px solid #7c7569;
}
@media screen and (max-width: 768px) {
    .password_request .flex{display: block;}
}
@media screen and (max-width: 640px) {
    .form .form_block {
        display: block;
        margin-bottom: 20px;
    }
    .form .form_block .left,
    .form .form_block .right{
        width: 100%;
    }
    .form .form_block .right{
        margin-top: 5px;
    }
    .form .wpcf7-free-text {
        width: 100%;
        margin-left: 0;
    }
}

/* *****************************************************************
プラポリ
***************************************************************** */
.page main.privacy{
    padding: 180px 110px 60px;
    font-size: 14px;
}
.privacy h1{
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: normal;
    border-top: 1px solid #666;
    padding-top: 25px;
    margin-bottom: 70px;
}
.privacy dt{
    font-size: 18px;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .page main.privacy{
        padding: 120px 60px 60px;
    }
}
@media screen and (max-width: 640px) {
    .page main.privacy{
        padding: 100px 5% 40px;
    }
    .privacy h1{
        font-size: 22px;
        padding-top: 15px;
        margin-bottom: 40px;
    }
}
