@charset "UTF-8";


.pc {
	display: none !important;
}

#menu-modal {
	display: none;
}

floating-banner {
	display: none;
}



#common-header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 10000;
}
#common-header::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

#common-header .inner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 18px 16px 0;
}

#common-header .logo {
	position: relative;
	display: flex;
	align-items: center;
	width: 86px;
	height: 40px;
	z-index: 100;
}

#common-header .menu {
	position: absolute;
	box-sizing: border-box;
	overflow: auto;
	width: 100%;
	height: calc(100vh - 80px);
	height: calc(100dvh - 80px);
	left: 0;
	top: 80px;
	padding: 30px 30px 40px;
	background: #fafafa;
}

#common-header .menu ul {
}
#common-header .menu > ul:nth-child(1) > li + li {
	margin-top: 18px;
}
#common-header .menu > ul:nth-child(1) > li > a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 48px;
	padding: 0 40px 0 0;
	color: #20304d;
	border-bottom: 1px solid #d9d9d9;
}
#common-header .menu > ul:nth-child(1) > li strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
}
#common-header .menu > ul:nth-child(1) > li em {
	display: block;
	margin: 3px 0 0;
	font-size: 13px;
	font-weight: 500;
}


#common-header .menu > ul:nth-child(1) li {
	position: relative;
}
#common-header .menu > ul:nth-child(1) > li > a span {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 12px);
	border: 1px solid #dc1010;
	border-radius: 11px;
	transition: all 300ms ease-out;
}
#common-header .menu > ul:nth-child(1) > li > a span::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 10px;
	left: calc(50% - 6px);
	top: calc(50% - 5px);
	background: url(/img/arrow_slide_next.svg) 50% 50% no-repeat;
	background-size: 6px auto;
	transition: all 150ms ease-out; 
}

#common-header .menu > ul:nth-child(1) > li > a:active span {
	background: #dc1010;
}
#common-header .menu > ul:nth-child(1) > li > a:active span::after {
	filter: brightness(0) invert(1);
}






#common-header .menu ul ul {
	margin: 28px 0 20px;
}
#common-header .menu ul ul li a::before {
	content: "- ";
}
#common-header .menu ul ul li + li {
	margin-top: 16px;
}
#common-header .menu ul ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #20304d;
}

#common-header .menu ul ul li a span {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	width: 18px;
	height: 18px;
	right: 0;
	top: calc(50% - 9px);
	border: 1px solid #dc1010;
	border-radius: 9px;
	transition: all 300ms ease-out;
}
#common-header .menu ul ul li a span::after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 8px;
	left: calc(50% - 5px);
	top: calc(50% - 4px);
	background: url(/img/arrow_slide_next.svg) 50% 50% no-repeat;
	background-size: 5px auto;
	transition: all 150ms ease-out; 
}
#common-header .menu ul ul li a:active span {
	background: #dc1010;
}
#common-header .menu ul ul li a:active span::after {
	filter: brightness(0) invert(1);
}



#common-header .menu > ul:nth-child(2) {
	max-width: 400px;
	margin: 40px auto 0;
}
#common-header .menu > ul:nth-child(2) li {
	margin-left: -14px;
	margin-right: -14px;
}
#common-header .menu > ul:nth-child(2) li + li {
	margin-top: 10px;
}
#common-header .menu > ul:nth-child(2) li a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 56px;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #dc1010;
	border-radius: 28px;
}
#common-header .menu .download a {
	color: #dc1010;
	background: #fff;
}
#common-header .menu .contact a {
	color: #fff;
	background: #dc1010;
}


#common-header .menu li.solution > a > span {
	display: none !important;
}



#common-header .menu {
	transform: translateY(-100vh);
}

body.menu-motion #common-header .menu {
	transition: transform 300ms ease-out;
}

body.opened-menu {
	overflow: hidden;
}
body.opened-menu #common-header .menu {
	transform: translateY(0);
}





#menu-button {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	z-index: 100;
}
#menu-button button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
#menu-button i {
	position: absolute;
	display: block;
	width: 26px;
	height: 1px;
	left: calc(50% - 13px);
	top: 50%;
	background: #000;
	transition: all 200ms ease-out;
}

#menu-button i:nth-child(1) {
	margin-top: -10px;
}
#menu-button i:nth-child(2) {
}
#menu-button i:nth-child(3) {
	margin-top: 10px;
}

