@charset "UTF-8";

h1::after {
  content: "INQUIRY";
}

header nav ul#gNavi li:nth-child(4) a {
	background: #fff !important;
	color: #104091 !important;
}

header nav ul#gNavi > li:nth-child(7) a {
	background: #104090;
	color: #fff;
}

header nav ul#gNavi > li:nth-child(7)::before {
	background: url("../../img/common/ico_mail.png") 0 0 / 100% 100% no-repeat;
}

header nav ul#gNavi li:nth-child(7) a:hover,
header nav ul#gNavi li:nth-child(7) a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

span.wpcf7-not-valid-tip {
  display: inline;
}

/* contact Introduction */
#contactIntro {
  position: relative;
  margin: 0 auto;
  padding: 25px 0 50px;
  width: 100%;
  min-width: 1200px;
}

#contactIntro::before {
  content: "";
  position: absolute;
  top: -78px;
  left: 50%;
  z-index: 0;
  display: block;
  background: url("../../img/contact/bg_contact.png") 0 0 / 1500px auto
    no-repeat;
  margin: 0 0 0 -750px;
  width: 1500px;
  height: 540px;
}

#contactIntro p {
  position: relative;
  z-index: 1;
  padding: 0 0 45px;
  text-align: center;
  line-height: 2.125;
  font-size: 20px;
}

#contactIntro ul {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #3690ec;
  margin: 0 auto;
  padding: 35px 35px 10px;
  width: 1000px;
  line-height: 1.7;
  font-size: 18px;
}

#contactIntro ul li {
  position: relative;
  padding: 0 0 25px 18px;
}

#contactIntro ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  display: block;
  background: #3690ec;
  width: 8px;
  height: 8px;
}

/* form selector ajustment */
input[type="text"],
input[type="email"],
textarea,
select {
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #d3dde4;
  border-radius: 4px;
  background: #fff;
  margin: 35px 38px;
  padding: 0 0 0 15px;
  width: 720px;
  height: 50px;
  font-size: 20px;
  line-height: 1.4;
}

input[type="text"].shortTxt {
  width: 190px;
}

input[type="text"].shortTxt + span {
  display: inline-block;
  margin: 47px 0 0 -20px;
}

span.age {
	display: flex;
	justify-content: center;
	align-items: center;
}


input[type="button"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #3690ec;
}

textarea {
  box-sizing: border-box;
  padding: 15px;
  height: 200px;
}

select {
	width: 450px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #ccc;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #ccc;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
  color: #ccc;
}

/* Check Button */
span.checkBtn {
  position: relative;
  display: block;
  padding: 10px 0;
}

span.checkBtn label {
  position: relative;
  padding: 0 0 0 52px;
  cursor: pointer;
}

input[type="checkbox"] {
  border: none;
  background: none;
  margin: 0;
  width: 0;
  height: 0;
}

span.checkBtn .wpcf7-list-item-label::before,
span.checkBtn .wpcf7-list-item-label::after {
  position: absolute;
  top: -8px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}

span.checkBtn .wpcf7-list-item-label::before {
  z-index: 0;
  border: 1px solid #d3dde4;
  border-radius: 4px;
  background-color: transparent;
  width: 40px;
  height: 40px;
}

span.checkBtn .wpcf7-list-item-label::after {
  z-index: 1;
  margin: 7px 0 0 14px;
  width: 12px;
  height: 16px;
}

span.checkBtn input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
span.checkBtn
  input[type="checkbox"]:checked
  + input
  + .wpcf7-list-item-label::before {
  border: none;
  background: #162b4f;
}

span.checkBtn input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
span.checkBtn
  input[type="checkbox"]:checked
  + input
  + .wpcf7-list-item-label::after {
  border: 3px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio Button List */
ul.RadioList li label {
  position: relative;
  word-break: break-all;
  cursor: pointer;
}

ul.RadioList li label span.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 45px;
  height: 35px;
  vertical-align: top;
}

ul.RadioList li label span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 0;
  border: 1px solid #d3dde4;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  background: transparent;
  width: 36px;
  height: 36px;
}

ul.RadioList li label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

ul.RadioList
  li
  label
  input[type="radio"]:checked
  + span.wpcf7-list-item-label::after,
ul.RadioList
  li
  label
  input[type="radio"]:checked
  + input
  + span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 8px;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  background: #162b4f;
  width: 20px;
  height: 20px;
}

