@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{  height:100%;}
html{
  font-size:62.5%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
  text-align: left;
  color:#333333;
  letter-spacing: 1px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

body{
  -webkit-text-size-adjust: 100%;
  min-width: 1200px;
  margin: 80px auto 0;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  font-size: 1.6rem;
}

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

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

a{
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

/*input,button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
  -webkit-font-smoothing: antialiased;
}*/

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="button"],
button,
select,
textarea{
  cursor:pointer;
  border:none;
  -webkit-appearance: none;
    border-radius: 0;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
}
/* -----------------------------------------------
   Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto; }

._float-l {
  float: left; }

._float-r {
  float: right; }

._clear {
  clear: both; }

._hidden {
  display: none; }

/* ---------- text ---------- */
._small {
  font-size: 1.4rem !important; }

._large {
  font-size: 2.4rem !important; }

._valignt {
  vertical-align: top !important; }

._valignm {
  vertical-align: middle !important; }

._valignb {
  vertical-align: bottom !important; }

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
  line-height: 1.5em;}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important; }

._txtl, ._txtl th, ._txtl td {
  text-align: left !important; }

._wordbreak {
  word-break: break-all !important; }

._nowrap {
  white-space: nowrap !important; }

._image-text {
  overflow: hidden !important; }

/* ---------- margin ---------- */
._first {
  margin-top: 0 !important; }

._zero {
  margin-bottom: 0 !important; }

._half {
  margin-bottom: 10px !important; }

._default {
  margin-bottom: 20px !important; }

._double {
  margin-bottom: 40px !important; }


@media screen and (min-width:769px) {
  .pc{
    display:block!important;
  }

  .sp{
    display:none!important;
  }

  a,
  a:before,
  a:after{
    transition: all .5s ease;
  }

  input[type="submit"],
  input[type="button"],
  button {
        transition: all .5s ease;
    }

  a:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover{
    opacity: 0.7;
  }

  a,
  a * {
    outline: 1px solid transparent;
  }

  a[href^="tel:"]{
    pointer-events: none;
  }

}

@media screen and (max-width: 768px) {

  .ipad body,
  .android body,
  .iphone body {
    -webkit-text-size-adjust: 100%;
  }

  .android h2,
  .android h3,
  .android ul,
  .android dl dt,
  .android dl dd,
  .android p{
    max-height: 999999px;
  }

  body{
    min-width: initial;
    min-width: auto;
    margin-top: 75px;
  }

  body.fixed{
    position: fixed;
    width: 100%;
  }

  .pc{
    display:none!important;
  }

  .sp{
    display:block!important;
  }

}


/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/

.wrap{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.flex{
  display: flex;
}

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

.mt10{
  margin-top: 10px!important;
}
.mt30{
  margin-top: 30px!important;
}
.mt70{
  margin-top: 70px!important;
}
.mb50{
  margin-bottom: 50px!important;
}

.square_arw{
  position: relative;
  display: block;
}

.ie11 .square_arw{
  padding-right: 5px;
}

.square_arw::before {
  position: absolute;
  top: -32px;
  left: 8px;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.ie11 .square_arw::before {
  left: 11px;
}

.square_arw::after{
  position: absolute;
  top: -29px;
  left: 3px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  transform: translateY()
}

.ie11 .square_arw::after {
  left: 6px;
}

ul.list {
	margin: 15px 0 0;
}
ul.list li {
	margin-bottom: 8px;
	padding-left: 1.3em;
	line-height: 1.8;
	position: relative;
}
ul.list li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #333;
	position: absolute;
	top: 0.65em;
	left: 0;
}

.link {
  margin: 20px 0 0;
}
.link li {
  padding-left: 20px;
  position: relative;
}
.link li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 0.9rem;
  left: 0px;
  transform: translateY(-50%) rotate(45deg) ;
}

.btn_more{
  width: 80px;
  padding: 0 30px;
  margin-top: 68px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
}

.ttl_black{
  width: 80px;
  height: 277px;
  padding: 30px 25px;
  background: #000;
  color: #fff;
  font-size: 3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
}

.ie11 .ttl_black{
  padding: 30px 30px 30px 15px;
}

.ofi {
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  /*width: auto;*/
  width:100%;
  height: 100%;
  max-width: inherit;
  max-width: auto;
}

.bg_gray{
  position: relative;
  background: #fafafa;
  width: 1075px;
  margin: 0 auto 80px;
  padding: 80px 110px 80px 120px;
}

.bg_gray .ttl_page{
  position: absolute;
  top:30px;
  right:-60px;
  width: 120px;
  height: auto;
  background: linear-gradient(45deg, transparent 30px, #000 0);
  padding: 50px 0 150px;
  color: #fff;
  font-size: 3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 120px;
  word-break: keep-all;
  white-space: nowrap;
}

.bg_gray .ttl_en{
  position: absolute;
  top:75px;
  left:-35px;
  color: #ccc;
  font-size: 1rem;
  transform: rotate(90deg);
  transform-origin:left bottom;
}

.bg_gray .breadcrumb{
  position: absolute;
  top:85px;
  left:50px;
}

.ie11 .bg_gray .breadcrumb{
  top:80px;
}

.ie11 .bg_gray .breadcrumb,
.edge .bg_gray .breadcrumb{
  display: flex;
  flex-direction: column;
}

.bg_gray .breadcrumb li a,.bg_gray .breadcrumb li{
  color: #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
}

.bg_gray .breadcrumb li:nth-of-type(n + 2){
  position: relative;
  margin-top: 15px;
  padding-top: 25px;
}

.bg_gray .breadcrumb li:nth-of-type(n + 2):before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 10px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
  transform-origin:right top;
}

.bg_gray .area_contents > *:first-child{
  margin-top: 0;
}

.bg_gray .area_contents h2{
  margin: 50px 0 15px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
}

.bg_gray .area_contents h3{
  position: relative;
  margin: 35px 0 15px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}

.bg_gray .area_contents h3 span{
  position: relative;
  z-index: 2;
  background: #fafafa;
  padding-right: 10px;
}

.bg_gray .area_contents h3:after{
  content: "";
  position: absolute;
  right:0;
  top:50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
}

.bg_gray .area_contents h4{
  margin: 30px 0 15px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
}

.bg_gray .area_contents h5{
  margin: 25px 0 15px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}

.bg_gray .area_contents p{
  color: #000;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: -1.3px;
  justify-content: center;
}

.bg_gray .area_contents p + p{
  margin-top: 15px;
}

.bg_gray .area_contents a{
  text-decoration: underline;
}

