@charset "utf-8";

.section-title .jp{
	font-size: 3rem;
}


@media screen and (max-width: 768px){
	.section-title .jp{
		font-size: 2.3rem;
	}
	
	.ttl-l .jp{
		font-size: 2.3rem;
	}
	
	.h1-area{
		color: #7a7a7a;
	}

	
}

/* -----------------------------
	mv-area
-------------------------------- */
.mv-area{
	height: 558px;
	min-height: 558px;
	position: relative;
	background: #444040;
	margin: 110px 0 0;
	display: flex;
	justify-content: space-between;
}
/*
.mv-area::before{
	content: '';
	position: absolute;
	min-width: 1020px;
	height: 558px;
	top: 0;
	right: 0;
	background: url("../img/ordermade-mv.jpg") no-repeat center right / cover;
	width: 60vw;
}*/

.mv-area::before{
	content: '';
	position: absolute;
	min-width: 40vw;
	height: 350px;
	bottom: 0;
	right: 0;
	background: #fff;
}

.mv-area .txt-area{
	width: 800px;
	padding: 180px 0 0 80px;
    z-index: 1;
	position: relative;
}
.ordermade-mv-txt{
	padding: 50px 0 0;
	position: relative;
	left: -25px;
}
/*
.mv-area .txt-area::after{
	content: '';
	position: absolute;
	width: 128px;
	height: 142px;
	right: 140px;
	bottom: 90px;
	background: url("../img/survey-free-ill.png") no-repeat top center / contain;
}*/
.mv-area .txt-area .ttl-l .jp{
/*text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff; */
	color: #fff;
}
.mv-area .txt-area .section-catch{
	color: #fff;
	font-weight: 400;
	left: 0.05em;
	font-size: 2.6rem;
	margin: 30px 0 0;
}
.mv-area .slide-block{
	width: 60vw;
	min-width: 700px;
	margin: 30px 0 0;
	position: relative;
}
.mv-area .slide-block img{
	margin: 0 30px 0 0;
	width: 700px;
}
.mv-area .slick-dots {
	bottom: 30px!important;
	right: 30px!important;
}
.mv-area .slick-dots li button{
	height: 3px!important;

}
.mv-area .slick-dots li button:before{
	height: 3px!important;
}

@media screen and (max-width: 768px){
	.mv-area{
		margin: 70px 0 0;
		 height: auto;
		min-height: inherit;
		display: block;
	}
	.mv-area::before{
		display: none;
	/*content: '';
	position: absolute;

	right: 0;
		height: 200px;
        min-width: auto;
        width: calc(100% - 20px);
        border-radius: 0;
        top: 100px;
		background: url("../img/ordermade-mv-sp.jpg") no-repeat center right / cover;*/
	}

	.mv-area .txt-area{
		width: 100%;
		margin: 0;
		padding:40px 0 20px 20px;
		height: 100%;
	}
	.mv-area .txt-area::before,
	.mv-area .txt-area::after{
		display: none;
	}
	.mv-area .txt-area .section-catch{
		font-size: 1.8rem;
		margin: 10px 0 0;
	}
	.mv-area .txt-area img{
		width: 100%;
		margin: 150px 0 0;
	}
	.mv-area .slide-block {
    width: 100%;
    min-width: auto;
		margin: 0;
	}
	.slick-dotted.slick-slider{
		padding: 0 0 40px;
	}
	.mv-area .slide-block img{
		margin: 0 10px 0 0;
		width: 350px;
	}
	
	.mv-area .slick-dots {
		bottom: 21px !important;
		right: 10px !important;
		width: auto;
		height: auto;
	}
	.mv-area .slick-dots li {
		width: 20px!important;
	}
	.mv-area .slick-dots li button {
		width: 20px!important;
	}
	.mv-area .slick-dots li button:before{
		width: 20px!important;
	}
}

