@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.mb05 {
	margin-bottom:5px;
	}
.mb10 {
	margin-bottom:10px;
	}
.mb15 {
	margin-bottom:15px;
	}
.mb20 {
	margin-bottom:20px;
	}
.mb25 {
	margin-bottom:25px;
	}
.mb30 {
	margin-bottom:30px;
	}
.mb40 {
	margin-bottom:40px;
	}
.mb50 {
	margin-bottom:50px;
	}
.w80p {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}

.sp {
	display:none;
	}
@media screen and (max-width: 750px) {
	.pc {
		display:none;
		}
	.sp {
		display:block;
		}
}
main article h1 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 30px;
	color: #FFF;
	padding: 80px 20px 40px 20px;
	position: relative;
	margin-bottom: 150px;
	background: rgb(188,22,83);
	background: linear-gradient(0deg, rgba(188,22,83,1) 0%, rgba(178,10,72,1) 100%);
	}

main article h1::after {
	content:"";
	position:absolute;
	bottom:-100px;
	left:0px;
	border-top: 100px solid #BC1653;
	border-right: 2000px solid transparent;
	}

main article h1::before {
	content:"";
	position:absolute;
	bottom:-120px;
	right:0px;
	border-top: 120px solid #a70b44;
	border-left: 860px solid transparent;
	}

main article {
	position:relative;
	}

main article::before {
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	border-top: 400px solid #880233;
	border-left: 860px solid transparent;
	}

main > article {
	overflow-x:hidden;
	}

main::before {
	content: "SERVICE";
	color: #FFF;
	font-size: 14px;
	text-shadow: 1px 2px 3px #7a7a7a;
	text-align: center;
	letter-spacing: 1.1em;
	background-image: url(../../assets/images/service/bg.jpg);
	background-size: cover;
	width: 100%;
	height: 140px;
	line-height: 140px;
	background-color: rgba(000,000,000,0.1);
	background-blend-mode: lighten;
	display: block;
	background-position: center center;
	}
main > article > p {
	width:92%;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:140px;
	font-size:20px;
	position:relative;
	}
main > article > p::after {
	content:"";
	position:absolute;
	bottom:-40px;
	left:calc(50% - 23px);
	width:46px;
	height:4px;
	background-color:#E5E5E5;	
	}
main section {
	width:92%;
	max-width:1000px;
	margin:-85px auto 150px auto;
	font-size:18px;
	padding-top:85px;
	}

main section hr {
	border:none;
	margin-bottom:50px;
	}

section > p {
	margin-bottom:30px;
	}

p.caption {
	font-size:14px;
	display:block;
	margin-top:5px;
	}

main section h2{
	font-size: 30px;
	margin-bottom: 50px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #BC1653;
	padding: 0 0 0 18px;
	line-height:1.2;
	font-weight:bold;
	}

main section h3{
	font-size: 22px;
	margin-bottom: 30px;
	padding: 0 0 5px 0;
	line-height: 1.2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position:relative;
	font-weight:bold;
	}

main section h3::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	width:100px;
	background-color:#BC1653;
	height:2px;
	}

main section h4{
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight:bold;
	}

main section ol {
	counter-reset: my-counter;
	}

main section ol li {
	margin:0 0 2em 2em;
	position: relative;
}

main section ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #BC1653;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
main section ol.flow li:before {
  background-color: #6E6E6E;
}

_:-ms-lang(x)::-ms-backdrop, main section ol li:before {
	padding-top:3px;
	box-sizing:border-box;
	margin-top:-3px;
}

main section ul li {
	list-style:none;
	position:relative;
	margin:0 0 2em 1.4em;
}

main section ul li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#BC1653;
	width:10px;
	height:10px; 
	top:7px; 
	left:-1.1em; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

main section ol li:last-child,
main section ul li:last-child {
	margin-bottom:0;
	}

main section ol li,
main section ul li {
	font-size:18px;
	}

main section table {
	width:100%;
	}

main section table,
main section table tr,
main section table th,
main section table td {
	border-collapse: collapse;
	border: 1px solid #CCC;	
	}

