@charset "UTF-8";

/*-----------------------------------
  共通
-----------------------------------*/
body{
	font-feature-settings: "palt";
}
.en{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}


.editing_title{
	margin-bottom: 40px;
}
.editing_title h2{
	font-size: 40px;
	text-align: center;
	line-height: 120%;
}
.editing_title h2 span{
	display: block;
	color: #c9c9c9;
	margin-bottom: 30px;
	font-size: 60px;
}
.editing_copy{
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {

	.editing_title h2{
		font-size: 32px;
	}
	.editing_title h2 span{
		font-size: 32px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 640px) {

	.editing_title h2{
		font-size: 24px;
	}
}

/*-----------------------------------
	fixed_btn
-----------------------------------*/
.fixed_btn{
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 120px;
	z-index: 999;
	background: #19a39e;
	padding: 20px 10px 15px;

	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.fixed_btn img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.fixed_btn p{
	line-height: 140%;
	text-align: center;
	color: #fff;
}
.fixed_btn ul li{
	margin-top: 12px;
}
.fixed_btn ul li a{
	display: block;
	line-height: 100%;
	padding: 13px 5px;
	text-align: center;
	color: #19a39e;
	background: #fff;
}
.fixed_btn ul li a:hover{
	background: #313131;
	color: #fff;
}

@media screen and (max-width: 640px) {

	.fixed_btn{
		bottom: 0;
		width: 100%;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		padding: 10px;
	}
	.fixed_btn img{
		display: none;
	}
	.fixed_btn p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.fixed_btn p br{
		display: none;
	}
	.fixed_btn ul{
		display: flex;
		justify-content: center;
	}
	.fixed_btn ul li{
		width: 47%;
		margin: 1%;
	}
	.fixed_btn ul li a span{
		display: inline;
	}


}


/*-----------------------------------
	editing
-----------------------------------*/
#editing_block {
	padding: 0 0 0;
}
#editing_block .editing_mainimg{
	position: relative;
}
#editing_block .editing_mainimg > img{
	width: 100%;
}


#editing_block .editing_mainimg .main_text{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#editing_block .editing_mainimg .main_text img{
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}
#editing_block .editing_mainimg .main_text h1{
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 100%;
}

@media screen and (max-width: 840px) {

}
@media screen and (max-width: 640px) {

	#editing_block .contents_inner{
		width: 100%;
	}

}


/*twentytwenty 上書き*/
.edit_img {
	width: 100%;
}
.edit_img .twentytwenty-overlay {
}
.edit_img .twentytwenty-container img {
	width: 100%;
}
.twentytwenty-container img{
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center;
}
.twentytwenty-overlay:hover{
	background: none !important;
}
.twentytwenty-before-label,
.twentytwenty-after-label{
	opacity: 1 !important;
	display: block !important;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before{
	background: rgba(0, 0, 0, 0.5) !important;
}


@media screen and (max-width: 840px) {

	.twentytwenty-container img{
		height: 350px;
	}

}

@media screen and (max-width: 640px) {

	.twentytwenty-container img{
		height: 70vw;
	}

	.twentytwenty-horizontal .twentytwenty-before-label:before{
		left: 0 !important;
	}
	.twentytwenty-before-label:before, .twentytwenty-after-label:before{
		padding: 0 10px !important;
	}
	.twentytwenty-horizontal .twentytwenty-after-label:before{
		right: 0 !important;
	}


}



/*-----------------------------------
	intro_block
-----------------------------------*/
#intro_block{
	padding: 100px 0 80px;
}
p.catch{
	line-height: 100%;
	color: #c9c9c9;
	text-align: center;
	font-size: 65px;
	margin-bottom: 25px;
}
#intro_block h2{
	text-align: center;
	font-size: 40px;
	line-height: 140%;
}
#ex_list_block .ex_list_wrap{
	padding: 100px 0;
}
#ex_list_block ul.ex_list{

}
#ex_list_block ul.ex_list li{
	width: 47%;
}
#ex_list_block ul.ex_list li .ex_box{
	width: 50%;
}
#ex_list_block ul.ex_list li .ex_box p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
}
#ex_list_block ul.ex_list li .ex_box img{
	width: 100%;
	height: 20vw;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 1000px) {

	p.catch{
		font-size: 32px;
	}
	#intro_block h2{
		font-size: 24px;
	}
}

@media screen and (max-width: 840px) {

	#intro_block{
		padding: 60px 0;
	}

	#ex_list_block .ex_list_wrap{
		padding: 60px 0;
	}
	#ex_list_block ul.ex_list li .ex_box p{
		font-size: 13px;
	}

}
@media screen and (max-width: 640px) {

	#intro_block{
		padding: 40px 0;
	}
	p.catch{
		font-size: 8vw;
	}
	#intro_block h2{
		font-size: 20px;
	}
	#ex_list_block .ex_list_wrap{
		padding: 40px 0;
	}

}

@media screen and (max-width: 500px) {

	#ex_list_block ul.ex_list li{
		width: 100%;
	}
	#ex_list_block ul.ex_list li:last-child{
		margin-top: 40px;
	}
	#ex_list_block ul.ex_list li .ex_box img{
		height: 40vw;
	}

}

/*-----------------------------------
	merit_block
-----------------------------------*/
#merit_block{
	padding: 40px 0 100px;
	/*background: #6fcfeb;*/
}
#merit_block .editing_title p{
	text-align: center;
  font-size: 24px;
	letter-spacing: 0.1em;
}

