main{
 width: 980px;
 margin: 70px auto 120px;
}

/*お問い合わせ頂く前に*/
.qaWrap{
 padding-bottom: 80px;
 border-bottom: 1px solid #d0d5da;
 margin-bottom: 80px;
}
.qaWrap p{
 text-align: center;
 font-size: 2.1rem;
 font-weight: bold;
 color: #000;
 margin-bottom: 25px;
}
.qaWrap .toQA{
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto;
 font-size: 1.4rem;
 box-sizing: border-box;
 height: 64px;
 color: #e60012;
 border: 1px solid #e60012;
 width: 280px;
 padding-right: 15px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.qaWrap .toQA .qaIcon{
 display: inline-block;
 margin-right: 10px;
 width: 32px;
 height: 28px;
 background: url("/contact/images/qaIcon.png") no-repeat center bottom;
 background-size: contain;
 transition: background 0.12s;
}
.qaWrap .toQA .redArrowS{
 right: 22px;
 transition-property: border-color, margin-right;
}
.qaWrap .toQA.hover{
 color: #fff;
 background-color: #e60012;
}
.qaWrap .toQA.hover .qaIcon{ background-image: url("/contact/images/qaIcon_hover.png");}
.qaWrap .toQA.hover .redArrowS{
 border-color: #fff;
 margin-right: -5px;
}


/*ステップの矢印*/
.stepBar{
 position: relative;
 text-align: center;
 width: 100%;
 overflow: hidden;
 margin-bottom: 30px;
}
.stepBar li{
 font-size: 1.4rem;
 font-weight: bold;
 color: #888;
 position: relative;
 float: left;
 display: inline-block;
 line-height: 50px;
 box-sizing: border-box;
 background-color: #e9ecee;
 width: 320px;
 margin-right:10px;
}
.stepBar li::before,
.stepBar li::after{
 content:'';
 position:absolute;
 top:0;
 left:100%;
 height:0;
 width:0;
 border: 25px solid transparent;
 border-right-width:0;
 border-left-width: 13px;
}
.stepBar li::after{
 z-index:1;
 transform: translateX(10px);
 border-left-color:#fff;
}
.stepBar li::before{
 z-index:2;
 border-left-color:#e9ecee;
}
.stepBar li:last-child{ margin-right: 0;}
.stepBar li:last-child::before,
.stepBar li:last-child::after{ content: none;}
.stepBar li.current{
 color: #fff;
 background-color: #e60012;
}
.stepBar li.current::before{ border-left-color:#e60012;}


/*説明部分*/
.description{ color: #333;}
.description > p{
 font-size: 1.4rem;
 line-height: 2.8rem;
}
.description .notes{
 background-color: #f3f5f7;
 padding: 25px 20px 25px 50px;
 font-size: 1.2rem;
 list-style: disc;
 line-height: 1.8rem;
 margin: 25px 0;
}
.description .notes li:not(:last-child){ margin-bottom: 10px;}
.description .notes .telNumber{
 display: inline-flex;
 width: 300px;
 height: 40px;
 justify-content: center;
 align-items: center;
 font-size: 2.2rem;
 background-color: #fff;
 margin: 15px 0 5px;
}
@media (min-width:768px){.description .notes .telNumber{ pointer-events: none;}}
.description .notes li .telNumber:nth-of-type(n+2){ margin-left: 15px;}
.description .notes .telNumber span{
 font-size: 1.6rem;
 margin-right: 20px;
}
.description .attention{
 color: #e60012;
 margin-top: 10px;
}
.description .attention span{ margin-right: 10px;}


/*必須、任意アイコン*/
.contactForm span.required,
.contactForm span.any{
 color: #fff;
 display: inline-block;
 font-size: 1.2rem;
 padding: 2px 8px;
 font-weight: normal;
 line-height: 1.4;
}
.contactForm span.required{ background-color: #e60012;}
.contactForm span.any{ background-color: #c7c5c3;}


/*エラーメッセージ*/
.errorMessage{
 border: 1px solid #e60012;
 padding: 20px;
 color: #e60012;
 margin-top: 20px;
}
.errorMessage p{
 font-size: 1.8rem;
 font-weight: bold;
 padding-left: 30px;
 position: relative;
}
.error{
	height:0px;
	visibility:hidden;
	line-height:0px;}
	
.err{
 visibility: inherit;
 color: #e60012;
 font-size: 1.4rem;
 padding-left: 25px;
 position: relative;
 line-height: 2rem;
 margin-bottom: 30px;
}
.errorMessage p::before,
.err::before{
 content: '!';
 display: inline-block;
 background-color: #e60012;
 width: 20px;
 height: 20px;
 border-radius: 10px;
 font-size: 1.6rem;
 font-weight: normal;
 text-align: center;
 color: #fff;
 position: absolute;
 left: 0;
 top: 0;
}	

.policy-err{
	margin-left:125px;}
 /*
.error{
color: #e60012;
 font-size: 1.4rem;
 padding-left: 25px;
 position: relative;
 line-height: 2rem;
 margin-bottom: 8px;
}
.errorMessage p::before,
.error::before{
 content: '!';
 display: inline-block;
 background-color: #e60012;
 width: 20px;
 height: 20px;
 border-radius: 10px;
 font-size: 1.6rem;
 font-weight: normal;
 text-align: center;
 color: #fff;
 position: absolute;
 left: 0;
 top: 0;
}
*/
.errorMessage p::before{ top: 2px;}
.errorMessage ul{
 list-style: disc;
 font-size: 1.4rem;
 margin-top: 15px;
 padding-left: 50px;
}
.errorMessage ul li:not(:last-child){ margin-bottom: 8px;}


/*入力エリア*/
.contactForm section{ margin-top: 60px;}
.contactForm h2{
 font-size: 2.1rem;
 color: #000;
 font-weight: bold;
 background-color: #f3f5f7;
 padding: 15px 15px 13px 15px;
 margin-bottom: 20px;
}
.contactForm table{
 width: 100%;
 font-size: 1.4rem;
 color: #333;
}
.contactForm th,
.contactForm td{
 border: 1px solid #e1e5e8;
 box-sizing: border-box;
 border-collapse: collapse;
 padding: 20px 19px;
 text-align: left;
 vertical-align: top;
 overflow: hidden;
}
.contactForm th{
 width: 210px;
 background-color: #f5f1ee;
 padding: 35px 19px;
}
.contactForm th span{ float: right;}
/*form*/
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm .radioWrap{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0;
 outline: none;
 cursor: auto;
 border: 1px solid #d0d5da;
 font-size: 1.6rem;
 color: #333;
}
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"]{
 display: inline-block;
 width: 360px;
 height: 50px;
 padding: 0 10px;
}
.contactForm textarea{
 display: block;
 min-width: 100%;
 max-width: 728px;
 min-height: 180px;
 padding: 15px 10px;
 line-height: 2rem;
}
.contactForm input[type="text"].wideTxt{ width: 100%;}
.contactForm input[type="text"].yubin{ width: 230px;}
/*placeholder*/
.contactForm input::-webkit-input-placeholder{ color: #cdcdcd;}
.contactForm input:-ms-input-placeholder{ color: #cdcdcd;}
.contactForm input::-moz-placeholder{ color: #cdcdcd;}
/*radio*/
.contactForm input[type="radio"]{ display: none;}
.contactForm .radioWrap{
 width: 110px;
 display: inline-block;
 padding: 16px 0 14px 20px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 line-height: 1.8rem;
 cursor: pointer;
}
.contactForm td .radioWrap:nth-of-type(n+2){ margin-left: 6px;}
.contactForm .radioCircle{
 position: relative;
 display: inline-block;
 width: 18px;
 height: 18px;
 margin: 0 8px 0 0;
 vertical-align: top;
 border: 1px solid #999;
 border-radius: 50%;
}
.contactForm .radioCircle::before{
 content: "";
 position: absolute;
 top: 2px;
 left: 2px;
 display: block;
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: #e60012;
 transform: scale(0);
 transition: 0.2s cubic-bezier(0.18, 0.85, 0.5, 1.2);
}
.contactForm .radioWrap.hover .radioCircle::before,
.contactForm .radioWrap input[type="radio"]:checked + .radioCircle::before{ transform: scale(1);}
/*select*/
.contactForm .selectWrap{
 display: block;
 width: 360px;
}
.contactForm .selectWrap select{
 width: 100%;
 padding: 0 30px 0 10px;
 height: 60px;
}
.contactForm .addressWrap .selectWrap{ margin-bottom: 10px;}
.contactForm td input[type="text"]:nth-of-type(2n){ float: right;}
.contactForm td input[type="text"]:nth-of-type(n+3){ margin-top: 10px;}

/*注釈など*/
.contactForm td small{
 display: block;
 font-size: 1.2rem;
 margin-top: 10px;
 line-height: 2rem;
}
.contactForm .linkBlank{
 display: inline-block;
 color: #e60012;
 text-decoration: underline;
 transition: text-decoration 0.12s;
}
.contactForm .linkBlank::after {
 content: "";
 display: inline-block;
 width: 15px;
 height: 10px;
 background-image: url(/images/common/blank.png);
 background-repeat: no-repeat;
 background-position: right center;
 background-size: 10px;
}
.contactForm .linkBlank.hover{ text-decoration: none;}



/*個人情報の取り扱いについて*/
.contactForm .privacy{
 border: 1px solid #d0d5da;
 padding: 25px 30px;
 overflow-y: scroll;
 height: 280px;
 box-sizing: border-box;
 font-size: 1.4rem;
 color: #333;
 line-height: 2.8rem;
 margin-bottom: 40px;
}
.contactForm .privacy ul{
 list-style: decimal;
 padding: 0 40px 0 60px;
 margin-bottom: 60px;
}
.contactForm .privacy ul li{ padding-left: 10px;}
.contactForm .privacy ul li:not(:last-child){ margin-bottom: 20px;}
.contactForm .madoguchi h3{
 margin-bottom: 10px;
 font-size: 1.6rem;
 font-weight: normal;
}
.contactForm .privacy .caution{
 color: #555;
 text-align: right;
}

/*同意するボタン*/
.contactForm .consentCheck{
 width: 730px;
 height: 80px;
 color: #e60012;
 font-size: 1.6rem;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto 55px;
 box-sizing: border-box;
 border: 1px solid #e60012;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 cursor: pointer;
 transition: background 0.12s;
}
.contactForm .consentCheck.hover{ background-color: #f8e2e3;}
.contactForm input[type="checkbox"]{ display: none;}
.contactForm .checkBox{
 display: inline-block;
 width: 15px;
 height: 15px;
 border: 1px solid #d0d5da;
 margin-right: 15px;
 position: relative;
 top: -1px;
 background-color: #fff;
}
.contactForm .checkBox::after{
 content: '';
 display: inline-block;
 position: absolute;
 width: 11px;
 height: 7px;
 border-left: 2px solid #e60012;
 border-bottom: 2px solid #e60012;
 transform: rotate(-45deg);
 top: 0;
 left: 1px;
 opacity: 0;
 transition: opacity 0.12s;
}
.contactForm input[type="checkbox"]:checked + .checkBox::after{ opacity: 1;}

/*次へ進むボタン*/
.contactForm .submit{
 width: 300px;
 height: 80px;
 color: #fff;
 background-color: #e60012;
 font-size: 1.8rem;
 box-shadow: 0 3px 7px rgba(0,0,0,0.25);
 transition: box-shadow 0.12s;
 position: relative;
 display: block;
 margin: 55px auto 0;
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contactForm .submit .redArrowS{ right: 35px;}
.contactForm .submit.hover{ box-shadow: none;}
.contactForm .submit.hover .redArrowS{ border-color: #fff;}



/*--------------------------------------
step2
---------------------------------------*/
@media (min-width:768px){.step2 .contactForm th{ padding: 20px 19px;}}
.step2 .contactForm td{ line-height: 2.9rem;}
@media (min-width:768px){.step2 .contactForm td{ padding: 15px 19px;}}

/*入力内容を修正するボタン*/
.contactForm .backBtn{
 width: 230px;
 height: 50px;
 color: #e60012;
 border: 1px solid #ddd;
 font-size: 1.4rem;
 box-shadow: 0 3px 7px rgba(0,0,0,0.25);
 transition: box-shadow 0.12s;
 display: block;
 margin: 25px auto 0;
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contactForm .backBtn.hover{ box-shadow: none;}



/*--------------------------------------
step3
---------------------------------------*/
.step3 .description > p{
 text-align: center;
 line-height: 2.9rem;
}
.step3 .description .thanks{
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 3.6rem;
 margin: 55px 0 30px;
}
/*ソフト９９トップへボタン*/
.contactForm .toTop{
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 90px auto 0;
 font-size: 1.4rem;
 box-sizing: border-box;
 width: 280px;
 height: 64px;
 color: #e60012;
 border: 1px solid #e60012;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contactForm .toTop .redArrowS{
 right: 35px;
 transition-property: border-color, margin-right;
}
.contactForm .toTop.hover{
 color: #fff;
 background-color: #e60012;
}
.contactForm .toTop.hover .redArrowS{
 border-color: #fff;
 margin-right: -5px;
}

/*添付ファイルエリア*/
.contactForm .fileSelect{
	margin-bottom: 10px;
	max-width: 360px;
 width: 100%;
	position: relative
}
.contactForm .fileSelect:last-of-type{
	margin-bottom: 0;
}
.contactForm .fileSelect + small{
	margin-top: 20px;
}
.contactForm .fileSelect input{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contactForm .fileSelectWrap{
	border: 1px solid #d0d5da;
	padding: 15px;
	margin-top: 5px;
	
}
.contactForm .fileSelect .btn-clear {
    position: absolute;
    right: -75px;
    top: 30px;
	background-color: #f2f2f2;
    color: #999;
    cursor: pointer;
    text-align: right;
    padding: 10px 15px;
    -webkit-tap-highlight-color: transparent;
	display: inline-block;
	font-size: 1.4rem;
}
/*contact send loading*/
.ProductC .loadingP{
			width: 100%;
			height: 100%;
			position: fixed;
			background-color: #FFF;
			z-index: 20;
		}
.ProductC .loadingP.hidden{
			visibility: hidden;
		}
.ProductC .loadingP p{
			display: block;
			color: #000;
			text-align: center;
		}
.ProductC .loader,
.ProductC .loader:before,
.ProductC .loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
  animation: load 1.8s infinite ease-in-out;
}
.ProductC .loader {
  color: #e60012;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ProductC .loader:before,
.ProductC .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.ProductC .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ProductC .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}