/* -----------------------------
	about-area
-------------------------------- */
.about-area{
	margin: 0 0 0;
	position: relative;
	padding: 150px 0 150px;
	background: #444040;
	background: url("../img/kasure-bg.jpg") no-repeat top center / cover;
	background-attachment: fixed;
}
.about-area::before {
　position: absolute;
　content: '';
　left: 0;
　top: 0;
　width: 100%;
　height: 100%;
　background-color: rgba(0,0,255,.5);
}
/*
.about-area .about-catch{
	display: flex;
	margin: 30px 0 0;
	justify-content: center;
}
.about-area .about-catch .catch-detail{
	border: solid 1px #fff;
	padding: 10px 20px;
	margin: 0 50px 0 0;
	position: relative;
}
.about-area .about-catch .catch-detail:last-of-type{
	margin: 0;
}
.about-area .about-catch p{
	color: #fff;
	font-size: 2.6rem;
}
*/

.about-area .about-catch-img{
		display: flex;
	margin: 40px 0 0;
	justify-content: center;
}
.about-area .about-catch-img .catch-detail{
	margin: 0 50px 0 0;
	position: relative;
}
.about-area .about-catch-img .catch-detail:last-of-type{
	margin: 0;
}

.about-area .about-catch-img .catch-detail::before,
.about-area .about-catch-img .catch-detail::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 2px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
  border-radius: 2.5px; /* 棒の四隅の丸み*/
}
.about-area .about-catch-img .catch-detail::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.about-area .about-catch-img .catch-detail::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.about-area .about-catch-img .catch-detail:last-of-type::before,
.about-area .about-catch-img .catch-detail:last-of-type::after{
	display: none;
}
.about-area .txt-area{
	text-align: center;
}
.about-area .section-title .jp{
	font-size: 3rem;
	color: #fff;
}
.about-area .txt-area .catch{
	margin: 50px 0 0;
}
.about-area .txt-area .basic-txt{
	padding: 30px 0 0;
	width: 1000px;
	margin: 0 auto;
	font-size: 1.6rem;

	line-height: 1.9;
	color: #fff;
}

.feature-list{
	position: relative;
	margin: 50px 0 0;
}

.feature-list li{
	margin: 30px 0 0;
	padding: 50px;
	position: relative;
	min-height: 395px;
	background: #f0f0f0;
}
.feature-list li::before{
	content: '';
	position: absolute;
	width: 500px;
	height: 350px;
	top: 20px;
	left: 20px;
	background: url("../img/ordermade-about01.jpg") no-repeat top center / contain;
}
.feature-list li:first-of-type{
	margin: 0;
}
.feature-list li.r-img::before{
	right: 20px;
	left: auto;
}
.feature-list li:nth-child(2)::before{
	background: url("../img/ordermade-about02.jpg") no-repeat top center / contain;
}
.feature-list li:nth-child(3)::before{
	background: url("../img/ordermade-about03.jpg") no-repeat top center / contain;
}

.feature-list .txt-block{
	width: 570px;
}
.feature-list li.l-img .txt-block{
	margin: 0 0 0 auto;
}
.feature-list li.r-img .txt-block{
	padding: 0 0 0 10px;
}

.feature-list .list-title{
	font-size: 3.4rem;
	font-weight: bold;
	margin: 20px 0 20px;
	letter-spacing: .02em;
	font-feature-settings: "palt";
	line-height: 1.6;
	color: #333;
}


.feature-list .sub-catch{
	background: #333;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .05em;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px;
}

.feature-list .basic-txt{
	color: #333;
	font-weight: 400;
}
.feature-list .num{
	position: absolute;
	width: 60px;
	height: 60px;

	background: #333;
	border-radius: 0;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 8px 0 0;
	top: 20px;
	left: 20px;
}
.feature-list .num span{
	display: block;
	font-size: 3rem;
	font-family: var(--opensans);
	padding: 0 0 0;
}
.feature-list li.r-img .num{
	right: 460px;	
	left: auto;
}
.about-area .btn-more{
	margin: 50px auto 0;
	display: block;
}

.insurance-block{
	padding: 30px;
	background: #fff;
	margin: 30px 0 0;
}