body.opened-menu #menu-button i:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}
body.opened-menu #menu-button i:nth-child(2) {
	opacity: 0;
}
body.opened-menu #menu-button i:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}




/*
body:not(.index) #common-header {
	position: absolute;
}
body:not(.index) #wrap {
	padding-top: 80px;
}
*/

body.fix-menu #common-header {
	position: fixed;
	top: -80px;
	transition: transform 400ms ease-out;
}
body.fix-menu.show-menu #common-header {
	transform: translateY(80px);
}






#solution-menu {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 65px;
	left: 0;
	top: 0;
	z-index: 950;
	border: 0 solid #f5f5f5;
	border-width: 0 0 1px;
	background: #fff;
}

#solution-menu .inner {
	box-sizing: border-box;
	width: 100%;
	height: 65px;
	padding: 16px 0;
	overflow-x: auto;
}
#solution-menu ul {
	white-space: nowrap;
}
#solution-menu li {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 0 16px;
}
#solution-menu a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 700;
	color: #20304d;
	border-radius: 8px;
}
#solution-menu li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	left: -1px;
	top: calc(50% - 12px);
	background: #e6e6e6;
}

#solution-menu a:active {
	text-decoration: underline;
}
body.solution.ppa #solution-menu .ppa a,
body.solution.storage #solution-menu .storage a,
body.solution.real #solution-menu .real a,
body.solution.ev #solution-menu .ev a,
body.circularpower #solution-menu .circularpower a 
{
	background: #f4f4f4;
}



#solution-menu {
	display: none;
}
body.solution #solution-menu {
	display: block;
}










#common-footer {
	position: relative;
	z-index: 10;
	padding: 60px 24px 40px;
	color: #fff;
	background: #20304d;
}
#common-footer a {
	color: #fff;
}
#common-footer .inner {
}



#common-footer #return-top {
	position: absolute;
	width: 28px;
	right: 15px;
	top: 15px;
	overflow: hidden;
}
#common-footer #return-top a {
	box-sizing: border-box;
	display: block;
	width: 28px;
	height: 28px;
	font-size: 0;
	border: 1px solid #fff;
	border-radius: 14px;
}
#common-footer #return-top a::before {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	z-index: 1;
	background: url(../img/arrow_top.svg) 50% 50% no-repeat;
	background-size: 12px auto;
}
#common-footer #return-top a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 14px;
	transform: scale(0);
	transition: all 200ms ease;
}





#common-footer ul {
}
#common-footer li {
	position: relative;
}
#common-footer li + li {
	margin-top: 10px;
}
#common-footer li + li::before {
}
#common-footer li a {
	font-size: 13px;
	font-weight: 500;
}
#common-footer li a:active {
	text-decoration: underline;
}

#common-footer .copyright {
	margin: 30px 0 0;
	font-size: 12px;
	line-height: 1.4;
}






a.button {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	transition: all 300ms ease-out;
}
a.button:active {
	color: #fff;
	background: #dc1010;
}
a.button .popup {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	right: 20px;
	top: calc(50% - 7px);
	background: url(../img/icon_popup.svg?2) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
}
a.button:active .popup {
	filter: brightness(0) invert(1);
}

a.button .arrow-mini {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
}
a.button:active .arrow-mini {
	filter: brightness(0) invert(1);
}

a.button .download {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	right: 20px;
	top: calc(50% - 7px);
	background: url(../img/icon_download.svg?2) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
}
a.button:active .download {
	filter: brightness(0) invert(1);
}

a.button .arrow-down {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	right: 20px;
	top: calc(50% - 7px);
	background: url(../img/arrow_down.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
}
a.button:active .arrow-down {
	filter: brightness(0) invert(1);
}






a.button-bg {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #fff;
	font-weight: 500;
	border-radius: 25px;
	background: #dc1010;
	transition: all 300ms ease-out;
}
a.button-bg:active {
	color: #dc1010;
	background: #fff;
}
a.button-bg .arrow-mini {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
	filter: brightness(0) invert(1);
}
a.button-bg:active .arrow-mini {
	filter: brightness(1) invert(0);
}



a.button-bg-white {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #dc1010;
	font-weight: 500;
	border-radius: 25px;
	background: #fff;
	transition: all 300ms ease-out;
}
a.button-bg-white .arrow-mini {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
	will-change: filter;
	filter: brightness(1) invert(0);
}











main {
	position: relative;
	z-index: 100;
}



main .column > .inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 16px;
}