#merit_block ul.merit_list{
	max-width: 1000px;
	margin: 0 auto;
}
#merit_block ul.merit_list li{
	width: 23%;
}
#merit_block ul.merit_list li img{
	width: 100%;
	display: block;
	max-width: 163px;
	margin: 0 auto;
}
#merit_block ul.merit_list li h3{
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	padding: 20px 0 20px;
}
#merit_block ul.merit_list li p{
	text-align: center;
}


@media screen and (max-width: 1000px) {

	#merit_block ul.merit_list li h3{
		font-size: 16px;
	}


}

@media screen and (max-width: 840px) {

	#merit_block{
		padding: 20px 0 40px;
	}

	#merit_block ul.merit_list li{
		width: 47%;
		margin-bottom: 30px;
	}

	#merit_block .editing_title p{
		font-size: 16px;
	}

}
@media screen and (max-width: 640px) {

	#merit_block ul.merit_list li h3{
		font-size: 14px;
		text-align: left;
		padding: 0 0 5px;
	}

	#merit_block ul.merit_list li p{
		font-size: 12px;
		line-height: 160%;
		text-align: left;
	}
	#merit_block ul.merit_list li img{
		max-width: 100px;
		margin-bottom: 10px;
	}

}


/*-----------------------------------
	form_jump_box
-----------------------------------*/
#form_jump_box{
	background-image: url("../img/editing/form_bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 60px 0 70px;
}
#form_jump_box h2{
	text-align: center;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 40px;
}
#form_jump_box ul{
	width: 1000px;
	max-width: 85%;
	margin: 0 auto;
}
#form_jump_box ul li{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#form_jump_box ul li a{
	position: relative;
	border: solid 1px #fff;
	background: #19a39e;
	border: solid 2px #19a39e;
	background: rgb(25,163,158);
	display: block;
}
#form_jump_box ul li a::before{
	content: "";
  position: absolute;
	top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#form_jump_box ul li a:hover{
	background: none;
}
#form_jump_box ul li a:hover::before{
	border-color: #19a39e;
}
#form_jump_box ul li a:hover h3{
	color: #19a39e;
}
#form_jump_box ul li .form_jump_inner{
	padding: 30px 10px;
}
#form_jump_box ul li .form_jump_inner .icon{
	margin-right: 20px;
}
#form_jump_box ul li .form_jump_inner .icon img{
	display: block;
	margin: 0 auto;
}
#form_jump_box ul li .form_jump_inner h3{
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.1em;
}
#form_jump_box ul li .form_jump_inner p{
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 840px) {

	#form_jump_box{
		padding: 45px 0;
	}
	#form_jump_box h2{
		margin-bottom: 30px;
	}
	#form_jump_box ul li .form_jump_inner{
		padding: 20px 10px;
	}
	#form_jump_box ul li .form_jump_inner h3{
		font-size: 16px;
	}

}

@media screen and (max-width: 640px) {

	#form_jump_box h2{
		font-size: 18px;
		margin-bottom: 20px;
	}

}




/*-----------------------------------
	sample_block
-----------------------------------*/
#sample_block{
	padding: 120px 0 40px;
}
#sample_block .contents_inner{
	width: 80%;
}
#sample_block .editing_title{
	margin-bottom: 60px;
}
#sample_block .editing_title h3{
	margin-bottom: 10px;
	text-align: center;
	padding-top: 60px;
}
#sample_block .editing_title h3 span{
	text-align: center;
	font-size: 32px;
	line-height: 100%;
	background: linear-gradient(transparent 75%, #d2f1f0 0%);
}
#sample_block .sample_wrap{
}
#sample_block .sample_box{
	position: relative;
	width: 48%;
	margin-bottom: 50px;
	padding: 30px;
	background: #f5f5f5;
}
#sample_block .sample_box::before,
#sample_block .sample_box::after{
	content:'';
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#sample_block .sample_box::before{
	border-left: solid 2px #19a39e;
    border-top: solid 2px #19a39e;
    top:0;
    left: 0;
}
#sample_block .sample_box::after{
	border-right: solid 2px #19a39e;
    border-bottom: solid 2px #19a39e;
    bottom:0;
    right: 0;
}
#sample_block .sample_box .title_box{
	text-align: center;
	margin-bottom: 40px;
}
#sample_block .sample_box .title_box h3{
	text-align: center;
	font-size: 24px;
	padding: 10px;
	letter-spacing: 0.1em;
	background: #19a39e;
	color: #fff;
}
#sample_block .sample_box .title_box p{
	font-size: 16px;
	padding-top: 20px;
	font-weight: bold;
	color: #686868;
}
#sample_block .sample_box .title_box h4{
	position: relative;
	text-align: center;
	color: #19a39e;
	font-size: 24px;
	line-height: 140%;
	padding: 20px 0;
	border-bottom: solid 2px #19a39e;
}
#sample_block .sample_box .title_box h4::before,
#sample_block .sample_box .title_box h4::after{
	content: "";
	position: absolute;

	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sample_block .sample_box .title_box h4::before{
	border: solid 12px transparent;
  border-top: solid 12px #19a39e;
}
#sample_block .sample_box .title_box h4::after{
	border: solid 14px transparent;
	border-top: solid 14px #f5f5f5;
	margin-top: -5px;
}
#sample_block .sample_box ul.B_A_img{
	margin-bottom: 20px;
}
#sample_block .sample_box ul.B_A_img li{
	width: 50%;
}
#sample_block .sample_box ul.B_A_img li img{
	width: 100%;
	height: 15vw;
	object-position: center;
	object-fit: cover;
}
#sample_block .sample_box ul.B_A_img li img.contain{
	object-fit: contain;
	object-position: center;
}
#sample_block .sample_box ul.B_A_img li p{
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 10px;
	color: #ff6691;
}