main section table th,
main section table td {
	padding:10px;
	}

main section table th {
	background-color:#BC1653;
	color:#FFF;
	}

main section table.align th {
	width:30%;
	}


.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid .clm {
	width: calc(33% - 20px * 2 / 3);
	margin: 0 20px 20px 0;
}
.grid .clm:nth-child(3),
.grid .clm:nth-child(6),
.grid .clm:nth-child(9) {
	margin-right: 0px;
}

.grid .clm-1{
	margin-bottom:20px;
	}

.grid .clm-2 {
	width: calc(50% - 20px * 1 / 2);
	margin: 0 20px 20px 0;
}
.grid .clm-2:nth-child(2n) {
	margin-right: 0px;
}

.grid .clm-4 {
	width: calc(25% - 20px * 3 / 4);
	margin: 0 20px 20px 0;
}
.grid .clm-4:nth-child(4n) {
	margin-right: 0px;
}
@media screen and (max-width: 750px) {
	.grid {}
	.grid .clm, .grid .clm-2, .grid .clm-3, .grid .clm-3 .clm, .grid .clm-4 {
		width: 100% !important;
		margin: 0 0 20px 0;
	}
}











main#case::before {
	content: "CASE STUDY";
	color: #FFF;
	font-size: 14px;
	text-shadow: 1px 2px 3px #7a7a7a;
	text-align: center;
	letter-spacing: 1.1em;
	background-image: url(../../case/images/head-bg.jpg);
	background-size: cover;
	width: 100%;
	height: 140px;
	line-height: 140px;
	background-color: rgba(000,000,000,0.1);
	background-blend-mode: lighten;
	display: block;
	background-position: center center;
	}
main#case > article > h2,
main#case > article > .company-name {
	width:92%;
	max-width:1000px;
	margin:0 auto;
	}
main#case > article > .company-name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}
.company-name::before {
	content: "導入企業様";
	color:#FFF;
	background-color:#BC1653;
	display:inline-block;
	padding:1px 5px;
	margin-right:5px;
	font-size:14px;
	vertical-align: text-top;
	font-weight:normal;
	}
main#case h2.copy {
	font-size:30px;
	margin-bottom:10px;
	}
main#case .task {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	}
main#case .task dl:first-child {
	width:40%;
	}
main#case .task dl:last-child {
	width:59%;
	}
main#case .task dl:first-child dt{
	background-color:#CCC;
	padding:5px 10px;
	margin-bottom:10px;
	}
main#case .task dl:last-child dt{
	background-color:#00489b;
	color:#FFF;
	padding:5px 10px;
	margin-bottom:10px;
	}
main#case .task dl:first-child dd{
	padding: 15px 25px 15px 15px;
	border: 1px solid #CCC;
	border-radius:5px;
	margin-bottom:5px;
	position:relative;
	}

main#case .task dl:first-child dd::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #BC1653;
	border-right: solid 2px #BC1653;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	}
main#case .task dl:last-child dd{
	padding: 15px;
	font-weight:bold;
	font-size:20px;
	border: 1px solid #CCC;
	border-radius:5px;
	margin-bottom:5px;
	background-color:#f2f9fb;
	}


main#case .task dl dd{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	}

main#case .campany-data h4{
	font-size:22px;
	margin-bottom:10px;
	}
main#case .campany-data table th,
main#case .campany-data table td{
	box-sizing:border-box;
	}
main#case .campany-data table th{
	width:10em;
	}


@media screen and (max-width: 750px) {
  main#case .campany-data table td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  main#case .campany-data table {
    width: 100%;
  }
  main#case .campany-data table th,
  main#case .campany-data table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*******BTN*******/

.btn{
	font-family: "Noto Sans JP";
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: #bc1653;
	margin-left:auto;
	margin-right:auto;
	transition: all 0.3s ease 0s;
	box-sizing:border-box;
	}
.btn:hover {
	background-color:#FFF;
	border: solid 2px #bc1653;
	color:#bc1653;
	}
.btn span::after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	display:inline-block;
	margin-left:8px;
	}	
@media screen and (max-width: 750px) {
	.btn{
		height: 50px;
		}
}