main .column header {
	text-align: center;
}
main .column header h2 {
	position: relative;
	font-size: 51px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1.25;
}
main .column header .subtitle {
	position: relative;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}




#mini-title {
	padding: 32px 16px;
}
#mini-title h1 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

#mini-title + #solution-menu {
	border-width: 1px 0 0;
}







.document-list h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}
.document-list h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}
.document-list h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 10px;
	background: #fff;
}

.document-list .slide {
	margin: 30px -16px 0;
	padding: 0 0 40px;
	overflow: hidden;
}
.document-list .slide-item a {
	display: block;
	padding: 0 28px;
}
.document-list .slide-item .thumb {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

.document-list .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 224px;
	height: 48px;
	margin: -24px auto 0;
	color: #dc1010;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.document-list .slide-item .link em {
	position: relative;
	z-index: 10;
}
.document-list .slide-item .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
.document-list .slide-item a:active .link {
	color: #fff;
}
.document-list .slide-item a:active .link::after {
	transform: scaleX(1);
}

.slick-arrow {
	box-sizing: border-box;
	position: absolute;
	width: 32px;
	height: 32px;
	top: calc(50% - 16px - 12px);
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: 1px solid #dc1010;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
}
.slick-prev {
	left: 12px;
	background: #fff url(../img/arrow_slide_prev.svg) 47% 50% no-repeat;
	background-size: 6px auto;
}
.slick-next {
	right: 12px;
	background: #fff url(../img/arrow_slide_next.svg) 53% 50% no-repeat;
	background-size: 6px auto;
}

.slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: -40px;
}