/* Select Box */
.selectList label {
	position: relative;
}

.selectList label::before {
	content: '';
	position: absolute;
	top: 30%;
	right: 60px;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 3px solid #3690ec;
	border-right: 3px solid #3690ec;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* contact Form */
#contactForm {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 auto 115px;
  padding: 65px 0;
  width: 1200px;
}

#contactForm > p {
  padding: 45px 0 25px 55px;
  font-size: 16px;
  color: #dc2222;
}

#contactForm em.icoRequired {
  display: inline-block;
  border-radius: 4px;
  background: #dc2222;
  margin: 0 5px 0 0;
  width: 52px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#contactForm article {
  box-sizing: border-box;
  border: 10px solid #eef7fd;
  margin: 0 auto 45px;
  padding: 50px 0 35px;
  width: 1100px;
  line-height: 1.7;
  text-align: center;
  font-size: 20px;
}

#contactForm article h3 {
  padding: 0 0 45px;
}

#contactForm article h3 a {
  text-decoration: underline;
  color: #3690ec;
}

#contactForm ul#formMain,
#confirmList ul#formMain
 {
  box-sizing: border-box;
  border-top: 2px solid #eef7fd;
  margin: 0 auto 45px;
  width: 1100px;
  font-size: 20px;
}

#contactForm ul#formMain > li,
#contactForm ul#formMain > div > li,
#contactForm ul#formMain dl dd > ul > li,
#contactForm ul#formMain dl dd > ul > div > li,
#confirmList ul#formMain > li,
#confirmList ul#formMain > div > li,
#confirmList ul#formMain dl dd > ul > li,
#confirmList ul#formMain dl dd > ul > div > li
 {
  position: relative;
  display: flex;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #eef7fd;
  padding: 0 0 2px;
  width: 100%;
}

#contactForm ul#formMain dl dd > ul > li:last-child,
#confirmList ul#formMain dl dd > ul > li:last-child {
  border-bottom: none;
  padding: 0;
}

#confirmList ul#formMain li dl,
#contactForm ul#formMain li dl {
  width: 100%;
}

#contactForm ul#formMain li dl dt,
#confirmList ul#formMain li dl dt {
  border-bottom: 2px solid #eef7fd;
  padding: 0 0 2px;
}

#contactForm ul#formMain li dl dt h4 {
  background: #eef7fd;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #3690ec;
}

#contactForm ul#formMain li h5 {
  position: relative;
  box-sizing: border-box;
  background: #eef7fd;
  padding: 40px 0 0 30px;
  width: 300px;
  line-height: 1.2;
}

#contactForm ul#formMain li h5.ajustment {
  padding: 30px 0 20px 30px;
}

#contactForm ul#formMain li h5 em.icoRequired {
  position: absolute;
  top: 40px;
  right: 20px;
}

#contactForm ul#formMain li ul,
#confirmList ul#formMain li ul
 {
  box-sizing: border-box;
  display: flex;
	flex-flow: wrap;
	margin: 0;
  padding: 35px 0 25px 38px;
	width: 800px;
	border: none;
}

#contactForm ul#formMain li ul.RadioList,
#confirmList ul#formMain li ul.RadioList {
  padding: 35px 0 10px 35px;
}

#contactForm ul#formMain li dl dd > ul,
#confirmList ul#formMain li dl dd > ul {
  display: block;
  padding: 0;
  width: 100%;
}

#contactForm ul#formMain li ul li,
#confirmList ul#formMain li ul li {
  box-sizing: border-box;
  padding: 0 0 20px;
  width: 345px;
}

#contactForm ul#formMain li ul.checkBtnList .checkBtn {
	padding: 10px 0 0;
}

#contactForm ul#formMain li ul.checkBtnList li,
#contactForm ul#formMain li ul.RadioList li,
#confirmList ul#formMain li ul.checkBtnList li,
#confirmList ul#formMain li ul.RadioList li
 {
  box-sizing: border-box;
  padding: 0;
	width: 100%;
	border:none;
}

#contactForm ul#formMain li ul.checkBtnList li .wpcf7-list-item,
#contactForm ul#formMain li ul.RadioList li .wpcf7-list-item,
#confirmList ul#formMain li ul.checkBtnList li .wpcf7-list-item,
#confirmList ul#formMain li ul.RadioList li .wpcf7-list-item
 {
	width: 345px;
	height: 40px;
	padding: 10px 0 10px;
	margin: 0;
}