.bg_gray .area_contents table{
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.bg_gray .area_contents table tbody th{
  width: 150px;
  padding: 22px 30px;
  background: #ccc;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  line-height: 2.2;
}
.bg_gray .area_contents table tbody td{
  padding: 22px 30px;
  background: #eee;
  font-size: 1.6rem;
  line-height: 2.2;
}

.ie11 .bg_gray .area_contents table tbody th,
.ie11 .bg_gray .area_contents table tbody td{
  padding: 25px 30px 20px;
}

.bg_gray .area_contents table tbody tr:nth-of-type(n + 2) th,
.bg_gray .area_contents table tbody tr:nth-of-type(n + 2) td{
  border-top: 3px solid #fff;
}

.bg_gray .area_contents .status_form{
  display: flex;
  margin: 50px 0 30px;
}

.bg_gray .area_contents .status_form + .status_form{
  margin-top: 10px;
}

.bg_gray .area_contents .status_form li{
  width: calc(100% / 3);
  height: 50px;
  background: #fff;
  font-size: 1.6rem;
  color: #ccc;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}

.ie11 .bg_gray .area_contents .status_form li{
  line-height: 55px;
}

.bg_gray .area_contents .status_form .current{
  background: #999;
  color: #fff;
}

.bg_gray .area_contents .status_form .current:not(:last-of-type){
  position: relative;
}

.bg_gray .area_contents .status_form .current:not(:last-of-type):after{
  content: "";
  position: absolute;
  top:0;
  right:-8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 8px;
  border-color: transparent transparent transparent #999999;
}

.bg_gray .area_contents .status_form .past{
  background: #999;
  color: #ccc;
}

.bg_gray .area_contents .col2{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.bg_gray .area_contents .col2 > *:first-of-type{
  margin-right: 20px;
}
.bg_gray .area_contents .col2 + .col2{
    margin-top: 10px;
}
.bg_gray .area_contents .btn a,
.bg_gray .area_contents .btn input,
.bg_gray .area_contents .btn button {
  font-size:1.7rem;
  line-height:1.7rem;
  display: block;
  width: 325px;
  font-family: inherit;
  padding:25px 0;
  text-align: center;
  text-decoration: none;
}

.bg_gray .area_contents .btn a,
.bg_gray .area_contents .btn input,
.bg_gray .area_contents .btn button{
  font-size:1.7rem;
  color:#fff;
  line-height:1.7rem !important;
  display: block;
  width: 325px;
  padding:20px;
  border: none;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  background:#969696;
  background-image:url(../img/common/arrow.png);
  background-position:right 5% top 49%;
  background-repeat:no-repeat;
}
.bg_gray .area_contents .btn.black a,
.bg_gray .area_contents .btn.black input,
.bg_gray .area_contents .btn.black button{
  background-color: #000;
}
.bg_gray .area_contents .btn.center a{
	margin: 0 auto;
}
.bg_gray .btn_gray_arrow a,
.bg_gray .btn_gray_arrow input {
  font-size:1.7rem;
  color:#fff;
  line-height:1.7rem !important;
  display: block;
  width: 325px;
  padding:20px 0;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  background:#969696;
  background-image:url(../img/common/arrow.png);
  background-position:right 5% top 49%;
  background-repeat:no-repeat;
}
.bg_gray .btn_gray_arrow2 a,
.bg_gray .btn_gray_arrow2 input {
  font-size:1.4rem;
  color:#fff;
  line-height:1.4rem !important;
  display: block;
  padding:12px 25px 12px 15px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  background:#969696;
  background-image:url(../img/common/arrow.png);
  background-position:right 12% top 51%;
  background-repeat:no-repeat;
}
.bg_gray .visited {
  font-size:1.4rem;
  line-height:1.4rem;
  display: block;
  padding:11px 35px;
  text-align: center;
  text-decoration: none;
  border:1px solid #d9d9d9;
  background:#fff;
}
.bg_gray .btn_reserve a {
  font-size:1.4rem;
  color:#fff;
  line-height:1.4rem !important;
  display: block;
  padding:12px 35px 12px 20px;
  text-align: center;
  text-decoration: none;
  background:#000;
  background-image:url(../img/common/arrow.png);
  background-position:right 12% top 51%;
  background-repeat:no-repeat;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .bg_gray .area_contents .btn a { padding:30px 0 25px; }
  *::-ms-backdrop, .bg_gray .area_contents .btn input { padding:27px 0 28px; }
  *::-ms-backdrop, .bg_gray .area_contents .btn button { padding:30px 0 25px; }
  *::-ms-backdrop, .bg_gray .btn_gray_arrow a,
  *::-ms-backdrop, .bg_gray .btn_gray_arrow input { padding:23px 0 17px; }
  *::-ms-backdrop, .bg_gray .btn_gray_arrow2 a,
  *::-ms-backdrop, .bg_gray .btn_gray_arrow2 input { padding:15px 25px 12px 15px; }
  *::-ms-backdrop, .bg_gray .btn_reserve a { padding:15px 35px 12px 20px; }
}
.ie11 .bg_gray .area_contents .btn a,
.ie11 .bg_gray .area_contents .btn input,
.bg_gray .area_contents .btn button{
  line-height: 1rem;
}

.bg_gray .area_contents .btn + .btn{
  margin-top: 0;
}

.bg_gray .area_contents .btn_black a,
.bg_gray .area_contents .btn_black input,
.bg_gray .area_contents .btn_black button{
  background: #000;
  color: #fff;
}

.bg_gray .area_contents .btn_gray a,
.bg_gray .area_contents .btn_gray input,
.bg_gray .area_contents .btn_gray button{
  background: #eee;
  color: #333;
}

.bg_gray .area_contents .btn_border_black a{
  border: 1px solid #000;
  color: #000;
}

.bg_gray .area_contents .btn_border_gray a{
  border: 1px solid #c9c9c9;
  color: #333;
}

.bg_gray .area_contents .area_pager{
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.bg_gray .area_contents .area_pager li{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
}

.bg_gray .area_contents .area_pager li.current{
  background: #999;
  color: #fff;
}

.bg_gray .area_contents .area_pager li:nth-of-type(n + 2){
  margin-left: 1px;
}

.bg_gray .area_contents .area_pager li a{
  display: block;
  background: #eee;
  color: #333;
  text-decoration: none;
}
.blc_border {
  padding-top:50px;
  margin-top:50px;
  border-top:1px solid #dddddd;
}
.property_title {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  vertical-align:bottom;
}
.property_title span.title {
  font-size:3rem;
}
.property_title span.text {
  padding-left:20px;
  font-weight:normal;
  font-size:1.7rem !important;
}
.property_title p {
  padding-top:5px;
}
.property_title p.stage_unit{
	margin-top: 50px;
}
.property_title p a {
  text-decoration:underline;
  font-size:1.3rem;
  letter-spacing:1px;
  margin-left:25px;
}
.property_title p .moon01 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon01.png) 5px 0px no-repeat;
}
.property_title p .moon02 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon02.png) 5px 0px no-repeat;
}
.property_title p .moon03 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon03.png) 5px 0px no-repeat;
}
.property_title p .moon04 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon04.png) 5px 0px no-repeat;
}
.property_title p .moon05 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon05.png) 5px 0px no-repeat;
}
.col2_image {
  padding-left:5%;
  padding-right:5%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.col2_image > * {
  max-width: 50%;
}

.status_list {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  letter-spacing:1rem;
  line-height:1rem;
  background:url(../img/common/list_bg_border.png) repeat-x;
  width:330px;
}
.status_list li {
  margin-right:45px;
}
.status_list li:last-child {
  margin-right:0;
}
.status_list span.number {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  padding:12px 10px;
  background:#eeeeee;
  margin-bottom:1px;
}
.status_list span.text {
  padding:15px 10px;
}
.status_list li.old {
  color:#c0c0c0;
}
.status_list li.current {
  color:#fff;
}
.status_list li.current span.number {
  background:#000;
}
.status_list li.current span.text {
  background-color:#969696;
  background-image:url(../img/common/arrow.png);
  background-position:right 45% bottom 13%;
  background-repeat:no-repeat;
  padding-bottom:40px;
}
/* ie11 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .status_list { min-height:200px; width:340px; }
  *::-ms-backdrop, .status_list span.number { padding:12px 10px 12px 5px; }
  *::-ms-backdrop, .bg_gray .status_list span.text { padding:15px 10px 15px 5px; }
  *::-ms-backdrop, .status_list li:last-child { margin-right:45px; }
  *::-ms-backdrop, .status_list li:first-child { margin-right:0; }
}
.blc_btn {
  width:80%;
  margin-left:auto;
  margin-right:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.blc_company {
  padding-top:50px;
  margin-top:50px;
  border-top:1px solid #dddddd;
}
.blc_company .image {
  float:left;
  width:250px;
}
.blc_company .txt_blc{
  float:left;
  width:390px;
  margin-left:40px;
}
.blc_company .txt_blc .data {
  font-size:1.3rem;
  letter-spacing:1px;
}
.blc_company .txt_blc h4 {
  margin:15px 0 5px;
  font-size:2.2rem;
}
.blc_company .txt_blc .comment {
  line-height:2rem;
}

.blc_company .bg_checkbox,
.blc_company .bg_checkbox2,
.blc_company .bg_checkbox3 {
  float:right;
  margin-top:50px;
}
.blc_company .bg_checkbox li,
.blc_company .bg_checkbox2 li,
.blc_company .bg_checkbox3 li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blc_company .bg_checkbox li:first-child,
.blc_company .bg_checkbox2 li:first-child {
  margin-right:32px;
}
.blc_company .bg_checkbox input,
.blc_company .bg_checkbox2 input,
.blc_company .bg_checkbox3 input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.blc_company .bg_checkbox li input[type="checkbox"] + label {
  display: block;
  background-image:url(../img/common/btn_off.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width:60px;
  height:60px;
}
.blc_company .bg_checkbox li input[type="checkbox"]:checked + label {
  background-image: url(../img/common/btn_on.jpg);
}
.blc_company .bg_checkbox2 li input[type="checkbox"] + label {
  display: block;
  background-image:url(../img/common/btn02_off.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width:60px;
  height:60px;
}
.blc_company .bg_checkbox2 li input[type="checkbox"]:checked + label {
  background-image: url(../img/common/btn02_on.jpg);
}
.blc_company .bg_checkbox3 li input[type="checkbox"] + label {
  display: block;
  background-image:url(../img/common/btn03_off.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width:60px;
  height:60px;
}
.blc_company .bg_checkbox3 li input[type="checkbox"]:checked + label {
  background-image: url(../img/common/btn03_on.jpg);
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .blc_company .txt_blc .title p { line-height:1.6rem; margin-top:5px; }
}
.blc_company .btn_company {
  margin-top:15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.blc_company .btn_company li:not(:last-child) {
  margin-right:20px;
}
.blc_present {
  margin:0 auto;
  text-align:center;
}
.blc_present h4 {
  font-size:2rem;
  line-height:2rem;
  margin:20px auto;
  text-align:center !important;
}
.blc_present p.stage {
  font-size:1.5rem;
  line-height:1.5rem;
  display:inline-block;
  padding:15px 15px;
  border:1px solid #d9d9d9;
}
.blc_present p .moon01 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon01.png) 5px 0px no-repeat;
}
.blc_present p .moon02 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon02.png) 5px 0px no-repeat;
}
.blc_present p .moon03 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon03.png) 5px 0px no-repeat;
}
.blc_present p .moon04 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon04.png) 5px 0px no-repeat;
}
.blc_present p .moon05 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon05.png) 5px 0px no-repeat;
}
.blc_present .list_link {
  margin:0 30%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.blc_present .list_link .btn01 a {
  background:url(../img/common/icon01.png) 5px 0px no-repeat;
  padding:2px 0 2px 30px;
}
.blc_present .list_link .btn02 a {
  background:url(../img/common/icon02.png) 5px 4px no-repeat;
  padding:2px 0 2px 30px;
}
.blc_inc {
}
.blc_inc h4 {
  font-size:2.5rem;
  line-height:2.5rem;
  margin:20px auto 0;
  text-align:center !important;
}
.blc_inc .list_link {
  margin:15px 30% 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.blc_inc .list_link .btn01 a {
  background:url(../img/common/icon01.png) 5px 0px no-repeat;
  padding:2px 0 2px 30px;
}
.blc_inc .list_link .btn02 a {
  background:url(../img/common/icon02.png) 5px 4px no-repeat;
  padding:2px 0 2px 30px;
}
.blc_inc p {
  line-height:2.5rem;
  text-align:center;
}

@media screen and (max-width: 768px) {
  .wrap{
    width:94%;
  }
  .mt30{
    margin-top: 5%!important;
  }
  .mt70{
    margin-top: 10px!important;
  }
  .mb50{
    margin-bottom: 10px!important;
  }
  .square_arw::before {
    top: 5px;
    left:10px;
    width: 12px;
    height: 12px;
  }
  .square_arw::after{
    position: absolute;
    top: 6.5px;
    left:7px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .btn_more{
    width: auto;
    padding:0;
    margin: 3% auto 7%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 1px;
  }
  .btn_more a{
    display: block;
    width: 80%;
    padding: 16px 0;
    margin: 0 auto;
    border: 1px solid #000;
    font-size: 1.2rem;
    text-align: center;
  }
  .ttl_black{
    display: inline-block;
    width: 160px;
    height: auto;
    padding: 13px 0;
    font-size: 1.5rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .bg_gray{
    position: relative;
    background: #fafafa;
    width: 94%;
    margin: 0 auto 10%;
    padding: 0 5% 5%;
    transform: translateY(20px);
  }
  .bg_gray .ttl_page{
    position: static;
    top:auto;
    right:auto;
    width: auto;
    height: auto;
    padding: 10px 30px 10px 20px;
    margin: 0 auto;
    transform: translateY(-20px);
    background: linear-gradient(-45deg, transparent 15px, #000 0);
    color: #fff;
    font-size: 2rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1.3;
  }
  .bg_gray .ttl_en{
    display: none;
  }
  .bg_gray .breadcrumb{
    position: static;
    top:auto;
    left:auto;
    margin-bottom: 20px;
  }
  .bg_gray .breadcrumb li a,.bg_gray .breadcrumb li{
    display: inline;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .bg_gray .breadcrumb li:nth-of-type(n + 2){
    margin: 0;
    padding: 0 0 0 20px;
  }
  .bg_gray .breadcrumb li:nth-of-type(n + 2):before{
    top:3px;
  }
  .bg_gray .area_contents h2{
    margin: 10% 0 3%;
    font-size: 1.7rem;
  }
  .bg_gray .area_contents h3{
    margin: 8% 0 3%;
    font-size: 1.8rem;
  }
  .bg_gray .area_contents h3 span{
    padding-right: 5px;
  }
  .bg_gray .area_questionnaire h3:after{
  	display: none;
  }
  .bg_gray .area_contents h4{
    margin: 5% 0 3%;
    font-size: 1.6rem;
  }
  .bg_gray .area_contents h5{
    margin: 5% 0 3%;
    font-size: 1.6rem;
  }
  .bg_gray .area_contents p{
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .bg_gray .area_contents p + p{
    margin-top: 15px;
  }
  .bg_gray .area_contents table{
    margin-top: 5%;
  }
  .bg_gray .area_contents table tbody th{
    display: block;
    width: 100%;
    padding: 5%;
    font-size: 1.4rem;
  }
  .bg_gray .area_contents table tbody td{
    display: block;
    width: 100%;
    padding: 5%;
    font-size: 1.4rem;
  }
  .bg_gray .area_contents table tbody tr:nth-of-type(n + 2) td{
    border-top:none;
  }
  .bg_gray .area_contents .status_form{
    margin-top: 5%;
  }
  .bg_gray .area_contents .status_form + .status_form{
    margin-top: 3%;
  }
  .bg_gray .area_contents .status_form .current:not(:last-of-type):after{
    right:-4px;
    border-width: 25px 0 25px 4px;
  }
  .bg_gray .area_contents .status_form li{
    font-size: 1.1rem;
    line-height:1.2;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .bg_gray .area_contents .col2{
    flex-direction: column;
    margin-top: 5%;
  }
  .bg_gray .area_contents .col2 > *:first-of-type{
    margin-right: 0;
  }
  .bg_gray .area_contents .col2 + .col2{
    margin-top: 3%;
  }

  /*.bg_gray .area_contents .btn a{
    width: 80%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
  }*/
  .bg_gray.btn a,
  .bg_gray .btn input,
  .bg_gray .btn button{
    display: block;
    width: 80%;
    padding:15px 0;
    text-align: center;
    text-decoration: none;
  }
  .bg_gray .area_contents .btn a,
  .bg_gray .area_contents .btn input,
  .bg_gray .area_contents .btn button {
    min-width: 260px;
    max-width: 300px;
  }
  .bg_gray .btn_gray_arrow a,
  .bg_gray .btn_gray_arrow input {
    min-width: 260px;
    max-width: 300px;
  }
  .bg_gray .area_contents .btn + .btn{
    margin-top: 3%;
  }
  .bg_gray .area_contents .area_pager{
    margin-top: 10%;
  }
  .bg_gray .area_contents .area_pager li{
    font-size: 1.6rem;
  }

  .bg_gray .area_contents .area_pager li:nth-of-type(n + 2){
    margin-left: 3px;
  }
  .property_title {
    display:block;
  }
  .property_title h2 span.text {
    display:block;
    padding:8px 0 15px;
  }
  .col2_image {
    display:block;
    padding-left:0;
    padding-right:0;
  }
  .col2_image > * {
    max-width: none;
  }
  .col2_image .image {
    text-align:center;
  }
  .col2_image .image img {
    width:100%;
  }
  .status_list {
    min-height:200px;
    width:auto;
    margin:20px auto 0;
  }
  .status_list li {
  margin-right:35px;
  }
  .blc_btn {
    width:100%;
    margin:20px auto 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .blc_btn li:first-child {
    margin-bottom:15px;
  }
  .blc_company a {
    display:block;
    width:100%;
    padding-right:0px;
    background:none;
    text-decoration:none !important;
  }

  .blc_company .image,
  .blc_company .image img,
  .blc_company .txt_blc {
    float:none;
    width:100%;
    margin-left:0;
  }
  .blc_company .image {
    margin-bottom:10px;
  }
  .blc_company .txt_blc .title {
    display:block;
  }
  .blc_company .txt_blc .title p {
    margin-left:0;
  }
  .blc_company .txt_blc .detail {
    line-height:2rem;
    margin-top:15px;
  }
  .blc_company .btn_company {
    display:block;
    float:left;
  }
  .blc_company .btn_company li {
    width:150px;
    margin-bottom:15px;
  }
  .bg_checkbox,
  .bg_checkbox2,
  .bg_checkbox3 {
    float:none;
    margin:23px 0 20px;
  }
  .blc_company .bg_checkbox li:first-child,
  .blc_company .bg_checkbox2 li:first-child {
    margin-right:5px;
  }
  .blc_present .list_link {
    margin:0 10%;
  }
  .property_title p.stage_unit{
	margin-top: 0;
	}
}

@media screen and (max-width: 380px) {
  .blc_btn {
    margin:20px auto 10px;
  }
  .bg_gray .area_contents .btn a,
  .bg_gray .area_contents .btn input,
  .bg_gray .area_contents .btn button {
    max-width: 270px;
    font-size: 1.4rem;
  }
  .bg_gray .btn_gray_arrow a,
  .bg_gray .btn_gray_arrow input {
    max-width: 270px;
    font-size: 1.4rem;
  }
}
html.android .bg_gray.btn a,
html.android .bg_gray .btn input,
html.android .bg_gray .btn button{
  width:300px;
}
html.android .blc_company .bg_checkbox{
  font-size: 0;
}
html.android .blc_company .bg_checkbox li {
  margin:0 2px 0;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header{
  position: fixed;
  top:0;
  left:0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}

header .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin: 0 auto;
}

header .logo_header{
  font-size: 1.4rem;
}

header .logo_header img{
  width: 200px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header .logo_header img{
    width: 135px;
  }
}

header .gnav li{
  display: inline-block;
}

header .gnav li + li{
  margin-left: 10px;
}

header .gnav li a{
  letter-spacing: -0.03em;
}

header .spnav{
  display: none;
}

header .toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  header .wrap{
    width: 100%;
    height: 75px;
  }
  header .logo_header {
    width: 250px;
    margin-left: 5%;
  }
  header .toggle {
    position: absolute;
    z-index: 2;
    right:3%;
    top:0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 60px;
    display: block;
    overflow: hidden;
  }
  header .toggle > div{
    position: relative;
  }
  header .toggle span{
    position:absolute;
    left: 7px;
    width: 25px;
    height: 3px;
    background: #333;
  }
  header .toggle span:nth-child(1){
    top: 18px;
  }
  header .toggle span:nth-child(2){
    top: 27px;
  }
  header .toggle span:nth-child(3){
    top: 36px;
  }

  header span{
    transition: all 0.5s ease-out;
  }
  header .toggle.action span{
    background-color: #fff;
  }
  header .toggle.action span:nth-child(1){
    top:26px;
    transform: rotate(45deg);
  }
  header .toggle.action span:nth-child(2){
    background-color:rgba(255,255,255,0);
  }
  header .toggle.action span:nth-child(3){
    top:26px;
    transform: rotate(-45deg);
  }
  header .gnav{
    display: none;
  }
  header .spnav{
    position: fixed;
    top:0;
    right:0;
    width: 100%;
    transform:none;
    height: 100%;
    overflow-y: scroll!important;
    -webkit-overflow-scrolling: touch;
  }
  header .spnav ul{
    height: auto;
    background-color: rgba( 0,0,0, 0.95 );
    padding: 30px 0;
  }
  header .spnav li{
    display: block;
    width: 100%;
    text-align: center;
  }
  header .spnav li + li{
    margin: 25px 0 0;
  }
  header .spnav li a{
    font-size: 1.7rem;
    color: #fff;
  }
  header .spnav li .login_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 50px;
    margin: 45px auto 40px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
  }
  header .spnav ul ul{
    position: relative;
    margin-top: 30px;
    background-color: initial;
  }
  header .spnav ul ul::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background-color: #fff;
  }
  header .spnav ul ul a{
    font-size: 1.4rem;
  }
  header .spnav ul.sns_header {
  text-align:center;
  margin:0 auto;
  padding:0 0 30px;
  }
  header .spnav ul.sns_header li {
  display:inline;
  margin-right:10px;
  }
  header .spnav ul.sns_header li:last-child {
  margin-right:0;
  }

}


