@charset "utf-8";

/*
************************************************************************
* フォーム要素
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.inputArea
{
	margin-bottom:1.5em;
}
.inputArea .inputArea-label
{
	margin-bottom:0.5em;
	line-height:1;
	font-weight:bold;
    padding: 0.5em 0 0.5em 0.5em;
    /*border-left: 3px solid #FFE200;*/

    float: left;
    width: 20%;
}
.inputArea .inputArea-controll
{
    float: left;
    width: 80%;
    line-height:1;
    border: 1px solid #009FE8;
    border-radius: 3px;
    background-color: #fff;
    min-height: 2.5em;
}
.form-confirm .inputArea .inputArea-controll {
    border: none;
    background-color: transparent;
}

label
{
	border-radius:0.5em;
	display:inline-block;

	width:100%;

	overflow:hidden;
}
label.label
{
	border:1px solid transparent;
    line-height:1.2;
    padding:0.5em 0.8em;
}
label.auto-width
{
	width:auto;
}
label.select:after
{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 0.125em);
	right:0.5em;

	width:0px;
	height:0px;

	border:0.5em solid transparent;
	border-top:0.5em solid #fff;
}
label.mceEditor
{
	border:0.0em solid transparent;
	border-radius:0.0em;
}

input,
select,
textarea
{
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);

    border:none;
    background-color:transparent;

    line-height:1.2;

    padding:0.5em 0.8em;

	width:100%;
}
select
{
	padding-right:2.0em;
}
select::-ms-expand {
    display: none;
}

.imageUploader
{

}
.imageUploader .thumbnail
{
	width:5em;
	height:5em;

	background-color:#CECECE;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.imageUploader .label
{
	position:absolute;
	top:50%;
	left:6em;
	transform:translateY(-50%);

}
.error {
    float: right;
    width: 80%;
}
.policy li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    text-align: justify;text-justify: inter-ideograph;
}

.btn-form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

label.select-news {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background-color: #009FE8;
    display: block;
    color: #fff;
}
label.select-news select {
    color: #fff;
    font-weight: bold;
}



/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    .inputArea .inputArea-label {
        width: 35%;
    }
    .inputArea .inputArea-controll {
        width: 65%;
    }
    .required {
        display: block;
        margin-top: 0.2em;
        font-size: 0.8em;
    }
}
