.wrapper-kv {
/*
	padding-top: 80px;
*/
	padding-top: 20px;
	width: 100%;
/*
	background: url(/img/bg_grid.gif?v=1) repeat-x;
*/
	background: url(/img/kv_bg4.png) repeat-x;
	background-position: 0 0;
	-webkit-animation: bgroop 60s linear infinite;
	animation: bgroop 60s linear infinite;
	padding-bottom: 15px;
}
@-webkit-keyframes bgroop {
	from {
		background-position: 0  0;
	}
	to {
		background-position: -1956px 0;
	}
}
@keyframes bgroop {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1956px 0;
	}
}
.section-kv {
	position: relative;
}
.btn-request-now {
	position: absolute;
/*
	bottom: 65px;
	right: 359px;
*/
	bottom: 54px;
	right: 410px;
}
.wrapper-kv-sp {
	padding-top: 0px;
	padding-bottom: 10px;
	background: url(/img/kv_bg4.png) repeat-x;
	background-position: 0 0;
	-webkit-animation: bgroop 60s linear infinite;
	animation: bgroop 60s linear infinite;
}
.kv-main {
}
.kv-smartphone {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.kv-text {
	position: absolute;
	top: 100px;
	left: 10px;
	color: #FFF;
}
.section-phone-capture {
	display: none;
	padding: 30px 0;
}
.image-phone {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 350px;
}
.bg-grd {
  background: -moz-linear-gradient(top, #FFF, #fff9e0);
  background: -webkit-linear-gradient(top, #FFF, #fff9e0);
  background: linear-gradient(to bottom, #FFF, #fff9e0);
}
.section-main {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.wrapper-under-kv {
	background: #8BAC55;
}
.section-under-kv {
	padding-top: 20px;
	padding-bottom: 20px;
}
.section-under-kv .heading01 * {
	color: #FFF;
	margin-bottom: 0;
}
.section-left {
	width: 55%;
	float: left;
}
.section-right {
	width: 45%;
	float: right;
}
.list-admin-function {
	display: flex;
	display: -webkit-flex;
	min-width: 1200px;
}
.list-admin-function li {
	width: 33%;
	padding: 5px;
	float: left;
}
.list-admin-function .panel {
	height: 250px;
}
.midashi-chapter {
	text-align: center;
	margin-bottom: 50px;
}
.midashi-chapter * {
	display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #7a685d;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c2525;
  letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', serif;
}
.panel-inquiry-form {
	max-width: 760px;
	margin: 0 auto 30px;
}
.tbl-inquiry-form th {
	font-size: 18px;
	font-weight: normal;
	width: 200px;
	text-align: center;
}
.heading01 * {
	color: #008ccd;
	letter-spacing: 0.12em;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 50px;
}
.heading02 * {
	color: #008ccd;
	letter-spacing: 0.12em;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 20px;
}
.heading03 * {
	color: #333;
	font-family: tbudrgothic-std, sans-serif;
	font-size: 16px;
}
.text01 {
	font-size: 16px;
}
.scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.list-sample {
	display: table;
}
.list-sample dt,
.list-sample dd {
	display: table-cell;
}
.list-sample dd {
	padding: 0 30px;
	vertical-align: top;
}
.shadow {
	box-shadow: rgb(239 211 165) 0px 0px 5px;
}
.pc-image {
	background: url("/img/pc_frame_800.png?v=2") no-repeat;
	background-position: center;
	height: 352px;
	padding-top: 27px;
	height: 416px;
	padding-top: 22px;
}
.wrapper-capture-image-datas {
	width: 617px;
	margin: 0 auto;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow {
  left: -70px;
}
.next-arrow {
  right: -70px;
}
.tbl-plan {
}
.tbl-plan thead td {
	padding: 0px;
	position: relative;
}
.tbl-plan .plan-header {
	background: #0EAA7C;
	color: #FFFFFF;
	border-radius: 8px 8px 0 0;
	padding: 12px 16px;
}
.tbl-plan .plan-header-recommend {
	padding: 12px 16px;
	background: #16C591;
	margin-top: -12px;
	padding-top: 24px;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
	color: #FFFFFF;
	border-radius: 8px 8px 0 0;
}
.tbl-plan .plan-name {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.tbl-plan .plan-price {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
}
.tbl-plan .plan-text-price {
	font-size: 40px;
	font-family: oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-left: 5px;
	margin-right: 5px;
}
.tbl-plan .plan-desc {
	padding: 5px 0;
	font-size: 13px;
}
.tbl-plan tbody td,
.tbl-plan tbody th {
	border: 1px solid #DDD;
	border-radius: 4px;
	background: #FFF;
	padding: 15px;
	text-align: center;
	font-size: 18px;
}
.tbl-plan tbody th {
	background: #F4F4F4;
	color: #606060;
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	width: 180px;
}
.tbl-all-function th {
	width: 300px;
	font-weight: normal;
	text-align: right;
	color: #555;
	color: #008080;
}
.tbl-all-function td.cat {
	text-align: center;
	font-size: 15px;
	padding: 10px 0;
	background: #f5f5f5;
}
.tbl-main-function th,
.tbl-main-function td {
	padding: 12px 10px !important;
}
.tbl-main-function th {
	color: #008ccd;
	letter-spacing: 0.12em;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
}
.tbl-premium-plan {
	border-radius: 10px;
	border: 1px solid #DDD;
	width: 930px;
}
.tbl-premium-plan th {
	background: #0EAA7C;
  color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
	width: 220px;
}
.tbl-premium-plan .plan-price {
  font-size: 30px;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}
.tbl-premium-plan th * {
	font-size: 14px;
}
.tbl-premium-plan td {
	font-size: 16px;
	background: #FFF;
}
@media screen and (max-width: 768px) {
	.section-kv {
		size: contain;
		height: 100%;
	}
	.kv-smartphone {
		display: none;
	}
	.section-phone-capture {
		display: block;
	}
	.section-left,
	.section-right {
		width: 100%;
		float: none;
	}
	.list-sample {
		display: block;
	}
	.list-sample dt,
	.list-sample dd {
		display: block;
	}
	.list-sample dt {
		text-align: center;
	}
	.list-sample dd {
		padding: 30px 0;
	}
	.pc-image {
		background: url("/img/pc_frame_sp.png") no-repeat;
		background-position: center;
		background-size: 100%;
		width: 350px;
		height: 250px;
		padding-top: 25px;
		margin: 0 auto 30px;
	}
	.wrapper-capture-image-datas {
		width: 330px;
	}
	.prev-arrow {
		left: -14px;
		z-index: 5;
		opacity: .8;
	}
	.next-arrow {
		right: -15px;
		z-index: 5;
		opacity: .8;
	}
	.scroll-sp {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.tbl-plan {
		min-width: 780px;
	}
	.tbl-plan tbody th {
		font-size: 14px;
		width: auto;
	}
	.tbl-plan tbody td {
		font-size: 14px;
	}
	.tbl-inquiry-form th {
		border-bottom: 1px solid #FFF;
		text-align: left;
	}
	.tbl-inquiry-form tr:first-child th {
		border-bottom: 1px solid #DDD;
	}
	.tbl-inquiry-form th,
	.tbl-inquiry-form td {
		display: block;
		width: 100%;
	}
	.tbl-all-function th {
		width: 40%;
		padding: 7px 5px !important;
		text-align: left;
	}
	.tbl-all-function td {
		padding: 7px 5px !important;
	}
	.tbl-main-function th {
		width: 120px;
	}
	.tbl-premium-plan {
		width: 100%;
	}
	.tbl-premium-plan th {
		width: 180px;
	}
}