@media screen and (min-width: 1400px) {
	#sample_block .sample_box ul.B_A_img li img{
		height: 15vw;
	}
}
@media screen and (max-width: 1000px) {

	#sample_block .contents_inner{
		width: 92%;
	}

	#sample_block .editing_title h3{
		padding-top: 40px;
	}
	#sample_block .editing_title h3 span{
		font-size: 24px;
	}

	#sample_block .sample_box .title_box h3{
		font-size: 18px;
	}
	#sample_block .sample_box .title_box h4{
		font-size: 18px;
	}
	#sample_block .sample_box .title_box p{
		font-size: 14px;
	}

	#sample_block .sample_box ul.B_A_img li p{
		font-size: 13px;
	}
	#sample_block .sample_box ul.B_A_img li img{
		height: 150px;
	}

}

@media screen and (max-width: 840px) {
	#sample_block{
		padding: 60px 0 40px;
	}
	#sample_block .sample_box{
		padding: 20px;
	}
}
@media screen and (max-width: 640px) {

	#sample_block{
		padding: 60px 0 20px;
	}
	#sample_block .sample_box{
		width: 100%;
	}
	#sample_block .sample_box ul.B_A_img li img{
		height: 40vw;
	}
	#sample_block .editing_title{
		margin-bottom: 40px;
	}


}



/*menu_choice*/
.menu_choice{
}
.menu_choice h5{
	font-size: 18px;
	text-align: center;
}
.menu_choice ul li{
	position: relative;
	width: 48%;
	line-height: 140%;
	margin-top: 20px;
	background: #fff;
	box-shadow:  3px 3px 10px #e5e5e5,
             -3px -3px 10px #ffffff;
	border-radius: 25px;
	padding: 10px 20px 10px 40px;
}
.menu_choice ul li::before{
	content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  top: 35%;
  left: 17px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
	z-index: 1;
}
.menu_choice ul li::after{
	content: "";
  position: absolute;
  top: 0;
	bottom: 0;
	margin: auto 0;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #19a39e;
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {

	.menu_choice ul li{
		width: 100%;
		margin-top: 10px;
	}

}
@media screen and (max-width: 640px) {

	.menu_choice h5{
		font-size: 16px;
	}
	.menu_choice ul li{
		font-size: 12px;
	}

}


/*-----------------------------------
	choice_block
-----------------------------------*/
#choice_block{
	background: #19a39e;
	padding: 100px 0;
	/*
	background: #19a39e;
	background: radial-gradient(circle, transparent 20%, #19a39e 20%, #19a39e 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #19a39e 20%, #19a39e 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#40afab 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #40afab 4px, #19a39e 4px) -2px 0;
background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
*/
background-image: url("../img/editing/gradation_bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;

}
#choice_block .editing_title h2{
	margin-bottom: 40px;
}
#choice_block .editing_title h2 span{
	color: #313131;
}
#choice_block  p{
	text-align: center;
	font-size: 20px;
	line-height: 160%;
}
#choice_block p{
	text-align: center;
}
#choice_block a{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: none;
	color: #fff;
	padding: 35px 20px;
	max-width: 460px;
	background: #19a39e;
	border: solid 2px #19a39e;
	border-radius: 60px;
}
#choice_block a::before{
	content: "";
  position: absolute;
	top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#choice_block a:hover{
	background: #fff;
	color: #19a39e;
}
#choice_block a:hover::before{
	border-color: #19a39e;
}

@media screen and (max-width: 1000px) {

	#choice_block{
		padding: 80px 0;
	}
	#choice_block p{
		font-size: 16px;
	}

}

@media screen and (max-width: 840px) {

	#choice_block{
		padding: 60px 0;
	}
	.editing_title{
		margin-bottom: 25px;
	}
	#choice_block .editing_title h2{
		margin-bottom: 20px;
	}
	#choice_block p{
		font-size: 14px;
	}
	#choice_block a{
		font-size: 16px;
		padding: 20px 10px;
		max-width: 300px;
	}



}




/*-----------------------------------
	flow_block
-----------------------------------*/
#flow_block{
	padding: 120px 0 0;
}
#flow_block .contents_inner{
	width: 95%;
}
#flow_block .editing_title{
	margin-bottom: 80px;
}
#flow_block ul li{
	width: calc(100% / 6);
	padding: 0 15px 30px 15px;
	background: #f5f5f5;
}
#flow_block ul li:not(:last-child){
	border-right: solid 2px #fff;
}
#flow_block ul li .number{
	position: relative;
	display: flex;
	justify-content: center;
	align-items:center;
	text-align: center;
	background: #313131;
	border: solid 2px #313131;
	/*border-radius: 50%;*/
	width: 70px;
	height: 70px;
	margin: 0 auto;
	color: #fff;
}
#flow_block ul li .number::after{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #313131;
}
#flow_block ul li .number p span{
	display:block;
	font-size: 24px;
	color: #fff;
}
#flow_block ul li h3{
	padding: 35px 0 30px;
	font-size: 1.3em;
	color: #19a39e;
	text-align: center;
}

