@charset "utf-8";
/* CSS Document */






.inqlist li{
width:31%;
margin:1%;
text-align:center;
}

.inqlist li img{
border:solid 1px #CCC;
margin:5px auto; 
}

.inqlist li img:hover{
background-color:#c8f9f8;
transition: 1.0s ;
}


@media only screen and (max-width: 559px) {
.inqlist li{
width:98%;
}


}




/*--以下、メールフォームのcss-----------------*/


/*-- table_Basic --*/
.table_Basic {
width: 100%;
line-height: 1.3;
border-top: solid 1px #dedede;
border-left: solid 1px #dedede;
word-wrap: break-word;
margin-top:5px;
}

.table_Basic th,
.table_Basic td {
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 1.575rem;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.table_Basic th:nth-last-child,
.table_Basic td:nth-last-child {
  border-right:none;
  border-bottom:none;
}


/* th */
.table_Basic th {
  text-align: left;
}
.table_Basic tr,
.table_Basic tbody tr,
.table_Basic thead tr{
width:100%;
}

.table_Basic thead th,
.table_Basic .thead th {
  text-align: center;
  color: #333333;
  background: #f5f5f5;
}
.table_Basic thead tr:first-child th,
.table_Basic .thead tr:first-child th {
  border-top: 3px solid #00a8a9;
}

.table_Basic tbody th,
.table_Basic .tbody th,
.table_Basic .th--Bold,
.table_Basic .total .total--Th {
  font-weight: bold;
  color: #333333;
  background: #f5f5f5;
}

/* td */
.table_Basic .td--Bold {
  font-weight: bold;
}

/* total */
.table_Basic .total {
  font-weight: bold;
}

.table_Basic + .list,
.table_Basic + .figure,
.table_ScrollWrap--smp + *,
.table_ScrollWrap--smp + .figure {
  margin-top: 10px;
}

.table_Basic + .table_Basic {
  margin-top: 30px;
}

.grid--is2 .table_Basic {
  margin-bottom: 10px;
}

/*-- table_Basic--small --*/
.table_Basic.table_Basic--small th,
.table_Basic.table_Basic--small td {
  padding: 12px 6px;
  font-size: 0.75rem;
}

/*-- table--cellWide --*/
.table_Basic.table--cellWide th {
  padding: 18px 15px;
}
.table_Basic.table--cellWide td {
  padding: 18px 15px 28px;
}




/*-------------*/



@charset "UTF-8";

/* Inquiry */



/*-- pc --*/

.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: 1.5rem;
	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{
width:100%;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
border-bottom: 1px solid #dedede;
margin:0.5em 0;
}
.common-form table th {
	padding: 1.4em;
	font-size: 1.5rem;
}

.common-form table th span {
	margin: -1px 0 0 0;
	padding: 0.1em 0.2em;
	color: #fff;
	font-size: 1rem;
	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: 1.3rem;
}

.common-form table td p {
	margin-bottom: 0.4em;
}
/*
.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[type=radio] ,
.common-form input[type=checkbox] {
transform:scale(1.5);
vertical-align: middle;
}
.wpcf7-list-item{
margin:0.5em 1em 0.5em 0.5em;
display:inline-block;
}
.wpcf7-list-item-label{
margin:0 0.5em;
display:inline-block;
}
@media screen and (max-width: 620px) {
.wpcf7-list-item-label{
margin:0.7em 0.5em;
}
}

.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;
}

/*-注意文-*/
.mw_wp_form .error{
color:#F00;
margin-top: 0.5em;
font-weight:bold;
fnot-size:1.2em !important;
}






/*
.screen-reader-response{
color:#F00;
margin-bottom:0.5em;
}
.wpcf7-not-valid-tip{
color:#F00;
display:block;
margin-top:.3em;
}

#wpcf7-f362-p357-o1-ve-your-message:before,
#wpcf7-f343-p345-o1-ve-your-message:before {
	content: "【お問い合わせ内容は】";
}
#wpcf7-f343-p345-o1-ve-menu-shop:before {
	content: "【お取引について】";
}
#wpcf7-f343-p345-o1-ve-menu-shop:before {
	content: "【取引店名】";
}
#wpcf7-f362-p357-o1-ve-your-name:before,
#wpcf7-f343-p345-o1-ve-your-name:before {
	content: "【お名前】";
}
#wpcf7-f362-p357-o1-ve-text-name-kana:before,
#wpcf7-f343-p345-o1-ve-text-name-kana:before {
	content: "【ふりがな】";
}
#wpcf7-f362-p357-o1-ve-text-Tel:before,
#wpcf7-f343-p345-o1-ve-text-Tel:before {
	content: "【電話番号】";
}
#wpcf7-f362-p357-o1-ve-your-email:before,
#wpcf7-f343-p345-o1-ve-your-email:before {
	content: "【メールアドレス】";
}
#wpcf7-f362-p357-o1-ve-checkbox-pp:before,
#wpcf7-f343-p345-o1-ve-checkbox-pp:before {
	content: "【プライバシーポリシーの確認】";
}
#wpcf7-f362-p357-o1-ve-text-zipCode:before,
#wpcf7-f343-p345-o1-ve-text-zipCode:before {
	content: "【郵便番号】";
}
#wpcf7-f362-p357-o1-ve-text-Address-prefecture:before,
#wpcf7-f343-p345-o1-ve-text-Address-prefecture:before {
	content: "【都道府県】";
}
#wpcf7-f362-p357-o1-ve-text-Address-city:before,
#wpcf7-f343-p345-o1-ve-text-Address-city:before {
	content: "【市町村区】";
}

.wpcf7-response-output{
color:#F00;
margin-top:1em;
text-align:center;
}
*/



/*-- //pc --*/



/*-- smartPhone --*/
@media screen and (max-width: 620px) {

.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 {
	width: 98%!important;
/*border-top: 1em solid #4da6a8;*/
}
.common-form table tr,
.common-form table th,
.common-form table td {
	display: block;
}

.common-form table th {
	padding: 1.4em;
	font-size: 1.4rem;
}

.common-form table th span {
	margin: -1px 0 0 0;
	padding: 0.1em 0.2em;
	color: #fff;
	font-size: 1rem;
	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: 1.1rem;
}

.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;
}
colgroup,
col{
width: 100%;
}

}

/*-- //smartPhone --*/






.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_input .confirm-show {
  display: none;
}