.slick-dots button {
	box-sizing: border-box;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: 1px solid #dc1010;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}
.slick-dots li + li {
	margin-left: 12px;
}
.slick-dots .slick-active button {
	background: #dc1010;
}



.document-list .more {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 3px;
	z-index: 10;
	padding-left: 12px;
	background: #fff;
}
.document-list .more a {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	color: #dc1010;
}
.document-list .more a i {
	box-sizing: border-box;
	display: flex;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	border: 1px solid #dc1010;
	border-radius: 10px;
	background: url(../img/arrow_slide_next.svg) 50% 50% no-repeat;
	background-size: 3px auto;
}
.document-list .more a:active {
	text-decoration: underline;
}











.parformance-list {
	box-sizing: border-box;
	padding: 46px 16px 32px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.parformance-list .summary {
	color: #3d6ed7;
	text-align: center;
}
.parformance-list .summary ul {
	width: 240px;
	margin: 0 auto;
}
.parformance-list .summary li {
	position: relative;
	width: 240px;
}
.parformance-list .summary li + li {
	margin-top: 32px;
}

.parformance-list .summary h2 {
	margin: 0 0 25px;
	font-size: 18px !important;
	font-weight: 700;
	text-align: center;
}
.parformance-list .summary h3 {
	font-size: 18px;
	font-weight: 700;
}

.parformance-list .summary .number {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 68px;
	margin: 5px 0 0;
	padding: 0 24px;
}
.parformance-list .summary .number::before,
.parformance-list .summary .number::after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 68px;
	top: 0;
}
.parformance-list .summary .number::before {
	left: 0;
	background: url(../img/bracket_start.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.parformance-list .summary .number::after {
	right: 0;
	background: url(../img/bracket_end.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}

.parformance-list .number > div {
	position: relative;
	top: 8px;
}
.parformance-list .number > div strong {
	font-size: 72px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
.parformance-list .number > div strong em {
	font-size: 54px;
	font-weight: 500;
}
.parformance-list .number > div .sup {
	position: relative;
	top: -5px;
	font-size: 23px;
	font-weight: 700;
	vertical-align: top;
}

.parformance-list .number > span {
	position: relative;
}
.parformance-list .number > span em {
	display: block;
	font-size: 14px;
	font-weight: 900;
}
.parformance-list .number > span strong {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.parformance-list li:nth-child(1) .number > span {
	top: -10px;
	margin-right: 8px;
}
.parformance-list li:nth-child(2) .number > span {
	top: -12px;
	margin-left: 6px;
}


.parformance-list .summary p {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
}






.parformance-list .list {
	margin: 25px 0 0;
}
.parformance-list .list > ul > li + li {
	margin-top: 25px;
}
.parformance-list .list h3 {
	position: relative;
	font-size: 15px;
	font-weight: 700;
}
.parformance-list .list h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 0 20px 0 15px;
	background: #fff;
}
.parformance-list .list h3::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}

.parformance-list ul ul {
	display: flex;
	flex-wrap: wrap;
	margin: 2px 0 0;
}
.parformance-list ul ul li {
	width: calc((100%) / 2);
}





.performance-column {
	margin: 40px 0 0;
}
.performance-column .lead {
}
.performance-column .lead p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}
.performance-column .lead span {
	display: none;
}
.performance-column .image-list {
	margin: 24px 0 0;
}
.performance-column .image-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 8px;
	overflow: hidden;
}
.performance-column .image-list li {
	width: calc((100% - 1px) / 2);
}
.performance-column .image-list li:nth-child(n + 3) {
	margin-top: 1px;
}
.performance-column .image-list .note {
	display: block;
	margin: 12px 0 0;
	font-size: 12px;
	font-weight: 700;
}












.casestudy-list {
}
.casestudy-list h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.casestudy-list .slide {
	margin: 24px -16px 0;
}
.casestudy-list .slide-inner {
	display: flex;
	justify-content: space-between;
}
.casestudy-list .slide-item {
}
.casestudy-list .slide-item a {
	position: relative;
	display: block;
	color: #20304d;
	padding: 0 30px 25px;
}
.casestudy-list .item-inner {
	box-sizing: border-box;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

.casestudy-list .slide-item .logo {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	left: calc(50% - 70px);
	top: calc( (((100vw - 60px) / 3 * 2) - 140px) / 2);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.casestudy-list .slide-item .thumb {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.casestudy-list .slide-item .thumb img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}


.casestudy-list .item-inner > dl {
	box-sizing: border-box;
	padding: 32px 24px 48px;
}
.casestudy-list .item-inner > dl > dt {
	font-size: 13px;
	font-weight: 700;
	color: #3d6ed7;
}
.casestudy-list .item-inner dl dl {
	margin: 8px 0 0;
}
.casestudy-list .item-inner dl dl dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
.casestudy-list .item-inner dl dl dd {
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}




.casestudy-list .slide-item .link {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 224px;
	height: 50px;
	left: calc(50% - 112px);
	margin: -25px 0 0;
	color: #dc1010;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.casestudy-list .slide-item .link em {
	position: relative;
	z-index: 10;
}
.casestudy-list .slide-item .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
.casestudy-list .slide-item a:active .link {
	color: #fff;
}
.casestudy-list .slide-item a:active .link::after {
	transform: scaleX(1);
}




.casestudy-list .more {
	margin: 24px 0 0;
	text-align: center;
}
.casestudy-list .more a {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	color: #dc1010;
}
.casestudy-list .more a i {
	box-sizing: border-box;
	display: flex;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	border: 1px solid #dc1010;
	border-radius: 10px;
	background: url(../img/arrow_slide_next.svg) 50% 50% no-repeat;
	background-size: 3px auto;
}
.casestudy-list .more a:active {
	text-decoration: underline;
}










#full-banner {
	box-sizing: border-box;
	position: relative;
	height: 110vw;
	border: 0 solid #3d6ed7;
	border-width: 3px 0;
	background: url(../img/top_banner_sp.png) 50% 50% no-repeat;
	background-size: cover;
}


#full-banner .copy {
	position: absolute;
	visibility: hidden;
}

#full-banner .link {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
}
#full-banner .link ul {
	margin: 8.5vw 0 0;
	padding: 0 16px;
}
#full-banner .link li + li {
	margin-top: 10px;
}
#full-banner .link li a {
	height:  56px;
	font-size: 18px;
	border: 2px solid #dc1010;
	border-radius: 28px;
}











/* CASESTUDY */

#casestudy-performance {
	padding: 56px 0 80px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#casestudy-performance h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#casestudy-performance h2 span {
	display: block;
	margin: 12px 0 0;
	font-size: 14px;
}
#casestudy-performance .content {
}




#casestudy-summary {
	padding: 56px 0 80px;
}

#casestudy-news {
	padding: 56px 0 80px;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
}
#casestudy-news h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#casestudy-news .caption {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}