/*お問い合わせ*/

.contact-area {
	width: 100%;
	background-image: url(../../assets/images/index-new/bg-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
	}
.contact-area h4{
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom:15px;
	}		
.contact-area p{
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom:25px;
	}
.contact-area .tel {
	font-family: Roboto;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0.05em;
	color: #fff;
	}
.contact-area .tel::before {
	content:"";
	width:37px;
	height:22px;
	background-image:url(../../assets/images/index-new/ico-tel@2x.png);
	background-size:cover;
	display:inline-block;
	margin-right:10px;
	}
.contact-area .btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:30px auto 0 auto;

	}
.contact-area  a.btn {
	color:#FFF;
	width: 300px;
	height: 62px;
	background: transparent;
	border: 1px solid #fff;
	margin-left:auto;
	margin-right:10px;
	}
.contact-area  a.btn.form {
	margin-left:10px;
	margin-right:auto;
	}
.contact-area  a.btn:hover {
	color:#333;
	background-color:#FFF;
	}
.contact-area  a.btn span::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	display:inline-block;
	margin-right:8px;
	}
.contact-area  a.btn.form span::before{
	content: '\f109';
	}
.contact-area  a.btn span::after{
	display:none;
	}
@media screen and (max-width: 750px) {
	.contact-area h4{
		font-size: 20px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.contact-area p{
		width:92%;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		margin-bottom:15px;
		}
	.contact-area .tel {
		font-size: 30px;
		}
	.contact-area .tel::before {
		width:28px;
		height:15px;
		margin-right:5px;
		}
	.contact-area a.btn {
		width: 80%;
		height: 40px;
	}
	.contact-area a.btn,.contact-area a.btn.form {
		margin-left:auto;
		margin-right:auto;
		}
	.contact-area a.btn.form {
		margin-top:15px;
		}
	.contact-area .btn-area {
		margin:15px auto 0 auto;
	}
}


/*パートナー*/

.ms-partner-area {
	width: 100%;
	background-color:#eeeeee;
	padding:50px 25px;
	box-sizing:border-box;
	}
.ms-partner-area a{
	width: 100%;
	max-width:1100px;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	}
.ms-partner-area a .image{
	background-color:#FFF;
	width:320px;
	padding:60px 40px;
	box-sizing:border-box;
	}
.ms-partner-area a .image img{
	width:100%;
	}
.ms-partner-area a p {
	color:#555555;
	line-height:180%;
	padding-left:50px;
	font-size:16px;
	}
.ms-partner-area a:hover p {
	text-decoration:underline;
	}
.ms-partner-area a p::after{
	font-family: "Font Awesome 5 Free";
	content: '\f2d2';
	font-weight: 900;
	}
@media screen and (max-width: 750px) {
	.ms-partner-area {
		padding:25px;
	}
	.ms-partner-area a{
		display: block;
	}
	.ms-partner-area a .image{
		padding:50px 35px;
		width:100%;
	}
	.ms-partner-area a p {
		margin-top:10px;
		padding-left:0px;
		font-size:14px;
	}
	}



#service-detail main::before,
#service-detail main article h1::before,
#service-detail main article h1::after,
#service-detail main article::before{
	display:none !important;
	}
#service-detail main article h1 {
	font-size: 30px;
	width:100%;
	height:180px;
	padding:0;
	background:#BC1653;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position:relative;
	top:160px;
	margin-bottom:390px;
}
#service-detail main article::before {
	content:"";
	display:block !important;
	width:100%;
	height:500px;
	background-image: url(../../assets/images/service/service-bg.jpg);
	background-size:cover;
	position:absolute;
	border:none;
	left:0;
	top:0;
	}
#service-detail main section h2.copy-ttl {
    font-size: 30px;
    padding: 0;
	text-align:center;
	border:none;
}
#service-detail main section h2.copy-ttl span {
	font-size: 20px;
}

@media screen and (max-width: 750px) {
	#service-detail main article::before {
		height:100px;
		}
	#service-detail main article h1 {
		font-size: 20px;
		height:120px;
		top:100px;
		margin-bottom:120px;
	}
	#service-detail main section h2.copy-ttl {
		font-size: 20px;
		text-align:left;
	}
	#service-detail main section h2.copy-ttl span {
		font-size: 16px;
	}
}

