@charset "utf-8";

.flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}
.flex_column_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;	
}
#flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_left{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
#flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.blue{
	color: #0073C9;
}
.pink{
	color: #FF5980;
}
/* --------------------- */
#service p{
	font-size: 20px;
	margin: 0;
}
#service .p{
	font-size: 43px;
	line-height: 50px;
	margin: 10px 0;
}
#service .p1{
	font-size: 30px;
	line-height: 45px;
	margin: 10px 0;
}
#service .bold{ 
	font-size: 65px;
	line-height: 70px;
	margin: 10px 0;
}
#service .blue_title{
	background-color: #00C2FF;
	width: 450px;
	text-align: center;
	margin: auto;
	color: #fff;
	font-size: 40px;
	border-radius: 60px;
	position: relative;
	z-index: 10;
}
/* -----------トップイメージ---------- */
#service .top_service{
	position: relative;
	width: 100%;
}
#service .top_service .flex_column_top{
	width: 100%;
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
#service .top_service .bold{ 
	text-shadow: 0px 0px 14px rgba(255, 255, 255, 1), 0px 0px 14px rgba(255, 255, 255, 1);
	text-align: center;
}
#service .top_service #flex img{
	margin: 0 10px;
}
#service .icon_24{
	position: absolute;
	top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(210%);
    -ms-transform: translateX(-50%);

}
/* -----------対応エリア---------- */
#service .area .title{
	background-image: url("../images_new/images/icon_japan.png");
	width: 379px;
	height: 342px;
}
#service .area .p1{
	font-size: 35px;
}

/* -----------特徴---------- */
#service .about{
	background-image: url("../images_new/images/tokutyou_BG.png");
	width: 100%;
	height: 920px;
	position: relative;
	background-position: center;
	background-size: cover;
}
#service .about .flex_column_top{
	position: absolute;
	top: -130px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
}
#service .about .waku{
	width: 480px;
	border: #2994CB solid 0.5px;
	box-shadow: 0px 0px 10px rgba(41, 148, 203, 1), 0px 0px 10px rgba(41, 148, 203, 1);
	background-color: #fff;
	border-radius: 15px;
	margin:10px;
}
#service .about .p{
	font-size: 50px;
	margin-bottom: 20px;
}
#service .about .p1{
	color: #00A8FF;
	height: 95px;
	padding-top: 5px;
	text-align: center;
}
#service .about .p2{
	padding: 15px 23px 0 23px;
	height: 170px;
	text-align: justify;
}
#service .about .p2 span{
	font-size: 12px;
	color: #00A8FF;
}

/* -----------特徴---------- */
#service .flow .Side_left{
	height: 876px;
	margin-top: 30px;
}
#service .flow .youso{
	margin-left: -50px;

}
#service .flow .youso .flex_left{
	width: 85%;
	height: 100px;
}
#service .flow .blue{
	font-size: 30px;
	color: #00A8FF;
}
#service .flow .text{
	margin-left: 20px;
}
#service .flow .icon{
	position: relative;
}

/* -----------料金---------- */
#service .price{
	background-color: #FFFFCE;
	margin-top: -30px;
	position: relative;
	height: 500px;
	width: 100%;
}
#service .price .en{
	background-color: #fff;
	border-radius: 50%;
	height: 600px;
	width: 600px;
	margin: auto;
	position:absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#service .price .p1{
	text-align: center;
	font-size: 40px;
	margin-top: 50px;
	line-height: 60px;
}
#service .price .p2{
	font-size: 280px;
	letter-spacing: -20px;
	color: #FF7B95;
	text-align: center;
	line-height: 250px;
}
#service .price .p2 span{
	font-size: 90px;
}
#service .price .p3{
	font-size: 15px;
	margin-left: 80px;
	margin-top: -60px;
}

/* -----------導入事例---------- */
#service .jirei .waku{
	border: solid 2px  #00C2FF;
	width: 950px;
	margin: auto;
	padding: 40px 20px;
}
#service .jirei .p{
	text-decoration-line: underline;
	font-size: 50px;
	margin:  20px 0;
}
#service .jirei .p2{
	width: 420px;	
}
#service .jirei .point{
	background-color: #FFD2DD;
	border-radius: 15px;
	padding: 10px;
	margin: 20px 20px 0 20px;
}
#service .jirei .point .pink{
	font-size: 30px;
}
#service .jirei .point .p2{
	font-size: 22px;
	width: 100%;
	text-align: center;
}