@media screen and (max-width: 1000px) {

	#flow_block{
		padding: 80px 0 0;
	}
	#flow_block ul li{
		width: calc(100% / 3);
		margin-top: 2px;
	}

}

@media screen and (max-width: 640px) {

	#flow_block .editing_title{
		margin-bottom: 40px;
	}

	#flow_block ul li{
		width: calc(100% / 2);
	}
	#flow_block ul li h3{
		/*text-align: left;*/
	}
	#flow_block ul li p{
		text-align: center;
	}
	#flow_block ul li .number{
		width: 55px;
		height: 55px;
	}
	#flow_block ul li .number p {
		line-height: 140%;
		font-size: 12px;
	}
	#flow_block ul li .number p span{
		font-size: 18px;
	}

}

@media screen and (max-width: 400px) {



	#flow_block ul li{
		width: 100%;
	}
	#flow_block ul li:not(:last-child){
		border-right: none;
	}
	#flow_block ul li h3{
		padding: 35px 0 10px;
	}


}



/*-----------------------------------
	concept_block
-----------------------------------*/
#concept_block{
	padding: 80px 0;
	background: #313131;

	background-image: url("../img/editing/editing_bg_image.jpg");
	background-position: center;
	background-size: cover;
}
#concept_block h2{
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
#concept_block img{
	width: 140px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
#concept_block p{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 300%;
	text-align: center;
	color: #fff;

}

@media screen and (max-width: 840px) {

	#concept_block img{
		width: 160px;
	}
	#concept_block h2{
		font-size: 24px;
	}
	#concept_block p{
		font-size: 13px;
	}

}

@media screen and (max-width: 640px) {

	#concept_block p{
		text-align: justify;
		padding: 0 1em;
		font-size: 12px;
	}

}

/*-----------------------------------

	service_block

-----------------------------------*/
/*-----------------------------------
	concept_block
-----------------------------------*/
#service_top_block{
	padding: 80px 0;
	background: #313131;

	background-image: url("../img/editing/editing_bg_image.jpg");
	background-position: center;
	background-size: cover;
}
#service_top_block h2{
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	color: #fff;
}
#service_top_block img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}


#service_block{
	padding: 100px 0;
}
#service_block .editing_title{
	margin-bottom: 60px;
}
#service_block .service_intro p{
	text-align: center;
}
#service_block .service_intro h3{
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}


#service_block .scroll_wrap{
	width: 100%;
}
/*scrollhint 位置 上書き用*/
.scroll-hint-icon{
	top: calc(10% - 25px) !important;
}
#service_block p.attention{
	font-size: 12px;
	line-height: 140%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 0.5em;
	color: #616161;
}
#service_block table{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#service_block table th{
	background: #19a39e;
	padding: 10px;
	color: #fff;
	border: solid 3px #fff;
	vertical-align: middle;
	white-space: nowrap;
}
#service_block table td{
	padding: 10px;
	vertical-align: middle;
	/*border-right: solid 1px #dfdfdf;*/
	border-bottom: solid 1px #dfdfdf;
}
#service_block table tr td:first-child{
	width: 50px;
	background: #19a39e;
	color: #fff;
	text-align: center;
	border: 3px solid #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}
#service_block table tr td:nth-child(2){
	font-weight: bold;
	min-width: 120px;
}
#service_block table tr td:last-child{
	text-align: center;
	border-right: solid 1px #dfdfdf;
}
#service_block table tr td img{
	display: block;
	margin: 0 auto;
}
#service_block table tr td ul li::before{
	content: "●";
	font-size: 10px;
	padding-right: 3px;
	color: #19a39e;
	vertical-align: top;
}

#service_block table tr td .B_A_box{
	justify-content: center;
	width: 250px;
	margin: 0 auto;
}
#service_block table tr td .B_A_box img{
	width: 50%;
	height: 120px;
	object-fit: cover;
	object-position: center;
}
#service_block table tr td .B_A_box img.p_top{
	object-position: top;
}
#service_block table tr td .B_A_box img.p_right{
	object-position: right;
}
#service_block table tr td .B_A_box img.p_contain{
	object-fit: contain;
}

/* hover_box */
#service_block table tr td .B_A_box .hover_box a{
	font-size: 11px;
	color: #616161;
}
#service_block table tr td .B_A_box .hover_box a:hover{
	text-decoration: underline;
}
/* light_box */
.lightbox{
	/*top: 20vh !important;*/
}
.lb-data .lb-close{
	float: left !important;
}
.lb-data{
	padding: 5px !important;
}
.lb-container img{
	max-width: 800px !important;
	height: auto !important;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next{
	display: none !important;
}
.lb-number{
	display: none !important;
}


@media screen and (max-width: 840px) {

	#service_top_block{
		padding: 60px 0;
	}
	#service_top_block img{
		width: 120px;
	}
	#service_top_block h2{
		font-size: 24px;
	}

	#service_block{
		padding: 60px 0;
	}
	#service_block p.attention{
		max-width: 640px;
	}
	#service_block table{
		width: 600px;
	}

	#service_block table tr td .B_A_box{
		width: 200px;
	}
	#service_block table tr td .B_A_box img{
		height: 100px;
	}

	#service_block .editing_title{
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 640px) {

	#service_block .scroll_wrap{
		overflow-x: scroll;
	}
	#service_block table tr th:first-child{
		padding: 10px 5px;
	}
	#service_block table tr td:first-child{
		font-size: 16px;
	}
	#service_block table tr td:nth-child(2){
		min-width: 90px;
		font-size: 12px;
		line-height: 160%;
	}
	#service_block table td,
	#service_block table td ul li{
		font-size: 12px;
	}

}