#contactForm ul#area_radio li span.wpcf7-list-item.first,
#confirmList ul#area_radio li span.wpcf7-list-item.first {
  display: block;
  width: auto !important;
}

#contactForm ul#formMain li ul.checkBtnList li .wpcf3column .wpcf7-list-item,
#contactForm ul#formMain li ul.RadioList li .wpcf3column .wpcf7-list-item,
#confirmList ul#formMain li ul.checkBtnList li .wpcf3column .wpcf7-list-item,
#confirmList ul#formMain li ul.RadioList li .wpcf3column .wpcf7-list-item {
  width: 254px;
  font-size: 18px;
}

#contactForm ul#btnConfirm {
  position: relative;
  margin: 50px auto 25px;
  width: 300px;
}

#contactForm ul#btnConfirm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0;
}

#contactForm ul#btnConfirm:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#contactForm ul#btnConfirm li input[type="submit"] {
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  appearance: none;
  box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
  border-radius: 45px;
  background: #3690ec;
  width: 300px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* error Settings */
#contactForm > p.errorTxt {
  background: #dc2222;
  margin: 0 auto 40px;
  padding: 15px 0;
  width: 1100px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

form p.errorTxt {
  box-sizing: border-box;
  position: absolute;
  bottom: 8px;
  right: 20px;
  background: #fadede url("../../img/common/ico_alert.png") 10px 3px / 18px 18px
    no-repeat;
  padding: 0 0 0 35px;
  width: 740px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #dc2222;
}

form article p.errorTxt {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 15px auto 0;
  width: 500px;
}

/* confirm List */
#confirmList {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 auto 115px;
  padding: 65px 0;
  width: 1200px;
}

#confirmList > p {
  padding: 45px 0 25px;
  text-align: center;
  line-height: 1.7;
  font-size: 20px;
}

#confirmList ul {
  box-sizing: border-box;
  border-top: 2px solid #eef7fd;
  margin: 0 auto 45px;
  width: 1100px;
  font-size: 20px;
}

#confirmList ul > li,
#confirmList ul dl dd > ul > li {
  position: relative;
  display: flex;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #eef7fd;
  padding: 0 0 2px;
  width: 100%;
}

#confirmList ul dl dd > ul > li:last-child {
  border-bottom: none;
  padding: 0;
}

#confirmList ul li dl {
  width: 100%;
}

#confirmList ul li dl dt {
  border-bottom: 2px solid #eef7fd;
  padding: 0 0 2px;
}

#confirmList ul li dl dt h4 {
  background: #eef7fd;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #3690ec;
}

#confirmList ul li dl dd ul {
  margin: 0 auto;
}

#confirmList ul li h5 {
  position: relative;
  box-sizing: border-box;
  background: #eef7fd;
  padding: 25px 0 20px 30px;
  width: 300px;
}

/* #confirmList ul li input,
#confirmList ul li textarea { */
#confirmList ul li p {
  padding: 20px 0 20px 30px;
  width: 800px;
  line-height: 1.4;
  margin: 0;
  /* height: auto;
  background: none;
  border:none !important;
  font-size: 100%;
  outline: none;
  appearance: none;
  resize: none; */
}

/* #confirmList ul li textarea::placeholder {
  color: transparent;
} */


#confirmList ul + ul {
  border-top: none;
  margin: 0 auto 45px;
  width: 300px;
}

#confirmList ul + ul > li {
  display: block;
  border-top: none;
  border-bottom: none;
  padding: 0;
  width: 300px;
}

#confirmList ul li#btnSubmit {
  position: relative;
  margin: 50px auto 25px;
  width: 300px;
}

#confirmList ul li#btnSubmit::after,
#confirmList ul li#btnRrevision::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0;
}

#confirmList ul li#btnRrevision::after {
  left: 48px;
  right: auto;
  border-top: 3px solid #3690ec;
  border-right: 3px solid #3690ec;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#confirmList ul li#btnSubmit input[type="submit"]:hover,
#confirmList ul li#btnRrevision input[type="button"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#confirmList ul li#btnSubmit input[type="submit"],
#confirmList ul li#btnRrevision input[type="button"] {
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  appearance: none;
  box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
  border-radius: 45px;
  background: #3690ec;
  width: 300px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
