@charset "UTF-8";
#mainImage {
  position: relative;
  height: 42vw;
  z-index: 0;
}
#mainImage::before, #mainImage::after{
  width: 100%;
  height: 36.5vw;
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;  
}
#mainImage::before {
  background: linear-gradient(90deg, #62deb5 0%, #63cde0 100%);
  top: 24.5vw;
  clip-path: polygon(0 52%, 100% 0%, 100% 100%);
}
#mainImage::after {
  background: #d3fc32;
  top: 24vw;
  clip-path: polygon(0 48%, 100% 0, 100% 52%, 0 100%);
}

#mainImage .mv {
  background-image: url(../img/contact/mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-contents {
  top: 0;
  left: 0;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  width: 60vw;
  max-width: 864px;
  padding: 17.3vw 0 0;
  font-weight: 700;
}

.hero-contents .hero-copy {
  margin-bottom: 0rem;
  position: relative;
  z-index: 1;
  text-align: center;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.35));
}

.hero-contents .en {
  font-style: italic;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  text-align: center;
}
.hero-contents h1 {
  font-size: clamp(5.8rem, 10.2vw,11rem);
  line-height: 0.9;
  letter-spacing: 1px;
}
.lnav-company .hero-contents h1,
.lnav-privacy .hero-contents h1 {
  font-size: clamp(5.8rem, 4.9vw, 7.1rem);
}
/* .hero-contents h3 {
  font-size: clamp(2rem, 2.4vw, 3.2rem);
  letter-spacing: 0px;
  line-height: 1.2;
} */
 
.hero-contents h5 {
  font-size: clamp(1.1rem, 1.64vw, 2rem);
  font-weight: 900;
  margin: 0.5vw 0 1vw;
}
.lnav-company .hero-contents h5,
.lnav-privacy .hero-contents h5 {
  margin-top: 1vw;
}

@media only screen and (max-width: 640px) {
  #mainImage {
    height: 90vw;
  }
  #mainImage::before {
    height: 70vw;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
    top: 75vw;
  }
  #mainImage::after {
    height: 64vw;
    clip-path: polygon(0 21%, 100% 0, 100% 79%, 0 100%);
    top: 69vw;
  }
  #mainImage .mv {
    height: 90vw;
    background-image: url(../img/utils/mv_sp.jpg);
    background-position: top;
  }
  .hero-contents{
    margin: 0 8vw;
    padding: 30vw 0 0;
    width: 84vw;
  }
  .hero-copy{
    margin-left: 1.2vw;
  }
  .hero-contents h1 {
    font-size: 14vw;
    line-height: 1;
  }  
  .hero-contents h2 {
    letter-spacing: -0.1vw;
    font-size: 7vw;
  }
  .hero-copy::after{
    width: 100%;
    top: 4vw;
    left: -4vw;
  }
  .hero-contents h5 {
    margin: 2vw 0;
    font-size: 2.8vw;
  }
}

p {
  font-size: clamp(1rem, 1.1vw, 1.6rem);
  font-weight: 700;
  margin: 0;
}


section .section-content.row {
  padding: 3.2vw 4.6vw;
  margin-top: -9vw;
  margin-bottom: 7vw;
  font-size: clamp(1rem,1vw,1.5rem);
  text-align: left;
}

section::before,
section::after {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
}
section::before {
  z-index: 0;
  left: 0;
}
section::after {
  z-index: -1;
  bottom: 0;
  right: 0;
}

section .section-content{
  z-index: 1;
}

.section-content .block {
  line-height: 3.4;
  margin-bottom: 3.4vw;
  border: solid 0.7vw #007e44;
  background: #fff;
  color: #007e44;
  justify-content: flex-start;
}
.mailing .block {
  margin-top: 6.6vw;
}

.section-content h3 {
  font-size: clamp(1.0rem,2.1vw,3.0rem);
  font-weight: 900;
  text-align: left;
  padding: 1.3vw 2vw 1.3vw 3vw;
}
.section-content .block p span {
  font-size: 95%;
}
.txt-center p{ padding-top: 0.5vw;}