/*-----------------------------------
	service_text
-----------------------------------*/
.service_text{
	padding: 0 0 80px;
}
.service_text h3{
	font-size: 40px;
	line-height: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.service_text h3 span{
	text-align: center;
    font-size: 32px;
    line-height: 100%;
    background: linear-gradient(transparent 75%, #d2f1f0 0%);
}
.service_text p{
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 260%;
    text-align: center;
}
.service_text p span{
	color: #ff6691;
}

@media screen and (max-width: 840px) {

	.service_text{
		padding: 0 0 60px;
	}

	.service_text p{
		font-size: 14px;
		text-align: justify;
	}
	.service_text h3{
		margin-bottom: 30px;
	}
	.service_text h3 span{
		font-size: 24px;
	}

}
@media screen and (max-width: 840px) {
	.service_text h3 span{
		font-size: 20px;
	}
	.service_text p{
		letter-spacing: 0;
		padding: 0 0.5em;
	}
}



/*-----------------------------------

  編集サービスフォーム
  #editing_form_block

-----------------------------------*/

/*  共通
---------------------------------*/
#editing_form_block .inner_box{
	margin-top: 80px;
}
#editing_form_block h2{
	position: relative;
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 0.5em;
    margin-bottom: 1.2em;
    border-bottom: solid 3px #e1f1ec;
    letter-spacing: 0;
}
#editing_form_block h2::after{
	position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 6em;
    height: 3px;
    background-color: #19a39e;
}
#editing_form_block h2 span{
	font-size: 0.85em;
	margin: 0 0.5em;
}
#editing_form_block .require{
	font-size: 16px;
	color: red;
}
#editing_form_block .nini{
}

@media screen and (max-width: 1200px) {

	#editing_form_block h2{
		font-size: 20px;
	}

}
@media screen and (max-width: 840px) {

	#editing_form_block .inner_box{
		margin-top: 40px;
	}

	#editing_form_block h2{
		font-size: 18px;
	}

}
@media screen and (max-width: 640px) {

	#editing_form_block h2{
		font-size: 16px;
	}
	#editing_form_block .require{
		font-size: 12px;
	}

}

/*  editing_form_title
---------------------------------*/
#editing_form_title{
	background-image: url("../img/editing/form_bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0 70px;
}
#editing_form_title h1{
	text-align: center;
	font-size: 32px;
	line-height: 120%;
}
#editing_form_title h1 span{
	display: block;
	font-size: 0.8em;
}

@media screen and (max-width: 1200px) {

	#editing_form_title h1{
		font-size: 24px;
	}

}

@media screen and (max-width: 640px) {

	#editing_form_title{
		padding: 45px 0 50px;
	}

	#editing_form_title h1{
		font-size: 20px;
	}

}


/*  step_box
---------------------------------*/
#editing_form_block .step_box ul li{
	width: 32%;
}
#editing_form_block .step_box ul li h4{
	background-color: #666666;
	color: #fff;
	padding: 25px 10px 25px 23px;
	line-height: 100%;
	font-size: 14px;
}
#editing_form_block .step_box ul li h4.current{
	position: relative;
	background-color:#19a39e;
}
#editing_form_block .step_box ul li h4.current::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #5cddd8;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
#editing_form_block .step_box ul li h4.current + p{
	color: #19a39e;;
}
#editing_form_block .step_box ul li h4 span{
	padding-left: 5px;
	font-size: 1.2em;
}
#editing_form_block .step_box ul li p{
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	padding: 1em;
}

@media screen and (max-width: 1200px) {

	#editing_form_block .step_box ul li h4{
		font-size: 14px;
	}
	#editing_form_block .step_box ul li p{
		font-size: 14px;
	}

}

@media screen and (max-width: 640px){

	#editing_form_block .step_box ul li{
		width: 100%;
	}
	#editing_form_block .step_box ul li h4{
		padding: 15px 15px 15px 25px;
		font-size: 12px;
	}
	#editing_form_block .step_box ul li p{
		padding: 1em 1em 1.3em;
	}

}

/*  form_upload
---------------------------------*/
/* upload_area */
#editing_form_block .form_upload p.note{
	font-size: 14px;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 0.5em;
	background: #e9e9e9;
	padding: 10px;
	text-align: center;
}
#editing_form_block .upload_area{
	background: #edf7f7;
	border: 1px solid #19a39e;
	padding: 60px 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#editing_form_block .upload_area label {
 display: block;
 position: relative;
 background: #19a39e;
 border: solid 2px #19a39e;
 color:#fff;
 font-size: 16px;
 padding: 18px 10px;
 border-radius: 4px;
 transition: all 0.3s;
 text-align: center;
 margin: 0 auto;
 width: 100%;
 max-width: 100%;
}
#editing_form_block .upload_area label:hover {
 background: none;
 color: #19a39e;
 background-color: #fff;
 transition: all 0.3s;
}
#editing_form_block .upload_area label input {
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
}
#editing_form_block .upload_area .filename {
 margin: 5px 0;
 display:block;
 text-align: center;
 opacity: 0.7;
}
#editing_form_block .upload_area p.upload_note{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}