/*  padding: 0;*/
}

/* #confirmList ul li textarea::placeholder {
  color: transparent;
} */

#confirmList ul li#btnSubmit span.ajax-loader {
  display: none;
}

#confirmList ul li#btnRrevision input[type="button"] {
  border: 2px solid #3690ec;
  background: #fff;
  margin: 0 auto;
  width: 240px;
  font-size: 18px;
  color: #3690ec;
}

#confirmList .wpcf7c-conf {
	background-color: #fff;
	border: 1px solid #d3dde4;
}

#confirmList form input { margin: 20px 0 20px 30px;}


/* contact Complete */
#contactComplete {
  margin: 0 auto 100px;
  width: 1000px;
}

#contactComplete p {
  padding: 45px 0;
  text-align: center;
  line-height: 1.7;
  font-size: 20px;
}

#contactComplete h3 {
  box-sizing: border-box;
  border: 10px solid #eef7fd;
  margin: 0 auto 75px;
  padding: 30px 0 30px;
  width: 500px;
  line-height: 1.7;
  text-align: center;
  font-size: 20px;
}

#contactComplete h3 em {
  display: block;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 30px;
  color: #3690ec;
}

#contactComplete ul {
  margin: 0 auto;
  width: 300px;
}

#contactComplete ul li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 30px;
  box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
  background: #3690ec;
  padding: 0 10px 0 0;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