@media screen and (max-width: 768px){
	.about-area{
		padding: 40px 0 40px;
		background: url("../img/kasure-bg-sp.jpg") no-repeat top center / cover;
	}
	/*
	.about-area .about-catch{
		display: block;
		margin: 20px 0 0;
	}*/
	.about-area .about-catch-img{
		display: block;
		margin: 10px 0 0;
	}
	.about-area .about-catch-img .catch-detail{
		margin: 0 0 10px;
	}
	
	.about-area .about-catch-img .catch-detail img{
		width: 100%;
		font-family: var(--basefont)!important;
	}
	.about-area .about-catch p{
		font-size: 1.6rem;
	}
	.about-area .about-catch-img .catch-detail::before,
	.about-area .about-catch-img .catch-detail::after{
		display: none;
	}
	.about-area .txt-area{
	}
	.about-area .section-title .jp{
		font-size: 2rem;
	}
	.about-area .txt-area .catch{
		margin: 20px 0 0;
	}
	.about-area .txt-area .catch img{
		width: 100%;
	}
	.about-area .txt-area .basic-txt{
		padding: 10px 0 0;
		width: 100%;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.75;
		text-align: left;
	}

	.feature-list{
		margin: 30px 0 0;
	}
	.feature-list::before{
		display: none;
	}

	.feature-list li{
		padding: 15px ;
	}
	.feature-list li::before{
		display: none;
	}
	.feature-list li:first-of-type{
	}
	.feature-list li.r-img::before{
	}
	.feature-list li:nth-child(2)::before{
		display: none;
	}
	.feature-list li:nth-child(3)::before{
		display: none;
	}
	.feature-list li img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}

	.feature-list .txt-block{
		width: 100%;
		padding: 10px 0 0;
	}
	.feature-list li.l-img .txt-block{
	}
	.feature-list li.r-img .txt-block{
		padding: 10px 0 0;
	}

	.feature-list .list-title{
		font-size: 2.6rem;
		margin: 10px 0;
	}

	.feature-list .feature01 .list-title span{
	}
	.feature-list .feature02 .list-title span{
	}
	.feature-list .feature02 .list-title .l{
	}

	.feature-list .feature03 .list-title span{
	}

	.feature-list .sub-catch{
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 5px 10px;
		display: block;
		font-weight: 500;
	}

	.feature-list .basic-txt{
		padding: 0;
	}
	.feature-list .num{
		font-size: 1.6rem;
		width: 65px;
		height: 55px;
		padding: 8px 0 0;
		border-radius: 0;
		top: 15px;
		left: 15px;
	}
	.feature-list .num span{
		font-size: 2.5rem;
		padding: 2px 0 0;
		
	}
	.feature-list li.r-img .num{
		right: auto;
		left: 15px;	
	}
	.about-area .btn-more{
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 320px){
	.feature-list .list-title{
		font-size: 2.1rem;
	}
}

.slider2{
	position: relative;
}
.slider2 img{
	height: 450px;
	object-fit: cover;
}
/*
.slider2::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	right: 0;
	background: #FFF3DF;
	border-radius: 70px 70px 0 0;
	z-index: 1;
}*/

@media screen and (max-width: 768px){
	.slider2 img{
		height: 180px;
	}
	
	.slider2::before{
		border-radius: 15px 15px 0 0;
		height: 13px;
	}
	
}
/* -----------------------------
	service-intro-area
-------------------------------- */
.service-intro-area{
	background: #ddd;
	padding: 0 0 0px;

}

