/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
.br-pc{display:none;}
.br-tb{display:none;}
.br-sp{display:block;}
}
/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
.br-pc{display:none;}
.br-tb{display:block;}
.br-sp{display:none;}
}
/*---PC時改行--*/
@media screen and (min-width:1021px){
.br-pc{display:block;}
.br-tb{display:none;}
.br-sp{display:none;}
}

.cf-div {
  display: block;
  unicode-bidi: isolate;
}

#content .content-inner .telephone-box {
  text-align: center;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 23px 0 35px 0;
  width: 1000px;
  margin: 30px auto 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

#content .content-inner .telephone-box .text {
  background: url(../img/contact/telephone-icon.png) left center no-repeat;
  height: 30px;
  line-height: 30px;
  width: 438px;
  margin: 0 auto;
  font-size: 16px;
  color: #626262;
  padding-left: 4px;
}

#content .content-inner .telephone-box .bottom-content {
  width: 760px;
  margin: 0 auto;
}

#content .content-inner .telephone-box .bottom-content .left-number {
  float: left;
  border-right: solid 1px #dfdfdf;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
  width: 380px;
  height: 80px;
}

#content .content-inner .telephone-box .bottom-content .name {
  font-size: 12px;
  color: #626262;
}

#content .content-inner .telephone-box .bottom-content .number {
  margin-top: 12px;
  padding-right: 3px;
}

#content .content-inner .telephone-box .bottom-content .time {
  margin-top: 12px;
  font-size: 14px;
  color: #626262;
  padding-left: 1em;
}

.cf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #ccc;
  transition: all .3s;
}

.cf-area:last-child {
  border-bottom: none;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}

.cf-area dd {
  flex: 1;
}

.cf-area input,
.cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
  resize: vertical;
  transition: all .3s;
}

#content .content-inner .telephone-box .bottom-content .right-number {
  margin-top: 20px;
  float: left;
  width: 380px;
  height: 80px;
}

.cf-area input:focus,
.cf-area textarea:focus {
  outline: none;
  background: #dde2e9;
}

.cf-required {
  background: #b91e23;
  color: #fff;
  font-size: 0.8em;
  padding: 2px 5px 2px;
  border-radius: 2px;
}

.cf-send input {
  display: block;
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
  border: none;
  border-radius: 10px;
  color: #fff;
  box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
  font-size: 1.3em;
  font-weight: bold;
  transition: all .3s;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #359e6c;
}

.cf-send input:hover {
  filter: brightness(1.25);
}

.con_pri {
  max-width: 700px;
  margin: 0  auto;
}

@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}

.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}

.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}

.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}

.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}

.con_pri .box_pri .box_num {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}

.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}

.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}

@media screen and (max-width:768px) {
  .cf-area {
    display: block;
  }

  .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    /*①アンカーのtelを無効化*/
    cursor: default;
    /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
  }
}

#wpcf7-f448-p450-o1.wpcf7.js {
  border-width: 0px;
  background-color: #ffffff;
}

::placeholder {
  color: #b8b8b8 !important;
}

@media (max-width: 767px) {
  .page-header__bg {
    display: none;
  }

  .page-header {
    display: none;
  }
}

.services-one__top {
  border-bottom-width: 0px;
}

.main-menu__logo.logo-retina {
  margin-right: 50px;
}

#menu-item-2764.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2764 {
  margin-left: 30px;
}

#menu-item-2773.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2773 {
  margin-left: 30px;
}

#menu-item-2777.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-2777 {
  margin-left: 30px;
}

#menu-item-2778.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-2778 {
  margin-left: 30px;
}

#menu-item-2763.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2763 {
  margin-left: 30px;
}

#menu-item-1026.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1026 {
  margin-left: 30px;
}

#menu-item-2779.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-2779 {
  margin-left: 30px;
}

#menu-item-1305.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1305 {
  margin-left: 30px;
}

#menu-topbar-menu.list-unstyled.main-header__top-menu.ml-0 {
  visibility: hidden;
}

.main-header__social-box {
  display: none;
}

.main-menu .main-menu__list > li:hover > a {
  font-size: 15px;
}

.main-menu .main-menu__list > li > a {
  font-size: 15px;
}

.main-menu .main-menu__list {
  padding-left: 50px;
}

.section-title.text-center {
  display: none;
}

.project-one {
  padding-top: 50px;
}

.main-header__top-inner {
  background-color: #ffbc00;
}

.voice_li li {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-one__title-box {
  padding: 15px;
}

.project-one__title {
  text-align: center;
}

.accept_check {
  text-align: center;
  padding-top: 40px;
}

span.wpcf7-list-item {
  display: block;
  width: 100%;
}

dd .wpcf7-list-item-label {
  text-transform: none;
  position: absolute;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
dd .checkbox-label {
	position: relative;
  display: flex!important; /* 横並びにする */
  align-items: center; /* 上下中央揃え */
  cursor: pointer;
	text-transform: none;
  padding: 10px 0; 
	width: 100%;
}
}

.feature-one {
  padding-top: 120px;
}

#menu-footer-menu1.list-unstyled.main-header__top-menu.ml-0 {
  visibility: hidden;
}

.arrow_item .arrow_title {
  margin: 0;
  font-weight: bold;
  padding: 8px 30px;
  background: #ffbc00;
  color: #161616;
  -webkit-clip-path: polygon(0% 0%, 87% 0%, 100% 50%, 87% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 87% 0%, 100% 50%, 87% 100%, 0% 100%);
}