/*デザイン修正*/
.dservice_top{
    font-family: 'Noto Sans JP';
	position: relative;
	height: 50vw;
	max-height: 730px;
	min-height: 560px;
	margin: 0 calc((100% - 100vw) / 2) -11vw;
	z-index: 1;
}
.dservice_top:before{
	content: "";
	display: block;
	background: url("/wp-content/uploads/dservice_top_back02.png") no-repeat 0% 73% / 9% auto,
		url("/wp-content/uploads/dservice_top_back03.png") no-repeat 100% 15% / 7% auto,
		url("/wp-content/uploads/dservice_top_back.png") no-repeat 0% 0% / 100% auto,
		#46c6fa;
	height: 50vw;
	max-height: 730px;
	min-height: 560px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9.25vw), 0 100%);
	padding: calc((100vw - 100%) / 2) 0;
	position: relative;
	z-index: -1;
}
#contents .dservice_top ul{
/*	display: none;*/
	display: flex;
	background: rgba(218, 244, 254, 0.8);
	padding: 12px 15px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.dservice_top ul li{
	font-size: 15px;
	font-weight: 600;
	color: #28558c;
	padding: 0 15px;
}
#contents .dservice_top ul a {
    display: inline-block;
    position: relative;
    color: inherit;
}
#contents .dservice_top ul a:after {
    content: "";
    display: block;
    height: 5px;
    width: 0;
    background: #ffa74c;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
	transition: .3s;
}
.dservice_top_main{
	width: 100%;
	max-width: 1500px;
	min-width: 1100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#contents .dservice_top_btn{
	font-size: 23px;
	font-weight: 600;
	display: block;
	width: 250px;
	height: 50px;
	text-align: center;
	color: #46c6fa;
	background: #FAEF38;
	padding: 3px 10px;
	margin: 10px auto;
	border-radius: 999px;
	box-shadow: 3px 3px 0 rgba(40, 85, 140, 1);
	transform: translateY(-90px);
}
.dservice_back{
    font-family: 'Noto Sans JP';
    letter-spacing: 0.08em;
	background: url("/wp-content/uploads/dservice_back.png") #ffe353;
	background-size: 12.8px;
	color: #000;
	letter-spacing: 0.05em;
/*	clip-path: polygon(0 9.25vw, 100% 0, 100% 100%, 0 100%);*/
	margin: 0 calc((100% - 100vw) / 2) -80px;
	padding: calc(11vw + 100px) calc((100vw - 100%) / 2) 150px;
}
.page .dservice_back h3{
    font-family: 'Noto Sans JP';
    line-height: 1.5;
    color: #000;
    background: transparent;
    padding: unset;
}
.dservice_back.price{
	padding: 80px calc((100vw - 100%) / 2) 80px;
	margin: 0 calc((100% - 100vw) / 2) -80px;
}
#contents .dservice_what,#contents .dservice_feature{
	font-size: 28px;
	font-weight: 600;
	background: transparent;
	text-align: center;
	letter-spacing: 1.8px;
	max-width: 60%;
	padding: 3px 10px;
	margin: 0 auto 20px;
	filter: drop-shadow(5px 5px 0 rgba(230, 160, 54, 0.35));
	position: relative;
}
#contents .dservice_what:before,#contents .dservice_feature:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#contents .dservice_flow h3{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1.8px;
	max-width: 60%;
	padding: 3px 10px;
	margin: 0 auto 20px;
	filter: drop-shadow(5px 5px 0 rgba(100, 200, 235, 0.5));
	position: relative;
}
#contents .dservice_flow h3:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.dservice_what span,.dservice_feature span,.dservice_course span,.dservice_flow h3 span{
	color: #ff8200;
	font-weight: 600;
}
.dservice_what:after{
	content: "";
	background: url("/wp-content/uploads/dservice_img.png") no-repeat;
	background-size: contain;
	width: calc((100vw - 675px) / 2 - 40px);
	max-width: 352px;
	height: 0;
	padding-top: 136%;
	position: absolute;
	top: -100px;
	right: -30px;
	transform: translateX(100%);
}
#contents .dservice_what + p{
	font-size: 17px;
	font-weight: 500;
	max-width: 60%;
	padding-right: 10px;
	margin: 0 auto 120px;
}
#contents .dservice_feature + p{
	font-size: 17px;
	font-weight: 500;
	max-width: 60%;
	padding-right: 10px;
	margin: 0 auto 45px;
}
.dservice_feature_li{
	max-width: 1000px;
	display: grid;
	gap: 30px 30px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    margin: 0 auto;
}
.dservice_feature_li li{
	font-size: 17px;
	background: #FEFCD7;
	padding: 20px 30px;
	border-radius: 15px;
	box-shadow: 0px 0px 8px  rgba(0, 0, 0, 0.3);
}
#contents .dservice_feature_li h4{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #375291;
}
.dservice_feature_li h4 span{
	font-weight: 600;
	color: #46c6fa;
}
.dservice_feature_li img{
	display: block;
	width: 195px;
	margin: 8px auto;
	align-self: center;
}
#contents .dservice_course{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 150px auto 32px;
	position: relative;
}
#contents .dservice_course:before{
	content: "";
	background: url("/wp-content/uploads/dservice_h_img01.png") no-repeat;
	background-size: cover;
	width: 230px;
	height: 166px;
	position: absolute;
	top: 50%;
    right: 50%;
    transform: translate(155%, -85%);
}
.dservice_course div{
	font-weight: 700;
	display: inline;
	padding-left: 120px;
	position: relative;
}
.dservice_course div:before{
	content: "選べる";
	display: block;
	font-size: 28px;
	width: 111px;
	line-height: 111px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.dservice_course div:after{
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #fff;
	position: absolute;
	bottom: 15px;
    left: 85px;
	transform: rotate(10deg);
}
.dservice_course:first-letter{
	font-size: 1.5em;
}
.dservice_course + ul{
	max-width: 688px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.dservice_course + ul li{
	width: 46.5%;
}
.dservice_course01{
	max-width: 320px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36;
	text-align: center;
	color: #fff;
	background: #28558c;
	padding: 7px 10px 10px;
	margin: 0 auto;
	border-radius: 10px;
	position: relative;
}
.dservice_course01:before{
	content: "";
	width: 27px;
	height: 35px;
	position: absolute;
	top: -10px;
	left: 15px;
}
.dservice_course01:after{
	content: "";
	display: block;
	width: 35px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 100%);
}
.dservice_course + ul li:first-of-type .dservice_course01:before,.dservice_up01 .dservice_course01:before{
	background: url("/wp-content/uploads/dservice_course_num01.png") no-repeat;
	background-size: contain;
}
.dservice_course + ul li:last-of-type .dservice_course01:before,.dservice_up02 .dservice_course01:before{
	background: url("/wp-content/uploads/dservice_course_num02.png") no-repeat;
	background-size: contain;
}
.dservice_course + ul li:first-of-type .dservice_course01:after{
	background: #a2def3;
}
.dservice_course + ul li:last-of-type .dservice_course01:after{
	background: #aede90;
}
.dservice_course02{
	display: block;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	background: #fff;
	padding: 20px 20px 40px;
	margin-top: 35px; 
	border-radius: 20px;
	position: relative;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
	transition: .2s;
}
.dservice_course02:after{
	content: "";
	display: block;
	width: 35px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.dservice_course + ul li:first-of-type .dservice_course02{
	font-weight: 600;
	color: #64c8eb;
	border: 3px solid #64c8eb;
}
.dservice_course + ul li:last-of-type .dservice_course02{
	font-weight: 600;
	color: #78c846;
	border: 3px solid #78c846;
}
.dservice_course + ul li:first-of-type .dservice_course02:after{
	background: #64c8eb;
}
.dservice_course + ul li:last-of-type .dservice_course02:after{
	background: #78c846;
}
.dservice_flow{
	margin: 60px calc((100% - 100vw) / 2);
	padding: 155px calc((100vw - 100%) / 2);
	clip-path: polygon(0 9.3vw, 100% 0, 100% calc(100% - 9.3vw), 0 100%);
	background: #a2e2fc;
}
#contents .dservice_flow p{
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 35px;
}
.dservice_flow .x-scrollbox_tc{
	background: #fff;
	padding: 30px 45px 27.5px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 0px 8px  rgba(0, 0, 0, 0.3);
}
.dservice_flow ul{
	max-width: 950px;
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.dservice_flow li{
	position: relative;
}
.dservice_flow li div{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	width: 120px;
	height: 30px;
	color: #fff;
	background: #28558c;
	padding: 0.5px 10px 2px;
	border-radius: 15px;
}
.dservice_flow li img{
	display: block;
	width: 110px;
	margin: 18px auto 0;
}
.dservice_flow li:after{
	content: "";
	width: 23px;
	height: 46px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ff8200;
	position: absolute;
	bottom: 23px;
	right: -25px;
	transform: translateX(100%);
}
.dservice_flow li:nth-of-type(2):after{
	content: "";
	width: 20px;
	height: 40px;
	bottom: 4px;
	right: -28px;
}
.dservice_flow li:nth-of-type(2):before{
	content: "";
	width: 20px;
	height: 40px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	background: #ff8200;
	position: absolute;
	bottom: 51px;
	right: -22px;
	transform: translateX(100%);
}
.dservice_flow li:last-of-type:after{
	display: none;
}
#contents .dservice_up01,#contents .dservice_up02{
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.dservice_up01 .dservice_course01,.dservice_up02 .dservice_course01 {
	margin-bottom: 20px;
}
.dservice_course_h01{
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-align: center;
	background: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8.5px) no-repeat;
	background-size: 100% 17px;
	background-position: left 75%;
	color: #64c8eb;
	padding: 15px 20px;
}
.dservice_course_h01:after{
	content: "";
	display: block;
	width: 35px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #a2def3;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,100%);
}
.dservice_course_h01:before{
	content: "";
	display: block;
	width: 121px;
	height: 148px;
	background: url("/wp-content/uploads/dservice_h_img02.png") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 15px;
	transform: translateX(100%);
}
.dservice_up02 .dservice_course_h01{
	color: #78c846;
}
.dservice_up02 .dservice_course_h01:after{
	background: #aede90;
}
.dservice_up_back{
	max-width: 1060px;
	background: #fff3b4;
	padding: 0 50px 50px;
	margin: 38px auto 150px;
	border-radius: 30px;
	box-shadow: 0px 0px 8px  rgba(0, 0, 0, 0.3);
}
#contents .dservice_features{
	font-size: 22px;
	text-align: center;
	color: #fff;
	background: #000;
	width: 90px;
	padding: 3px;
	margin-bottom: 19px;
	border-radius: 0 0 10px 10px;
}
#contents .dservice_features + p{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}
.dservice_details{
	width: 100%;
	border-collapse: inherit;
	background: #fff;
	padding: 20px 30px;
	margin: 25px 0 5px;
	border: 2px solid #64c8eb;
	border-radius: 10px;
	border-spacing: 0;
}
.dservice_details tr{
	background: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
	background-position: bottom;
}
.dservice_details tr:last-of-type{
	background: transparent;
}
#contents .dservice_details th{
	width: 170px;
	padding: 0;
}
.dservice_details th div{
	width: 150px;
	height: 40px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #7bd0ee;
	padding: 5px;
	margin: 10px 20px 10px 0;
	border-radius: 20px;
}
#contents .dservice_details td{
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}
.ds02 .dservice_details{
	border: 2px solid #78c846;
}
.ds02 .dservice_details th div{
	background: #8cd062;
}
#contents .details_note01{
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.dservice_up_back .price_btn{
	width: 320px;
	height: 50px;
	display: block;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #64c8eb;
	padding: 3px 20px 7px 7px;
	margin: 35px auto 65px;
	border-radius: 999px;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.dservice_up_back .price_btn:after{
	content: "";
	display: block;
	width: 12px;
	height: 22px;
	background: #fff;
	opacity: 0.7;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
}
.dservice_up_back.ds02 .price_btn{
	background: #78c846;
}
.dservice_up_back .dservice_sample{
	font-size: 28px;
	font-weight: 600;
	color: #64c8eb;
}
.dservice_up_back.ds02 .dservice_sample{
	color: #78c846;
}
.dservice_ba{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #64c8eb;
	background: #E0F4FB;
	padding: 30px 40px;
	margin: 5px 0;
	text-align: center;
	border-radius: 10px;
}
.dservice_up_back.ds02 .dservice_ba{
	color: #78c846;
	background: #E7F5DE;
}
.dservice_b{
	font-size: 16px;
	font-weight: 600;
	width: 210px;
	margin: 0 15% 0 3%;
	position: relative;
}
.dservice_b:after{
	content: "";
	background: url("/wp-content/uploads/dservice_arrow.png") no-repeat;
	background-size: cover;
	width: 37%;
    height: 55%;
	position: absolute;
	top: 45%;
	right: -33%;
	transform: translate(45%,-50%);
	
}
.dservice_a{
	font-size: 18px;
	font-weight: 600;
	width: 400px;
}
.dservice_ba + p{
	font-size: 14px;
	text-align: center;
}
/*ご注文方法*/
#contents .dservice_order,#contents .dservice_qa{
	width: fit-content;
	text-align: center;
	margin: 0 auto 40px;
	position: relative;
}
.dservice_order span,.dservice_qa span{
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 3.5px;
	text-align: center;
	background: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8.5px) no-repeat;
	background-size: 100% 17px;
	background-position: left 75%;
	color: #ff8200;
	padding: 15px 0;
}
.dservice_order span:after,.dservice_qa span:after{
	content: "";
	display: block;
	width: 35px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #ffb466;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,100%);
}
.dservice_order span:before{
	content: "";
	display: block;
	width: 61px;
	height: 193.5px;
	background: url("/wp-content/uploads/dservice_h_img03.png") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(100%);
}
.dservice_qa span:before{
	content: "";
	display: block;
	width: 137px;
	height: 226px;
	background: url("/wp-content/uploads/dservice_h_img04.png") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -40px;
	right: 50px;
	transform: translateX(100%);
}
.dservice_order_details{
	background: #c7eefd;
	padding: 40px 0 0;
	margin-bottom: 150px;
	border: 3px solid #28558c;
	border-radius: 30px;
	overflow: hidden;
}
#contents .dservice_order_details p{
	font-size: 18px;
	font-weight: 500;
	color: #28558c;
	background: #fff;
	padding: 10px 30px 20px;
	margin: 0 40px;
	border-radius: 10px;
}
.dservice_order_details p:first-letter{
	font-size: 26px;
	color: #46c6fa;
}
#contents .dservice_order_details h4{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	color: #28558c;
	margin: 25px 0 20px;
}
#contents .dservice_order_details ul{
	max-width: 985px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 42.5px;
	margin: 0 auto;
}
.dservice_order_details ul a{
	display: block;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	width: 210px;
	height: 50px;
	color: #fff;
	background: #64b4fa;
	padding: 9px;
	margin: 0 7.5px 15px;
	border-radius: 25px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.dservice_order_other_btn{
	display: flex;
	justify-content: center;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #46c6fa;
	padding: 25px 40px 40px;
	margin-top: 20px;
	border-top: 3px dotted #28558c;
}
.dservice_order_other_btn div{
	font-weight: 500;
	width: 300px;
}
.dservice_order_other_btn .dservice_estimate{
	font-size: 23px;
	display: block;
	height: 50px;
	background: #28558c;
	padding: 4px 5px 5px;
	margin: 7px 17.5px 0;
	border-radius: 25px;
	box-shadow: 3px 3px 0 #d8eefd;
}
.dservice_order_other_btn .dservice_contact{
	font-size: 23px;
	display: block;
	height: 50px;
	color: #46c6fa;
	background: #faef38;
	padding: 4px 5px 5px;
	margin: 7px 17.5px 0;
	border-radius: 25px;
	box-shadow: 3px 3px 0 #28558c;
}
.accordion_dservice_qa dt{
	font-size: 18px;
	font-weight: 600;
	color: #28558c;
	background: #fff;
	padding: 10px 50px;
	margin-top: 20px;
	border-radius: 8px;
	position: relative;
}
.accordion_dservice_qa dt:before{
	content: "Q";
	display: inline-block;
	font-size: 0.9em;
	width: 25px;
	height: 25px;
	line-height: 1.3;
	color: #fff;
	background: #28558c;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 20px;
}
.accordion_dservice_qa dt:after{
	content: "\e69b";
	font-family: "Material Symbols Outlined";
	font-variation-settings: 'wght' 200;
	font-size: 28px;
	color: #28558c;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-45%);
	transition: .3s;
}
.accordion_dservice_qa dt.open{
	color: #fff;
	background: #28558c;
	border-radius: 8px 8px 0 0;
}
.accordion_dservice_qa dt.open:before{
	color: #28558c;
	background: #fff;
}
.accordion_dservice_qa dt.open:after{
	color: #fff;
	transform: translateY(-50%) rotate(180deg);
}
.accordion_dservice_qa dd{
	display: none;
	font-size: 16px;
	font-weigth: 500;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 0 0 8px 8px;
}
#contents .dservice_contact_p{
	font-size: 23px;
	font-weight: 600;
	color: #28558c;
	text-align: center;
	margin: 100px 0 20px;
}
.dservice_contact_p + .dservice_contact{
	font-size: 23px;
	font-weight: 500;
	display: block;
	width: 250px;
	height: 50px;
	color: #46c6fa;
	background: #faef38;
	padding: 4px 5px 5px;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
	box-shadow: 3px 3px 0 #28558c;
}
.price .dservice_up_back{
	padding: 5px 50px 50px;
}
.dservice_back.price h2{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.dservice_back.price h2 + p{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}
.dservice_back.price h3{
	width: fit-content;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #28558c;
	padding: 5px 25px 5px 30px;
	margin: 45px 0 15px;
	border-radius: 999px;
}
.dservice_back.price h3 + div,.dservice_back.price h4 + div{
	text-align: right;
}
.dservice_back.price table{
	table-layout: fixed;
	font-size: 15px;
	margin: 0;
	text-align: center;
    border: 0;
}
.dservice_back.price th{
	color: #fff;
}
.dservice_back.price.ds01 h2{
	color: #64c8eb;
}
.dservice_back.price.ds02 h2{
	color: #78c846;
}
.dservice_back.price.ds01 th{
	background: #64c8eb;
}
.dservice_back.price.ds02 th{
	background: #78c846;
}
.dservice_back.price th{
	padding: 5px;
	position: sticky;
	top: 0;
	z-index: 1;
}
#contents .dservice_back.price td{
	background: #fff;
	padding: 5px;
}
.dservice_back.price tr:nth-of-type(odd) td{
	background: #ebfaff; 
}
.dservice_back.price.ds02 tr:nth-of-type(odd) td{
	background: #eefaeb; 
}
.dservice_back.price h4{
	font-size: 18px;
	font-weight: 600;
	color: #28558c;
	margin-top: 30px;
}
.dprice_scrollbox{
	overflow: auto;
    max-height: 700px;
}