.bread-list {
	display:flex;
	width:1000px;
	margin:0 auto 100px auto;
	}
.bread-list li:after {
	content:"";
	display:inline-block;
	margin:-3px 10px 0 10px;
    width: 6px;
    height: 6px;
	vertical-align:middle;
    border-top: 1px solid #464646;
    border-right: 1px solid #464646;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.bread-list li:last-child:after {
	display:none;
	}
@media screen and (max-width: 750px) {
	.bread-list {
		display:none;
		}
	}
ul.ancher {
	width:100%;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	background-color:#F2F2F2;
	margin-bottom:100px;
	}
ul.ancher li {
	display:inline-block;
	margin-right:50px;
	}
ul.ancher li:last-child {
	margin-right:0;
	}
ul.ancher li a{
	color:#464646;
	font-size:16px;
	}
ul.ancher li a:hover{
	color:#BC1653;
	}
ul.ancher li a:before{
	content: "\f13a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:5px;
	}
dl.merit{
	border-radius: 15px;
	background: #fef1f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	margin-bottom:30px;
	padding:30px;
	box-sizing:border-box;
	}
dl.merit:last-child{
	margin-bottom:0;
	}
dl.merit dt{
	font-family: Roboto;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-align: left;
	color: #929292;
	width:115px;
	}
dl.merit dt span{
	font-family: Roboto;
	font-weight: 500;
	font-size: 80px;
	color: #bc1653;
	display:block;
	line-height:1;
	}	
dl.merit dd{
	width:calc( 100% - 115px );
	border-left:solid 4px #FFFFFF;
	padding-left:30px;
	box-sizing:border-box;
	}
dl.merit dd h3{
	border:none;
	font-size:30px;
	margin-bottom:20px;
	padding:0;
	}
dl.merit dd h3:after{
	display:none;
	}

@media screen and (max-width: 750px) {
	ul.ancher {
		padding:20px 20px 10px 20px;
		}
	ul.ancher li {
		display:inline-block;
		margin-right:25px;
		margin-bottom:10px;
		}
	dl.merit{
		align-items:start;
		padding:20px;
		}
	dl.merit dt{
		font-size: 12px;
		width:88px;
		}
	dl.merit dt span{
		font-size: 60px;
		}
	dl.merit dd {
		width:calc( 100% - 88px );
		}
	dl.merit dd h3{
		font-size:20px;
		margin-bottom:10px;
		}
	}

@media (max-width: 580px) {
	dl.merit{
		display: block;
	}
	dl.merit dt{
		width: 100%;
		margin-bottom: 10px;
	}
	dl.merit dd{
		width: 100%;
		border-top:solid 4px #FFFFFF;
		border-left:none;
		padding-left: 0px;
		padding-top: 30px;
	}
}



._box {
	border: 1px solid #dbdbdb;
	padding:30px;
	box-sizing:border-box;
	position:relative;
	}
._box:before {
	content:"";
	display:block;
	border-bottom: 24px solid transparent;
	border-left: 24px solid #BC1653;
	position:absolute;
	left:0;
	top:0;
	}
._box h3 {
	font-size:22px;
	border:none;
	text-align:center;
	margin-bottom:30px;
	padding:0;
	
	}
._box h3::after {
	display:none;
}

._box ul {
	margin-top:30px;
	}

._box ul li {
	width: 100%;
	border-radius: 20px;
	background: #FFF5F8;
	margin: 0 0 10px 0;
	padding:5px 20px;
	text-align:center;
	box-sizing:border-box;
	}
._box ul li:last-child {
	margin-bottom:0;
	}
._box ul li:after {
	display:none;
}

._box._blue h3 span {
	color:#499CDB;
	}
._box._blue:before {
	border-left: 24px solid #499CDB;
	}
._box._blue ul li {
	background: #F1F7FE;
	}


._box._orange h3 span {
	color:#E97500;
	}
._box._orange:before {
	border-left: 24px solid #E97500;
	}
