/*--------------------------------

index.html

--------------------------------*/

/*---- #mv ----*/
.home #mv {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.home #mv .copy {
  width: 46%;
  display: flex;
  justify-content: flex-end;
  padding-top: 2%;
}
.home #mv .copy .inner {
  white-space: nowrap;
  padding-right: 3.64vw;
}
.home #mv .copy .inner h1 {
  font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
  font-size: 6.66vw;
  letter-spacing: -0.022em;
  line-height: 1.1;
  color: #f39800;
  margin-bottom: 2.18vw;
}
.home #mv .copy .inner h1 span {
  display: inline-block;
  margin-right: 1.04vw;
}
.home #mv .copy .inner p {
  font-size: 1.96vw;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.home #mv .copy .inner p span:nth-child(1) {
  display: inline-block;
  font-size: 2.18vw;
  color: #fff;
  background-color: #f39800;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.15vw 0.2vw  0.31vw;
  margin-right: 0.31vw;
}
.home #mv .copy .inner p span:nth-child(2) {
  display: inline-block;
  margin-right: 0.31vw;
}
.home #mv .copy .inner p span:nth-child(3) {
  display: inline-block;
  margin-left: -0.2vw;
}

.home #mv .slide {
  width: 56%;
  max-width: 1040px;
  display: flex;
  justify-content: flex-end;
}
.home #mv .slide .swiper {
  height: 100vh;
  margin-left: 0!important;
  margin-right: 0!important;
}
.home #mv .slide .swiper-wrapper {
  transition-timing-function: linear!important;
}
.home #mv .slide .swiper-slide {
  height: auto!important;
  line-height: 0!important;
}
.home #mv .slide .swiper-slide img {
  height: auto;
  width: 100%;
  max-width: 520px;
}


.home #mv .slide .slider {
  width:100%;
  height: 100vh;
  margin:0 auto;
  line-height: 0;
  overflow: hidden;

  opacity: 0;
  transition: opacity .5s linear;
}
.home #mv .slide .slider.slick-initialized {
    opacity: 1;
}
.home #mv .slide .slider img {
  height: auto;
  width: 100%;
  max-width: 520px;
}
.home #mv .slide .slider .slick-slide {
  height:auto!important;
  border: none;
}
.home #mv .slide .slider2 {
  transform: scaleY(-1);
}
.home #mv .slide .slider2 img {
  transform: scaleY(-1);

}
/* .slick-slider div { transition: none; } */

@media screen and (max-width: 1000px) {
  .home #mv {
    position: relative;
  }
  .home #mv .copy {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 2;
    justify-content: flex-start;
    padding-left: 5%;
  }
  .home #mv .copy .inner h1 {
    font-size: max(8.2vw, 60px);
    margin-bottom: 7%;
    color: #fff;
  }
  .home #mv .copy .inner h1 span {
    margin-right: 12px;
  }
  .home #mv .copy .inner p {
    font-size: max(3vw, 24px);
    color: #fff;
  }
  .home #mv .copy .inner p span:nth-child(1) {
    font-size: max(3.2vw, 26px);
    letter-spacing: 0.03em;
    padding: 1% 1% 1.4%;
    margin-right: 0.4vw;
  }
  .home #mv .slide {
    width: 100%;
    max-width: none;
  }
  .home #mv .slide .swiper-slide img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .home #mv {
    height: 100svh;
  }
}




/*---- #business ----*/
.home #business .h2-wrapper {
  text-align: center;
}
.home #business {
  padding: 140px 0 180px;
}
.home #business .section_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
.home #business .section_title span {
  font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 13rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #f39800;
  display: block;
  margin-top: 6px;
}
.home #business .business_list li {
  position: relative;
  margin-bottom: 100px;
  display: flex;
}
.home #business .business_list li:last-child {
  margin-bottom: 0;
}
.home #business .business_list li .image {
  width: 1000px;
}
.home #business .business_list li .image img {
  width: 100%;
}
.home #business .business_list li .textbox {
	background-color: #f0f0f0;
  padding: 24px 0 30px 34px;
  width: 449px;
  position: absolute;
  bottom: 0;
  right: 1%;
  z-index: 2;
}
.home #business .business_list li .textbox h3 {
  font-family: "Oswald", sans-serif;
	font-weight: 500;
  font-size: 8.8rem;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.home #business .business_list li .textbox .title_sub {
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.home #business .business_list li .textbox .title_sub p {
  background-color: #f39800;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.home #business .business_list li .textbox .title_sub p:nth-child(1) {
  font-family: "Oswald", sans-serif;
	font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.01em;
  border-right: 1px solid #fff;
}
.home #business .business_list li .textbox .title_sub p:nth-child(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.03em;
  padding-bottom: 4px;
}
.home #business .business_list li .textbox .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.home #business .business_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.home #business .business_list li:nth-child(even) .textbox {
  right: auto;
  left: 1%;
  padding: 24px 34px 30px 0;
}
.home #business .business_list li:nth-child(even) .textbox h3 {
  text-align: right;
}
.home #business .business_list li:nth-child(even) .textbox .title_sub {
  justify-content: flex-end;
}
.home #business .business_list li:nth-child(even) .textbox .text {
  padding-left: 134px;
}


