.wrap { 
  margin: 0 auto;
  color: #333333;
}
.features_title h4, .features_wrap ul li h5, .features_wrap ul li a:before, .merit h4, .examples h4, .flow h4, .faq_wrap h4, .create_page h4 {
  color: #092386;
}
/*データ作成ページアイキャッチ*/
.create_page h3.copy {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/create_img/main_img_pc.webp);
    margin-bottom: 120px;
	color: #fff;
}
.create_page h4 {
	font-size: 24px;
}
.create_page .introduction_warp img {
	max-width: 350px;
	width: 40%;
	height: 40%;
	margin-right: 40px;
}
.create_page .introduction_warp {
    display: flex;
    margin: 40px 0 120px 0;
}
.create_page .introduction p {
    margin-bottom: 20px;
}


/*特徴セクション*/
.create_page .features {
	background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/create_img/meeting.webp);
	background-position: center;
}
.features_wrap ul {
  padding-left: 0;
}
.features_wrap ul li {
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    margin: 0 0 40px 0;
}
.features_wrap h4 {
    margin-bottom: 20px;
}

/*導入事例セクション*/
.create_page h4 {
	margin: 0 0 40px 0;
}
.create_page .support_title {
	font-size: 22px;
	text-align: left;
	margin: 16px 0 22px 0;
	padding: 0; 
}
.case_title, .other_case_title {
  	text-align: center;
}
.input_list_wrap h5 {
  	text-align: left;
  	border-bottom: 1px solid #092386;
}
.other h5, .flow ul li h5, .flow ul li::after, .create_page section.out_examples h5, .case_detail p, .case_title {
  	color: #092386;
}
.case_detail ul li h6 {
    margin: 12px 0;
    font-size: 20px;
    color: #092386;
    font-weight: bold;
	text-indent: -1em;
    padding-left: 1em;
}
.case_content ul {
	width: 100%;
	max-width: 382px;
}
.case_content ul p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
}
.case_content {
  	display: flex;
	justify-content: space-evenly;
  	flex-direction: row-reverse;
}
.case_content_img {
    padding: 50px 0;
}
.case_content img {
    max-width: 392px;
	width: 100%;
	padding-left: 30px;
}
.create_page .case_detail li {
    list-style-type: none;
	text-indent: -14px;
    margin-left: 20px;
    text-align: justify;
}
.create_page .case_item li {
    list-style-type: disc;
    max-width: 326px;
    margin: 0 20px 8px 25px;
	text-indent: 1px;
}
 .create_page .case_detail li h6::before{
  content: url(../lowerpage_parts/create_img/create_list_icon.svg);
    margin-right: 8px;
}
.case_item {
  	max-width: 382px;
    margin-left: 22px;
}
.problem, .solution {
  	width: 100%;
  	max-width: 46%;
  	background-color:#fff;
  	border-radius: 10px;
  	padding: 22px;
	margin: 30px 0;
}
.problem p, .solution p {
  font-size: 20px;
  color: #092386;
  font-weight: bold;
  border-bottom: 1px solid #092386;
  margin: 8px 0 16px 0;
}
.case_solution span::before {
    content: '▶︎▶︎';
    position: absolute;
    top: 47%;
	left: 48%;
	color: #092386;
}
.case_a, .case_b, .case_c {
	max-width: 1080px;
	margin: 0 auto 80px auto;
	padding: 80px 20px;
	background-color: #F0FBFF;
}
.case_solution ul {
  padding: 0px;
}
.case_detail, .case_solution, .other_case {
    margin: 0 auto;
    max-width: 890px;
    padding: 0 20px;
}
.case_solution {
  	display: flex;
    flex-wrap: wrap;
  	justify-content: space-between;
  	position: relative;
}
.problem ul li, .solution ul li {
  margin: 8px 0 8px 25px;
  font-size: 16px;
  list-style-type: disc;
}
::marker {
	color: #092386;
}