#service .jirei .waku_yellow{
	background-color: #FFFFCE;
	border: solid 3px #FF8200;
	border-radius: 15px;
	padding: 0 30px;
	margin: 40px 20px;
	width: 80%;
	height: 150px;	
}
#service .jirei .waku_yellow p{
	color: #FF8200;
	font-size: 25px;
}
#service .jirei .waku_yellow img{
	margin-right: -130px;
}
#service .jirei .blue{
	color: #00A8FF;
	margin: 5px 0;
}
#service .jirei .p3{
	width: 300px;
}
#service .jirei .p4{
	font-size: 15px;
}



/*-----お問合わせのCSS-----*/
#service #contact{
	background-color: #00C2FF;
	border-radius: 20px;
	width: 900px;
	margin: auto;
	padding:50px;
}
#service #contact .p1{
	font-size: 15px;
	line-height: 20px;
}
#service #contact span{
	color: red;
	font-size: 13px;
	
}
#service #contact form{
	background-color: #fff;
	width: 100%;
	border-radius: 20px;
	color:#000;
	margin: 0;
	padding: 0;
}
#service #contact .mail_form{
	width: 80%;
	margin: auto;
	display: block;
	padding: 50px;
}
#service #contact .narabi{
	display: flex;
 	flex-direction: column;
	align-items: flex-start;
	padding: 0 60px 0 0;
}
#service #contact .narabi div{
	padding-bottom: 5px;
}
#service #contact .narabi_waku{
	display: flex;
	align-items:flex-start;
}
#service #contact .form_text{
	font-size: 22px;
}
#service input[type=text],
#service input[type=email],
#service input[type=tel],textarea{
	width: 100%;
	min-width: 100%;
	font-size: 22px;
	padding: 10px;
	background-color:#EFFAFF;
	border-radius: 2px;
	margin-bottom: 30px;
	border: #00C2FF solid 1px;
}
#service textarea{
	width: 100%;
	min-width: 97%;
	height: 200px;
	resize: none;
	border: #00C2FF solid 1px;
	padding: 15px 15px 0 15px;
	font-size: 20px;
}
#service .formQ{
	color:#0073C9;
}
#service .answer{
	margin-bottom: 15px;
	font-size: 20px;
}
/*----ボタンデザイン----*/

.kaku_flex{	
	display: flex;
	width: 550px;
	justify-content: space-between;
	margin: auto;
}
input[name=kakunin],input[name=modoru],input[name=sousin]{
	cursor: pointer;
	display: block;
	margin: 30px auto;
	padding: 15px 50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background:#FF993B;
	border:#FFFFFF solid 3px;
	border-radius: 30px;
	min-width: 250px;
}
input[name=kakunin]:hover,input[name=modoru]:hover,
input[name=sousin]:hover{
	background:#fff ;
	border:#FF993B solid 3px;
	color: #FF993B;
}
input[name=modoru]{
	background: #04525F;
}
input[name=modoru]:hover{
		border:#04525F solid 3px;
	color: #04525F;
}

/*----エラーリスト-------*/
.error_list{
	max-width:550px;
	margin: 0 auto 30px auto;
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 20px;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
	background-color: #fff;
}
.error_list li{
	margin-left: 20px;
	font-size: 20px;
}

/*----完了画面ここから-------*/
.arigatou{
	text-align: center;
	background: #FFFFFF;
	padding: 50px;
	font-size: 30px;
	font-weight: bold;
	color: #796A56;
	border: solid #0065EB 8px;
	border-radius: 10px;
	width: 800px;
	margin: auto;
}

/*---スクロールボックス---*/
#service .scroll_box{
	width: 100%;
	max-width: 1000px;
	height: 200px;
	border: solid 1px;
	overflow: auto;
	background-color: #fff;
	padding: 30px 20px;
	margin: 50px auto;
}
#service .scroll_box p{
	font-size: 18px;
	text-align: justify;
	margin-bottom: 20px;
}
#service .scroll_box p span{
	font-size: 22px;
	text-align: justify;
	font-weight: bold;
}
#service .scroll_box hr{
	margin-top: -20px;
	margin-bottom: 10px;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