#casestudy-entry {
	border-top: 1px solid #e6e6e6;
}
#casestudy-entry > .inner {
	padding-top: 30px;
	padding-bottom: 60px;
}

#casestudy-entry .entry-head {
	display: flex;
	flex-direction: column-reverse;
	padding: 0 0 25px;
	border-bottom: 1px solid #e6e6e6;
}
#casestudy-entry .entry-head .logo {
	margin: 0 0 25px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}
#casestudy-entry .entry-head h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
}
#casestudy-entry .entry-head .category {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 700;
	color: #3d6ed7;
}
#casestudy-entry .entry-body {
	margin: 25px 0 0;
}
#casestudy-entry .entry-body p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#casestudy-entry .entry-body p + p {
	margin-top: 24px;
}











/* News */

#news-summary {
	padding: 56px 0 80px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#news-summary h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#news-summary .caption {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.news-list + .news-list {
	margin-top: 56px;
	padding-top: 56px;
	border-top: 1px solid #e6e6e6;
}


.news-list .slide {
	margin: 30px -16px 0;
	padding: 0 0 40px;
	overflow: hidden;
}
.news-list .slide-item a {
	display: block;
	padding: 0 28px;
}
.news-list .slide-item .entry-summary {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}
.news-list .slide-item dl {
	padding: 16px 24px 60px;
}
.news-list .slide-item dt {
	font-size: 12px;
	font-weight: 500;
}
.news-list .slide-item dd {
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	
	min-height: 56px;
}


.news-list .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 224px;
	height: 48px;
	margin: -24px auto 0;
	color: #dc1010;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.news-list .slide-item .link em {
	position: relative;
	z-index: 10;
}
.news-list .slide-item .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
.news-list .slide-item a:active .link {
	color: #fff;
}
.news-list .slide-item a:active .link::after {
	transform: scaleX(1);
}

.news-list .slide-item .entry-summary .thumb img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}



.news-mailmagazine {
	margin: 50px 0 0;
	text-align: center;
}
.news-mailmagazine dt {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #dc1010;
}
.news-mailmagazine dd {
	width: 280px;
	margin: 15px auto 0;
}
.news-mailmagazine dd a {
	border: 2px solid #dc1010;
}

.news-mailmagazine dt::before,
.news-mailmagazine dt::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 40px;
	bottom: 1px;
	background: #dc1010;
	transform-origin: center center;
}
.news-mailmagazine dt::before {
	left: -16px;
	transform: rotate(-20deg);
}
.news-mailmagazine dt::after {
	right: -14px;
	transform: rotate(20deg);
}





#news-another {
	padding: 56px 0 80px;
}
#news-another ul {
}
#news-another li {
}
#news-another li + li {
	margin-top: 56px;
}
#news-another h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}
#news-another h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}
#news-another h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 10px;
	background: #fff;
}

#news-another li dl {
	margin: 40px 0 0;
}
#news-another li dt {
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
#news-another li:nth-child(2) dt {
	border: 1px solid #afbede;
}
#news-another li dd {
	margin: 24px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

#news-another .link {
	margin-top: 20px;
}









.recommend-list {
	margin: 70px 0 0;
}
.recommend-list h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}
.recommend-list h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}
.recommend-list h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 10px;
	background: #fff;
}

.recommend-list > ul {
	margin: 40px 0 0;
}
.recommend-list > ul > li {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}
.recommend-list > ul > li + li {
	margin-top: 12px;
}
.recommend-list .pict {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	padding: 0 2px 0 0;
	background: #eef5ff;
}
.recommend-list .pict img {
}
.recommend-list p {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	padding: 24px 12px 24px 18px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.recommend-list p br {
	display: none;
}

.recommend-list dl {
	box-sizing: border-box;
	width: calc(100% - 80px);
	padding: 24px 12px 24px 18px;
}
.recommend-list dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.recommend-list dd {
	margin: 5px 0 0;
}
.recommend-list li li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.recommend-list li li::before {
	content: "・";
	text-indent: 0;
}
.recommend-list li li + li {
	margin-top: 2px;
}










.notes-column {
	padding: 56px 0;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
}
.notes-column .note {
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}
.notes-column dl {
	margin: 25px 0 0;
}
.notes-column dt,
.notes-column li {
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
}
.notes-column li {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
}
.notes-column li::before {
	content: "・";
	text-indent: 0;
}



#news-entry {
	border-top: 1px solid #e6e6e6;
}
#news-entry .inner {
	padding-top: 30px;
	padding-bottom: 60px;
}

