body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	color: #000;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	overflow-x:hidden;
}
img {
	max-width: 100%;
}
header h1 {
	text-align: center;
	color: #000;
	font-size: 18px;
	margin-top: -15px;
	margin-bottom: 25px;
}
.full-bg {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
//	background-color: #eff5ff;
	padding: 30px 0px;
	margin-top: 0px;
}
.full-bg-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.main-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.main-image, .sub-images {
	text-align: center;
}
.sub-images img {
	max-width: 100%;
	height: auto;
}
.sub-images01 {
	margin-top: 30px;
}
.sub-images02 {
	margin-top: 45px;
	margin-bottom: 30px;
}


.news-sec {
	padding: 20px 0px;
	
	margin: 0 auto;
	max-width: 85%;
	margin-bottom: 40px;
	box-sizing:border-box;
	background: none;/*元のボックス背景色なし*/
	border:1px solid #bbb ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/

}
.news-sec :after{
		border:1px solid #eff1f5 ;/*線の太さ・種類・色*/
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 5px;/*上から7pxずらす*/
	left: 5px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;

}

.news-inner {
	padding: 0px 10px;
	width:95%;
	height: 140px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing:border-box;
	margin:0 auto;
}
.news-ttl {
	font-size: 21px;
	text-align: center;
	letter-spacing: 2px;
	margin:10px 0px;
}
.news-date {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	padding-left: 0px!important;
}
.news-txt {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom:1px solid #ccc;
	padding-left: 0px!important;
	margin-bottom:10px;
}



