@charset "UTF-8";

#tel_2 {
  height: 90px;
  background: #271603;
  font-size: 18px;
  line-height: 90px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tel_2 {
    padding: 2.5rem 0;
    height: auto;
    line-height: 6rem;
  }

  #tel_2 ul {
    line-height: 1;
  }
}
#tel_2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  #tel_2 li {
    line-height: 1.4;
    margin: auto;
  }
}
#tel_2 li a {
  display: block;
  padding-left: 50px;
  background: url(../images/common/btn_tel_02.png) no-repeat left;
  background-size: 40px auto;
  text-align: left;
  text-decoration: none;
  font-size: 34px;
  color: #fff;
}

#tel_2 li:last-child {
  font-size: 15px;
}

.footer {
  background-color: #fff;
}
/* @media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 4rem;
  }
} */

.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 1%;
}

@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 0 0 5rem 0;
    width: 100%;
  }
}
.footer .text {
  font-size: 15px;
  line-height: 2;
  padding: 2% 0 0;
  float: left;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .text {
    font-size: 3vw;
    float: none;
  }
}
.footer .f_logo {
  width: 20%;
  float: right;
  margin: 2% 0 0;
}

@media screen and (max-width: 768px) {
  .footer .f_logo {
    width: 50%;
    display: block;
    float: none;
    margin: 3rem auto 0;
  }
}

.hubspotForm {
  padding: 5% 0;
}

.hubspotForm .inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 2% 40px;
}

.hubspotForm h2 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 46px;
  line-height: 1.5;
}

.hubspotForm p {
  text-align: center;
}

@media screen and (max-width:960px) {
  .hubspotForm .inner {
    padding: 2% 1% 2% 2%;
    box-sizing: border-box;
  }
  .hubspotForm h2 {
    font-size: 2.2rem;
  }
}

.fixedBtns {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 60px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: transform .6s cubic-bezier(0.19,1,0.22,1),opacity .6s cubic-bezier(0.19,1,0.22,1);
  opacity: 0;
}

.fixedBtns.is-active {
  transform: translate(0, -50%);
  opacity: 1;
}

.fixedBtn {
  position: relative;
  margin: 0 0 2px;
}

.fixedBtn:nth-last-child(1) {
  margin: 0;
}

.fixedBtnPop {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-80%, -35%);
  width: 100px;
}

@media screen and (max-width:960px) {
  .fixedBtns {
    top: auto;
    bottom: 0;
    transform: translate(0, 100%);
    width: 100%;
    flex-direction: row;
  }
  .fixedBtns.is-active {
    transform: translate(0, 0);
  }
  .fixedBtn {
    width: calc(100% / 3);
    margin: 0 1px 0 0;
  }
  .fixedBtn:nth-last-child(1) {
    margin: 0;
  }
  .fixedBtnPop {
    width: 85%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}

.btn_area {
  background-color: #f1f1ef;
  padding: 5rem 0;
}

.btn_area_ct {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}

.btn_area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 4.5rem 0;
}

.btn_area_flex a {
  max-width: 50%;
  padding: 0 1rem;
}

.btn_area_flex img {
  max-width: 100%;
}

.btn_area_reserve{
  text-align: center;
  padding: 0 0 4rem;
}

.btn_area_reserve img{
  width: 96rem;
}

.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ca0010;
}

.tel_box {
  border: 4px solid #ca0010;
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0;
}

.tel span {
  font-size: 1.6rem;
}

.tel_icon::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  margin-right: 1.4rem;
}

.tel a {
  color: inherit;
  font-size: 2.6rem;
  font-weight: 600;
}

.tel p {
  letter-spacing: 0.3rem;
  padding: 0 2rem;
}