.service-intro-area .txt-area{
	background: #fff;
	margin-right: calc(50% - 50vw);
	padding-right:calc(50vw - 50% + 20px);
	padding-top:80px;
	padding-left:80px;
	padding-bottom:80px;
		position: relative;
	top: -100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.service-intro-area .txt-area img.ordermade-service{
	width: 420px;
	margin: 30px 0 0;
}

.service-intro-area .txt-area .basic-txt{
	padding: 0 50px 0 0;
	line-height: 1.8;
}

@media screen and (max-width: 768px){
	.service-intro-area .txt-area{
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		top: -30px;
		display: block;
	}
	.service-intro-area .txt-area img.ordermade-service{
		width: 100%;
		margin: 20px 0 0;
	}
	.service-intro-area .txt-area .basic-txt{
		padding: 20px 0 0;
	}
}

/* -----------------------------
	service-area
-------------------------------- */
.service-area{
	margin: 0 0 0;
	background: url("../img/ordermade-service-bg.jpg") no-repeat top center / cover;
	padding: 100px 0 150px;
	background-attachment: fixed;
	background: #464646;
	background: linear-gradient(90deg, #444040 0%, #444040 80%, #ddd 80%, #ddd 100%);
}

.service-area .section-title .jp{
	color: #fff;
}

.service-area .txt-area{
	text-align: center;
	position: relative;
}
.service-area .txt-area .basic-txt{
	padding: 30px 0 0;
    width: 1200px;
    margin: 20px auto 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.9;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	
}
.service-area .txt-area .basic-txt .orange{
	font-weight: bold;
}
/*
.service-area .txt-area::before{
	content: '';
	position: absolute;
	width: 176px;
	height: 195px;
	bottom: 0;
	right: 60px;
	background: url("../img/survey-free-ill.png") no-repeat top center / contain;
	z-index: 1;
}*/


.service-works{
	margin: 50px 0 0;
}
.service-works > div{
	background: #5E5B5B;
	/*box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);*/
	padding:30px;
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: solid 1px #575757;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.service-works > div:first-of-type{
	margin: 0;
}
.service-works > div .txt-block{
	margin: 0 0 0 auto;
	width: 610px;
	background: #626262;
    padding: 30px;
}
.service-works video{
	width: 510px;
	height: 100%;
	object-fit: cover;
}
.service-works .service-title{
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #fff;
}
.service-works .service-name,
.service-works .time{
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
}
.service-works .service-name span,
.service-works .time span{
	border-bottom: dashed 2px #F39800;
}
.service-works .service-name{
	margin: 20px 0 0;
}

.service-list{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:20px 0 0;
  overflow:hidden;
}
.service-list li{
  display:table-cell;
  position:relative;
  background: #ddd;
  padding: 10px 0.5em 10px 2em;

}
.service-list li:nth-child(even){
	background: #EEEEEE;
	/*color: #333;*/
}
.service-list li:last-child{
  padding-right: 1em;
	margin: 0;
}
.service-list li:last-child:before,
.service-list li:last-child:after{
  display:none;
}
.service-list li:before,
.service-list li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.service-list li:before{
  top:-12px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #606060c9;
  border-width: 30px 0 30px 1em;
  z-index: 10;
}
.service-list li:after{
  top:-12px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  border-width: 30px 0 30px 1em;
  z-index: 10;
}
.service-list li:nth-child(even):after{
	border-color: transparent transparent transparent #EEEEEE;
}

/* table */
.service-works table{
	margin: 15px 0 0;
	width: 100%;
}

.service-works table ,
.service-works td,
.service-works th {
	border: 1px solid #5E5B5B;
	border-collapse: collapse;
	background: #fff;
}
.service-works td,
.service-works th {
	padding: 10px;
	line-height: 1.6;

}
.service-works th {
	background: #4d4d4d;
	color: #fff;
	width: 120px;
}
	.service-works th span{
		border-top: solid 1px #7b7b7b;
        padding: 2px 0 0;
        margin: 3px 0 0;
        display: inline-block;
	}
@media screen and (max-width: 1400px){
	.service-list li{
		font-size: 1.4rem;
	}	
}


@media screen and (max-width: 768px){
	.service-area{
		padding: 50px 0 50px;
	}

	.service-area .txt-area{
		padding: 0;
	}
	.service-area .txt-area::before {
		width: 93px;
		height: 103px;
		top: -26px;
		right: -20px;
	}
	.service-area .txt-area .basic-txt{
		width: 100%;
		margin: 10px 0 0;
		text-align: left;
		font-size: 1.6rem;
		padding: 15px;
	}

	.service-works{
		margin: 30px 0 0;
	}
	.service-works > div{
		border-radius: 0;
		display: block;
		padding: 15px;
		margin: 20px 0 0;
	}
	.service-works > div:first-of-type{
	}
	.service-works > div .img{
		width: 100%;
	}
	.service-works > div img{
		width: 100%;
		height: 180px;
		object-fit: cover;
		
	}
	.service-works video{
		width: 100%;
		height: 174px;
	}
	.service-works > div .txt-block{
		width: 100%;
		padding: 0;
		background: none;
		
	}
	.service-works .service-title{
		font-size: 2.1rem;
		line-height: 1.4;
	}
	.service-works .service-name,
	.service-works .time{
		font-size: 1.5rem;
        margin: 10px 0 0;
        line-height: 1.3;
	}
	.service-works .service-name span,
	.service-works .time span{
	}
	.service-works .service-name{
	}

	.service-list{
		font-size: 1.4rem;
		display: grid;
	}
	.service-list li{
		text-align: center;
		padding: 10px 2em 10px 2em;
	}
	.service-list li:nth-child(even){
	}
	.service-list li:last-child{

	}
	.service-list li:last-child:before,
	.service-list li:last-child:after{
	}
	.service-list li:before,
	.service-list li:after{
		transform:rotate(90deg);
	}
	.service-list li:before{
	display: none;

	}
	.service-list li:after{
		top: 15px;
		right: 0;
		border-width: 17px 0 17px 1em;
		left: 0;
	}
	.service-list li:nth-child(even):after{
	}

	/* table */
	.service-works table{
		width: 100%;
	}

	.service-works table ,
	.service-works td,
	.service-works th {
	}
	.service-works td,
	.service-works th {

	}


}

/* -----------------------------
	ordermade-flow-area
-------------------------------- */
.ordermade-flow-area{
	margin: 100px 0 0;

}

.flow-detail-area .flow .step{
	border-radius: 0;
}

.flow-detail-area li .num{
	font-size: 1.5rem;
	width: 60px;
	height: 60px;
}
.flow-detail-area li .num span{
	font-size: 2.4rem;
}

@media screen and (max-width: 768px){
	.flow-area{
		padding: 60px 0 40px;
		margin: 0;
		background: #f8f8f8;
	}
	

	.flow-detail-area li .num{
		font-size: 1.2rem;
		width: 50px;
		height: 50px;
	}
	.flow-detail-area li .num span{
		font-size: 2rem;
	}
}

/* -----------------------------
	works-area
-------------------------------- */
.works-area{
	margin: 0 0 0;
	background: #fff;
	border-radius: 50px 50px 0 0;
	padding: 150px 0 100px;
}
.detail2 .works-area{
	padding: 100px 0 70px;
}
.works-area > .inner{
	position: relative;
}
.works-area > .inner::after{
	content: '';
	position: absolute;
	width: 720px;
	height: 450px;
	top: -55px;
	right: -120px;
	background: url("../img/top-works-img.jpg") no-repeat top center / cover;}

.detail2 .works-area > .inner::after{
	top: -25px;
}

.works-list li{
	border-radius: 0;
}

.works-area .txt-area{
	width: 560px;
}
.works-area .txt-area .section-catch{
	padding: 20px 0 0;
}
.works-area .txt-area .basic-txt{
	padding: 20px 0 0;
}
.works-area .works-list{
	margin: 80px 0 0;
}

.works-area .btn-more{
	margin: 50px auto 0;
}

.works-area .slider li{
	border-radius: 0;
}
.works-list img{
	border-radius: 0;
}
@media screen and (max-width: 768px){
	.works-area{
		border-radius: 15px 15px 0 0;
		padding: 45px 0;
		margin: 0;
	}
	.detail2 .works-area{
		padding: 45px 0;
	}

	.works-area > .inner{
	}
	.works-area > .inner::after{
		width: 100%;
		height: 144px;
		right: 0;
		border-radius: 0;
		top: -45px;
	}
	.detail2 .works-area > .inner::after{
		top: 0;
	}
	.works-area .txt-area{
		width: 100%;
		position: relative;
		z-index: 1;
        padding: 105px 0 0;
	}
    .works-area .txt-area img {
        width: 250px;
    }
	.works-area .txt-area .basic-txt{
	}
	.works-area .works-list{
		margin: 20px 0 0;
	}

	.works-area .btn-more{
		margin: 30px auto 0;
	}
	
}


/* -----------------------------
	price-area
-------------------------------- */
.order-price-area {
	padding: 100px 0;
	background: #444040 ;
	margin: 0 0 0;
	background: url("../img/ordermade-service-bg.jpg") no-repeat top center / cover;
}
.order-price-area .txt-area{
	display: flex;
	justify-content: space-between;
}
.order-price-area .txt-area .section-title .jp{
	color: #fff;
}
.order-price-area .txt-area .basic-txt{
	width: 500px;
	color: #fff;
}
.order-price-area table {
  border-collapse: collapse;
  padding: 0;
  table-layout: fixed;
	width: 100%;
	margin: 30px 0 0;
	/*border: solid 1px #ddd;*/
	position: relative;
}
/*
.order-price-area table::before{
	content: '';
    position: absolute;
    width: 148px;
    height: 156px;
    background: url(../img/solution-ill.png) no-repeat top center / contain;
    bottom: 0;
    left: -70px;
}*/
.order-price-area thead th{
 /* border-right: 5px solid#fff;*/
}
.order-price-area table tr {
  background-color: #fff;
  padding: .35em;
}
.order-price-area table tr:nth-child(even){
  background-color: #f9f9f9;
}
.order-price-area table td {
  padding: 20px 16px;
  text-align: left;
	font-size: 2rem;
	line-height: 1.6;
	
}
.order-price-area table td .money{
font-size: 3.4rem;
    font-weight: 500;
    color: #FA4032;
    /* font-style: italic; */
    line-height: 1;
}
.order-price-area table td .s{
	font-size: 1.5rem;
}
.order-price-area table th {
  font-size:2.6rem;
	font-weight: 500;
}
.order-price-area table .note td{
	font-size: 1.6rem;
}
.plan1{
  /*background: #ebb900;*/
	background: #F39800;
	background: #959595;
}

.plan2{
  /*background: #4caf50;*/
	background: #FA4032;
	background: #818181;
}
.plan3{
 /* background: #1784b5;*/
	background: #019BFF;
	background: #606060;
}

.price{
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom:10px;
	text-align: center;
	padding: 5px 0;
	font-weight: 500;
}
.price .plan{
	font-size: 2.6rem;
}
.price .note {
    font-size: 1.5rem;
	display: block;
	padding: 5px 0 0;
}

.order-price-area .sp-block{
	display: none;
}


@media screen and (max-width: 768px) {
	.order-price-area{
		padding: 40px 0;
	}
	 .order-price-area .txt-area{
		display: block;
	}
	.order-price-area .txt-area .basic-txt{
		width: 100%;
		padding: 10px 0 0;
	}
	.order-price-area table {
		display: none;
	}
	.order-price-area .sp-block{
		margin: 2 0px 0 0;
		display: block;
	}
	.order-price-area .sp-block > div{
		border-radius: 5px;
		background: #fff;
		border-radius: 0;
		margin: 10px 0 0;
		box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
	}
	.order-price-area .sp-block > div .plan{
		font-size: 2rem;
		font-weight: 500;
		text-align:center;
		color: #fff;
		border-radius: 0;
	}
	.order-price-area .sp-block > div ul{
		padding: 10px 15px;
	}
	.order-price-area .sp-block > div ul li{
		padding: 10px 0 0;
		font-size: 2rem;
	}
	.order-price-area .sp-block > div ul li.size{
		font-size: 1.6rem;
		line-height: 1.75;
		padding: 0;
		border-bottom: solid 1px #ddd;
		text-align: center;
	}
	.order-price-area .sp-block > div ul li.money{
		text-align: center;
	}
	.order-price-area .sp-block > div ul li.money .l{
		font-size: 3.5rem;
		color: #FA4032;
		font-weight: 500;
	}
	.order-price-area .sp-block > div ul li.money .s{
		font-size: 1.6rem;
	}
	.order-price-area .sp-block > div ul li.note{
		font-size: 1.4rem;
		line-height: 1.5;
		background: #f5f5f5;
		padding: 10px;
		margin: 10px 0 0;
		text-align: center;
	}
	.plan1{
	  background: #fcab26;
	}

	.plan2{
	  background: #fa9e04;
	}
	.plan3{
	  background: #ea9200;
	}
	.order-price-area .sp-block > div .note{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 320px){
	.order-price-area .sp-block > div ul li.size{
		font-size: 1.4rem;
	}
}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
.flow-area{
	margin: 100px 0 0;
}
.flow-area::before{
	background: #f8f8f8;
	border-radius: 0;
}

/* list */
.flow-list{
	position: relative;
	margin: 50px 0 0;
	padding: 0 0 100px;
}
.flow-list::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 75%;
	background: #444040;
    top: 5px;
	left: 30px;
	margin: 40px 0 0;
}
.flow-list .list-item {
	border-top: 1px dashed #ddd;
	width: 100%;
}
.flow-list .list-item:nth-of-type(1) {
	border-top: 0;
}

.flow-list .txt-box {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	display: flex;
	align-items: center;
    position: relative;
}
.flow-list .txt-box.one {
	padding-top: 0;
}

.flow-list .num {
	position: relative;
	margin-right: 40px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #444040;
	color: #fff;
	font-size: 2.2rem;
    font-family: "Lato" , 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*
.flow-list .num-line {
	position: absolute;
	top: -36%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 66px;
	background: #333;
}
*/

.flow-list .title {
    margin-right: 0;
    flex-basis: 200px;
    font-size: 2rem;
    line-height: 1.5;
}

.flow-list .disc {
    width: 65%;
    margin: 0 0 0 auto;
}

.flow-list .txt-box {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1000px;
	display: flex;
	align-items: center;
    position: relative;
}



@media screen and (max-width: 768px) {
	.flow-area{
		margin: 30px 0 0;
		padding: 40px 0 ;
	}
	.flow-area .section-title{
		top: 0;
	}
	.flow-list{
		margin: 30px 0 0;
		padding: 0;
	}
	
	.flow-list::before{
		height: 81%;
		left: 15px;
		top: -15px;
	}
	
	.flow-list .list-item {
		border-top: 0;
	}  
	.flow-list .txt-box {
		padding-top: 15px;
		padding-bottom: 15px;
		flex-wrap: wrap;
	}
	.flow-list .num {
		margin-right: 20px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.6rem;
	}
	/*.flow-list .num-line {
		top: -80%;
		width: 2px;
		height: 72px;
	}*/
	.flow-list .title {
		margin-right: 0;
		max-width: 100%;
		font-size: 2rem;
		font-weight: 500;
	}
	.flow-list .disc {
		margin-left: 60px;
		width: 100%;
		margin: 10px 0 0 auto;
		padding: 0 0 0 50px;
	}
    
    
}

/* -----------------------------
	faq-area
-------------------------------- */
.faq-area{
	margin: 100px 0 100px;
}

.faq-area .txt-area{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.faq-area .txt-area .basic-txt{
	width: 500px;
}
@media screen and (max-width: 768px) {
  .faq-area{
		margin: 40px 0;
	}

	.faq-area .txt-area{
		display: block;
		margin: 0 0 30px;
	}
	.faq-area .txt-area .basic-txt{
		width: 100%;
		margin: 20px 0 0;
	}
}

/* -----------------------------------------------------------
        com-contact
-------------------------------------------------------------- */
#ordermade-contact .f-contact-area{
	padding: 90px 0 50px;
	text-align: center;
	background: url("../img/kasure-bg.jpg") no-repeat top center / cover;
}
#ordermade-contact .inner{
	position: relative;
	height: 100%;
	background: #fff;
	padding: 0 0 50px;
}

#ordermade-contact .txt-area{
	margin: 0 auto;
}

#ordermade-contact .sub-catch{
	background: #444040;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	display: inline-block;
	padding: 8px 20px 9px;
	position: relative;
	top: -35px;
}
#ordermade-contact .sub-catch .list{
	background: #fff;
	color: #FA4032;
	border: solid 1px #FA4032;
	border-radius: 3px;
	font-size: 2.2rem;
	padding: 2px 10px 3px;
	margin: 0 5px;
	line-height: 1;
}