/* section .section-content.flex,
section .section-content > .flex{
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-content .flex > .flex-box {
  width: 50%;
  z-index: 2;
}
.section-content .flex .flex-box .hero-copy {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  text-align: left;
  margin: 4vw 0 0 -3.5vw;
  padding: 0;
  font-weight: 700;
  justify-content: flex-start;
}
.section-content .flex .flex-box .hero-copy h1 {
  transform: rotate(-10deg);
  transform-origin: left;
  font-style: italic;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  font-size: clamp(5.5rem, 7.7vw, 11rem);
  line-height: 0.85;
  letter-spacing: 0;
}
.section-content .flex .flex-box .hero-copy h1:last-child {
  left: 2.8vw;
  position: relative;
}

.section-content .flex .flex-box .hero-copy::after {
  content: '';
  width: 104%;
  height: 16vw;
  position: absolute;
  top: 0;
  bottom: -3.6rem;
  left: 0;
  z-index: -1;
}
.section-content .flex .flex-box.text-content {
  margin: -3vw 0 0 0vw;
  width: 50%;
  text-align: left;
  z-index: 1;
}
.flex-box.text-content h5,
.flex-box .text-content h5 {
  font-size: clamp(1.0rem, 2.0vw, 2.9rem);
  font-weight: 900;
  margin: 1.2vw -2vw 1.5vw 0;
}

.flex-box p {
  font-size: clamp(0.9rem, 1.05vw, 1.5rem);
  line-height: 2;
  font-weight: 700;
  padding-bottom: 2.5vw;
  margin-bottom: 0;
} */
#wrapper .note a {
  color: #0072ff;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
/* @media only screen and (max-width: 640px) {
  .section-content .flex > .flex-box {
    width: 100%;
  }
  .section-content .flex .flex-box .hero-copy {
    margin: 2vw 0 0 2vw;
  }
  .section-content .flex .flex-box .hero-copy h1{
    font-size: 14.7vw;
  }
  .section-content .flex .flex-box .hero-copy h1:last-child{
    left: 5vw;
  }
  .section-content .flex .flex-box .hero-copy::after {
    width: 100%;
    height: 31vw;
    bottom: 0;
    top: -1vw;
  }
  .section-content .flex .flex-box.text-content {
    width: 90%;
    margin: -14vw auto 0;
    position: relative;
  }
  .flex-box h5 {
    line-height: 1.6;
    margin-bottom: 3vw;
    text-align: center;
    font-size: 6.4vw;
  }
  .flex-box p {
    line-height: 1.8;
    padding-bottom: 6vw;
    font-size: 3.2vw;
  }
} */

.w880{
  max-width: 880px;
}

#status {
  display: flex;
  margin-top: 3.5vw;
  justify-content: center;
}
#status.status3 {
  margin-bottom: 10rem;
}
#status li {
  background: #000;
  color: #fff;
  font-size: clamp(1.1rem,1.1vw,1.6rem);
  text-align: center;
  height: 8rem;
  line-height: 8rem;
  width: 32%;
  position: relative;
  /* transform: skew(-30deg);
  border-left: 1px solid #d3fc32; */
}
#status.status1 li:first-child,
#status.status2 li:nth-child(2),
#status.status3 li:last-child{
  background: #d3fc32;
  color: #000;
}
#status li span{
  display: block;
  /* transform: skew(30deg); */
  font-weight: 700;
}
/* #status li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -4rem;
  box-sizing: border-box;
  border: transparent 8px solid;
  border-right: transparent 10px solid;
  border-left: #e7240e 10px solid;
  transform: translateY(-50%);
} */
/* #status li:last-child::before {
  content: none;
} */
@media only screen and (min-width: 641px) {
  #status li {
    transform: skew(-30deg);
    border-left: 1px solid #d3fc32;
  }
  #status li span{
    transform: skew(30deg);
  }    
}
@media only screen and (max-width: 640px) {
  #status {
    margin: 30px auto 0;
    flex-direction: column;
    width: 70%;
  }
  #status li {
    font-size: 2.4vw;
    height: 7vw;
    line-height: 7vw;
    width: auto;
    margin-bottom: 6vw;
  }
  
  #status li + li::before {
    content: "";
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: -4.5vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-right: 0.35vw solid #000;
    border-bottom: 0.35vw solid #000;
  }
  /* #status.status3 li:first-child::after { top: auto; bottom: 0;} */
  .section-content h3 { font-size: 3vw;}
  .section-content .md-flex p{ font-size: 2vw; padding-right: 3vw;}
  .section-content .block{ justify-content: space-between;}
  .content.mailing p{ text-align: inherit;}
  #status.status3 { margin-bottom: 0;}
  
}