@media screen and (max-width: 1200px) {
  .home #business {
    padding: 140px 0 140px;
  }  
  .home #business .section_title {
    margin-bottom: 80px;
  }
  .home #business .business_list li {
    margin-bottom: 80px;
  }  
  .home #business .business_list li .image {
    width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .home #business {
    padding: 80px 0 120px;
  }  
  .home #business .section_title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .home #business .section_title span {
    font-size: 9rem;
    margin-top: 4px;
  }
  .home #business .business_list li {
    margin-bottom: 60px;
  }  
  .home #business .business_list li .image {
    width: 700px;
  }
  .home #business .business_list li .textbox {
    padding: 18px 0 22px 24px;
    width: 243px;
    right: 0;
  }
  .home #business .business_list li:nth-child(3) .textbox {
    width: 343px;
  }
  .home #business .business_list li .textbox h3 {
    font-size: 5.8rem;
    margin-bottom: 10px;
  }
  .home #business .business_list li .textbox .title_sub {
    margin-bottom: 16px;
  }
  .home #business .business_list li .textbox .title_sub p {
    height: 48px;
    padding: 0 7px;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(1) {
    font-size: 3rem;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(2) {
    font-size: 3.2rem;
    padding-bottom: 4px;
  }
  .home #business .business_list li .textbox .text {
    font-size: 1.4rem;
  }
  .home #business .business_list li:nth-child(even) .textbox {
    left: 0;
    padding: 18px 24px 22px 0;
  }
  .home #business .business_list li:nth-child(even) .textbox .text {
    text-align: right;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .home #business {
    padding: 60px 0 60px;
  }  
  .home #business .section_title {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .home #business .section_title span {
    font-size: 6rem;
  }
  .home #business .business_list li {
    margin-bottom: 8%;
  }  
  .home #business .business_list li .image {
    width: 100%;
  }
  .home #business .business_list li .image img {
    object-fit: cover;
    height: 180px;
  }

  .home #business .business_list li,
  .home #business .business_list li:nth-child(even) {
    flex-direction: column;
  }
  .home #business .business_list li .textbox {
    position: static;
    margin-top: -80px;
    width: 233px;
    padding: 12px 0 10px 16px;
  }
  .home #business .business_list li:nth-child(odd) .textbox {
    margin-left: auto;
  }
  .home #business .business_list li:nth-child(3) .textbox {
    width: 231px;
  }
  .home #business .business_list li .textbox h3 {
    font-size: 4.8rem;
    margin-bottom: 6px;
  }
  .home #business .business_list li .textbox .title_sub {
    margin-bottom: 8px;
  }
  .home #business .business_list li .textbox .title_sub p {
    height: 32px;
    padding: 0 4px;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(1) {
    font-size: 2rem;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(2) {
    font-size: 2.2rem;
    padding-bottom: 4px;
  }
  .home #business .business_list li .textbox .text {
    font-size: 1.4rem;
  }
  .home #business .business_list li:nth-child(even) .textbox {
    padding: 12px 16px 10px 0;
  }
  .home #business .business_list li:nth-child(even) .textbox h3 {
    text-align: left;
    margin-left: 0;
  }
  .home #business .business_list li:nth-child(even) .textbox .title_sub {
    justify-content: flex-start;
  }
  .home #business .business_list li:nth-child(even) .textbox .text {
    padding-left: 0;
    text-align: left;
  }
}

/*---- #office ----*/
.home #office {
	margin-bottom:100px;
	position: relative;
}
.home #office .back-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.home #office .swiper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home #office .swiper-wrapper {
  transition-timing-function: linear!important;
}
.home #office .swiper-wrapper .swiper-slide {
  margin-right: 30px;
  width: 100%;
  max-width: 1601px;
}
.home #office .swiper-wrapper .swiper-slide img {
  width: 100%;
}


