@charset "UTF-8";

#contactArea .step1 .AgreeStyle {
    margin: 30px 0;
}
#contactArea .step2 {
    display: none;
}
#contactArea .step2.show {
    display: block;
}
#contactArea span.msg {
    display: none;
}
#contactArea .isError input,
#contactArea .isError textarea,
#contactArea .isError select {
    border: 1px solid #b1000e;
}
#contactArea .isError {
    background-color: rgb(177, 0, 14, .1);
}
#contactArea .isError span.msg {
    display: block;
    color: #b1000e;
}

#contactArea p.error {
    width: 100%;
    padding: 5px 20px;
    color: #b1000e;
    border: 1px solid #b1000e;
}
#contactArea p.success {
    width: 100%;
    padding: 5px 20px;
    color: #00b144;
    border: 1px solid #00b144;
}


#contactArea .captchaBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#contactArea .captchaBox input {
    margin: 0;
    width:50px;
}
#contactArea .captchaBox img {
    padding: 4px;
    border: 1px solid #eee;
    margin: 0 5px;
}
#contactArea .captchaBox p {
    width: auto;
    display: inline-block;
    padding: 3px 10px;
}



/* [07] Button
=========================================================================================== */

.FormButton {
    text-align: center;
    margin:10px 0 20px 0;
    width: 100%;
}
.FormButton li{
    width:90%;
    max-width: 230px;
    margin: 0 auto;
}
.FormButton.inline{
    margin-left: -20px;
}
.FormButton.inline li{
    display: inline-block;
    margin-left:20px;
}
.FormButton li button,
.FormButton li a{
    font: bold 90%/1.2 Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-align:center;
    line-height: 1.2;
    color:#000;
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    background: #cccccc url("/image/cn/r1/icon/icon_link_right_l_white_hd.gif") 98% center no-repeat;
    background: #cccccc url("/image/cn/r1/icon/icon_link_right_l_white.gif") 98% center no-repeat\9;
    background-size: 15px 15px;
    border:none;
    cursor: pointer;
}
.FormButton li button{
    line-height: 1.1;
}
.FormButton li button:hover,
.FormButton li a:hover {
    font-weight: bold;
    background-color: #bbbbbb;
    background-position: 99% center;
}

