@charset "UTF-8";

/* Inquiry */

/*-- smartPhone --*/
@media screen and (max-width: 767px) {

.common-form {

}

.common-form .note {
	width: 100%;
	margin-bottom: 2.4em;
	padding: 1em;
	color: #f00;
	border: 1px solid #dedede;
}

.common-form .permission {
	width: 100%;
	margin-bottom: 2em;
	padding: 2%;
	color: #666;
	font-size: 0.86rem;
	line-height: 160%;
	text-align: center;
	border: 1px solid #dedede;
}

.common-form .arrow {
	width: 100%;
	padding-bottom: 2em;
}

.common-form .arrow li {
	width: 29%;
	text-align: center;
	margin-right: 3%;
	position: relative;
	display:inline-block;
	padding: 0.4em 0;
	background: #f5f5f5;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 1em;
	color: #333;
	line-height: 2em;
	display: inline-block;
}

.common-form .arrow li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  border-left: 1em solid #f5f5f5;
  border-top: 1.4em solid transparent;
  border-bottom: 1.4em solid transparent;
  transform-origin: left top;
  transform: scaleX(.7);
}

.common-form .arrow li:nth-child(3) {
	margin-right: 0;	
}

.common-form .arrow li.active {
	color: #fff;
	background-color: #4da6a8;
}

.common-form .arrow li.active::after {
  border-left: 1em solid #4da6a8;
}

.common-form table th,
.common-form table td {
	width: 100%;
	display: block;
}

.common-form table th {
	padding: 1.4em;
	font-size: 1rem;
}

.common-form table th span {
	margin: -1px 0 0 0;
	padding: 0.1em 0.2em;
	color: #fff;
	font-size: 0.74rem;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #4da6a8;
	display: inline-block;
	vertical-align: bottom;
}

.common-form table td {
	padding: 1.4em;
	font-size: 0.92rem;
}

.common-form table td p {
	margin-bottom: 0.2em;
}

.common-form .s1 select {
	background-image: url(../../inquiry/img/pulldown_arrow.png);
	background-position: 98% center;
	background-repeat: no-repeat;
}

.common-form .s2 select {
	width:100%;
	background-image: url(../../inquiry/img/pulldown_arrow.png);
	background-position: 94% center;
	background-repeat: no-repeat;
}

.common-form input,
.common-form textarea, 
.common-form select {
	padding: 0.6em;
	border:solid 1px #CCC;
}
	
.common-form input:hover,
.common-form textarea:hover, 
.common-form select:hover {
    border:solid 1px #008486;
	cursor: pointer;
	cursor: hand;
}

.common-form input:focus,
.common-form textarea:focus, 
.common-form select:focus {
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border:solid 1px #008486;
}

.common-form option:focus {
	border: 0;
	outline: 0;
}

.common-form textarea {
	width: 100%;
	height: 10em;
	resize: vertical;
}

.common-form .submit_area {
	text-align: center;
}

.common-form .submit01 {
	padding: 1em 3em;
	color: #fff;
	background-color: #478385;
	border: 0;
}

.common-form .submit02 {
	padding: 0.96em 2.96em;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}

.common-form .submit01:hover {
	border: 0;
}

.common-form .submit01:focus {
	border: 0;
}

.common-form .comment {
	padding-top: 1em;
	border-top: 1px solid #dedede;
}

.common-form .w100 {
	width: 100% !important;
}

}

/*-- //smartPhone --*/

/*-- pc --*/
@media print, screen and (min-width: 768px) {

.common-form {

}

.common-form .note {
	width: 100%;
	margin-bottom: 2.4em;
	padding: 1em;
	color: #f00;
	border: 1px solid #dedede;
}

.common-form .permission {
	width: 100%;
	margin-bottom: 2.4em;
	padding: 1em;
	color: #666;
	font-size: 1rem;
	line-height: 260%;
	text-align: center;
	border: 1px solid #dedede;
}

.common-form .arrow {
	width: 100%;
	padding-bottom: 2em;
}

.common-form .arrow li {
	width: 30%;
	text-align: center;
	margin-right: 4%;
	position: relative;
	display:inline-block;
	padding: 1em 0;
	background: #f5f5f5;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 1em;
	color: #333;
	line-height: 2em;
	display: inline-block;
}

.common-form .arrow li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2em;
  border-left: 2em solid #f5f5f5;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  transform-origin: left top;
  transform: scaleX(.7);
}

.common-form .arrow li:nth-child(3) {
	margin-right: 0;	
}

.common-form .arrow li.active {
	color: #fff;
	background-color: #4da6a8;
}

.common-form .arrow li.active::after {
  border-left: 2em solid #4da6a8;
}

.common-form table th {
	padding: 1.4em;
	font-size: 1rem;
}

.common-form table th span {
	margin: -1px 0 0 0;
	padding: 0.1em 0.2em;
	color: #fff;
	font-size: 0.74rem;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #4da6a8;
	display: inline-block;
	vertical-align: bottom;
}

.common-form table td {
	padding: 1.4em;
	font-size: 0.92rem;
}

.common-form table td p {
	margin-bottom: 0.2em;
}

.common-form .s1 select {
	background-image: url(../../inquiry/img/pulldown_arrow.png);
	background-position: 98% center;
	background-repeat: no-repeat;
}

.common-form .s2 select {
	background-image: url(../../inquiry/img/pulldown_arrow.png);
	background-position: 94% center;
	background-repeat: no-repeat;
}

.common-form .checkbox01{
  display: none;
}

.common-form .checkbox01_p{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

.common-form .checkbox01_p::before{
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #4da6a8;
  border-radius: 2px;
}

.common-form .checkbox01:checked + .checkbox01_p{
  /*color: #009a9a;*/
}

.common-form .checkbox01:checked + .checkbox01_p::after{
  content: "";
  display: block;
  position: absolute;
  top: -0.3em;
  left: 0.2em;
  width: 0.6em;
  height: 1em;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.common-form input,
.common-form textarea, 
.common-form select {
	padding: 0.6em;
	border:solid 1px #CCC;
}
	
.common-form input:hover,
.common-form textarea:hover, 
.common-form select:hover {
    border:solid 1px #008486;
	cursor: pointer;
	cursor: hand;
}

.common-form input:focus,
.common-form textarea:focus, 
.common-form select:focus {
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border:solid 1px #008486;
}

.common-form option:focus {
	border: 0;
	outline: 0;
}

.common-form textarea {
	width: 100%;
	height: 10em;
	resize: vertical;
}

.common-form .submit_area {
	text-align: center;
}

.common-form .submit01 {
	padding: 1em 15em;
	color: #fff;
	background-color: #478385;
	border: 0;
	margin-top:50px;
}

.common-form .submit02 {
	padding: 0.96em 2.96em;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}

.common-form .submit01:hover {
	border: 0;
}

.common-form .submit01:focus {
	border: 0;
}

.common-form .comment {
	padding-top: 1em;
	border-top: 1px solid #dedede;
}

.common-form .w100 {
	width: 100% !important;
}



}

/*-- //pc --*/