/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
footer{
  background: #eee;
}

footer .wrap{
  /*padding: 50px 0 95px;*/
  padding:50px 0 40px;
}

footer .logo_footer{
  width: 158px;
  margin: 0 auto;
}

footer .tel_footer{
  margin: 30px 0 50px;
  font-size: 1.8rem;
  text-align: center;
}
footer .tel_footer a{
  display: inline-block;
}

footer .nav_footer{
  justify-content: center;
  padding: 0 0 10px 0;
}

footer .nav_footer li + li{
  position: relative;
  margin-left: 25px;
  padding-left: 25px;
}

footer .nav_footer li + li:before{
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 1px;
  height: 13px;
  border-left: 1px solid #636363;
}

footer .nav_footer li a{
  color: #000;
}

.txt_copy{
  padding: 30px 0;
  color: #000;
  font-size: 1rem;
  text-align: center;
}
footer .footer_bnr{
  text-align: center;
  padding-bottom:50px;
}
footer .footer_bnr img.f_bnr {
width: 320px;
}
footer .footer_bnr a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
footer .sns_footer{
  justify-content: center;
  padding: 0 0 10px 0;
  margin-top:30px;
}
footer .sns_footer li + li{
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  footer{
    background-color: #fff;
  }
  footer .wrap{
    padding: 10% 0;
  }
  footer .tel_footer{
    margin: 5% 0 0;
    font-size: 1.6rem;
  }
  footer .tel_footer a{
    color: #333;
    font-size: 1.8rem;
  }
  footer .nav_footer{
    display: none;
  }
  .txt_copy{
    padding: 0 0 8%;
    color: #000;
    font-size: 1rem;
    text-align: center;
  }
  footer .footer_bnr img.f_bnr{
    width:60%;
  }

}

/* ------------------------------
  clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */
/* ----------------------------------------------------------------------------------------------------
*  マイページ
* --------------------------------------------------------------------------------------------------*/
.mypage_txt{
  margin-bottom:30px;
}
.list_mypage {
  display:flex;
  justify-content:center;
  margin-bottom:50px;
}
.list_mypage li {
  width:230px;
  padding:17px 0;
  margin:0 22px;
  text-align:center;
  font-size:2rem;
  position: relative;
}
.list_mypage li::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #707070;
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.list_mypage li.current {
  font-weight:bold;
}
.list_mypage li.current::after{
  opacity: 1;
  bottom: 0;
}

.list_mypage li:hover::after {
  opacity: 1;
  bottom: 0;
}


.list_mypage li a {
  text-decoration: none !important;
}

.tmp_include {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f90;
}

.area_mypage {
  width:90%;
  margin:0 auto;
}

.area_mypage .blc_user dl{
  display: flex;
  flex-wrap: wrap;
}
.area_mypage .blc_user dt,
.area_mypage .blc_user dd {
  line-height:2.5rem;
  padding:25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #E6E6E6;;
  }
.area_mypage .blc_user dt {
  width:30%;
  /*float:left;
  clear:left;*/
}