main form a { text-decoration: underline; color: #000;}

.contents { position: relative; margin: 0px auto; width: 1360px; max-width:90%; padding:80px 0 0 0; z-index: 2;}
.contents .content {
  padding: 0 0px 90px;
  width: 920px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
/* .small { font-size: 13px;} */
.tel { 
  font-size: clamp(3.5rem,3.5vw,5.0rem);
  /* display: block; */
  font-style: normal;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 1.2vw;
}
.tel .pc {
  font-size: clamp(5.6rem,5.6vw,8.0rem);
  letter-spacing: -2px;
}
/*
.callto strong.tel .black { color: #000;}
.callto strong.tel .orange { color: #e7240e !important;}
@media only screen and (max-width: 1480px) {
  .contents .content { }
}
.pc-center { text-align: center;}*/
@media only screen and (max-width: 640px) {
  .contents {margin: 0 3.33%;
    padding: 30px 3.33%;
    max-width: inherit;
    width: auto; padding-top: 30px;}
  .contents .content {
    padding-bottom: 5rem;
    width: auto;
    max-width: inherit;
  }
  .contents .content > * { text-align: center; }
  .hero-contents .row p.en{ text-align: center; }

  .hero-contents p.en:before {
    transform: scale(0.5);
    top: 1rem;
  }
  .content .hero-contents h3{
    font-size: clamp(2.0rem, 7.0vw, 3.6rem);
  }
  .tel { font-size: 6vw; margin-bottom: 1vw; }
  .tel .sp{ display: inline!important;}
}


span.must { color: #d3fc32;}

.tb-contact {
  margin: 5rem 0 4rem;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: clamp(1rem,1.1vw, 1.6rem);
}
.tb-contact th {
  font-weight: 700;
  text-align: left;
  padding: 1.8vw 0 0rem 1.6rem;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  width: 17vw;
}
.tb-contact th::before { content: "○"; color: #d3fc32; position: absolute; left: 0; font-size: 0.9vw; top: 2.1vw;}
.tb-contact .must th::before { content: "●"; color: #d3fc32;}
.tb-contact td { padding: 0.5vw 0; text-align: left;}
.lnav-confirm .tb-contact { font-size: 1.6rem;}
.lnav-confirm .tb-contact td { color: #000;}
.lnav-confirm .tb-contact td {padding: 0.5vw 0;}
.lnav-confirm .tb-contact th {padding: 0.5vw 0 0.5vw 1.6rem}
.lnav-confirm .tb-contact th::before{ top: 0.8vw; }
td .flex { display: flex; align-items: center;}
td .note { white-space: nowrap; margin-left: 2rem;}
p.check { text-align: center;}
p.btn {
  display: flex;
  justify-content: center;
  margin: 7vw auto 0;
}

.h301 {
  margin-top: 5rem;
  font-size: 2.4rem !important;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .tb-contact {
    margin: 2rem 0 0 !important;
    display: block;
    width: auto;
    font-size: 2.6vw;
  }
  .tb-contact tbody, .tb-contact tr, .tb-contact th, .tb-contact td { display: block;}
  .tb-contact th {
    font-weight: bold;
    padding: 0 0 0 1.5rem;
    width: auto;
    margin-top: 2rem;
  }
  .tb-contact th::before,
  .lnav-confirm .tb-contact th::before{ 
    font-size: 2vw;
    top: 50%;
    transform: translateY(-50%);
  }
/*  .tb-contact .must th::before { top: 2.3rem;}*/
  .tb-contact th .small { padding-left: 10px; font-weight: normal; display: inline!important;}
  .tb-contact td { padding: 0.6rem 0;}
  .confirm .tb-contact td {padding: 1.2rem 0 1.2rem 0;}
  td .flex { display: flex; align-items: center;}
  th .note {  margin-left: 2rem; font-weight: normal;}
  p.check { margin-top: 3rem; font-size: 2.2vw; }
  .lnav-confirm .tb-contact { font-size: 2.6vw;}

  /*p.check + p.check { text-align: center;} */
  p.btn {
    display: flex;
    justify-content: center;
    margin: 4rem auto 0;
  }
  p.btn input { margin: 0;}

}

/* ------ form ------ */

input, select {
  vertical-align: middle;
}

input {
	line-height: normal;
}


button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.go2top a {
	background: transparent;
	border: none;
	color: #000;
	letter-spacing: 0;
	box-shadow: none;
	border-radius: 3px;
	height: 60px;
	line-height: 60px;
	padding:0 6rem 0 9rem;
	-webkit-appearance: none;
	appearance: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 16px;
  transform: skew(30deg);
}
.btn .btnWrapBack input[type="button"]{
  padding: 0 9rem 0 6rem;
}


/* .go2top a { text-decoration: none; display: inline-block; overflow: hidden; } */

.btnWrap, .btnWrapBack { position: relative; display: inline-block; overflow: hidden; margin: 0 0.6vw;}

/* .btnWrap::before, .btnWrapBack::before, .go2top a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  z-index: 2;
  pointer-events: none;
} */
.btn {
  color: #000;
  font-size: clamp(0.8rem, 1.1vw, 1.6rem);
  text-align: center;
  position: relative;
  font-weight: 600;
  border: none;
  width: fit-content;
  background-color: transparent;
  padding: 0;
}
.btn .btnWrap,
.btn .btnWrapBack{
  display: block;
  position: relative;
  color: #000;
  background: #d3fc32;
  border: none;
  cursor: pointer;
  transform: skew(-30deg);
}
.btn .btnWrap::after,
.btn .btnWrapBack::after{
  position: absolute;
  top: 0;
  left: -5vw;
  content: "";
  display: block;
  width: 145%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .3s ease;
  transition-property: transform;
  z-index: 1;
  clip-path: polygon(0 0, 86% 0%, 100% 100%, 14% 100%);
}
/*thanks home*/
.btn.go2top .btnWrap a span { display: inline; padding: 0 2vw;}
.btn.go2top .btnWrap:has(a)::after { z-index: 0; }

.btn .btnWrap span,
.btn .btnWrapBack span{
  padding: 1vw 3.5vw 1vw 7.5vw;
  display: block;
  color: #000;
  z-index: 1;
  position: relative;
}


.btn:hover .btnWrap{
  opacity: 1;
}
.btn .btnWrap:hover::after,
.btn .btnWrapBack:hover::after{
  transform: scaleX(1.0);
  transform-origin: left;
}
.btn .btnWrap:hover span,
.btn input[type="button"]:hover,
.btn input[type="submit"]:hover{ color: #fff; z-index: 2;}

.btn .btnWrap + span,
.btn .btnWrapBack + span{
  width: 20%;
  height: 1px;
  border-top: solid 1px #000;
  display: inline-block;
  position: absolute;
  left: -0.5vw;
  top: 50%;
}
.btn .btnWrap + span::after,
.btn .btnWrapBack + span::after{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  content: "";
  width: 0.7vw /*1rem*/;
  height: 0.7vw /*1rem*/;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
}
.btnWrap:hover + span{
  border-color: #d3fc32;
}
.btnWrap:hover + span::after{
  border-color: #d3fc32;
}
/*  confirm  */
.lnav-confirm .btn{
  width: 80%;
  justify-content: space-evenly;
}
/* .lnav-confirm input[type="button"],
.lnav-confirm input[type="submit"]{
  padding: 0 11rem;
} */
.btn .btnWrapBack{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.btn .btnWrapBack::after {
  background: #fff;
}
.btn .btnWrapBack span{
  color: #fff;
}
.btn .btnWrapBack:hover span{ color: #000; z-index: 2;}
.lnav-confirm .btn .btnWrap + span,
.btn .btnWrapBack + span{
  width: 10%;
  left: clamp(10rem,27vw,39rem);
}
.btn .btnWrapBack + span{
  border-top: solid 1px #fff;
  left: unset;
  right: clamp(10rem,27vw,39rem);
}
.btn .btnWrapBack + span::after {
  border-color: #fff;
  width: 0.8vw;
  height: 0.8vw;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.btn .btnWrapBack:hover + span,
.btn .btnWrapBack:hover + span::after {
  border-color: #000;
}




label { display: inline-block}
label:not(:last-child) { margin-right: 2rem;}
/* input[type="button"],
input[type="submit"],
.go2top a {
  background: #e7240e;
  color: #fff;
  border: none;
  border-radius: 3rem;
  transition: background 0.5s ease;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
} */
/* input[type="button"]:hover,
input[type="submit"]:hover,
.go2top a:hover {
  animation: flash 0.5s ease;
  opacity: 0.6;
  transition: opacity 0.5s;
} */

@media only screen and (max-width: 640px) {
  .lnav-confirm .btn .btnWrap + span{
    left: 37vw;
  }
  .btn .btnWrapBack + span{
    right: 37vw;
  }
  .btn .btnWrapBack input[type="button"]{
    padding: 0 9vw 0 4vw;
  }

	button,
	button[disabled]:hover,
	button[disabled]:focus,
	input[type="button"],
	input[type="button"][disabled]:hover,
	input[type="button"][disabled]:focus,
	input[type="reset"],
	input[type="reset"][disabled]:hover,
	input[type="reset"][disabled]:focus,
	input[type="submit"],
	input[type="submit"][disabled]:hover,
	input[type="submit"][disabled]:focus,
  .go2top a {
    height: 8vw;
    line-height: 8vw;
    font-size: 2.2vw;
    padding: 0 4vw 0 9vw;
  }
  .confirm .btnWrap, .confirm .btnWrapBack { width: auto; text-align: center;}
  .btn .btnWrap + span::after, .btn .btnWrapBack + span::after{
    width: 1.2vw;
    height: 1.2vw;
  }  

}
input[type="button"].back {
  /* background: #000;
  border: #000 1px solid; */
  color: #fff;
}
.btnWrapBack:hover input[type="button"].back {
  color: #000;
}



/* button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
} */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f6f6f6 !important;
  border: none;
  padding: 2rem 2.8rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  border-radius: 7px;
  color: #000;
}
input[type="text"]:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #ececec inset;
  border: #ececec 1px solid;
  background: #ececec !important;
  -webkit-text-fill-color: #000 !important;
}
@media only screen and (max-width: 640px) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    padding: 1.6rem 1.8rem;
    font-size: 2.4vw;
  }
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #ccc;
	color: #000;
	outline: 0;
  box-shadow: 0 0 5px 5px rgba(255,255,255,0.05);
}



.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0;
  position: relative;
  border-radius: 2px;
	background: #ffffff;
}
#maintitle .cp_ipselect,
#result-header .cp_ipselect,
#maintitle-scene .cp_ipselect { width: 200px;}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
#result-header .cp_ipselect,
.cp_ipselect.cp_sl02 { border: 1px solid #d2d2d2;}

.cp_ipselect::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

input[type="checkbox"] {
  /*transform: scale(1.5);*/
  box-shadow: none;
  border: #d9d9d9 1px solid;
  margin-top: 0;
}
input[name="check_must"] {
  opacity: 0;
}
p.check label { display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
/* p.check label a { color: #e7240e;} */
i.icon-check {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border: #d9d9d9 2px solid;
  border-radius: 5px;
  display: inline-block;
  margin-right: 20px;
}
input:checked + i.icon-check::before {
  content: "";
  width: 10px;
  height: 17px;
  border-right: #e7240e 4px solid;
  border-bottom: #e7240e 4px solid;
  transform: rotate(45deg);
  left: 8px;
  top: -2px;
  display: block;
  z-index: 2;
  position: absolute;
}
input.err + i.icon-check {
  background-color: #fff;
	border-color: #e7240e;
}
@media only screen and (max-width: 640px) {
	input[type="radio"] {
	  margin-top: 0;
	}
  td label { padding-top: 0.3rem; padding-bottom: 0.3rem; align-items: center;}
  i.icon-check { transform: scale(0.8);}
  p.check label { justify-content: flex-start; }
}
input::placeholder {
  color: #666666;
}

/* IE */
input:-ms-input-placeholder {
  color: #666666;
}

/* Edge */
input::-ms-input-placeholder {
  color: #666666;
}
input:focus::placeholder {
  color: #9c9c9c;
}

/* IE */
input:focus:-ms-input-placeholder {
  color: #9c9c9c;
}

/* Edge */
input:focus::-ms-input-placeholder {
  color: #9c9c9c;
}

input[type="text"].err,
input[type="email"].err,
textarea.err {
	color: #000;
	border: #e7240e 1px solid;
}




input[name='tel'],input[name='fax'] { width: 65%;}
input[name='mail_must'],input[name='mail_confirm'] { width: 75%;}
input[name='zip'] { width: 15rem; margin-left: 1rem;}
input[name='address'] { margin-top: 0.7rem;}
input + span { margin-left: 10px;}