#news-entry .entry-head {
	padding: 0 0 25px;
	border-bottom: 1px solid #e6e6e6;
}
#news-entry .entry-head h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
}
#news-entry .entry-date {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 500;
}
#news-entry .entry-body {
	margin: 25px 0 0;
}
#news-entry .entry-body p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#news-entry .entry-body p + p {
	margin-top: 24px;
}














/* PRICE */


#price-intro {
	padding: 56px 0 80px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#price-intro h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#price-intro .caption {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
}

#price-intro .content {
	margin: 40px 0 0;
	padding: 32px 16px;
	border: 1px solid #afbede;
	background: #eef5ff;
	border-radius: 8px;
	overflow: hidden;
}
#price-intro h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #3d6ed7;
}

#price-intro .content ol {
	counter-reset: order;
}
#price-intro .content li {
	position: relative;
	padding-top: 48px;
	counter-increment: order;
}
/*
#price-intro .content li::before {
	box-sizing: border-box;
	position: absolute;
	content: counter(order);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	left: calc(50% - 16px);
	top: 0;
	padding: 4px 0 0 1px;
	color: #fff;
	font-size: 28px;
	font-family: "Josefin Sans", sans-serif;
	background: #3d6ed7;
	border-radius: 16px;
}
*/

#price-intro .content li:nth-child(1) {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #afbede;
}

#price-intro .content li .label {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 28px;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	color: #3d6ed7;
}

#price-intro .fig {
	margin: 24px 0 0;
}
#price-intro .fig .pict {
	box-sizing: border-box;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
#price-intro .fig .flow {
	position: relative;
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #afbede;
}
#price-intro .flow .box + .plus + .box {
	margin-top: 24px;
}
#price-intro .box dl {
	display: flex;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
#price-intro .box dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #3d6ed7;
}
#price-intro .box dd {
	width: calc(100% - 110px);
	padding: 24px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #3d6ed7;
}
#price-intro .box dd span {
	display: block;
	margin: 8px 0 0;
	font-size: 11px;
}

#price-intro .plus {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	margin: -16px auto -40px;
	font-size: 0;
	background: #fff url(../img/icon_plus.svg) 50% 50% no-repeat;
	background-size: 20px auto;
	border: 1px solid #3d6ed7;
	border-radius: 28px;
}




#price-reason {
	padding: 56px 0 80px;
}
#price-reason h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#price-reason .content {
	margin: 40px 0 0;
	padding: 32px 16px;
	border: 1px solid #afbede;
	background: #eef5ff;
	border-radius: 8px;
	overflow: hidden;
}
#price-reason h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #3d6ed7;
}

#price-reason .content ol {
	counter-reset: order;
}
#price-reason .content li {
	position: relative;
	padding-top: 48px;
	padding-bottom: 25px;
	counter-increment: order;
}
#price-reason .content li::before {
	box-sizing: border-box;
	position: absolute;
	content: counter(order);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	left: calc(50% - 16px);
	top: 0;
	padding: 4px 0 0 1px;
	color: #fff;
	font-size: 28px;
	font-family: "Josefin Sans", sans-serif;
	background: #3d6ed7;
	border-radius: 16px;
}

#price-reason .content li:nth-child(1),
#price-reason .content li:nth-child(2) {
	margin-bottom: 28px;
	padding-bottom: 56px;
	border-bottom: 1px solid #afbede;
}

#price-reason .fig {
	box-sizing: border-box;
	margin: 24px 0 0;
	padding: 32px 24px 42px;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	background: #fff;
}


#price-reason li .text {
	box-sizing: border-box;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #3d6ed7;
}
#price-reason li .text p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #3d6ed7;
}
#price-reason li .text p span {
	display: block;
	margin: 8px 0 0;
	font-size: 11px;
}


#price-reason li:nth-child(1) .pict {
	padding: 0 20px;
	text-align: center;
}
#price-reason li:nth-child(1) .pict img {
	max-width: 240px;
	height: auto;
}

#price-reason .content li:nth-child(n + 2) .fig {
	flex-direction: column;
	height: 100%;
}