.features {
	padding-bottom: 30px;
}
.feature {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	overflow: hidden;
	max-width: 845px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.feature-number {
	background-color: #000;
	color: white;
	padding: 10px 20px;
	font-size: 48px;
	font-weight: bold;
	border-radius: 0px 0px 10px 0px;
}
.feature-ttl {
	margin-bottom: 30px;
}
.feature-content {
	padding: 20px;
	width: 100%;
}
.feature-content img {
	max-width: 100%;
}
.feature-pic {
	float: right;
	margin-left: 20px;
	width: 130px;
	text-align: center;
}
.results {
	margin-bottom: 40px;
	text-align:center;
}
.result-ttl {
	margin-top: 60px;
	margin-bottom: 60px;
}
.result-item {
	display: flex;
	align-items: center;
	background-color: #ffff;
	padding: 30px 20px;
	border-radius: 10px;
	max-width: 845px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.result-item img {
	max-width: 449px;
	margin-right: 20px;
}
.result-info {
	padding: 20px;
	background-color: #eff5ff;
	border: 2px solid #000;
	width: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.result-period, .result-followers, .result-increase {
	vertical-align: middle!important;
}
.result-info span {
	font-size: 36px;
}
.result-info-ttl {
	background-color: #000;
	color: #fff;
	font-size: 15px;
	width: 120px;
	text-align: justify;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 20px;
}
.result-txt {
	display: inline-block;
}


        table {
            border-collapse: collapse;
            width: 100%;
        }
        th {
            border: 1px solid black;
            padding: 8px;
            text-align: center;
		font-size:14px;
        }
        td {
            border: 1px solid black;
            padding: 8px;
            text-align: center;
	            background-color: #fff;
        }
        td.plus {
           	background-color: #eff5ff;
        }
	td span {font-size:24px;font-weight:bold;}
        th {
            background-color: #000;
		color:#fff;
        }
	th.sub {
            background-color: #555;
			font-size:12px;
}


.table_area {max-width:94%;margin:0 auto;box-sizing:border-box;}


.strengths {
	margin-bottom: 20px;
	margin-top:-20px;
}
.strength-top {
	text-align: center;
}
.strength-01 {
	margin-top: 90px;
}
.strength-02 {
	margin-top: 20px;
	margin-bottom: 60px;
}
.service-content {
	background-color: #fff;
	padding: 30px 60px;
	vertical-align: middle!important;
	border: 2px solid #000;
	margin: 0 auto;
	max-width: 845px;
	margin-bottom: 60px;
}
.strength-sub {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}
.service-content h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.service-content h2 span {
	background-color: #000;
	color: #fff;
	padding: 5px 60px;
	border-radius: 30px;
}
.price-top {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.service-ttl {
	font-size: 36px;
	color: #000;
	margin-bottom: 0px;
	font-weight: bold;
}
.service-ttl span {
	font-size: 24px;
}
.service-num {
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	display: inline;
	padding: 0px 8px;
	padding-left:10px;
	padding-right:2px;
	margin-right: 10px;
}
.service-num span {
	padding-left:5px;
}
.service-txt {
	padding-left: 50px;
	margin-bottom: 30px;
}
.service-txt span {
	font-size: 12px;
}
.strength-content {
	background-color: #fff;
	padding: 0px 60px;
	border-radius: 10px;
	vertical-align: middle!important;
	margin: 0 auto;
	max-width: 845px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.strength-content h2 {
	color: #000;
	text-align: center;
	font-size: 48px;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 48px;
}
.strength-content h2 span {
	font-size: 24px;
}
.strength-num {
	font-size: 48px;
	float: left;
	margin-right: 10px;
	color: #000;
	padding-bottom: 20px;
}
.strength-txt {
	padding-top: 15px;
}
.message {
	margin-bottom: 60px;
}
.message-top {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.message-fld {
	background-color: #fff;
	/* 背景色 */
	background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
	/* 罫線の色と太さ  */
	background-size: 100% 2.5em;
	/* 行の高さ */
	line-height: 2.5em;
	/* 文字の高さ */
	padding-bottom: 1px;
	/* 最終行の下にも罫線を引く */
	width: 760px;
	margin: 0 auto;
	padding-left:10px;padding-right:10px;
}
.signature {
	text-align: right;
	width: 760px;
	margin: 0 auto;
}
.qa {
	margin-bottom: 40px;
}
.qa h2 {
	text-align: center;
	font-size: 48px;
	color: #000;
}
.qa-item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.qa-spacer {
	height: 10px;
	clear: both;
}
.q-head {
	background-color: #000;
	color: #fff;
	font-size: 24px;
	padding: 8px 18px;
	float: left;
	font-weight: boldl;
	margin-right: 20px;
}
.q-txt {
	color: #000;
	font-size: 24px;
	font-weight: boldl;
	line-height: 52px;
}
.a-head {
	border: 2px solid #000;
	color: #000;
	font-size: 24px;
	padding: 8px 18px;
	float: left;
	font-weight: boldl;
	margin-right: 20px;
}
.a-txt {
	font-size: 18px;
}
.pc-view {
	display: block;
}
.sp-view {
	display: none;
}
br.px-br {
	display: block;
}
br.sp-br {
	display: none;
}


	       @keyframes infinity-scroll-left {
	       	from {
	       		transform: translateX(0);
	       	}
	       	to {
	       		transform: translateX(-100%);
	       	}
	       }
	       .scroll-infinity__wrap {
	       	display: flex;
	       	overflow: hidden;
		padding-bottom:0px!important;
		padding-top:10px!important;
		margin-bottom:20px;
		background-color:#eff1f5;
	       	box-sizing: border-box;
	       }

	       .scroll-infinity__list {
	       	display: flex;
	       	list-style: none;
		padding:0 0!important;
		margin:0 0!important;
	       	box-sizing: border-box;
	       }
	       .scroll-infinity__list--left {
	       	animation: infinity-scroll-left 15s infinite linear 0.5s both;		padding:0 0!important;	       	box-sizing: border-box;
		margin:0 0!important;
	       }
	       .scroll-infinity__item {
	       	width: calc(100vw / 8);		padding:0 0!important;	       	box-sizing: border-box;
		margin:0 0!important;
	       }
	       .scroll-infinity__item>img {
	       	width: 100%;				padding:0 0!important;	       	box-sizing: border-box;
		margin:0 0!important;
	       }


.problem {margin-top:-90px;margin-bottom:-110px;text-align:center;}
 
@media screen and (max-width:999px) {
.problem {margin-top:-60px;margin-bottom:-70px;}
.full-bg-inner {
	padding:0px 20px;
}


.news-sec {
	padding: 12px 8px;
	max-width: 85%;
	margin-bottom: 30px;

}
.news-inner {
	padding: 0px 10px;
	width:95%;
	height: 90px;
	margin:0 auto;
}
	       .scroll-infinity__wrap {

		padding-bottom:1.4vh!important;
		padding-top:2vh!important;

	       }
	       	.scroll-infinity__item {
	       		width: calc(100vw / 4);
	       	}
	.pc-view, br.pc-br {
		display: none;
	}
	.sp-view, br.sp-br {
		display: block;
	}
	header h1 {
		font-size: 14px;
		padding: 0px 20px;
		margin-top: -15px;
		margin-bottom: 15px;
	}
	.main-image img {
		margin-bottom: 0px;
	}
	.sub-images01 {
		margin-top: 20px;
	}
	.sub-images02 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.feature {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.feature-number {
		background-color: #000;
		color: white;
		padding: 6px 18px;
		font-size: 32px;
		font-weight: bold;
		border-radius: 0px 0px 10px 0px;
	}
	.feature-content {
		padding: 15px;
		width: 100%;
	}
	.feature-content p {
		margin-left: -30px;
	}
	.feature-pic {
		float: right;
		margin-left: 20px;
		width: 80px;
		text-align: center;
	}
	.result-ttl {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.result-item {
		display: block;
		background-color: #ffff;
		padding: 30px 20px;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
	.result-item img {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.result-info {
		padding: 20px;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		color: #000;
		box-sizing: border-box;
	}
	.result-info span {
		font-size: 28px;
	}
	.result-info-ttl {
		background-color: #000;
		color: #fff;
		font-size: 12px;
		width: 100px!important;
		text-align: justify;
		padding: 5px 10px;
		display: inline-block;
		margin-right: 20px;
	}
	.results {
		margin-bottom: 0px;
	}

	.strength-top img {
		max-width: 90%;
		margin-left: 5%;
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.strength-01 {
		margin-top: 60px;
		margin-bottom:20px;
	}
	.strength-02 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.service-content {
		background-color: #fff;
		padding: 20px 25px;
		border: 2px solid #000;
		margin: 0 auto;
		max-width: 90%;
		box-sizing: border-box;
		margin-bottom: 60px;
	}
	.service-content h2 {
		text-align: center;
		font-size: 18px;

		margin-bottom: 30px;
	}
	.service-content h2 span {
		background-color: #000;
		color: #fff;
		padding: 6px 40px;
		border-radius: 30px;
	}
	.service-ttl {
		font-size: 20px;
		color: #000;
		margin-bottom: 0px;
		font-weight: bold;
		line-height: 28px;
	}
	.service-ttl span {
		font-size: 16px;
	}
	.service-num {
		background-color: #000;
		color: #fff;
		border-radius: 30px;
		display: inline;
		padding: 2px 4px;
		padding-left:8px;
		margin-right: 10px;
	}
	.service-txt {
		padding-left: 35px;
		margin-bottom: 30px;
	}
	.service-txt span {
		font-size: 12px;
	}
	.sp-service-space {
		padding-left: 35px;
	}
	.price-top {
		text-align: center;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	.strength-sub {
	text-align: center;
	margin-top: 20px;
	margin-bottom: -20px;
}
	.strength-content {
		padding: 0px 0px;
		border-radius: 10px;
		vertical-align: middle!important;
		margin: 0 auto;
		max-width: 90%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
	.strength-content h2 {
		color: #000;
		text-align: center;
		font-size: 28px;
		margin-top: 0px;
		margin-bottom: 30px;
		line-height: 36px;
	}
	.strength-content h2 span {
		font-size: 16px;
	}
	.strength-num {
		font-size: 36px;
		float: left;
		margin-right: 10px;
		color: #000;
		padding-bottom: 0px;
	}
	.strength-txt {
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.message-top {
		text-align: center;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	.message-top img {
		max-width: 100%;
	}
	.message-fld {
		background-color: #fff;
		/* 背景色 */
		background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
		/* 罫線の色と太さ  */
		background-size: 100% 2em;
		/* 行の高さ */
		line-height: 2em;
		/* 文字の高さ */
		padding-bottom: 1px;
		/* 最終行の下にも罫線を引く */
		width: 85%;
		margin: 0 auto;
	
	}
	.signature {
		text-align: right;
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}
	.qa {
		max-width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.qa h2 {
		text-align: center;
		font-size: 36px;
		color: #000;
	}
	.qa-item {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.q-head {
		background-color: #000;
		color: #fff;
		font-size: 24px;
		padding: 6px 12px;
		float: left;
		font-weight: boldl;
		margin-right: 20px;
	}
	.q-txt {
		color: #000;
		font-size: 18px;
		font-weight: boldl;
		line-height: 24px;
	}
	.a-head {
		border: 2px solid #000;
		color: #000;
		font-size: 18px;
		padding: 6px 12px;
		float: left;
		font-weight: boldl;
		margin-right: 20px;
	}
	.a-txt {
		font-size: 18px;
	}
}