/*その他の対応事例*/
.other_case {
	background: #092386;
	border-radius: 10px;
	line-height: 1.8;
	padding: 60px;
	margin-bottom: 80px;
	color: #FFF;
}
.other_case h4, .other_case p {
	color: #FFF;
	text-align: center;
	margin: 0;
}
.other_case ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.other_case ul li {
	font-size: 20px;
	font-weight: bold;
	margin: 6px 20px;
	list-style: none;
}
.other_case ul li::before {
  content: url(../lowerpage_parts/create_img/other_case_icon.svg);
	margin-right: 8px;
    width: 16px;
    display: inline-block;
}
.other_case span {
  display: block;
  text-align: right;
}
.summary span {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(transparent 70%, yellow 30%);
}
.summary p {
    text-align: center;
    margin: 20px 0;
}
/*レスポンシブ*/
@media screen and (max-width:1200px){
	.flow ul li::before {
    color: #092386;
	}
	.create_page h3.copy {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/create_img/main_img_tb.webp);
	}
}
@media screen and (max-width:1000px){
	.other_case {
		max-width: 680px;
    	padding: 60px 80px;
	}
	.other_case ul li {
    margin: 6px 0;
	}
}
@media screen and (max-width:920px){
	.create_page h3.copy {
        padding-left: 50%;
	}
}
@media screen and (max-width:899px){
	.case_content {
    	padding: 0;
	}
	.case_content ul {
    	max-width: 340px;
	}
	.case_detail {
    	padding: 0;
	}
}
@media screen and (max-width:799px){
	.case_detail ul li h6 {
    	font-size: 18px;
	}
	.case_solution span::before {
        transform: rotate(90deg);	
		top: 45%;
	}
	.problem, .solution {
  		max-width: 100%;
	}
	.case_detail {
    	padding: 0;
	}
    .case_content ul {
        max-width: 340px;
    }
		 .case_content {
    	display: block;
   		padding-left: 0;
	}
	.case_content img {
        max-width: 392px;
		padding-left: 0;
		margin: 0 auto; 
	}
	.case_content_img {
    	padding: 0;
    	margin: 40px auto 30px auto;
		text-align: center;
	}
	.case_content ul, .create_page .case_item li {
     	max-width: 100%;
	}
	.create_page .case_detail li {
    	 text-indent: 1px;
	}
	.create_page .case_item li {
		padding-left: 0;
	}
}

@media screen and (max-width:710px){
	.create_page h3.copy {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/create_img/main_img_sp.webp);
	}
	.create_page .introduction h4 {
    font-size: 20px;
	}
	.create_page .introduction_warp {
        display: block;
        text-align: center;
	}
	.create_page .introduction_warp img {
        margin: 0 auto 20px;
        width: 100%;
    }
	 .case_solution {
		padding: 0;
	}
	.other_case {
        padding: 60px;
    }
}
@media screen and (max-width: 650px) {
    .case_solution span::before {
        top: 42%;
    }
}
@media screen and (max-width:640px){
	.case_content {
    	display: block;
	}
    .create_page .case_content img {
		position: static;
		display: block;
	}
	.features_wrap ul li {
    	width: 100%;
	}
	.create_page .features {
		background-size: cover;
		background-position-x: 8%;
		background-position-y: 120%;
	}
	.other_case ul {
        margin: 40px 0;
	}
	.other_case ul li {
		font-size: 18px;
        margin: 10px 0;	
        padding-left: 24px;
        text-indent: -12px;
        text-align: justify;
	}
	.other_case ul li::before {
        margin-right: -8px;
	}
}
@media screen and (max-width:580px){
	    .other_case {
        padding: 60px 40px;
    }
}
@media screen and (max-width:540px){
	.case_content_img {
    	max-width: 100%;
	}
	.case_content{
		padding-left: 0; 
	}
	.create_case {
    	padding: 0;
	}
}
@media screen and (max-width:499px){
	.case_item {
    margin-left: 0;
	}
	.other_case {
    	padding: 40px 20px;
	}
	.other_case h4 {
    	font-size: 22px;
	}
    .case_solution span::before {
        padding: 10px 0;
    }
	.create_page .case_item li {
    margin-left: 8px;
	}
	.case_detail ul li h6 {
    margin-left: -16px;
	}
}
@media screen and (max-width:460px){
	.create_page h3.copy {
		background-position: -30px center;
		padding-top: 100px;
	}
	    .other_case ul li {
        margin: 10px 0;
	}
}

@media screen and (max-width:400px){
	.create_page h3.copy {
		background-position: -40px center;
	}
}
@media screen and (max-width: 354px) {
    .case_solution span::before {
        top: 40%;
    }
}


