@charset "UTF-8";

#formBody {
	width: auto;
	padding: 20px 0;
	margin: 10px auto 20px;
	max-width: 1000px;
}

#formBody .inputBox {
	padding-left: 50px;
	margin-bottom: 5px;
}


#formBody .formBox {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#formBody label {
	display: block;
	padding-bottom: 5px;
	color: #007aff;
}

#formBody .errorMark {
	color:#ff0000;
}

#formBody input[type="password"],
#formBody input[type="number"],
#formBody input[type="mail"],
#formBody input[type="text"],
#formBody textarea {
    border:1px solid #888;
	width: 100%;
	padding: 2px;
	color: #515151;
	background: #fff;
	margin: 5px 10px;
	-webkit-appearance: none;
}


#formBody select {
	border:1px solid #888;
	padding: 2px;
	color: #515151;
	background: #fff;
	margin: 5px 10px;
}

/*エラー時の入力欄背景*/
#formBody .errorInput {
  	background: #fff0f5 !important;
}

.submitBlock {
	padding: 20px;
	text-align: center;
}

#formBody .submit:hover{
	opacity: 0.8;
}

#formBody .submit{
	display: inline-block;
	border-radius: 5px;
	border:none;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	background: #007aff;
    
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#007aff),
        to(#007aff)
        );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #007aff,
        #007aff
        );
    -moz-box-shadow: 0;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#007aff,endColorstr=#007aff);
    zoom: 1;
    margin: 0 20px;
}



#formBody .return {
	display: inline-block;
	border-radius: 5px;
	border:none;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	background: #3cb371;
	margin: 0 20px;
    
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#3cb371),
        to(#3cb371)
        );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #3cb371,
        #3cb371
        );
    -moz-box-shadow: 0;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#3cb371,endColorstr=#3cb371);
    zoom: 1;
}

#formBody .return[disabled]:hover,
#formBody .submit[disabled]:hover,
#formBody .return[disabled],
#formBody .submit[disabled] {
	cursor: default;
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from( #ccc),
        to( #ccc)
        );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
         #ccc,
         #ccc
        );
    -moz-box-shadow: 0;
    opacity: 1;
}


/*radio checkboxのカスタマイズ*/
#formBody input[type="radio"],
#formBody input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 5px; 
	margin-left: 10px; 
}




/*汎用クラス*/


#formBody .inputNote {
	text-indent: 1em;
	line-height: 1.5;
	font-size: 12px;
}

#formBody .error {
	display: block;
	padding-left: 25px;
	margin-bottom: 5px;
	background: url("../img/common/errerIcon.png") left no-repeat;
	line-height: 21px;
	color: #ff006c;;
}

#formBody .short[type="password"],
#formBody .short[type="number"],
#formBody .short[type="mail"],
#formBody .short[type="text"] {
	width: 500px;
}

#formBody .x-short[type="password"],
#formBody .x-short[type="number"],
#formBody .x-short[type="mail"],
#formBody .x-short[type="text"]{
	width: 20em;
}

#formBody .xx-short[type="password"],
#formBody .xx-short[type="number"],
#formBody .xx-short[type="mail"],
#formBody .xx-short[type="text"] {
	width: 5em;
}

#formBody .result {
	text-indent: 30px;
	font-size: 16px;
	font-weight: bold;
}

#formBody .bt1{
	display: inline-block;
	padding: 10px 20px;
	width: 70%;
	text-align: center;
	font-size: 16px;
	color: #8a8a8a;
	cursor: pointer;
	background: none;
	border: 1px #8a8a8a solid;
	margin-bottom: 10px;
}

#formWraper {
	width: auto;
	margin: 5px auto;
	color: #3d3d3d;
	padding: 20px 0;

	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}


/*エラー時の入力欄背景*/
.editForm .errorBox select,
.editForm .errorBox textarea,
.editForm .errorBox input,
#formBody .errorBox select,
#formBody .errorBox textarea,
#formBody .errorBox input {
	background: #fff0f5 !important;
	border: 2px solid #ff006c;;
}

.errorBox .dropify-wrapper{
	border: 2px solid #ff006c;;
	background: #fff0f5;
	color: #ff006c;;
}

#formBody .dropify-wrapper {
	width: auto;
}

.agreement {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}

.checkboxColumn,
.radioColumn{
	display: inline-block;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 100;
}
:-moz-placeholder {
    color: #ccc;
    font-weight: 100;
    opacity: 1;
}
::-moz-placeholder {
    color: #ccc;
    font-weight: 100;
    opacity: 1;
}




/*contactページ他パーツ*/

#container .flex_box { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

#container .faq_linkGuide{
	margin: 5vh 0;
}

#container .faq_linkGuide ul{
	width: 100%;
	list-style-type: none;
	margin-left: 0;
}

#container .faq_linkGuide li{
	width: 40%;
	margin: 1vh 1vw;
}

#container .faq_linkGuide li a{
    display: inline-block;
    border: #000 solid 1px;
    width: 90%;
    height: 30px;
    padding: 2vw;
    text-align: center;
    color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    transition: all 1s ease-out;
}

#container .faq_linkGuide li a:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
}

@media (min-width: 1000px) {

	#container .faq_linkGuide{
		margin: 50px 0;
	}
}

#container .mail_imageBox{
	margin: 5vh 0;
}

#container .mail_imageBox p{
	text-align: center;
}

#container .mail_imageBox a{
	display: block;
    width: 40%;
    text-align: center;
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    background: #ef5290;
    background: -webkit-gradient( linear, left top, left bottom, from(#ef5290), to(#ef5290) );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #ef5290, #ef5290 );
    -moz-box-shadow: 0;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ef5290,endColorstr=#ef5290);
    zoom: 1;
    margin: 20px auto 10px;
}

#container .tel dl {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .tel dt {
	width: 20%;
	background: #e6e6e6;
	border-top: 1px solid #cfcfcf;
	text-align: left;
	color: #666;
	min-width: 100px;
	background: #e6e6e6;
	padding: 10px;
	box-sizing: border-box;
}

#container .tel dd { 
	width: 80%;
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	box-sizing: border-box;
}

.dl_box{

	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 4vh;
}

.change_langBt {
    display: inline-block;
    background-color: rgba(220,66,125,0.8);
    line-height: 2;
    margin-top: 30px;
    padding: 2px 30px;
}

p.change_langBt:hover {
	opacity: 0.8;
}

.change_langBt a {
    color: #fff;
}
/*contact他パーツ*/