#price-reason li:nth-child(2) .pict {
	padding: 0 5px;
}

#price-reason li:nth-child(3)::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 25px);
	left: -48px;
	top: 0;
	background: #afbede;
}


#price-reason li .number {
	margin-top: -20px;
	margin-bottom: -15px;
}
#price-reason li .number dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px;
	color: #3d6ed7;
}
#price-reason li .number dl + dl {
	border-top: 1px solid #d9d9d9;
}
#price-reason li .number dt {
	font-size: 15px;
	font-weight: 700;
}
#price-reason li .number dd {
	width: 90px;
	text-align: center;
}
#price-reason li .number dd strong {
	font-size: 32px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#price-reason li .number dd span {
	margin-left: 2px;
	font-size: 13px;
	font-weight: 700;
}
#price-reason li .number dd::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	left: 55%;
	top: calc(50% - 15px);
	transform: rotate(35deg);
	background: #3d6ed7;
}



#price-reason .link {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 242px;
	height: 50px;
	left: calc(50% - 121px);
	bottom: 0px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
#price-reason .link em {
	position: relative;
	z-index: 10;
}
#price-reason .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
#price-reason .link:active {
	color: #fff;
}
#price-reason .link:active::after {
	transform: scaleX(1);
}

#price-reason li:nth-child(1) .link,
#price-reason li:nth-child(2) .link {
	bottom: 30px;
}









#price-faq {
	padding: 56px 0 80px;
	border-top: 1px solid #e6e6e6;
	background: #fafafa;
}
#price-faq h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.faq-list {
	margin: 40px 0 0;
}

.faq-list li {
	padding: 0 0 20px;
	border-bottom: 1px solid #d9d9d9
}
.faq-list li + li {
	margin-top: 20px;
}
.faq-list dd {
	height: 0;
	overflow: hidden;
	transition: all 400ms ease-out;
}
.faq-list dt a {
	position: relative;
	display: block;
	padding: 0 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	color: #20304d;
}
.faq-list dt a::before {
	position: absolute;
	content: "Q.";
	left: 0;
	top: -5px;
	font-size: 26px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	color: #3d6ed7;
}
.faq-list dt a .plus {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	right: 10px;
	top: calc(50% - 8px);
}
.faq-list dt a .plus::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 17px;
	left: 50%;
	top: 0;
	background: #dc1010;
	transition: all 400ms ease-out;
}
.faq-list dt a .plus::after {
	position: absolute;
	content: "";
	display: block;
	width: 17px;
	height: 1px;
	left: 0;
	top: calc(50%);
	background: #dc1010;
}
.faq-list .answer {
	position: relative;
	padding: 8px 40px 0;
}
.faq-list .answer p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	color: #20304d;
}

.faq-list .answer::before {
	position: absolute;
	content: "A.";
	left: 2px;
	top: 10px;
	font-size: 26px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	color: #dc1010;
}

.faq-list .opened dt a .plus::before {
	transform: scaleY(0);
}












/* DOWNLOAD */

#download-lineup {
	padding: 56px 0 80px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#download-lineup h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#download-lineup .caption {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
}
#download-lineup .caption br {
	display: none;
}


.download-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 14px 0;
}
.download-list li {
	position: relative;
	box-sizing: border-box;
	display: block;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
}
.download-list li:nth-child(n + 2) {
	margin-top: 64px;
}

.download-list li a {
}
.download-list li .thumb {
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #3d6ed7;
	overflow: hidden;
}
.download-list li dl {
	padding: 20px 24px 36px;
}
.download-list li dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.download-list li dd {
	margin: 8px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.download-list .link {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 140px);
	height: 50px;
	left: 70px;
	bottom: -25px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.download-list .link em {
	position: relative;
	z-index: 10;
}
.download-list .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
.download-list a:active .link {
	color: #fff;
}
.download-list a:active .link::after {
	transform: scaleX(1);
}




#download-casestudy {
	padding: 95px 0;
	border-top: 1px solid #e6e6e6;
}











#donwload-entry {
	padding: 30px 0 56px;
	background: #fafafa;
}
#donwload-entry .inner {
}

#donwload-entry .primary {
}
#donwload-entry .secondary {
	margin: 50px 0 0;
}

#donwload-entry h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}
#donwload-entry .entry-body {
	margin: 25px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