._box._orange ul li {
	background: #FFF3DC;
	}



._box._purple h3 span {
	color:#872780;
	}
._box._purple:before {
	border-left: 24px solid #872780;
	}
._box._purple ul li {
	background: #FBF0FA;
	}



._box._yellow h3 span {
	color:#E9B813;
	}
._box._yellow:before {
	border-left: 24px solid #E9B813;
	}
._box._yellow ul li {
	background: #FAF7ED;
	}



._box._blue2 h3 span {
	color:#0E45BF;
	}
._box._blue2:before {
	border-left: 24px solid #0E45BF;
	}
._box._blue2 ul li {
	background: #EDF2FD;
	}



._box._green h3 span {
	color:#0E677E;
	}
._box._green:before {
	border-left: 24px solid #0E677E;
	}
._box._green ul li {
	background: #EDF7FA;
	}

.list-box {
	display:flex;
	flex-wrap:wrap;
	}
	
.list-box li{
	width:32%;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #dbdbdb;
	padding:20px;
	box-sizing:border-box;
	margin: 0 2% 2% 0 !important;
	}
.list-box li:after {
	display:none;
	}
.list-box li:nth-child(3n){
	margin-right:0 !important;
	}
.list-box li h4 {
	position:relative;
	margin-left:23px;
	margin-bottom:10px;
	font-size:18px;
	}
.list-box li p {
	font-size:16px;
	}
.list-box li h4:before {
    content: '';
    display: block;
    position: absolute;
    background: #BC1653;
    width: 10px;
    height: 10px;
    top: 5px;
    left: -1.1em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
	.list-box li{
		width:100%;
		}
	.list-box li{
		margin-right:0 !important;
		}
	}
.caption {
	font-size:14px !important;
	color:inherit;
	margin-left:1.5em;
	position:relative;
	}
.caption:before {
	content:"※";
	position:absolute;
	left:-1.5em;
	}

dl.table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
dl.table dt,
dl.table dd {
	margin-bottom:5px;
	}
dl.table dt {
	width:50%;
	background-color:#FEF1F5;
	padding:10px 20px;
	box-sizing:border-box;
	}
dl.table dd {
	width:calc( 50% - 5px );
	background-color:#F8F8F8;
	padding:10px 20px;
	box-sizing:border-box;
	text-align:center;
	}
@media screen and (max-width: 750px) {
	dl.table dt,
	dl.table dd {
		width: 100%;
		}
	}

.btn._back {
	width:300px;
	margin:0 auto 50px auto;
	}
.btn._back span::before {
    font-family: "Font Awesome 5 Free";
    content: '\f137';
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
}
.btn._back span::after {
	display:none;
}

.limit-time {
	border-radius: 12px;
	font-weight:normal;
	font-size:16px;
	display:inline-block;
	margin-left:5px;
	color:#FFF;
	background-color:#BC1653;
	padding:1px 15px;
	vertical-align:text-top;
	}
.limit-time.customer {
	background-color:#2E425A;
	}

._box_list {
	margin-top: 30px;
}