.FormButton li button.FormAgreeButton,
.FormButton li button.FormInputButton,
.FormButton li button.FormConfButton {
    color: #ffffff;
    background-color: #e60027;
}
.FormButton li button.FormAgreeButton:hover,
.FormButton li button.FormInputButton:hover,
.FormButton li button.FormConfButton:hover {
    background-color: #b1000e;
}
.FormButton li button.FormConfButton:disabled,
.FormButton li button.FormAgreeButton:disabled,
.FormButton li button.FormAgreeButton[disabled] {
    background-color: #666;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}
.FormButton li button.FormAgreeCorrection{
    background-image:url("/image/cn/r1/icon/icon_link_left_l_white_hd.gif");
    background-size: 15px 15px;
    background-position: 2% center;
}
.FormButton li button.FormAgreeCorrection:hover{
    background-position: 1% center;
}

.FormButton li.Edit{
    width: 25%;
    max-width:150px;
	float:left;
}
.FormButton li.Edit button{
    color: #fff;
	width:100%;
	background-color:#666;
    background-image:url("/image/cn/r1/icon/icon_link_left_l_white_hd.gif");
    background-size: 15px 15px;
	background-position: 2% center;
    background-repeat: no-repeat;
}
.FormButton li.Edit button:hover{
    background-color:#444;
	background-position: 1% center;
}

.FormButtonScroll {
    font-size: 110%;
    font-weight: bold;
    line-height: 140%;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    width: auto;
    max-width:200px;
    overflow:visible;
    padding: 10px 32px 8px 15px;
    /padding: 8px 32px 3px 15px;
    background: #e60027 url("../images/button_to_error.png") right 50% no-repeat;
    border: 0;
}
.FormButtonScroll:hover {
    font-weight: bold;
    background: #b1000e url("../images/button_to_error_hover.png") 100% 50% no-repeat;
    border: 0;
    cursor: pointer;
}


@media screen and (max-width: 579px) {
    .FormButton{
        margin-top:0;
    }
    .FormButton.inline{
        margin-left: 0;
    }
    .FormButton.inline li{
        display: block;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .FormButton li.Edit{
        float: none;
        width: 100%;
        max-width: 230px;
        margin-bottom: 20px;
	}
}

.AgreeStyle lable {
    margin-left: 5px;
}

/* [10] Other
=========================================================================================== */
.change::-webkit-input-placeholder {
    color: #c02;
 }
 .mailHide {
   color:#c02;
   display: none;
 }
 .formMailErrHide {
     display: none;
   background-color: #f7f7f7;
   border: 10px solid #dadada;
   border-radius: 10px;
   padding: 100px 0;
   text-align: center;
 }
 .formMailErrHide.show {
     display: block;
 }


 .sending {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #c02;
    display: none;
 }
 .loading {
    height: 15px;
    margin: 0 auto;
 }
 .loading span {
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    border-radius: 50%;
    background:#c02;
    -webkit-animation: load 1.04s ease infinite;
 }
 .loading span:last-child{
    margin-right: 0px;
 }
 @-webkit-keyframes load{
    0%{
        opacity: 1;
        -webkit-transform: scale(1.3);
    }
    100%{
        opacity: 0.2;
        -webkit-transform: scale(.3);
    }
 }
 .loading span:nth-child(1){ -webkit-animation-delay:0.13s;}
 .loading span:nth-child(2){ -webkit-animation-delay:0.26s;}
 .loading span:nth-child(3){ -webkit-animation-delay:0.39s;}
 .loading span:nth-child(4){ -webkit-animation-delay:0.52s;}
 .loading span:nth-child(5){ -webkit-animation-delay:0.65s;}
 


#contactArea form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contactArea form h2 {
    width: 100%;
}

#contactArea form label {
    width: 48.5%;
    margin-bottom: 20px;
    font-size: 83%;
}
#contactArea form label span {
    display: none;
}
#contactArea form label.full {
    width: 100%;
}
#contactArea form .input {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999;
    background: #f9f9f9;
    box-sizing: border-box;
}
#contactArea form select {
    display: block;
    min-width: 150px;
    padding: 5px 10px;
    border: 1px solid #999;
    background: #f9f9f9;
    box-sizing: border-box;
}
#contactArea form textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 90%;
    border: 1px solid #999;
    background: #f9f9f9;
    box-sizing: border-box;
}
#contactArea form label.error input, 
#contactArea form label.error textarea {
    border: 1px solid #b1000e;
    color: #b1000e;
    background: #fcc;
}
#contactArea form label.error span {
    display: inline;
    color: #b1000e;
}


.BoxPatternC {
    padding: 8px;
    background: #dadada;
    margin-bottom: 30px;
}
    .BoxPatternC p {
        margin: 0;
        padding: 20px;
        text-align: center;
        background-color: #f7f7f7;
        font-size: 100%;
    }

.SubmitButtonSet,
.SubmitButtonArea { text-align: center; }
.SubmitButtonSet li,
.SubmitButtonArea li {
	display: inline;
	margin: 0 3px;
}

.SubmitButtonSet li input[type="submit"],
.SubmitButtonSet li input[type="reset"] {
	min-width: 140px;
	margin: 0 0 15px;
	padding: 9px 25px 9px 15px;
	font-family: 'ƒƒCƒŠƒI',Meiryo,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	font-size: 83%;
	color: #fff;
	text-align: center;
	line-height: 130%;
	border: 0 none;
	background-color: #e60027;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	cursor: pointer;
	word-break: break-all;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

.SubmitButtonSet li input[type="submit"] {
	background-image: url(../../../image/cn/r1/icon/icon_link_right_l_white_hd.gif);
}
.SubmitButtonSet li input[type="reset"] {
	background-image: url(../../../image/cn/r1/icon/icon_close_hd.gif);
}
.SubmitButtonSet li input[type="submit"]:hover {
	background-color: #b1000e;
	background-position: 99% center;
}
.SubmitButtonSet li input[type="reset"]:hover {
	background-color: #b1000e;
}

.SubmitButtonArea li input {
	display: inline;
	font-size: 83%;
	padding: 2px 5px;
}
#contactArea form .SubmitButtonSet {
    min-width: 140px;
    margin: 0 auto;
    padding: 9px 25px 9px 15px;
}
#contactArea form .SubmitButtonSet .disabled {
    background-color: #999;
    cursor: not-allowed;
}