#contactComplete ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window
------------------------------------------------------------------------ */
@media screen and (max-width: 1028px) {
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  header nav ul#gNavi > li:nth-child(7) {
    background: none;
  }

  /* contact Introduction */
  #contactIntro {
    margin: 0 auto;
    padding: 5vw 0 12vw;
    width: 100%;
    min-width: 100%;
  }

  #contactIntro::before {
    top: -12.75vw;
    left: 0;
    z-index: 0;
    display: block;
    background: url("../../img/contact/bg_contact.png") -25vw 0 / 150vw auto no-repeat;
    margin: 0 0 0 0;
    width: 100%;
    height: 70vw;
  }

  #contactIntro p {
    padding: 0 0 5.4vw;
    line-height: 1.6;
    font-size: 4.2vw;
  }

  #contactIntro ul {
    border: 0.2666667vw solid #3690ec;
    padding: 3vw 3vw 1vw;
    width: 94.666667vw;
    line-height: 1.4;
    font-size: 3.6vw;
  }

  #contactIntro ul li {
    position: relative;
    padding: 0 0 4vw 3.5vw;
  }

  #contactIntro ul li::before {
    top: 1.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  /* form selector ajustment */
  input[type="text"],
  input[type="email"],
  textarea,
  select {
    display: block;
    border: 0.2666667vw solid #d3dde4;
    border-radius: 0.8vw;
    margin: 5vw auto;
    padding: 0 0 0 3vw;
    width: 90vw;
    height: 14vw;
    font-size: 3.2vw;
  }

  input[type="text"].shortTxt {
    display: inline-block;
    margin: 5vw 0 5vw 1vw;
    width: 50vw;
  }

  input[type="text"].shortTxt + span {
    margin: 0 0 0 3vw;
  }

	span.age {
		display: inline-block;
		margin: 0 0 0 3vw
	}

  input[type="button"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border: 0.2666667vw solid #3690ec;
  }

  textarea {
    padding: 3vw;
    height: 48vw;
  }

  /* Check Button */
  span.checkBtn {
    padding: 2.666667vw 0;
  }

	#contactForm ul#formMain li ul.checkBtnList .checkBtn {
		padding: 0;
	}


  span.checkBtn label {
    padding: 0 0 0 7.5vw;
  }

  span.checkBtn .wpcf7-list-item-label::before,
  span.checkBtn .wpcf7-list-item-label::after {
    top: -0.8vw;
  }

  span.checkBtn .wpcf7-list-item-label::before {
    border: 0.2666667vw solid #d3dde4;
    border-radius: 0.8vw;
    width: 5.6vw;
		height: 5.6vw;
	}

	#privacy_policy_check .wpcf7-list-item-label::before {
		top: -7.5vw;
		left: 50%;
		margin: 1vw 0 0 -2.5vw;
	}

  span.checkBtn .wpcf7-list-item-label::after {
    margin: 1.25vw 0 0 2vw;
    width: 1.6vw;
    height: 2.1333333vw;
  }

  span.checkBtn input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    border: 0.5333333vw solid #fff;
		border-width: 0 0.5333333vw 0.5333333vw 0;
  }

	#privacy_policy_check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
		margin: 2vw 0 0 -0.5vw;
		top: -7.5vw;
		left: 50%;
	}


  /* Radio Button List */
  ul.RadioList li label span.wpcf7-list-item-label {
    padding: 0 0 0 7.5vw;
    height: auto;
  }

  ul.RadioList li label span.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: -1.6vw;
    left: 0;
    z-index: 0;
    border: 0.2666667vw solid #d3dde4;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    background: transparent;
    width: 6.4vw;
    height: 6.4vw;
  }

  ul.RadioList li label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  ul.RadioList
    li
    label
    input[type="radio"]:checked
    + span.wpcf7-list-item-label::after,
  ul.RadioList
    li
    label
    input[type="radio"]:checked
    + input
    + span.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: -0.6vw;
    left: 1.1vw;
    z-index: 0;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    background: #162b4f;
    width: 4.2vw;
    height: 4.2vw;
  }

	/* Select Box */
	.selectList label::before {
		top: 5vw;
		right: -86.5vw;
		width: 1.6vw;
		height: 1.6vw;
		border-top: 0.4vw solid #3690ec;
		border-right: 0.4vw solid #3690ec;
  }

  /* contact Form */
  #contactForm {
    box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 14vw;
    padding: 10vw 0;
    width: 96vw;
  }

  #contactForm > p {
    padding: 7.5vw 0 5vw;
    text-align: center;
    font-size: 3.2vw;
  }

  #contactForm em.icoRequired {
    border-radius: 1.2vw;
    margin: 0 1vw 0 0;
    width: 12vw;
    height: 6vw;
    line-height: 5.5vw;
    font-size: 3.2vw;
  }

  #contactForm article {
    border: 2vw solid #eef7fd;
    margin: 0 auto 12.5vw;
    padding: 6vw 0 4vw;
    width: 84vw;
    font-size: 3.6vw;
  }

  #contactForm article h3 {
    padding: 0 0 4vw;
  }

	#contactForm article span.checkBtn label,
	#privacy_policy_check .privacy_policy {
    display: block;
    margin: 2.5vw 0 0;
    padding: 0 3vw;
	}

	#privacy_policy_check span.wpcf7-list-item {
		margin: 0;
	}

  #contactForm article span.checkBtn label::before,
  #contactForm article span.checkBtn label::after {
    top: -7.5vw;
    left: 50%;
    margin: 1vw 0 0 -2.5vw;
  }

  #contactForm article span.checkBtn label::after {
    margin: 2vw 0 0 -0.75vw;
  }

  #contactForm article em.icoRequired {
    display: block;
    margin: 1vw auto 0;
  }

  #contactForm ul#formMain,
  #confirmList ul#formMain {
    border-top: none;
    margin: 0 auto 10vw;
    width: 92vw;
    font-size: 3.6vw;
  }

  #contactForm ul#formMain > li,
  #contactForm ul#formMain > div > li,
	#contactForm ul#formMain dl dd > ul > li,
  #contactForm ul#formMain dl dd > ul > div > li,
	#confirmList ul#formMain > li,
	#confirmList ul#formMain > div > li,
  #confirmList ul#formMain dl dd > ul > li,
  #confirmList ul#formMain dl dd > ul > div > li
	{
    border-top: none;
    border-bottom: none;
    display: block;
    padding: 0;
    width: 100%;
  }

  #contactForm ul#formMain li dl,
  #confirmList ul#formMain li dl {
    width: 100%;
  }

  #contactForm ul#formMain li dl dt,
  #confirmList ul#formMain li dl dt {
    padding: 5vw 0 0;
  }

  #contactForm ul#formMain li dl dt h4 {
    background: #3690ec;
    height: 10vw;
    line-height: 10vw;
    font-size: 3.6vw;
    color: #fff;
  }

  #contactForm ul#formMain li h5 {
    padding: 0 0 0 3vw;
    width: 100%;
    height: 10vw;
    line-height: 10vw;
  }

  #contactForm ul#formMain li h5.ajustment {
    padding: 0 0 0 3vw;
  }

  #contactForm ul#formMain li h5 em.icoRequired {
    top: 2vw;
    right: 2vw;
  }

  #contactForm ul#formMain li ul,
  #confirmList ul#formMain li ul {
		margin: 0;
    padding: 2.5vw 0 5vw;
		width: 100%;
  }

  #contactForm ul#formMain li ul.RadioList,
  #confirmList ul#formMain li ul.RadioList {
		padding: calc(5vw - 2.666667vw) 0 2.5vw;
  }

  #contactForm ul#formMain li ul#age-select,
  #confirmList ul#formMain li ul#age-select {
		min-height: 0;
  }

  #contactForm ul#formMain li dl dd > ul,
  #confirmList ul#formMain li dl dd > ul {
    display: block;
    padding: 0;
    width: 100%;
  }

  #contactForm ul#formMain li ul li,
  #confirmList ul#formMain li ul li {
    padding: 0 0 1vw;
    width: 50%;
	}

	#contactForm ul#formMain li ul.checkBtnList li,
	#contactForm ul#formMain li ul.RadioList li,
	#confirmList ul#formMain li ul.checkBtnList li,
	#confirmList ul#formMain li ul.RadioList li
	{
		padding: 0;
		width: 100%;
	}

	#contactForm ul#formMain li ul.checkBtnList li .wpcf7-list-item,
	#contactForm ul#formMain li ul.RadioList li .wpcf7-list-item,
	#confirmList ul#formMain li ul.checkBtnList li .wpcf7-list-item,
	#confirmList ul#formMain li ul.RadioList li .wpcf7-list-item
	 {
		width: 50%;
		height: auto;
		padding: 2.666667vw 0;
		margin: 0;
	}
  
  #contactForm ul#formMain ul#area_radio li span.wpcf7-list-item,
  #confirmList ul#formMain ul#area_radio li span.wpcf7-list-item {
    display: block;
    width: auto !important;
  }

  #contactForm ul#formMain li ul.checkBtnList li .wpcf3column .wpcf7-list-item,
  #contactForm ul#formMain li ul.RadioList li .wpcf3column .wpcf7-list-item,
  #confirmList ul#formMain li ul.checkBtnList li .wpcf3column .wpcf7-list-item,
  #confirmList ul#formMain li ul.RadioList li .wpcf3column .wpcf7-list-item {
    width: 50%;
    font-size: 3.2vw;
  }

  #contactForm ul#btnConfirm {
    margin: 7.5vw auto 5vw;
    width: 80vw;
  }

  #contactForm ul#btnConfirm::after {
    width: 1.0666667vw;
    height: 1.0666667vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -0.85vw 0 0;
  }

  #contactForm ul#btnConfirm li input[type="submit"] {
    border-radius: 5.3333333vw;
    box-shadow: 0 0.5333333vw 0.4vw 0 rgba(24, 44, 78, 0.2);
    padding: 0 1.3333333vw 0 0;
    width: 80vw;
    height: 10.666667vw;
    line-height: 10.666667vw;
    font-size: 4.4vw;
  }

  /* error Settings */
  #contactForm > p.errorTxt {
    margin: 0 auto 7.5vw;
    padding: 2vw 0;
    width: 100%;
    line-height: 1.4;
    font-size: 4.4vw;
  }

  form p.errorTxt {
    position: relative;
    bottom: auto;
    right: auto;
    background: #fadede url("../../img/common/ico_alert.png") 2vw 2.5vw / 4.5vw
      4.5vw no-repeat;
    margin: -2vw auto 3vw;
    padding: 3vw 0 3vw 7.5vw;
    width: 100%;
    height: auto;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    font-size: 3.2vw;
    color: #dc2222;
  }

  form article p.errorTxt {
    margin: 5vw auto 0;
    padding: 3vw 0 3vw 7.5vw;
    width: 92.5%;
    height: auto;
  }

  /* confirm List */
  #confirmList {
    box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 14vw;
    padding: 10vw 0;
    width: 96vw;
  }

  #confirmList > p {
    padding: 7.5vw 0 5vw;
    font-size: 3.2vw;
  }

  #confirmList ul {
    border-top: none;
    margin: 0 auto 10vw;
    width: 92vw;
    font-size: 3.6vw;
  }

  #confirmList ul li,
  #confirmList ul dl dd > ul > li {
    border-top: none;
    border-bottom: none;
    display: block;
    padding: 0;
    width: 100%;
	}

  #confirmList ul li dl {
    width: 100%;
  }

  #confirmList ul li dl dt {
    border-bottom: none;
    padding: 5vw 0 0;
  }

  #confirmList ul li dl dt h4 {
    background: #3690ec;
    height: 10vw;
    line-height: 10vw;
    font-size: 3.6vw;
    color: #fff;
  }

  #confirmList ul li h5 {
    padding: 0 0 0 3vw;
    width: 100%;
    height: 10vw;
    line-height: 10vw;
  }

  #confirmList ul li p {
    padding: 3vw 3vw 7.5vw;
    width: auto;
    line-height: 1.4;
  }

  #confirmList ul + ul {
    margin: 0 auto 5vw;
    width: 80vw;
  }

  #confirmList ul + ul > li {
    padding: 0;
    width: 80vw;
  }

  #confirmList ul li#btnSubmit {
    position: relative;
    margin: 7.5vw auto;
    width: 80vw;
  }

  #confirmList ul li#btnSubmit::after,
  #confirmList ul li#btnRrevision::after {
    width: 1.0666667vw;
    height: 1.0666667vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -0.85vw 0 0;
  }

  #confirmList ul li#btnRrevision::after {
    left: 14vw;
    border-top: 0.4vw solid #3690ec;
    border-right: 0.4vw solid #3690ec;
    margin: -0.65vw 0 0;
  }

  #confirmList ul li#btnSubmit input[type="submit"],
  #confirmList ul li#btnRrevision input[type="button"] {
    border-radius: 5.3333333vw;
    box-shadow: 0 0.5333333vw 0.4vw 0 rgba(24, 44, 78, 0.2);
    padding: 0 1.3333333vw 0 0;
    width: 80vw;
    height: 10.666667vw;
    line-height: 10.666667vw;
    font-size: 4.4vw;
  }

  #confirmList ul li#btnRrevision input[type="button"] {
    border: 0.4vw solid #3690ec;
    width: 60vw;
    line-height: 9.666667vw;
    font-size: 3.6vw;
  }
	
	#confirmList form input { margin: 5vw auto;}



  /* contact Complete */
  #contactComplete {
    margin: 0 auto 12vw;
    padding: 7.5vw 0 0;
    width: 100%;
  }

  #contactComplete p {
    padding: 7.5vw 4vw;
    text-align: left;
    font-size: 4.2vw;
  }

  #contactComplete h3 {
    border: 2vw solid #eef7fd;
    margin: 0 auto 7.5vw;
    padding: 5vw 0 3.5vw;
    width: 92vw;
    font-size: 4.2vw;
  }

  #contactComplete h3 em {
    font-size: 8.4vw;
  }

  #contactComplete ul {
    width: 80vw;
  }

  #contactComplete ul li a {
    border-radius: 5.3333333vw;
    box-shadow: 0 0.5333333vw 0.4vw 0 rgba(24, 44, 78, 0.2);
    padding: 0 1.3333333vw 0 0;
    width: 80vw;
    height: 10.666667vw;
    line-height: 10.666667vw;
    font-size: 4.4vw;
  }

  #contactComplete ul li a::after {
    width: 1.0666667vw;
    height: 1.0666667vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -0.85vw 0 0;
  }
}

/* contact form7 message box hide */
.wpcf7-response-output {
  display: none !important;
}

/* awmodified 23/05/18*/
#contactForm ul.awBtn::after{
  margin-top: -17px !important;
}


/* ------------------------------------------------------------------------
	LINE / Instagram訴求 
------------------------------------------------------------------------ */
.banners {
  display: block;
  max-width: 480px;
  margin: 20px auto;
}

.bnr_2col {
  display: flex;
  max-width: 1300px;
  margin: 20px auto;
  justify-content: center;
}

.bnr_2col .banners {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .banners {
    max-width: none;
    margin: 4vw 0;
  }

  .bnr_2col {
    display: block;
    margin: 4vw auto;
  }

  .bnr_2col .banners {
    width: 94.66%;
    margin: 0 auto;
  }
  .bnr_2col .banners:not(:last-child) { margin-bottom: 2.67vw; }
}
