@charset "UTF-8";
/* -----------------------------------------------
Table of Contents (common css)
--------------------------------------------------
0. Foundation
	 0-1. Reset
	 0-2. Base
	 0-3. Config
1. Layout
	 1-1. #l-document
	 1-2. #l-header
	 1-3. #l-container
				1-3-1. #l-main
				1-3-2. #l-sub
	 1-4. #l-footer
	 1-5. #l-navGlobal
	 1-6. pageHeader
	 1-7. layoutType
2. Object
	 2-1. Component a.k.a Module
				2-1-1.  Wrap     [wrp-***]
				2-1-2.  Box      [box-***]
				2-1-3.  Table    [tbl-***]
				2-1-4.  Headings [hdg-lv*]
				2-1-5.  Nav      [nav-***]
				2-1-6.  List     [lst-***]
				2-1-7.  Button   [btn-***]
				2-1-8.  Anchor   [acr-***]
				2-1-9.  Text     [txt-***]
				2-1-10. Icon     [icn-***]
				2-1-11. Label    [lbl-***]
				2-1-12. Form     [frm-***]
				2-1-13. Error    [err-***]
				2-1-14. Panel    [pnl-***]
				2-1-15. Media    [mda-***]
				2-1-16. UI
	 2-2. Utility
				2-2-1. clearfix
				2-2-2. margin,padding [mb10,pt20]
				2-2-3. Object-Oriented CSS
				2-2-4. Grid System [grid-***]
				2-2-5. CSS Animation [act-***]
				2-2-6. WebFont
	 2-3. State [is-***]
	 2-4. OverLayerConfig [z-index]
	 2-5. Project

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

/* -----------------------------------------------
 [0. Foundation]
-------------------------------------------------- */

/* 0-1. Reset
-------------------------------------------------- */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

a {
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline-width: 0;
}

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, footer, header, small, nav, section, figure, figcaption, main {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline: none;
}

audio, canvas, progress, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template, [hidden] {
	display: none;
}

ul, ol {
	list-style-type: none;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	line-height: 1;
	vertical-align: baseline;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

hr {
	box-sizing: content-box;
	height: 0;
}

dt, dd, li, th, td, input, textarea {
	text-align: left;
	vertical-align: top;
}

button {
	border: none;
}

input, textarea, button {
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid #dad7d3;
	height: auto;
	padding: 2px 5px;
}

textarea {
	border: 1px solid #dad7d3;
	height: 78px;
	/*	resize: none;*/
}

button, label {
	background-color: transparent;
	cursor: pointer;
}

button, select {
	text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: content-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

:focus {
	outline: none;
}

/* 0-2. Base
-------------------------------------------------- */

html {
	overflow-y: scroll;
	font-size: 0.875rem;	/* default:16px x 0.875 = 14px = 10.5pt */
	/*visibility: hidden;*/
	/* as WebFont */
}

html.wf-active {
	/*visibility: visible;*/
	/* as WebFont */
}

body {
	font-feature-settings: "palt";
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	overflow: hidden;
}

html, body {}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

table {
	width: 100%;
}

input, textarea, button {
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
}

.ie9 .gradient {
	filter: none;
}

a[href="tel"] {
	color: #a4002c;
}

/* 0-3. Config
-------------------------------------------------- */

body {
	line-height: 0;
	/* font-size: 14px; */
	color: #333;
}

/* @media screen and (min-width: 1px) and (max-width: 767px) {
	body {
		font-size: 12px;
	}
} */

a, a:link {
	color: #275594;
	text-decoration: none;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	-webkit-transition: background-color 0s;
	transition: background-color 0s;
}

/* a:visited{
	color: #993399;
} */

/* a:hover, a:active {
	opacity: 0.7;
} */

a:hover img, a:active img, a:focus img {
	opacity: 0.7;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

p {
	line-height: 1.8;
}

dt, dd, li, th, td, input, textarea, button {
	line-height: 1.6;
}

input {
	font-size: 16px;
	box-sizing: border-box;
}

select {
	display: block;
}

textarea {
	width: 100%;
	display: block;
	font-size: 16px;
	box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	p {
		line-height: 1.667;
	}
}

#cboxClose {
	/* display: block; */
	background: #275594 url("/assets/images/cmn-icn-close.png") no-repeat center;
	background-size: auto;
	color: transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 0;
}

#cboxContent {
	/* padding: 0 30px; */
	margin-top: 0;
}

#cboxLoadedContent {
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.lightbox img, .lightbox--02 img {
	-webkit-transition: all 100ms ease-in-out 0ms;
	-moz-transition: all 100ms ease-in-out 0ms;
	-ms-transition: all 100ms ease-in-out 0ms;
	-o-transition: all 100ms ease-in-out 0ms;
	transition: all 100ms ease-in-out 0ms;
}

/*.lightbox img:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
} */

.lightbox img:hover, .lightbox--02 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* @media screen and (min-width: 1px) and (max-width: 767px) {
	#cboxContent {
		padding: 40px 0;
	}
	#cboxClose {
		width: 40px;
		height: 40px;
	}
} */

/* -----------------------------------------------
 [1. Layout]
-------------------------------------------------- */

/* 1-1. #l-document
-------------------------------------------------- */

#l-document {
	position: relative;
}

@media only screen and (min-width:1px) and (max-width:1023px) {
	#l-document {}
}

/* endMedia */

/* 1-2. #l-header
-------------------------------------------------- */