@media screen and (max-width: 1000px) {
  .home #office .back-image img {
    min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .home #office .back-image img {
    min-height: 240px;
  }
  .home #office .swiper-wrapper .swiper-slide {
    margin-right: 20px;
    width: 800px;
  }  
}


/*--------------------------------

about/index.html

--------------------------------*/
.about #message {
  margin-bottom: 120px;
}
.about #message .wrapper {
  max-width: 860px;
}
.about #message .title p {
  color: #f39800;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
	align-items: center;
	margin-bottom: 12px;
  margin-left: -30px;
}
.about #message .title p:before {
  border-top: 1px solid #f39800;
	content: '';
	width: 26px;
	margin-right: 8px;
}
.about #message .title h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.about #message .title h2 span:nth-of-type(1) {
  padding-right: 2px;
  margin-left: -10px;
}
.about #message .title h2 span:nth-of-type(2) {
  padding-left: 4px;
  margin-right: -10px;
}
.about #message .image {
  text-align: center;
  padding: 60px 0;
}
.about #message img {
  width: 100%;
  max-width: 689px;
}
.about #message .text {
  border-bottom: 1px solid #929292;
  padding-bottom: 32px;
  margin-bottom: 34px;
}
.about #message .text p {
  font-size: 1.7rem;
  line-height: 2.1;
  text-align: justify;
}
.about #message .text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.about #message .name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}
.about #message .name span {
  font-size: 1.4rem;
  margin-right: 16px;
}
@media screen and (max-width: 1000px) {
  .about #message {
    margin-bottom: 100px;
  }  
  .about #message .title {
    padding-left: 30px;
  }
  .about #message .title p {
    font-size: 1.5rem;
    margin-left: -32px;
  }
  .about #message .title h2 {
    font-size: 3rem;
  }
  .about #message .image {
    padding: 50px 0;
  }  
  .about #message img {
    max-width: 600px;
  }
  .about #message .text p {
    font-size: 1.5rem;
  }
  .about #message .text p:not(:last-of-type) {
    margin-bottom: 26px;
  }  
  .about #message .name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .about #message {
    margin-bottom: 70px;
  }  
  .about #message .title {
    padding-left: 15px;
  }
  .about #message .title p {
    font-size: 1.3rem;
    margin-left: -26px;
  }
  .about #message .title p:before {
    width: 20px;
    margin-right: 8px;
  }  
  .about #message .title h2 {
    font-size: 2.3rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .about #message .image {
    padding: 30px 0;
  }
  .about #message .text {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }  
  .about #message .text p {
    font-size: 1.4rem;
  }
  .about #message .name {
    font-size: 2rem;
  }
  .about #message .name span {
    font-size: 1.3rem;
    margin-right: 14px;
  }  
}


.about #company .section_title {
  font-size: 3.2rem;
}
.about #company .company_item {
  display: flex;
  margin-bottom: 120px;
}
.about #company .company_item .section_title {
  width: 330px;
}
.about #company .detail {
  width: calc(100% - 330px);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.about #company .detail dt {
  width: 240px;
  border-top: 1px solid #929292;
  padding: 17px 0;
  letter-spacing: 0.04em;
}
.about #company .detail dd {
  width: calc(100% - 240px);
  border-top: 1px solid #929292;
  padding: 17px 0;
}
.about #company .detail dt:last-of-type,
.about #company .detail dd:last-of-type {
  border-bottom: 1px solid #929292;
}
.about #company .detail dd .address {
  display: flex;
  flex-wrap: wrap;
}
.about #company .company_item.group dt a {
  font-size: 1.7rem;
  color: #f39800;
}
.about #company .company_item.group .detail_inner {
  display: flex;
  flex-wrap: wrap;
}
.about #company .company_item.group .detail_inner dt {
  /* width: 13%; */
  width: 106px;
  border: none;
  padding: 0;
}
.about #company .company_item.group .detail_inner dd {
  /* width: 87%; */
  width: calc(100% - 106px);
  border: none;
  padding: 0;
}
.about #company .company_item.group .detail_inner dt:first-of-type,
.about #company .company_item.group .detail_inner dd:first-of-type {
  padding-bottom: 14px;
}