#ordermade-contact .catch{
	font-size: 3rem;
	font-weight: bold;
	padding: 0 0 0;
	line-height: 1;
}
#ordermade-contact .catch span{
	font-size: 4rem;
	color: #333;
}

#ordermade-contact .contact-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 0;
	width: 870px;
}

#ordermade-contact .tel-box{
	margin: 10px 0 0;
}
#ordermade-contact .tel {
	font-size: 8rem;
    font-weight: bold;
    white-space: nowrap;
    font-family: var(--bebasneue);
    font-weight: 400;
    font-style: normal;
    line-height: 1;
	margin: 0 0 0;
}
#ordermade-contact .tel a{
    color: #333;
}
#ordermade-contact .tel i{
	font-size: 4rem;
	color: #fff;
	position: relative;
    top: -15px;
    margin: 0 3px 0 0;
	background: #444040;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 10px 0 0;
}
#ordermade-contact .note{
	background:#EEEEEE;
	font-size: 1.7rem;
	position: relative;
	padding: 0px 0 0 115px;
    text-align: center;
	height: 34px;
}
#ordermade-contact .note span{
	background: #828282;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .06em;
	position: absolute;
	left: 0;
	width: 120px;
}
#ordermade-contact .btn-box{
	position: relative;
	margin: 0 0 0 20px;
}
#ordermade-contact .btn-catch{
	font-weight: bold;
}
#ordermade-contact .con-btn{
	margin: 10px 0 0;
}