.tel p.robot_font {
  margin: 0;
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .btn_area {
    padding: 5rem 0 3rem;
  }

  .btn_area_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    width: 90%;
    margin: 0 auto;
  }

  .btn_area_flex a {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1.3rem;
  }

  .btn_area_flex img {
    width: 100%;
    padding: 0 0 1.3rem;
  }

  .btn_area_reserve img{
    width: 100%;
  }

  .tel_box {
    width: 100%;
  }

  .tel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tel span {
    padding: 0;
    font-size: 1.4rem;
  }

  .tel p {
    padding: 0.8rem 0;
    font-size: 2.5rem;
  }

  .tel span {
    font-size: 3vw;
  }

  .tel p.robot_font {
    font-size: 7vw;
    line-height: 1.1;
  }
}

.company {
  background-color: #fff;
  color: #000;
}

.company * {
  box-sizing: border-box;
}

.company_ct {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0 13rem;
}

.company_ct h2 {
  padding: 0 0 4rem 0;
  text-align: center;
  font-size: 3rem;
}

.company_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.company_profile {
  width: 55%;
  padding: 0 0 10rem 0;
  border-top: solid 1px #e9e9e9;
}

.company_profile dl {
  border-bottom: solid 1px #e9e9e9;
  text-align: left;
}

.company_profile dt {
  display: inline-block;
  vertical-align: top;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  width: 20%;
}

.company_profile dd {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding: 1.5rem 0;
  font-size: 14px;
  line-height: 1.8;
}

.company_profile dd a {
  color: #000;
}

.company_map {
  width: 40%;
  padding: 0 0 0 5rem;
  margin-bottom: auto;
}

.company_map iframe {
  width: 100%;
  height: 50vh;
  border: none;
}

.showroom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10rem 0;
}

.showroom_ct {
  width: 48%;
  padding: 20px;
  border: solid 1px #e9e9e9;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 3rem 0;
}

.showroom_ct dt {
  margin-bottom: 10px;
  font-size: 16px;
}

.showroom_ct dd {
  margin-bottom: 10px;
}

.showroom_ct dd a {
  text-decoration: none;
  color: #000;
}

.series_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.series_ct {
  width: 48%;
  padding: 20px;
  border: solid 1px #e9e9e9;
  line-height: 2rem;
  text-align: left;
  margin: 0 0 3rem 0;
  display: flex;
  transition: opacity .4s ease;
}

.series_ct img {
  width: 16rem;
  margin-right: 4rem;
  align-self: baseline;
  max-width: 13rem;
}

.series_ct_in {
  padding: 0 0 0 1rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.series_01 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 1.8rem 0;
}

.series_02 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: auto;
}

p.series_03 {
  text-align: right;
  padding: 0 1rem 0 0;
}

.series_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}

.series_btn a {
  text-decoration: none;
  color: #000;
}

