#intro {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 260px;
	background: transparent url(../img/system/system_catch_bg.jpg) 100% 100% no-repeat;
}

#intro .catch img {
	display: block;
}

.point {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 120px auto 0;
	width: 100%;
	max-width: 1280px;
	padding: 0;
	box-sizing: border-box;
}

.point._type02 {
	margin-top: 0;
	padding-top: 130px;
	color: #fff;
}

.point._type02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	background: #003d63;
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.point._type02 > div::before,
.point._type02 > div::after {
	display: none;
}

.point._type02 .pic .normal-slider .slick-dots > li button {
	background: #fff;
}

.point._type02 .desc > h1 > span {
	background: #fea0ae;
	color: #003d63;
}

.point._type02 .desc p {
	text-shadow: none;
}

.point > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 422px;
	padding: 40px 50px 70px;
	position: relative;
	z-index: 1;
}

.point > div::before,
.point > div::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(50% - 30px);
	background-repeat: no-repeat, no-repeat, no-repeat;
	z-index: -1;
	pointer-events: none;
}

.point > div::before {
	top: 0;
	background-image: url(../img/system/frame_head_pc.png), url(../img/system/frame_icon_pc.png), url(../img/system/frame_repeat_pc.png);
	background-size: 100% 30px, 100% 12px, 100% calc(100% - 42px);
	background-position: left top, left bottom, left -1px top 30px;
}

.point > div::after {
	bottom: 0;
	background-image: url(../img/system/frame_icon_pc.png), url(../img/system/frame_bottom_pc.png), url(../img/system/frame_repeat_pc.png);
	background-size: 100% 12px, 100% 30px, 100% calc(100% - 42px);
	background-position: left top, left bottom, left 12px;
}

.point .pic {
	width: 62%;
	max-width: 680px;
	position: relative;
	margin-top: -80px;
	margin-left: -90px;
	margin-right: 30px;
	flex-shrink: 0;
}

.point .desc {
	position: relative;
	z-index: 100;
	width: 43%;
}

.point .desc > h1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1.4em;
	letter-spacing: 0.07em;
	line-height: 1em;
	white-space: nowrap;
}

.point .desc > h1 > span {
	padding: 12px 18px 14px;
	background: #003d63;
	color: #fff;
}

.point .desc > h1 > span:not(:first-child) {
	margin-top: 6px;
}

.point .desc > h1 .strong {
	padding: 0;
	background: transparent;
	color: #fea0ae;
}

.point .desc p {
	font-size: 1.13em;
	line-height: 2em;
	text-shadow: 1px 1px 1px #fff;
}

.point:nth-child(odd) .pic {
	order: 2;
	margin-left: 30px;
	margin-right: -90px;
}

.point:nth-child(odd) .pic .normal-slider .slick-list {
	border: none;
}

.point:nth-child(odd) .pic .normal-slider .slick-dots {
	left: auto;
	right: 0;
}

.point:nth-child(odd) .pic .normal-slider .slick-dots > li {
	margin: 0 0 0 5px;
}

.point:nth-child(odd) .desc {
	order: 1;
}

.column {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 80px auto 0;
	padding: 60px 0;
	color: #fff;
}

.column::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	background: #003d63;
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.column.pdtl {
	margin-top: 0;
	padding-top: 130px;
}

.column._bg02::before {
	left: -60px;
	width: calc(100% + 120px);
}

.column > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.column > div:not(:first-child) {
	margin-top: 40px;
}

.column .pic {
	order: 2;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 62%;
	max-width: 680px;
	margin-left: 30px;
	position: relative;
	flex-shrink: 0;
}

.column .pic.c2 > div {
	width: 260px;
}

.column .pic.c2 > div:not(:first-child) {
	margin-left: 20px;
}

.column .pic.slider {
	display: block;
}

.column .pic .normal-slider .slick-list {
	border: none;
}

.column .pic .normal-slider .slick-dots > li button {
	background: #fff;
}

.column h1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1.4em;
	letter-spacing: 0.07em;
	line-height: 1em;
}

.column h1 > span {
	padding: 12px 18px 14px;
	background: #fea0ae;
	color: #003d63;
}

.column h1 > span:not(:first-child) {
	margin-top: 6px;
}

.column .desc {
	order: 1;
	width: 40%;
}

.column .desc p {
	font-size: 1.13em;
	line-height: 2em;
}

.column .desc ul {
	font-size: 1.13em;
	line-height: 1.6em;
}

.column .head {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em !important;
	line-height: 1em !important;
	letter-spacing: 0.02em;
	color: #fea0ae;
	box-sizing: border-box;
	padding-left: 17px;
	padding-bottom: 3px;
	margin-bottom: 30px;
	position: relative;
}

.column .head::before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fea0ae;
}

.column .head .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 79px);
	height: 1px;
	background: #fea0ae;
}

.column .head .line::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: calc(100% - 1px);
	bottom: 0;
	width: 80px;
	height: 4px;
	background-image: url(../img/system/deco_line.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.column .cap {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	color: #fea0ae;
	box-sizing: border-box;
	padding-left: 34px;
	padding-bottom: 8px;
	margin-bottom: 19px;
	position: relative;
}

.column .cap .num {
	position: absolute;
	font-family: geom-graphic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.65em;
	line-height: 1em;
	top: 3px;
	left: 0;
}

.column .cap .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 79px);
	height: 1px;
	background: #fea0ae;
}

.column .cap .line::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: calc(100% - 1px);
	bottom: 0;
	width: 80px;
	height: 4px;
	background-image: url(../img/system/deco_line.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.manual {
	position: relative;
	z-index: 1;
	margin: 120px auto 0;
	width: 100%;
	max-width: 1280px;
	padding: 0 40px 35px;
	box-sizing: border-box;
}

.manual::before,
.manual::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(50% - 30px);
	background-repeat: no-repeat, no-repeat, no-repeat;
	z-index: -1;
	pointer-events: none;
}

