/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(4) a {
  height: 170px;
  padding-top: 50px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 1;
  background-color: #E09700;
}

header .wrapper .gnav ul li:nth-child(4) a .en {
  color: #fff;
}

main {
  /*padding-bottom: 220px;*/
  padding-bottom: 100px;
  /*background-color: #ccc;*/
}

main .msg01 {
  font-size: 17px;
  line-height: 190%;
  text-align: center;
  margin-top: 30px;
}

main .s01 {
  width: 960px;
  margin: 80px auto 0;
  border-top: 3px solid #E09700;
}

main .s01 .form table {
  margin-top: 13px;
  width: 100%;
}

main .s01 .form table tr {
  border-bottom: 1px solid #aaa;
}

main .s01 .form table tr th {
  width: 240px;
  padding: 13px 0;
  vertical-align: top;
  position: relative;
  font-size: 18px;
  text-align: right;
  color: #E09700;
}

main .s01 .form table tr th img {
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
}

main .s01 .form table tr td {
  padding: 9px 7px 9px 12px;
}

main .s01 .form table tr td input {
  width: 680px !important;
  height: 38px !important;
  display: block !important;
  border: 1px solid #ccc;
  padding: 5px 10px;
  line-height: 28px;
  border-radius: 5px;
}

main .s01 .form table tr td textarea {
  width: 680px !important;
  height: 221px !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

main .s01 .form table tr td.post span {
  height: 38px;
  display: inline-block;
  vertical-align: top;
  color: #E09700;
  line-height: 38px;
  font-size: 20px;
}

main .s01 .form table tr td.post input {
  width: 200px !important;
  display: inline-block !important;
}
/*------------------------------------*/
main .s01 .contact_btns {
	display: block;
	margin-top:25px;
	text-align:center;
	width :100%;
}
main .s01 .contact_btns li {
	display: inline-block;
	padding: 0 18px;
}
#row2 {
	display: none;
	margin-top:25px;
}
/*------------------------------------*/
main .s01 .form #submitbtn,
main .s01 .form #btn_back,
main .s01 .form #btn_submit {
  width: 170px;
  height: 47px;
  display: block;
  margin: 25px auto 0;
  border: 1px solid #E09700;
  border-radius: 24px;
  background-color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-size: 18px;
  color: #E09700;
  text-align: center;
}

main .s01 .form #submitbtn:hover,
main .s01 .form #btn_back:hover,
main .s01 .form #btn_submit:hover {
	background: #E09700;
	color: #fff;
}

main .s01 .t01 {
  margin-top: 80px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}


/*選択ボックスを装飾*/
[aria-invalid=true]{
	border: 2px solid #CC3300;
}
/*注意書きを赤に*/
form.cmxform label.error, label.error {
	color: red;
	font-size: 14px;
}
/*------------------------------------*/

main .s01 .u01 {
  margin-top: 35px;
  list-style: none;
  /*background-color: #ccc;*/
}

main .s01 .u01 li {
  font-size: 17px;
  line-height: 170%;
  position: relative;
  padding-left: 18px;
}

main .s01 .u01 li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #555;
  border-radius: 12px;
  position: absolute;
  top: 11px;
  left: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  main {
    padding-bottom: 60px;
  }
  main .msg01 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 20px;
  }
  main .s01 {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
    border-top: 2px solid #E09700;
  }
  main .s01 .form table {
    margin-top: 13px;
    width: 100%;
  }
  main .s01 .form table tr {
    display: block;
    border: none;
    padding-bottom: 13px;
  }
  main .s01 .form table tr th {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }
  main .s01 .form table tr th img {
    width: 38px;
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
  }
  main .s01 .form table tr td {
    width: 100%;
    display: block;
    padding: 5px 0 0;
  }
  main .s01 .form table tr td input {
    width: 100% !important;
    height: 30px !important;
    padding: 5px 10px;
    line-height: 18px;
    border-radius: 3px;
  }
  main .s01 .form table tr td textarea {
    width: 100% !important;
    height: 150px !important;
    border-radius: 3px;
  }
  main .s01 .form table tr td.post span {
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  main .s01 .form table tr td.post input {
    width: 160px !important;
    display: inline-block !important;
  }
  main .s01 .form #submitbtn {
    width: 150px;
    height: 40px;
    margin: 20px auto 0;
    font-size: 16px;
  }
  main .s01 .t01 {
    margin-top: 40px;
    font-size: 15px;
  }
  main .s01 .u01 {
    padding: 0 10px;
    margin-top: 35px;
  }
  main .s01 .u01 li {
    font-size: 16px;
    padding-left: 15px;
  }
  main .s01 .u01 li::before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
}