.series_btn_black {
  color: #fff;
  background-color: #000;
  width: 13px;
  height: 13px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.las.la-angle-right.arrow_white {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .company_ct {
    padding: 10vw 2.7vw 16vw;
  }

  .company_ct h2 {
    font-size: 5.6vw;
    padding: 0 0 5.4vw;
  }

  .company_box {
    width: 100%;
    flex-direction: column;
  }

  .company_profile {
    width: 100%;
    padding: 0 0 3.125vw;
  }

  .company_profile dt {
    display: block;
    width: 100%;
    padding: 2vw 0;
    font-size: 3.75vw;
  }

  .company_profile dd {
    width: 100%;
    padding: 2vw 0;
    font-size: 3.75vw;
  }

  .company_map {
    width: 100%;
    padding: 0 0 5.2vw;
  }

  .company_map iframe {
    width: 100%;
    height: 57.2vw;
  }

  .showroom_box {
    flex-direction: column;
    width: 100%;
    padding: 0 0 2.01vw;
  }

  .showroom_ct {
    width: 100%;
  }

  .series_box {
    flex-direction: column;
    width: 100%;
  }

  .series_ct {
    width: 100%;
    padding: 2.1vw;
  }

  .series_ct img {
    object-fit: contain;
    width: 20.83vw;
    padding-right: 0;
    margin-right: 4.167vw;
  }

  .series_01 {
    font-size: 3.75vw;
    padding: 0 0 3.125vw 0;
  }

  .series_02 {
    font-size: 3.2vw;
    line-height: 1.6;
    padding: 0 0 0.4rem;
  }

  p.series_03 {
    font-size: 3.2vw;
  }
}

@media (hover :hover) {
  .series_ct:hover {
    color: inherit;
    opacity: .7;
  }
}


/* e-hikaria */
.conseptBg-fromTop{
  padding:200px 0 80px;
  background:url(../images/concept_bg.jpg) 0 no-repeat;
  background-size: cover;
}

.title-icon{
  float: right;
  margin-top: -2rem;
  padding-left: 1rem;
}

.title-flex-wrapper{
  display: flex;
  justify-content: center;
}

.specific-flex-wrapper{
  display: flex;
  margin-top: 7.5rem;
  gap: 3.5rem;
}

.specific-inner{
  padding: 0 4rem;
}

.specific-points__container{
  display: flex;
  flex-direction: column;
}

.specific-points__container p{
  margin-top: 3.3rem;
}

.specific-points__img{
  margin: 0 auto;
}

.specific-btn{
  margin-top: 6rem;
}

@media screen and (max-width:750px) {
  .conseptBg-fromTop{
    padding: 10rem 0 5rem;
    background-position: bottom;
  }

  .title-icon{
    float: none;
    margin-top: 0.5rem;
    padding-left: 3rem;
  }

  .title-flex-wrapper{
    text-align: center;
  }

  .title-flex-wrapper, .specific-flex-wrapper{
    flex-direction: column;
  }

  .specific-flex-wrapper{
    gap: 4em;
  }

  .specific-points__container p{
    font-size: 4.266vw;
  }
}

.zeh{
  padding-bottom: 5rem;
}

.zehBlock{
  text-align: center;
}

.zeh-img__container{
  margin-top: 5.3rem;
}

.zeh-img__container-75, .zeh-img__container-75-90{
  margin-top: 7.5rem;
}

.zeh-img__container-100{
  margin-top: 10rem;
}

@media screen and (max-width:750px) {
  .zeh-img__container{
    margin-top: 5.7333vw;
  }
  .zeh-img__container-75{
    margin-top: 6.666vw;
  }
  .zeh-img__container-75-90{
    margin-top: 12vw;
  }
  .zeh-img__container-100{
    margin-top: 9.3333vw;
  }
  .hikariaHeader .pageTitle-test{
    max-width: 330px;
    height: 152px;
  }
}

.visible-sp-phone{
  display: none;
}

@media screen and (max-width:480px) {
  .visible-sp-phone{
    display: block;
  }
}

.onlineBnr{
  display:flex;
  position:fixed;
  bottom:80px;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
  z-index:99;
}
@media screen and (max-width:768px){
  .onlineBnr{
    width:calc(100% - 70px);
    bottom:20px;
    left:15px;
    transform:translateX(0);
    margin-right:50px;
  }
}
.onlineBnr p{
  position:relative;
  max-width:600px;
  margin:0 auto;
  padding:0 10px;
}
.onlineBnr p a{
  display:inline-block;
}
.onlineBnr p img{
  max-width:100%;
}
.onlineBnr p .close{
  position:absolute;
  top:-15px;
  right:-5px;
  display:flex;
  align-items:center;
  justify-content:center;
  appearance:none;
  border:0;
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4d4d4d;
  font-family:inherit;
}
.onlineBnr p .close::before{
  content:"×";
  color:#fff;
  font-size:2rem;
  line-height:1;
  font-weight:700;
}
.onlineBnr .pop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 60%;
  z-index: 10;
}
@media screen and (max-width:768px){
  .onlineBnr p{
    padding:0 5px;
  }
  .onlineBnr .pop {
    width: 70%;
    transform: translate(-50%, -70%);
  }
}