.header {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	z-index: 5;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header__top {
	padding: 0 10px 0 20px;
}

.header__top:after {
	content: "";
	display: block;
	clear: both;
}

.header__logo {
	float: left;
	padding-top: 24px;
}

.header__logo a {
	display: block;
	font-size: 0;
}

.header__logo img {
	width: 211px;
}

.header__nav {
	float: right;
}

.nav-global {
	display: inline-block;
	vertical-align: middle;
}

.nav-global>li {
	float: left;
	position: relative;
}

.nav-global>li:last-child {
	margin-right: 0;
}

.nav-global>li>a {
	font-size: 12px;
	color: #275594;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 9px 15px;
}

.nav-global>li>a:hover, .nav-global>li.active>a, .nav-global>li.is-current>a {
	background-color: #275594;
	color: #fff;
	opacity: 1;
}

.nav-global>li a span {
	display: inline-block;
	position: relative;
}

.header__btn {
	display: inline-block;
	vertical-align: middle;
}

.header__btn .header__btn__inner {
	display: inline-block;
	font-size: 14px;
	padding: 10px 30px;
	font-weight: bold;
}

.header__dropdown {
	display: none;
}

.header__icn {
	display: none;
}

.header__denso-logo {
	width: 75%;
}

.nav-global__submenu {
	display: none;
	position: absolute;
	top: 37px;
	width: 320px;
	overflow: hidden;
	background-color: rgba(39, 85, 148, 0.9);
	padding: 0 15px 0 20px;
}

.nav-global__submenu li {
	border-bottom: solid 1px #93AAC9;
}

.nav-global__submenu li:last-child {
	border-bottom: 0;
}

.nav-global__submenu li a {
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
	display: block;
}

.nav-global__submenu li a i {
	margin-right: 15px;
}

.header__button {
	width: 180px;
	font-size: 12px;
	background-color: #275594;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}

.header__button a {
	color: #fff;
	padding: 24px 0;
	display: block;
	font-weight: bold;
}

.header__lst__button {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 3px;
}

.header__lst__button li {
	display: inline-block;
}

.header__lst__button a {
	display: block;
	text-align: center;
	min-width: 100px;
	font-size: 12px;
	background: rgba(186, 186, 186, 0.2);
	padding: 6px 18px 5px;
	box-sizing: border-box;
}

.header__lst__button a:hover, .header__lst__button a:focus {
	background-color: #E1F5FE;
}

.header__lst__button a:active {
	background-color: #E1F5FE;
	outline: solid 1px #fff;
}

.header__lst__button--download a {
	/* width: 140px; */
	color: #fff;
	background: #275594;
}

.header__lst__button--download a:hover, .header__lst__button--download a:focus {
	background: #3068b5;
}

.header__lst__button--download a:active {
	background: #3068b5;
	outline: solid 1px #fff;
}

.header__langs {
	display: none;
	vertical-align: middle;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.header__langs img {
	width: 1.2em;
	height: inherit;
	margin: 2px;
}

.header__hamburger {
	display: none;
}

/*@media screen and (min-width: 1200px) and (max-width: 1366px) {
	.nav-global>li a {
		font-size: 13px;
		padding: 20px 10px;
	}
}*/
@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.nav-global>li>a{
		padding: 9px 10px;
	}
}
@media screen and (min-width: 1px) and (max-width: 1199px) {
	.header {
		height: 40px;
	}
	.header.is-opened {
		z-index: 10;
	}
	.header__button {
		display: none;
	}
	.header__top {
		padding: 0 0 0 10px;
	}
	.header__logo.scrolled {
		opacity: 1;
	}
	.header__logo {
		padding-top: 11px;
	}
	.header__logo img {
		width: 127px;
		height: 19px;
	}
	.header__btn {
		display: none;
	}
	.header__nav {
		margin-right: 0;
	}
	.header__dropdown {
		display: block;
		width: 100%;
		height: calc(var(--vh) * 100 - 4rem);
		overflow-y: scroll;
		position: absolute;
		z-index: 99;
		top: 39px;
		left: 100%;
		right: 0;
		padding: 0 0 0 calc(100% - 400px);
		margin: 0;
		background: transparent;
		opacity: 0.9;
		box-sizing: border-box;
		-webkit-transition: .3s ease;
		transition: .3s ease;
	}
	.header__dropdown__inner {
		height: 100%;
		background: #2a579a;
	}
	.header__dropdown__logo img {
		width: 165px;
	}
	.header__dropdown__logo i {
		font-size: 36px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 20px;
		cursor: pointer;
	}
	.header__dropdown__content {
		box-sizing: border-box;
		padding: 0 20px 40px;
		margin-top: 1px;
		background: #2a579a;
		-webkit-box-shadow: 0 3px 6px 0 rgba(39, 84, 147, 1);
		-moz-box-shadow: 0 3px 6px 0 rgba(39, 84, 147, 1);
		box-shadow: 0 3px 6px 0 rgba(39, 84, 147, 1);
	}
	.header__nav-global {}
	.header__nav-global>li {
		border-bottom: solid 1px #93AAC9;
	}
	.header__nav-global>li:last-child {
		border-bottom: 0;
	}
	.header__nav-global>li a {
		display: block;
		line-height: 1;
		padding: 19px 0 18px;
		cursor: pointer;
		font-size: 12px;
		color: #fff;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header__nav-global>li a i {
		margin-right: 10px;
		font-size: 10px;
	}
	.header__nav-global>li.dropdown-active>a i::before {
		content: "\f078";
	}
	.nav-global {
		display: none;
	}
	.header__hamburger {
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background-color: #275594;
	}
	.header__bar {
		display: block;
		position: relative;
		vertical-align: middle;
	}
	.header__bar span {
		position: absolute;
		width: 20px;
		height: 2px;
		background: rgba(255, 255, 255, 1);
		margin: 0 auto;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		left: 0;
		right: 0;
	}
	.header__bar span:nth-child(1) {
		top: 12px;
	}
	.header__bar span:nth-child(2) {
		top: 19px;
	}
	.header__bar span:nth-child(3) {
		top: 26px;
	}
	.header__bar.animate span:nth-child(1) {
		top: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header__bar.animate span:nth-child(2) {
		width: 0;
		opacity: 0;
	}
	.header__bar.animate span:nth-child(3) {
		top: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.js-menu-content.is-show {
		left: 0%;
		opacity: 1;
	}
	.js-menu-content.is-hide {
		left: 100%;
		opacity: 1;
	}
	.header__dropdown__head {
		height: 59px;
		background: #fff;
	}
	.header__dropdown__head::after {
		content: "";
		display: block;
		clear: both;
	}
	.header__dropdown__logo a {
		display: inline-block;
		padding: 17px 0 0 20px;
	}
	.header__denso-logo {
		width: 50%;
	}
	.nav-global__submenu {
		display: block;
		position: relative;
		top: 0;
		width: auto;
		background-color: transparent;
		padding: 0 15px 0 17px;
	}
	.nav-global__submenu li {
		border-bottom: 0;
	}
	.nav-global__submenu li a {
		color: #fff;
		font-size: 10px;
		padding: 0 0 16px;
		display: block;
		line-height: 1.6;
		margin-left: 2em;
		position: relative;
	}
	.nav-global__submenu li a::before {
		content: "\f054";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		top: 0;
		left: -17px;
		font-size: 10px;
	}
	.nav-global__submenu li:first-child a {
		padding-top: 0;
	}
	.nav-global__submenu li a i {
		margin-right: 10px;
	}
	.header__buttonSP .btn, .header__buttonSP .btn:link {
		display: block;
		padding: 12px 20px 12px;
		font-size: 14px;
	}
	.header__lst__button {
		display: none;
	}
}

/* @media screen and (min-width: 1px) and (max-width: 767px) */
@media screen and (min-width: 1px) and (max-width: 440px)
{
	.header__dropdown {
		padding: 0 0 0 10%;
	}
}

/*Top Page*/

html.is-disabledScroll, body.is-disabledScroll {
	overflow: hidden;
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

.top-page .header {
	background: rgba(39, 85, 148, 0.6);
	position: absolute;
}

.top-page .header.scrolled {
	background: #fff;
	position: fixed;
	-webkit-animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	animation: slide-down 0.7s;
	transition: none;
}

.top-page .nav-global>li>a {
	color: #fff;
}

.top-page .header.scrolled .nav-global>li>a {
	color: #275594;
}

.top-page .header.scrolled .nav-global>li:hover>a {
	color: #fff;
}

.top-page .header__lst__button a {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.top-page .header__lst__button a:hover, .top-page .header__lst__button a:focus, .top-page .header__lst__button a:active {
	background: rgba(255, 255, 255, 0.4);
}

.top-page .header__lst__button--download a {
	background: #fff;
	color: #275594;
}

.top-page .header__lst__button--download a:hover, .top-page .header__lst__button--download a:focus {
	background: #E1F5FE;
}

.top-page .header__lst__button--download a:active {
	background: #E1F5FE;
	outline: solid 1px #fff;
}

.top-page .header.scrolled .header__lst__button a {
	background: rgba(186, 186, 186, 0.2);
	color: #275594;
}

.top-page .header.scrolled .header__lst__button a:hover, .top-page .header.scrolled .header__lst__button a:focus {
	background: #E1F5FE;
}

.top-page .header.scrolled .header__lst__button a:active {
	background: #E1F5FE;
	outline: solid 1px #fff;
}

.top-page .header.scrolled .header__lst__button--download a {
	background: #275594;
	color: #fff;
}

.top-page .header.scrolled .header__lst__button--download a:hover, .top-page .header.scrolled .header__lst__button--download a:focus {
	background: #3068b5;
}

.top-page .header.scrolled .header__lst__button--download a:active {
	background: #3068b5;
	outline: solid 1px #fff;
}

.top-page .header__langs {
	display: inline-block;
}

.top-page .header.scrolled .header__langs img {
	border: 1px solid lightgray;
}

@media screen and (min-width: 1px) and (max-width: 1199px) {
	.top-page .header {
		background: transparent;
		box-shadow: none;
	}
	.top-page .header.is-opened {}
	.top-page .header.scrolled {
		-webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	}
	.top-page .header__logo {
		display: none;
	}
	.top-page .scrolled .header__logo {
		display: block;
	}
}

/* 1-3. #l-container
-------------------------------------------------- */

#l-container {}

.wrp-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 18px;
}

.wrp-container--sm {
	max-width: 945px;
	margin: 0 auto;
	padding: 0 18px;
}

/* 1-3-1. #l-main
-------------------------------------------------- */

#l-main {}

/* 1-3-2. #l-sub
-------------------------------------------------- */

/* 1-4. #l-footer
-------------------------------------------------- */

.footer {
	position: relative;
}

.footer__content {
	background: #fff;
	padding: 80px 0 0 0;
}

.foot__inner:after {
	content: '';
	display: block;
	clear: both;
}

.footer__info {
	display: inline-block;
	width: 67.8%;
	float: left;
}

.footer__link {
	display: block;
	width: 100%;
}

.footer__link:after {
	content: '';
	display: block;
	clear: both;
}

.footer__link a:hover, .footer__link a:focus, .footer__link a:active {
	text-decoration: underline;
}

.footer__link__group {
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 15px;
}

.footer__link__item {
	display: block;
	line-height: 1;
}

.footer__link__item+.footer__link__item {
	margin-top: 28px;
}

.footer__link__item a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

/* .footer__link__item a:hover {
	opacity: 0.7;
} */

.footer__link__list {
	margin-top: 20px;
}

.footer__link__list li {
	line-height: 1;
	display: block;
	margin-left: 10px;
}

.footer__link__list li+li {
	margin-top: 18px;
}

.footer__link__list a {
	font-size: 12px;
	color: #333;
}

.footer__button {
	display: inline-block;
	float: left;
	width: 32.2%;
}

.footer__button__item {
	text-align: right;
	line-height: 1;
}

.footer__button__item--tt {
	margin-top: 18px;
}

.footer__button__item img {
	max-width: 380px;
}

.footer__bottom {
	margin-top: 55px;
	padding-bottom: 14px;
	text-align: center;
	border-bottom: 1px solid #707070;
}

.footer__bottom__item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.footer__bottom__item a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.footer__bottom__item a:hover, .footer__bottom__item a:focus, .footer__bottom__item a:active {
	text-decoration: underline;
}

.footer__logo {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.footer__logo img {
	width: 268px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.footer__content {
		padding: 60px 0 0 0;
	}
	.footer__logo img {
		width: 232px;
	}
	.footer__info {
		width: 100%;
	}
	.footer__link {
		display: table;
		width: 100%;
	}
	.footer__link__group {
		display: table-cell;
		width: 50%;
	}
	.footer__link__item {
		display: block;
		margin-right: 0;
		margin-bottom: 0;
	}
	.footer__link__item a {
		font-size: 12px;
		line-height: 1.7;
	}
	.footer__button {
		margin-top: 100px;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.footer__button__item {
		flex-basis: 50%;
		text-align: center;
	}
	.footer__button__item--tt {
		margin-top: 0;
		margin-bottom: 16px;
		padding-left: 10px;
	}
	.footer__button__item--lr {
		padding-right: 10px;
	}
	.footer__button__item img {
		width: 100%;
	}
	.footer__link__item+.footer__link__item {
		margin-top: 8px;
	}
	.footer__link__list {
		margin-top: 16px;
	}
	.footer__link__list li {
		margin-left: 5px;
		line-height: 1.2;
	}
	.footer__link__list a {
		font-size: 11px;
	}
	.footer__link__list li+li {
		margin-top: 13px;
	}
	.footer__link__group {
		padding-right: 0;
	}
	.footer__link__group+.footer__link__group {
		padding-left: 10px;
	}
	.footer__bottom {
		margin-top: 22px;
		padding-bottom: 34px;
	}
	.footer__logo {
		display: block;
		text-align: center;
		margin-bottom: 16px;
	}
	.footer__bottom__item {
		margin-left: 0;
	}
	.footer__bottom__item+.footer__bottom__item {
		margin-left: 20px;
	}
	.footer__bottom__item a {
		font-size: 11px;
	}
}

/* 1-5. #l-navGlobal
-------------------------------------------------- */

.nav-breadcrumb {
	line-height: 1;
	margin-top: 16px;
}

.nav-breadcrumb li {
	display: inline;
	list-style: none;
	font-size: 0.9rem;
	font-weight: bold;
}

.nav-breadcrumb li a:hover, .nav-breadcrumb li a:focus, .nav-breadcrumb li a:active {
	text-decoration: underline;
}

.nav-breadcrumb li:after {
	content: "\203a";
	font-size: 150%;
	font-family: 'Roboto', sans-serif;
	padding: 0 0.5em;
}

.nav-breadcrumb li:last-child:after {
	content: '';
}

.nav-breadcrumb li:last-child {
	color: #999;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.nav-breadcrumb {
		margin-top: 7px;
	}
}

.nav-backtotop {
	display: inline-block;
	position: absolute;
	right: 110px;
	top: -30px;
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.nav-backtotop a {
	display: block;
	position: relative;
	height: 100%;
}

.nav-backtotop a i {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	font-size: 21px;
	font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.nav-backtotop {
		right: 21px;
		top: -20px;
		width: 40px;
		height: 40px;
	}
	.nav-backtotop a i {
		font-size: 18px;
	}
}

/* 1-6. pageHeader
-------------------------------------------------- */

/* 1-7. layoutType
-------------------------------------------------- */

/* -----------------------------------------------
 [2. Object]
-------------------------------------------------- */

/* 2-1. Component a.k.a Module
-------------------------------------------------- */

/*2-1-1.  Wrap     [wrp-***]*/

/*2-1-2.  Box      [box-***]*/

.box-link {
	margin: 45px -10px 0;
}

.box-link:after {
	content: '';
	display: block;
	clear: both;
}

.box-link__item {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}

.box-link__content {
	display: block;
	padding: 40px 60px 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.box-link__content:hover {
	background: #E1F5FE;
}

.box-link__thumbnail {
	text-align: center;
	margin-bottom: 22px;
	line-height: 1;
}

.box-link__title {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #275594;
	margin-bottom: 28px;
}

.box-link__text {
	color: #333;
}

.box-link__detail {
	position: relative;
	display: block;
	text-align: center;
	padding: 22px 50px 24px;
	margin-top: 35px;
}

.box-link__detail:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #333;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
}

.box-link__detail:after {
	content: "\f054";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-link__item {
		width: 100%;
		margin-bottom: 40px;
	}
	.box-link__content {
		padding: 30px 30px 0;
	}
	.box-link {
		margin-top: 35px;
	}
	.box-link__thumbnail {
		margin-bottom: 28px;
	}
	.box-link__title {
		margin-bottom: 16px;
	}
	.box-link__title a {
		font-size: 14px;
		line-height: 1.43;
		padding: 0;
	}
	.box-link__title a:before {
		display: none;
	}
	.box-link__detail {
		margin-top: 24px;
		padding: 17px 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.box-link__content {
		padding: 30px;
	}
}

.box-image {
	text-align: center;
	padding: 120px 0;
}

.box-image__text {
	max-width: 90%;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
}

.box-image__text p span {
	color: #275594;
	font-weight: bold;
}

.box-image__text p+p {
	margin-top: 15px;
}

.box-image__text+.box-image__thumbnail {
	display: block;
	margin-top: 50px;
}

.box-image .lst-note {
	margin-left: 40px;
}

.box-image__youtube {
	border: 1px solid;
	padding-bottom: 1px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-image {
		padding: 80px 0;
	}
	.box-image__text {
		max-width: 100%;
		margin: 0 auto 30px;
		font-size: 14px;
	}
	.box-image__text p+p {
		margin-top: 10px;
	}
	.box-image__text .box-image__thumbnail {
		margin-top: 30px;
	}
	.box-image .lst-note {
		margin-left: 20px;
	}
}

/* box media */

.lst-media li:first-child .box-media {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

li+li .box-media {
	border-bottom: 1px solid #BBBBBB;
}

.box-media {
	display: table;
	width: 100%;
	table-layout: fixed;
	direction: rtl;
	padding: 40px 0;
}

.box-media__content {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	padding-left: 20px;
}

.box-media__content p+p {
	margin-top: 15px;
}

.box-media__content p+ul {
    margin-top: 2ex;
    flex-direction: column;
}

.box-media__content p+ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 1ex;
}

.box-media__content p+ul li::before {
	content: '';
    width: 7px;
    height: 7px;
    background-color: #275594;
    position: absolute;
    left: 7px;
    top: 7px;
}

.box-media__detail {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	width: 380px;
}

.box-media__link a {
	display: block;
	position: relative;
	width: 345px;
	box-sizing: border-box;
	padding: 0 40px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1);
	line-height: 40px;
	margin-top: 8px;
}

.box-media__link a::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f144';
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.box-media__attention {
	background-color: whitesmoke;
	margin: 32px 0;
	padding: 1.5em;
}

.box-media__attention h2 {
	font-size: larger;
	margin-bottom: 1ex;
}

.box-media__attention ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 1ex;
}

.box-media__attention ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #275594;
	position: absolute;
	left: 7px;
	top: 7px;
}

@media only screen and (min-width:1px) and (max-width: 767px) {
	.box-media, .box-media__content, .box-media__detail {
		display: block;
		width: 100%;
		padding-left: 0;
		direction: ltr;
	}
	.box-media {
		padding: 60px 0;
	}
	.box-media .hdg-lv3 {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.box-media__thumbnail {
		margin-top: 15px;
	}
	.box-media__content p+p {
		margin-top: 10px;
	}
	.box-media__link a {
		width: 100%;
		line-height: 40px;
		margin-top: 18px;
	}
}

/* box-lead */

.box-lead {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 90px;
	margin-bottom: 112px;
}

.box-lead__content {
	display: table-cell;
	vertical-align: top;
	padding-right: 55px;
}

.box-lead__thumbnail {
	display: table-cell;
	vertical-align: top;
	width: 45.76%;
	padding-top: 7px;
}

.box-lead__title {
	font-size: 28px;
	line-height: 1.57;
	font-weight: bold;
	color: #275594;
	margin-bottom: 30px;
}

@media only screen and (min-width:1px) and (max-width: 767px) {
	.box-lead, .box-lead__content, .box-lead__thumbnail {
		display: block;
		width: 100%;
	}
	.box-lead {
		margin-top: 52px;
		margin-bottom: 58px;
	}
	.box-lead__title {
		font-size: 26px;
		line-height: 1.7;
		color: #128ACC;
		margin-bottom: 28px;
	}
	.box-lead__content {
		padding-right: 0;
		margin-bottom: 28px;
	}
}

/* box-mainttl */

.box-mainttl {
	margin-top: 94px;
}

.box-mainttl__hdg {
	font-size: 28px;
	line-height: 1.57;
	font-weight: bold;
	color: #275594;
}

.box-mainttl__des {
	margin-top: 20px;
}

.box-mainttl__image {
	margin: 50px 0;
	text-align: center;
}

.lh2{
	line-height: 2;
}
@media only screen and (min-width:1px) and (max-width: 767px) {
	.box-mainttl {
		margin-top: 50px;
	}
	.box-mainttl__hdg {
		font-size: 26px;
		line-height: 1.7;
	}
	.box-mainttl__des {
		margin-top: 15px;
	}
}

.box-article {
	margin: 30px 0 0;
}

.box-article:after {
	content: '';
	display: block;
	clear: both;
}

.box-article__item {
	display: block;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
}

.box-article__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.box-article__thumbnail {
	display: table-cell;
	width: 32.75%;
	vertical-align: middle;
	position: relative
}

.box-article__thumbnail span {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.box-article__content {
	display: table-cell;
	vertical-align: top;
	padding: 40px 40px 30px;
}

.box-article__title {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #275594;
	margin-bottom: 30px;
}

.box-article__title:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.box-article__title span {
	display: block;
	font-size: 14px;
}

.box-article__text {
	margin-top: 1rem;
	color: #333;
}

.box-article__link {
	display: none;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.box-article__item {
		width: 100%;
	}
	.box-article__item+.box-article__item {
		margin-top: 40px;
	}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-article {
		margin-top: 54px;
	}
	.box-article__inner, .box-article__thumbnail, .box-article__content {
		display: block;
		width: 100%;
	}
	.box-article__thumbnail {
		padding-bottom: 44.12%;
	}
	.box-article__title {
		font-size: 14px;
		padding-left: 0;
		margin-bottom: 14px;
	}
	.box-article__title:before {
		display: none;
	}
	.box-article__title span {
		font-size: 10px;
	}
	.box-article__content {
		box-sizing: border-box;
		padding: 30px 30px 0;
	}
	.box-article__link {
		position: relative;
		display: block;
		text-align: center;
	}
	.box-article__link:before {
		content: '';
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #333;
		opacity: 0.1;
		position: absolute;
		top: 0;
		left: 0;
	}
	.box-article__link span {
		display: block;
		position: relative;
		font-size: 12px;
		padding: 17px 20px;
		margin-top: 25px;
	}
	.box-article__link span:before {
		content: "\f054";
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		margin-right: 20px;
	}
}

.box-banner {
	position: relative;
	background: url("/assets/images/xxx/bnr-img.png") center/cover no-repeat;
	min-height: 350px;
	text-align: center;
}

.box-banner .hdg-lv1 {
	color: #fff;
	/* text-align: center; */
	padding-top: 168px;
	padding-bottom: 50px;
}

.box-banner h1 img {
	max-width: 100%;
	padding-top: 150px;
	padding-bottom: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-banner {
		min-height: 150px;
	}
	.box-banner .hdg-lv1 {
		padding-top: 90px;
	}
	.box-banner h1 img {
		padding-top: 90px;
	}
	/* .box-banner .hdg-lv1 .txt-en {
		margin-bottom: 7px;
	} */
}

.box-contact {
	padding: 63px 0 52px;
	background: url("/assets/images/xxx/bg-contact.png") center center/cover no-repeat;
	position: relative;
}

.box-contact__wrp {
	display: table;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.box-contact__block {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}

.box-contact__block:nth-child(1) {
	border-right: solid 1px #afddde;
}

.box-contact__inner {
	max-width: 545px;
	margin: 0 auto;
	padding: 36px 0 20px;
}

.box-contact .hdg-lv2 {
	color: #fff;
	margin-bottom: 0;
}

.box-contact__lead {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 1.33;
	color: #fff;
	text-align: center;
	margin-top: 32px;
}

.box-contact__lead--small {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	margin-top: 25px;
}

.box-contact__button {
	margin-top: 35px;
}

.box-contact__button .btn {
	max-width: 470px;
}

.box-contact__block--02 {}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-contact {
		padding: 0 0 40px;
	}
	.box-contact__wrp {
		display: block;
		padding: 0 20px;
	}
	.box-contact__block {
		display: block;
		width: 100%;
		padding: 0;
	}
	.box-contact__block:nth-child(1) {
		border-right: 0;
		border-bottom: solid 1px #afddde;
	}
	.box-contact__inner {
		max-width: 100%;
		padding: 0 0 20px;
	}
	.box-contact .hdg-lv2 {
		padding-top: 53px;
	}
	.box-contact__lead {
		font-size: 16px;
		line-height: 1.4;
		margin-top: 30px;
	}
	.box-contact__lead--small {
		font-size: 12px;
		line-height: 1.7;
		font-weight: normal;
	}
	.box-contact__button {
		margin-top: 37px;
		padding-bottom: 20px;
	}
	.box-contact__button .btn {
		max-width: none;
	}
	.box-contact__block+.box-contact__block .hdg-lv2 {
		padding-top: 33px;
	}
}

.box-feedback {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.box-feedback__item {
	flex: 0 0 50%;
}

.box-feedback__item--email {
	text-align: left;
}

.box-feedback__number {
	padding-top: 8px;
	line-height: 1;
}

.box-feedback__number a {
	color: #fff;
	font-size: 30px;
}

.box-feedback__number a .txt-en {
	font-weight: normal;
}

.box-feedback__number a:hover {
	opacity: 1;
}

.box-feedback__number i {
	margin-right: 10px;
	font-size: 24px;
}

.box-feedback__text {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	margin-top: 5px;
	/* font-weight: bold; */
	opacity: 0.78;
}

.box-feedback .btn, .box-feedback .btn:link {
	color: #fff;
	background: transparent;
	font-size: 16px;
	/* max-width: 240px; */
}

.box-feedback .btn:hover, .box-feedback .btn:focus {
	background: #3068b5;
}

.box-feedback .btn:active {
	background: #3068b5;
	border: solid 1px #3068b5;
}

.box-feedback .btn::before {
	display: none;
}

.box-feedback__email a {
	color: #fff;
}

.box-feedback__email i {
	margin-right: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
	.box-feedback {
		display: block;
	}
	.box-feedback__email {
		margin-top: 20px;
	}
	.box-feedback__item--email {
		margin-left: 0;
	}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-feedback {
		display: block;
		margin-top: 9px;
	}
	.box-feedback__item {
		flex: 0 0 50%;
	}
	.box-feedback__number a {
		font-size: 20px;
		width: 100%;
		/* border: solid 1px #fff; */
		display: block;
		padding: 9px 0 9px;
	}
	.box-feedback__number i {
		margin-right: 10px;
		font-size: 16px;
	}
	.box-feedback__number .txt-en {
		font-weight: 500;
	}
	.box-feedback__text {
		font-size: 12px;
		margin-top: 5px;
	}
	.box-feedback__email {
		margin-top: 21px;
	}
	.box-feedback__item--email {
		margin-left: 0;
	}
	.box-feedback__email .btn {
		width: 100%;
	}
	.box-feedback__email .btn, .box-feedback__email .btn:link {
		box-shadow: none;
	}
	.box-feedback__email i {
		margin-right: 10px;
	}
	.box-feedback .btn, .box-feedback .btn:link {
		font-size: 14px;
	}
	.box-feedback .btn, .box-feedback .btn:link {
		max-width: none;
	}
}

/*2-1-3.  Table    [tbl-***]*/

/*2-1-4.  Headings [hdg_lv*]*/

.hdg-lv1 {
	font-size: 40px;
	font-weight: bold;
}

.hdg-lv1 .txt-en {
	font-size: 16px;
	display: block;
}

.hdg-lv2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
}

.hdg-lv2 .txt-en {
	font-size: 14px;
	display: block;
	margin-bottom: 2px;
}

.hdg-lv3 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 20px;
}

.hdg-lv3 .txt-en {
	display: block;
	font-size: 16px;
}

.hdg-lv3--line {
	margin-top: 70px;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 34px;
	padding-bottom: 14px;
	position: relative;
}

.hdg-lv3--line:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(39, 85, 148, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.hdg-lv4 {}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.hdg-lv1 {
		font-size: 30px;
		line-height: 1.5;
	}
	.hdg-lv1 .txt-en {
		font-size: 12px;
	}
	.hdg-lv2 {
		font-size: 26px;
		line-height: 1.54;
		margin-bottom: 26px;
	}
	.hdg-lv2 .txt-en {
		font-size: 16px;
		margin-bottom: -2px;
	}
	.hdg-lv3 {
		font-size: 18px;
		line-height: 1.333;
	}
	.hdg-lv3 .txt-en {
		margin-bottom: 4px;
	}
	.hdg-lv3--line {
		margin-top: 30px;
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 1.333;
	}
}

/*2-1-5.  Nav      [nav-***]*/

/*2-1-6.  List     [lst-***]*/

/* List link */

.lst-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 52px -10px 33px;
}

.lst-link__item {
	flex: 0 1 33%;
	-ms-flex: 0 1 30%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	text-align: center;
}

.lst-link__item:hover {
	text-decoration: underline;
}

.lst-link__item a:focus {
	outline: none;
}

.lst-link__thumbnail {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
	background: #fff;
	padding: 10px 5px;
	-webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.lst-link__detail {
	margin-top: 13px;
	position: relative;
}

.lst-link__detail {
	display: block;
	padding-left: 15px;
	letter-spacing: -0.04em;
}

.lst-link__detail::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.lst-link {
		margin-top: 65px;
	}
	.lst-link__item {
		flex: 0 1 50%;
		-ms-flex: 0 1 40%;
		margin-bottom: 38px;
	}
	.lst-link__thumbnail {
		padding: 0 5px;
	}
	.lst-link__detail {
		margin-top: 10px;
	}
	.lst-link__detail {
		line-height: 1.285;
		margin-top: 10px;
	}
}

/* List news */

.lst-news {
	display: block;
	height: 100%;
	overflow-y: auto;
	margin: 0 0 0 16%;
}

.lst-news li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(39, 85, 148, 0.2);
}

.lst-news li a:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight: 900;
	color: #009CC6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.lst-news li a:hover, .lst-news li a:focus, .lst-news li a:active {
	background: #E1F5FE;
}

.lst-news__link {
	display: table;
	width: 100%;
	padding: 16px 40px 14px 12px;
	box-sizing: border-box;
}

.lst-news__date {
	font-family: 'Roboto', sans-serif;
	display: table-cell;
	vertical-align: top;
	width: 88px;
	padding-right: 10px;
	color: #333;
}

.lst-news__text {
	display: table-cell;
	vertical-align: top;
	color: #333;
	padding-left: 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.lst-news li {
		border-bottom: 1px solid #AFDDDE;
	}
	.lst-news {
		display: block;
		width: 100%;
		margin-top: 8px;
	}
	.lst-news__link {
		padding: 18px 35px 14px 0;
	}
	.lst-news__date, .lst-news__text {
		display: block;
		width: 100%;
	}
	.lst-news__text {
		line-height: 1.71;
	}
}

.lst-news .category {
	color: rgb(64, 64, 64);;
	color: rgb(100, 100, 100);;
	color: rgb(255, 255, 255);;
	padding: 5px 5px 4px 5px;
	margin-top: -3px;
	font-size:14px;
	font-weight:bold;
	width: 70px;
	line-height: 1;
	border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.lst-news .release {
	background: rgb(255, 182, 193);
}

.lst-news .exhibition {
	background: rgb(147, 184, 205);
}

.lst-news .business-suspension {
	background: rgb(169, 169, 169);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.lst-news li {
		border-bottom: 1px solid #AFDDDE;
	}
	.lst-news {
		display: block;
		width: 100%;
		margin-top: 8px;
	}
	.lst-news__link {
		padding: 18px 35px 14px 0;
	}
	.lst-news__date, .lst-news__text {
		display: block;
		width: 100%;
	}
	.lst-news__text {
		line-height: 1.71;
	}
}

/* lst-article */

.lst-article {
	overflow: hidden;
	margin-bottom: 66px;
}

.lst-article__content {
	overflow: hidden;
	margin: 0 -65px -1px;
}

.lst-article__content li {
	display: block;
	box-sizing: border-box;
	width: 33.33%;
	float: left;
	padding: 0 65px;
}

.lst-article__content:after {
	content: '';
	display: block;
	clear: both;
}

.lst-article__item {
	padding: 75px 0 80px;
	border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.lst-article__inner {
	position: relative;
}

.lst-article__inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: -65px;
	width: 1px;
	height: 100%;
	background: rgba(187, 187, 187, 0.5);
}

.lst-article__text {
	margin-top: 10px;
	line-height: 1.714;
}

.lst-article__thumbnail {
	text-align: center;
}

@media only screen and (min-width:1px) and (max-width: 767px) {
	.lst-article__content {
		margin: 0 0 -1px;
	}
	.lst-article__content li {
		width: 100%;
		padding: 0;
	}
	.lst-article__thumbnail {
		margin-bottom: 12px;
	}
	.lst-article__item {
		padding: 56px 0 58px;
	}
	.lst-article .hdg-lv3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.lst-article {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.lst-article__content {
		margin: 0 -25px -1px;
	}
	.lst-article__content li {
		width: 50%;
		padding: 0 25px;
	}
	.lst-article__item {
		padding: 40px 0;
	}
	.lst-article__inner:after {
		right: -25px;
	}
}

/* lst-media */

/* lst-note */

.lst-note {
	display: block;
}

.lst-note li {
	position: relative;
	margin-left: 1rem;
}

.lst-note li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: -15px;
	top: 10px;
	text-indent: -1rem;
}

@media only screen and (min-width:1px) and (max-width:767px) {
	.lst-note li {
		margin-left: 1rem;
	}
	.lst-note li::before {
		content: "";
		width: 4px;
		height: 4px;
		left: -15px;
		top: 10px;
		text-indent: -0.6rem;
	}
}

/* lst-logo */
.lst-logo-wrp{
	max-width: 780px;
	margin: 0 auto;
}
.lst-logo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -30px;
}
.lst-logo__item{
	width: 33.3333333%;
	padding: 0 30px;
	box-sizing: border-box;
}
.lst-logo__thumb{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.lst-logo__thumb img{
	max-width: 220px;
}
@media only screen and (min-width:1px) and (max-width:767px) {
	.lst-logo-wrp{
		max-width: 100%;
	}
	.lst-logo{
		margin: 0 -13px;
	}
	.lst-logo__item{
		width: 33.333333%;
		padding: 0 13px;
	}
	.lst-logo__thumb{
		margin-bottom: 10px;
	}
}

/*2-1-7.  Button   [btn-***]*/

.btn, .btn:link {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 20px 34px 20px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #275594;
	border: solid 1px #fff;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.16);
}

.btn:hover, .btn:focus {
	background-color: #E1F5FE;
	border: solid 1px #E1F5FE;
}

.btn:active {
	background-color: #E1F5FE;
	border: solid 1px #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16);
}

.btn::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}

.btn--small, .btn--small:link {
	font-size: 14px;
	max-width: 400px;
	margin: 0 auto;
	padding: 22px 34px 22px;
}

a.btn--primary:hover, a.btn--primary:focus {
	background: #E1F5FE;
	border: solid 1px #E1F5FE;
}

a.btn--primary:active {
	background: #E1F5FE;
	border: solid 1px #fff;
}

a.btn--secondary, a.btn--secondary:link {
	color: #fff;
	background: #275594;
	border: solid 1px #275594;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.4);
}

a.btn--secondary:hover, a.btn--secondary:focus {
	background: #3068b5;
	border: solid 1px #3068b5;
}

a.btn--secondary:active {
	background: #3068b5;
	border: solid 1px #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

/* a.btn--secondary::before {
	left: 32px;
} */

.btn--third:link{
	padding: 12px 34px;
	font-size: 14px;
	-webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.btn--third:link::before{
	font-family: 'Font Awesome 5 Free';
	content: '\f144';
	font-size: 14px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.btn::before {
		font-size: 10px;
		left: 20px;
	}
	.btn--small, .btn--small:link {
		padding: 12px 34px;
	}
	.btn, .btn:link {
		font-size: 14px;
		padding: 12px 34px;
		-webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	}
}

/*2-1-8.  Anchor   [acr-***]*/

/*2-1-9.  Text     [txt-***]*/

.txt-break {
	/* <br> */
	display: none;
}

.txt-center {
	text-align: center;
}

.txt-en {
	font-family: 'Roboto', sans-serif;
	/* font-weight: bold; */
	font-weight: normal;
}

.txt-copyright {
	font-size: 12px;
	color: #333;
	opacity: 0.4;
	text-align: center;
	line-height: 1;
	padding: 20px 0 30px;
	/* font-weight: bold; */
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.txt-copyright {
		padding: 10px 0 40px;
		font-size: 10px;
	}
}

/*2-1-10. Icon     [icn-***]*/

/*2-1-11. Label    [lbl-***]*/

/*2-1-12. Form     [frm-***]*/

/*::-webkit-input-placeholder{
  padding: 2px 6px 4px;
  font-size: 12px;
  color: #999;
}
::-moz-placeholder{
  padding: 8px;
  font-size: 12px;
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder{
  padding: 8px;
  font-size: 12px;
  color: #999;
}
:-moz-placeholder{
  padding: 8px;
  font-size: 12px;
  color: #999;
}*/

/*2-1-13. Error    [err-***]*/

/*2-1-14. Panel    [pnl-***]*/

/*2-1-15. Media    [mda-***]*/

/*2-1-16. UI*/

/* 2-2. Utility
-------------------------------------------------- */

/*2-2-1. clearfix [ModernType]*/

#l-header:after, #l-container:after, #l-main:after, #l-sub:after, #l-footer:after, #l-footer .nav-row:after, #l-navGlobal:after, #l-navGlobal>ul:after, .nav-sub:after, .clearfix:after, .nav-relation:after, .nav-pagenation__inner:after, .grid-row:after, .nav-toc:after, .nav-pageGroup:after, .mda-withRightTxt:after, .mda-withLeftTxt:after, .nav-pageGroup:after, .box-column:after, .layout2column #l-container:after, .wrp-structure__inner:after, .box-with-pict:after {
	display: block;
	clear: both;
	content: "";
}

/*2-2-2. margin,padding [mb10,pt20]*/

/* margin  */

.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m15 {
	margin: 15px!important;
}

.m20 {
	margin: 20px!important;
}

.m25 {
	margin: 25px!important;
}

.m30 {
	margin: 30px!important;
}

.m35 {
	margin: 35px!important;
}

.m40 {
	margin: 40px!important;
}

.m45 {
	margin: 45px!important;
}

.m50 {
	margin: 50px!important;
}

.m55 {
	margin: 55px!important;
}

.m60 {
	margin: 60px!important;
}

.m65 {
	margin: 65px!important;
}

.m70 {
	margin: 70px!important;
}

.m75 {
	margin: 75px!important;
}

.m80 {
	margin: 80px!important;
}

.m85 {
	margin: 85px!important;
}

.m90 {
	margin: 90px!important;
}

.m95 {
	margin: 95px!important;
}

.m100 {
	margin: 100px!important;
}

/* margin-top */

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 15px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt55 {
	margin-top: 55px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt65 {
	margin-top: 65px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt75 {
	margin-top: 75px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt85 {
	margin-top: 85px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mt95 {
	margin-top: 95px!important;
}

.mt100 {
	margin-top: 100px!important;
}

/* margin-right */

.mr0 {
	margin-right: 0!important;
}

.mr5 {
	margin-right: 5px!important;
}

.mr10 {
	margin-right: 10px!important;
}

.mr15 {
	margin-right: 15px!important;
}

.mr20 {
	margin-right: 20px!important;
}

.mr25 {
	margin-right: 25px!important;
}

.mr30 {
	margin-right: 30px!important;
}

.mr35 {
	margin-right: 35px!important;
}

.mr40 {
	margin-right: 40px!important;
}

.mr45 {
	margin-right: 45px!important;
}

.mr50 {
	margin-right: 50px!important;
}

.mr55 {
	margin-right: 55px!important;
}

.mr60 {
	margin-right: 60px!important;
}

.mr65 {
	margin-right: 65px!important;
}

.mr70 {
	margin-right: 70px!important;
}

.mr75 {
	margin-right: 75px!important;
}

.mr80 {
	margin-right: 80px!important;
}

.mr85 {
	margin-right: 85px!important;
}

.mr90 {
	margin-right: 90px!important;
}

.mr95 {
	margin-right: 95px!important;
}

.mr100 {
	margin-right: 100px!important;
}

/* margin-bottom */

.mb0 {
	margin-bottom: 0!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb35 {
	margin-bottom: 35px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb45 {
	margin-bottom: 45px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb55 {
	margin-bottom: 55px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb65 {
	margin-bottom: 65px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb75 {
	margin-bottom: 75px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb85 {
	margin-bottom: 85px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb95 {
	margin-bottom: 95px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

/* margin-left */

.ml0 {
	margin-left: 0!important;
}

.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

.ml25 {
	margin-left: 25px!important;
}

.ml30 {
	margin-left: 30px!important;
}

.ml35 {
	margin-left: 35px!important;
}

.ml40 {
	margin-left: 40px!important;
}

.ml45 {
	margin-left: 45px!important;
}

.ml50 {
	margin-left: 50px!important;
}

.ml55 {
	margin-left: 55px!important;
}

.ml60 {
	margin-left: 60px!important;
}

.ml65 {
	margin-left: 65px!important;
}

.ml70 {
	margin-left: 70px!important;
}

.ml75 {
	margin-left: 75px!important;
}

.ml80 {
	margin-left: 80px!important;
}

.ml85 {
	margin-left: 85px!important;
}

.ml90 {
	margin-left: 90px!important;
}

.ml95 {
	margin-left: 95px!important;
}

.ml100 {
	margin-left: 100px!important;
}

.mb200 {
	margin-bottom: 200px!important;
}

/* padding */

.p0 {
	padding: 0!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p15 {
	padding: 15px!important;
}

.p20 {
	padding: 20px!important;
}

.p25 {
	padding: 25px!important;
}

.p30 {
	padding: 30px!important;
}

.p35 {
	padding: 35px!important;
}

.p40 {
	padding: 40px!important;
}

.p45 {
	padding: 45px!important;
}

.p50 {
	padding: 50px!important;
}

.p55 {
	padding: 55px!important;
}

.p60 {
	padding: 60px!important;
}

.p65 {
	padding: 65px!important;
}

.p70 {
	padding: 70px!important;
}

.p75 {
	padding: 75px!important;
}

.p80 {
	padding: 80px!important;
}

.p85 {
	padding: 85px!important;
}

.p90 {
	padding: 90px!important;
}

.p95 {
	padding: 95px!important;
}

.p100 {
	padding: 100px!important;
}

/* padding-top */

.pt0 {
	padding-top: 0!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 30px!important;
}

.pt35 {
	padding-top: 35px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pt45 {
	padding-top: 45px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt55 {
	padding-top: 55px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pt65 {
	padding-top: 65px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pt75 {
	padding-top: 75px!important;
}

.pt80 {
	padding-top: 80px!important;
}

.pt85 {
	padding-top: 85px!important;
}

.pt90 {
	padding-top: 90px!important;
}

.pt95 {
	padding-top: 95px!important;
}

.pt100 {
	padding-top: 100px!important;
}

/* padding-right */

.pr0 {
	padding-right: 0!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr15 {
	padding-right: 15px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pr25 {
	padding-right: 25px!important;
}

.pr30 {
	padding-right: 30px!important;
}

.pr35 {
	padding-right: 35px!important;
}

.pr40 {
	padding-right: 40px!important;
}

.pr45 {
	padding-right: 45px!important;
}

.pr50 {
	padding-right: 50px!important;
}

.pr55 {
	padding-right: 55px!important;
}

.pr60 {
	padding-right: 60px!important;
}

.pr65 {
	padding-right: 65px!important;
}

.pr70 {
	padding-right: 70px!important;
}

.pr75 {
	padding-right: 75px!important;
}

.pr80 {
	padding-right: 80px!important;
}

.pr85 {
	padding-right: 85px!important;
}

.pr90 {
	padding-right: 90px!important;
}

.pr95 {
	padding-right: 95px!important;
}

.pr100 {
	padding-right: 100px!important;
}

/* padding-bottom */

.pb0 {
	padding-bottom: 0!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb35 {
	padding-bottom: 35px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.pb45 {
	padding-bottom: 45px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb55 {
	padding-bottom: 55px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.pb65 {
	padding-bottom: 65px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb75 {
	padding-bottom: 75px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.pb85 {
	padding-bottom: 85px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.pb95 {
	padding-bottom: 95px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

/* padding-left */

.pl0 {
	padding-left: 0!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl15 {
	padding-left: 15px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 25px!important;
}

.pl30 {
	padding-left: 30px!important;
}

.pl35 {
	padding-left: 35px!important;
}

.pl40 {
	padding-left: 40px!important;
}

.pl45 {
	padding-left: 45px!important;
}

.pl50 {
	padding-left: 50px!important;
}

.pl55 {
	padding-left: 55px!important;
}

.pl60 {
	padding-left: 60px!important;
}

.pl65 {
	padding-left: 65px!important;
}

.pl70 {
	padding-left: 70px!important;
}

.pl75 {
	padding-left: 75px!important;
}

.pl80 {
	padding-left: 80px!important;
}

.pl85 {
	padding-left: 85px!important;
}

.pl90 {
	padding-left: 90px!important;
}

.pl95 {
	padding-left: 95px!important;
}

.pl100 {
	padding-left: 100px!important;
}

/*2-2-3. Object-Oriented CSS [OOCSS]*/

.__has-pullRight {
	float: right!important;
}

.__has-pullLeft {
	float: left!important;
}

.right {
	text-align: right!important;
}

.center {
	text-align: center!important;
}

.left {
	text-align: left!important;
}

.top {
	vertical-align: top!important;
}

.middle {
	vertical-align: middle!important;
}

.bottom {
	vertical-align: bottom!important;
}

ul.list li {
	margin-bottom: 6px;
	margin-left: 26px;
	list-style-type: disc!important;
}

ol.list li {
	margin-bottom: 1em;
	margin-left: 23px;
	list-style-type: decimal!important;
}

/* for RWD */

.fluid-image {
	/* Work around for IE11 flex bugs */
	/* max-width: 100%; */
	max-width: 1180px;
	width: 100%;
	height: auto;
}

.full-image {
	width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 2-2-4. Grid System [grid-***] */

.wrp-grid, .row {
	box-sizing: border-box;
}

.wrp-grid:after, .row:after {
	clear: both;
	content: " ";
	display: table;
}

.grid, .grid-1, .grid-2, .grid-2-5, .grid-3, .grid-3-10, .grid-4, .grid-5, .grid-6, .grid-7, .grid-7-10, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-1--sp, .grid-2--sp, .grid-3--sp, .grid-4--sp, .grid-5--sp, .grid-6--sp, .grid-7--sp, .grid-8--sp, .grid-9--sp, .grid-10--sp, .grid-11--sp, .grid-12--sp {
	box-sizing: border-box;
	float: left;
}

/* 1. 12 Column Grid 0px - 767px
-----------------------------------------------------------------------------

col 1:    8.33333333333%
col 2:    16.6666666667%
col 2.5:  20%
col 3:    25.0%
col 4:    33.3333333333%
col 5:    41.6666666667%
col 6:    50.0%
col 7:    58.3333333333%
col 8:    66.6666666667%
col 9:    75.0%
col 10:    83.3333333333%
col 11:    91.6666666667%
col 12:    100%

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

@media only screen and (max-width: 767px) {
	/* SP */
	.wrp-grid {
		margin-left: -4px;
		margin-right: -4px;
	}
	.grid, .grid-1, .grid-2, .grid-2-5, .grid-3, .grid-3-10, .grid-4, .grid-5, .grid-6, .grid-7, .grid-7-10, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-1--sp, .grid-2--sp, .grid-3--sp, .grid-4--sp, .grid-5--sp, .grid-6--sp, .grid-7--sp, .grid-8--sp, .grid-9--sp, .grid-10--sp, .grid-11--sp, .grid-12--sp {
		width: 100%;
		padding: 0 4px;
	}
	.grid-1--sp {
		width: 8.33333%;
	}
	.grid-2--sp {
		width: 16.66667%;
	}
	.grid-3--sp {
		width: 25%;
	}
	.grid-4--sp {
		width: 33.3333333%;
	}
	.grid-5--sp {
		width: 41.66667%;
	}
	.grid-6--sp {
		width: 50%;
	}
	.grid-7--sp {
		width: 58.33333%;
	}
	.grid-8--sp {
		width: 66.66667%;
	}
	.grid-9--sp {
		width: 75%;
	}
	.grid-10--sp {
		width: 83.33333%;
	}
	.grid-11--sp {
		width: 91.66667%;
	}
	.grid-12--sp {
		width: 100%;
	}
}

/* 2. 12 Column Grid 768px - Infinity
-----------------------------------------------------------------------------

col 1:    8.33333333333%
col 2:    16.6666666667%
col 2.5:  20%
col 3:    25.0%
col 4:    33.3333333333%
col 5:    41.6666666667%
col 6:    50.0%
col 7:    58.3333333333%
col 8:    66.6666666667%
col 9:    75.0%
col 10:    83.3333333333%
col 11:    91.6666666667%
col 12:    100%

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

@media (min-width: 768px), print {
	/* PC */
	.wrp-grid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
		padding: 0 10px;
	}
	.grid-1 {
		width: 8.33333333333%;
	}
	.grid-2 {
		width: 16.6666666667%;
	}
	.grid-3 {
		width: 25%;
	}
	.grid-4 {
		width: 33.3333333333%;
	}
	.grid-5 {
		width: 41.6666666667%;
	}
	.grid-6 {
		width: 50%;
	}
	.grid-7 {
		width: 58.3333333333%;
	}
	.grid-8 {
		width: 66.6666666667%;
	}
	.grid-9 {
		width: 75%;
	}
	.grid-10 {
		width: 83.3333333333%;
	}
	.grid-11 {
		width: 91.6666666667%;
	}
	.grid-12 {
		width: 100%;
	}
}

.w1per {
	width: 1%!important
}

.w2per {
	width: 2%!important
}

.w3per {
	width: 3%!important
}

.w4per {
	width: 4%!important
}

.w5per {
	width: 5%!important
}

.w6per {
	width: 6%!important
}

.w7per {
	width: 7%!important
}

.w8per {
	width: 8%!important
}

.w9per {
	width: 9%!important
}

.w10per {
	width: 10%!important
}

.w11per {
	width: 11%!important
}

.w12per {
	width: 12%!important
}

.w13per {
	width: 13%!important
}

.w14per {
	width: 14%!important
}

.w15per {
	width: 15%!important
}

.w16per {
	width: 16%!important
}

.w17per {
	width: 17%!important
}

.w18per {
	width: 18%!important
}

.w19per {
	width: 19%!important
}

.w20per {
	width: 20%!important
}

.w21per {
	width: 21%!important
}

.w22per {
	width: 22%!important
}

.w23per {
	width: 23%!important
}

.w24per {
	width: 24%!important
}

.w25per {
	width: 25%!important
}

.w26per {
	width: 26%!important
}

.w27per {
	width: 27%!important
}

.w28per {
	width: 28%!important
}

.w29per {
	width: 29%!important
}

.w30per {
	width: 30%!important
}

.w31per {
	width: 31%!important
}

.w32per {
	width: 32%!important
}

.w33per {
	width: 33%!important
}

.w34per {
	width: 34%!important
}

.w35per {
	width: 35%!important
}

.w36per {
	width: 36%!important
}

.w37per {
	width: 37%!important
}

.w38per {
	width: 38%!important
}

.w39per {
	width: 39%!important
}

.w40per {
	width: 40%!important
}

.w41per {
	width: 41%!important
}

.w42per {
	width: 42%!important
}

.w43per {
	width: 43%!important
}

.w44per {
	width: 44%!important
}

.w45per {
	width: 45%!important
}

.w46per {
	width: 46%!important
}

.w47per {
	width: 47%!important
}

.w48per {
	width: 48%!important
}

.w49per {
	width: 49%!important
}

.w50per {
	width: 50%!important
}

.w51per {
	width: 51%!important
}

.w52per {
	width: 52%!important
}

.w53per {
	width: 53%!important
}

.w54per {
	width: 54%!important
}

.w55per {
	width: 55%!important
}

.w56per {
	width: 56%!important
}

.w57per {
	width: 57%!important
}

.w58per {
	width: 58%!important
}

.w59per {
	width: 59%!important
}

.w60per {
	width: 60%!important
}

.w61per {
	width: 61%!important
}

.w62per {
	width: 62%!important
}

.w63per {
	width: 63%!important
}

.w64per {
	width: 64%!important
}

.w65per {
	width: 65%!important
}

.w66per {
	width: 66%!important
}

.w67per {
	width: 67%!important
}

.w68per {
	width: 68%!important
}

.w69per {
	width: 69%!important
}

.w70per {
	width: 70%!important
}

.w71per {
	width: 71%!important
}

.w72per {
	width: 72%!important
}

.w73per {
	width: 73%!important
}

.w74per {
	width: 74%!important
}

.w75per {
	width: 75%!important
}

.w76per {
	width: 76%!important
}

.w77per {
	width: 77%!important
}

.w78per {
	width: 78%!important
}

.w79per {
	width: 79%!important
}

.w80per {
	width: 80%!important
}

.w81per {
	width: 81%!important
}

.w82per {
	width: 82%!important
}

.w83per {
	width: 83%!important
}

.w84per {
	width: 84%!important
}

.w85per {
	width: 85%!important
}

.w86per {
	width: 86%!important
}

.w87per {
	width: 87%!important
}

.w88per {
	width: 88%!important
}

.w89per {
	width: 89%!important
}

.w90per {
	width: 90%!important
}

.w91per {
	width: 91%!important
}

.w92per {
	width: 92%!important
}

.w93per {
	width: 93%!important
}

.w94per {
	width: 94%!important
}

.w95per {
	width: 95%!important
}

.w96per {
	width: 96%!important
}

.w97per {
	width: 97%!important
}

.w98per {
	width: 98%!important
}

.w99per {
	width: 99%!important
}

.w100per {
	width: 100%!important
}

.wauto {
	width: auto!important
}

@media only screen and (max-width: 767px) {
	.w1per-sp {
		width: 1%!important
	}
	.w2per-sp {
		width: 2%!important
	}
	.w3per-sp {
		width: 3%!important
	}
	.w4per-sp {
		width: 4%!important
	}
	.w5per-sp {
		width: 5%!important
	}
	.w6per-sp {
		width: 6%!important
	}
	.w7per-sp {
		width: 7%!important
	}
	.w8per-sp {
		width: 8%!important
	}
	.w9per-sp {
		width: 9%!important
	}
	.w10per-sp {
		width: 10%!important
	}
	.w11per-sp {
		width: 11%!important
	}
	.w12per-sp {
		width: 12%!important
	}
	.w13per-sp {
		width: 13%!important
	}
	.w14per-sp {
		width: 14%!important
	}
	.w15per-sp {
		width: 15%!important
	}
	.w16per-sp {
		width: 16%!important
	}
	.w17per-sp {
		width: 17%!important
	}
	.w18per-sp {
		width: 18%!important
	}
	.w19per-sp {
		width: 19%!important
	}
	.w20per-sp {
		width: 20%!important
	}
	.w21per-sp {
		width: 21%!important
	}
	.w22per-sp {
		width: 22%!important
	}
	.w23per-sp {
		width: 23%!important
	}
	.w24per-sp {
		width: 24%!important
	}
	.w25per-sp {
		width: 25%!important
	}
	.w26per-sp {
		width: 26%!important
	}
	.w27per-sp {
		width: 27%!important
	}
	.w28per-sp {
		width: 28%!important
	}
	.w29per-sp {
		width: 29%!important
	}
	.w30per-sp {
		width: 30%!important
	}
	.w31per-sp {
		width: 31%!important
	}
	.w32per-sp {
		width: 32%!important
	}
	.w33per-sp {
		width: 33%!important
	}
	.w34per-sp {
		width: 34%!important
	}
	.w35per-sp {
		width: 35%!important
	}
	.w36per-sp {
		width: 36%!important
	}
	.w37per-sp {
		width: 37%!important
	}
	.w38per-sp {
		width: 38%!important
	}
	.w39per-sp {
		width: 39%!important
	}
	.w40per-sp {
		width: 40%!important
	}
	.w41per-sp {
		width: 41%!important
	}
	.w42per-sp {
		width: 42%!important
	}
	.w43per-sp {
		width: 43%!important
	}
	.w44per-sp {
		width: 44%!important
	}
	.w45per-sp {
		width: 45%!important
	}
	.w46per-sp {
		width: 46%!important
	}
	.w47per-sp {
		width: 47%!important
	}
	.w48per-sp {
		width: 48%!important
	}
	.w49per-sp {
		width: 49%!important
	}
	.w50per-sp {
		width: 50%!important
	}
	.w51per-sp {
		width: 51%!important
	}
	.w52per-sp {
		width: 52%!important
	}
	.w53per-sp {
		width: 53%!important
	}
	.w54per-sp {
		width: 54%!important
	}
	.w55per-sp {
		width: 55%!important
	}
	.w56per-sp {
		width: 56%!important
	}
	.w57per-sp {
		width: 57%!important
	}
	.w58per-sp {
		width: 58%!important
	}
	.w59per-sp {
		width: 59%!important
	}
	.w60per-sp {
		width: 60%!important
	}
	.w61per-sp {
		width: 61%!important
	}
	.w62per-sp {
		width: 62%!important
	}
	.w63per-sp {
		width: 63%!important
	}
	.w64per-sp {
		width: 64%!important
	}
	.w65per-sp {
		width: 65%!important
	}
	.w66per-sp {
		width: 66%!important
	}
	.w67per-sp {
		width: 67%!important
	}
	.w68per-sp {
		width: 68%!important
	}
	.w69per-sp {
		width: 69%!important
	}
	.w70per-sp {
		width: 70%!important
	}
	.w71per-sp {
		width: 71%!important
	}
	.w72per-sp {
		width: 72%!important
	}
	.w73per-sp {
		width: 73%!important
	}
	.w74per-sp {
		width: 74%!important
	}
	.w75per-sp {
		width: 75%!important
	}
	.w76per-sp {
		width: 76%!important
	}
	.w77per-sp {
		width: 77%!important
	}
	.w78per-sp {
		width: 78%!important
	}
	.w79per-sp {
		width: 79%!important
	}
	.w80per-sp {
		width: 80%!important
	}
	.w81per-sp {
		width: 81%!important
	}
	.w82per-sp {
		width: 82%!important
	}
	.w83per-sp {
		width: 83%!important
	}
	.w84per-sp {
		width: 84%!important
	}
	.w85per-sp {
		width: 85%!important
	}
	.w86per-sp {
		width: 86%!important
	}
	.w87per-sp {
		width: 87%!important
	}
	.w88per-sp {
		width: 88%!important
	}
	.w89per-sp {
		width: 89%!important
	}
	.w90per-sp {
		width: 90%!important
	}
	.w91per-sp {
		width: 91%!important
	}
	.w92per-sp {
		width: 92%!important
	}
	.w93per-sp {
		width: 93%!important
	}
	.w94per-sp {
		width: 94%!important
	}
	.w95per-sp {
		width: 95%!important
	}
	.w96per-sp {
		width: 96%!important
	}
	.w97per-sp {
		width: 97%!important
	}
	.w98per-sp {
		width: 98%!important
	}
	.w99per-sp {
		width: 99%!important
	}
	.w100per-sp {
		width: 100%!important
	}
	.wauto-sp {
		width: auto!important
	}
}

/* 2-2-5. CSS Animation [act-***] */

/* 2-2-6. WebFont */

/* Weglot による英語翻訳に伴う CORS 対応としてWebフォントをネット参照に変更 */
/*
@font-face {
	font-family: 'NotoSansJP';
	src: url('/assets/webfonts/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('/assets/webfonts/RobotoCondensed-Light.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	src: url('/assets/webfonts/Roboto-Light.woff') format('woff');
}
*/

/* 2-3. State [is-***]
-------------------------------------------------- */

.is-error {
	background-color: #f9eceb;
}

.is-disabled {
	opacity: 0.3;
}

.is-inline-block span {
	margin-bottom: 10px;
	display: inline-block;
}

.is-visiblePc {
	display: block!important;
}

.is-visibleSp {
	display: none!important;
}

.is-visibleTablet {
	display: none!important;
}

@media only screen and (min-width:1px) and (max-width: 767px) {
	.is-visiblePc {
		display: none!important;
	}
	.is-visibleSp {
		display: block!important;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.is-visibleTablet {
		display: block!important;
	}
}

/* 2-4. OverLayerConfig [z-index]
-------------------------------------------------- */

/* 2-5. Project
-------------------------------------------------- */

/* Concept Page*/

.concept-box-main .nav-breadcrumb {
	padding: 12px 20px 0;
	margin-bottom: 225px;
}

.concept-box-main {
	background: url("/assets/images/concept/concept-bg-main.png") no-repeat center;
	background-size: cover;
	margin-top: 80px;
	padding-bottom: 76px;
}

.concept-box-main__title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: #275594;
	margin-bottom: 28px;
}

.concept-box-main__title span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 16px;
}

.concept-box-main__thumbnail {
	margin-top: 50px;
}

@media only screen and (min-width: 1px) and (max-width:1199px) {
	.concept-box-main {
		margin-top: 40px;
	}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.concept-box-main {
		background: #F5F5F5 url(/assets/images/concept/concept-bg-main01-sp.png) no-repeat top center;
		background-size: 100% auto;
		padding-bottom: 80px;
	}
	.concept-box-main .nav-breadcrumb {
		margin-bottom: 55px;
		padding: 16px 20px 0;
	}
	.concept-box-main__title {
		font-size: 30px;
		margin-bottom: 68px;
	}
	.concept-box-main__thumbnail {
		margin-top: 90px;
	}
}

.concept-box-challenge {
	position: relative;
	padding: 95px 0 175px;
	text-align: center;
}

.concept-box-challenge:after {
	content: "";
	display: inline-block;
	width: 27px;
	height: 31px;
	background: url("/assets/images/cmn-icn-arrow-down01.png") no-repeat center;
	-webkit-background-size: 27px 31px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.concept-box-challenge__thumbnail {
	margin-top: 74px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.concept-box-challenge {
		padding: 72px 0 145px;
		text-align: left;
	}
	.concept-box-challenge .hdg-lv2 {
		margin-bottom: 45px;
	}
	.concept-box-challenge:after {
		bottom: 55px;
	}
	.concept-box-challenge__thumbnail {
		margin-top: 65px;
	}
}

.concept-box-strength {
	position: relative;
	background: #F5F5F5;
	padding-top: 360px;
	padding-bottom: 115px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.concept-box-strength {
		padding-top: 156px;
		padding-bottom: 40px;
	}
}

.concept-box-approach {
	position: relative;
	text-align: center;
	margin-bottom: -270px;
	z-index: 1;
}

.concept-box-approach__thumbnail {
	margin-top: 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.concept-box-approach {
		text-align: left;
		margin-bottom: -115px;
	}
	.concept-box-approach__thumbnail {
		margin-top: 56px;
	}
	.concept-box-approach .hdg-lv2 {
		margin-bottom: 45px;
	}
}

.concept-lst-media {
	margin: 126px 0 170px;
}

.concept-lst-media li {
	padding: 55px 0 75px;
	border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.concept-lst-media li:first-child {
	border-top: 1px solid rgba(187, 187, 187, 0.5);
}

.concept-box-media {
	margin: 0 -15px;
}

.concept-box-media:after {
	content: '';
	display: block;
	clear: both;
}

.concept-box-media__thumbnail {
	float: left;
	width: calc(50% + 5px);
	padding: 0 15px;
	box-sizing: border-box;
}

.concept-box-media__content {
	float: left;
	width: calc(50% - 5px);
	padding: 0 15px;
	box-sizing: border-box;
}

.concept-box-media__content .hdg-lv3 {
	margin-bottom: 27px;
}

.concept-box-media__description+.concept-box-media__description {
	margin-top: 30px;
}

.concept-box-media__link {
	margin-top: 57px;
}

.concept-box-media__link .btn--small, .concept-box-media__link .btn--small:link {
	max-width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.concept-lst-media {
		margin: 98px 0 0;
	}
	.concept-lst-media li {
		padding: 40px 0;
	}
	.concept-box-media__thumbnail {
		width: 100%;
		margin-bottom: 10px;
	}
	.concept-box-media__content {
		width: 100%;
		padding: 0 20px;
	}
	.concept-box-media__content .hdg-lv3 {
		margin-bottom: 17px;
	}
	.concept-box-media__description+.concept-box-media__description {
		margin-top: 20px;
	}
	.concept-box-media__link {
		margin-top: 54px;
	}
}

/* top page */

/* top box mainvisual */
.c-label{
	
}
.c-label__text{
	position: relative;
	height: 28px;
	width: 46px;
	background: #FFF584;
	display: flex;
	align-items: center;
	color: #275594;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.16em;
	z-index: 1;
	
}
.c-label__text::before,
.c-label__text::after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
}
.c-label__text::before{
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #FFF584 transparent;
	left: -28px;
}
.c-label__text::after{
	border-style: solid;
	border-width: 28px 0 0 28px;
	border-color: transparent transparent transparent #FFF584;
	right: -28px;
}
.c-label__arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 10px;
	border-color: transparent transparent #ecd469 transparent;
	position: absolute;
	top: 26px;
	right: -33px;
	transform: rotate(45deg);
}
.c-btn-version{
	display: block;
	position: relative;
	padding: 31px 75px 27px 43px;
	border-radius: 10px;
	background: rgb(131,151,255);
	background: linear-gradient(90deg, rgba(131,151,255,1) 0%, rgba(69,170,241,1) 100%);
}
.c-btn-version__text span,
.c-btn-version__text em{
	display: block;
	font-weight: bold;
	color: #fff;
	word-break: break-word;
}
.c-btn-version__text span{
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.c-btn-version__text em{
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: bold;
	margin-top: 7px;
	letter-spacing: 0.04em;
}
.c-btn-version__icon{
	width: 44px;
	height: 44px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 22px;
}
.c-btn-version .c-label{
	position: absolute;
	top: 7px;
	left: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-btn-version .c-label::before,
.c-btn-version .c-label::after{
	content: "";
	width: 2px;
	height: 27px;
	background: #ffe825;
	position: absolute;
	top: 1px;
}
.c-btn-version .c-label::before{
	left: -1px;
}
.c-btn-version .c-label::after{
	right: -1px;
}

.is-new{
	position: relative;
}
.is-new::after{
	content: '';
	background: url('/assets/images/top/icn-news.svg') top center no-repeat;
	background-size: contain !important;
	position: absolute;
	top: -5px;
	left: 0;
	width: 66px;
	height: 60px;
}

@media (min-width: 981px){
	.c-btn-version:hover{
		opacity: 0.7;
	}
}
@media (max-width: 980px){
	.c-label__text{
		height: 18px;
		width: 30px;
		font-size: 10px;
	}
	.c-label__text::after{
		border-width: 18px 0 0 18px;
		right: -18px;
	}
	.c-label__text::before{
		border-width: 0 0 18px 18px;
		left: -18px;
	}
	.c-label__arrow{
		top: 15px;
		right: -21px;
	}
	.c-btn-version{
		border-radius: 4px;
	}
	.c-btn-version .c-label::before,
	.c-btn-version .c-label::after{
		height: 17px;
	}
	.c-btn-version{
		padding: 20px 55px 18px 34px;
		-webkit-box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%);
		box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%);
	}
	.c-btn-version__text{
		text-align: left;
	}
	.c-btn-version__text span{
		font-size: 16px;
	}
	.c-btn-version__text em{
		font-size: 12px;
		margin-top: 3px;
		line-height: 1.4;
	}
	.c-btn-version .c-label{
		top: 5px;
		left: 2px;
	}
	.c-label__arrow{
		border-width: 0 5px 5px 5px;
		top: 17px;
		right: -21px;
	}
	.c-btn-version__icon{
		width: 28px;
		height: 28px;
		right: 16px;
		font-size: 10px;
	}
}

.top-box-mainvisual {
	position: relative;
	z-index: 1;
	/*background: url("/assets/images/top/top-bg-main-01-pc.png") no-repeat top center;
	background-size: 128% 700px;*/
	margin-bottom: 60px;
	/* overflow: hidden; */
}
.top-box-mainvisual:before{
	content: '';
	background: url("/assets/images/top/top-bg-main-01-pc.png") no-repeat top center;
	background-size: 128% 700px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top-box-mainvisual:after{
	content: '';
	background: url("/assets/images/top/top-bg-main-02-pc.png") no-repeat bottom right;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top-box-mainvisual__bg{
	position: relative;
}
.top-box-mainvisual__bg:after{
	content: '';
	background: url("/assets/images/top/top-bg-main-02-pc.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.top-box-mainvisual__inner {
	position: relative;
}

.top-box-mainvisual__content {
	padding: 160px 0 70px;
	position: relative;
	z-index: 2;
}

.top-box-mainvisual__subttl {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.048em;
	color: #fff;
	margin-top: 15px;
	margin-left: 12%;
}

.top-box-mainvisual__ttl {
	width: 680px;
}

.top-box-mainvisual__lst {
	display: flex;
	justify-content: space-around;
	padding-top: 145px;
	width: 100%;
}

.top-box-mainvisual__lst li {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.16em;
	line-height: 2.5;
	color: #333;
	text-align: center;
	width: 33.333%;
}

.top-box-mainvisual__lst li:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding-bottom: 27px;
}

.top-box-mainvisual__lst li:nth-child(1) {
	margin-left: 10px;
	margin-right: 8px;
}

.top-box-mainvisual__lst li:nth-child(1):before {
	background: url("/assets/images/top/top-pic-icon-01.png") no-repeat;
	background-size: 100%;
}

.top-box-mainvisual__lst li:nth-child(2):before {
	background: url("/assets/images/top/top-pic-icon-02.png") no-repeat;
	background-size: 100%;
}

.top-box-mainvisual__lst li:nth-child(3) {
	margin-left: 8px;
	margin-right: -12px;
}

.top-box-mainvisual__lst li:nth-child(3):before {
	background: url("/assets/images/top/top-pic-icon-03.png") no-repeat;
	background-size: 100%;
}

.top-box-mainvisual__lst li:nth-child(4) {
	margin-left: 20px;
	margin-right: -20px;
}

.top-box-mainvisual__lst li:nth-child(4):before {
	background: url("/assets/images/top/top-pic-icon-04.png") no-repeat;
	background-size: 100%;
}

.top-box-mainvisual__img {
	display: inline-block;
	width: 57.86%;
	position: absolute;
	right: -17.2%;
	top: 22.5%;
	z-index: 2;
}

.top-box-mainvisual__button{
	max-width: 530px;
	/* margin-top: 55px; */
	margin-top: 60px;
	margin-left: 6.1%;
	position: relative;
	z-index: 10;
}

.top-box-mainvisual__button .btn {
	background: #FFF8EC;
	border-radius: 8px;
	border: none;
	font-size: 12px;
	color: #275594;
	font-weight: bold;
	font-style: italic;
	word-break: break-word;
}

.top-box-mainvisual__button .btn::before {
	display: none;
}
.top-box-mainvisual__icon{
	width: 30px;
	height: 30px;
	border: solid 1px #8AA8D0;
	color: #275594;
	border-radius: 50%;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	box-sizing: border-box;
}

.top-box-mainvisual__button__large{
	padding: 0 2px 0 6px;
	margin-bottom: 12px;
}
.top-box-mainvisual__button__small{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-box-mainvisual__button__small li{
	/* border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%);
	box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%); */
	width: 48.80%;
	margin: 0 3px 6px 3px;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	-webkit-transition: background-color 0s;
	transition: background-color 0s;
	box-sizing: border-box;
	/* margin-bottom: 6px; */
}
.top-box-mainvisual__button__small.is-even{
	flex-wrap: wrap;
}
.top-box-mainvisual__button__small .break{
	display: none;
}
.top-box-mainvisual__button__small .btn{
	max-width: 258px;
	padding: 20px 46px 20px 15px;
	box-shadow: none;
	height: 62px;
	display: flex;
	align-items: center;
	text-align: left;
	line-height: 1;
	white-space: normal;
	font-size: 15px;
	font-weight: bold;
	background: rgb(217,229,247);
	background: linear-gradient(90deg, rgba(217,229,247,1) 0%, rgba(232,246,250,1) 100%);
}
.top-box-mainvisual__button__small .btn:hover{
	opacity: 0.7;
}
.top-box-mainvisual__button__small .btn.is-new{
	padding-left: 25px;
}
.top-box-mainvisual__button__small .btn.is-new::after{
	background: url('/assets/images/top/icn-news-opaque.svg') top center no-repeat;
	width: 50px;
	height: 45px;
	top: -3px;
}

.is-blue.c-btn-version{
	background: rgb(131,151,255);
	background: linear-gradient(90deg, rgba(131,151,255,1) 0%, rgba(69,170,241,1) 100%);
}
.is-blue.btn{
	background: #d9e5f7;
}
.is-orange.c-btn-version{
	background: #FF6648;	
	background: linear-gradient(90deg, #FF6648 -0.8%, #EBB629 100%);
}
.is-orange.btn{
	background: #FFF8EC;
}
.is-green.c-btn-version{
	background: #02AAB0;	
	background: linear-gradient(90deg, #02AAB0 -1.72%, #00CDA8 103.22%);
}
.is-green.btn{
	background: #E1FFFA;
}
.is-skyblue.c-btn-version{
	background: #1FA2FF;
	background: linear-gradient(90deg, #1FA2FF -1.72%, #16CFEF 103.22%);
}
.is-skyblue.btn{
	background: #CAF7FF;
}
.is-pink.c-btn-version{
	background: #DD5E89;
	background: linear-gradient(90deg, #DD5E89 -1.72%, #E0AB8B 103.22%);
}
.is-pink.btn{
	background: #FFF4F7;
}
.is-purple.c-btn-version{
	background: #4776E6;
	background: linear-gradient(90deg, #4776E6 -1.72%, #8E54E9 103.22%);
}
.is-purple.btn{
	background: #E4ECFF;
}

@media screen and (max-width: 1600px) {
	.top-box-mainvisual:after{
		background-position: top right;
	}
}

@media screen and (min-width: 981px) {
	.top-box-mainvisual__ttl {
		width: auto;
		margin-right: 42.4%;
	}
}
@media screen and (min-width: 981px) {
	.top-box-mainvisual__button__small li:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 1399px){
	.top-box-mainvisual {
		background-size: 128% 624px;
	}
}

@media screen and (max-width: 980px) {
	.top-box-mainvisual {
		z-index: 1;
		margin-bottom: 120px;
	}
	.top-box-mainvisual:before{
		content: '';
		background: url("/assets/images/top/top-bg-main-01-pc.png") no-repeat;
		background-position: top center;
		background-size: 314%;
	}
	.top-box-mainvisual:after{
		content: none;
	}
	.top-box-mainvisual__content {
		padding: 72px 0 0;
	}
	.top-box-mainvisual__ttl {
		max-width: 90%;
		margin: 0 auto;
		line-height: 1;
	}
	.top-box-mainvisual__subttl {
		font-size: 12px;
		letter-spacing: 0;
		text-align: center;
		margin-left: 0;
		margin-top: 5px;
	}
	.top-box-mainvisual__img {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 40px;
		padding: 0 12px;
		box-sizing: border-box;
		bottom: auto;
		right: auto;
		left: auto;
	}
	.top-box-mainvisual__lst {
		display: block;
		padding-top: 46px;
		max-width: 690px;
		margin: 0 auto;
	}
	.top-box-mainvisual__lst li {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 45px;
		text-align: left;
		padding-left: 80px;
		line-height: 1.75;
	}
	.top-box-mainvisual__lst li:before {
		left: 0;
		bottom: auto;
		top: 0;
		display: inline-block;
		position: absolute;
		padding-bottom: 0;
	}
	.top-box-mainvisual__button {
		display: block;
		text-align: center;
		margin-top: 16px;
		margin-left: 0;
		max-width: 100%;
		padding: 0 108px;
	}
	.top-box-mainvisual__button .btn {
		max-width: 100%;
		font-size: 12px;
		line-height: 1.3;
		color: #275594;
		justify-content: center;
	}
	.top-box-mainvisual__button__large{
		margin-bottom: 10px;
	}
	.top-box-mainvisual__button__small{
		display: flex;
		flex-direction: column;
		padding: 0;
		margin-bottom: 14px;
	}
	.top-box-mainvisual__button__large{
		padding: 0;
	}
	.top-box-mainvisual__button__small li{
		margin: 0 0 3px 0;
		width: 100%;
		height: 44px;
		box-shadow: none;
		border-radius: 6px;
	}
	.top-box-mainvisual__button__small.is-even{
		flex-direction: row;
	}
	.top-box-mainvisual__button__small.is-even li{
		margin: 0 2px 3px 2px;
		width: 48.80%;
		height: 52px;
	}
	.top-box-mainvisual__button__small.is-even .break{
		display: block;
	}
	.top-box-mainvisual__button__small .btn{
		text-align: left;
		height: 100%;
		padding: 8px 15px;
		justify-content: flex-start;
	}
	.top-box-mainvisual__icon{
		width: 24px;
		height: 24px;
		right: 10px;
		font-size: 8px;
	}
}
@media screen and (max-width: 679px) {
	.top-box-mainvisual__button{
		padding: 0;
		margin-top: 12px;
	}
	.top-box-mainvisual__button__small.is-even li{
		width: 100%;
		height: 52px;
	}
}
@media screen and (max-width: 374px) {
	.top-box-mainvisual__button__small.is-even .btn{
		font-size: 10px;
	}
}

/* top box lst-card */

.top-box-lst-card {
	padding-bottom: 112px;
}

/* top box news */

.top-box-news {
	margin-bottom: 112px;
	position: relative;
	z-index: 2;
}

.top-box-news__inner {
	display: flex;
	width: 100%;
}

.top-box-news__title {
	display: block;
	width: 200px;
	text-align: left;
}
.top-box-news__wrapper{
	display: block;
	width: calc(100% - 200px);
	height: 159px;
}
.top-box-news__title .txt-en {
	font-size: 12px;
}

/* top box news list */

.top-box-news-list {
	margin-bottom: 112px;
	position: relative;
	z-index: 2;
}

.top-box-news-list__inner {
	display: flex;
	width: 100%;
	margin-top: 50px;
}

.top-box-news-list__title {
	display: block;
	width: 200px;
	text-align: left;
}
.top-box-news-list__wrapper{
	display: block;
	width: calc(100% - 200px);
	height: 159px;
}
.top-box-news-list__title .txt-en {
	font-size: 12px;
}

.notice-category-select-dropdown {
    float: right;
    height: 46px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 400px;
    margin: 15px 200px 10px 0px;
	justify-content: flex-end;
	display:table;
	text-align:center;
}

.notice-category-select-dropdown__title {
    padding: 0px 0px 8px 200px;
    font-weight: bold;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
    height: 35px;
    width: 70px;
}

.notice-category-select-dropdown__select {
    padding: 8px 0px 8px 0px;
	display:table-cell;
	vertical-align:middle;
    height: 35px;
    width: 100px;
	font-size:14px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.top-box-news {
		margin-bottom: 80px;
	}
	.top-box-news__inner, .top-box-news__inner {
		display: block;
		width: 100%;
	}
	.top-box-news__title .txt-en {
		font-size: 16px;
		margin-bottom: -2px;
	}
	.top-box-news__title {
		font-size: 28px;
		width: 100%;
		margin-bottom: 0;
	}
	.top-box-news__wrapper{
		width: 100%;
		height: 234px;
	}
}

/* top box challenge */

.top-box-challenge {
	padding-bottom: 75px;
}

.top-box-challenge__block {
	/* padding: 100px 0 0; */
}

.top-box-challenge__block+.top-box-challenge__block {
	margin-top: 140px;
}

.top-box-challenge .hdg-lv2 {
	margin-bottom: 18px;
	text-align: left;
}

.top-box-challenge .hdg-lv2 .txt-en {
	font-size: 12px;
}

.top-box-lead p+p {
	margin-top: 30px;
}

.top-box-challenge__image {
	margin-top: 54px;
}

.top-box-challenge__image img {
	margin: 0 auto;
}

.top-box-challenge__list {
	margin-top: 64px;
}

/* top box article */

.top-box-article {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.top-box-article::before {
	content: "";
	width: 83%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.top-box-challenge__list .top-box-article:nth-child(3)::before {
	width: 91%;
}

.top-box-article--ltr {
	flex-direction: row-reverse;
}

.top-box-article--ltr::before {
	right: unset;
	left: 0;
}

.top-box-article+.top-box-article {
	margin-top: 152px;
}

.top-box-article__images, .top-box-article__content {
	flex: 0 0 50%;
	position: relative;
}

.top-box-article__images {
	top: 80px;
}

.top-box-article__content {}

.top-box-article__inner {
	padding: 80px 80px 90px 10px;
}

.top-box-article--ltr .top-box-article__inner {
	padding: 80px 10px 90px 80px;
}

.top-box-article__description {}

.top-box-challenge .top-box-feature__link {
	margin-top: 79px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.top-box-challenge {
		padding-bottom: 25px;
	}

	.top-box-challenge__block+.top-box-challenge__block {
		padding-top: 105px;
	}
	.top-box-challenge .hdg-lv2 {
		margin-bottom: 23px;
	}
	.top-box-challenge .hdg-lv2 .txt-en {
		font-size: 12px;
	}
	.top-box-lead {
		text-align: left;
	}
	.top-box-feature .top-box-lead p {
		line-height: 1.33;
	}
	.top-box-lead p+p {
		margin-top: 22px;
	}
	.top-box-challenge__image {
		margin-top: 35px;
	}
	.top-box-challenge__list {
		margin-top: 152px;
	}
	.top-box-article {
		display: block;
	}
	.top-box-article::before, .top-box-challenge__list .top-box-article:nth-child(3)::before {
		width: 100%;
	}
	.top-box-article+.top-box-article {
		margin-top: 140px;
	}
	.top-box-article__images {
		top: -80px;
		text-align: center;
	}
	.top-box-article__images--01 {
		max-width: 260px;
		margin: 0 auto;
	}
	.top-box-article__images--02 {
		max-width: 260px;
		margin: 0 auto;
	}
	.top-box-article__images--03 {
		max-width: 300px;
		margin: 0 auto;
	}
	.top-box-article__content {
		margin-top: -87px;
	}
	.top-box-article__inner, .top-box-article--ltr .top-box-article__inner {
		padding: 24px 30px 26px;
	}
	.top-box-challenge .top-box-feature__link {
		margin-top: 60px;
	}
}

/* top box feature */

.top-box-feature {
	padding: 100px 0 120px;
	background: #f5f5f5;
}

.top-box-feature .hdg-lv2 {
	text-align: left;
}

.top-box-feature__description {
	margin-bottom: 60px;
}

.top-box-feature__link {
	text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.top-box-feature {
		padding: 78px 0 80px;
	}
	.top-box-feature__description {
		margin-bottom: 40px;
	}
}

/* top box case */

.top-box-case {
	padding: 100px 0 84px;
}

.top-box-case .hdg-lv2 {
	text-align: left;
}

.top-box-case__text{
	line-height: 2;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.top-box-case {
		padding: 78px 0 80px;
	}
	.top-box-case__text{
		font-size: 12px;
		color: #707070;
		line-height: 1.67;
	}
}

/* top box user */

.top-box-user {
	padding: 100px 0 60px;
	background: #f5f5f5;
}

.top-box-user .hdg-lv2 {
	text-align: left;
}

.top-box-user .fluid-image {
	max-width: 300px;
	width: 100%;
}

.top-box-user .lst-link__item {
	flex: 0 1 33%;
	-ms-flex: 0 1 30%;
}

.top-box-user .lst-link__thumbnail {
	width: 300px;
	height: 200px;
}

.top-box-user .lst-link__detail {
	text-align: center;
	padding: 0 15px 0;
}

.top-box-user .lst-link__detail::before {
	content: none;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.top-box-user {
		padding: 78px 20px 60px;
	}

	.top-box-user .lst-link__item {
		flex: 0 1 100%;
		-ms-flex: 0 1 97%;
	}

	.top-box-user .lst-link__thumbnail {
		width: 200px;
		height: 150px;
	}
}

/* top box introduce */

.top-box-introduce {
	overflow: hidden;
	background: url("/assets/images/top/bg-price.png") no-repeat center;
	background-size: cover;
}

.top-box-introduce__inner {
	position: relative;
}

.top-box-introduce__content {
	text-align: center;
	display: block;
	width: 49.15%;
	padding: 170px 0 197px;
}

.top-box-introduce__thumbnail {
	position: absolute;
	display: block;
	width: 50.85%;
	right: -56px;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 6px;
}

.top-box-introduce__sub {
	font-size: 19px;
	margin: 2px 0 58px;
}

.top-box-introduce__text {
	margin-bottom: 10px;
}

.top-box-introduce__link {
	margin: 0 -10px;
}

.top-box-introduce__link:after {
	content: '';
	display: block;
	clear: both;
}

.top-box-introduce__link li {
	float: left;
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
	.top-box-introduce__link li {
		width: 100%;
	}
	.top-box-introduce__link li+li {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.top-box-introduce {}
	.top-box-introduce__content {
		width: 100%;
		padding: 78px 0 81px;
	}
	.top-box-introduce__thumbnail {
		position: relative;
		width: 100%;
		top: 0;
		right: auto;
		transform: translateY(0);
		margin-bottom: 40px;
	}
	.top-box-introduce__sub {
		font-size: 14px;
		margin: 10px 0 60px;
	}
	.top-box-introduce__text {
		font-size: 10px;
		margin-bottom: 14px;
	}
}

.sec-list-link {
	background: #F5F5F5;
	padding: 120px 0 105px;
}

.sec-list-link .hdg-lv2 {
	text-align: left;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.sec-list-link {
		padding: 80px 0;
	}
}

.top-box-concept .hdg-lv2 {
	text-align: left;
}

.top-box-concept .hdg-lv2 .txt-en {
	font-size: 12px;
}

.top-box-concept {
	position: relative;
	z-index: 2;
	margin-top: 63px;
}

.top-box-concept__inner {
	display: table;
	width: 100%;
	margin-top: 117px;
}

.top-box-concept .box-article {
	margin-top: 65px;
}

.top-box-concept__item {
	display: table-cell;
}

.top-box-concept__item:first-child {
	width: 35.4%;
}

.top-box-concept__img {
	margin-top: 30px;
	line-height: 0;
}

.top-box-concept__title {
	font-size: 20px;
	color: #334553;
	line-height: 1.2;
	font-weight: bold;
}

.top-box-concept__content {
	display: table;
	width: 100%;
	margin-top: 2px;
}

.top-box-concept__content__item {
	display: table-cell;
}

.top-box-concept__content__item:last-child {
	width: 34.9%;
	min-width: 10%;
	padding: 0 47px;
	box-sizing: border-box;
	vertical-align: middle;
}

.top-box-concept__content__item:last-child .top-box-concept__img {
	width: 42px;
}

.box-media--02 {
	padding-top: 8px;
}

.box-media__title {
	font-size: 20px;
	color: #334553;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 20px;
}

.box-media__titlepc--sm {
	font-size: 10px;
	padding-left: 20px;
	font-weight: normal;
}

.box-media__titlesp--sm {
	display: none;
}

.box-media__content {
	margin-top: 15px;
}

.box-media__text {
	margin-top: 15px;
}

.lst-media {
	box-sizing: border-box;
	margin-top: 75px;
}

.lst-media__head {
	font-size: 20px;
	color: #334553;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 18px;
}

.lst-media__title {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 1.5;
}

.lst-media__text {
	font-size: 14px;
	margin-top: 8px;
	color: #666;
}

.box-media__img {
	border: 1px solid #bac8ce;
	line-height: 0;
}

.lst-media__img {
	border: 1px solid #b9c7cd;
	line-height: 0;
	overflow: hidden;
}

.lst-media__content {
	margin-top: 18px;
}

.box-media__text--02 {
	margin-top: 25px;
}

.box-media__text--02__title {
	font-size: 12px;
}

.box-media__text--02 .lst-note {
	margin-bottom: 0;
}

.box-media__text--02 .lst-note {
	padding-left: 15px;
}

.sec-content02 {
	margin-top: 67px;
}

/* .sec-content02 .box-article__text {
	margin-top: 15px;
	line-height: 1.7;
	color: #666;
} */

.sec-content02 .lst-media {
	margin-top: 35px;
}

.sec-content02 .lst-media__content {
	margin-top: 15px;
}

.box-media__inner {
	margin-top: 34px;
}

.box-media__inner--02 .box-media__item {
	margin-top: 45px;
}

.box-article__head {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #334553;
}

.sec-content02 .lst-media ul li .lst-media__item {
	position: relative;
}

.sec-content02 .lst-media ul li .lst-media__item::before {
	content: "";
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	right: -68px;
	background: url("/assets/images/top/top-icon-arrow.png");
	background-size: auto;
	background-size: cover;
	width: 65px;
	height: 54px;
	z-index: 1;
}

.sec-content02 .lst-media ul li:last-child .lst-media__item::before {
	display: none;
}

@media only screen and (max-width: 767px) {
	.box-article__head {
		line-height: 1.5;
		letter-spacing: 0;
	}
	/* .box-article__text {
		margin-top: 30px;
		font-size: 12px;
		line-height: 1.5;
	} */
	/* .box-article__text+.box-article__text {
		margin-top: 20px;
	} */
	.txt-head {
		margin-top: 15px;
		line-height: 1.42;
	}
	.top-box-concept .hdg-lv2 .txt-en {
		font-size: 16px;
	}
	.top-box-concept__item:first-child {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.top-box-concept__item {
		display: block;
		width: 100%;
	}
	.top-box-concept__content__item {
		display: block;
		margin-left: -16px;
		margin-right: -16px;
	}
	.top-box-concept__content__item:last-child {
		display: table;
	}
	.top-box-concept__content__item .top-box-concept__img {
		display: table-cell;
		width: 50%;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.top-box-concept__content__item:last-child {
		width: 100%;
		display: block;
		text-align: center;
		transform: rotate(90deg);
		margin-top: 20px;
		padding: 0;
		margin-left: 0;
	}
	.top-box-concept .box-article {
		margin-top: 30px;
	}
	.top-box-concept__inner {
		margin-top: 56px;
	}
	.top-box-concept__content {
		margin-top: 15px;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.top-box-concept__content__item:last-child .top-box-concept__img {
		display: block;
		width: 100%;
		margin-top: 0;
	}
	.top-box-concept__content__item:last-child .top-box-concept__img img {
		width: 22px;
	}
	.top-box-concept__item:last-child {
		margin-top: 18px;
	}
	.top-box-concept__img {
		margin-top: 10px;
	}
	.top-box-concept__item:last-child .top-box-concept__content {
		padding-left: 0;
		padding-right: 0;
	}
	.top-box-concept__content--02 {
		position: relative;
		height: 36vw;
	}
	.top-box-concept__content--02 .top-box-concept__img {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		/* margin: auto; */
		text-align: center;
	}
	.box-media__text--02 {
		margin-top: 0;
	}
	.box-media__text--02__title {
		font-size: 10px;
		line-height: 1.5;
	}
	.box-media {
		padding-bottom: 58px;
	}
	/* .sec-content02 .box-article {
		margin-top: 128px;
	} */
	/* .sec-content02 .box-article__text {
		margin-top: 13px;
	} */
	.sec-content02 .lst-media {
		margin-top: 0;
	}
	.sec-content02 .lst-media .lst-media__item {
		margin-top: 56px;
	}
	.lst-media__title {
		margin-top: 15px;
	}
	.lst-media+.box-media__inner {
		margin-top: 0px;
	}
	.box-media__titlepc--sm {
		display: none;
	}
	.box-media__titlesp--sm {
		padding-left: 0;
		margin-top: 20px;
		display: block;
		font-size: 10px;
	}
	.box-media__inner--02 .box-media__title {
		margin-top: 70px;
	}
	.sec-content02 .lst-media ul li .lst-media__item::before {
		width: 24px;
		height: 20px;
		right: -15px;
	}
	.lst-media__item--dotcircle .box-slide .slick-dots li {
		border-radius: 50%;
	}
	.top-box-concept__title--center {
		text-align: center;
	}
	.lst-media__text {
		font-size: 12px;
	}
}

.top-box-design {
	margin-top: 75px;
	margin-bottom: 121px;
}

.top-box-design .hdg-lv2 {
	text-align: left;
	font-size: 20px;
}

.top-box-design .wrp-grid {
	margin-left: -8px;
	margin-right: -8px;
}

.top-box-design .grid-6 {
	padding: 0 8px;
	box-sizing: border-box;
}

.top-box-design .box-article {
	text-align: center;
}

.top-box-design__item {
	margin-top: 5px;
}

.top-box-design__img {
	float: left;
	vertical-align: top;
	width: 63%;
	line-height: 0;
	border: 1px solid #c9d4d8;
	background: #f4f4f4;
}

.top-box-design__content {
	float: left;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
	width: calc(34% - 17px);
}

.top-box-design__title {
	font-size: 16px;
	line-height: 1.5;
	color: #334553;
	font-weight: bold;
}

/* .top-box-design__item--02 .top-box-design__title {
	font-size: 20px;
} */

.top-box-design__text {
	margin-top: 10px;
	color: #666;
	line-height: 1.7;
}

.top-box-design__inner__botton__content {
	position: relative;
	max-width: 858px;
	margin: 0 auto;
}

.top-box-design__inner__botton__text01 {
	position: absolute;
	top: 20px;
	left: -20px;
	text-align: right;
}

.top-box-design__inner__botton__text02 {
	position: absolute;
	bottom: 33px;
	right: 21px;
	text-align: left;
}

.top-box-design__inner__botton {
	text-align: center;
}

.top-box-design__inner__botton__title {
	font-weight: bold;
}

.top-box-design__inner__botton__text {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
	line-height: 1.7;
}

.top-box-design__inner__botton .box-article {
	margin-top: 10px;
}

/* .top-box-design__inner__botton .box-article__text {
	margin-top: 8px;
} */

.top-box-design__item--02 {
	display: inline-block;
	margin-top: 100px;
}

.top-box-design__item--02 .top-box-design__img {
	display: block;
	width: 100%;
	border: none;
	background: none;
	margin-bottom: 30px;
}

/* .top-box-design__item--02 .top-box-design__content {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 17px;
}

.top-box-design__item--02 .top-box-design__text {
	margin-top: 15px;
	text-align: center;
} */

.top-box-design__text--sm {
	font-size: 10px;
	margin-top: 5px;
}

.top-box-design__inner__botton__content__img {
	max-width: 640px;
	margin: 0 auto;
	padding-right: 52px;
}

.top-box-design__inner__botton__content__img img {
	margin-top: -11px;
}

.top-box-design__inner__botton__content__imgsp {
	display: none;
}

.top-box-design__item--02 .top-box-design__img {
	border: none;
	background: none;
}

.top-box-design__link {
	text-align: center;
	margin-top: 121px;
}

.top-box-design-news__link {
	text-align: center;
	margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.top-box-design__img {
		display: block;
		width: 100%;
	}
	.top-box-design__content {
		display: block;
		margin-top: 12px;
		padding-left: 0;
		width: 100%;
	}
	.top-box-design__inner__botton__content__img {
		display: none;
	}
	.top-box-design__inner__botton__text01 {
		top: 88%;
		bottom: auto;
		text-align: left;
		left: 3%;
	}
	.top-box-design__inner__botton__text02 {
		bottom: auto;
		top: 94%;
		right: 0;
		left: 57%;
	}
	.top-box-design__inner__botton__content__imgsp {
		display: block;
	}
	.top-box-design__inner__botton__content__imgsp img {
		width: 100%;
	}
	.top-box-design__inner__botton .box-article {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.top-box-design {
		margin-top: 75px;
		margin-bottom: 80px;
	}
	.top-box-design .wrp-container--sm {
		padding: 0;
	}
	.top-box-design__item {
		margin-top: 5px;
	}
	.top-box-design__img {
		display: block;
		width: 100%;
	}
	.top-box-design__content {
		display: block;
		margin-top: 16px;
		padding-left: 0;
		width: 100%;
	}
	.top-box-design__text {
		font-size: 12px;
		margin-top: 23px;
	}
	.top-box-design__title {
		line-height: 1.5;
	}
	.top-box-design__inner__botton__text01 {
		top: 86%;
		bottom: auto;
		text-align: left;
		left: 0;
	}
	.top-box-design__inner__botton__title {
		font-size: 16px;
	}
	.top-box-design__inner__botton__text {
		font-size: 12px;
		margin-top: 0;
	}
	.top-box-design__inner__botton__text02 {
		bottom: auto;
		top: 86%;
		right: 0;
		left: 52%;
	}
	.top-box-design__inner__botton .box-article {
		margin-top: 70px;
	}
	/* .top-box-design__inner__botton .box-article__text {
		margin-top: 12px;
	} */
	.top-box-design__item--02 .top-box-design__content {
		padding-left: 0;
		margin-top: 14px;
	}
	.top-box-design__item--02 .top-box-design__text {
		margin-top: 15px;
		text-align: center;
		line-height: 1.5;
	}
	.top-box-design__item--02 {
		margin-top: 100px;
	}
	.top-box-design__inner__botton__content__img {
		display: none;
	}
	.top-box-design__inner__botton__content__imgsp {
		display: block;
		margin-top: 16px;
	}
	.top-box-design__link {
		margin-top: 76px;
	}
	.top-box-design__text--sm {
		font-size: 12px;
		margin-top: 3px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top-box-design__inner__botton__text02 {
		bottom: auto;
		top: 93%;
		right: 0;
		left: 52%;
	}
}

@media only screen and (max-width: 375px) {
	.top-box-design__inner__botton__text02 {
		bottom: auto;
		top: 88%;
		right: 0;
		left: 52%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.top-box-design__inner__botton .box-article {
		margin-top: 95px;
	}
}

.box-slide {
	position: relative;
	line-height: 1;
	/* border: 1px solid #b6c5cb; */
}

.box-slide .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
}

.box-slide .slick-dots li {
	display: inline-block;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: #b6c5cb;
	margin: 0 5px;
}

.box-slide .slick-dots li.slick-active {
	background: #009bc6;
}

.box-slide-sp {
	position: relative;
	line-height: 1;
	padding-bottom: 40px;
}

.box-slide-sp .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.box-slide-sp .slick-dots li {
	display: inline-block;
	font-size: 0;
	width: 9px;
	height: 9px;
	background: #b6c5cb;
	margin: 0 5px;
}

.box-slide-sp .slick-dots li.slick-active {
	background: #009bc6;
}

.box-slide .slick-arrow {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.box-media__inner .wrp-grid.box-slide-sp {
		margin: 0 -30px;
	}
	.box-slide-sp .grid-4 {
		padding: 0 15px;
	}
	.box-slide .slick-dots {
		bottom: 2px;
	}
	.box-slide .slick-dots li {
		width: 6px;
		height: 6px;
	}
	.box-slide-sp .slick-dots {
		bottom: 21px;
	}
	.box-slide-sp .slick-dots li {
		width: 6px;
		height: 6px;
	}
	.sec-content02 .box-slide-sp {
		padding-bottom: 15px;
	}
	.sec-content04 .lst-media__content {
		margin-top: 15px;
	}
	.sec-content04 ul li:nth-child(2) .lst-media__item {
		margin-top: 48px;
	}
}

.lst-media--02 .wrp-grid {
	margin: 0 -35px;
}

.lst-media--02 .grid-4 {
	padding: 0 35px;
}

.sec-content03 {
	padding-top: 44px;
}

/* .sec-content03 .box-article__text {
	margin-top: 10px;
} */

.box-media__inner .wrp-grid {
	margin: 0 -30px;
}

.box-media__inner .grid-6 {
	padding: 0 30px;
}

@media screen and (max-width: 767px) {
	.sec-content03 {
		padding-top: 0;
	}
	.box-media__inner {
		margin-top: 54px;
	}
	.sec-content03 ul li+li {
		margin-top: 49px;
	}
	.lst-media--02 .grid-4 {
		padding: 0 38px;
	}
}

.sec-content04 {
	padding-top: 82px;
}

@media screen and (max-width: 767px) {
	.sec-content04 {
		padding-top: 5px;
	}
	.sec-content04 .box-media__inner {
		margin-top: 32px;
	}
	.box-media__inner .wrp-grid {
		margin: 0 -4px;
	}
	.box-media__inner .grid-6 {
		padding: 0 4px;
	}
}

/* .box-service-text */
.box-service-text{
	background: #F5F5F5;
	padding: 53px 20px 51px;
	margin-top: 40px;
}
.box-service-text__title{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 28px;
}
.box-service-text__content{
	max-width: 780px;
	margin: 0 auto;
}
.box-service-text__list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px;
}
.box-service-text__list li{
	padding: 0 35px;
	width: 33.3333333%;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
.box-service-text__list li::before{
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	background: #333;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 12px 5px 0 0;
}
.box-service-text__list li p{
	font-size: 14px;
	line-height: 2;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-service-text{
		padding: 35px 20px 30px;
		margin-top: 14px;
	}
	.box-service-text__title{
		text-align: left;
		margin-bottom: 26px;
	}
	.box-service-text__content{
		max-width: 100%;
	}
	.box-service-text__list{
		margin: 0;
	}
	.box-service-text__list li{
		padding: 0;
		width: 100%;
	}
}

/* .box-works */
.box-works{
	margin: 93px 0 130px;
}
.box-works .hdg-lv2{
	color: #275594;
	text-align: left;
	margin-bottom: 30px;
}
.box-works__item{
	padding: 36px 0 38px;
	border-bottom: solid 1px rgba(187, 187, 187, 0.5);
}
.box-works__item:nth-of-type(1){
	border-top: solid 1px rgba(187, 187, 187, 0.5);
}
.box-works__item--contents{
	margin-left: 100px;
	margin-right: 100px;
}
.box-works__top{
	display: flex;
	align-items: center;
}
.box-works__logo{
	margin-right: 30px;
}
.box-works__logo img{
	height: 48px;
	width: auto;
}
.box-works__title{
	font-size: 14px;
	line-height: 2;
	color: #275594;
}
.box-works__body{
	display: flex;
	margin-top: 8px;
	justify-content: space-between;
}
.box-works__text{
	padding-right: 55px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}
.box-works__button{
	width: 180px;
	flex-shrink: 0;
}
.box-works__content{
	margin-left: 0px;
	margin-right: 0px;
}
.box-works__award-item{
	padding: 5px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	font-size:14px;
	margin-right: 0px;
	text-align: center;
}
.box-works__award-color1{
	background:#275594;
}
.box-works__award-color2{
	background:#009CC6;
}@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-works{
		margin: 95px 0 120px;
	}
	.box-works .hdg-lv2{
		margin-bottom: 34px;
	}
	.box-works__item{
		padding: 40px 0 54px;
	}
	.box-works__item--contents{
		margin-left: 10px;
		margin-right: 10px;
	}
	.box-works__top{
	}
	.box-works__logo{
		margin-right: 10px;
	}
	.box-works__logo img{
	}
	.box-works__title{
		font-size: 12px;
		line-height: 1.833;
	}
	.box-works__body{
		flex-direction: column;
	}
	.box-works__text{
		padding-right: 0;
	}
	.box-works__button{
		width: 100%;
		flex-shrink: initial;
		margin-top: 34px;
	}
	.box-works__content{
		margin-left: 0px;
		margin-right: 0px;
	}
}


/* Case Page*/

.case-lst-theme {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 65px;
	margin-bottom: 115px;
}

.case-lst-theme li {
	padding: 0 20px;
	margin-bottom: 105px;
}

.case-box-theme .hdg-lv3 {
	position: relative;
	margin-bottom: 40px;
}

.case-box-theme .hdg-lv3:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(39, 85, 148, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.case-box-theme__subttl {
	font-size: 16px;
	font-weight: bold;
	color: #275594;
	line-height: 1.5;
	margin-bottom: 12px;
}

.case-box-theme__img {
	margin-top: 37px;
}

.case-box-theme__txt+.case-box-theme__txt {
	margin-top: 24px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.case-lst-theme li {
		margin-bottom: 50px;
	}
	.case-lst-theme {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.case-box-theme .hdg-lv3 {
		margin-bottom: 20px;
	}
	.case-box-theme__subttl {
		font-size: 14px;
	}
	.case-box-theme__img {
		margin-top: 20px;
	}
	.case-box-theme__txt+.case-box-theme__txt {
		margin-top: 15px;
	}
}

/* Service Page*/

.servise-lst-theme {
	margin-top: 70px;
}

.servise-lst-theme li {
	margin-bottom: 40px;
}

.servise-box-guide__subttl {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

.servise-box-guide__ttl {
	position: relative;
	padding-left: 88px;
}

.servise-lst-theme li:first-child .servise-box-guide__ttl {
	padding-left: 68px;
}

.servise-box-guide__ttl:before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 50px);
	height: 1px;
	left: 50px;
	bottom: 3px;
	background-color: #53C4D2;
}

.servise-box-guide.servise-box-guide--02 .servise-box-guide__ttl:before {
	background-color: #00B3D5;
}

.servise-box-guide.servise-box-guide--03 .servise-box-guide__ttl:before {
	background-color: #275594;
}

.servise-box-guide .hdg-lv3 {
	color: #53C4D2;
	padding-bottom: 9px;
}

.servise-box-guide.servise-box-guide--02 .hdg-lv3 {
	color: #00B3D5;
}

.servise-box-guide.servise-box-guide--03 .hdg-lv3 {
	color: #275594;
}

.servise-box-guide__ttl__number {
	font-family: "Roboto Condensed", Roboto, sans-serif;
	font-size: 70px;
	color: #53C4D2;
	position: absolute;
	left: 0;
	bottom: -8px;
	line-height: 1;
	letter-spacing: 0;
}

.servise-box-guide.servise-box-guide--02 .servise-box-guide__ttl__number {
	color: #00B3D5;
}

.servise-box-guide.servise-box-guide--03 .servise-box-guide__ttl__number {
	color: #275594;
}

.servise-box-guide__img {
	margin-top: 40px;
}

.servise-box-guide__txt {
	margin-top: 6px;
}

.servise-box-guide__price {
	font-size: 30px;
	line-height: 1;
	color: #53C4D2;
	padding-left: 40px;
	position: relative;
	margin-top: 20px;
}

.servise-box-guide__price span {
	color: #53C4D2;
	font-size: 22px;
	display: inline-block;
	line-height: 1;
}

.servise-box-guide.servise-box-guide--02 .servise-box-guide__price, .servise-box-guide.servise-box-guide--02 .servise-box-guide__price span {
	color: #00B3D5;
}

.servise-box-guide.servise-box-guide--03 .servise-box-guide__price, .servise-box-guide.servise-box-guide--03 .servise-box-guide__price span {
	color: #275594;
}

.servise-box-guide__price:before {
	content: '￥';
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	background-color: #53C4D2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.servise-box-guide.servise-box-guide--02 .servise-box-guide__price:before {
	background-color: #00B3D5;
}

.servise-box-guide.servise-box-guide--03 .servise-box-guide__price:before {
	background-color: #275594;
}

.servise-lst-note {
	padding-bottom: 110px;
}

.servise-lst-note li {
	font-size: 12px;
}

.service-lst-information {
	margin: 40px -10px 110px;
}
.service-lst-information .box-link__content{
	padding-left: 40px;
	padding-right: 40px;
}
.service-lst-information .box-link__title{
	line-height: 1.7;
	margin-bottom: 4px;
}
.service-lst-information .box-link__text{
	font-size: 14px;
	line-height: 2;
}
.service-lst-information .box-link__thumbnail{
	margin-bottom: 31px;
}
.service-lst-information .box-link__detail{
	margin-top: 32px;
}
.service-tbl-time{
	color: #999999;
	font-size: 14px;
	line-height: 2;
	margin: 30px 0;
	width: auto;
}
.service-tbl-time th{
	text-align: center;
	font-size: 16px;
	width: 20px;
	padding-right: 4px;
	vertical-align: middle;
}
.service-tbl-time td{
	line-height: 2;
}
.service-tbl-time td:nth-child(2){
	padding-right: 25px;
}
.link-box{
	font-size: 16px;
	color: #275594;
	margin-top: 10px;
	line-height: 2.75;
	display: inline-block;
}
.link-box:hover{
	text-decoration: underline;
}
.mt86{
	margin-top: 86px !important;
}
.mt78{
	margin-top: 78px !important;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.servise-box-guide__ttl__number {
		font-size: 60px;
		bottom: -6px;
	}
	.servise-box-guide__ttl:before {
		width: calc(100% - 43px);
		left: 43px;
	}
	.servise-box-guide__ttl {
		padding-left: 64px;
	}
	.servise-box-guide__subttl {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.servise-lst-theme {
		margin-top: 35px;
	}
	.servise-lst-theme li:first-child .servise-box-guide__ttl {
		padding-left: 58px;
	}
	.servise-box-guide__img {
		margin-top: 30px;
	}
	.servise-box-guide__price {
		margin-top: 15px;
		font-size: 25px;
	}
	.servise-box-guide__price span {
		font-size: 18px;
	}
	.servise-box-guide__price:before {
		font-size: 16px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.servise-lst-theme li {
		margin-bottom: 30px;
	}
	.servise-lst-note {
		padding-bottom: 50px;
	}
	.box-mainttl.mt86{
		margin-top: 53px !important;
	}
	.link-box{
		margin-top: 15px;
	}
	.service-lst-information{
		margin: 30px -4px 80px;
	}
	.service-lst-information .box-link__content{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
	.service-lst-information .box-link__item{
		margin-bottom: 20px;
	}
}

/* Price Page*/

.price #l-main {
	margin-bottom: 90px;
}

.price-box-table {
	overflow-x: auto;
}

.price-box-table table {
	border-top: 1px solid #bbb;
	min-width: 850px;
	box-sizing: border-box;
}

.price-box-table th {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 20px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.price-box-table tr th.th-main {
	text-align: center;
	vertical-align: middle;
	padding: 20px 40px;
}

.price-box-table tr th.th-main--edition {
	width: 65%;
}

.th-main-academic {
	width: 17%;
}

.price-box-table tr.tr-bg th {
	background-color: #C9E0FF;
}

.price-box-table th:first-child {
	border-left: none;
}

.price-box-table tr:first-child th:nth-child(2),
.price-box-table tr:first-child th:nth-child(3) {
	min-width: 6rem;
}

.price-box-table td {
	font-size: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	vertical-align: middle;
}

.price-box-table td:first-child {
	border-left: none;
	padding: 16px 10px;
}

.price-box-table__txt {
	font-size: 14px;
}

.price-box-table__caption {
	font-size: 12px;
	margin-top: 5px;
}

.price-lst-link {
	margin-top: 55px;
}

.price-lst-link .btn--small, .price-lst-lin .btn--small:link {
	max-width: 100%;
}

/* .price-box-link--01 .btn, .price-box-link--01 .btn:link {
	background: #275594;
	color: #fff;
	border: solid 1px #275594;
} */

@media screen and (min-width: 1px) and (max-width: 767px) {
	.price #l-main {
		margin-bottom: 50px;
	}
	.price-box-table__txt {
		font-size: 12px;
	}
	.price-box-table table {
		min-width: 768px;
	}
	.price-box-table th {
		font-size: 14px;
		padding: 4px 15px;
	}
	.price-box-table td {
		font-size: 14px;
		padding: 12px 15px;
	}
	.price-box-table td:first-child {
		padding: 12px 10px;
	}
	.price-box-table__caption {
		font-size: 10px;
	}
	.price-lst-link {
		margin-top: 30px;
	}
	.price-lst-link li {
		margin-bottom: 20px;
	}
}

/* Partner Page*/

.partner-hdg-lv2 {
	font-size: 28px;
	line-height: 1.57;
	font-weight: bold;
	color: #275594;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: left;
}

.partner-lst-media {
	margin-top: 25px;
	margin-bottom: 60px;
}

.partner-lst-media li {
	padding: 33px 0 33px;
	border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.partner-lst-media li:first-child {
	border-top: 1px solid rgba(187, 187, 187, 0.5);
}

.partner-box-media:after {
	content: '';
	display: block;
	clear: both;
}

.partner-box-media__thumbnail {
	float: left;
	width: 29%;
	padding-right: 55px;
}

.partner-box-media__content {
	float: left;
	width: calc(71% - 55px);
	box-sizing: border-box;
}

.partner-box-media__content .hdg-lv3 {
	margin-bottom: 20px;
}

.partner-box-media__description+.partner-box-media__description {
	margin-top: 30px;
}

.partner-box-media__link {
	margin-top: 40px;
}

.partner-box-media__link .btn--small, .partner-box-media__link .btn--small:link {
	max-width: 480px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.partner-lst-media {
		margin-bottom: 50px;
		margin-top: 0;
	}
	.partner-hdg-lv2 {
		margin-top: 35px;
		font-size: 26px;
	}
	.partner-lst-media li {
		padding: 40px 0;
	}
	.partner-box-media__thumbnail {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.partner-box-media__content {
		width: 100%;
	}
	.partner-box-media__content .hdg-lv3 {
		margin-bottom: 17px;
	}
	.partner-box-media__description+.partner-box-media__description {
		margin-top: 15px;
	}
	.partner-box-media__link .btn--small, .partner-box-media__link .btn--small:link {
		max-width: 100%;
	}
	.partner-box-media__link {
		margin-top: 20px;
	}
}

/* Support Page*/

.support-lst-link {
	margin-top: 60px;
	margin-bottom: 115px;
}

.support-lst-link li {
	margin-bottom: 20px;
}

.support-box-link {
	display: block;
	padding: 35px 50px 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}

.support-box-link:hover, .support-box-link:focus, .support-box-link:active {
	background: #E1F5FE;
}

.support-box-link .hdg-lv3 {
	color: #275594;
	text-align: center;
}

.support-box-link__txt {
	color: #333;
	text-align: center;
}

.support-box-link__detail {
	position: relative;
	display: block;
	text-align: center;
	padding: 22px 50px 24px;
	margin-top: 35px;
}

.support-box-link__detail:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #333;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
}

.support-box-link__detail:after {
	content: "\f054";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.support-lst-link li {
		width: 50%;
	}
}

@media screen and (max-width: 767px) and (min-width: 1px) {
	.support-lst-link {
		margin-bottom: 50px;
	}
	.support-box-link__detail {
		margin-top: 24px;
		padding: 17px 50px;
	}
}

/* Term Page*/

.term #l-main {
	margin-bottom: 142px;
}

.term-hdg-lv2 {
	margin-top: 95px;
	font-size: 28px;
	line-height: 1.57;
	font-weight: bold;
	color: #275594;
	margin-bottom: 20px;
}

.term-txt+.term-txt {
	margin-top: 27px;
}

.term-hdg-lv3 {
	margin-top: 70px;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 34px;
	padding-bottom: 10px;
	position: relative;
}

.term-hdg-lv3:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(39, 85, 148, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.term-lst-note01 {
	margin-top: 20px;
}

.term-lst-note01 li {
	padding-left: 12px;
	position: relative;
	font-size: 12px;
}

.term-lst-note01 li:before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.term-lst-number01 {
	margin-top: 30px;
	counter-reset: number;
}

.term-lst-number01 li {
	position: relative;
	padding-left: 18px;
	line-height: 2;
}

.term-lst-number01 li:before {
	counter-increment: number;
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.term-lst-number01 a {
	text-decoration: underline;
}

.term-lst-number01 a:hover {
	text-decoration: none;
}

.term-lst-bullet01 li {
	position: relative;
	padding-left: 12px;
}

.term-lst-bullet01 li:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #275594;
	position: absolute;
	left: 0;
	top: 10px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
	.term #l-main {
		margin-bottom: 50px;
	}
	.term-hdg-lv2 {
		margin-top: 30px;
		font-size: 26px;
		line-height: 1.7;
		margin-bottom: 28px;
	}
	.term-hdg-lv3 {
		margin-top: 30px;
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 1.333;
	}
	.term-txt+.term-txt {
		margin-top: 15px;
	}
	.term-lst-note01 {
		margin-top: 15px;
	}
	.term-lst-note01 li {
		padding-left: 10px;
	}
	.term-lst-number01 {
		margin-top: 15px;
	}
	.term-lst-bullet01 li:before {
		top: 8px;
	}
}

/* Requiremens Page*/

.requiremens #l-main {
	margin-bottom: 145px;
}

.requiremens-hdg-lv3 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-top: 86px;
	margin-bottom: 10px;
}

.requiremens-hdg-lv3+.tbl-base {
	margin-top: 0;
	margin-bottom: 0;
}

.tbl-base {
	overflow-x: auto;
	margin: 60px 0 90px;
}

.tbl-base table {
	border-bottom: 1px solid #bbb;
	min-width: 960px;
}

.tbl-base table td, .tbl-base table th {
	padding: 18px 20px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

/* 
.tbl-base table th {
	font-weight: normal;
	border-left: none;
}
*/

.tbl-base--primary table th {
	background: #f5f5f5;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	font-size: 16px;
	font-weight: bold;
}

.tbl-base table td {
	line-height: 1.4;
}

/*.tbl-base table th:first-child, .tbl-base table td:first-child {
	border-left: none;
}*/

.tbl-base table th:first-child{
	border-left: none;
}

.tbl-base table td.tbl-base__rowspan{
	border-left: none;
}

.tbl-base table th.tbl-base__border-left-none{
	border-left: none;
}

.tbl-base table th.tbl-base__border-right-none{
	border-right: none;
}

.tbl-base table th:last-child, .tbl-base table td:last-child {
	border-right: none;
}

.tbl-base table th.border-left, .tbl-base table td.border-left{
	border-left: 1px solid #bbb!important;
}

.tbl-base table tr td a {
	position: relative;
	display: inline-block;
	margin-left: 1rem;
}

.tbl-base table tr td a.plain {
	margin-left: 0;
}

.tbl-base table tr td a.plain::before {
	content: none;
}

.tbl-base table tr td a:hover, .tbl-base table tr td a:focus, .tbl-base table tr td a:active {
	text-decoration: underline;
}

.tbl-base table tr td a::before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-indent: -1rem;
}

.tbl-base__title th:first-child, .tbl-base table td.tbl-base__rowspan {
	padding-left: 10px;
}

.tbl-base table+p {
	font-size: 12px;
	margin-top: 6px;
}

.tbl-base table tr td span {
	margin-right: 1em;
}

.requiremens-lst-bullet01 {
	margin-top: 60px;
	font-size: 12px;
}

.requiremens-lst-bullet01 li {
	position: relative;
	padding-left: 6px;
	line-height: 1.4;
}

.requiremens-lst-bullet01 li:before {
	content: '';
	border-radius: 50%;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #333;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
	.requiremens #l-main {
		margin-bottom: 50px;
	}
	.requiremens-hdg-lv3 {
		font-size: 18px;
		line-height: 1.333;
		margin-top: 40px;
	}
	.tbl-base table td, .tbl-base table th {
		padding: 10px 20px;
	}
	.requiremens-lst-bullet01 {
		margin-top: 30px;
	}
	.tbl-base--primary table th {
		font-size: 14px;
	}
}

.box-lead {
	margin-bottom: 79px;
}

.box-lead .hdg-lv2 {
	text-align: left;
	color: #275594;
}

.box-media {
	padding-bottom: 26px;
}

.box-media::after {
	content: '';
	display: block;
	clear: both;
}
.box-media__content {
	float: right;
	width: calc(100% - 380px);
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 0;
}
.left-0 .box-media__content {
	padding-left: 0px;
}
.left-0 .box-media--03{
	padding-bottom: 58px;
}
@media screen and (max-width: 767px) and (min-width: 1px) {
	.left-0 .box-media__content {
		padding-left: 0px;
	}
	.left-0 .box-media--03{
		padding-bottom: 60px;
	}
}


.box-media__detail {
	float: left;
	width: 380px;
}

.box-media__link a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0 40px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1);
	line-height: 40px;
	margin-top: 8px;
	width: 100%;
}

.box-media .lst-note {
	margin-top: 51px;
}

.box-media .lst-note li {
	margin-left: 0;
	font-size: 12px;
	line-height: 1.33;
}

.box-media .lst-note li::before {
	display: none;
}

.box-media .box-media__link {
	margin-top: 54px;
}

.box-media .box-slide .slick-dots {
	bottom: -37px;
}

.box-media .lst-media+.box-lead {
	margin-top: 97px;
	margin-bottom: 47px;
}

.box-lead+.tbl-base {
	margin-top: 40px;
}

.box-media .box-slide .slick-arrow {
	display: inline-block!important;
	color: #275594;
	position: absolute;
	transition: all .3s ease;
	width: 24px;
	height: 24px;
	z-index: 4;
}

.box-media .box-slide .slick-arrow:hover {
	opacity: 0.7;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

.box-media .box-slide .slick-prev {
	bottom: -38px;
	left: 135px;
}

.box-media .box-slide .slick-next {
	bottom: -38px;
	right: 135px;
}

.box-media--many-slider .box-slide .slick-prev {
	left: 110px;
}

.box-media--many-slider .box-slide .slick-next {
	right: 110px;
}

.box-media .box-media__detail--one-child .slick-dots {
	display: none;
}

.box-media .box-media__detail--one-child .box-media__link {
	margin-top: 0;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
	.box-media .box-lead {
		margin-bottom: 58px;
	}
	.box-media .box-media__detail, .box-media .box-media__content {
		width: 100%;
		padding-left: 0;
	}
	.box-media .box-media__link a {
		width: 100%;
		line-height: 40px;
		margin-top: 18px;
	}
	.box-media .box-media__detail {
		margin-top: 20px;
	}
	.box-media .lst-note {
		margin-top: 20px;
	}
	.box-media .box-slide .slick-prev {
		left: 105px;
		bottom: -41px;
	}
	.box-media .box-slide .slick-next {
		right: 105px;
		bottom: -41px;
	}
}

/* Contact Page*/

.contact .hdg-lv3--line {
	margin-top: 88px;
	margin-bottom: 40px;
}

.contact-lst-info li {
	margin-bottom: 20px;
}

.contact-box-info {
	text-align: center;
	padding: 35px 30px 35px;
	background-color: #f5f5f5;
}

.contact-box-info__ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 26px;
	letter-spacing: 0.1em;
}

.contact-box-info__phone a {
	display: inline-block;
	color: #275594;
	line-height: 1;
	letter-spacing: 0.01em;
}

.contact-box-info__phone a:hover {
	opacity: 1;
}

.contact-box-info__txt {
	font-size: 10px;
	color: #333;
	line-height: 1.4;
}

.contact-box-info__phone i {
	margin-right: 10px;
	font-size: 12px;
}

.contact-box-info__mail {
	padding-top: 20px;
}

.contact-box-info__mail i {
	margin-right: 10px;
	font-size: 16px;
}

.contact-box-link {
	text-align: center;
	margin-top: 44px;
	margin-bottom: 60px;
}

.contact-box-link .btn {
	padding: 30px;
	max-width: 580px;
}

.contact-box-link .btn::before {
	display: none;
}

.contact-box-link i {
	font-size: 16px;
	margin-right: 20px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.contact-lst-info li {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.contact .hdg-lv3--line {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.contact-lst-info li {
		margin-bottom: 15px;
	}
	.contact-box-info {
		padding: 25px;
	}
	.contact-box-info__ttl {
		margin-bottom: 15px;
	}
	.contact-box-info__mail {
		padding-top: 10px;
	}
	.contact-box-link {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.contact-box-info__mail i {
		font-size: 12px;
	}
	.contact-box-link .btn {
		padding: 20px;
	}
}

/* NEWS */

/* @media only screen and (min-width:1px) and (max-width: 767px) {
	.box-banner--news {
		padding-bottom: 40px;
	}
} */

.box-news {
	margin-top: 100px;
	margin-bottom: 50px;
}

.box-news__hdg {
	font-size: 28px;
	line-height: 1.57;
	font-weight: bold;
	color: #275594;
}

.box-news__hdg--md {
	font-size: 28px;
	line-height: 1.57;
	font-weight: bold;
	border-bottom: 1px solid #275594;
}

.box-news__hdg--sm {
	font-size: 20px;
	line-height: 1.57;
	font-weight: bold;
	color: #275594;
}

.box-news__des {
	margin-top: 20px;
}

@media only screen and (min-width:1px) and (max-width: 767px) {
	.box-news {
		margin-top: 50px;
	}
	.box-news__hdg {
		font-size: 26px;
		line-height: 1.7;
	}
	.box-news__des {
		margin-top: 15px;
	}
}

.box-news .link {
	position: relative;
	display: inline-block;
	margin-left: 1rem;
	color: #275594;
	text-decoration: none;
}

.box-news .link:hover, .box-news .link:focus {
	text-decoration: underline;
}

.box-news .link::before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-indent: -1rem;
}

.box-news .link--external::before {
	content: "\f35d";
	font-size: 12px;
}

.box-news .link--pdf::before {
	font-weight: 400;
	font-size: 14px;
	content: "\f1c1";
}

.news-lst-note {
	margin-top: 20px;
}

.news-lst-note li {
	padding-left: 12px;
	position: relative;
	font-size: 12px;
}

.news-grid {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.news-grid .grid-6 {
	flex-basis: 50%;
	max-width: 550px;
}

.btn--pdf::before {
	font-weight: 400;
	font-size: 14px;
	content: "\f1c1";
}

.btn--external::before {
	content: "\f35d";
	font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.news-grid .grid-6 {
		flex-basis: 100%;
		max-width: 550px;
	}
}

/* box */

.box-news__col2 {
	margin: 45px -10px 0;
}

.box-news__col2:after {
	content: '';
	display: block;
	clear: both;
}

.box-news__col2__item {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	margin-bottom: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-news__col2__item {
		width: 100%;
		margin-bottom: 40px;
	}
	.box-news__col2__content {
		padding: 30px 30px 0;
	}
	.box-news__col2 {
		margin-top: 35px;
	}
}

.box-news__col3 {
	margin: 45px -10px 0;
}

.box-news__col3:after {
	content: '';
	display: block;
	clear: both;
}

.box-news__col3__item {
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	margin-bottom: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-news__col3__item {
		width: 100%;
		margin-bottom: 40px;
	}
	.box-news__col3__content {
		padding: 30px 30px 0;
	}
	.box-news__col3 {
		margin-top: 35px;
	}
}

/* NEWS - standard style */

.box-news {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	font-size: 1.1rem;
}

.box-news h1 {
	font-size: 2rem;
	color: #275594;
	text-align: center;
	padding: 1rem 0;
	margin-bottom: 3rem;
	border: 1px solid lightgray;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.box-news h2 {
	font-size: 2rem;
	color: #275594;
	margin: 5rem 0 3rem;
}

.box-news h3 {
	font-size: 1.5rem;
	color: #275594;
	margin: 3rem 0 2rem;
}

.box-news h4 {
	font-size: 1.2rem;
	color: #275594;
	margin: 2rem 0 1rem;
}

.box-news h5 {
	font-weight: bold;
	color: #275594;
	margin: 2rem 0 1rem;
}

.box-news p {
	margin-top: 2ex;
	margin-bottom: 2ex;
}

.box-news blockquote {
	margin: 2rem 4rem;
	padding: 2rem;
	background-color:whitesmoke;
}

.box-news a {
	word-wrap: break-word;
}

.box-news .box-news--webinar-movie {
	margin: 2rem 0;
	padding: 1rem 2rem 2rem 3rem;
	background-color:whitesmoke;
	text-align: center;
}

.box-news .attention h1, .box-news .attention h2, .box-news .attention h3 {
	color: red;
}

.box-news .box-image {
	text-align: center;
	padding: 4rem 0;
}

.box-news .box-cta {
	text-align: center;
	padding: 2rem 0;
}

.box-news img {
	max-width: 100%;
}

.box-news ul, .box-news ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

.box-news ul li {
	margin-bottom: 0.5ex;
	margin-left: 2em;
	list-style-type: disc;
}

.box-news ol li {
	margin-bottom: 0.5ex;
	margin-left: 2em;
	/* list-style-type: decimal!important; */
}

.box-news ul ul li {
	margin-bottom: 0.5ex;
	margin-left: 4em;
	list-style-type: disc;
}

.box-news ol ul li {
	margin-bottom: 0.5ex;
	margin-left: 4em;
	/* list-style-type: decimal!important; */
}

.box-news .tbl-base table {
	min-width: 300px;
}

.box-news table td p {
	margin-top: 0;
	margin-bottom: 1ex;
}

/* .news-lst-note li:before {
	content: '※';
	list-style-type: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
} */

@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-news blockquote {
		margin: 1rem 2rem;
		background-color:whitesmoke;
	}
	
	.box-news .attention {
		color: red;
	}
	
	.box-news blockquote.attention {
		color: red;
		padding: 1rem;
	}
}

.box-text{
	margin-top: 82px;
	margin-bottom: 83px;
}
.box-text p{
	font-size: 14px;
	line-height: 2;
}
.box-extensions .lst-extensions__item img {
	max-height: 150px;
}
.box-extensions + .box-extensions{
	margin-top: 70px;
}
.box-extensions .hdg-lv2{
	text-align: left;
	color: #275594;
	line-height: 1.57;
	margin-bottom: 0;
}
.lst-extensions{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}
.lst-extensions__item{
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}
.box-extensions .hdg-lv2 + .lst-extensions{
	margin-top: 30px;
}
.box-extensions .hdg-lv2 + .box-extensions__text{
	margin-top: 22px;
}
.box-extensions__text{
	line-height: 2;
}
.box-extensions__text + .lst-extensions{
	margin-top: 35px;
}
.lst-extensions{
	margin-bottom: 10px;
}
.lst-extensions__item {
	margin-bottom: 24px;
}
.lst-extensions__item a{
	display: block;
	padding: 40px 40px 0;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.lst-extensions__item a:hover{
	background: #E1F5FE;
}
.lst-extensions__title{
	margin-top: 22px;
	font-size: 20px;
	line-height: 1.7;
	color: #275594;
	font-weight: bold;
}
.lst-extensions__text{
	color: #333;
	line-height: 2;
}
.lst-label{
	display: flex;
	margin-top: 11px;
}
.lst-label__item{
	padding: 5px 12px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	font-size:12px;
	margin-right: 8px;
	text-align: center;
}
.lst-label__item:last-child{
	margin-right: 0;
}
.box-extensions__link{
	color: #333333 !important;
	text-decoration: underline !important;
}
.box-extensions__link:hover{
	text-decoration: none;
}
.box-link__detail{
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.71;
	padding: 15px 10px;
	box-sizing: border-box;
}
.box-link__detail:after {
	left: 17px;
	font-size: 12px;
}
.box-link__detail:before{
	background: #000;
}
.box-extensions:last-child{
	margin-bottom: 105px;
}
.box-extensions .lst-extensions__title{
	margin: 28px 0 5px;
}
.box-extensions .box-link__detail{
	padding: 20px 10px ;
}
.bg-primary{
	background:#275594;
}
.bg-secondary{
	background:#009CC6;
}
.bg-gray{
	background:#E0E0E0;
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.lst-extensions__item{
		width: 50%;
	}
}
@media screen and (min-width: 1px) and (max-width: 767px) {
	.box-text{
		margin-top: 50px;
		margin-bottom: 87px;
	}
	.box-text p{
		line-height: 1.64;
	}
	.box-extensions .hdg-lv2{
		font-size: 28px;
	}
	.box-extensions .hdg-lv2 + .lst-extensions{
		margin-top: 10px;
	}
	.lst-extensions{
		margin-left: 0;
		margin-right: 0;
	}
	.lst-extensions__title{
		margin-top: 32px;
	}
	.lst-extensions__text{
		margin-top: 5px;
	}
	.box-link__detail:after {
		left: 22px;
	}
	.lst-extensions__item{
		width: 100%;
		padding: 0 5px;
		padding-top: 20px !important;
	}
	.lst-extensions__item a{
		padding: 20px 20px 0;
	}
	.box-slide-02-sp {
		position: relative;
		line-height: 1;
	}
	.box-slide-02-sp .slick-dots li {
		display: inline-block;
		font-size: 0;
		width: 8px;
		height: 8px;
		background: #b6c5cb;
		margin: 0 5px;
	}

	.box-slide-02-sp {
		position: relative;
		line-height: 1;
		margin-left: -18px;
		margin-right: -18px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	.box-slide-02-sp .slick-dots {
		text-align: center;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}

	.box-slide-02-sp .slick-dots li {
		display: inline-block;
		font-size: 0;
		width: 9px;
		height: 9px;
		background: #b6c5cb;
		margin: 0 5px;
	}
	.box-extensions + .box-extensions{
		margin-top: 65px;
	}
	.box-extensions__text + .lst-extensions {
		margin-top: 15px;
	}
	.box-extensions:last-child {
		margin-bottom: 95px;
	}
	.lst-extensions.box-slide-02-sp .slick-list{
		overflow: visible;
	}
	.lst-extensions.box-slide-02-sp .slick-dots li.slick-active {
		background: #009bc6;
	}
	.lst-extensions.box-slide-02-sp .grid-4 {
		padding: 0;
	}
	.lst-extensions.box-slide-02-sp .slick-dots {
		bottom: 21px;
	}
	.lst-extensions.box-slide-02-sp .slick-dots li {
		width: 8px;
		height: 8px;
	}
	.lst-extensions.box-slide-02-sp .slick-arrow {
		display: inline-block!important;
		color: #275594;
		position: absolute;
		transition: all .3s ease;
		width: 24px;
		height: 24px;
		z-index: 4;
	}

	.lst-extensions.box-slide-02-sp .slick-arrow:hover {
		opacity: 0.7;
		-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	}

	.lst-extensions.box-slide-02-sp .slick-prev {
		bottom: 20px;
		left: 95px;
	}

	.lst-extensions.box-slide-02-sp .slick-next {
		bottom: 20px;
		right: 95px;
	}
}
@media screen and (min-width: 1px) and (max-width: 374px) {
	.lst-extensions.box-slide-02-sp .slick-next{
		right: 70px;
	}
	.lst-extensions.box-slide-02-sp .slick-prev{
		left: 70px;
	}
}
.box-media--03{
	padding-bottom: 40px;
	padding-top: 10px;
}
.lst-media li:first-child .box-media--03{
	border-top: none;
}
.box-media--03 .box-media__content{
	float: left;
	width: calc(100% - 45.8%);
	padding-right: 55px;
}
.box-media--03 .box-media__detail{
	float: right;
	width: 45.8%;
}
.box-media--03 .hdg-lv3{
	color: #275594;
	line-height: 1.57;
	font-size: 28px;
}
.box-media--03 .hdg-lv3 span{
	color: #BBB;
	font-size: 16px;
	display: block;
	margin-top: 3px;
}
.box-media--03 .lst-label{
	margin-top: 32px;
	margin-bottom: 32px;
}
.box-media--03 .box-media__content p{
	line-height: 2;
}
.box-media--03 .box-media__link a{
	max-width: 345px;
	margin: 0 auto;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.box-media--03 .box-slide .slick-next{
	right: 215px;
	bottom: -39px;
}
.box-media--03 .box-slide .slick-prev{
	left: 215px;
	bottom: -39px;
}

.design_slider{
	margin-top: 22px;
}
.box-lead__title{
	text-align: left;
}
.design_slider .lst-media{
	margin-top : 35px;
}
.design_slider .hdg-lv2{
	margin-bottom: 0;
	letter-spacing: 1px;
}
.design_slider li:first-child .box-media{
	padding-top: 0;
}
.design_slider .box-media__content .hdg-lv3{
	color: #333;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 1.5px;
}
.design_slider .box-media--03 .box-media__content{
	width: calc(100% - 49%);
	margin-top: -8px;
}
.design_slider .box-media--03 .box-media__detail{
	width: 49%;
}
.design_slider .box-media--03 .box-slide .slick-prev{
	left: 235px;
}
.design_slider  .box-media--03 .box-slide .slick-next{
	right: 231px;
}
.design_slider .box-media .box-left{
	float: left;
}
.design_slider .box-media .content-right{
	padding-left: 40px;
	padding-right: 0;
}
.design_slider .box-media--03 .box-media__content{
	padding-right: 40px;
}
.design_slider .feature-lst-bullet01{
	margin-top: 0;
}
.design_slider .box-media--03 .box-media__content p{
	padding-top: 4px;
}
.design_slider .box-media{
	border-bottom: 1px solid #BBBBBB;
}
.design_slider .box-media--03{
	padding-bottom: 60px;
	padding-top: 60px;
}
.design_slider .box-media__content p+p{
	margin-top :0;
}
.design_slider .box-media__content .box-media__note{
	margin-top: 16px;
}
.design_slider .box-media__content{
	padding-left: 0;
}
.design_slider li:last-child .box-media--03{
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 127px;
}
@media screen and (min-width: 1px) and (max-width: 767px){
	.lh2{
		line-height: 1.64;
	}
	.design_slider{
		margin-top: 30px;
	}
	.design_slider .hdg-lv2 {
		color: #275594;
		font-size: 28px;
	}
	.design_slider .lst-media {
		margin-top: 30px;
	}
	.design_slider .box-media .content-right{
		width: 100%;
		padding-left:0;
	}
	.design_slider .box-media--03 .box-media__content{
		width: 100%;
		margin-top: 37px;
		padding-right : 0;
	}	
	.design_slider .box-media--03 .box-media__detail{
		width: 100%;
	}
	.design_slider .box-media--03{
		padding: 37px 0 39px;
	}
	.design_slider .box-media--03 .box-media__detail{
		margin-top: 0;
	}
	.design_slider .box-media .box-media__link{
		margin-top: 30px;
	}
	.design_slider .feature-lst-bullet01{
		margin-top: 8px;
	}
	.design_slider .box-media .box-slide .slick-dots{
		bottom: -24px;
	}
	.design_slider .box-media--03 .box-media__content p{
		padding-top: 8px;
	}
	.design_slider .feature-lst-bullet01 li{
		margin-top: 2px;
		line-height: 1.64;
	}
	.design_slider li:last-child .box-media--03{
		margin-bottom: 124px;
	}
	.box-media--03 .box-media__content p{
		line-height: 1.64;
	}
}
@media screen and (max-width: 767px){
	.design_slider .box-media--03 .box-slide .slick-next{
		right: 125px;
		bottom: -17px;
	}
	.design_slider .box-media--03 .box-slide .slick-prev{
		left: 125px;
		bottom: -17px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px){
	.design_slider .box-media--03 .box-slide .slick-next{
		right: 112px;
	}
	.design_slider .box-media--03 .box-slide .slick-prev{
		left: 112px;
	}
}

/* NEWS list - standard style */

.box-news-list {
	margin-top: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	font-size: 1.1rem;
}

.box-news-Highlight1 {
	font-weight: bold;
	text-decoration: underline;
}

.box-news-Highlight2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* fix */
.link-box .fa-envelope{
	padding-right: 12px;
}
@media screen and (min-width: 1px) and (max-width: 480px){
	.nav-breadcrumb li{
		display: contents;
	}
	.box-extensions .hdg-lv2 + .lst-extensions{
		/*margin: 0 auto;*/
		display: block;
	}
}
@media screen and (max-width: 767px){
	.link-box .fa-envelope{
		padding-right: 8.5px;
	}
	.box-media--03 .box-slide .slick-next{
		right: 135px;
	}
	.box-media--03 .box-slide .slick-prev{
		left: 140px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px){
	.box-media--03 .box-slide .slick-next{
		right: 112px;
	}
	.box-media--03 .box-slide .slick-prev{
		left: 112px;
	}
}
.line .lst-link--02__item a:hover{
	text-decoration: underline;
}

/* fix */


@media screen and (min-width: 1px) and (max-width: 767px) {
	.lst-media--02{
		margin-top: 18px;
	}
	.box-media--03 .hdg-lv3 span{
		margin-top: 5px;
	}
	.box-media--03 .hdg-lv3{
		margin-bottom: 0;
	}
	.box-media--03 .box-media__content{
		width: 100%;
		padding-right: 0;
	}
	.box-media--03 .box-media__detail{
		width: 100%;
		margin-top: 32px;
	}
	.box-media--03 .box-slide .slick-arrow{
		width: 12px;
		height: 14px;
	}
	.box-media--03 .box-slide .slick-next{
		right: 120px;
		bottom: -30px;
	}
	.box-media--03 .box-slide .slick-prev{
		left: 120px;
		bottom: -30px;
	}
	.box-media--03 .box-media__link a{
		max-width: 100%;
		font-size: 12px;
	}
	.box-media--03{
		padding-bottom: 60px;
	}
	.btn-extended{
		max-width: 100%;
	}
	.box-media--03 .lst-label{
		margin-bottom: 15px;
	}
	.btn-extended{
		margin-bottom: 120px;
	}
}
@media screen and (min-width: 1px) and (max-width: 374px) {
	.box-media--03 .box-slide .slick-next{
		right: 100px;
	}
	.box-media--03 .box-slide .slick-prev{
		left: 100px;
	}
}

/* NEW FEATURES Page */
.feature-box-main {
	position: relative;
	background: url(/assets/images/feature/v20/feature-bg-main.png) no-repeat top center;
	background-size: 100% auto;
	margin-top: 80px;
	padding-bottom: 70px;
}
.feature-box-main .nav-breadcrumb {
	padding: 20px 20px 0;
	margin-bottom: 9vw;
}
.feature-box-main__title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.07em;
	color: #275594;
	padding-top: 4.5vw;
}
.feature-box-main__title span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}
.feature-box-main__inner {
	position: relative;
	padding-bottom: 26.1vw;
}
.feature-box-main__thumbnail {
	position: absolute;
	top: -7px;
	right: 16px;
	width: 39.5%;
}
@media only screen and (min-width: 1px) and (max-width: 1199px) {
	.feature-box-main {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
	.feature-box-main__thumbnail {
		width: 37%;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-box-main {
		background: url(/assets/images/feature/v20/feature-bg-main-sp.png) no-repeat top center;
		background-size: 100% auto;
		padding-bottom: 64px;
	}
	.feature-box-main .nav-breadcrumb {
		margin-bottom: 55px;
		padding: 28px 20px 0;
	}
	.feature-box-main__inner {
		padding-bottom: 123px;
	}
	.feature-box-main__title {
		font-size: 30px;
		padding-top: 0;
	}
	.feature-box-main__thumbnail {
		margin: 53px 0 0 18px;
		position: static;
		width: 89%;
	}
}
.feature-box-card {
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.feature-box-card__item {
	width: 23.73%;
	margin-right: 10.2%;
}
.feature-box-card__item:last-of-type {
	margin-right: 0;
}
.feature-box-card__image {
	margin-bottom: 34px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
	.feature-box-card__item {
		width: 30%;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-box-card {
		margin-top: 0;
	}
	.feature-box-card__item {
		margin: 56px 0 0;
		width: 100%;
	}
	.feature-box-card__image {
		margin-left: 5%;
		width: 89%;
	}
}
.feature-hdg-lv3 {
	font-size: 20px;
	line-height: 1.7;
}
.feature-lst-bullet01 {
	margin-top: 5px;
}
.feature-lst-bullet01 li {
	position: relative;
	padding-left: 12px;
	line-height: 2;
}
.feature-lst-bullet01 li:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #275594;
	position: absolute;
	left: 0;
	top: 10px;
}
.feature-box-point {
	margin-top: 89px;
	padding: 55px 60px 60px;
	background-color: #F5F5F5;
}
.feature-txt {
	margin-top: 5px;
	line-height: 2;
}
.feature-box-point__link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	/* max-width: 710px; */
}
.feature-box-point__link li {
	margin-top: 14px;
	width: 30%;
}
.feature-box-point__link .feature-box-point__btn {
	padding: 13px 34px;
	font-size: 14px;
	border: none;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.feature-box-point__link .feature-box-point__btn--blue {
	background: #275594;
	border: solid 1px #275594;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1)!important
}
.feature-box-point__link .feature-box-point__btn--blue:hover {
	background: #3068b5;
    border: solid 1px #3068b5;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-box-point {
		margin-top: 85px;
		padding: 35px 20px 40px;
	}
	.feature-box-point__link li {
		width: 100%;
	}
	.feature-box-point__link li:last-of-type {
		margin-top: 20px;
	}
}

.page-template-no-banner{
	margin-top: 80px;
}
@media only screen and (min-width: 1px) and (max-width: 1199px) {
	.page-template-no-banner{
		margin-top: 40px;
	}
}

.btn-extended{
	max-width:345px;
	margin:  55px auto 130px;
	text-align: center;
}
.btn-extended .btn{
	font-size: 14px;
	padding: 12px 24px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.article-main{
	margin: 53px 0 90px;
}
.article-main h3{
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 12px;
}
.article-main p{
	line-height: 1.8;
	margin-top: 2ex;
}
/* .article-main p + h3{
	margin-top: 25px;
} */
.article-main h4{
	margin-top: 20px;
}
/* .article-main p span a{
	position: relative;
	display: inline-block;
	margin-left: 1rem;
	color: #275594;
	text-decoration: none;
	margin-right: 0.5rem;
}
.article-main p span:last-child a{
	margin-right: 0;
}
.article-main p span a::before{
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-indent: -1rem
} */
.article-main--primary{
	margin-bottom: 90px;
}
.article-main .lst-block{
	flex-direction: column;
}
.article-main ul{
 	margin-top: 2ex;
	flex-direction: column;
}
.article-main ul li{
	position: relative;
	padding-left: 24px;
	margin-bottom: 1ex;
}
.article-main ul li::before{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #275594;
	position: absolute;
	left: 7px;
	top: 7px;
}
.article-main ul li ul{
	position: relative;
	padding-left: 12px;
	line-height: 2;
	flex-direction: column;
	margin-top: 0;
}
.article-main .btn{
	display: block;
	font-size: 14px;
	padding: 12px 24px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
	max-width: 345px;
	margin: 55px auto 0;
}
.article-main table{
	margin-top: 24px;
	margin-bottom: 24px;
	max-width: 800px;
	border-bottom: 1px solid #bbb;
}
.article-main table th{
	/* font-weight: normal; */
	background: #f5f5f5;
}
.article-main table th, .article-main table td{
	line-height: 1.4;
	padding: 12px 20px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.article-main table th:first-child, .article-main table td:first-child{
	border-left: none;
}
.article-main table th:last-child, .article-main table td:last-child {
	border-right: none;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.article-main h3{
		margin-bottom: 5px;
	}
}

.page-template-service .lst-media li:first-child .box-media--03{
	padding-bottom: 20px;
	border-bottom: 0;
}
.page-template-service .box-media--03 .box-media__detail{
	position: relative;
}
.page-template-service .box-media__detail__wrapper{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.page-template-service .lst-media li:first-child .box-media--03{
		padding-bottom: 60px;
		border-bottom: 1px solid #BBBBBB;
	}
	.page-template-service .box-media__detail__wrapper{
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
	}
}

/* /feature/v30/index.html */
.feature-v30 .feature-box-main{
	background: url(/assets/images/feature/v30/feature-bg-main.png) no-repeat top -80px center;
	background-size: 100% auto;
}
.feature-v30 .feature-box-main__inner{
	padding-bottom: 21.5vw;
}
.feature-v30 .box-mainttl{
	max-width: 640px;
	margin: 0 auto;
}
.feature-v30 .feature-box-main__title,
.feature-v30 .box-mainttl__hdg{
	text-align: center;
}
.feature-v30 .feature-box-main__title{
	padding-top: 3.5vw;
	letter-spacing: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "HiraKakuProN-W3", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
}
.feature-v30 .feature-box-main__title span{
	margin-bottom: 15px;
	letter-spacing: 0.02em;
}
.feature-v30 .box-mainttl__hdg{
	font-size: 24px;
	line-height: 1.66;
}
.feature-v30 .feature-box-card--col4{
	margin: 134px -10px 0;
}
.feature-v30 .feature-box-card--col4 .feature-box-card__item{
	width: 25%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.feature-v30 .feature-box-card__image{
	margin-bottom: 25px;
}
.feature-v30 .design_slider .box-media--03 .box-media__content p + p{
	margin-top: 23px;
}
.feature-v30 .feature-box-point{
	margin-top: 57px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-v30 .feature-box-main{
		background: url(/assets/images/feature/v30/feature-bg-main-sp.png) no-repeat top -40px center;
		background-size: 100% auto;
	}
	.feature-v30 .feature-box-main__inner{
		padding-bottom: 31.5vw;
	}
	.feature-v30 .feature-box-main__title{
		padding-top: 28.5vw;
	}
	.feature-v30 .feature-box-main__title span{
		margin-bottom: 15px;
	}
	.feature-v30 .box-mainttl__hdg{
		font-size: 20px;
		line-height: 1.7;
		text-align: left;
	}
	.feature-v30 .feature-box-card--col4{
		margin: 70px -10px 0;
	}
	.feature-v30 .feature-box-card--col4 .feature-box-card__item{
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	.feature-v30 .feature-box-card--col4 .feature-box-card__item + .feature-box-card__item{
		margin-top: 35px;
	}
	.feature-v30 .feature-box-card__image{
		margin: 0 0 10px 0;
		width: 100%;
	}
	.feature-v30 .design_slider .box-media--03 .box-media__content p + p{
		margin-top: 15px;
	}
	.feature-v30 .feature-box-point{
		margin-top: 92px;
	}
	.feature-v30 .feature-box-point__link li{
		margin-top: 11px;
	}
	.feature-v30 .feature-box-point__link li + li{
		margin-top: 20px;
	}
}

.lr-cooperation{
	margin: 40px 0 0px;
}
.lr-cooperation h3{
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 12px;
}
.lr-cooperation p+p{
	margin-top: 5px;
}

.lr-cooperation-border-on{
	border-bottom: 1px solid #BBBBBB;
}

.lr-cooperation-border-off{
	border-bottom: none !important;
}

.lr-box-mainttl__image {
	margin-top: 170px;
	text-align: center;
}

.lr-box-image__youtube {
	border: 1px solid;
	padding-bottom: 1px;
}

.lr-box-media__margin1 {
	margin-top: 82px;
}

.lr-box-media__margin2 {
	margin-top: 37px;
}

.lr-box-media__margin3 {
	margin-bottom: 0px;
}

.lr-box-image__padding {
	padding: 120px 0 0;
}

/* /feature/lr-integration/index.html */
.feature-box-card.feature-box-card--col2 .feature-box-card__item {
	width: 40%;
	margin: 1%;
	padding: 4%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-box-card.feature-box-card--col2 {
		margin-top: 50px;
	}
	.feature-box-card.feature-box-card--col2 .feature-box-card__item {
		width: 100%;
		margin: 0;
		padding: 4%;
	}
	.feature-box-card.feature-box-card--col2 .feature-box-card__item + .feature-box-card__item {
		margin-top: 35px;
	}
}

.feature-box-card.feature-box-card--col2 .feature-box-point__link li {
	width: 100%;
}


/* /news/2023-10-30.html */
.tbl-base-news20231030{
	border-right: 1px solid #bbb!important;
}

/* 拡張コンテンツ関連 */
.extensions-cooperation{
	margin: 40px 0 0px;
}
.extensions-cooperation h3{
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 12px;
}
.extensions-cooperation p+p{
	margin-top: 5px;
}

.extensions-cooperation-border-on{
	border-bottom: 1px solid #BBBBBB;
}

.extensions-cooperation-border-off{
	border-bottom: none !important;
}

.extensions-box-mainttl__image {
	margin-top: 170px;
	text-align: center;
}

.extensions-box-image__youtube {
	border: 1px solid;
	padding-bottom: 1px;
}

.extensions-box-media__margin1 {
	margin-top: 82px;
}

.extensions-box-media__margin2 {
	margin-top: 37px;
}

.extensions-box-media__margin3 {
	margin-bottom: 0px;
}

.extensions-box-image__padding {
	padding: 120px 0 0;
}

/* プレビューマーク表記 */

.preview::after {
	display: inline-block;
	content: "Preview";
	color: forestgreen;
	font-size: 50%;
	border: 1px solid;
	border-radius: 2em;
	padding: 0 0.5em;
	margin: 0 0.5em;
	vertical-align: top;
}


/* TMP */
.lst-card{
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
.lst-card__item{
	margin-left: 28px;
	margin-bottom: 24px;
}
.lst-card__item:first-child{
	margin-left: 0 !important;
}
.lst-card__item a{
	display: block;
	padding: 40px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
}
.lst-card__item a:hover{
	background: #E1F5FE;
}
.lst-card__image{
	margin-bottom: 24px;
	font-size: 0;
}
.lst-card__title{
	color: #275594;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.lst-card__text{
	font-size: 16px;
	line-height: 2;
	padding-top: 16px;
	color: #000;
}
.lst-card__link{
	border-top: solid 1px #CADCE4;
	color: #275594;
	font-size: 16px;
	padding: 30px 0 0 66px;
	margin-top: 30px;
	position: relative;
}
.lst-card__link::before{
	content: '\f054';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 33px;
	left: 10px;
	font-size: 12px;
}
.lst-card--col3 .lst-card__item{
	width: calc(33.333% - (28px * 2)/3);
	box-sizing: border-box;
}
.lst-card--col3 .lst-card__item:nth-child(3n + 1){
	margin-left: 0;
}
.lst-card--col4 .lst-card__item{
	width: calc(25% - (24px * 3)/4);
	margin-left: 24px;
	box-sizing: border-box;
}
.lst-card--col4 .lst-card__item:nth-child(4n + 1){
	margin-left: 0;
}
.lst-card--col4 .lst-card__item a{
	padding: 20px 20px 40px;
}
@media only screen and (min-width: 1px) and (max-width: 1023px){
	.lst-card--col3 .lst-card__item,
	.lst-card--col4 .lst-card__item{
		width: calc(50% - 14px);
	}
	.lst-card--col3 .lst-card__item:nth-child(2n + 1),
	.lst-card--col4 .lst-card__item:nth-child(2n + 1){
		margin-left: 0;
	}
	.lst-card--col3 .lst-card__item:nth-child(3n + 1),
	.lst-card--col4 .lst-card__item:nth-child(4n + 1){
		margin-left: 28px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.lst-card{
		display: block;
		margin-top: 40px;
	}
	.lst-card__item{
		margin-bottom: 40px;
	}
	.lst-card__item,
	.lst-card--col3 .lst-card__item,
	.lst-card--col4 .lst-card__item{
		width: 100%;
		margin-left: 0;
	}
	.lst-card__item a{
		padding: 20px;
	}
	.lst-card__link{
		padding: 20px 0 0 40px;
	}
	.lst-card__link::before{
		top: 23px;
	}
	.lst-card--col4 .lst-card__item a{
		padding: 20px;
	}
}

/* CASE DETAIL */
.case-mv{
	margin-top: -43px;
	margin-bottom: 95px;
}
.case-mv__image{
	max-width: 840px;
	margin: 0 auto;
}
.case-mv__caption{
	margin-top: 20px;
	text-align: center;
}
.case-mv__caption__img{
	line-height: 1;
}
.case-mv__caption__img img{
	width: auto;
	height: 71px;
}
.case-mv__caption__txt{
	font-size: 14px;
	line-height: 2;
	color: #275594;
	padding-top: 10px;
}
.case-item{
	border-top: solid 1px #BBBBBB;
	padding: 57px 0 100px;
}
.case-item h3{
	margin-top: 40px;
}
.case-item p{
	line-height: 2;
	margin-top: 24px;
}
.case-label{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #275594;
	border-radius: 2px;
	padding: 5px 20px;
	line-height: 1;
	display: inline-block;
}
.case-image{
	margin-top: 30px;
}
.case-image .wrp-grid{
	margin: 0 -20px;
}
.case-image .grid-6{
	padding: 0 20px;
}
.case-image__item--full{
	max-width: 840px;
	margin: 0 auto;
}
.sec-comments{
	background: #F5F5F5;
	padding: 65px 0 100px;
}
.sec-comments .hdg-lv3{
	margin-bottom: 26px;
}
.sec-comments .hdg-lv4{
	margin-top: 28px;
}
.sec-comments p{
	line-height: 2;
}
.sec-comments .tbl-base{
	margin: 38px 0 0;
}
.case-table table{
	max-width: 100%;
	margin: 0;
}
.case-table .tbl-base table tr td a[target=_blank]{
	margin-left: 0;
}
.case-table .tbl-base table tr td a[target=_blank]::before{
	content: none;
}
.case-table .tbl-base table tr td a[target=_blank]::after{
	content: '\f35d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	padding-left: 8px;
}
.case-box-lead {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
.case-box-lead__content {
	display: table-cell;
	vertical-align: top;
	padding-right: 55px;
}
.case-box-lead--comment {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
.case-box-lead__content--comment {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	padding-right: 35px;
	position: relative;
}
.case-box-lead__content--comment p{
	line-height: 1.8;
	margin-top: 0ex;
	margin-bottom: 20px;
}
.case-image--comment{
	margin-top: 0px;
}
.case-fluid-image--comment {
	/* Work around for IE11 flex bugs */
	/* max-width: 100%; */
	max-width: 240px;
	width: 100%;
	height: auto;
}
.case-hdg-lv4--comment {
	position: absolute;
	bottom: 0;
	right: 35px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.case-mv{
		margin-top: -55px;
		margin-bottom: 50px;
	}
	.case-mv__caption__img img{
		height: 48px;
	}
	.case-mv__caption__txt{
		font-size: 12px;
		padding-top: 5px;
	}
	.case-item{
		position: relative;
		padding: 57px 0 60px;
	}
	.case-label{
		position: absolute;
		top: 57px;
		left: 50%;
		transform: translateX(-50%);
	}
	.case-item h3{
		margin-top: 64px;
	}
	.case-item p{
		line-height: 1.64;
	}
	.case-image{
		margin-top: 77px;
	}
	.case-image .grid-6 + .grid-6{
		margin-top: 20px;
	}
	.sec-comments{
		padding: 20px 0;
	}
	.sec-comments .hdg-lv4{
		margin-top: 75px;
		font-size: 12px;
	}
	.case-box-lead, .case-box-lead__content {
		display: block;
		width: 100%;
	}
	.case-box-lead {
		margin-top: 52px;
		margin-bottom: 0px;
	}
	.case-box-lead__content {
		padding-right: 0;
		margin-bottom: 0px;
	}
	.case-box-lead--comment {
		display: block;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.case-box-lead__content--comment {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 0px;
	}
	.case-image--comment{
		margin-top: 20px;
		text-align: center;
	}
	.case-fluid-image--comment {
		/* Work around for IE11 flex bugs */
		/* max-width: 100%; */
		max-width: 240px;
		width: 100%;
		height: auto;
	}
	.case-hdg-lv4--comment {
		position: static;
		text-align: center;
	}
}

/* page works */
.page-works .box-lead{
	margin-bottom: 50px;
}
.page-works .box-lead p{
	line-height: 2;
}
.page-works .box-lead__title{
	margin-bottom: 20px;
	color: #275594;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.page-works .box-lead__title{
		font-size: 28px;
		line-height: 1.57;
	}
}

/* page-works-detail */
.page-works-detail .box-lead__title{
	color: #275594;
}


/* /feature/v40/index.html */

.feature-v40 .feature-box-main{
	background: url(/assets/images/feature/v40/feature-bg-main.jpg) no-repeat top -14px center;
	background-size: 100% auto;
	padding-bottom: 56px;
}
.feature-v40 .feature-box-main__inner{
	padding-bottom: 18.8vw;
}
.feature-v40 .box-mainttl{
	max-width: 640px;
	margin: 0 auto;
}
.feature-v40 .feature-box-main__title,
.feature-v40 .box-mainttl__hdg{
	text-align: center;
}
.feature-v40 .feature-box-main__title{
	padding-top: 1.25vw;
	letter-spacing: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "HiraKakuProN-W3", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
}
.feature-v40 .feature-box-main__title span{
	margin-bottom: 26px;
	letter-spacing: 0.02em;
}
.feature-v40 .box-mainttl__hdg{
	font-size: 24px;
	line-height: 1.66;
}
.feature-v40 .feature-box-card--col4{
	margin: 128px -16px 0;
}
.feature-v40 .feature-box-card--col4 .feature-box-card__item{
	width: 33%;
	margin: 0;
	padding: 0 16px;
	box-sizing: border-box;
}
.feature-v40 .feature-box-card__item .feature-hdg-lv3{
	text-align: center;
}
.feature-v40 .feature-box-card__image{
	margin-bottom: 30px;
}
.feature-v40 .design_slider .box-media--03 .box-media__content p + p{
	margin-top: 23px;
}
.feature-v40 .feature-box-point{
	margin-top: 64px;
	padding: 60px 60px 46px;
}
.feature-v40 .feature-box-point .feature-hdg-lv3{
	line-height: 1.5;
}
.feature-v40 .feature-box-point .feature-txt{
	margin-top: 16px;
}
.feature-v40 .box-mainttl__des{
	margin-top: 48px;
	line-height: 2;
}
.feature-v40 .feature-box-point__link li{
	margin-top: 16px;
	width: calc(33% - 10px);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-v40 .feature-box-main{
		background: url(/assets/images/feature/v40/feature-bg-main-sp.jpg) no-repeat top -40px center;
		background-size: 100% auto;
		padding-bottom: 30px;
	}
	.feature-v40 .feature-box-main__inner{
		padding-bottom: 31.5vw;
	}
	.feature-v40 .feature-box-main__title{
		padding-top: 29.5vw;
	}
	.feature-v40 .feature-box-main__title span{
		margin-bottom: 15px;
	}
	.feature-v40 .box-mainttl__hdg{
		font-size: 20px;
		line-height: 1.7;
		text-align: left;
	}
	.feature-v40 .feature-box-card--col4{
		margin: 78px 0 0;
	}
	.feature-v40 .feature-box-card--col4 .feature-box-card__item{
		width: 100%;
		margin: 0;
		padding: 0 3px;
	}
	.feature-v40 .feature-box-card--col4 .feature-box-card__item + .feature-box-card__item{
		margin-top: 35px;
	}
	.feature-v40 .feature-box-card__image{
		margin: 0 0 16px 0;
		width: 100%;
	}
	.feature-v40 .design_slider .box-media--03 .box-media__content p + p{
		margin-top: 15px;
	}
	.feature-v40 .feature-box-point{
		margin-top: 100px;
		padding: 40px 20px 40px;
	}
	.feature-v40 .feature-box-point__link li{
		width: 100%;
	}
	.feature-v40 .feature-box-point__link li{
		margin-top: 16px;
	}
	.feature-v40 .feature-box-point__link li + li{
		margin-top: 20px;
	}
	.feature-v40 .box-mainttl__des{
		margin-top: 40px;
	}
}

.feature-v40 #l-main .hdg-lv2{
	font-size: 36px;
	line-height: 1.22;
	text-align: left;
}
.feature-v40 #l-main .hdg-lv3, 
.feature-v40 #l-main .feature-v40-slider .hdg-lv3{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 24px;
}
.feature-v40-slider{
	background: #e7f3f8 url(/assets/images/feature/v40/bg-v40.jpg) repeat-y top center;
	background-size: 100% auto;
	padding: 80px 0 20px;
}
.feature-v40-slider li:last-child .box-media--03{
	border-bottom: 0;
	margin-bottom: 0;
}
.feature-v40-slider .box-media--03 .box-media__link a{
	background: #fff;
}
.feature-v40 .feature-v40-slider .box-media__content{
	margin-top: 0;
}

.feature-v40 .feature-accordion{
	background: #e7f3f8 url(/assets/images/feature/v40/bg-v40.jpg) repeat-y top center;
	background-size: 100% auto;
	/* padding: 80px 0 20px; */
}


.feature-v40-slider .lst-media{
	margin-top: 40px;
}
.feature-v40 .feature-lst-bullet01 li + li{
	margin-top: 8px;
}

.feature-v40 .feature-v40-slider .box-media__content{
	padding-left: 0;
	padding-right: 32px;
}
.feature-v40 .feature-v40-slider .box-media .content-right{
	padding-left: 32px;
	padding-right: 0;
}

.feature-accordion{
	padding: 80px 0 116px;
}

.lst-accordion{
	margin-top: 80px;
}
.lst-accordion-item{
	border-bottom: #bbb 1px solid;
	
}
.lst-accordion-item:first-child{
	padding-top: 0;
}
.lst-accordion-content{
	height: 0;
	overflow: hidden;
	isolation: isolate;
}
.is-opened + .lst-accordion-content{
	padding-bottom: 32px;
}
.lst-accordion-title{
	position: relative;
	padding-right: 74px;
	cursor: pointer;
	margin: 0 !important;
	padding: 32px 0;
}
.lst-accordion-title:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 28px;
	background: url(/assets/images/feature/v40/icn-accordion.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}
.lst-accordion-title.is-opened::after{
	transform: translateY(-50%) rotate(180deg);
}
.lst-accordion-content .feature-list-media {
	margin-top: 24px;
}

.feature-box-media__title{
	font-size: 20px;
	line-height: 150%;
	margin-top: 30px;
	min-height: 5rex;
}
.feature-box-media__title.feature-box-media__title-double-height{
	min-height: 10rex;
}
.feature-box-media__image{
	line-height: 0;
	position: relative;
}
.feature-box-note .lbl-coming-soon,
.feature-box-media__image .lbl-coming-soon{
	background: #334553;
	border-radius: 100vmax;
	color: #fff;
	line-height: 1;
	left: 0;
	font-size: 14px;
	padding: 5px 16px;
	display: inline-block;
	box-shadow:0px 5px 20px 0 rgba(0, 0, 0, 0.16);
	border: 3px solid #fff;
	white-space: nowrap;
}
.feature-box-media__image .lbl-coming-soon{
	position: absolute;
	left: 10px;
	top: 10px;
}
.feature-box-media .feature-box-media__image__slider{
	position: static;
}
.feature-box-media__image__slider.is-multiple-slide{
	padding-bottom: 40px;
}
.feature-box-media__image a{
	cursor: zoom-in;
}
.feature-lst-bullet01{
	/* margin-top: 20px; */
	margin-top: 10px;
}

.feature-list-media{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.feature-list-media > li{
	width: 33.333%;
	padding: 0 16px;
	box-sizing: border-box;
}
.feature-list-media > li:nth-child(n + 4){
	margin-top: 32px;
}

.feature-list-media .box-slide .slick-arrow {
    display: inline-block !important;
    color: #275594;
    position: absolute;
    transition: all .3s ease;
    width: 24px;
    height: 24px;
    z-index: 4;
}

.feature-list-media .box-slide .slick-prev {
    bottom: 1px;
    left: 135px;
}
.feature-list-media .box-slide .slick-next {
    bottom: 1px;
    right: 135px;
}
.feature-box-note {
	margin: 80px 0 0;
}
.feature-box-note p {
	display: flex;
	align-items: flex-start;
}
.feature-box-note .lbl-coming-soon {
	margin-right: 8px;
	position: relative;
	top: -0.2em;
}
.feature-box-note p::before {
	content: '※';
	margin-right: 8px;
}

@media (max-width: 1200px) {
	.is-multiple-slide-soon .lbl-coming-soon{
		padding: 5px 12px;
		font-size: 12px;
	}
	.feature-list-media .box-slide .slick-prev {
		bottom: 1px;
		left: 28%;
	}
	.feature-list-media .box-slide .slick-next {
		bottom: 1px;
		right: 28%;
	}
	
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.feature-box-media__image__slider{
		max-width: calc(100vw - 40px);
	}
	.feature-v40 #l-main .hdg-lv2{
		font-size: 28px;
		line-height: 1.57;
	}
	.feature-v40 #l-main .hdg-lv3,
	.feature-v40 #l-main .feature-v40-slider .hdg-lv3{
		font-size: 20px;
		line-height: 120%;
	}
	.feature-v40-slider{
		background-image: url(/assets/images/feature/v40/bg-v40-sp.jpg);
		padding: 80px 0 6px;
	}

	.feature-list-media{
		flex-direction: column;
		margin: 0;
	}
	.feature-list-media > li{
		width: auto;
		padding: 0;
	}
	
	.feature-list-media > li:nth-child(n + 2){
		margin-top: 32px;
	}


	.feature-accordion{
		padding: 40px 0 75px;
	}
	.lst-accordion{
		margin-top: 40px;
	}
	.lst-accordion-title {
		padding: 20px 32px 20px 0;
	}
	.lst-accordion-title:after{
		width: 24px;
		height: 24px;
	}
	.feature-box-media__title{
		font-size: 16px;
		line-height: 150%;
		margin-top: 24px;
		
	}
	.feature-lst-bullet01{
		margin-top: 16px;
	}
	.feature-box-note .lbl-coming-soon,
	.feature-box-media__image .lbl-coming-soon{
		padding: 4px 12px;
		font-size: 12px;
		border-width: 2px;
	}
	
	.feature-v40 .feature-v40-slider .box-media .content-right{
		padding: 0;
	}
	.feature-v40 .feature-v40-slider .box-media .box-media__content{
		margin-top: 32px;
	}
	.feature-v40 .feature-v40-slider .feature-lst-bullet01 li{
		line-height: 2;
	}

	.feature-box-media__title{
		min-height: inherit;
	}
	.feature-box-media__title.feature-box-media__title-double-height{
		min-height: inherit;
	}

	.feature-box-media .box-slide .slick-next {
		right: 105px;
		bottom: 1px;
	}
	.feature-box-media .box-slide .slick-prev {
		left: 105px;
		bottom: 1px;
	}

	.feature-box-note {
		margin: 40px 0 0;
	}
}

/* Extensions with tabs */
.tabs.ui-tabs {
	border: none;
}

.tabs .ui-tabs-nav {
	background: none;
	border: none;
}

.tabs .ui-tabs-tab {
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}

.tabs.ui-tabs .ui-tabs-tab {
	margin: 0;
}

.tabs .ui-tabs-tab.ui-state-active {
	border-color: #275594;
	background-color: #FFFFFF;
	font-weight: bold;
}

.tabs .ui-tabs-tab.ui-state-active a {
	color: #275594;
}

.tabs .ui-tabs-tab a i {
	font-size: 0.8em;
	padding-right: 0.5em;
}

.tabs > ul > li {
	width: 24%;
	font-size: 14pt;
}

.tabs > ul > li > a {
	text-align: center;
	width: 90%;
}

.box-extensions{
	margin-top: 70px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.tabs.tabs__box-slide-02-sp > ul {
		display: none;
	}

	.box-extensions{
		margin-top: 0px;
	}
}

.lst-accordion-item.box-extensions{
	margin-top: 0;
}
