@charset "UTF-8";

.person {
	display: none;
}

.sp {
	display: none;
}

.title {
    font-size: 28px;
    width: 90vw;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
    z-index: 10;
    color: #000;
}

.price {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #000;
	margin-bottom: 30px;
}

.text{
    width: 90vw;
    margin: 0 auto;
}

#formBody {
	width: 950px;
	padding: 20px 10px;
	margin: 10px auto 20px;
	font-size: 14px;
}

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

#formBody .formBox {
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#formBody label {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	color: #666;
}

#formBody input[type="email"],
#formBody input[type="text"],
#formBody textarea {
    border:1px solid #888;
	width: 70%;
	padding: 2px;
	font-size: 15px;
	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: #f4dede !important;
}

#formBody .submit{
	display: inline-block;
	border:none;
	padding: 4px 30px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	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:none;
	padding: 4px 30px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	background: #61e78a;
	margin: 0 20px;

/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#61e78a),
        to(#61e78a)
        );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;

/* Firefox */
    background: -moz-linear-gradient(
        top,
        #61e78a,
        #61e78a
        );
    -moz-box-shadow: 0;

/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#61e78a,endColorstr=#61e78a);
    zoom: 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;
	margin-bottom: 5px;
	line-height: 21px;
	color: #e60012;
}

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

#formBody .x-short[type="text"]{
	width: 300px;
}

#formBody .xx-short[type="text"]{
	width: 50px;
}


#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;
}

.box {
	display: box;
	display: -webkit-box;
	display: -moz-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-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.red{
	color: #e60012;
}

.alignC{
	text-align: center;
}

#formBody #datetime-time,
#formBody #datetime-day,
#formBody #datetime-month,
#formBody #datetime-year{
	font-size: 20px;
}

#formBody .width100 {
	width: 1000%;
}

#formBody .width70 {
	width: 70%;
}

#formBody .width60 {
	width: 60%;
}

#formBody .width55 {
	width: 55%;
}

#formBody .width50 {
	width: 50%;
}

#formBody .width40 {
	width: 40%;
}

#formBody .width25 {
	width: 25%;
}

#formBody .width20 {
	width: 20%;
}

#formBody .width30 {
	width: 30%;
}

#formBody .width10 {
	width: 10%;
}

#formWraper h3{
	text-align: center;
	width: 100%;
	color: #fff;
	background-color: #666;
}

.alignR{
	text-align: right;
}

.kumadeSample{
	width: 100%;
}


.kumadeSample img{
	width: 100%;
	height: auto;
}

.errorBox{
	background-color: #e60012;
	color: #fff;
	padding: 5px;
	width: 90vw;
    margin: 0 auto;
}


.spnShow {
	display: none;
}

.flexBox{
	display: flex;
	justify-content: flex-start;
}

.flex_left{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.flex_right{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.flex_left span,
.flex_right span{
	white-space: nowrap;	
}

#formBody .flexBox .flex_left .short[type="text"],
#formBody .flexBox .flex_right .short[type="text"] {
    width: 300px;
}