/* catalog */
.catalog {
  padding: 0 0 3%;
  background-color: #fdf7f7;
}

.catalog_ct {
  max-width: 1200px;
  margin: 0 auto;
  padding: 13rem 0;
}

.catalog_ct h2 {
  font-size: 4rem;
  font-weight: bold;
  padding: 0 0 5.3rem 0;
}

.catalog_ct span {
  color: #ca0010;
}

.catalog_box {
  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;
          align-items: center;
  width: 55%;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}

.catalog_box p {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: left;
  padding: 2rem;
}

.catalog_box img {
  max-width: 100%;
}

.catalog_btn_box {
  padding: 0 0 3rem;
  display: block;
}

@media screen and (max-width: 769px) {
  .catalog {
    padding: 0 0 6%;
  }
  .catalog_ct {
    padding: 6rem 2rem;
  }
  .catalog_ct h2 {
    font-size: 5.06vw;
    padding: 0 0 2.4rem;
  }
  .catalog_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 0 2rem;
  }
  .catalog_box p {
    padding: 0;
    font-size: 3vw;
    line-height: 1.6;
    width: 100%;
    padding: 0 0 1.5rem;
  }
  .catalog_box img {
    max-width: 70%;
  }
  /* .catalog_btn_box {
			display: none;
		} */
}
.catalog_mv img {
  width: 100%;
}

.catalog_img-fukidashi {
  position: relative;
}

.catalog_img-fukidashi-p {
  position: absolute;
  font-size: 2.6rem;
  color: #960e16;
  z-index: 10;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  line-height: 1.57;
  text-align: center;
  top: 6.8rem;
  left: 3.5rem;
}

.catalog_img-fukidashi-p span {
  font-size: 1.6rem;
}

.catalog_web-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: -7.9rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_checklist {
  padding: 9.4rem 4.2rem 0;
}

.catalog_checklist-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.1rem;
}

@media screen and (min-width: 751px) {
  .catalog_checklist-child img {
    width: 3rem;
  }
}

.catalog_checklist-p {
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 2rem;
}

.catalog_checklist-p span {
  color: #960e16;
}

.catalog_example {
  margin-top: -3.5rem;
}

.catalog_btn_box {
  margin-top: -1.3rem;
  padding: 0 0 10.9rem;
}

.btn_red-width {
  width: 34.7rem;
  height: 5.5rem;
}

.btn_red-width p {
  font-size: 1.8rem;
}

.la-size {
  font-size: 1.4em;
}

@media screen and (max-width: 750px) {
  .catalog_web-box {
    display: block;
    margin: 2.933vw auto 0;
  }
  .catalog_img-fukidashi-p {
    font-size: 5vw;
    letter-spacing: 0.1em;
    top: 2.93vw;
    left: 24.26vw;
    line-height: 1.375;
  }
  .catalog_img-fukidashi-p span {
    font-size: 3.2vw;
  }
  .catalog_checklist {
    padding: 3.6vw 3.333vw 0;
  }
  .catalog_checklist-child {
    margin-top: 1.4666vw;
  }
  .catalog_checklist-child img {
    width: 6.8vw;
  }
  .catalog_checklist-p {
    font-size: 4.5333vw;
    letter-spacing: 0.05em;
    padding-left: 4vw;
  }
  .catalog_example {
    display: none;
  }
  .catalog_btn_box {
    margin-top: 7.7333vw;
    padding: 0 0 14.5333333333vw;
  }
  .btn_red-width {
    width: 65vw;
    height: 11.8666vw;
  }
  .btn_red-width p {
    font-size: 3.22vw;
  }
  .catalog_img-fukidashi img {
    width: 86.4vw;
    margin: 0 auto;
  }
  .la-size {
    font-size: 2em;
  }
}


.c-required-plate {
  color: #fff;
  background: #c80a14;
  font-size: 12px;
  line-height: 2.16667;
  font-weight: 500;
  padding: 0 5px 2px 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.p-form-wrapper {
  background: #fff;
  text-align: left;
}

.p-form,
.p-form * {
  box-sizing: border-box;
}

.p-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 250px;
  padding: 120px .5rem 150px;
  display: block;
}