@media screen and (max-width: 1200px) {
  .about #company .company_item .section_title {
    width: 260px;
  }
  .about #company .detail {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1000px) {
	.about #company .section_title {
		font-size: 3rem;
		line-height: 1.3;
		padding-top: 18px;
		margin-bottom: 40px;
	}
	.about #company .section_title::before {
		width: 68px;
		height: 3px;
	}
  .about #company .company_item {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .about #company .company_item .section_title {
    width: 100%;
  }
  .about #company .detail {
    width: 100%;
  }
  .about #company .detail dt {
    width: 260px;
  }
  .about #company .detail dd {
    width: calc(100% - 260px);
  }

  .about #company .company_item.group dt a {
    font-size: 1.6rem;
  }
  .about #company .company_item.group .detail_inner {
    flex-direction: column;
  }
  .about #company .company_item.group .detail_inner dt {
    width: 100%;
    padding-bottom: 6px;
  }
  .about #company .company_item.group .detail_inner dt:first-of-type {
    padding-bottom: 6px;
  }
  .about #company .company_item.group .detail_inner dd {
    width: 100%;
  }
  .about #company .company_item.group .detail_inner dd:first-of-type {
    padding-bottom: 22px;
  }  
}
@media screen and (max-width: 640px) {
	.about #company .section_title {
		font-size: 2.4rem;
		line-height: 1.3;
		padding-top: 18px;
		margin-bottom: 30px;
	}
	.about #company .section_title::before {
		width: 64px;
		height: 3px;
	}
  .about #company .company_item {
    margin-bottom: 70px;
  }  
  .about #company .detail {
    font-size: 1.3rem;
    flex-direction: column;
  }
  .about #company .detail dt {
    width: 100%;
    padding: 14px 0 10px;
  }
  .about #company .detail dt:last-of-type {
    border-bottom: none;    
  }
  .about #company .detail dd {
    width: 100%;
    border-top: none;
    padding: 0 0 14px;
  }
  .about #company .company_item.group dt.company_name {
    padding: 14px 0 20px;
  }
  .about #company .company_item.group dt a {
    font-size: 1.4rem;
  }
}



/* rinen */

.rinen {margin:30px auto 100px;}
.rinen > p strong {display:block; margin:0 0 10px;}
.rinen dl {}
.rinen dl dt {margin:30px 0 0;}
.rinen dl dt strong {
	margin:0 10px 0 0;
	display:inline-block;
	font-family: "Oswald", sans-serif;
	font-size:3rem;
	font-weight:700;
}
.rinen dl dd {font-size:1.8rem;}
.rinen dl dd ul {}
.rinen dl dd ul li {
	padding:5px 0 0 40px;
	line-height:1.5;
	position:relative;
}
.rinen dl dd b {
	position:absolute; top:5px; left:0;
	font-weight:700;
}
.rinen dl dd span {
	display:inline-block;
	font-family: "Oswald", sans-serif;
}

.rinen.mezasu dl dt b {font-size:2rem; font-weight:900;}
.rinen.mezasu dl dd ul li {
	padding:5px 0 0 60px;
	line-height:1.5;
	position:relative;
}
.rinen.mezasu dl dd ul li::after {
	content: "";
	width: 10px;
	height:10px;
	position:absolute; top:15px; left:40px;
	border-radius:20px;
	background:#f39800;
}

@media screen and (max-width: 640px) {
	
	.rinen > p ,
	.rinen dl dd {font-size:1.5rem;}
}


/*--------------------------------

contact

--------------------------------*/
.contact #contact-form {
  margin-bottom: 140px;
}
.contact .intro {
  text-align: center;
  width: 90%;
  margin: 0 auto 80px;
}
.contact #contact-form .intro span {
  color: #f39800;
}
.contact #contact-form .wrapper {
  max-width: 900px;
}
.contact #contact-form .formWrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin-bottom: 70px;
}
.contact #contact-form .formWrap dt {
  width: 200px;
  font-weight: 500;
  margin-bottom: 28px;
  padding: 10px 0;
}
.contact #contact-form .formWrap dt span {
  color: #f39800;
  display: inline-block;
  padding-left: 4px;
}
.contact #contact-form .formWrap dd {
  width: calc(100% - 200px);
  margin-bottom: 28px;
}
.contact #contact-form .formWrap dd a {
  display: inline-block;
  text-decoration: underline;
}
.contact #contact-form .formWrap .privacy {
  padding: 10px 0 0;
}
.contact #contact-form .formWrap dt:last-of-type,
.contact #contact-form .formWrap dd:last-of-type {
  margin-bottom: 0;
}