.area_mypage .blc_user dd {
  width: 70%;
  display: inline-block;
}
.mypagestep2 .blc_user dd{
  display: block;;
}
.btn_list {
  width: 100%;
  margin-top:33px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_list2 {
  width: 100%;
  margin-top:33px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.blc_final_dec .btn_list2{
	justify-content:center;
}
.area_mypage .btn_center {
  margin-top:40px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.mypage_form {
  margin:50px auto 0;
}
.mypage_form > dl {
  display:table;
  width:100%;
}
.mypage_form dl > dt,
.mypage_form dl > dd {
  line-height:2.5rem;
  padding:10px 0;
  }
.mypage_form dl > dt {
  width: 35%;
  display: table-cell;
  border-bottom: 1px solid #E6E6E6;
  clear: both;
  margin-left: 20px;
  padding-left: 35px;
}
.mypage_form dl > dd {
  border-bottom:1px solid #E6E6E6;
  clear:both;
}
.mypage_form dl > dd.t_cell{
  display: table-cell;
}
.mypage_form dl > dd input,
.mypage_form dl > dd select {
  padding:10px !important;
  border:1px solid #CDD6DD;
  font-size:1.4rem;
}
.mypage_form dl > dd textarea{
  padding:10px !important;
  border:1px solid #CDD6DD;
}

.mypage_form dl .w90per {
  width:90%;
}
.mypage_form dl .w70per {
  width:70%;
}
.mypage_form dl .w40per {
  width:40%;
}
.mypage_form dl .w44per {
  width:44.5%;
}
.mypage_form .property_inner,
.blc_user .property_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:90%;
}
.mypage_form .property_inner .house-pic,
.blc_user .property_inner .house-pic{
  width:90%;
}
.mypage_form .property_inner .details,
.blc_user .property_inner .details{
  width:70%;
}
.mypage_form2 {
  margin:40px auto 0;
}
.mypage_form2 > dl {
  display:table;
  width:100%;
}
.mypage_form2 dl > dt,
.mypage_form2 dl > dd {
    line-height:2.5rem;
  padding:10px 0;
  }
.mypage_form2 dl > dt {
  width:33%;
  display: table-cell;
  clear:both;
}
.mypage_form2 dl > dd {
  clear:both;
}
.mypage_form2 dl.border > dt,
.mypage_form2 dl.border > dd {
  border-bottom:1px solid #E6E6E6;
  padding-bottom:20px !important;
}
.mypage_form2 dl > dd input,
.mypage_form2 dl > dd select {
  padding:10px !important;
  border:1px solid #CDD6DD;
  font-size:1.4rem;
}
.mypage_form2 dl .w100per {
  width:100%;
}
.mypage_form2 dl .w60per {
  width:60%;
}
.mypage_form2 .btn_submit {
  display: flex;
  /*justify-content: center;*/
  justify-content: space-between;
  margin-top:50px;
}
/*select {
  border:1px solid #CDD6DD !important;
}*/
.select_wrap {
  position: relative;
  display: inline-block;
  background:#fff;
  width:25%;
}
.input-wrap .after-text{
  margin-right:1rem;
}
.select_wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #959EA7;
  border-right: solid 2px #959EA7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.select_wrap .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
}
.select_wrap select::-ms-expand,
.select_wrap2 select::-ms-expand {
    display: none;
}


.select_wrap2 .select {
  background-image:url(../img/mypage/arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color:#fff;
  width: 15%;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
.mypage_form .input_pluralBox_wrap dt,
.mypage_form .input_pluralBox_wrap dd {
/*  padding:0 !important;
  margin:0 !important;*/
}
.mypage_form .input_plural {
  margin: 10px 0;
  width:92%;
}

.mypage_form .input_plural input.form-control {
  display: inline-block;
  width:235px;
}
.mypage_form .input_plural input.form-age{
  width:95px;
}
.mypage_form .input_plural input.pluralBtn {
  color:#959EA7;
  width: 40px;
  height: 40px;
  background:none;
  border:none;
  padding: 0;
  margin: 0;
  float:right;
  font-weight:bold;
  font-size:2rem;
  line-height:2rem;
}
.mypage_form .form_address .form_address_inner dt {
  font-size:1.2rem;
  border:none;
  padding:10px 0 0;
}
.mypage_form .form_address .form_address_inner dt:first-child {
  padding:0;
}
.mypage_form .form_address .form_address_inner dd {
  padding:0;
  border:none;
}
.mypage_form .change_mail {
  padding:20px 0;
}
.mypage_form .change_mail a {
  text-decoration:none;
  text-align:right;
  display:inline-block;
  float:right;
}
.mypage_form2 .btn_black {
  margin-bottom:22px;
}
.mypage_form .cp_iptxt {
  position: relative;
}
.mypage_form .cp_iptxt i {
  position: absolute;
  top: 12px;
  left: 62%;
  padding: 9px 8px;
  transition: 0.3s;
  color: #959EA7;
}
.mypage_form .cp_iptxt input[type=text]:focus + i {
  color: #3991EA;
}
.area_mypage .text_mypage2 h2.mincho {
  text-align:center;
}
.area_mypage .text_mypage2 p {
  text-align:center;
  letter-spacing:1px !important;
}
.unsubscribe h2 {
  font-size:2rem !important;
  font-weight:bold;
  text-align:center;
  padding-bottom:22px;
}
html.android .unsubscribe h2 {
  font-size:1.6rem !important;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .unsubscribe h2 { padding-top:20px; }/* IE11 */
}
.unsubscribe p {
  text-align:center;
  line-height:2.5rem !important;
}
.unsubscribe .list_unsubscribe {
  margin:20px auto 0;
  text-align:center;
  width:40%;
}
html.android .unsubscribe .list_unsubscribe {
  width:55%;
}
.unsubscribe .list_unsubscribe li {
  margin-bottom:5px;
  text-align:left;
}
.unsubscribe .text_red {
  color:#FF585E;
  margin:20px auto 5px;
  font-size:1.2rem;
}
.unsubscribe .text_red.comp {
  visibility: hidden;
}
.unsubscribe .delete {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.unsubscribe input[type="text"] {
  padding:10px !important;
  border:1px solid #CDD6DD;
  font-size:1.4rem;
  width:50%;
}
.unsubscribe .input_delete::placeholder {
  text-align:center;
}
.unsubscribe .btn_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.unsubscribe .btn_list li {
  width:48%;
}
.a-com-step-3-done{
  margin-top:20%;
}
.a-com-step-3 p{
  margin-bottom:10px;
}
.btn_single{
  width:48%;
  margin:20px auto;
}
.btn_list
.btn_cancel a,
.btn_returntop a,
.btn_unsubscribe input {
  font-size:1.6rem;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.btn_cancel a,
.btn_returntop a{
  padding:20px 0;
  background: #eee;
    color: #333;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .btn_cancel a { padding:23px 0 17px; }/* IE11 */
}
.btn_unsubscribe input {
  padding:17px 0;
  background: #FF585E;
  color: #fff;
}
.btn_unsubscribe input[disabled="disabled"] {
  background: #FFCBCD;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mypage_form {
    margin: 30px auto 0;
}
  .mypage_form .property_inner,
  .blc_user .property_inner{
    width:100%;
    line-height: 2.3rem;
  }
  .mypage_form .input_plural{
    /*display:table;*/
    width:100%;
  }

  .mypage_form .input_plural input.form-control {
    width:43%;
    display: inline-block;
  }
  .mypage_form .input_plural input.form-control + .select_wrap2 {
    margin: 0;
    width:23%;
    display: inline-block;
  }
  .mypage_form .input_plural input.form-control + .select_wrap2 select {
    margin: 10px 0;

  }
  .mypage_form .input_plural input.pluralBtn {
    color:#959EA7;
    width: 40px;
    height: 40px;
    background:none;
    border:none;
    padding: 0;
    margin: 0;
    float:right;
    font-weight:bold;
    font-size:2rem;
    line-height:2rem;
  }

  .list_mypage li {
    width:33%;
    margin:0;
    padding:10px 0;
    text-align:center;
    font-size:1.6rem;
    line-height:2rem;
  }
  .area_mypage {
    width:100%;
    margin:0 auto;
  }
  .area_mypage .blc_user dt,
  .area_mypage .blc_user dd {
    display:block;
    float:none;
    width:100%;
  }
  .area_mypage .blc_user dt {
    padding:20px 0 3px;
    font-weight:bold;
    border-bottom: 1px dotted #ffffff;
  }
  .area_mypage .blc_user dd {
    padding:3px 0 20px;
  }
  .area_mypage .btn_list,
  .area_mypage .btn_list2 {
    margin:20px auto 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .area_mypage .btn_center {
    margin:0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .area_mypage .mypage_form dl,
  .area_mypage .mypage_form2 dl {
    display:block;
  }
  .area_mypage .mypage_form dt,
  .area_mypage .mypage_form dd,
  .area_mypage .mypage_form2 dt,
  .area_mypage .mypage_form2 dd {
    display:block;
    width:100%;
  }
  .area_mypage .mypage_form dt,
  .area_mypage .mypage_form2 dt {
    padding:10px 0 0;
    font-weight:bold;
    border:none;
    margin:0;
  }
  .mypage_form2 dl.border > dt{
    padding-bottom:5px !important;
    border:none;
  }
  .mypage_form2 dl.border > dd {
    border:none;
  }
  .mypage_form2 dl.mt10 {
    margin-top:0 !important;
  }
  .area_mypage .mypage_form dd,
  .area_mypage .mypage_form2 dd {
    padding:5px 0 15px;
  }
  .mypage_form dd input[type=text],
  .mypage_form2 dd input[type=text] {
    width:100%;
	margin: 5px 0;
  }
  .mypage_form dd input[type=radio],
  .mypage_form2 dd input[type=radio] {
    display: inline-block;
	margin-right: 10px;
  }
  .mypage_form dl .w70per,
  .mypage_form dl .w40per {
    width:100%;
  }
  .mypage_form dl .w90per,
  .mypage_form dl .w44per {
    width:100%;
  }
  .select_wrap{
    width:27%;
  }

  .select_wrap::after {
    top: 53%;
    right: 14px;
}
  .input-wrap .after-text {
    margin-right: 0;
  }
  .mypage_form dl > dd.t_cell{
    display: block;
  }
  .mypage_form dl > dd textarea {
    font-size: 1.6rem;
}
  .input_pluralBox_wrap {
    padding-top:10px;
  }
  #input_plural {
    margin-top:5px;
  }
  #input_plural input.form-control {
    width:40%;
  }
  #input_plural input.pluralBtn {
    color:#959EA7;
    width: 30px;
    height: 30px;
    background:none;
    border:none;
    padding: 0;
    margin: 0;
    float:right;
    font-weight:bold;
    font-size:1.7rem;
    line-height:1.7rem;
  }
  .mypage_form .change_mail {
    padding:0;
  }
  .mypage_form .change_mail a {
    float:none;
    margin-top:10px;
  }
  .mypage_form .cp_iptxt {
    width:100%;
  }
  .mypage_form .cp_iptxt i {
    left:auto;
      top: 17px;
    right: 15px;
  }
  .unsubscribe input[type="text"] {
    width:70%;
  }
  .unsubscribe .list_unsubscribe {
    width:50%;
  }
  .a-com-step-3-done{
  margin-top:33%;
}
}

@media screen and (max-width: 380px) {
  .area_mypage .btn_list,
  .area_mypage .btn_list2 {
    margin:20px auto 10px;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  マイページログイン・ログアウト
* --------------------------------------------------------------------------------------------------*/
.area_mypage .form-signin{
}
.area_mypage .form-signin .form-group{
  /*border-bottom: 1px solid #E6E6E6;*/
}
.area_mypage .form-signin .form-group label{
  display: block;
  padding: 30px 0 10px;
}
.area_mypage .form-signin .form-group input.form-control{
  padding: 10px !important;
  border: 1px solid #CDD6DD;
  font-size: 1.4rem;
  background-color: #fff!important;
  width:100%;
}
/*.area_mypage .form-signin .form-group input: -webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px [#fff] inset;
}*/
.area_mypage .form-signin .checkbox{
  margin:20px 0 -10px;
}
.area_mypage .form-signin .input-error {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    color: #f00;
}
.area_mypage .form-signin .forget{
   display: flex;
    justify-content: space-between;
    width: 375px;
    margin: 21px auto;
}
.area_mypage .form-signin .forget li{
}
 fieldset{ border:none; }
@media screen and (max-width: 768px) {
  .area_mypage .form-signin .form-group label{
  padding: 10px 0 10px;
}
  .area_mypage .form-signin .checkbox {
    margin: 10px 0 0;
}
  .area_mypage .form-signin .forget{
   display: block;
    width:auto;
    margin: 30px auto 40px;
}
.area_mypage .form-signin .forget li{
  text-align: center;
  margin:0 0 30px;
}
}
/* ----------------------------------------------------------------------------------------------------
*  マイページ パスワード忘れた方
* --------------------------------------------------------------------------------------------------*/
.forgot_process{
  width: 85%;
  padding: 17px;
  border: 1px solid #CDD6DD;
  margin: 20px auto 0;
}
.forgot_process dl dt,
.forgot_process dl dd{
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -1.2px;
}
.forgot_process dl dt{
  margin-top:10px;
  font-weight:bold;
  color:#666;
}
.forgot_process dl dd form{
  text-align:center;
  margin: 10px 0 10px;
}
.forgot_process dl dd form input{
  font-size: 1.5rem;
  color: #666;
  padding: 10px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
*  提案・PR一覧
* --------------------------------------------------------------------------------------------------*/
.blc_pr li,
.blc_pr_detail {
  margin-top:40px;
  zoom:1;
}
.blc_pr li:after,
.blc_pr_detail:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; zoom: 1; }
.blc_pr a {
  display:block;
  width:100%;
  padding-right:50px;
  background:url(../img/pr/arrow01.png) 98% 47% no-repeat;
}
.blc_pr a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.blc_pr .image {
  float:left;
  width:298px;
}
.blc_pr .txt_blc{
  float:right;
  width:470px;
/*    margin-right:40px;*/
  padding-right:40px;
  background:url(../img/common/arw.png) no-repeat;
  background-position:right 50%;
}
.blc_pr_detail {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom:30px;
}
.blc_pr_detail > * {
  max-width: 50%;
}

.blc_pr_detail .txt_blc {
  width:310px;
}
.blc_pr .txt_blc .title,
.blc_pr_detail .txt_blc .title {
  display:flex;
}
.blc_pr .txt_blc .title h4 {
  margin:0;
  font-size:2.2rem;
}
.blc_pr_detail .txt_blc .title h4 {
  margin:0;
  font-size:2.5rem;
}
.blc_pr .txt_blc .title p,
.blc_pr_detail .txt_blc .title p {
  font-size:1.2rem;
  line-height:1.2rem;
  font-weight:bold;
  background:url(../img/pr/arrow02.png) 0% 0% no-repeat;
  background-size:8px 12px;
  flex-direction: column;
  margin-left:33px;
  margin-top:8px;
  padding-left:15px;
  letter-spacing:1px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .blc_pr .txt_blc .title p { line-height:1.6rem; margin-top:5px; }
  *::-ms-backdrop, .blc_pr_detail .txt_blc .title p { line-height:1.6rem; margin-top:5px; }/* IE11 */
}
.blc_pr .txt_blc .comment,
.blc_pr_detail .txt_blc .comment {
  font-size:1.2rem;
  line-height:1;
  letter-spacing:1px;
  padding:10px 0 0;
}
.blc_pr .txt_blc .data,
.blc_pr_detail .txt_blc .data {
  font-size:1rem;
  line-height:1;
  letter-spacing:1px;
  color:#919191;
}
.blc_pr .txt_blc .detail {
  line-height:3.5rem;
  margin-top:25px;
}
.list_pr {
  display:flex;
  flex-wrap : wrap;
  justify-content:space-between;
}
.list_pr::after{
	content: "";
	display: block;
	width: 250px;
}
.list_pr li {
  width:250px;
  margin-top: 20px;
}
.list_pr li:first-child {
  margin-left:0;
}
.list_pr li .img{
	width: 250px;
	height: 160px;
	position: relative;
	overflow: hidden;
}
.list_pr li .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.list_pr li p {
  padding-top:8px;
  text-align:center;
  font-size:1.7rem !important;
  line-height:2.2rem!important;
}

.images_list {
  display: flex;
  justify-content: space-between;
}
.images_list > .cboxElement {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 23%;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
}
.images_list > .cboxElement::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.images_list > .cboxElement img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.blc_complete {
  margin-top:30px;
}
.blc_complete .image {
  float:left;
  margin:0 35px 15px 0;
}
.blc_pr_txt {
  line-height:1.3rem;
  letter-spacing:1px !important;
}
.blc_complete p {
  line-height:1.3rem;
  letter-spacing:1px !important;
  margin-bottom:30px;
}
.blc_complete .btn {
  display:flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blc_pr a {
    display:block;
    width:100%;
    padding-right:0px;
    background:none;
    text-decoration:none !important;
  }

  .blc_pr_detail > * {
    max-width: none;
  }
  .blc_pr .image,
  .blc_pr .image img,
  .blc_pr .txt_blc,
  .blc_pr_detail .image,
  .blc_pr_detail .image img,
  .blc_pr_detail .txt_blc {
    float:none;
    width:100%;
  }
  .blc_pr .image,
  .blc_pr_detail .image {
    margin-bottom:10px;
  }
  .blc_pr .txt_blc .title,
  .blc_pr_detail .txt_blc .title {
    display:block;
  }
  .blc_pr .txt_blc .title p,
  .blc_pr_detail .txt_blc .title p {
    margin-left:0;
  }
  .blc_pr .txt_blc .detail {
    line-height:2rem;
    margin-top:15px;
  }
  .list_pr li {
    width:48%;
  }
  .list_pr li .img{
  	max-width: 100%;
	height: 100px;
  }
  .list_pr li p {
    padding-top:5px;
    text-align:center;
    font-size:1.2rem !important;
    letter-spacing:0!important;
    line-height:1.3rem!important;
  }
  .blc_pr_detail {
    display:block;
    margin:0 0 20px;
  }
  .blc_complete .image {
    float:none;
    margin:0 0 15px 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  アンケート
* --------------------------------------------------------------------------------------------------*/
.area_questionnaire {
  margin:0 90px;
}
.style_form dt {
  font-size:1.6rem;
  line-height:1.6;
  font-weight:bold;
  margin-top:34px;
}
.style_form dd p {
  line-height:1rem;
}
.style_form dd {
  margin-top:15px;
  line-height:1.5;
}
.style_form dd textarea {
  padding:5px;
  border:1px solid #CDD6DD;
  resize: vertical;
  width:647px;
  min-height:170px;
  line-height:1.5;
  font-size: 1.6rem;
  }
.area_questionnaire .btn_submit {
  display: flex;
  justify-content: center;
  margin-top:33px;
}
.area_questionnaire .list_nomination li {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin: 0;
  padding:13px 0;
  border-bottom:1px solid #E6E6E6;
}
.area_questionnaire .list_nomination li div {
  margin:0;
  width: 60%;
}
.area_questionnaire .list_nomination li div:last-child{
  width: 40%;
}
.area_questionnaire .list_nomination li div label span{
	display: inline-block;
	line-height: 1.5em;
}
.area_questionnaire .list_nomination li:last-child {
  border-bottom:none;
}
.area_questionnaire #btn_allcheck {
  margin-top:5px;
  padding:20px 0 15px;
  letter-spacing:0.2px;
  line-height:1.4rem;
  font-size:1.4rem;
  font-weight:bold;
  color:#3B4043;
}
.area_questionnaire #btn_allcheck label{
  cursor: pointer;
  padding:10px 30px;
  border: 2px solid #CDD6DD;
  border-radius: 5px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .area_questionnaire #btn_allcheck label{ padding:10px 30px 5px; } /* IE11 */
}
.area_questionnaire #btn_allcheck input{
  display: none;
}
.area_questionnaire #btn_allcheck .allcheck_box:checked + .label,
.area_questionnaire #btn_allcheck .allcheck_box:hover + .label {
  background-color:#CDD6DD;
  color:#333;
}
.area_questionnaire a.btn_info {
  text-decoration:none;
  font-size:1.2rem;
  line-height:1.2rem;
  font-weight:bold;
  padding:6px;
  color:#fff;
  letter-spacing:0.5px;
  background:#3B4043;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  text-align: center;
}
.area_questionnaire a.btn_info:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.area_questionnaire .list_nomination label {
  line-height: 100%;
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,.area_questionnaire a.btn_info { padding:6px 15px 3px; } /* IE11 */
}
.btn_check{
  display: none;
}
.checkbox_parts{
  line-height:1.2rem;
  padding-left: 30px;
  position:relative;
}
.checkbox_parts::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 3px solid #CDD6DD;
  border-radius: 4px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,.checkbox_parts::before { top: 0px; } /* IE11 */
}
.btn_check:checked + .checkbox_parts::before {
  border: 3px solid #959EA7;
}
.btn_check:checked + .checkbox_parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3B4043;
  border-right: 3px solid #3B4043;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,.btn_check:checked + .checkbox_parts::after{ top: 0px; } /* IE11 */
}
.area_questionnaire .btn_list {
  margin-top:33px;
  display: flex;
  justify-content: space-between;
}
.area_questionnaire .list_confirm {
  display:flex;
}
.area_questionnaire .list_confirm li {
  margin-left:20px;
  position:relative;
  line-height:0;
}
.area_questionnaire .list_confirm li:first-child {
  margin-left:0;
}
.area_questionnaire .list_confirm li img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.area_questionnaire .list_confirm li:before {
  content:"";
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
  border:3px dashed rgba(205,214,221,1);
  box-sizing:border-box;
  width:100%;
  height:100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .area_questionnaire {
      margin:0;
    }
  .area_questionnaire .btn_list,
  .area_questionnaire .btn_list2 {
    margin-top:33px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
    .area_questionnaire .list_confirm li:before {
    border:1px dashed rgba(205,214,221,1);
    }
  .style_form dd textarea {
    width:100%;
  }
}



/* ----------------------------------------------------------------------------------------------------
*  一次選考
* --------------------------------------------------------------------------------------------------*/
.blc_renov_wrap {
  padding:30px 0 50px;
}
.blc_renov {
  margin-top:50px;
}
.blc_renov .image {
  float:left;
  width:250px;
}
.blc_renov .txt_blc{
  float:left;
  width:390px;
  margin-left:40px;
}
.blc_renov .txt_blc .data {
  font-size:1rem;
  letter-spacing:1px;
}
.blc_renov .txt_blc h4 {
  margin:8px 0 10px;
  font-size:2.2rem;
}
.blc_renov .txt_blc .comment {
  line-height:2rem;
}

.blc_renov .bg_radio {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  height: 170px;
}

.blc_renov .bg_radio li {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}

.blc_renov .bg_radio li:first-child {
  margin-right: 30px;
}

.blc_renov .bg_radio label {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #969696;
  position: relative;
}

.blc_renov .bg_radio label, .blc_renov .bg_radio label .symbol {
  transition: all .5s ease;
}

.blc_renov .bg_radio input {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

.blc_renov .bg_radio input[value="unable"]+label .symbol {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.blc_renov .bg_radio label, .blc_renov .bg_radio input+label .symbol::before, .blc_renov .bg_radio input+label .symbol::after {
  transition: all .3s ease;
}

.blc_renov .bg_radio input[value="unable"]+label .symbol::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #969696;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.blc_renov .bg_radio input[value="unable"]+label .symbol::after {
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background: #969696;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.blc_renov .bg_radio input[value="able"]+label .symbol::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border: solid 2px #969696;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blc_renov .bg_radio input[value="unable"]:checked+label {
  border-color: #6958FB;
}

.blc_renov .bg_radio input[value="unable"]:checked+label .symbol::before, .blc_renov .bg_radio input[value="unable"]:checked+label .symbol::after {
  background: #6958FB;
}

.blc_renov .bg_radio input[value="able"]:checked+label {
  border-color: #F25454;
}

.blc_renov .bg_radio input[value="able"]:checked+label .symbol::before {
  border-color: #F25454;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .blc_renov .txt_blc .title p {
    line-height: 1.6rem;
    margin-top: 5px;
  }
}

.blc_renov .btn_company {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blc_renov .btn_company li:not(:last-child) {
  margin-right: 20px;
}

.blc_renov a {
  display: block;
  width: 100%;
  padding-right: 0px;
  background: none;
  text-decoration: none !important;
}

.blc_renov .stage_unit a {
  display: inline-block;
  width: auto;
}

.blc_renov .text_red {
  color: #FF0000!important;
}

.blc_renov .text_blue {
  color: #0033FF!important;
}

.area_contents .blc_renov_wrap [type="submit"] {
  transition: opacity .5s ease;
}

.area_contents .blc_renov_wrap .disable_submit [type="submit"] {
  pointer-events: none;
  opacity: 0.35;
}

.area_contents .blc_renov_wrap .msg_attention {
  display: none;
  margin: 10px 0 0;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #F00;
}

.area_contents .blc_renov_wrap .disable_submit+.msg_attention {
  display: block;
}

@media screen and (max-width: 768px) {
  .blc_renov_wrap {
    padding: 0px 0 20px;
  }
  .blc_renov .image, .blc_renov .image img, .blc_renov .txt_blc {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .blc_renov .image {
    margin-bottom: 10px;
  }
  .blc_renov .txt_blc .title {
    display: block;
  }
  .blc_renov .txt_blc .title p {
    margin-left: 0;
  }
  .blc_renov .txt_blc .detail {
    line-height: 2rem;
    margin-top: 15px;
  }
  .blc_renov .btn_company {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .blc_renov .btn_company li {
    width: 150px;
    margin-bottom: 15px;
  }
  .blc_renov .bg_radio {
    justify-content: center;
    height: auto;
    margin: 5px 0 0;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  最終選考
* --------------------------------------------------------------------------------------------------*/

.blc_final_wrap {
  padding: 30px 0 50px;
}

.blc_final {
  margin-top: 50px;
}

.blc_final_wrap>.blc_final:first-child {
  margin-top: 0;
}

.blc_final .blc_final_wrap .image {
  float: left;
  width: 250px;
}

.blc_final .txt_blc {
  float: left;
  width: 390px;
  margin-left: 40px;
}

.blc_final .txt_blc .data {
  font-size: 1rem;
  letter-spacing: 1px;
}

.blc_final .txt_blc h4 {
  margin: 8px 0 10px;
  font-size: 2.2rem;
}

.blc_final .txt_blc .comment {
  line-height: 2rem;
}


.blc_final .bg_checkbox,
.blc_final .bg_checkbox2,
.blc_final .bg_checkbox3 {
  float:right;
  margin-top:40px;
}
.blc_final .bg_checkbox li,
.blc_final .bg_checkbox2 li,
.blc_final .bg_checkbox3 li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blc_final .bg_checkbox li:first-child,
.blc_final .bg_checkbox2 li:first-child {
  margin-right:32px;
}
.blc_final .bg_checkbox input,
.blc_final .bg_checkbox2 input,
.blc_final .bg_checkbox3 input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.blc_final .bg_checkbox li input[type="checkbox"] + label {
  display: block;
  background-image:url(../img/common/btn_off.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width:60px;
  height:60px;
}
.blc_final .bg_checkbox li input[type="checkbox"]:checked + label {
  background-image: url(../img/common/btn_on.jpg);
}
.blc_final .bg_checkbox2 li input[type="checkbox"] + label {
  display: block;
  background-image:url(../img/common/btn02_off.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width:60px;
  height:60px;
}
.blc_final .bg_checkbox2 li input[type="checkbox"]:checked + label {
  background-image: url(../img/common/btn02_on.jpg);
}
.blc_final .bg_checkbox3 li input[type="checkbox"] + label {
  display: block;
  background-image:url(../img/common/btn03_off.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width:60px;
  height:60px;
}
.blc_final .bg_checkbox3 li input[type="checkbox"]:checked + label {
  background-image: url(../img/common/btn03_on.jpg);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .blc_final .txt_blc .title p { line-height:1.6rem; margin-top:5px; }
}
.blc_final .btn_company {
  margin-top:22px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.blc_final .btn_company li:not(:last-child) {
  margin-right:20px;
}
.blc_final a {
  display:block;
  width:100%;
  padding-right:0px;
  background:none;
  text-decoration:none !important;
}
.blc_final .stage_unit a{
	display: inline-block;
	width: auto;
}
.blc_final .text_red {
  color:#FF0000!important;
}
.blc_final .text_blue {
  color:#0033FF!important;
}

.area_contents .blc_final_wrap [type="submit"] {
  transition: opacity .5s ease;
}

.area_contents .blc_final_wrap .disable_submit [type="submit"] {
  pointer-events: none;
  opacity: 0.35;
}

.area_contents .blc_final_wrap .msg_attention {
  display: none;
  margin: 10px 0 0;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #F00;
}

.area_contents .blc_final_wrap .disable_submit+.msg_attention {
  display: block;
}
@media screen and (max-width: 768px) {
  .blc_final_wrap {
    padding:0px 0 20px;
  }
  .blc_final .image,
  .blc_final .image img,
  .blc_final .txt_blc {
    float:none;
    width:100%;
    margin-left:0;
  }
  .blc_final .image {
    margin-bottom:10px;
	width: 100%!important;
	max-height: 500px;
  }
  .blc_final .image img{
  	max-width: 100%;
	max-height: 100%;
  }
  .blc_final .txt_blc .title {
    display:block;
  }
  .blc_final .txt_blc .title p {
    margin-left:0;
  }
  .blc_final .txt_blc .detail {
    line-height:2rem;
    margin-top:15px;
  }
  .blc_final .btn_company {
    display:block;
    /*float:left;*/
  }
  .blc_final .btn_company li {
    width:80%;
    margin:0 auto 15px!important;
  }
  .blc_final .bg_checkbox,
  .blc_final .bg_checkbox2,
  .blc_final .bg_checkbox3 {
    float:none;
    margin:20px auto;
	text-align: center;
  }
  .blc_final .bg_checkbox li:first-child,
  .blc_final .bg_checkbox2 li:first-child,
  .blc_final .bg_checkbox3 li:first-child {
    /*margin-right:15px;*/
  }
  .blc_final .txt_blc{
  	clear: both;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  打ち合わせ予約
* --------------------------------------------------------------------------------------------------*/
.blc_meeting_wrap {
  padding:0 0 20px;
}
.blc_meeting_wrap .status_form {
  margin-top:30px !important;
}
.meeting_btn {
  margin-top:40px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.meeting_btn input {
  color:#fff !important;
}
.meeting_btn2 {
  margin-top:10px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.meeting_btn2 > li {
  margin: 0 10px;
}
  .meeting_text_red {
  color:#FF7171!important;
  text-align:center;
  font-size:1.4rem!important;
  letter-spacing:1px!important;
  padding-top:10px;
}
.meeting_form {
  margin:50px 10% 0;
}
.meeting_form dl {
  display:table;
  width:100%;
  margin-top:10px;
}
.meeting_form dl.border {
  padding-top:15px;
  border-top:1px solid #E6E6E6;
}
.meeting_form dl.border dt {
  vertical-align:top !important;
}
.meeting_form dl dt,
.meeting_form dl dd {
    line-height:2.5rem;
  }
.meeting_form dl dt {
  width:25%;
  display: table-cell;
  clear:both;
}
.meeting_form dl dd {
  width:75%;
  clear:both;
  display: table-cell;
}
.meeting_form dl > dd input,
.meeting_form dl > dd select {
  width:100%;
  font-size:1.5rem;
  line-height:1.5rem;
  padding:10px;
  border:1px solid #CDD6DD;
}
/* iphone */
.iphone .meeting_form dl > dd input,
.iphone .meeting_form dl > dd select {
  padding:12px 10px 8px;
}
.meeting_form dl > dd textarea {
  width:505px !important;
  min-height:355px;
  font-size:1.5rem;
  line-height:2rem;
  padding:10px;
  border:1px solid #CDD6DD;
}
.meeting_form .cp_iptxt {
  position: relative;
}
.meeting_form .cp_iptxt i {
  position: absolute;
  top: 12px;
  left: 95%;
  transition: 0.3s;
  color: #959EA7;
}
.meeting_form .cp_iptxt input[type=text]:focus + i {
  color: #3991EA;
}
/*.meeting_form #input_plural {
    margin: 10px 0;
}
.meeting_form #input_plural input.form-control {
    display: inline-block;
}
.meeting_form #input_plural input.pluralBtn {
  color:#333333;
    background:none;
    border:none;
    padding: 0;
    margin:25px 0 15px;
  float:right;
  font-weight:bold;
  font-size:1.2rem;
  line-height:1.2rem;
}
.meeting_form #input_plural input.del {
  margin-left:20px;
}*/
/*ボックス全体*/
.accbox {
  margin:25px 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
  display: block;
  color:#333333;
  background:none;
  border:none;
  padding: 0;
  text-align:right;
  font-weight:bold;
  font-size:1.5rem;
  line-height:1.5rem;
  cursor :pointer;
  transition: all 0.5s;
}

/*スタイル*/
.accbox dl:nth-child(odd) {
  margin-top:30px;
}
/*アイコンを表示*/
.accbox label:before {
  content: '+';
  padding-right: 8px;
  font-size:1.5rem;
}

/*ラベルホバー時*/
.accbox label:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*チェックは隠す*/
.accbox input.cssacc {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
  content: '-';
  font-size:1.5rem;
}
@media screen and (max-width: 768px) {
  .blc_meeting_wrap {
    padding:0px 0 20px;
  }
  .meeting_btn,
  .meeting_btn2 {
    margin:0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .meeting_form {
    margin:20px 0 0;
  }
  .meeting_form dl {
    display:block;
  }
  .meeting_form dl dt,
  .meeting_form dl dd {
    display:block;
    width:100%;
  }
  .meeting_form dt {
    padding:0;
    font-weight:bold;
    border:none;
  }
    .meeting_form dd {
      padding:5px 0 5px;
    }
  .meeting_form dl > dd textarea {
    width:100% !important;
    min-height:100px;
  }
  .meeting_form dd input {
    width:100%;
  }
  .meeting_form .cp_iptxt i {
    top: 18px;
    left: 90%;
  }
  .accbox dl:nth-child(odd) {
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #E6E6E6;
  }
  /*.meeting_form #input_plural input.pluralBtn {
    width:auto;
    text-align:right;
     margin:0 0 5px;
  }
  .meeting_form #input_plural input.del {
    margin-left:20px;
  }*/
}

/* ----------------------------------------------------------------------------------------------------
*  最終決定 + プレゼント
* --------------------------------------------------------------------------------------------------*/
.blc_final_dec {
  margin:0 auto;
  text-align:center;
}
.blc_final_dec .mincho {
  text-align:center;
}
.blc_final_dec p {
  text-align:center;
}
.blc_final_dec .image {
  margin:20px auto 10px;
  text-align:center;
  width: 450px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.blc_final_dec .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.blc_final_dec .image2 {
  margin:25px auto;
  text-align:center;
}
.blc_final_dec p.text {
  font-size:1.2rem;
  line-height:1.2rem;
  letter-spacing:1px;
  padding-bottom:20px;
}
.blc_final_dec p.message {
  font-size:1.6rem;
  line-height:3rem;
  letter-spacing:1px;
}
.blc_final_dec p.stage {
  font-size:1.5rem;
  line-height:1.5rem;
  display:inline-block;
  padding:15px 15px;
  border:1px solid #d9d9d9;
}
.blc_final_dec p .moon01 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon01.png) 5px 0px no-repeat;
}
.blc_final_dec p .moon02 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon02.png) 5px 0px no-repeat;
}
.blc_final_dec p .moon03 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon03.png) 5px 0px no-repeat;
}
.blc_final_dec p .moon04 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon04.png) 5px 0px no-repeat;
}
.blc_final_dec p .moon05 {
  padding:6px 5px 6px 38px;
  background:url(../img/common/moon05.png) 5px 0px no-repeat;
}
/*.blc_final_dec ul.stage {
  padding-top:35px;
  display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blc_final_dec ul.stage .bold {
  font-weight:bold;
  font-size:2rem;
  line-height:2.2rem;
  letter-spacing:2px;
}
.blc_final_dec li .moon01 {
  padding:15px 5px 15px 40px;
  background:url(../img/common/moon05.png) 5px 12px no-repeat;
}*/
.blc_final_dec .btn_list2 {
  margin:50px auto 0;
}
.blc_final_dec .btn_list2 li{
	margin: 0 10px;
}
.blc_final_dec .btn_submit {
  display: flex;
  justify-content: center;
  margin-top:50px;
}
@media screen and (max-width: 768px) {
  .blc_final_dec h2.mincho {
    font-size:2.5rem;
    line-height:2.5rem;
  }
  .blc_final_dec .btn_list2 {
    margin:30px auto 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .blc_final_dec .image{
  	width: 100%;
	height: 200px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  登録企業
* --------------------------------------------------------------------------------------------------*/

.blc_regist .blc_search {
  /* display: flex; */
  display: none;
  justify-content :space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.blc_regist .blc_search .ttl {
  width: 15%;
  font-weight: bold;
}
.blc_regist .blc_search .search_box {
  width: 65%;
  height: 40px;
  padding: 0 10px;
  background: transparent;
  border-bottom: solid 3px #000;
  outline: none;
}

.blc_regist .search_category {
  margin: 0 0 40px;
}
.blc_regist .search_category ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blc_regist .search_category ul li {
  width: 25%;
}
.blc_regist .search_category ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  background: #fafafa;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  transition: all .3s ease;
}

.blc_regist .search_category ul li:nth-child(1) a {
  color: #000000;
}
.blc_regist .search_category ul li:nth-child(2) a {
  color: #6ea1bc;
}
.blc_regist .search_category ul li:nth-child(3) a {
  color: #d18383;
}
.blc_regist .search_category ul li:nth-child(4) a {
  color: #9AAA7B;
}
.blc_regist .search_category ul li:nth-child(5) a {
  color: #BAB26A;
}
.blc_regist .search_category ul li:nth-child(6) a {
  color: #C997BA;
}
.blc_regist .search_category ul li:nth-child(7) a {
  color: #cfa761;
}
.blc_regist .search_category ul li:nth-child(8) a {
  color: #74ba9a;
}

.blc_regist .search_category ul li.current a {
  background: #000000;
  color: #ffffff;
}

.blc_regist .search_category ul li.current:nth-child(1) a {
  background-color: #000000;
}
.blc_regist .search_category ul li.current:nth-child(2) a {
  background-color: #6ea1bc;
}
.blc_regist .search_category ul li.current:nth-child(3) a {
  background-color: #d18383;
}
.blc_regist .search_category ul li.current:nth-child(4) a {
  background-color: #9AAA7B;
}
.blc_regist .search_category ul li.current:nth-child(5) a {
  background-color: #BAB26A;
}
.blc_regist .search_category ul li.current:nth-child(6) a {
  background-color: #C997BA;
}
.blc_regist .search_category ul li.current:nth-child(7) a {
  background-color: #cfa761;
}
.blc_regist .search_category ul li.current:nth-child(8) a {
  background-color: #74ba9a;
}

.blc_regist .blc_search .search_box::placeholder {
  color: #ccc;
}
.blc_regist .blc_search .btn_search { width: 15%; }
.blc_regist .blc_search .btn_search input[type="submit"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: solid 1px #000;
  background: #000;
  letter-spacing: 2px;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s ease;
}
.blc_regist .blc_search .btn_search input[type="submit"]:hover {
  background: transparent;
  color: #000;
}

.blc_regist .description {
  margin: 40px 0;
  text-align: center;
  font-size: 1.6rem;
}

.regist_col2,
.regist_col3{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.regist_col2 .box {
  width:390px;
}
.regist_col3 .box {
  width:250px;
  margin:25px 0 20px;
}
.regist_col2 .box h4,
.blc_regist .main_box h4 {
  font-size:2.5rem;
  line-height:2em;
  margin:16px auto 0;
  text-align:center !important;
}
.regist_col3 .box h4 {
  font-size:2.5rem;
  line-height:1.3;
  margin:16px auto 0;
  text-align:center !important;
}
.bg_gray .area_contents h4.regist_ttl {
  font-size:2.7rem !important;
  line-height:2.7rem;
  margin: 100px 0 0;
}
.regist_col2 a,
.regist_col3 a,
.blc_regist .main_box a {
  text-decoration:none !important;
}
.regist_col2 a h4:hover,
.regist_col3 a h4:hover,
.blc_regist .main_box a h4:hover,
.regist_col2 .detail_box a h5:hover,
.regist_col3 .detail_box a h5:hover,
.regist_col2 a img:hover,
.regist_col3 a img:hover,
.blc_regist .main_box a img:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.blc_regist .list_link {
  margin:0 auto 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.blc_regist .list_link a {
  font-size:1.4rem;
  line-height:1.4rem;
  text-decoration:none;
}
.blc_regist .list_link li {
  margin: 10px 0 0;
}

.blc_regist .main_box .list_link {
  justify-content: center;
}
.blc_regist .main_box .list_link li {
  margin-right: 10px;
}
.blc_regist .main_box .list_link li:last-child {
  margin-right: 0;
}

.blc_regist .list_link .btn01 a,
.blc_regist .list_link .btn02 a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #666666;
  text-align: center;
  color: #ffffff;
}

.blc_regist .list_link .btn01.btn-category-1 a {
  background: #d18383;
}
.blc_regist .list_link .btn01.btn-category-2 a {
  background: #9AAA7B;
}
.blc_regist .list_link .btn01.btn-category-3 a {
  background: #BAB26A;
}
.blc_regist .list_link .btn01.btn-category-4 a {
  background: #C997BA;
}
.blc_regist .list_link .btn01.btn-category-5 a {
  background: #cfa761;
}
.blc_regist .list_link .btn01.btn-category-6 a {
  background: #74ba9a;
}

.blc_regist .list_link .btn02 a {
  background: #6ea1bc;
}

.blc_regist .list_text {
  display:flex;
}
.blc_regist .list_text li {
  font-size:1.3rem;
  line-height:2.8rem;
  letter-spacing:1px;
}
.blc_regist .box .text {
  font-size:1.3rem;
  line-height:2.8rem;
  letter-spacing:1px;
}
.blc_regist .sliderArea {
  position:relative;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow: hidden;
  width:100%;
  margin:0 auto 45px;
}
.blc_regist .sliderWide,
.blc_regist .slick-slide {
  height: 563px;
}
.blc_regist .slick-slide {
  width: 100%;
  /*background: #ddd;*/
  position: relative;
  overflow: hidden;
}
.blc_regist .slick-slide img {
  width: auto;
  overflow: hidden;
  max-height: 563px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.blc_regist .main_box p {
  font-size:1.3rem;
  line-height:2.8rem;
  letter-spacing:1px;
  text-align:center;
}
.regist_col2 .detail_box {
  width:48%;
}
.regist_col2 .detail_box h4 {
  text-align:center;
  padding-top:28px;
  border-top:1px solid #000;
}
.regist_col2 .detail_box dl {
  display:table;
  width:100%;
}
.regist_col2 .detail_box dt,
.regist_col2 .detail_box dd {
    line-height:4rem;
  padding:10px 0;
  display: table-cell;
  clear:both;
  }
.regist_col2 .detail_box dt {
  width:25%;
  font-weight:bold;
}
.regist_col2 .detail_box dd {
  width:75%;
}
.regist_col2 .detail_box dl.detail_txt{
  display: block;
}
.regist_col2 .detail_box dl.detail_txt dt{
  width: 100%;
  display: block;
  line-height: 2.4rem;
  padding: 10px 0 5px;
}
.regist_col2 .detail_box dl.detail_txt dd{
  width:100%;
  padding: 0;
  line-height: 2.4rem;
}
/* 企業情報 施工事例　画像トリミング*/
.regist_col2 .detail_box .image {
  margin-top:20px;
  width:405px;
  height:270px;
  position:relative;
  overflow: hidden;
}
.regist_col3 .detail_box .image{
  width:250px;
  height:160px;
  position: relative;
  overflow:hidden;
}
.regist_col2 .detail_box .image img,
.regist_col3 .detail_box .image img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
    min-height: 100%;
}
.regist_col2 .detail_box h5 {
  font-size:2.2rem;
  line-height:2.7rem;
  margin:16px auto 10px;
  text-align:left;
}
.regist_col3 .detail_box {
  margin:35px 0 20px;
  width:250px;
}

.regist_col3 .detail_box h5 {
  font-size:1.6rem;
  line-height:2.2rem;
  margin:12px auto 5px;
  text-align:center;
}

/*登録企業一覧　画像トリミング*/
.regist_col2 .box .image {
  margin-top:20px;
  width:390px;
  height:260px;
  position:relative;
  overflow: hidden;
}
.regist_col3 .box .image {
  margin-top:20px;
  width:250px;
  height:160px;
  position:relative;
  overflow: hidden;
}
.regist_col3 .box .image img,
.regist_col2 .box .image img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-height: 100%;
}

/* フリーエリア */

.freearea{
	border-top:1px solid #ccc;
	margin-top: 30px;
	padding-top: 30px;
}

/*登録企業詳細の連絡先表示*/
.regist_info {
  margin: 20px 0 60px;
  padding:10px;
  width:100%;
  border:1px solid #aaa;
}
.bg_gray .area_contents .regist_info h4{
  font-size:2.4rem;
  margin: 20px 0;
}
.bg_gray .area_contents .regist_info a{
  text-decoration: none;
}
.list_col1,.list_col2{
  width:65%;
  margin:0 auto;
  padding:10px 0 20px;
  overflow: hidden;
}

.list_col1{
  text-align:center;
}
.list_col1 dl{
  text-align: center;
}
.list_col2 dl{
  width:50%;
  float: left;
  text-align: center;
}
.regist_info dl dt,
.regist_info dl dd{
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  display: inline;
  letter-spacing: 2px;
}

.blc_regist .detail_box .text {
  font-size:1.5rem;
  line-height:2.2rem;
  letter-spacing:1px;
  margin:10px 0;
}
.blc_regist .detail_box .text2 {
  font-size:1.3rem;
  line-height:2.5rem;
  letter-spacing:1px;
}
.blc_regist .detail_box .text_center {
  display:block !important;
  text-align:center;
}

.process_area {
  margin-top: -50px !important;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}

.process_area .image{
	width: 390px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.process_area .image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 768px) {
  .blc_regist .description {
    text-align: left;
  }

  .blc_regist .search_category ul {
    justify-content: center;
  }
  .blc_regist .search_category ul li {
    width: auto;
    margin: 5px 0 0;
  }

  /* .blc_regist .blc_search { display: block; } */
  .blc_regist .blc_search { display: none; }
  .blc_regist .blc_search .ttl,
  .blc_regist .blc_search .search_box {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
  .blc_regist .blc_search .btn_search { width: 100%; text-align: center; }
  .blc_regist .blc_search .btn_search input[type="submit"] {
    width: 80%;
    margin: 20px auto 0;
  }
  .regist_col2,
  .regist_col3 {
    flex-direction: column;
    }
  .regist_col2 > *:last-of-type{
    margin-top: 30px;
  }
  .regist_col2 .box,
  .regist_col3 .box,
  .regist_col2 img,
  .regist_col3 img {
    width:100%;
  }
  .regist_col2 a h4:hover,
  .regist_col3 a h4:hover,
  .blc_regist .main_box a h4:hover,
  .regist_col2 .detail_box a h5:hover,
  .regist_col3 .detail_box a h5:hover,
  .regist_col2 a img:hover,
  .regist_col3 a img:hover,
  .blc_regist .main_box a img:hover {
    filter:alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
  }
  .boxist .sliderArea {
    width:100%;
    margin:0 auto 20px;
  }
  .regist_col2 .detail_box {
    width:100%;
    margin:0 auto;
  }
  .regist_col3 .detail_box {
    width:80%;
    margin-left:10%;
    margin-right:10%;
  }
  .regist_col2 .detail_box h4 {
    text-align:center;
    padding:20px 0;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
  }
  .regist_col2 .detail_box h5 {
    font-size:1.6rem;
    line-height:2rem;
  }
  .regist_col2 .detail_box dl {
      display:block;
  }
  .regist_col2 .detail_box dt,
  .regist_col2 .detail_box dd {
    display:block;
    width:100%;
  }
  .regist_col2 .detail_box dt {
    padding:20px 0 0;
    font-weight:bold;
    line-height:2rem;
  }
  .regist_col2 .detail_box dd {
    padding:10px 0 20px;
    line-height:3rem;
  }
  .regist_col2 .detail_box dl {
    border-bottom:1px solid #d9d9d9;
  }
  .regist_col2 .detail_box dl:last-child {
    border-bottom:none;
    }
  .process_area {
    margin-top: -20px !important;
  }
  /*登録企業詳細の連絡先表示*/
  .regist_info{
    margin-top:30px;
	padding: 20px;
  }
.bg_gray .area_contents .regist_info h4{
  font-size: 1.8rem;
  margin: 0 0 20px;
  text-align: left!important;
  line-height: 1.5em;
}
  .list_col1, .list_col2 {
  width:100%;
  padding:0;
  }
  .list_col2 dl{
    width:100%;
    text-align:left;
    display: block;
    margin-bottom:10px;
  }
  .list_col1{
    margin-bottom:10px;
    text-align: left;
  }
  .regist_info .list_col1 dt{
    display: block;
    float: left;
    line-height: 1.8rem;
  }
  .regist_info .list_col1 dd{
    width:75%;
    float:left;
    line-height: 1.8rem;
  }
  .regist_info dl dt, .regist_info dl dd{
    font-size: 1.4rem;
  }
  /*施工事例画像　スマホ*/
  .regist_col2 .detail_box .image{
    padding-top: 65%;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  /*登録企業一覧*/
  .regist_col2 .box .image,
  .regist_col3 .box .image {
    width:100%;
    height:auto;
    padding-top:66.7%;
}

	/**/
	.process_area .image{
		width: 100%;
		height: auto;
		min-height: 260px;
	}

}
/* ----------------------------------------------------------------------------------------------------
*  slick
* --------------------------------------------------------------------------------------------------*/
.blc_styleguide .sliderArea {
  overflow: hidden;
  margin-left:-120px;
  width:1075px;
  height: 716px;
  position:relative;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slider {
  margin: 0 auto;
  padding: 0;
}
.slider .slick-list {
  overflow: hidden;
}
.slider .slick-track {}
.slider .slick-slide {
  padding: 0 1px;
  opacity: .5;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-dots {
  display:none !important;
}
/*.slick-prev{
  position:absolute;
  top:180px;
    left: 17px;
  background-color:none;
  }
.slick-next{
  position:absolute;
  top:180px;
    right: 17px;
}
.slick-prev::before {
   content: url(../img/common/arw_slide_prev.png);
 }
.slick-next::before {
    content: url(../img/common/arw_slide_next.png);
}
.blc_slider .slick-arrow {
  background:none !important;
  width: 60px;
    height: 60px;
  overflow: hidden !important;
}*/
.slider .slick-prev.slick-arrow,
.slider .slick-next.slick-arrow {
  outline: none;
}

.slider .slick-prev.slick-arrow{
  position: absolute;
  top:47%;
  left: 23px;
  width: 60px;
  height: 60px;
  background: url("../img/common/arw_slide_prev.png") 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.slider .slick-next.slick-arrow{
  position: absolute;
  top:47%;
  right: 23px;
  width: 60px;
  height: 60px;
  background: url("../img/common/arw_slide_next.png") 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.slick-slide img
{
    display: block;
}
@media screen and (max-width: 768px) {
  .blc_styleguide .sliderArea {
    width:100%;
    margin:0 auto;
    height:auto;
  }
    .slider .slick-prev.slick-arrow{
    top:45%;
    left: 10px;
    width: 40px;
    height: 40px;
    background-size:40px;
    }
  .slider .slick-next.slick-arrow{
    top:45%;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size:40px;
  }
  .slick-slide img{
    height: 55vw;
  }

  .slide_bungaku .slick-track a {
    overflow: hidden;
    width: 55vw !important;
    height: 55vw;
    position: relative;
  }
  .slide_bungaku .slick-track img {
      position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  }
}

@media screen and (min-width: 768px) {
	.tel[href^="tel:"]{ pointer-events: none; text-decoration:none!important; }
}


/* form icon */

.required dt,
.nonrequired dt,
.required dd,
.nonrequired dd{
	line-height: 4rem!important;
}

.required dt,
.nonrequired dt,
.questionnaire_form dt{
	position: relative;
	padding-left: 0!important;
	vertical-align: top;
	line-height: 4rem;
}

.required > dt::after,
.nonrequired > dt::after,
.questionnaire_form dt::after{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 1.0rem;
	display: inline-block;
	padding: 0 5px;
	line-height: 1.8em;
}

.meeting_form .required > dt::after,
.meeting_form .nonrequired > dt::after{
	top: 10px;
}

.required > dt::after,
.questionnaire_form dt.required::after{
	content: "必須";
	background: #000;
}

.nonrequired > dt::after,
.questionnaire_form dt.nonrequired::after{
	content: "任意";
	background: #999;
}

@media screen and (max-width: 768px) {
	.required > dt::after,
	.nonrequired > dt::after{
		right: 0;
	}
}


/*---------------------------------------
査定依頼　/assessment_properties/
------------------------------------------*/
div.selected-assessment_index {
  font-size: 2.5rem;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  background: #333;
  padding: 15px;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .component.component-geometry  {
    position: relative;
    overflow: hidden;
  }
  #alt-geo-map-component-geometry-geometry-map-input-map {
    width: 100% !important;
  }
  #text-field_apatps_rmhy,
  #text-field_apatps_rnhy,
  #text-field_apatps_rs {
    width: 100% !important;
  }
  div.selected-assessment_index {
    font-size: 2rem !important;
  }
}

.privacyBox {
  margin: 20px auto 0 auto;
  overflow: auto;
  width: 700px;
  height: 300px;
  padding: 5px 15px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  line-height: 1.5em;
}
.privacyBox h4 {
  margin: 5px 0 !important;
}
.privacyBox p {
  line-height: 1.5 !important;
}
.privacyBox ul.disc {
  padding-left: 16px;
}
.privacyBox ul.disc li {
  padding: 0 0 5px 0;
  line-height: 1.5 !important;
  letter-spacing: -1.3px;
}
.privacyBox ul.disc li::before {
    position: relative;
    top: -4px;
    left: -9px;
    display: inline-block;
    width: 2px;
    height: 2px;
    content: '';
    border-radius: 100%;
    background: #999;
}
.privacyBox h6 {
  font-weight: bold;
  padding-top: 5px;
}
.privacyBox a.tel {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .privacyBox a.tel {
    text-decoration: underline;
  }
  .privacyBox h4 {
    font-size: 1.8rem !important;
  }
  .privacyBox h6 {
    font-size: 1.4rem;
  }
  .privacyBox ul.disc li {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .privacyBox {
    width: 100%;
  }
}

p.chack_disc {
  font-size: 1.6rem;
  letter-spacing: -1.3px;
  line-height: 1.5 !important;
  color: #333333 !important;
}
/*
._end-dl dt,
._end-dl dd{
  border-bottom: none !important;
}
*/