._box_list dt {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

._box_list dt::after {
	content: "";
	display: block;
	width: calc(100% - 100px);
	height: 1px;
	background-color: #DBDBDB;
}

._box_list dd ul {
	margin-top: 0px;
}

._box_list dd ul li {
	border-radius: 0px;
	margin: 0;
	padding: 0;
	background-color: transparent !important;
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
}

._box_list dd ul li::before {
	content: "・";
}

._box  aside {
	font-size: 14px;
	margin-top: 10px;
}

._box_img {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}

main section ul.check li {
	margin-bottom: 1em;
	margin-left: 25px;
	text-indent: -25px;
}

main section ul.check li::before {
	content: url("../../assets/images/common/check.png");
	position: relative;
	top: 3px;
	margin-right: 5px;
}

main section ul.check li::after {
	content: none;
}

.powerplatform_content {
	background-color: #FEF1F5;
	border-radius: 15px;
	padding: 30px;
}


.powerplatform_content h4 {
	font-size: 30px;
	font-weight: 700;
	color: #BC1653;
	border-bottom: 4px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.powerplatform_content h4 span {
	font: inherit;
	color: inherit;
	display: inline-block;
}

.powerplatform_list_01 {
	margin-bottom: 40px;
}

.powerplatform_list_01 li {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	text-indent: -1em;
	margin-left: 1em;
}

.powerplatform_list_01 li::before {
	content: "・";
}

.powerplatform_list_01 li::after {
	content: none;
}

.powerplatform_list_01 li:not(:first-child) {
	margin-top: 10px;
}

.powerplatform_content_inner {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.powerplatform_list_02 li {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 1.5em;
	position: relative;
}

.powerplatform_list_02 li::before {
	content: url("../../assets/images/common/check.png");
	position: absolute;
	top: 3px;
	left: 0px;
}

.powerplatform_list_02 li::after {
	content: none;
}

.powerplatform_list_02 li:not(:first-child) {
	margin-top: 5px;
	padding-top: 7px;
	border-top: 1px solid #D1D1D1;
}

.powerplatform_list_02 li:not(:first-child)::before {
	top: 10px;
}

.powerplatform_content_inner img {
	max-width: 500px;
	width: calc(100% - 380px);
}

.powerplatform_list_03 {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.powerplatform_list_03 li {
	display: flex;
	flex-flow: wrap;
	margin-left: 0px;
	margin-bottom: 0px;
}

.powerplatform_list_03 > li {
	width: 22%;
	position: relative;
}
.powerplatform_list_03 li::after {
	content: none;
}

.powerplatform_list_03 > li:not(:first-child)::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-right: 2px solid #BC1653;
	border-bottom: 2px solid #BC1653;
	transform: rotate(-45deg);
	position: absolute;
	left: -30px;
	top: calc(50% - 8px);
}

.powerplatform_list_03 li dl {
	width: 100%;
	display: flex;
    flex-flow: column;
}

.powerplatform_list_03 li dl dt {
	color: #fff;
	text-align: center;
	background-color: #BC1653;
	border-radius: 10px 10px 0px 0px;
	padding: 5px 0px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2em;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.powerplatform_list_03 li dl dd {
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	flex-grow: 1;
	padding: 10px 0px;
}

.powerplatform_list_03 li dl dd ul li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 16px;
}

.powerplatform_list_03 li dl dd ul li::before {
	content: "・";
}

.powerplatform_content aside {
	font-size: 14px;
}

@media (max-width: 840px) {
	.powerplatform_content {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.powerplatform_content h4 {
		width: 100%;
		text-align: center;
	}
	.powerplatform_content_inner {
		flex-flow: column;
		align-items: center;
	}
	.powerplatform_list_02 {
		margin-bottom: 30px;
	}
	.powerplatform_content_inner img {
		width: 100%;
	}
	.powerplatform_list_03 {
		flex-flow: column;
	}
	.powerplatform_list_03 > li {
		width: 100%;
	}
	.powerplatform_list_03 > li:not(:first-child) {
		margin-top: 40px;
	}
	.powerplatform_list_03 li dl dt {
		padding: 5px 10px;
	}
	.powerplatform_list_03 > li:not(:first-child)::before {
		top: -30px;
		left: calc(50% - 8px);
		transform: rotate(45deg);
	}
}


@media (max-width: 420px) {
	.powerplatform_content h4 {
		font-size: 24px;
	}
	.powerplatform_list_01 li {
		font-size: 16px;
	}
	.powerplatform_list_02 li {
		font-size: 14px;
		padding-left: 2em;
	}
	.powerplatform_list_02 li::before {
		top: -1px;
	}
}

main section ol li dl {
	margin-left: 50px;
	margin-top: 20px;
}

main section ol li dl dt {
	color: #BC1653;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2em;
	text-indent: -1.2em;
}

main section ol li dl dt::before {
	content: "\f04b";
    font-family: "Font Awesome 5 Free";
	color: #BC1653;
	font-size: 20px;
	font-weight: 700;
	margin-right: 0.5em;
}

@media (max-width: 420px) {
	main section ol li dl {
		margin-left: 10px;
	}
}