/* CSS Document */

/* ---------------------------------------------------------
container
----------------------------------------------------------*/
.formPage form{
	width: 100%;
	font-size: 0.9em;
}
.formPage .container,
.formPage .textareaWrap,
.formPage .select-wrap,
.formPage .form-check{
	margin-bottom: 1.4em;
}

/* ---------------------------------------------------------
label
----------------------------------------------------------*/
.formPage form h2{
	width: 13em;
	margin: 2em auto 1.5em auto;
}
.formPage form h3{
	margin-bottom: 0.4em;
	display: table;
	line-height: 1.4;
	font-size: 1em;
	font-weight: 600;
	color: #363636;
}
.formPage form h2 label,
.formPage form h3 label{
	margin-right: 0.5em;
}
.formPage form span.req{
	display: table-cell;
	background: #FB6DA4;
	border-radius: 3px;
	color: #fff;
	font-size: 0.7em;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
}
.formPage .note{
	margin-top: 0.5em;
}
.formPage .verification{
	line-height: 1.6;
	text-align: center;
}
/* ---------------------------------------------------------
formButton
----------------------------------------------------------*/
.formButton input{
	background: #0093FF;
	color: #FFFFFF;
	border-radius: 100px;
	text-align: center;
	font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
    width: 14em;
    height: 3.2em;
	margin: 1em auto;
	transform: rotate(0.03deg);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
}
.formButton input:hover{
	opacity: 0.8;
	color: #FFFFFF;
	cursor: pointer;
}

.formButtonBack{
	background: #C9C9C9;
	color: #FFFFFF;
	border-radius: 60px;
	text-align: center;
	padding: 0.3em 0;
	font-weight: 700;
    font-size: 0.8em;
	line-height: 1;
	width: 100px;
	height: 30px;
	transform: rotate(0.03deg);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
}
.formButtonBack:hover{
	background: #929292;
}

/* ---------------------------------------------------------
textareaWrap
----------------------------------------------------------*/
.textareaWrap .harf{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.textareaWrap .w60{
	width: 59%;
	float: left;
	margin-right: 2%;
}
.textareaWrap .w40{
	width: 39%;
	float: left;
}
.textareaWrap .thirds{
	width: 30%;
	float: left;
}
.area-indent{
	display: table;
	width: 5%;
	float: left;
	text-align: center;
	height: 60px;
}
.area-indent span{
	display: table-cell;
	vertical-align: middle;
}
.textareaWrap .harf:last-child,
.textareaWrap .thirds:last-child{
	margin-right: 0;
}
textarea, input[type="number"], input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 0 1em;
    line-height: 2;
    border: 0;
    color: #323232;
    background: #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	font-weight: 700;
	font-size: 1em;
	transform: rotate(0.03deg);
}
textarea {
    height: 12em;
    padding: 20px 1em;
    line-height: 1.5;
	font-size: 0.9em;
}
textarea.slim {
	height: 5.5em;
}
textarea::placeholder,
input::placeholder{
	color: #9A9A9A !important;
}

/* ---------------------------------------------------------
select-wrap
----------------------------------------------------------*/
.select-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.select-wrap::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    pointer-events: none;
}
select.select {
    width: 100%;
    height: 60px;
    padding: 0 1em;
    line-height: 2;
    border: none;
    position: relative;
    background: #e6e6e6;
    color: #4D4D4D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	font-weight: 600;
	font-size: 1.1em;
	transform: rotate(0.03deg);
}
select.select option{
	font-weight: bold;
	font-size: 0.8em;
}
select.select option.defo{
	color: #BDBDBD !important;
}

/* ---------------------------------------------------------
checkbox
----------------------------------------------------------*/
.form-check .checkList input[type="checkbox"] {
	appearance: revert;
	-webkit-appearance: revert;
}
.form-check .checkList label {
	padding: 0 1em 1em 0.3em;
}

/* ---------------------------------------------------------
confirmation
----------------------------------------------------------*/
.preview{
	font-size: 18px;
	color: #515151;
	padding-left: 0.5em;
	line-height: 1.3;
	margin-bottom: 1em;
}
.uploadImg{
	max-width: 100%;
	max-height: 400px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.preview{
		font-size: 4vw;
	}
	.uploadImg{
		max-width: 100%;
		max-height: 300px;
	}
	
}

/* ---------------------------------------------------------
tabs
----------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
 }
/*タブのスタイル*/
.tab_button{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab_item {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1;
	padding: 1em 0;
	text-align: center;
	color: #0093FF;
	float: left;
	display: block;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 10px;
	box-sizing: border-box;
	background: #E8F1FF;
	cursor: pointer;
}
.tab_item.last{
	margin-right: 0;
}
.tab_item:hover {
	background-color: #0093FF;
	color: #fff;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#request:checked ~ #request_content,
#inquiry:checked ~ #inquiry_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #0093FF;
	color: #fff;
}

/* ---------------------------------------------------------
ボトムメニュー非表示
----------------------------------------------------------*/
@media screen and (max-width: 1080px) {
	#bottomMenu{
		display: none;
	}
	#page-top {
		bottom: 10px;
	}
	footer {
		padding-bottom: 0;
	}
}

/* ---------------------------------------------------------
hack
----------------------------------------------------------*/
.fa-arrow-up {
    top: 5% !important;
}
header nav ul li{
	line-height: 1.2 !important;
}