@charset "utf-8";
/* CSS Document */


.content-wrap ul{
	padding: 0;
}

.con-note{
	color: #dd4b39;
	margin-top: 6px;
	font-weight: bold;
}

.con-tit{
	margin-bottom:16px !important;
	}
.contact-txt{
	padding: 30px 10px;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	}

#contact_content {
	float:left;
	width:713px;
	margin-bottom:20px;
	padding:0px 0px 20px 0px ;
	background-color:#FFFFFF;
}

table.contact {
	width:100%;
	margin:16px 0px 16px 0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	word-break:break-all;
}

.contact th {
background:#e3e3e3;
width:180px;
	padding:15px;
	text-align:left;
	color:#333;
	font-weight:normal;
	font-size:18px;
	    vertical-align: middle;
	border-bottom:1px solid #ccc;
}

.contact td {
	background:#efefef;
text-align:left;
	padding:15px;
	border-bottom:1px solid #ccc;
	font-size:18px;
}

.sample-txt{
color:#333;}


.back,.back:hover{
	 line-height:40px;
	color:#666;
	}

.icon{
	color:#fff;
	border-radius:5px;
	font-size:14px;
	padding:3px;
	margin-left: 4px;
	white-space:nowrap;
	word-break:keep-all;
	}

.hissu{
	background:#C00;
	}

.nini{
	background:#06C;
	}


#contact-btn{
padding:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}





input[type="radio"]{
	display:inline-block;
	margin-top:0 !important;
	}

input[type="checkbox"]{
	display:inline-block;
	margin-top:0 !important;
	}
textarea[name="user_comment"]{
  min-height: 150px;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
	}

.checkbox-label{
	display:inline-block;
	padding-right:16px;
}

.btn{
	width:180px;
	background:#C00;
	color:#FFF;
	padding: 12px;
  font-size: inherit;
	border-style: none;
}
.btn:hover{
	color:#FFF;
	background:#F33;
}

.check-wrap{
	text-align:center;
	color:#333;
	font-size:13px;
	margin-top:16px;
	}


/* アラート */
.error-info{
	font-size:12px;
	color:#C00;
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	background:#FFF;
	margin-top:16px;
	}
.console{
	margin-top:8px;
	display:block;
	font-size:18px;
	color:#C00;
	}

input[type="text"],input[type="tel"],input[type="email"],input[type="number"]{

	max-width:300px;
	border-radius:5px;
	border:1px solid #999;
	padding:8px;
	font-size:18px;

	}

input[name="user_name"]{
	ime-mode:active;
	}

input[name="user_zip"]{
	ime-mode:disabled;
	}

input[type="tel"],input[type="email"],input[type="number"]{
ime-mode:disabled;
}

select{
	border-radius:5px;
	border:1px solid #999;
	padding:8px;
	font-size: inherit;
	}


textarea{
	border:1px solid #999;
	border-radius:5px;
	padding:8px;
	ime-mode:active;
	font-size:18px;
	}




.w-small{
	max-width:150px !important;
	}


.radio-list{}

.radio-list li{
	padding:8px 0;
	display: inline-block;
}

input.add-wid{
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
 padding: 5px 12px 5px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.hide{
	display: none !important;
}


/* 追加*/

.contactForm .description {
  margin: 0 0 20px;
}
.contactForm .offerFlow {
  margin: 0 0 20px;
  /* フロー図裁E�� */
  /* チE��スチE*/
}
.contactForm .offerFlow li {
  position: relative;
  float: left;
  margin: 5px 10px 0 0;
  padding: 15px;
/*  width: 150px;*/
  height: 249px;
  background-color: #fff;
}
.contactForm .offerFlow li.step5 {
/*  margin: 0;*/
}
.contactForm .offerFlow li .text {
  height: inherit;
  background-repeat: no-repeat;
  background-position: 75px top;
}
.contactForm .offerFlow .step1:after, .contactForm .offerFlow .step2:after, .contactForm .offerFlow .step3:after, .contactForm .offerFlow .step4:after {
  border-left: 22px solid #fff;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 88px;
  /* 横幁E余白の半�E */
}
.contactForm .offerFlow .step1,.contactForm .offerFlow .step2, .contactForm .offerFlow .step3, .contactForm .offerFlow .step4, .contactForm .offerFlow .step5 {
  padding-right: 0;
  padding-left: 30px;
  width: 177px;
}
.contactForm .offerFlow .step1{
    padding-left:15px;
    z-index: 50;
}
.contactForm .offerFlow .step2:before, .contactForm .offerFlow .step3:before, .contactForm .offerFlow .step4:before, .contactForm .offerFlow .step5:before {
  border-left: 22px solid #fdf8f4;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.contactForm .offerFlow .step2 {
  z-index: 40;
}
.contactForm .offerFlow .step3 {
  z-index: 30;
}
.contactForm .offerFlow .step4 {
  z-index: 20;
}
.contactForm .offerFlow .step5 {
  z-index: 10;
  padding-right: 15px;
  margin-right: 0;
}
.contactForm .offerFlow .step1 .text {
  background-image: url();
}
.contactForm .offerFlow .step2 .text {
  background-image: url(../img/ic-step02.png);
}
.contactForm .offerFlow .step3 .text {
  background-image: url(../img/ic-step03.png);
}
.contactForm .offerFlow .step4 .text {
  background-image: url(../img/ic-step04.png);
}
.contactForm .offerFlow .step5 .text {
  background-image: url(../img/ic-step05.png);
}
.contactForm .offerFlow .step {
  margin: 0 0 6px;
  color: #9DA7B3;
  font-size: 16px;
  font-weight: bold;
}
.contactForm .offerFlow .step span {
  font-size: 23px;
}
.contactForm .offerFlow .title {
  margin: 0 0 10px;
  color: #c00;
  font-size: 90%;
  font-weight: bold;
  white-space: nowrap;
}
.contactForm .offerFlow .summary {
  color: #5E6C80;
  line-height: 1.5;
  font-size: 13px;
}

/* タブレット以下 */
@media screen and (max-width: 768px) {
	.contact th {
		width:30%;
		padding:4px;
		box-sizing:border-box;
	}
	.flow-area,.flow-area-hover{
		font-size:11px;
	}
}