#ordermade-contact .con-btn a {
	background: linear-gradient(166.5deg, #FA4032 50%, #EF2E1F 50%);
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    width: 400px;
    line-height: 1.4;
    height: 100px;
    border-radius: 5px;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    transition: all .2s;
    box-shadow: 0 5px 0 0 #D6372B;
	padding: 10px 0 0;
}
#ordermade-contact .con-btn a:hover{
	box-shadow: 0 0 0 0 #D6372B;
	top: 4px;
}
#ordermade-contact .con-btn a span{
	background: #fff;
	font-size: 1.6rem;
	color: #D6372B;
	display: inline-block;
	border-radius: 20px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
#ordermade-contact .con-btn a i{
	padding: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
	#ordermade-contact .f-contact-area{
		height: 100%;
		padding: 0;
		
	}
	#ordermade-contact .f-contact-area img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	#ordermade-contact .inner{
		padding: 0;
	}
	#ordermade-contact .inner::before{
		display: none;
	}
	#ordermade-contact .wrap20{
		padding: 0 20px 50px;
	}
	#ordermade-contact .sub-catch{
		font-size: 1.8rem;
		padding: 8px 9px 10px;
		top: -50px;
        position: absolute;
        width: 100%;
        left: 0;
	}
	#ordermade-contact .sub-catch .list{
		font-size: 1.6rem;
		padding: 2px 5px 3px;
		margin: 0 3px;
		display: inline-block;
	}

	#ordermade-contact .catch{
		font-size: 2rem;
		padding: 10px 0 0;
		line-height: 1.5;
	}
	#ordermade-contact .catch span{
		font-size: 2.1rem;
	}
	#ordermade-contact .txt-area{
		width: 100%;
		padding: 30px 5px 50px;
	}

	
	#ordermade-contact .contact-box{
		display: block;
		margin: 20px 0 0;
		width: 100%;
		padding: 0 15px 0;
	}

	#ordermade-contact .tel-box{
	}
	#ordermade-contact .tel {
		font-size: 5rem;
		margin: 9px 0 0;
	}
	#ordermade-contact .tel a{

	}
	
	#ordermade-contact .tel i{
		font-size: 2.2rem;
		width: 40px;
		height: 40px;
		top: -9px;
	}
	#ordermade-contact .btn-box{
		margin: 20px 0 0;
	}
	#ordermade-contact .btn-catch{
		font-size: 1.6rem;
	}

	#ordermade-contact .btn-catch:before {
	}

	#ordermade-contact .btn-catch:after {

	}

	#ordermade-contact .btn-box .btn-catch{
	}
	#ordermade-contact .btn-box .btn-catch:after {
	}
	
	#ordermade-contact .note{
		font-size: 1.5rem;
		padding: 0 0 0 130px;
		text-align: left;
		height: inherit;
	}
	#ordermade-contact .note span{
		font-size: 1.5rem;
		text-align: center;
	}

	#ordermade-contact .con-btn{
		margin: 5px 0 0;
	}

	#ordermade-contact .con-btn a {
		width: 100%;
		height: 85px;
		font-size: 1.9rem;
	}
	#ordermade-contact .con-btn a:hover{
	}

	#ordermade-contact .con-btn a i{
	}
	#ordermade-contact .con-btn a span{
		font-size: 1.4rem;
		height: 27px;
		line-height: 27px;
		margin: 0 0 6px;
	}

}

@media screen and (max-width: 375px){
	#ordermade-contact .sub-catch{
		font-size: 1.6rem;
	}
	
	#ordermade-contact .catch{
		padding: 30px 0 0;
	}
	
	#ordermade-contact .tel{
		font-size: 4rem;
	}
	#ordermade-contact .btn-catch{
		font-size: 1.4rem;
	}
	#ordermade-contact .btn-box .btn-catch{
		font-size: 1.4rem;
	}
	#ordermade-contact .con-btn a{
		font-size: 1.6rem;
	}
	#ordermade-contact .con-btn a span{
		font-size: 1.2rem;
	}
	
}