@charset "utf-8";
/* CSS Document */

.main_image{
	background-image:url("../img/inquiry_main_image.png");
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	height:400px;
}

.heading{
	height:200px;
	background-image:url("../../common/img/heading_back.png") ;
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;		
}

h2.contact{
	color:#2e008b;
	font-size:2rem;
	padding-left:0;
}

#dankichi_kun .container{
	padding:3rem;
	background-image:url("../img/dankichi_kun_back.png");
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;	
	
}

#dankichi_kun .btn{
	text-align:start;
	
}

a.download2 span{
	padding:0.1rem 2rem;
/*	border:1px solid ;*/
	border-radius: 1.5rem;
/*	border-image:linear-gradient(to right,#00a8ba,#252989);*/
	background:linear-gradient(45deg,#252989,#00a8ba);
	color:white;
	font-size:1.2rem;
}

a.download2:hover{
	color:white;
}

#recruit{
/*	padding-bottom:2rem;*/
	position:relative;
	margin:5rem auto 0;
	display:flex;
	height:500px;
	align-items: center;
	justify-content: center;
	
}

#recruit div{
	width:100%;
}

#recruit2{
	background-image:url("../../img/recruit_back.png");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
/*	margin:5rem auto 0;*/
	display:flex;
	height:500px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
}

#recruit h2,
#recruit h2 span.subtitle{
	text-align: center;
}

#recruit h2 span.subtitle{
	color:white;
}
#recruit a{
	text-decoration: none;
}

#recruit_sub{
	margin:5rem auto 0;
}

#recruit_sub .container .row div{
	text-align:center;
}


.contact_blk {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(173, 254, 235) 0%, rgb(0, 214, 164) 39%, rgb(0, 193, 157) 54%, rgb(0, 198, 181) 74%, rgb(0, 187, 255) 100%);
/*		background:linear-gradient(0deg, #fcfefe,#f1fafb ,#e8f7f9);*/
    border-radius: 40px;
    padding: 2px 2px;
		display:block;

}

.contact_blk span{
    background: #ffffff;
		background:linear-gradient(0deg, #fcfefe,#f1fafb ,#e8f7f9);	
    border-radius: 30px;
   	padding: 12px 12px;
		display:inline-block;
		width:99%;
		text-decoration: none;
		color:#2e008b;
		font-size:2rem;
	
}

#contact{
	width:100%;
	text-align: center;
	height:200px;
	display:flex;
	justify-content: center;
	align-items: center;
}

#contact div{
	display:block;
}

#contact a{
	margin:5rem 0;
}



.red{
	color:red;
}

a.btn.btn-outline-sei:hover,
input.btn:hover{
	background-color:#2e008b;
	color:white;
}

/*
.d-flex{
	flex-flow: row;
}
*/
.d-flex input{
	margin-right:1rem;
	margin-bottom:2rem;
}

.d-flex input:nth-child(){
	margin-right: 0;	
}
ol.list-group-numbered li.list-group-item{
	border:none;
	padding:0;
}

.red{
	color:red;
}


.form_item{
	margin-bottom:1rem;
}

#select_sub_item1,
#select_sub_item2{
	display: none;
}

.radio_btn{
	padding:1rem;
}



/* SP */
@media only screen and (max-width:575.98px){
	
.main_image{
	background-image:url("../img/inquiry_main_image_sp.png");
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	height:120px;
}	
	
	
	
	textarea{
		width:94%;
	}
	
	.d-flex{
		flex-flow:column;		
	}
	
.d-flex input{
	margin-right:1rem;
	margin-bottom:1rem;
}	
	
}

/* PC */
/*
@media only screen and (min-width:769px){
		.flex .btn{
			width:190px;
		}	
	
		textarea{
			width:94%;
	}
	

}
*/