/**
/* LP CSS
----------------------------------------------- */
/*　　RPAって？　　*/
.what-guide .what-grid .p-text{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.what-guide .what-list .what-items{
	margin: 80px 0 40px 0;
}
.what-guide .what-list .what-items h3{
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
}
.what-guide .what-list .what-items h3:first-letter{
	font-size: 22px;
	color: #2E75B2;
}
.what-guide .what-list .what-items:nth-child(odd) .flex{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.what-guide .what-list .what-items .imgArea{
	width: 34%;
}
.what-guide .what-list .what-items .contentArea{
	width: 66%;
	padding: 0 0 0 30px;
}
.what-guide .what-list .what-items:nth-child(odd) .contentArea{
	padding: 0 30px 0 0;
}
.what-guide .what-list .what-items .contentArea p{
	font-size: 16px;
	line-height: 1.8;
}
.what-guide .what-list .what-items .contentArea p span{
	font-weight: 500;
	color: #2E75B2;
}
@media only screen and (max-width: 735px) {
	.what-guide .what-grid .p-text{
		font-size: 3.8vw;
		margin-bottom: 2%;
	}
	.what-guide .what-list .what-items{
		margin: 8% 0 5% 0;
	}
	.what-guide .what-list .what-items h3{
		font-size: 3.8vw;
		padding-bottom: 2%;
		margin: 0 0 3% 0;
	}
	.what-guide .what-list .what-items h3:first-letter{
		font-size: 4.4vw;
	}
	.what-guide .what-list .what-items .imgArea{
		width: 100%;
		margin-bottom: 3%;
	}
	.what-guide .what-list .what-items .contentArea{
		width: 100%;
		padding: 0;
	}
	.what-guide .what-list .what-items:nth-child(odd) .contentArea{
		padding: 0;
	}
	.what-guide .what-list .what-items .contentArea p{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.what-guide .what-grid .p-text{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.what-guide .what-list .what-items{
		margin: 40px 0 20px 0;
	}
	.what-guide .what-list .what-items h3{
		font-size: 17px;
		padding-bottom: 5px;
		margin: 0 0 20px 0;
	}
	.what-guide .what-list .what-items h3:first-letter{
		font-size: 21px;
	}
	.what-guide .what-list .what-items .imgArea{
		width: 45%;
	}
	.what-guide .what-list .what-items .contentArea{
		width: 55%;
		padding: 0 0 0 20px;
	}
	.what-guide .what-list .what-items:nth-child(odd) .contentArea{
		padding: 0 20px 0 0;
	}
	.what-guide .what-list .what-items .contentArea p{
		font-size: 14px;
	}
}
/*　　自己紹介　　*/
.introduction-guide{
	background: #F5F5F5;
}
.introduction-guide .introduction-grid .commentArea{
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 50px;
}
.introduction-guide .introduction-grid .commentArea p{
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 735px) {
	.introduction-guide .introduction-grid .commentArea{
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		padding: 5%;
	}
	.introduction-guide .introduction-grid .commentArea p{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.introduction-guide .introduction-grid .commentArea{
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		padding: 30px;
	}
	.introduction-guide .introduction-grid .commentArea p{
		font-size: 15px;
	}
}
/*　　RPA導入・運用のメリット　　*/
.merit-guide .merit-list .merit-items{
	width: 30%;
}
.merit-guide .merit-list .merit-items .imgArea{
	text-align: center;
	margin-bottom: 20px;
}
.merit-guide .merit-list .merit-items .imgArea img{
	max-width: 260px;
}
.merit-guide .merit-list .merit-items .contentArea h3{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #2E75B2;
	line-height: 1.4;
	margin-bottom: 20px;
}
.merit-guide .merit-list .merit-items .contentArea p{
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 735px) {
	.merit-guide .merit-list .merit-items{
		width: 100%;
		margin-bottom: 8%;
	}
	.merit-guide .merit-list .merit-items:last-child{
		margin-bottom: 0;
	}
	.merit-guide .merit-list .merit-items .imgArea{
		margin-bottom: 3%;
	}
	.merit-guide .merit-list .merit-items .contentArea h3{
		font-size: 3.8vw;
		margin-bottom: 3%;
	}
	.merit-guide .merit-list .merit-items .contentArea p{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.merit-guide .merit-list .merit-items{
		width: 30%;
	}
	.merit-guide .merit-list .merit-items .imgArea{
		margin-bottom: 15px;
	}
	.merit-guide .merit-list .merit-items .contentArea h3{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.merit-guide .merit-list .merit-items .contentArea p{
		font-size: 15px;
	}
}
/*　　RPA導入・運用のデメリット　　*/
.demerit-guide{
	background: #F5F5F5;
}
.demerit-guide .demerit-list .demerit-items{
	background: #ffffff;
	margin: 20px 0 60px 0;
}
.demerit-guide .demerit-list .demerit-items:last-child{
	margin: 20px 0 0 0;
}
.demerit-guide .demerit-list .demerit-items h3{
	background: #535353;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	padding: 10px 25px;
}
.demerit-guide .demerit-list .demerit-items h3 i{
	margin-right: 5px;
}
.demerit-guide .demerit-list .demerit-items h3 i img{
	max-width: 28px;
}
.demerit-guide .demerit-list .demerit-items .flex{
	border: 1px solid #D3D3D3;
	padding: 15px 25px;
}
.demerit-guide .demerit-list .demerit-items .contentArea{
	position: relative;
	width: 45%;
}
.demerit-guide .demerit-list .demerit-items .contentArea:after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	position: absolute;
	top: 50%;
	right: -46px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #2E75B2;
	font-size: 24px;
	font-weight: 900;
}
.demerit-guide .demerit-list .demerit-items .contentArea p{
	font-size: 16px;
	line-height: 1.8;
}
.demerit-guide .demerit-list .demerit-items .pointArea{
	position: relative;
	background: #F4822F;
	width: 45%;
	padding: 30px;
	margin: 20px 0;
}
.demerit-guide .demerit-list .demerit-items .pointArea .point-icon{
	position: absolute;
	top: -15px;
	left: -25px;
}
.demerit-guide .demerit-list .demerit-items .pointArea .text{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.8;
}
@media only screen and (max-width: 735px) {
	.demerit-guide .demerit-list .demerit-items{
		margin: 2% 0 5% 0;
	}
	.demerit-guide .demerit-list .demerit-items:last-child{
		margin: 2% 0 0 0;
	}
	.demerit-guide .demerit-list .demerit-items h3{
		font-size: 4vw;
		padding: 3%;
	}
	.demerit-guide .demerit-list .demerit-items h3 i{
		margin-right: 2%;
	}
	.demerit-guide .demerit-list .demerit-items h3 i img{
		width: 22px;
	}
	.demerit-guide .demerit-list .demerit-items .flex{
		padding: 3%;
	}
	.demerit-guide .demerit-list .demerit-items .contentArea{
		width: 100%;
		margin-bottom: 34px;
	}
	.demerit-guide .demerit-list .demerit-items .contentArea:after{
		content: "\f078";
		top: auto;
		bottom: -30px;
		right: 50%;
		-webkit-transform: translate(50%, 0%);
		transform: translate(50%, 0%);
		font-size: 18px;
	}
	.demerit-guide .demerit-list .demerit-items .contentArea p{
		font-size: 3.4vw;
	}
	.demerit-guide .demerit-list .demerit-items .pointArea{
		width: 100%;
		padding: 30px 3% 3% 3%;
		margin: 5% 0 3% 0;
	}
	.demerit-guide .demerit-list .demerit-items .pointArea .point-icon{
		width: 40px;
		top: -10px;
		left: -2%;
	}
	.demerit-guide .demerit-list .demerit-items .pointArea .text{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.demerit-guide .demerit-list .demerit-items{
		margin: 20px 0 30px 0;
	}
	.demerit-guide .demerit-list .demerit-items:last-child{
		margin: 20px 0 0 0;
	}
	.demerit-guide .demerit-list .demerit-items h3{
		font-size: 17px;
		padding: 10px 20px;
	}
	.demerit-guide .demerit-list .demerit-items h3 i{
		margin-right: 5px;
	}
	.demerit-guide .demerit-list .demerit-items h3 i img{
		width: 25px;
	}
	.demerit-guide .demerit-list .demerit-items .flex{
		padding: 15px 20px;
	}
	.demerit-guide .demerit-list .demerit-items .contentArea{
		width: 47%;
	}
	.demerit-guide .demerit-list .demerit-items .contentArea:after{
		top: 50%;
		right: -24px;
		font-size: 20px;
	}
	.demerit-guide .demerit-list .demerit-items .contentArea p{
		font-size: 15px;
	}
	.demerit-guide .demerit-list .demerit-items .pointArea{
		width: 47%;
		padding: 20px;
		margin: 20px 0;
	}
	.demerit-guide .demerit-list .demerit-items .pointArea .point-icon{
		width: 50px;
		top: -15px;
		left: -30px;
	}
	.demerit-guide .demerit-list .demerit-items .pointArea .text{
		font-size: 15px;
	}
}
/*　　サービスコース　　*/
.service-guide{
	background: #2E75B2;
}
.service-guide .page-header .h2_ttl,
.service-guide .page-header .roma{
	color: #ffffff;
}
.service-guide .service-list .service-items{
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 50px;
	margin-bottom: 30px;
}
.service-guide .service-list .service-items:last-child{
	margin-bottom: 0;
}
.service-guide .service-list .service-items .ttlArea{
	align-items: center;
}
.service-guide .service-list .service-items .ttlArea .no{
	background: #F4822F;
	color: #ffffff;
	width: 60px;
	height: 80px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 80px;
	margin-right: 20px;
}
.service-guide .service-list .service-items .ttlArea .ttl{
	align-items: center;
}
.service-guide .service-list .service-items .ttlArea h3{
	font-size: 22px;
	font-weight: 700;
}
.service-guide .service-list .service-items .ttlArea ul{
	margin-left: 20px;
}
.service-guide .service-list .service-items .ttlArea ul li{
	display: inline-block;
	background: #D3D3D3;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px;
	margin: 0 5px;
	line-height: 1.2;
}
.service-guide .service-list .service-items .contentArea{
	padding: 20px 0 50px 0;
}
.service-guide .service-list .service-items .contentArea p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.service-guide .service-list .service-items .contentArea p.note{
	font-size: 14px;
}
.service-guide .service-list .service-items .contentArea dl{
	display: table;
	background: #F5F5F5;
	padding: 10px 30px;
}
.service-guide .service-list .service-items .contentArea dl dt,
.service-guide .service-list .service-items .contentArea dl dd{
	display: table-cell;
}
.service-guide .service-list .service-items .contentArea dl dt{
	color: #2E75B2;
	font-size: 18px;
	font-weight: 700;
}
.service-guide .service-list .service-items .contentArea dl dt span{
	display: inline-block;
	border-right: 1px solid #222529;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 1;
}
.service-guide .service-list .service-items .contentArea dl dd{
	font-size: 18px;
	font-weight: 500;
}
.service-guide .service-list .service-items .contentArea dl dd li{
	line-height: 2.4;
}
@media only screen and (max-width: 735px) {
	.service-guide .service-list .service-items{
		padding: 0 5%;
		margin-bottom: 3%;
	}
	.service-guide .service-list .service-items .ttlArea{
		display: flex;
		padding: 3% 0;
	}
	.service-guide .service-list .service-items .ttlArea .no{
		width: auto;
		height: auto;
		font-size: 4.4vw;
		line-height: 3;
		margin-right: 15px;
		padding: 0 5%;
	}
	.service-guide .service-list .service-items .ttlArea h3{
		font-size: 4vw;
		margin-bottom: 1%;
	}
	.service-guide .service-list .service-items .ttlArea ul{
		margin-left: 0;
	}
	.service-guide .service-list .service-items .ttlArea ul li{
		font-size: 3.26vw;
		margin: 0 3px;
		padding: 3px 5px;
	}
	.service-guide .service-list .service-items .contentArea{
		padding: 0 0 5% 0;
	}
	.service-guide .service-list .service-items .contentArea p{
		font-size: 3.4vw;
		margin-bottom: 3%;
	}
	.service-guide .service-list .service-items .contentArea p.note{
		font-size: 2.8vw;
	}
	.service-guide .service-list .service-items .contentArea dl{
		padding: 5px 15px;
	}
	.service-guide .service-list .service-items .contentArea dl dt{
		width: 20%;
		font-size: 3.4vw;
	}
	.service-guide .service-list .service-items .contentArea dl dt span{
		padding-right: 15px;
		margin-right: 15px;
	}
	.service-guide .service-list .service-items .contentArea dl dd{
		font-size: 3.4vw;
	}
	.service-guide .service-list .service-items .contentArea dl dd li{
		line-height: 1.4;
		margin-bottom: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.service-guide .service-list .service-items{
		padding: 0 30px;
		margin-bottom: 20px;
	}
	.service-guide .service-list .service-items .ttlArea .no{
		width: 50px;
		height: 60px;
		font-size: 26px;
		line-height: 60px;
		margin-right: 15px;
	}
	.service-guide .service-list .service-items .ttlArea h3{
		font-size: 20px;
	}
	.service-guide .service-list .service-items .ttlArea ul{
		margin-left: 20px;
	}
	.service-guide .service-list .service-items .ttlArea ul li{
		font-size: 14px;
		margin: 0 3px;
	}
	.service-guide .service-list .service-items .contentArea{
		padding: 20px 0 30px 0;
	}
	.service-guide .service-list .service-items .contentArea p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.service-guide .service-list .service-items .contentArea p.note{
		font-size: 13px;
	}
	.service-guide .service-list .service-items .contentArea dl{
		padding: 8px 20px;
	}
	.service-guide .service-list .service-items .contentArea dl dt{
		font-size: 16px;
	}
	.service-guide .service-list .service-items .contentArea dl dt span{
		padding-right: 15px;
		margin-right: 15px;
	}
	.service-guide .service-list .service-items .contentArea dl dd{
		font-size: 16px;
	}
	.service-guide .service-list .service-items .contentArea dl dd li{
		line-height: 2;
	}
}
/*　　RPA導入・運用事例　　*/
.example-guide .page-header{
	padding-bottom: 80px;
}
.example-guide .example-list .example-items{
	position: relative;
	background: #ffffff;
	border: 6px solid #F5F5F5;
	padding: 30px;
	margin-bottom: 90px;
}
.example-guide .example-list .example-items:last-child{
	margin-bottom: 0;
}
.example-guide .example-list .example-items h3{
	position: absolute;
	background: #2E75B2;
	width: 50%;
	right: 50%;
	top: -35px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	padding: 10px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.example-guide .example-list .example-items .contentArea{
	position: relative;
	margin-bottom: 90px;
}
.example-guide .example-list .example-items .contentArea:after{
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	position: absolute;
	bottom: -65px;
	right: 50%;
	-webkit-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
	display: block;
	color: #2E75B2;
	font-size: 24px;
	font-weight: 900;
}
.example-guide .example-list .example-items .contentArea h4{
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.example-guide .example-list .example-items .contentArea h4:first-letter{
	font-size: 22px;
	color: #2E75B2;
}
.example-guide .example-list .example-items .contentArea p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.example-guide .example-list .example-items .pointArea dl{
	width: 100%;
	display: table;
	background: #EAEFF4;
	padding: 20px;
}
.example-guide .example-list .example-items .pointArea dl dt,
.example-guide .example-list .example-items .pointArea dl dd{
	display: table-cell;
	vertical-align: top;
}
.example-guide .example-list .example-items .pointArea dl dt{
	width: 120px;
	background: #2E75B2;
	padding: 10px 5px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
.example-guide .example-list .example-items .pointArea dl dd{
	width: calc(100% - 120px);
	color: #2E75B2;
	font-size: 16px;
	padding-left: 30px;
}
@media only screen and (max-width: 735px) {
	.example-guide .page-header{
		padding-bottom: 10%;
	}
	.example-guide .example-list .example-items{
		border: 4px solid #F5F5F5;
		padding: 8% 5% 5% 5%;
		margin-bottom: 15%;
	}
	.example-guide .example-list .example-items h3{
		width: 90%;
		top: -25px;
		font-size: 4vw;
		padding: 2% 3%;
	}
	.example-guide .example-list .example-items .contentArea{
		margin-bottom: 40px;
	}
	.example-guide .example-list .example-items .contentArea:after{
		bottom: -30px;
		font-size: 18px;
	}
	.example-guide .example-list .example-items .contentArea h4{
		font-size: 3.8vw;
		padding-bottom: 1%;
		margin-bottom: 2%;
	}
	.example-guide .example-list .example-items .contentArea h4:first-letter{
		font-size: 4.4vw;
	}
	.example-guide .example-list .example-items .contentArea p{
		font-size: 3.4vw;
		margin-bottom: 5%;
	}
	.example-guide .example-list .example-items .pointArea dl{
		padding: 3%;
	}
	.example-guide .example-list .example-items .pointArea dl dt,
	.example-guide .example-list .example-items .pointArea dl dd{
		display: block;
	}
	.example-guide .example-list .example-items .pointArea dl dt{
		width: 100%;
		padding: 2%;
		font-size: 3.8vw;
		margin-bottom: 3%;
	}
	.example-guide .example-list .example-items .pointArea dl dd{
		width: 100%;
		font-size: 3.4vw;
		padding-left: 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.example-guide .page-header{
		padding-bottom: 60px;
	}
	.example-guide .example-list .example-items{
		border: 6px solid #F5F5F5;
		padding: 30px 20px 20px 20px;
		margin-bottom: 60px;
	}
	.example-guide .example-list .example-items h3{
		width: 50%;
		top: -25px;
		font-size: 20px;
		padding: 5px 10px;
	}
	.example-guide .example-list .example-items .contentArea{
		margin-bottom: 60px;
	}
	.example-guide .example-list .example-items .contentArea:after{
		bottom: -50px;
		font-size: 20px;
	}
	.example-guide .example-list .example-items .contentArea h4{
		font-size: 17px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.example-guide .example-list .example-items .contentArea h4:first-letter{
		font-size: 21px;
	}
	.example-guide .example-list .example-items .contentArea p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.example-guide .example-list .example-items .pointArea dl{
		padding: 10px;
	}
	.example-guide .example-list .example-items .pointArea dl dt{
		width: 110px;
		padding: 5px;
		font-size: 18px;
	}
	.example-guide .example-list .example-items .pointArea dl dd{
		width: calc(100% - 110px);
		font-size: 15px;
		padding-left: 20px;
	}
}
/*　　代表挨拶　　*/
.greeting-guide{
	background: #F5F5F5;
}
.greeting-guide .greeting-grid .contentArea{
	background: #ffffff;
	padding: 50px;
}
.greeting-guide .greeting-grid .imgArea{
	width: 30%;
}
.greeting-guide .greeting-grid .commentArea{
	width: 70%;
	padding-right: 30px;
}
.greeting-guide .greeting-grid .commentArea p{
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 735px) {
	.greeting-guide .greeting-grid .contentArea{
		padding: 5%;
	}
	.greeting-guide .greeting-grid .imgArea{
		width: 100%;
		margin-bottom: 5%;
		text-align: center;
	}
	.greeting-guide .greeting-grid .imgArea img{
		width: auto;
	}
	.greeting-guide .greeting-grid .commentArea{
		width: 100%;
		padding-right: 0;
	}
	.greeting-guide .greeting-grid .commentArea p{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.greeting-guide .greeting-grid .contentArea{
		padding: 30px;
	}
	.greeting-guide .greeting-grid .imgArea{
		width: 30%;
	}
	.greeting-guide .greeting-grid .commentArea{
		width: 70%;
		padding-right: 20px;
	}
	.greeting-guide .greeting-grid .commentArea p{
		font-size: 15px;
	}
}
/*　　会社概要　　*/
.company-guide{
	background: #F5F5F5;
	padding: 50px 0 100px 0;
}
.company-guide .company-grid .company-box{
	background: #ffffff;
	padding: 50px;
}
.company-guide .company-grid table.tbl-r th{
	width: 140px;
}
.company-guide .company-grid table.tbl-r td p{
	margin-bottom: 20px;
}
.company-guide .company-grid table.tbl-r td dl{
	margin-bottom: 30px;
}
.company-guide .company-grid table.tbl-r td p:last-child,
.company-guide .company-grid table.tbl-r td dl:last-child{
	margin-bottom: 0;
}
.company-guide .company-grid table.tbl-r td iframe{
	width: 100%;
}
.company-guide .company-grid table.tbl-r td a{
	color: #2E75B2;
}
@media only screen and (max-width: 735px) {
	.company-guide{
		padding: 3% 0 8% 0;
	}
	.company-guide .company-grid .company-box{
		padding: 5%;
	}
	.company-guide .company-grid table.tbl-r th{
		width: 100%;
		background: #2e75b2;
		color: #ffffff;
	}
	.company-guide .company-grid table.tbl-r td p{
		margin-bottom: 3%;
	}
	.company-guide .company-grid table.tbl-r td dl{
		margin-bottom: 3%;
	}
	.company-guide .company-grid table.tbl-r td iframe{
		height: 200px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.company-guide{
		padding: 20px 0 40px 0;
	}
	.company-guide .company-grid .company-box{
		padding: 30px;
	}
	.company-guide .company-grid table.tbl-r th{
		width: 110px;
	}
	.company-guide .company-grid table.tbl-r td p{
		margin-bottom: 15px;
	}
	.company-guide .company-grid table.tbl-r td dl{
		margin-bottom: 15px;
	}
	.company-guide .company-grid table.tbl-r td iframe{
		height: 350px;
	}
}
/*　　取材実績等　　*/
.result-guide{
	background: #F5F5F5;
	padding: 50px 0 100px 0;
}
.result-guide .result-grid .result-items{
	background: #ffffff;
	padding: 50px;
	margin-bottom: 20px;
}
.result-guide .result-grid .result-items:last-child{
	margin-bottom: 0;
}
.result-guide .result-grid .result-items h3{
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
}
.result-guide .result-grid .result-items h3:first-letter{
	font-size: 22px;
	color: #2E75B2;
}
.result-guide .result-grid .result-items ul li{
	margin-right: 30px;
}
.result-guide .result-grid .result-items ul li:last-child{
	margin-right: 0;
}
@media only screen and (max-width: 735px) {
	.result-guide{
		padding: 5% 0 8% 0;
	}
	.result-guide .result-grid .result-items{
		padding: 5%;
		margin-bottom: 3%;
	}
	.result-guide .result-grid .result-items h3{
		font-size: 3.8vw;
		padding-bottom: 1%;
		margin: 0 0 3% 0;
	}
	.result-guide .result-grid .result-items h3:first-letter{
		font-size: 4.4vw;
	}
	.result-guide .result-grid .result-items ul{
		display: flex;
	}
	.result-guide .result-grid .result-items ul li{
		width: 48%;
		margin-right: 4%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.result-guide{
		padding: 30px 0 40px 0;
	}
	.result-guide .result-grid .result-items{
		padding: 30px;
		margin-bottom: 20px;
	}
	.result-guide .result-grid .result-items h3{
		font-size: 17px;
		padding-bottom: 5px;
		margin: 0 0 20px 0;
	}
	.result-guide .result-grid .result-items h3:first-letter{
		font-size: 21px;
	}
	.result-guide .result-grid .result-items ul li{
		width: 30%;
		margin-right: 2%;
	}
}
/*　　お問い合わせはこちら　　*/
.contact-guide{
	background: url(../image/contact_bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}
.contact-guide .contact-grid .h2_ttl{
	font-size: 25px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
}
@media only screen and (max-width: 735px) {
	.contact-guide{
		padding: 8% 0;
	}
	.contact-guide .contact-grid .h2_ttl{
		font-size: 4.4vw;
		margin-bottom: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.contact-guide{
		padding: 30px 0;
	}
	.contact-guide .contact-grid .h2_ttl{
		font-size: 22px;
		margin-bottom: 15px;
	}
}
/*　　お問い合わせフォーム　　*/
.contactus-guide .contactus-grid .form-box th{
	width: 300px;
	padding: 20px 0;
	vertical-align: middle;
}
.contactus-guide .contactus-grid .form-box th h4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.contactus-guide .contactus-grid .form-box th span{
	display: inline-block;
}
.contactus-guide .contactus-grid .form-box th .required{
	background: #2E75B2;
	color: #ffffff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px;
	margin-right: 15px;
	line-height: 1.2;
}
.contactus-guide .contactus-grid .form-box th .any{
	background: #D3D3D3;
	color: #ffffff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px;
	margin-right: 15px;
	line-height: 1.2;
}
.contactus-guide .contactus-grid .form-box th .ttl{
	font-size: 18px;
	font-weight: 500;
}
.contactus-guide .contactus-grid .form-box th .ttl span{
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.contactus-guide .contactus-grid .form-box td{
	width: calc(100% - 300px);
	font-size: 16px;
	padding: 20px 0;
	vertical-align: middle;
}
.contactus-guide .contactus-grid .form-box td .note{
	font-size: 14px;
}
.contactus-guide .contactus-grid .form-box td ul li{
	font-size: 16px;
	margin-bottom: 10px;
}
.contactus-guide .contactus-grid .form-box td ul li:last-child{
	margin-bottom: 0;
}
.contactus-guide .contactus-grid .form-box td ul.flex li{
	width: 48%;
	margin-bottom: 0;
}
.contactus-guide .contactus-grid .form-box td ul.flex li span{
	display: inline-block;
	width: 40px;
}
.form-box td input[type=text],
.form-box td input[type=email]{
	height: 45px;
	padding: 0 20px;
	background: #F5F5F5;
	border: none;
}
.form-box td input.text{
	width: 100%;
}
.form-box td input.m-text{
	width: calc(100% - 40px);
}
.form-box td input[type=checkbox],
.form-box td input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 25px;
	vertical-align: -0.8rem;
	transition:all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem .6rem .4rem 0;
	outline: none;
	border-radius: 20%;
	background: #ffffff;
	border: 2px solid #D5D5D5;
}
.form-box td input[type=checkbox]:before,
.form-box td input[type=checkbox]:after {
	position: absolute;
	content: "";
	background: #fff;
	transition: all .2s ease-in-out;
}
.form-box td input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.form-box td input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .2s;
}
.form-box td input[type=checkbox]:checked:before {
	left: 2px;
	top: 15px;
	width: 10px;
	height: 2px;
}
.form-box td input[type=checkbox]:checked:after {
	right: 9px;
	bottom: 4px;
	width: 2px;
	height: 16px;
}
.form-box td input[type=checkbox]:indeterminate:before,
.form-box td input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.form-box td input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}
.form-box td input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}
.form-box td input[type=checkbox]:checked,
.form-box td input[type=checkbox]:indeterminate,
.form-box td input[type=radio]:checked:before {
	background: #1472DE;
	border: none;
}
.form-box td textarea{
	width: 100%;
	height: 250px;
	padding: 20px;
	background: #F5F5F5;
	border: none;
}
.form-box td ::placeholder{
  color: #919191;
  font-size: 16px;
}
.contactus-guide .contactus-grid .submit_btn{
	text-align: center;
	margin-top: 60px;
}
.contactus-guide .contactus-grid .submit_btn li{
	width: 90%;
	max-width: 300px;
	display: inline-block;
}
.contactus-guide .contactus-grid input.submit{
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 2.4;
	background: #2E75B2;
	color: #FFF;
	font-size: 19px;
	font-weight: 500;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
@media only screen and (max-width: 735px) {
	.contactus-guide .contactus-grid .form-box th{
		width: 100%;
		padding: 0 0 3% 0;
	}
	.contactus-guide .contactus-grid .form-box th .required{
		font-size: 3.26vw;
		padding: 5px 10px;
		margin-right: 15px;
	}
	.contactus-guide .contactus-grid .form-box th .any{
		font-size: 3.26vw;
		padding: 5px 10px;
		margin-right: 15px;
	}
	.contactus-guide .contactus-grid .form-box th .ttl{
		font-size: 3.6vw;
	}
	.contactus-guide .contactus-grid .form-box th .ttl span{
		font-size: 2.8vw;
	}
	.contactus-guide .contactus-grid .form-box td{
		width: 100%;
		font-size: 3.4vw;
		padding: 0 0 6% 0;
	}
	.contactus-guide .contactus-grid .form-box td .note{
		font-size: 3.26vw;
	}
	.contactus-guide .contactus-grid .form-box td ul li{
		font-size: 3.4vw;
		margin-bottom: 2%;
	}
	.contactus-guide .contactus-grid .form-box td ul.flex li{
		width: 100%;
		margin-bottom: 2%;
	}
	.contactus-guide .contactus-grid .form-box td ul.flex li span{
		width: auto;
		margin-right: 5%;
	}
	.form-box td input.m-text{
		width: 90%;
	}
	.form-box td input[type=text],
	.form-box td input[type=email]{
		height: 35px;
		padding: 0 3%;
	}
	.form-box td textarea{
		height: 150px;
		padding: 3%;
	}
	.form-box td ::placeholder{
	  font-size: 3.26vw;
	}
	.contactus-guide .contactus-grid .submit_btn{
		margin-top: 5%;
	}
	.contactus-guide .contactus-grid .submit_btn li{
		width: 70%;
	}
	.contactus-guide .contactus-grid input.submit{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.contactus-guide .contactus-grid .form-box th{
		width: 260px;
		padding: 20px 0;
	}
	.contactus-guide .contactus-grid .form-box th .required{
		font-size: 13px;
		margin-right: 10px;
	}
	.contactus-guide .contactus-grid .form-box th .any{
		font-size: 13px;
		margin-right: 10px;
	}
	.contactus-guide .contactus-grid .form-box th .ttl{
		font-size: 16px;
	}
	.contactus-guide .contactus-grid .form-box th .ttl span{
		font-size: 12px;
	}
	.contactus-guide .contactus-grid .form-box td{
		width: calc(100% - 300px);
		font-size: 15px;
		padding: 15px 0;
	}
	.contactus-guide .contactus-grid .form-box td .note{
		font-size: 12px;
	}
	.contactus-guide .contactus-grid .form-box td ul li{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.contactus-guide .contactus-grid .form-box td ul.flex li{
		width: 48%;
	}
	.contactus-guide .contactus-grid .form-box td ul.flex li span{
		width: 30px;
	}
	.form-box td input.m-text{
		width: calc(100% - 30px);
	}
	.form-box td input[type=text],
	.form-box td input[type=email]{
		height: 40px;
		padding: 0 15px;
	}
	.form-box td textarea{
		height: 200px;
		padding: 15px;
	}
	.form-box td ::placeholder{
	  font-size: 15px;
	}
	.contactus-guide .contactus-grid .submit_btn{
		margin-top: 40px;
	}
	.contactus-guide .contactus-grid .submit_btn li{
		width: 60%;
	}
	.contactus-guide .contactus-grid input.submit{
		font-size: 17px;
	}
}