.contact #contact-form .formWrap input[type="text"],
.contact #contact-form .formWrap textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 16px;
}
.contact #contact-form .formWrap textarea {
  height: 300px;
}
.contact #contact-form .formWrap input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  /* vertical-align: -5px; */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact #contact-form .formWrap input[type="checkbox"]:checked::before {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 3px solid #f39800;
  border-bottom: 3px solid #f39800;
  content: '';
}
.contact #contact-form .formWrap ::placeholder {
  color: #929292;
}
.contact #contact-form .btn-form {
  width: 70%;
  max-width: 240px;
  margin: 0 auto;
  background-color: #f39800;
  /*背景アニメーション用*/
  position: relative;
  overflow: hidden;
  transition: ease .2s;
}
.contact #contact-form .btn-form.button {
  background-color: #fff;
}

.contact #contact-form input[type="submit"],
.contact #contact-form input[type="button"] {
  display: block;
  /* width: 70%;
  max-width: 240px; */
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  /* background-color: #f39800; */
  color: #fff;
  border: none;
  margin: 0 auto;
  padding: 12px 60px;
  transition: 0.3s;
	/*背景アニメーション用*/
	position: relative;
	z-index: 3;
  cursor: pointer;
}
.contact #contact-form input[type="button"] {
  color: #202020;
}
.contact #contact-form .btn-form.button.bgleft:before {
	background:#ccc;/*背景色*/
}


@media screen and (max-width: 1000px) {
  .contact #contact-form {
    margin-bottom: 100px;
  }  
  .contact #contact-form .formWrap dt {
    width: 170px;
    margin-bottom: 28px;
    padding: 10px 0;
  }
  .contact #contact-form .formWrap dd {
    width: calc(100% - 170px);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 640px) {
  .contact #contact-form {
    margin-bottom: 80px;
  }  
  .contact .intro {
    margin: 0 auto 40px;
  }  
  .contact #contact-form .formWrap {
    flex-direction: column;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .contact #contact-form .formWrap dt {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 8px;
  }
  .contact #contact-form .formWrap dt span {
    color: #f39800;
    display: inline-block;
    padding-left: 4px;
  }
  .contact #contact-form .formWrap dd {
    width: 100%;
    margin-bottom: 22px;
  }
  .contact #contact-form .formWrap textarea {
    height: 200px;
  }
  .contact #contact-form .formWrap input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact #contact-form .formWrap input[type="checkbox"]:checked::before {
    width: 7px;
    height: 12px;
  }
  .contact #contact-form .btn-form {
    max-width: 200px;
  }
  
  .contact #contact-form input[type="submit"],
  .contact #contact-form input[type="button"] {
    /* max-width: 200px; */
    font-size: 1.5rem;
    padding: 8px 55px;
  }
}


/* error */
table.error td.hissu {color:#eb6d8e;}

/* back-advance */
.back-advance {
    width:100%;
    margin:50px auto 0;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
}
.back-advance a ,
.back-advance input[type="submit"] {
    width:220px;
    margin: 5px !important;
    padding:12px 0 !important;
    color: #fff;
    text-align: center;
    transition: .2s;
    cursor: pointer;
}
.back-advance a {
	border:solid 1px #202020;
    background:#202020;
}
.back-advance input[type="submit"] {
	border:solid 1px #f39800 !important;
    background:#f39800 !important;
}
.back-advance a:hover ,
.back-advance input[type="submit"]:hover {
	color:#202020 !important;
	border-color:#202020 !important;
	background:#fff !important;
}

@media only screen and (max-width:640px){

    .back-advance {margin:30px auto 0;}
    .back-advance a ,
    .back-advance input[type="submit"] {width:45%;}
}



/*---- 確認画面用 ----*/
.contact #contact-form #formWrap {
  width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.contact #contact-form #formWrap .formTable {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 60px;
}
.contact #contact-form #formWrap .formTable tr {
  border-bottom: 1px solid #ccc;
}
.contact #contact-form #formWrap .formTable th {
  font-weight: 500;
  width: 220px;
  padding: 18px 0;
  color: #7e7e7e;
}
.contact #contact-form #formWrap .formTable td {
  width: calc(100% - 220px);
  padding: 18px 0;
}
.contact #contact-form #formWrap .button-area {
  display: flex;
  justify-content: center;
  gap: 14px;
  max-width: 494px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contact #contact-form #formWrap .formTable {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .contact #contact-form #formWrap .formTable th {
    width: 100%;
    padding: 18px 0 6px;
    display: block;
  }
  .contact #contact-form #formWrap .formTable td {
    width: 100%;
    padding: 0 0 18px;
    display: block;
  }
  .contact #contact-form #formWrap .button-area {
    flex-direction: column;
    gap: 12px;
  }
}