@media screen and (max-width: 840px) {

	#editing_form_block .upload_area p.upload_note{
		font-size: 12px;
	}
	#editing_form_block .form_upload p.note{
		font-size: 13px;
	}

}
@media screen and (max-width: 840px) {

	#editing_form_block .upload_area{
		padding: 40px 20px;
	}
	#editing_form_block .upload_area label{
		padding: 12px 10px;
	}

}
@media screen and (max-width: 640px) {

	#editing_form_block .form_upload p.note{
		font-size: 12px;
	}

}

/*fale_service*/
#editing_form_block .fale_service{
	margin-top: 30px;
}
#editing_form_block .fale_service h3{
	margin-bottom: 10px;
	font-size: 20px;
	color: #19a39e;
}
#editing_form_block .fale_service h3 span{
	display: block;
	padding-left: 1em;
	font-size: 14px;
	margin-top: 5px;
	color: #000;
	font-weight: normal;
}
#editing_form_block .fale_service input{
	padding: 15px 10px;
}
#editing_form_block .fale_service h3 a{
	text-decoration: underline;
	font-weight: bold;
	color: #19a39e;
}

@media screen and (max-width: 640px) {

	#editing_form_block .fale_service h3{
		font-size: 16px;
	}
	#editing_form_block .fale_service h3 span{
		font-size: 12px;
		line-height: 160%;
	}

}


/*  form_select_menu
---------------------------------*/
#editing_form_block .form_select_menu{

}
#editing_form_block .form_select_menu ul li{
	width: 49%;
	margin-bottom: 2%;
	transition: 0.3s;
}

#editing_form_block .form_select_menu ul li label{
	display: block;
	height: 100%;
	padding: 25px 30px;
	background-color: #f8f8f8;
	border: solid 2px #f5f5f5;

}
#editing_form_block .form_select_menu ul li label:hover{
	/*box-shadow: 3px 3px 10px #e5e5e5, -3px -3px 10px #ffffff;*/
	border: solid 2px #c1d9d9;
}
#editing_form_block .form_select_menu ul li label.selected{
	background-color: #edf7f7;
	border: solid 2px #19a39e;
}
#editing_form_block .form_select_menu ul li h3{
	font-size: 1.3em;
	display: inline;
}
#editing_form_block .form_select_menu ul li h3 span.price{
	color: #7a7a7a;
	font-size: 0.8em;
}
#editing_form_block .form_select_menu ul li h3 span.service_number{
	font-size: 1.1em;
	padding-right: 5px;
}
#editing_form_block .form_select_menu ul li p{
	width: 46%;
	font-size: 12px;
	line-height: 175%;
	text-align: justify;
	letter-spacing: 0;
	color: #616161;
	font-weight: 400;
}
#editing_form_block .form_select_menu ul li p span{
	font-size: 11px;
	line-height: 150%;
	display: block;
	margin-top: 0.5em;
}
#editing_form_block .form_select_menu ul li p.w100{
	width: 100%;
	margin-top: 0.5em;
}
#editing_form_block .form_select_menu .select_menu_detail{
	margin-top: 10px;
}
#editing_form_block .form_select_menu .select_menu_detail .B_A_box{
	width: 50%;
	margin-top: 5px;
}
#editing_form_block .form_select_menu .select_menu_detail .B_A_box img{
	width: 50%;
	height: 135px;
	object-fit: cover;
	object-position: center;
}
/**/
#editing_form_block .form_select_menu .help_link{
	margin-bottom: 30px;
}
#editing_form_block .form_select_menu .help_link{
	background: #edf7f7;
	padding: 15px;
	text-align: center;
}
#editing_form_block .form_select_menu .help_link a{
	text-decoration: underline;
	color: #19a39e;
}

@media screen and (max-width: 1200px) {

	#editing_form_block .form_select_menu .select_menu_detail .B_A_box img{
		height: 10vw;
	}

}

@media screen and (max-width: 840px) {

	#editing_form_block .form_select_menu ul li h3{
		font-size: 1.1em;
	}

}

@media screen and (max-width: 640px) {
	#editing_form_block .form_select_menu ul li{
		width: 100%;
		margin-bottom: 5%;
	}
	#editing_form_block .form_select_menu ul li label{
		padding: 20px;
	}

	#editing_form_block .form_select_menu .select_menu_detail .B_A_box img{
		height: 20vw;
	}

	#editing_form_block .form_select_menu .help_link p{
		font-size: 11px;
		line-height: 140%;
	}

}