@media screen and (max-width: 960px) {
  .p-form {
    padding: 18.75vw 0.52083vw 10.41667vw;
  }
}

.p-form a {
  color: inherit;
}

.p-form-container {
  background: #eeeeee;
  padding: 80px 100px;
}

@media screen and (max-width: 960px) {
  .p-form-container {
    padding: 8.33333vw 2.08333vw;
  }
}

.p-form-body {
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-form-body {
    padding: 4.16667vw 2.08333vw;
  }
}

.p-form-label {
  font-size: 18px;
  line-height: 1.44444;
  padding: 5px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .p-form-label {
    font-size: 2.70833vw;
    line-height: 1.38462;
    padding: 0.52083vw 1.04167vw;
  }
}

.p-form_input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 0 0 3px #c9c9c9 inset;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .p-form_input-text {
    -webkit-box-shadow: 0 0 0 2px #c9c9c9 inset;
            box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.91667vw;
    line-height: 0.92857;
    height: 10.41667vw;
    padding: 1.04167vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form_input-text {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-form_input-text:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #d94040 inset;
          box-shadow: 0 0 0 3px #d94040 inset;
}

@media screen and (max-width: 960px) {
  .p-form_input-text:focus {
    -webkit-box-shadow: 0 0 0 2px #d94040 inset;
            box-shadow: 0 0 0 2px #d94040 inset;
  }
}

.p-form_input-text::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form_input-text:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_input-text::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_input-text::placeholder {
  color: #c9c9c9;
}

.p-form_textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 0 0 3px #c9c9c9 inset;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  font-size: 16px;
  line-height: 1.375;
  resize: none;
  width: 98%;
  height: 14em;
  padding: 20px 30px;
}

@media screen and (max-width: 960px) {
  .p-form_textarea {
    -webkit-box-shadow: 0 0 0 2px #c9c9c9 inset;
            box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.91667vw;
    line-height: 1.14286;
    padding: 2.08333vw 3.125vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form_textarea {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-form_textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #d94040 inset;
  box-shadow: 0 0 0 3px #d94040 inset;
}

@media screen and (max-width: 960px) {
  .p-form_textarea:focus {
    -webkit-box-shadow: 0 0 0 2px #d94040 inset;
            box-shadow: 0 0 0 2px #d94040 inset;
  }
}

.p-form_textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form_textarea:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_textarea::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_textarea::placeholder {
  color: #c9c9c9;
}

.p-form_input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: unset;
  position: relative;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

@media screen and (max-width: 960px) {
  .p-form_input-checkbox {
    width: 2.60417vw;
    height: 2.60417vw;
    margin: 0 1.04167vw 0 0;
    -webkit-transform: translate(0, 0.20833vw);
            transform: translate(0, 0.20833vw);
  }
}

.p-form_input-checkbox::after {
  content: '';
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-form_input-checkbox::after {
    width: 1.5625vw;
    height: 0.72917vw;
  }
}

.p-form_input-checkbox:checked::after {
  opacity: 1;
}

.p-form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 0 0 3px #c9c9c9 inset;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  background: #fff;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 10px 20px 10px 10px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-form_select {
    -webkit-box-shadow: 0 0 0 2px #c9c9c9 inset;
            box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.91667vw;
    line-height: 1;
    height: 10.41667vw;
    padding: 1.04167vw 6.25vw 1.04167vw 1.04167vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form_select {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-form_select:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #d94040 inset;
  box-shadow: 0 0 0 3px #d94040 inset;
}

@media screen and (max-width: 960px) {
  .p-form_select:focus {
    -webkit-box-shadow: 0 0 0 2px #d94040 inset;
            box-shadow: 0 0 0 2px #d94040 inset;
  }
}

.p-form_select::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form_select:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_select::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_select::placeholder {
  color: #c9c9c9;
}

.p-form-item_half-box_arrow {
  position: relative;
}

.p-form-item_half-box_arrow::after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  position: absolute;
  top: 42%;
  right: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .p-form-item_half-box_arrow::after {
    width: 2.08333vw;
    height: 2.08333vw;
    right: 2.08333vw;
  }
}

.p-form-group_head {
  border-bottom: 3px solid #000;
  padding: 10px 5px;
}

@media screen and (max-width: 960px) {
  .p-form-group_head {
    border-bottom: 2px solid #000;
    padding: 1.04167vw 2.08333vw;
  }
}

.p-form-group_head_text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .p-form-group_head_text {
    font-size: 2.8125vw;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 550px) {
  .p-form-group_head_text {
    font-size: 15px;
    line-height: 1.33333;
  }
}

.p-form-group_head_text-small {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .p-form-group_head_text-small {
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
  }
}

.p-form-container_title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .12em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 70px;
}

