@charset "utf-8";

body {}

@media (max-width: 767px) {

	body { padding-bottom: 60px;}
	
}

html.no-scroll {
	overflow: hidden;
}

.box { margin-bottom: 4rem;}

@media (max-width: 767px) {

	.box { margin-bottom: 2rem;}

}

img {
	transition: .3s;
}

a:hover img {
	opacity: .5;
}

a[name] {
	display: block;
	width: 0;
	height: 0;
}


/* --------------------------------------------------

	spacing

-------------------------------------------------- */

.lay-margin-b--8 { margin-bottom: 8rem;}
.lay-margin-b--2 { margin-bottom: 2rem;}

@media (max-width: 767px) {

	.lay-margin-b--8 { margin-bottom: 4rem;}
	.lay-margin-b--2 { margin-bottom: 1rem;}
	
}


/* --------------------------------------------------

	color

-------------------------------------------------- */

a { color: #10347e;}
a:hover { color: #4773cc;}

.dec-bg--primary { background-color: #10347e; color: #fff;}

.dec-bg--primary { background-color: #10347e; color: #fff;}
.dec-bg--light { background-color: #edf2fa;}
.dec-bg--white { background-color: #fff;}
.dec-bg--contents {}


.dec-line--primary { border-color: #10347e;}


.dec-line--radius-sm { border-radius: .8rem;}




[class*="cparts-id160"] a[class*="dec-btn"] {
	border-radius: 8px !important;
	font-weight: 700;
}

.dec-btn--primary {
	background-color: #10347e;
	color: #fff;
}

.dec-btn--white {
	background-color: #fff;
	color: #10347e;
}

.dec-btn--cta-l {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 14rem;
	font-weight: 700 !important;
}

.dec-btn--cta-s {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-weight: 700 !important;
	height: 6rem;
}


/* --------------------------------------------------

	btn

-------------------------------------------------- */

a[class*="dec-btn"] {
	position: relative;
	display: inline-block;
	max-width: 100% !important;
	margin: 0;
	border-radius: .8rem;
	line-height: 1.5;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all .3s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dec-btn--size-sm {
	width: auto;
	padding: 1rem 1rem;
}

.dec-btn--size-md {
	width: 320px;
	padding: 1.6rem 1rem;
}

.dec-btn--size-lg {
	width: 320px;
	padding: 2rem 1rem;
}


/* --------------------------------------------------

	heading

-------------------------------------------------- */

h1 {
	margin: 4rem 0 8rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}

h2 {
	margin: 8rem 0 4rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
}

h2:first-child {
	margin-top: 0;
}

h2.cparts-id7__ttl {
	margin-top: 8rem;
	text-align: center;
}

.parts_h_type16_ja {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: linear-gradient(90deg, #143474 0%, #cd131f 100%);
	font-size: 3.2rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.parts_h_type16_en {
	padding-top: 0.4rem;
}

h3 {
	margin: 4rem 0 2.4rem;
	color: #999;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
}

.dec-bg--light h3 {
	color: #333;
}

h4 {
	margin: 0 0 2rem;
	padding: 0 0 1.2rem;
	border-bottom: 1px solid;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}

h5 {
	margin: 0 0 1.6rem;
	padding: 1rem;
	border-radius: .4rem;
	font-size: 1.8rem;
	line-height: 1.4;
}

h6 {
	margin: 0 0 1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

@media (max-width: 767px) {
	
	h1 {
		margin: 2rem 0 4rem;
		font-size: 2.4rem;
	}

	h2 {
		margin: 4rem 0 2rem;
		font-size: 2.4rem;
	}

	h2.cparts-id7__ttl {
		margin-top: 4rem;
	}

	.parts_h_type16_ja {
		font-size: 2.4rem;
	}

	h3 {
		margin: 2rem 0;
		font-size: 2rem;
	}
	
}


/* --------------------------------------------------

	nav

-------------------------------------------------- */

.footer-nav a {
	color: #fff;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem -4rem;
}

.footer-nav > ul > li {
	width: 20%;
	margin: 0 0 4rem;
	padding: 0 1rem;
	font-weight: 700;
}

.footer-nav .footer-nav__child {
	margin-top: 2rem;
	font-weight: 400;
}

.footer-nav .footer-nav__child li {
	margin-top: 1rem;
}

@media (max-width: 1024px) {
	
	.footer-nav > ul > li {
		width: 33.33333333%;
	}
	
}

@media (max-width: 767px) {
	
	.footer-nav > ul > li {
		width: 50%;
	}
	
}


.page-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -2rem -2rem;
	padding: 0;
	list-style: none;
}

.page-nav li {
	margin: 0 0 2rem;
	padding: 0 2rem;
}

.page-nav li::before {
	display: none;
}

.page-nav a {
	position: relative;
	padding-left: 20px;
	font-weight: 700;
}

.page-nav a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	vertical-align: middle;
	line-height: 1;
	transform: translateY(-50%) rotate(135deg);
}

.footer-other-service {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.footer-other-service ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -1rem -2rem;
	padding: 0;
	list-style: none;
}

.footer-other-service li {
	width: 16.6666667%;
	margin: 0 0 2rem;
	padding: 0 1rem;
}

.footer-other-service a {
	display: block;
	text-align: center;
	border-radius: .8rem;
}

@media (max-width: 767px) {
	
	.footer-other-service {
		padding-top: 2rem;
	}

	.footer-other-service li {
		width: 50%;
	}

}


/* --------------------------------------------------

	HEADER

-------------------------------------------------- */

.header {
	position: fixed;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 2rem;
}

.header.is-fixed {
	background-color: rgba(255,255,255,0.9);
}

.header.is-active {
	background-color: rgba(255,255,255,1);
}

.header-logo > :last-child {
	margin-bottom: 0;
}

.header-logo img {
	width: 160px;
	max-width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	
	.header-nav {
		display: none;
	}
	
}

@media (max-width: 767px) {
	
	.header {
		padding: 1rem;
	}
	
	.header-logo img {
		width: 120px;
	}

	
}


.header-nav ul.nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-nav ul.nav > li {
	position: relative;
	margin: 0;
	padding: 0;
}

.header-nav ul.nav > li::before {
	display: none;
}

.header-nav ul.nav > li > a,
.header.is-fixed .header-nav ul.nav > li > a {
	display: block;
	padding: 1rem 2rem;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.top .header-nav ul.nav > li > a {
	color: #fff;
}

.top .header-nav ul > li > a:hover {
	background-color: transparent;
	opacity: .5;
}

.header-nav ul.nav > li:hover > a {
}

.header-nav .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: .4rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
	list-style: none;
}

.header-nav .dropdown li {
	margin: 0;
	padding: 0;
}

.header-nav .dropdown li::before {
	display: none;
}

.header-nav .dropdown li a {
	display: block;
	padding: 1.2rem 1.6rem;
	color: #000;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
}

.header-nav .dropdown li a:hover {
	color: #666;
}

.header-nav li:hover .dropdown {
	display: block;
}


/* --------------------------------------------------

	topicpath

-------------------------------------------------- */

.topicpath {
	margin-top: 8rem;
	padding: 2rem 0;
	border-top: 1px solid #e5e5e5;
}

.topicpath ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	list-style: none;
}

.topicpath li {
	padding: 0;
}

.topicpath li + li {
	position: relative;
	padding-left: 2rem;
}

.topicpath li + li::before {
	content: '';
	position: absolute;
	left: .4rem;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid currentColor;
    border-right: 0;
	border-bottom: 0;
	vertical-align: middle;
	line-height: 1;
	transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 767px) {
	
	.topicpath {
		margin-top: 4rem;
	}
	
}


/* --------------------------------------------------

	OPT2

-------------------------------------------------- */

.opt2 {
	border-top: 1px solid #e5e5e5;
}


/* --------------------------------------------------

	FOOTER

-------------------------------------------------- */

.fNavi {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 1005;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.fNavi li {
	width: 50%;
	margin: 0 !important;
	padding: 0 !important;
}

.fNavi li a {
	display: block;
	width: 100%;
	padding: 1.6rem 0;
	color: #fff;
	text-align: center;
}

.fNavi li.demoFnavi a { background: #10347e;}
.fNavi li.downFnavi a { background: #344c5d;}
.fNavi li.simuFnavi a { background: #cd131f;}

.fNavi li:before {
	display: none !important;
}

/* スマホ */
@media (max-width: 767px) {
	
    .fNavi li a {
		font-size: 1.4rem;
	}
	
}

/* スマホ以外 */
@media (min-width: 768px) {
	
    .fNavi {
		left: auto;
		flex-direction: column;
		bottom: 10%;
	}
	
    .fNavi ul {
		display: block;
	}
	
    .fNavi li {
		width: auto;
		writing-mode: vertical-rl;
	}
	
    .fNavi li a {
		display: inline-block;
		width: auto;
		padding: 1.6rem;
		box-shadow: -4px 0px 5px -5px #090909;
		color: #fff;
	}
	
	.fNavi li:first-child a { border-radius: 8px 0 0 0;}
	.fNavi li:last-child a { border-radius: 0 0 0 8px;}
	
    .fNavi li a:hover {
		padding-right: 2rem !important;
		text-decoration: none;
	}

}


.copyright {
	padding: 2rem 1rem;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center
}


/* --------------------------------------------------

	スマートフォンナビ

-------------------------------------------------- */

.sp-nav {
	position: fixed;
	z-index: 1006;
	top: -120%;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 2rem 0;
	background: linear-gradient(90deg, #143474 0%, #cd131f 100%);
	transition: all .3s;
}

.sp-nav.is-active {
	top: 0;
}

.sp-nav.is-active .sp-nav__body {
	position: fixed;
	z-index: 1006;
	overflow: auto;
	width: 100%;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}

.sp-nav-list {
	position: absolute;
	z-index: 1006;
	top: 0;
	width: 100%;
	margin: 0;
	padding-bottom: 12rem;
}

.sp-nav-list li {
	list-style: none;
}

.sp-nav-list a {
	display: block;
	padding: 1.6rem 0 1.6rem 2rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.sp-nav-list__child {
	margin: 0 0 0 4rem;
	padding: 0;
}

.sp-nav-list__child a {
	font-weight: 400;
}

.sp-nav-openbtn {
	display: none;
	position: relative;
	z-index: 1002;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
	
.sp-nav-openbtn span {
	display: inline-block;
	position: absolute;
	left: 14px;
	width: 45%;
	height: 3px;
	background-color: #143474;
	border-radius: 2px;
	transition: all .3s;
}

.sp-nav-openbtn span:nth-of-type(1) {
	top: 15px;
}

.sp-nav-openbtn span:nth-of-type(2) {
	top: 23px;
}

.sp-nav-openbtn span:nth-of-type(3) {
	top: 31px;
}

.sp-nav-openbtn.is-active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	width: 30%;
	transform: translateY(6px) rotate(-45deg);
}

.sp-nav-openbtn.is-active span:nth-of-type(2) {
	opacity: 0;
}

.sp-nav-openbtn.is-active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	width: 30%;
	transform: translateY(-6px) rotate(45deg);
}

.top .sp-nav-openbtn span {
	background-color: #fff;
}

.header.is-active .sp-nav-openbtn span,
.header.is-fixed .sp-nav-openbtn span {
	background-color: #143474;
}

@media screen and (max-width: 1024px) {
	
	.sp-nav-openbtn {
		display: block;
	}
	
}


/* --------------------------------------------------

	MODULE:topics_digest
	MODULE:blog_recent

-------------------------------------------------- */

.head-parts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 3.2rem;
}

.head-parts__title {
	margin: 0;
	font-size: 2.4rem;
}

.head-parts__btn {
}

.head-parts__btn a {
	white-space: nowrap;
}

.article-list-body {
	margin-bottom: 8rem;
}

@media (max-width: 767px) {
	
	.article-list-body {
		margin-bottom: 4rem;
	}
	
}


.article-list {
	display: flex;
	margin: 0 -1rem;
	padding: 0;
}

.article-list + .article-list {
	margin-top: 2rem;
}

.article-list__date {
	width: 160px;
	padding: 0 1rem;
}

.article-list__title {
	width: calc(100% - 160px);
	padding: 0 1rem;
}

.article-list__title a {
	color: #000;
}

@media (max-width: 767px) {
	
	.article-list {
		flex-direction: column;
	}

	.article-list__date {
		width: 100%;
		margin-bottom: 1rem;
	}

	.article-list__title {
		width: 100%;
	}
	
}


/* --------------------------------------------------

	HOME

-------------------------------------------------- */

.top-key {
	background: #000 url(/images/temp/bg_header.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}

.top-key__row {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 4rem 2rem;
}

.top-key__text {
	width: 50%;
	padding: 0 2rem;
}

.top-key__title {
	margin: 0 0 2.4rem;
	font-size: 4rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
}

.top-key__sup {}

.top-key__sup > :last-child {
	margin-bottom: 0;
}

.top-key__photo {
	width: 50%;
	padding: 0 2rem;
	text-align: center;
}

@media (max-width: 767px) {
	
	.top-key__row {
		flex-direction: column-reverse;
	}

	.top-key__text {
		width: 100%;
	}

	.top-key__title {
		margin: 0 0 2rem;
		font-size: 2.8rem;
		line-height: 1.5;
		text-align: center;
	}


	.top-key__photo {
		width: 100%;
		padding-bottom: 2rem;
	}

	.top-key__photo img {
		max-width: 10rem;
	}
	
}


.update-banner {
	margin-bottom: 8rem;
}

.update-banner-btn {
	display: flex;
	align-items: center;
	padding: 4rem;
	border-radius: .8rem;
	background: url("../images/update-banner.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}

.update-banner-btn:hover {
	text-decoration: none;
	color: #fff;
}

.update-banner-btn__head {
	width: 240px;
	padding: 0 1rem;
}

.update-banner-btn__title {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}

.update-banner-btn__sup {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
}

.update-banner-btn__body {
	width: calc(100% - 240px);
	padding: 0 1rem;
}

.update-banner-btn__body dl {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.update-banner-btn__body dt {
	margin: 0;
	padding: 0 1rem;
	font-weight: 700;
}
.update-banner-btn__body dd {
	margin: 0;
	padding: 0 1rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	
	.update-banner {
		margin-bottom: 4rem;
	}

	.update-banner-btn {
		flex-direction: column;
		padding: 4rem 2rem;
		background: url("../images/update-banner-sp.jpg") no-repeat right center;
		background-size: cover;
	}

	.update-banner-btn__head {
		width: 100%;
		margin-bottom: 2rem;
	}

	.update-banner-btn__title {
		margin-bottom: .8rem;
		text-align: center;
	}

	.update-banner-btn__sup {
		margin-bottom: .8rem;
		text-align: center;
	}

	.update-banner-btn__body {
		width: 100%;
	}

	.update-banner-btn__body dl {
		flex-direction: column;
	}

	.update-banner-btn__body dt {
		width: 100%;
		margin-bottom: 1rem;
		font-size: 1.4rem;
		text-align: center;
	}

	.update-banner-btn__body dd {
		width: 100%;
		text-align: center;
	}
	
}


/* --------------------------------------------------

	Secure CMSとは

-------------------------------------------------- */

.video-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 700 / 354;
}

.video-wrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
}


.slide-function-parts.slick-slider,
.slide-function-color.slick-slider {
	margin-bottom: 0;
	padding: 0;
}

.direct-editing-wrap {
	margin-bottom: 30px;
}

.direct-editing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.direct-editing__text {
	width: 36%;
	padding: 0 2rem;
}

.direct-editing__photo {
	width: 64%;
}

@media screen and (max-width: 768px) {
	
	.direct-editing__text {
		width: 100%;
		padding: 0 2rem;
	}

	.direct-editing__photo {
		width: 100%;
	}
	
}


.content-parts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.content-parts__text {
	width: 36%;
	padding: 0 2rem;
}

.content-parts__photo {
	width: 64%;
}

@media screen and (max-width: 768px) {
	
	.content-parts__text {
		width: 100%;
		padding: 0 2rem;
	}

	.content-parts__photo {
		width: 100%;
	}
	
}


.about-function-box {
	overflow: hidden;
	border-radius: 8px;
}

.about-function-box__title {
	margin: 0 0 2rem;
	padding: 3rem 0 0;
	border-bottom: none;
	font-size: 1.6rem;
	text-align: center;
}

.direct-editing .about-function-box__title {
	padding-top: 0;
}

@media screen and (max-width: 768px) {
	
	.direct-editing .about-function-box__title {
		padding-top: 3rem;
	}
	
}


.about-function-box__catch {
	padding: 0 1rem;
	border-bottom: none;
	color: #333;
	text-align: center;
}

.about-function-box__text {
	padding: 0 1rem 4rem;
	text-align: center;
}

.about-function-box__text > :last-child {
	margin-bottom: 0;
}

.about-function-box__photo img {
	display: block;
	object-fit: cover;
	aspect-ratio: 625 / 384;
}

.function-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 20px;
}

.function-col {
	display: flex;
	width: 14.2857153%;
	margin-bottom: 10px;
	padding: 0 5px;
}


/* --------------------------------------------------

	機能一覧

-------------------------------------------------- */

.about-function-card-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}

.about-function-card {
	margin-bottom: 3rem;
}

.function-box {
	margin: 0;
	padding: 2rem;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.function-box__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.function-box__photo {
	overflow: hidden;
	width: 120px;
	padding: 20px;
	border-radius: 50%;
}

.function-box__photo img {
	display: block;
	width: 80px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.function-box__text {
	width: calc(100% - 140px);
}

.function-box__title {
	margin: 0 0 1rem;
	padding: 0;
	border-bottom: none;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	
	.function-box {
		margin-bottom: 0;
	}
	
	.function-box__photo {
		width: 80px;
		padding: 10px;
	}
	
	.function-box__text {
		width: calc(100% - 100px);
	}
	
}


/* --------------------------------------------------

	プラン・価格

-------------------------------------------------- */

.price-box {
	padding: 4rem;
	border-radius: .8rem;
}

@media screen and (max-width: 768px) {
	
	.price-box {
		padding: 2rem;
	}
	
}