/*input*/
input[type=checkbox]{
	display: none;
}
input{
	padding: 5px;
	font-size: 16px;
	line-height: 120%;

	padding: 0.5em;
    font-size: 16px;
    color: #575757;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}
input:focus{
	border: 1px solid #16ba86;
    outline: 0;
    background: #f8fffd;
}
input.w100{
	width: 100%;
}
input.w80{
	width: 80%;
}
@media screen and (max-width: 840px) {

	input.w80{
		width: 100%;
	}

}

/* チェックボックスの代わりを成すラベル */
#editing_form_block .form_select_menu ul li input[type="checkbox"]{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
	margin-right: 20px;
}
/* ラベルの左に表示させる正方形のボックス□ */
#editing_form_block .form_select_menu ul li input[type="checkbox"]::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
	border-radius: 50%;
    margin-top: -10px;
    left: -50%;
    top: 0;
    border: 2px solid;
    border-color:  #c1d9d9; /* 枠の色 */
    background-color: #c1d9d9; /* 背景の色 */
}
#editing_form_block .form_select_menu ul li input[type="checkbox"]:hover::before{
	border-color:  #a5c1c1; /* 枠の色 */
}
/* チェックが入った時のレ点 */
#editing_form_block .form_select_menu ul li input[type="checkbox"]:checked::before{
	background-color: #19a39e;
	border-color:  #19a39e; /* チェックの色 */
}
#editing_form_block .form_select_menu ul li input[type="checkbox"]::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 9px;
    margin-top: -8px;
    top: 50%;
    left: 1px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #a5c1c1; /* チェックの色 */
}
#editing_form_block .form_select_menu ul li input[type="checkbox"]:checked::after{
    border-color:  #fff; /* チェックの色 */
}


/*  form_comment
---------------------------------*/
#editing_form_block .form_comment h2{
	margin-bottom: 0.8em;
}
#editing_form_block .form_comment textarea{
		width: 100%;
		height: 240px;
		margin-top: 20px;
		padding: 1em;
		font-size: 16px;
		line-height: 140%;
		color: #575757;
		background-color: #fff;
		border: 1px solid #c7c7c7;
		border-radius: 3px;
}
#editing_form_block .form_comment textarea:focus {
    border: 1px solid #19a39e;
    outline: 0;
    background: #f7fbfb;
}
#editing_form_block .form_comment textarea::placeholder{
	text-align: left;
	color: #a9a9a9;
	font-size: 14px;
}
#editing_form_block input.submit{
	font-size: 1.3em;
  font-weight: bold;
  padding: 20px 1%;
  display: block;
  width: 250px;
  margin: 30px auto 80px;
  border: 1px solid #19a39e;
  background: #19a39e;
  color: #fff;
  border-radius: 3px;
	transition: 0.1s;
}
#editing_form_block input.submit:hover{
	background: #0c7673;
}
#editing_form_block .form_comment ul{
	padding-left: 0.5em;
}
#editing_form_block .form_comment ul li{
	position: relative;
	padding-left: 1.5em;
}
#editing_form_block .form_comment ul li::before{
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background: #19a39e;
	content: "";
}
#editing_form_block .form_comment ul li{
	font-size: 13px;
	color: #616161;
	font-weight: 400;
}
#editing_form_block .form_comment ul li span{
	text-decoration: underline;
}

@media screen and (max-width: 640px) {

	#editing_form_block .form_comment ul li{
		font-size: 12px;
	}
	#editing_form_block .form_comment textarea::placeholder{
		font-size: 12px;
	}

}


/*-----------------------------------

  編集サービスフォーム確認画面
  #editing_form_block

-----------------------------------*/

/*  confirm_box
---------------------------------*/
/*editing_form_table*/
.confirm_box table.editing_form_table{
	margin-bottom: 30px;
}
.confirm_box table.editing_form_table th,
.confirm_box table.editing_form_table td{
	font-size: 14px;
	padding: 15px 20px;
	border: solid 1px #c1d9d9;
}
.confirm_box table.editing_form_table th{
	vertical-align: middle;
	white-space: nowrap;
	background-color: #edf7f7;
}
.confirm_box table.editing_form_table td.uploaded_image_box img{
	max-height: 200px;
	object-fit: contain;
	object-position: left top;
}
.confirm_box table.editing_form_table ul li {
	padding-top: 10px;
	line-height: 120%;
}
.confirm_box table.editing_form_table ul li:first-child{
	margin-bottom: 5px;
	padding-top: 0;
}
.confirm_box table.editing_form_table ul li:first-child::before{
	content: "●";
	padding-right: 5px;
	color: #19a39e;
}
.confirm_box table.editing_form_table ul li span{
	padding-left: 1em;
}

/*editing_price_table*/
table.editing_price_table{
	width:100%;

}
table.editing_price_table th{
	background: #19a39e;
	padding: 10px 0;
	color: #fff;
	border: solid 1px #fff;
}
table.editing_price_table th.price{
	width: 20%;
}
table.editing_price_table th.menu_check{
	width: 10%;
}
table.editing_price_table td{
	padding: 15px 1em;
	border: solid 1px #19a39e;
	vertical-align: middle;
}
table.editing_price_table .delete_btn{
	background: #666666;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 120%;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
}
table.editing_price_table .delete_btn:hover{
	background: #000;
}

/*total_price_list*/
.total_price_list{
	width: 100%;
	background: #19a39e;
	padding: 30px 20px;
	margin-bottom: 60px;
}
.total_price_list.row_box{
}
.total_price_list li{
	margin: 0 1em;
	font-weight: bold;
}
.total_price_list p{
	color: #fff;
	letter-spacing: 0;
}
.total_price_list ul{
	width: 400px;
}
.total_price_list ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #fff;
}
.total_price_list ul li p{
	color: #fff;
	text-align: right;
}
.total_price_list ul li p span{
	font-size: 1.3em;
	padding: 0 0.3em;
}
.total_price_list table{
	width: 100%;
}
.total_price_list table th{
	display: block;
}
.total_price_list h3{
	width: calc(95% - 400px);
	color: #fff;
	font-size: 1.2em;
}
.total_price_list h3 p{
	font-size: 13px;
	line-height: 160%;
	font-weight: normal;
	margin-top: 0.5em;
}