@media screen and (max-width: 960px) {
  .p-form-container_title {
    font-size: 2.8125vw;
    line-height: 1.11111;
    margin: 0 0 7.29167vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form-container_title {
    font-size: 15px;
    line-height: 1.33333;
  }
}

.p-form-container_title_img {
  width: 36px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 960px) {
  .p-form-container_title_img {
    width: 3.75vw;
    margin: 0 2.08333vw 0 0;
  }
}

@media screen and (max-width: 550px) {
  .p-form-container_title_img {
    width: 26px;
  }
}

.p-form-group_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 30px;
}

@media screen and (max-width: 1200px) {
  .p-form-group_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .p-form-group_inner {
    padding: 1.5625vw 0 4.16667vw;
  }
}

.p-form-card {
  width: 210px;
  height: 125px;
  margin: 0 3px 6px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-form-card {
    width: calc(50% - changeVw(10, 9.6));
    height: 19.375vw;
    margin: 0 0 2.08333vw;
  }
}

.p-form-card_content {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form-card_content_inner {
  font-size: 17px;
  line-height: 1.58824;
}

@media screen and (max-width: 960px) {
  .p-form-card_content_inner {
    font-size: 2.60417vw;
    line-height: 1.6;
  }
}

.p-form-card_content_text {
  font-weight: 700;
}

.p-form-card_content_date {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 10px 0 0;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .p-form-card_content_date {
    font-size: 2.91667vw;
  }
}

.p-form-card_checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #000;
  border-radius: unset;
  position: absolute;
  top: 43%;
  left: 5%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 960px) {
  .p-form-card_checkbox {
    width: 3.85417vw;
    height: 3.85417vw;
  }
}

.p-form-card_checkbox::after {
  content: '';
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-form-card_checkbox::after {
    width: 2.08333vw;
    height: 1.04167vw;
  }
}

.p-form-card_label {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20%;
  display: inline-block;
  border-radius: 10px;
  background: #fafafa;
}

@media screen and (max-width: 960px) {
  .p-form-card_label {
    padding: 0 0 0 9.375vw;
    border-radius: 1.04167vw;
  }
}

.p-form-group .p-form-card .p-form-card_checkbox:checked {
  border: 1px solid #fff;
}

.p-form-group .p-form-card .p-form-card_checkbox:checked::after {
  opacity: 1;
}

.p-form-group .p-form-card .p-form-card_label.is-active {
  color: #fff;
  background: #c80a14;
}

.p-form-item {
  width: 100%;
  text-align: center;
}

.p-form-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
}

@media screen and (max-width: 960px) {
  .p-form-item dl {
    padding: 1.04167vw;
  }
}

.p-form-item dt {
  color: #1c3738;
  font-size: 14px;
  line-height: 1.85714;
  font-weight: 700;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .p-form-item dt {
    max-width: 20%;
  }
}

@media screen and (max-width: 960px) {
  .p-form-item dt {
    display: none;
  }
}