#donwload-entry .recommend {
	margin: 40px 0 0;
}
#donwload-entry .recommend h2 {
	position: relative;
	font-size: 16px;
	font-weight: 700;
}
#donwload-entry .recommend h2 span {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding-right: 12px;
	background: #fafafa;
}
#donwload-entry .recommend h2::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}

#donwload-entry .recommend ul {
	margin: 32px 0 0;
}
#donwload-entry .recommend dl {
	display: flex;
	justify-content: space-between;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}
#donwload-entry .recommend dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	background: #eef5ff;
}
#donwload-entry .recommend dt img {
	width: 80%;
	height: auto;
}
#donwload-entry .recommend dd {
	box-sizing: border-box;
	width: calc(100% - 80px);
	padding: 20px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	background: #fff;
}
#donwload-entry .recommend li + li {
	margin-top: 12px;
}

#donwload-entry .image {
	margin: 40px 0 0;
	border-radius: 8px;
	overflow: hidden;
}

#donwload-entry .detail {
	margin: 25px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}



#donwload-entry .link {
	margin: 30px 0 0;
}
#donwload-entry .link a {
	position: relative;
	display: inline-block;
	padding: 0 0 3px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: #20304d;
}
#donwload-entry .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #20304d;
}
#donwload-entry .link a:active::after {
	visibility: hidden;
}





#donwload-entry .secondary .form {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
#donwload-entry .secondary .form h2 {
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background: #3d6ed7;
}
#donwload-entry .secondary .form-inner {
	padding: 20px 20px;
}





/* CONTACT */

#mini-title h1.lite {
	font-size: 18px;
	line-height: 1.6;
}

#form-container {
	padding: 28px 4px 50px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0 0;
}




#thanks-container {
	padding: 28px 0 50px;
	background: #fff;
	border: 0 solid #e6e6e6;
	border-width: 1px 0 0;
}
#thanks-container .inner {
}
.form-thanks {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}


#download-lineup.compact {
	padding-top: 40px;
	background: #fff;
}
#download-lineup.compact h2 {
	font-size: 20px;
}

#news-summary.compact {
	padding-top: 40px;
}
#news-summary.compact h2 {
	font-size: 20px;
}








/* ENTRY */

.entry-body {
	margin: 0 24px;
	padding: 40px 0;
}

.entry-body h2 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}
.entry-body h3,
.entry-body h4 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}
.entry-body div,
.entry-body p,
.entry-body li {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
.entry-body p + p {
	margin-top: 10px;
}
.entry-body img {
	width: auto;
	margin: 15px 0;
}

.entry-body strong {
	font-weight: 700;
}

.entry-body p a {
	color: #dc1010;
	text-decoration: underline;
}

.entry-body img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
	/*
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	*/
}
.entry-body .image-noborder,
.entry-body .image-noborder img {
	border-width: 0 !important;
	border-radius: 0 !important;
}

.entry-body pre {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	white-space: normal;
}








/* 202501 */

#casestudy-menu {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 65px;
	left: 0;
	top: 0;
	z-index: 950;
	border: 0 solid #f5f5f5;
	border-width: 0 0 1px;
	background: #fff;
}

#casestudy-menu .inner {
	box-sizing: border-box;
	width: 100%;
	height: 65px;
	padding: 16px 0;
	overflow-x: auto;
}
#casestudy-menu ul {
	white-space: nowrap;
}
#casestudy-menu li {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 0 16px;
}
#casestudy-menu a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 700;
	color: #20304d;
	border-radius: 8px;
}
#casestudy-menu li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	left: -1px;
	top: calc(50% - 12px);
	background: #e6e6e6;
}

#casestudy-menu a:active {
	text-decoration: underline;
}
body.casestudy.logi #casestudy-menu .logi-case a,
body.casestudy.index #casestudy-menu .casestudy-index a
{
	background: #f4f4f4;
}



#casestudy-menu {
	display: none;
}
body.casestudy #casestudy-menu {
	display: block;
}









.entry-body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-body .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0 !important;
	max-width: 45vw;
}

.entry-body .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em !important;
	max-width: 45vw;
}



#download-kv {
	border-bottom: 1px solid #e6e6e6;
}

#download-kv + #download-kv {
	display: none;
}



.password-form {
	margin: 100px 30px 0;
}
.password-form p {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.8;
}
.password-form input {
	font-family: sans-serif;
}








