@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
/* newservice */
.newservice {
	margin-bottom: 20px;
}
.newservice .pageLead {
	box-sizing: border-box;
	margin-bottom: 46px;
	padding-top: 34px;
	width: 100%;
	height: 223px;
	position: relative;
	text-align: center;
	background: url("/smart/images/yell/page_lead_img.jpg") no-repeat center center;
	background-size: cover;
}
.newservice .pageLead:before {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: url("/smart/images/yell/bg01.png") repeat-x left bottom;
	background-size: 11px 10px;
	content: '';
}
.newservice .pageLead .ico {
	margin-bottom: 7px;
}
.newservice .pageLead .ico img {
	width: 32px;
}
.newservice .pageLead .img {
	margin-bottom: 22px;
}
.newservice .pageLead .img img {
	width: 180px;
}
.newservice .pageLead h2 img {
	width: 228px;
}
.newservice h3 {
	margin-bottom: 24px;
	text-align: center;
}
.newservice h3 img {
	width: auto;
	height: 20px;
}
.newservice .cTxt {
	margin-bottom: 23px;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
.newservice .pho01 {
	margin-bottom: 38px;
	text-align: center;
}
.newservice .pho01 img {
	
}
.newservice .stepBox {
	margin-bottom: 20px;
	position: relative;
}
.newservice .stepBox:before {
	width: 98px;
	height: 160px;
	position: absolute;
	right: 0;
	top: -70px;
	background: url("/smart/images/yell/bg02.png") no-repeat right top;
	background-size: 100% auto;
	content: '';
}
.newservice .stepBox h3 {
	margin-bottom: 38px;
}
.newservice .stepInner {
	margin: 0 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.newservice .stepInner .step {
	height: 190px;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 15px 10px;
	width: calc(50% - 20px);
	text-align: center;
	position: relative;
	border: 3px solid #000;
}
.newservice .stepInner .step01 {
	margin-bottom: 50px;
	width: 100%;
	height: auto;
}
.newservice .stepInner .step01:before {
	width: 25px;
	height: 45px;
	position: absolute;
	left: 42px;
	bottom: -58px;
	background: url("/smart/images/yell/arrow01.png") no-repeat;
	background-size: 100% auto;
	content: '';
}
.newservice .stepInner .step02:before, .newservice .stepInner .step04:before {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -39px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/smart/images/yell/arrow02.png") no-repeat;
	background-size: 100% auto;
	content: '';
}
.newservice .stepInner .step03:before {
	width: 30px;
	height: 36px;
	position: absolute;
	left: -38px;
	bottom: -50px;
	background: url("/smart/images/yell/arrow03.png") no-repeat;
	background-size: 100% auto;
	content: '';
}
.newservice .stepInner .step .num {
	margin-bottom: 10px;
	color: #fee101;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 25px;
}
.newservice .stepInner .step01 .num {
	margin-bottom: 7px;
}
.newservice .stepInner .step .text {
	margin-bottom: 10px;
	min-height: 33px;
	font-size: 13px;
	line-height: 1.55;
}
.newservice .stepInner .step01 .text {
	min-height: inherit;
}
.newservice .stepInner .step .img {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.newservice .stepInner .step .linkUl {
	margin-bottom: 5px;
	text-align: center;
}
.newservice .stepInner .step .linkUl li {
	margin: 0 3px;
	max-width: 135px;
	width: 46%;
	display: inline-block;
	vertical-align: top;
}
.newservice .stepInner .step .linkUl li img {
	width: 100%;
}
.newservice .stepBox h4 {
	margin-bottom: 8px;
	text-align: center;
	font-size: 15px;
}
.newservice .stepBox .pringBox {
	margin: 0 5px;
	padding: 20px 15px 15px;
	border: 2px solid #000;
}
.newservice .stepBox .pringBox .ttl {
	margin-bottom: 19px;
	position: relative;
}
.newservice .stepBox .pringBox .ttl:before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #000;
	content: '';
}
.newservice .stepBox .pringBox .ttl span {
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	background-color: #FFF;
}
.newservice .stepBox .pringBox .stepUl {
	margin-bottom: 16px;
	padding: 20px 20px;
	list-style: none;
	position: relative;
	background-color: #FEE902;
}
.newservice .stepBox .pringBox .stepUl:before {
	width: 145px;
	height: 171px;
	position: absolute;
	right: -13px;
	bottom: 10px;
	background: url("/smart/images/yell/img07.png") no-repeat;
	content: '';
}
.newservice .stepBox .pringBox .stepUl li {
	margin-bottom: 55px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.newservice .stepBox .pringBox .stepUl > li:nth-child(3n-1) {
	margin: 0 0 55px;
}
.newservice .stepBox .pringBox .stepUl > li:last-child {
	margin: 0;
}
.newservice .stepBox .pringBox .stepUl > li:before {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	background: url("/smart/images/yell/arrow04.png") no-repeat center;
	background-size: 100% auto;
	content: '';
	transform: rotate(90deg) translateY(50%);
}
.newservice .stepBox .pringBox .stepUl > li:last-child:before {
	display: none;
}
.newservice .stepBox .pringBox .stepUl li .num {
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.newservice .stepBox .pringBox .stepUl li .text {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.5;
}
.newservice .stepBox .pringBox .stepUl li .linkUl {
	margin-top: 9px;
	list-style: none;
	text-align: center;
}
.newservice .stepBox .pringBox .stepUl li .linkUl li {
	margin: 0;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.newservice .stepBox .pringBox .cImg img {
	width: 83px;
}
.newservice .btn {
	margin: 0 auto;
	width: 204px;
}
.newservice .btn a {
	padding: 20px 15px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #000;
}

.iine_about {
	margin-bottom: 50px;
}