.p-form-item dd {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .p-form-item dd {
    max-width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .p-form-item dd {
    width: 100%;
    max-width: 100%;
  }
}

.p-form-item .p-form-item_add-notice {
  width: auto;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.66667;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .p-form-item .p-form-item_add-notice {
    font-size: 2.29167vw;
    padding: 0 0 0 1.04167vw;
  }
}

.p-form-item .p-form-item_half-box {
  width: 48%;
  width: calc(50% - 10px);
}

@media screen and (max-width: 960px) {
  .p-form-item .p-form-item_half-box {
    width: calc(50% - changeVw(10, 9.6));
  }
}

.p-form-bottom {
  padding: 0 5%;
}

.p-form-bottom a {
  border-bottom: 1px solid #000;
}

.p-form-bottom a:hover {
  color: #c80a14;
}

.p-form-bottom_text {
  font-size: 13px;
  line-height: 1.38462;
  letter-spacing: 0;
  padding: 4px 0;
}

@media screen and (max-width: 960px) {
  .p-form-bottom_text {
    font-size: 2.08333vw;
    line-height: 1.5;
    padding: 0.52083vw 0;
  }
}

.p-submit-box {
  padding: 3.125vw 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-submit-box {
    padding: 3.125vw 0;
  }
}

.p-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  width: 300px;
  padding: 10px 0;
  display: inline-block;
  background: #c80a14;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .p-submit {
    font-size: 2.91667vw;
    line-height: 2.75;
    width: 5.20833vw;
    padding: 1.04167vw 0;
  }
}

.formError {
  opacity: 1 !important;
}

@media screen and (max-width: 960px) {
  .formError {
    left: 0 !important;
  }
}

.formError .formErrorContent {
  background: #c80a14;
  border-radius: unset;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #c80a14;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-form-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 1200px) {
  .u-form-between {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.u-form-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-form-flexwrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 960px) {
  .u-form-between-sp {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.u-readonly:focus {
  -webkit-box-shadow: 0 0 0 0.3rem #c9c9c9 inset !important;
          box-shadow: 0 0 0 0.3rem #c9c9c9 inset !important;
}

.ui-datepicker .ui-datepicker-calendar {
  display: inline-table;
}

.p-form-title {
  margin: 0 0 80px;
  font-size: 39px;
  line-height: 1.33333;
  letter-spacing: .08em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-form-title {
    margin: 0 0 8.33333vw;
    font-size: 5.41667vw;
    line-height: 1.34884;
  }
}

.p-submit {
  width: 400px;
}

@media screen and (max-width: 960px) {
  .p-submit {
    width: 62.5vw;
  }
}

.u-fc-red {
  color: #960f16;
}

.u-disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.u-no-spin::-webkit-inner-spin-button,
.u-no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.u-ta-center {
  text-align: center;
}

.u-flex-column-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}


.p-form-banner {
  padding: 2rem 0 8rem;
}

.p-form-banner_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-form-banner_link {
  display: block;
  color: blue !important;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .p-form-banner {
    padding: 0 0 4rem;
  }
  .p-form-banner_link {
    font-size: 1rem;
  }
}

.p-dcampaign_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
		

.p-dcampaign {
  padding: 5% 0;
}
.p-dcampaign_top {
  width: 1000px;
  max-width: 100%;
  background: #0588ce;
  margin: 0 auto 4rem;
  text-align: center;
  padding: 0 0 3em 0;
}

.p-dcampaign_top_title{font-size: 20px;text-align: center;color: #ffffff;}
.p-dcampaign_top_text{width: 70%;margin: 1em auto;font-size: 1.4rem;color: #ffffff;}
.p-dcampaign_top_text li{margin-bottom: 1em; text-align: left;}
.p-dcampaign_top_inner {width: 100%; max-width: 700px; padding: 2rem; margin: 0 auto;}


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

  .p-dcampaign_top_text li {
    font-size: 12px;
  }

}