@media screen and (max-width: 840px) {

	.total_price_list h3{
		width: 100%;
		padding: 0 10px 20px;
	}
	.total_price_list h3 p{
		font-size: 12px;
	}
	.total_price_list ul{
		width: 100%;
	}

}
@media screen and (max-width: 640px){
	.total_price_list{
    padding: 20px 10px;
	}
}

/**/
#editing_form_block input.submit.back{
	background-color: #666;
	border-color: #666;
}
#editing_form_block input.submit.back:hover{
	background-color: #3c3c3c;
}
#editing_form_block input.submit.back.small_btn{
	padding: 10px 5px;
	font-size: 14px;
	margin-top: 20px;
	width: 200px;
}


/*  form_address
---------------------------------*/
#editing_form_block table.editing_form_table{
	width: 100%;
}

#editing_form_block table.editing_form_table th,
#editing_form_block table.editing_form_table td{
	font-size: 14px;
	padding: 15px 20px;
	border: solid 1px #c1d9d9;
}
#editing_form_block table.editing_form_table th{
	width: 220px;
	text-align-last: left;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #edf7f7;
}
#editing_form_block table.editing_form_table td{
	width: calc(100% - 220px);
}
#editing_form_block table.editing_form_table td{
	text-align: justify;
	letter-spacing: 0;
	font-size: 13px;
	font-weight: 400;
}
#editing_form_block table.editing_form_table label span{
	border: solid 1px #000;
}
#editing_form_block p.attention{
	font-size: 12px;
	line-height: 160%;
	margin-top: 8px;
	font-weight: 400;
}

@media screen and (max-width: 640px){

	#editing_form_block table.editing_form_table th,
	#editing_form_block table.editing_form_table td{
		font-size: 12px;
	}

	#editing_form_block table.editing_form_table th{
		width: 100%;
		display: block;
	}
	#editing_form_block table.editing_form_table td{
		width: 100%;
		display: block;
	}
	#editing_form_block table.editing_form_table td{
		font-size: 12px;
	}
	#editing_form_block table.editing_form_table th, #editing_form_block table.editing_form_table td{
		padding: 10px 15px;
	}

	#editing_form_block p.attention{
		font-size: 11px;
	}

}


/*  form_flow
---------------------------------*/
.form_flow > ul{
	background: #f5f5f5;
	padding: 15px 0;
}
.form_flow > ul > li{
	width: calc(100% / 1);
  padding: 0 15px 0 15px;
}
.form_flow > ul > li .number{
	width: 100px;
	padding: 22px 10px 10px 10px;
}
.form_flow > ul > li .number p{
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	color: #19a39e;
	border-bottom: solid 2px #19a39e;
	vertical-align: middle;
	position: relative;
	bottom: 0;
}
.form_flow > ul > li .number p::after{
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #19a39e;
	position: absolute;
	right: -3px;
	bottom: 2.5px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.form_flow > ul > li .number p span{
	font-size: 18px;
	padding-left: 3px;
}

.form_flow > ul > li .detail{
	padding: 20px;
	width: calc(98% - 100px);
}
.form_flow > ul > li .detail h3{
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: dotted 1px #19a39e;
}
.form_flow > ul > li .detail ul li::before{
	content: "●";
	color: #19a39e;
	font-size: 10px;
	padding-right: 5px;
}
.form_flow > ul > li .detail ul li{
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.form_flow > ul > li .detail p{
	font-weight: 400;
	letter-spacing: 0.03em;
}
.form_flow > ul > li .detail ul li a{
	text-decoration: underline;
	color: #19a39e;
}

@media screen and (max-width: 640px){

	.form_flow > ul > li .number{
		width: 100%;
		padding: 10px;
	}
	.form_flow > ul > li .detail{
		width: 100%;
		padding: 10px 10px 15px;
	}
	.form_flow > ul > li .detail p{
		font-size: 12px;
	}
	.form_flow > ul > li .detail ul li{
		font-size: 12px;
	}

}


/*  form_term
---------------------------------*/
.form_term {

}
.form_term h3{
}
.form_term .term_box{
	height: 180px;
    text-align: justify;
    border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
    padding: 15px 20px;
    margin: 20px 0;
    overflow-y: scroll;
}
.form_term .term_box ol li{
	font-size: 12px;
	letter-spacing: 0;
	line-height: 180%;
	color: #404040;
	font-weight: lighter;
  font-weight: 400;
}
.form_term .term_box ol li::before{
	font-weight: lighter;
	color: #404040;
}
.form_term label input{
	display: inline-block;
}
.form_term label{
	display: block;
    margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 640px){

	.form_term .term_box ol li{
		font-size: 11px;
	}

}

/*  error
---------------------------------*/
.error_top {
	display: block;
	text-align: center;
	margin-top: 80px;
	padding: 1em;
	color: crimson;
	border: 1px solid crimson;
	background: rgba(255, 0, 0, .05);
}
.invalid-feedback {
	color: crimson;
}
@media screen and (max-width: 840px) {
	.error_top {
		margin-top: 40px;
	}	
}

/*-----------------------------------

  編集サービスフォーム完了画面
  #editing_form_block

-----------------------------------*/
.complete_box h3{
	font-size: 1.5em;
	margin-bottom: 1em;
}
@media screen and (max-width: 640px) {

	.complete_box h3{
		font-size: 1.3em;
	}

}