.manual::before {
	top: 0;
	background-image: url(../img/system/frame_head_pc.png), url(../img/system/frame_icon_pc.png), url(../img/system/frame_repeat_pc.png);
	background-size: 100% 30px, 100% 12px, 100% calc(100% - 42px);
	background-position: left top, left bottom, left -1px top 30px;
}

.manual::after {
	bottom: 0;
	background-image: url(../img/system/frame_icon_pc.png), url(../img/system/frame_bottom_pc.png), url(../img/system/frame_repeat_pc.png);
	background-size: 100% 12px, 100% 30px, 100% calc(100% - 42px);
	background-position: left top, left bottom, left 12px;
}

.manual .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.manual .img {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -40px;
}

.manual .img img {
	width: 100%;
	display: block;
}

.manual .desc {
	position: relative;
	z-index: 100;
}

.manual .desc > h1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
	font-size: 1.4em;
	letter-spacing: 0.07em;
	line-height: 1em;
	white-space: nowrap;
}

.manual .desc > h1 > span {
	padding: 12px 18px 14px;
	background: #003d63;
	color: #fff;
}

.manual .desc > h1 > span:not(:first-child) {
	margin-top: 6px;
}

.manual .command {
	display: flex;
	justify-content: space-between;
}

.manual .command .command_list {
	width: 48%;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

.manual .command .command_list::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #003d63 solid 1px;
	pointer-events: none;
}

.manual .command .command_item {
	display: flex;
	box-sizing: border-box;
	padding: 10px 0;
	min-height: 59px;
	text-align: left;
}

.manual .command .command_item:not(:last-child) {
	border-bottom: #003d63 solid 1px;
}

.manual .command .command_head {
	width: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #8650a9;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.9em;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	flex-shrink: 0;
}

.manual .command .command_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #003d63;
}

.manual .command .command_data {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.2em;
	box-sizing: border-box;
	padding: 0 21px;
}

@media screen and (max-width: 768px) {

#intro {
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-bottom: 136px;
	box-sizing: border-box;
	padding: 0 40px;
}

.point {
	margin-top: 100px;
}

.point > div {
	display: block;
	padding: 40px 0 62px;
}

.point._type02 {
	padding-top: 90px;
}

.point._type02::before {
	left: -40px;
	width: calc(100% + 80px);
}

.point > div::before,
.point > div::after {
	left: -40px;
	width: calc(100% + 80px);
	height: calc(50% - 20px);
}

.point > div::before {
	background-image: url(../img/system/frame_head_sp.png), url(../img/system/frame_icon_sp.png), url(../img/system/frame_repeat_sp.png);
	background-position: left top, left bottom, left 30px;
}

.point > div::after {
	background-image: url(../img/system/frame_icon_sp.png), url(../img/system/frame_bottom_sp.png), url(../img/system/frame_repeat_sp.png);
}

.point .pic {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	position: relative;
	top: -80px;
}

.point .desc {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.point .desc > h1 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 27px;
}

.point .desc > h1 > span {
	padding: 18px 30px 21px;
}

.point .desc p {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}

.point:nth-child(odd) .pic {
	margin: 0 auto;
}

.column.pdtl {
	padding-top: 90px;
}

.column {
	margin-top: 60px;
	padding: 60px 0;
}

.column::before {
	left: -40px;
	width: calc(100% + 80px);
}

.column > div {
	display: block;
}

.column .pic {
	width: 100%;
	max-width: none;
	margin: 0 auto 80px;
}

.column h1 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 27px;
}

.column h1 > span {
	padding: 18px 30px 21px;
}

.column .desc {
	width: 100%;
}

.column .desc p {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}

.column .desc ul {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}

.column .head {
	font-size: 0.8em !important;
	margin-bottom: 40px;
}

.column .cap {
	font-size: 1.1em;
	padding-left: 48px;
	padding-bottom: 9px;
	margin-bottom: 20px;
}

.column .cap .num {
	font-size: 0.8em;
	letter-spacing: 0.01em;
	top: 0;
}

.manual {
	margin-top: 100px;
	padding: 0 0 60px;
}

.manual::before,
.manual::after {
	left: -40px;
	width: calc(100% + 80px);
	height: calc(50% - 20px);
}

.manual::before {
	background-image: url(../img/system/frame_head_sp.png), url(../img/system/frame_icon_sp.png), url(../img/system/frame_repeat_sp.png);
	background-position: left top, left bottom, left 30px;
}

.manual::after {
	background-image: url(../img/system/frame_icon_sp.png), url(../img/system/frame_bottom_sp.png), url(../img/system/frame_repeat_sp.png);
}

.manual .desc > h1 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 20px;
}

.manual .desc > h1 > span {
	padding: 18px 30px 21px;
}

.manual .command {
	flex-direction: column;
}

.manual .command .command_list::before {
	border-width: 2px;
}

.manual .command .command_list {
	width: 100%;
}

.manual .command .command_list:not(:first-child)::before {
	border-top: 0;
}

.manual .command .command_item {
	min-height: 100px;
	border-width: 2px;
}

.manual .command .command_item:not(:last-child) {
	border-width: 2px;
}

.manual .command .command_head {
	width: 232px;
	flex-shrink: 0;
	font-size: 2.6rem;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	padding-left: 37px;
}

.manual .command .command_head:before {
	width: 2px;
	min-height: 60px;
}

.manual .command .command_data {
	padding: 0 30px;
	font-size: 2.6rem;
	line-height: 1.5em;
}

.manual .command .command_data {
	width: 100%;
}

}


/*# sourceMappingURL=../map/system.css.map */
